@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap&subset=latin-ext);body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

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

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

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

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

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

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

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

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

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

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

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

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475?#iefix) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

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

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

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

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: "";
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3 {
  font-size: 1rem;
}

h4, .h4 {
  font-size: 1.875rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-primary:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(251.08, 234.28, 189.2);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(247.72, 216.52, 132.8);
}

.table-hover .table-success:hover {
  background-color: rgb(249.6462650602, 226.701686747, 165.1337349398);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(249.6462650602, 226.701686747, 165.1337349398);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(245.76, 225.32, 192.84);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(237.84, 199.88, 139.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(242.46, 214.72, 170.64);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(242.46, 214.72, 170.64);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(239.32, 189.48, 189.48);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(225.88, 133.32, 133.32);
}

.table-hover .table-danger:hover {
  background-color: rgb(234.395862069, 168.904137931, 168.904137931);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(234.395862069, 168.904137931, 168.904137931);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.875em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: "";
  background-color: #fff;
  border-color: rgb(63.75, 63.75, 63.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem "";
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #212529;
  background-color: rgba(241, 181, 20, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #f1b514;
  padding-right: calc(1.875em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23f1b514' d='M2.3 6.73L.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-repeat: no-repeat;
  background-position: right calc(0.46875em + 0.1875rem) center;
  background-size: calc(0.9375em + 0.375rem) calc(0.9375em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #f1b514;
  box-shadow: 0 0 0 0.2rem rgba(241, 181, 20, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.875em + 0.75rem);
  background-position: top calc(0.46875em + 0.1875rem) right calc(0.46875em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #f1b514;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23f1b514' d='M2.3 6.73L.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(0.9375em + 0.375rem) calc(0.9375em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #f1b514;
  box-shadow: 0 0 0 0.2rem rgba(241, 181, 20, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #f1b514;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #f1b514;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #f1b514;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(243.8674698795, 196.156626506, 68.1325301205);
  background-color: rgb(243.8674698795, 196.156626506, 68.1325301205);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 181, 20, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f1b514;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #f1b514;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #f1b514;
  box-shadow: 0 0 0 0.2rem rgba(241, 181, 20, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #fff;
  background-color: rgba(199, 21, 21, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C71515;
  padding-right: calc(1.875em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C71515' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23C71515' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.46875em + 0.1875rem) center;
  background-size: calc(0.9375em + 0.375rem) calc(0.9375em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C71515;
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 21, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.875em + 0.75rem);
  background-position: top calc(0.46875em + 0.1875rem) right calc(0.46875em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C71515;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23C71515' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23C71515' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(0.9375em + 0.375rem) calc(0.9375em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #C71515;
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 21, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C71515;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #C71515;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #C71515;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(232.1863636364, 38.8136363636, 38.8136363636);
  background-color: rgb(232.1863636364, 38.8136363636, 38.8136363636);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 21, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C71515;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #C71515;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #C71515;
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 21, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem "";
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.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 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #f1b514;
  border-color: #f1b514;
}
.btn-success:hover {
  color: #212529;
  background-color: rgb(210.2259036145, 156.5512048193, 12.5240963855);
  border-color: rgb(198.1927710843, 147.5903614458, 11.8072289157);
}
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: rgb(210.2259036145, 156.5512048193, 12.5240963855);
  border-color: rgb(198.1927710843, 147.5903614458, 11.8072289157);
  box-shadow: 0 0 0 0.2rem rgba(209.8, 159.4, 23.15, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #f1b514;
  border-color: #f1b514;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(198.1927710843, 147.5903614458, 11.8072289157);
  border-color: rgb(186.1596385542, 138.6295180723, 11.0903614458);
}
.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 0.2rem rgba(209.8, 159.4, 23.15, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #DE9521;
  border-color: #DE9521;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(188.7, 126.65, 28.05);
  border-color: rgb(177.6, 119.2, 26.4);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(188.7, 126.65, 28.05);
  border-color: rgb(177.6, 119.2, 26.4);
  box-shadow: 0 0 0 0.2rem rgba(193.65, 132.2, 34.2, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #DE9521;
  border-color: #DE9521;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(177.6, 119.2, 26.4);
  border-color: rgb(166.5, 111.75, 24.75);
}
.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 0.2rem rgba(193.65, 132.2, 34.2, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #C71515;
  border-color: #C71515;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(164.4011363636, 17.3488636364, 17.3488636364);
  border-color: rgb(152.8681818182, 16.1318181818, 16.1318181818);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(164.4011363636, 17.3488636364, 17.3488636364);
  border-color: rgb(152.8681818182, 16.1318181818, 16.1318181818);
  box-shadow: 0 0 0 0.2rem rgba(207.4, 56.1, 56.1, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C71515;
  border-color: #C71515;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(152.8681818182, 16.1318181818, 16.1318181818);
  border-color: rgb(141.3352272727, 14.9147727273, 14.9147727273);
}
.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 0.2rem rgba(207.4, 56.1, 56.1, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.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 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #f1b514;
  border-color: #f1b514;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #f1b514;
  border-color: #f1b514;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 181, 20, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #f1b514;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #f1b514;
  border-color: #f1b514;
}
.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 0.2rem rgba(241, 181, 20, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #DE9521;
  border-color: #DE9521;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #DE9521;
  border-color: #DE9521;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 149, 33, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #DE9521;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #DE9521;
  border-color: #DE9521;
}
.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 0.2rem rgba(222, 149, 33, 0.5);
}

.btn-outline-danger {
  color: #C71515;
  border-color: #C71515;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #C71515;
  border-color: #C71515;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 21, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C71515;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #C71515;
  border-color: #C71515;
}
.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 0.2rem rgba(199, 21, 21, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: "";
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .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.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 > .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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.265625rem;
  padding-bottom: 0.265625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}

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

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

.bg-success {
  background-color: #f1b514 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(198.1927710843, 147.5903614458, 11.8072289157) !important;
}

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

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

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(177.6, 119.2, 26.4) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(152.8681818182, 16.1318181818, 16.1318181818) !important;
}

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

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

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

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

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

.bg-transparent {
  background-color: 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: #000 !important;
}

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

.border-success {
  border-color: #f1b514 !important;
}

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

.border-warning {
  border-color: #DE9521 !important;
}

.border-danger {
  border-color: #C71515 !important;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #f1b514 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(174.1265060241, 129.6686746988, 10.3734939759) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #DE9521 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(155.4, 104.3, 23.1) !important;
}

.text-danger {
  color: #C71515 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(129.8022727273, 13.6977272727, 13.6977272727) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1 {
  line-height: 3.875rem;
}

h2 {
  line-height: 2.375rem;
}

h3 {
  line-height: 1.875rem;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.white-checkbox-btn {
  display: flex;
}
.white-checkbox-btn label {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.white-checkbox-btn label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/images/check-box-def.svg?cdd06487cb0e47c6435fec595318333d) no-repeat center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.white-checkbox-btn label span {
  display: inline-block !important;
  padding-left: 28px;
  vertical-align: top;
  font-size: 0.875rem;
}
.white-checkbox-btn label span a {
  text-decoration: underline;
}
.white-checkbox-btn input[type=checkbox] {
  display: none;
}
.white-checkbox-btn input[type=checkbox]:checked + label::before {
  background: url(/images/check-box.svg?3e68faff5c18ab9a38c675c522f39508) no-repeat center center;
  background-size: contain;
}

.gray-checkbox-btn {
  display: flex;
}
.gray-checkbox-btn label {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.gray-checkbox-btn label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/images/action-checkbox-default.svg?0f1102a4a073705127bbcd25ec796a65) no-repeat center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.gray-checkbox-btn label span {
  display: inline-block !important;
  padding-left: 28px;
  vertical-align: top;
  font-size: 0.875rem;
}
.gray-checkbox-btn label span a {
  text-decoration: underline;
}
.gray-checkbox-btn input[type=checkbox] {
  display: none;
}
.gray-checkbox-btn input[type=checkbox]:checked + label::before {
  background: url(/images/action-checkbox-checked.svg?151c5ce065ea25a6cb270a1fd59e0476) no-repeat center center;
  background-size: contain;
}

.custom-checkbox-btn {
  display: flex;
  padding-top: 3px;
}
.custom-checkbox-btn label {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #202020;
  font-weight: 400;
  line-height: 1;
  padding: 0 !important;
  margin: 0;
}
.custom-checkbox-btn label::before {
  content: "";
  display: inline-block;
  margin: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #f1b514;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.custom-checkbox-btn label span {
  display: inline-block !important;
  padding-left: 33px;
  vertical-align: top;
  padding-top: 0;
  font-size: 0.875rem;
}
.custom-checkbox-btn label span a {
  text-decoration: underline;
}
.custom-checkbox-btn input[type=checkbox] {
  display: none;
}
.custom-checkbox-btn input[type=checkbox]:checked + label::before {
  background-color: #f1b514;
  border: 4px solid #fff;
  outline: 1px solid #f1b514;
}

h1 {
  line-height: 1.15;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

@media (max-width: 991.98px) {
  p {
    margin-bottom: 1rem;
  }
}
.default-page-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .default-page-title {
    padding-bottom: 50px;
  }
}
.default-page-title h1 {
  font-size: 30px;
}

.worker-list {
  padding-top: 30px;
  margin-bottom: 15px;
}

.review-outline-container {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .h1 {
    font-size: 1.875rem;
  }
  .history-container .separate,
  .about-team-list .separate,
  .review-outline-container .separate {
    margin-bottom: 30px;
    padding-top: 20px;
  }
}
.white-bg {
  background-color: #fff;
}

.page-description {
  margin: 0;
  padding: 2px 0 0 0;
  line-height: 1.9;
  font-weight: 400;
}

.employee-name {
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 25px 0 0 0;
  line-height: 1.5;
}

.employee-position {
  font-weight: 400;
  color: #7D7B7B;
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-size: 0.875rem;
}

.employee-email,
.employee-phone {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  text-decoration: none;
}

.employee-item {
  padding-bottom: 15px;
  overflow: hidden;
}
.employee-item img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .employee-item:nth-child(odd) {
    padding-right: 5px;
  }
  .employee-item:nth-child(even) {
    padding-left: 5px;
  }
}

.separate-all-footer {
  border-bottom: 1px solid #DCDDDE;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 91px;
}
@media (max-width: 1199.98px) {
  .separate-all-footer {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.separate {
  border-bottom: 1px solid #DCDDDE;
  padding: 0;
  margin: 0;
}

.about-us-footer {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #DCDDDE;
  border-bottom: 2px solid #DCDDDE;
  text-align: center;
}
.about-us-footer a {
  transition: ease-in-out 0.3s;
}
.about-us-footer span {
  color: #7D7B7B;
  display: block;
  font-weight: 400;
}
.about-us-footer p {
  display: inline-block;
  font-size: 1.875rem;
  margin: 7px 0 7px 0;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}
.about-us-footer p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #000;
  transition: left 0.2s linear, right 0.2s linear;
  z-index: 2;
}
.about-us-footer p::before {
  content: "";
  display: block;
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  height: 2px;
  background-color: #f1b514;
  transition: left 0.2s linear, right 0.2s linear;
  z-index: 5;
}

@media (min-width: 992px) {
  .page-description {
    padding-bottom: 20px;
  }
  .employee-position {
    font-size: 1rem;
    line-height: 1.5;
  }
  .employee-item {
    padding-bottom: 42px;
  }
  .default-page-title {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .default-page-title h1 {
    font-size: 2.5rem;
  }
  .worker-list {
    padding-top: 79px;
    margin-bottom: 50px;
  }
  .about-us-footer {
    min-height: 431px;
  }
  .about-us-footer p {
    font-size: 2.5rem;
  }
  .employee-email,
  .employee-phone {
    font-size: 1rem;
    text-decoration: underline;
  }
}
.employee-section-list {
  padding: 17px 0 0 0;
}
.employee-section-list .js-dropdown-toggle {
  display: flex;
  cursor: pointer;
}
.employee-section-list .js-dropdown-toggle span {
  border-bottom: 1px solid #000;
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
  height: 17px;
}
.employee-section-list .js-dropdown-toggle:after {
  content: "";
  display: none;
}
.employee-section-list .js-dropdown-toggle .closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.employee-section-list .js-dropdown-toggle .closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.employee-section-list .js-dropdown-toggle .opened {
  opacity: 1;
}
.employee-section-list .js-dropdown-toggle .opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.employee-section-list .js-dropdown-toggle .opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.employee-section-list .js-dropdown-toggle .square-plus .circle {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  transition: background ease-in 0.3s;
}
.employee-section-list .js-dropdown-toggle .square-plus .circle .horizontal {
  position: absolute;
  background-color: #000;
  width: 8px;
  height: 2px;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -1px;
}
.employee-section-list .js-dropdown-toggle .square-plus .circle .vertical {
  position: absolute;
  background-color: #000;
  width: 2px;
  height: 8px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -4px;
}
.employee-section-list .dropdown {
  display: block;
  width: 100%;
}
.employee-section-list .dropdown .dropdown-menu {
  border: none;
  top: 100%;
  width: calc(100% + 1px);
  border-radius: 0;
}
.employee-section-list .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.description-about-container {
  padding-top: 25px;
  margin-bottom: 10px;
}
.description-about-container h4, .description-about-container h2 {
  font-size: 20px;
}

.history-container {
  padding-top: 25px;
}
.history-container .description-title {
  padding-top: 10px;
  font-size: 20px;
}

.youtube-video iframe {
  border: none;
}

@media (min-width: 992px) {
  .description-about-container {
    padding-top: 90px;
  }
  .description-about-container h4, .description-about-container h2 {
    font-size: 30px;
  }
  .youtube-video {
    margin-bottom: 50px;
  }
  .history-container {
    padding-top: 25px;
  }
  .history-container .description-title {
    padding-top: 10px;
    font-size: 30px;
  }
}
.pt65 {
  padding-top: 65px;
}

.pt88 {
  padding-top: 88px;
}

.mb93 {
  margin-bottom: 93px;
}

.mb95 {
  margin-bottom: 95px;
}

.link-style {
  font-size: 0.875rem;
  text-decoration: underline;
}

.about-team-title {
  margin-bottom: 39px;
}
.about-team-title p {
  font-weight: 400;
}

.categories-list {
  overflow: hidden;
  margin-bottom: 50px;
}
.categories-list .category-title p {
  font-weight: 400;
}
.categories-list .employee-email,
.categories-list .employee-phone {
  display: none;
}
.categories-list .employee-item {
  padding-bottom: 15px;
}

.about-team-list .description-title {
  padding-bottom: 36px;
  font-size: 20px;
}
.about-team-list .employee-email,
.about-team-list .employee-phone {
  display: none;
}
.about-team-list .employee-item {
  padding-bottom: 15px;
}

.history-list h3 {
  font-size: 24px;
  font-weight: 400;
  padding-top: 15px;
}
.history-list > p {
  position: relative;
  padding-bottom: 0;
  font-weight: 400;
}
.history-list > p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 30px;
  height: 2px;
  background: #000;
}

@media (min-width: 992px) {
  .history-list h3 {
    margin-bottom: 35px;
    padding-top: 9px;
  }
  .history-list > p {
    padding-bottom: 27px;
  }
  .about-team-list .description-title {
    padding-bottom: 36px;
    font-size: 30px;
  }
  .categories-list {
    margin-bottom: 100px;
  }
  .categories-list .category-title {
    margin-bottom: 52px;
  }
  .categories-list .description-title {
    padding-bottom: 36px;
  }
}
.review-container .slick-dots {
  text-align: left;
  padding: 0 0 0 100px;
}
.review-container .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
}
.review-container .slick-dots li button:before {
  border-radius: 0;
  content: "";
  font-size: 15px;
  background: #000;
  width: 6px;
  height: 6px;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.review-container .review {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .review-container .review {
    padding-left: 50px;
    padding-right: 15px;
  }
}
.review-container .review .abs-icon {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 92px;
  color: #d4d4d4;
}
.review-container .review .name {
  font-weight: 400;
  margin: 0 0 15px 0;
}
.review-container .review .name span {
  font-weight: 400;
  color: #7D7B7B;
  padding-left: 10px;
}
.review-container .review .rev {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 15px;
  min-height: 261px;
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .review-container .review .rev {
    font-size: 24px;
    min-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .review-container .review .rev {
    font-size: 16px;
    min-height: 80px;
  }
}

.category-thumbanil {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 442px;
  width: 100%;
  color: #fff;
  position: relative;
}
.category-thumbanil:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.category-thumbanil .content {
  z-index: 2;
}
.category-thumbanil .name {
  font-size: 1.875rem;
  padding-bottom: 3px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.category-thumbanil .name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: left 0.2s linear, right 0.2s linear;
}
.category-thumbanil .quantity {
  position: absolute;
  bottom: 27px;
  left: 25px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
  padding-right: 55px;
  width: 100%;
  line-height: 1;
  transition: ease-out 0.3s;
  height: 17px;
}
.category-thumbanil .quantity span {
  transition: ease-out 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.category-thumbanil .quantity svg {
  transition: ease-out 0.3s;
  width: 7px;
  fill: rgba(255, 255, 255, 0.7);
  margin: 0 0 0 17px;
}

@media (max-width: 1199.98px) {
  .category-thumbanil {
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(50vh - 41px);
    border-bottom: 1px solid #f1b514;
  }
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  color: #7D7B7B;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 12px;
}

input.form-control,
textarea.form-control,
select.form-control {
  background: #f0f0f0;
  height: 60px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-indent: 20px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 300;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  outline: none;
  box-shadow: none;
  background: #f0f0f0;
  color: #000;
}
input.form-control.warning,
textarea.form-control.warning,
select.form-control.warning {
  border-bottom: 1px solid #DE9521;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/images/plus-icon.png?725cb8b0f0b5c7833631d6bd01dd0cdb);
  background-repeat: no-repeat;
  background-position: 94% center;
}
select.form-control:focus {
  background-image: url(/images/plus-icon.png?725cb8b0f0b5c7833631d6bd01dd0cdb);
  background-repeat: no-repeat;
  background-position: 94% center;
}

textarea.form-control {
  text-indent: inherit;
  height: 100px;
  padding: 20px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal {
  text-align: center;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close {
  border: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(/images/close-icon.png?b0d0314ab1951ad4d3734d197a07a471);
  background-size: 14px 14px;
  width: 25px;
  height: 25px;
}
.modal .modal-close:active, .modal .modal-close:focus {
  outline: none;
}

.modal-title {
  font-size: 1.875rem;
  padding: 43px 0 15px 0;
  min-height: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title,
.modal-header {
  width: 100%;
  text-align: center;
  border: none;
  min-height: 85px;
}

@media (max-width: 991.98px) {
  .modal-title {
    padding: 15px 0 0 0;
  }
}
.modal-footer {
  border: none;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 1170px;
  width: 100%;
  margin: 0;
}

.modal-content {
  width: 100%;
  max-width: 1080px;
  border-radius: 0;
  border: none;
  margin: 0 auto;
}

.modal-body {
  background: #fff;
}
.modal-body .body-content {
  max-width: 770px;
  margin: 0 auto;
}

.modal-action-container {
  padding-top: 30px;
}
.modal-action-container .terms-of-conditions {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .modal-action-container .gray-checkbox-btn {
    padding: 15px 0 30px 0;
  }
}

.flex-vcenter {
  display: flex;
  align-items: center;
}
.flex-vcenter .custom-checkbox-btn {
  padding: 0;
}

.btn-black {
  display: inline-block;
  background: #f1b514;
  color: #000;
  padding: 8px 16px;
  vertical-align: middle;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  transition: ease-in 0.3s;
  text-transform: uppercase;
}
.btn-black:active, .btn-black:focus {
  outline: none;
  box-shadow: none;
}
.btn-black:disabled {
  opacity: 0.4;
}

.action-not-found-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.btn-black-flex {
  background: #000;
  color: #fff;
  width: 170px;
  padding: 16px 0 16px 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 0;
  font-size: 0.875rem;
  transition: ease-in 0.3s;
}
.btn-black-flex:active, .btn-black-flex:focus {
  outline: none;
  box-shadow: none;
}
.btn-black-flex:disabled {
  opacity: 0.4;
}

.container404 {
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDDDE;
}

.root-categories {
  margin-bottom: 100px;
}

.categories-nf-title {
  text-align: center;
  padding: 94px 0 35px 0;
  font-size: 24px;
}

.not-found-title {
  color: #d4d4d4;
  margin-bottom: 39px;
}

header {
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #DCDDDE;
}

body {
  background: #fff;
  color: #000;
}

.logo {
  flex: 1;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  border-right: 1px solid #DCDDDE;
  line-height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  width: 192px;
  height: 60px;
}
.logo svg.img-logo {
  max-height: 36px;
  height: 100%;
  width: 25px;
}
@media (min-width: 768px) {
  .logo svg.img-logo {
    margin-right: 10px;
  }
}
.logo svg.logo-title {
  height: 18px;
}
@media (max-width: 991.98px) {
  .logo svg.logo-title {
    display: none;
  }
}
@media (min-width: 992px) {
  .logo {
    padding-right: 30px;
    padding-left: 30px;
    flex: inherit;
    justify-content: space-between;
    height: 80px;
  }
}

.header-container {
  height: 80px;
  align-items: center;
}

.menu {
  flex: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .menu {
    display: flex;
  }
}
@media (min-width: 992px) {
  .menu .nav .nav-item {
    padding: 0 18px;
    transition: color 0.2s linear;
    position: relative;
  }
  .menu .nav .nav-item a {
    font-size: 1rem;
  }
  .menu .nav .nav-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: -1px;
    height: 3px;
    background-color: #00205B;
    transition: left 0.2s linear, right 0.2s linear;
  }
  .menu .nav .nav-item.current::before {
    left: 0;
    right: 0;
  }
  .menu .nav .nav-item > a {
    text-decoration: none;
    height: 80px;
    display: inline-flex;
    align-items: center;
  }
  .menu .nav .nav-item > a.current {
    color: #00205B;
  }
  .menu .nav .nav-item .dropdown-toggle::after {
    display: none;
  }
  .menu .nav .dropdown-menu {
    top: 10px !important;
    left: -30px !important;
    min-width: 252px;
  }
  .menu .nav .dropdown-menu a {
    height: 59px;
  }
  .menu .nav .dropdown-menu .dropdown-item {
    padding: 0 30px;
  }
  .menu .nav .dropdown-menu .dropdown-item.current {
    color: #7D7B7B;
  }
}
.menu .nav .dropdown-menu {
  padding: 0;
  border: 1px solid #DCDDDE;
  border-radius: 0;
}
.menu .nav .dropdown-menu a {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #DCDDDE;
}
.menu .nav .dropdown-menu a:last-child {
  border: none;
}

/* Burger Button */
.burger-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  border: 0;
  background-color: transparent;
  padding: 25px 23px 24px 22px;
}
@media (min-width: 992px) {
  .burger-btn {
    display: none;
  }
}
.burger-btn:focus {
  outline: none;
}
.burger-btn::before, .burger-btn::after {
  content: "";
}
.burger-btn::before, .burger-btn::after,
.burger-btn span {
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000;
  transition: background-color 0.2s ease-in-out;
}
.burger-btn::before,
.burger-btn span {
  margin-bottom: 4px;
}

.right-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 992px) {
  .right-nav {
    min-width: 192px;
    width: inherit;
  }
}

.lang-menu {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
}
.lang-menu a {
  font-size: 0.75rem;
}
.lang-menu .current {
  text-decoration: none;
  height: 80px;
  width: 60px;
  border-left: 1px solid #DCDDDE;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .lang-menu .current {
    height: 60px;
  }
}
.lang-menu .current span {
  width: 100%;
}
.lang-menu .dropdown-toggle {
  text-align: center;
}
.lang-menu .dropdown-toggle::after {
  display: none;
}
.lang-menu .dropdown-menu {
  top: 10px !important;
  right: 0;
  padding: 0;
  border: 1px solid #DCDDDE;
  min-width: auto;
  transform: translate3d(0, 80px, 0px) !important;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .lang-menu .dropdown-menu {
    transform: translate3d(0, 60px, 0px) !important;
  }
}
.lang-menu .dropdown-menu a {
  height: 59px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #DCDDDE;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.lang-menu .dropdown-menu a span {
  width: 100%;
}
.lang-menu .dropdown-menu a:last-child {
  border: none;
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 1199.98px) {
  .pt-100 {
    padding-top: 35px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(16, 16, 16, 0.2);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  z-index: 2;
}
.overlay.is-active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .overlay {
    display: none;
  }
}

@media (min-width: 992px) {
  body:not(.modal-open) {
    overflow: initial !important;
  }
}
/* Mobile navigation box */
.nav-box {
  display: flex;
  align-content: baseline;
  flex-wrap: wrap;
  min-height: 100vh;
  background-color: #fff;
  z-index: 10;
}
@media (min-width: 992px) {
  .nav-box {
    align-items: center;
    flex: 1;
    min-height: auto;
    width: auto;
    background-color: transparent;
  }
}
.nav-box .mobile-menu-header {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -320px;
    visibility: hidden;
    max-width: 320px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.3s linear, visibility 0.5s;
    justify-content: flex-end;
  }
  .nav-box .nav {
    width: 320px;
    flex-direction: column;
  }
  .nav-box .nav > li {
    border-bottom: 1px solid #DCDDDE;
    font-weight: 400;
  }
  .nav-box .nav > li > a {
    width: 100%;
    display: inline-block;
    padding: 5px 15px;
    font-size: 1rem;
    position: relative;
  }
  .nav-box .nav > li .dropdown-menu {
    position: relative !important;
  }
  .nav-box .nav > li .dropdown-menu .dropdown-item {
    background: #f5f5f5;
    border-bottom: 1px solid #DCDDDE;
  }
  .nav-box .nav > li .dropdown-menu .dropdown-item:last-child {
    border: none;
  }
  .nav-box .nav > li .dropdown-menu.show {
    border-bottom: none;
  }
  .nav-box.is-active {
    visibility: visible;
    transform: translateX(-100%);
    transition-delay: 0s, 0s;
  }
  .nav-box .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 21px;
  }
  .nav-box .mobile-menu-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    background: #fff;
    height: 61px;
    align-items: center;
  }
  .nav-box .dropdown-menu {
    transform: none !important;
    left: 0 !important;
  }
  .nav-box .dropdown-menu a {
    height: initial !important;
    left: 0 !important;
    padding: 5px 15px !important;
    font-size: 1rem;
    font-weight: 400;
  }
}

.close-nav-box {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  width: 60px;
  height: 61px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #DCDDDE;
  border-left: 1px solid #DCDDDE;
  z-index: 1;
}
.close-nav-box:focus {
  outline: none;
}
.close-nav-box::before, .close-nav-box::after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
}
.close-nav-box::before {
  transform: rotate(45deg);
}
.close-nav-box::after {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .close-nav-box {
    display: none;
  }
}

.index-body {
  display: flex;
  flex-direction: column;
}
.index-body .lookbook-item {
  text-decoration: none;
  background-size: cover;
  overflow: hidden;
}
.index-body .lookbook-item:active {
  text-decoration: none;
}
.index-body .lookbook-item svg {
  width: 6px;
  fill: #fff;
  margin: 0 0 2px 17px;
}

.lookbook-item:not(.n-found-page) {
  background-image: none !important;
}

.index-body {
  height: calc(100vh - 81px);
  background: #fff;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: visible;
  transition: background 0.3s ease-in-out;
  flex-direction: row;
}
.index-body a {
  text-decoration: none;
}
.index-body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.index-body .lookbook-content {
  z-index: 5;
  position: relative;
  height: 50%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.index-body .lookbook-content .lookbook-desc {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
}
.index-body .lookbook-content .lookbook-title {
  color: #fff;
  font-size: 1.875rem;
  padding-bottom: 17px;
}
.index-body .lookbook-content .lookbook-description {
  color: #fff;
  opacity: 0.7;
  transition: ease-in-out 0.3s;
}
.index-body .lookbook-content .lookbook-info {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 0.875rem;
  padding: 30px 30px 25px 30px;
  opacity: 0.7;
  transition: ease-in-out 0.3s;
  text-decoration: underline;
}
.index-body .lookbook-content .lookbook-info::before {
  content: "";
  display: block;
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  height: 2px;
  background-color: #f1b514;
  transition: left 0.2s linear, right 0.2s linear;
}
.index-body .lookbook-content .lookbook-info svg {
  width: 6px;
  fill: #fff;
  margin: 0 0 2px 17px;
}
.index-body .lookbook-item {
  z-index: 5;
  position: relative;
}
.index-body .lookbook-item.main {
  width: 50%;
  height: 100%;
  align-items: flex-end;
  display: flex;
  border-right: 1px solid #7a7673;
}
.index-body .double-lookbook-item {
  width: 50%;
  height: 100%;
}
.index-body .double-lookbook-item .lookbook-item:last-child {
  border-top: 1px solid #7a7673;
}
.index-body .double-lookbook-item .lookbook-item {
  width: 100%;
  height: 50%;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
}
.index-body .double-lookbook-item .lookbook-item .lookbook-content {
  justify-content: flex-start;
  padding-left: 100px;
  height: 100%;
}

.home-slider {
  margin: 0 !important;
  padding: 0;
}
.home-slider:not(.slick-initialized) > .image-item:not(:first-child) {
  display: none;
}
.home-slider .image-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home-slider .image-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-slider .image-item .container,
.home-slider .image-item .row {
  position: relative;
  height: 100%;
  z-index: 2;
}
.home-slider .image-item .action_container {
  position: absolute;
  bottom: 100px;
}
.home-slider .image-item .action_container h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 56px;
  margin-bottom: 16px;
  line-height: 1.2;
}
.home-slider .image-item .action_container p {
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 18px 0;
  line-height: 1.2;
  opacity: 0.65;
}
.home-slider .image-item .action_container a {
  color: #00205B;
  text-decoration: underline;
}
.home-slider .slick-list {
  width: 100%;
}
.home-slider .slick-slide {
  position: relative;
}
.home-slider .slick-track,
.home-slider .slick-slide > div {
  height: 100%;
}
.home-slider .slick-dots {
  bottom: 0;
  display: flex;
  text-align: center;
  justify-content: center;
}
.home-slider .slick-dots li {
  color: transparent;
  height: 34px;
  margin: 0 2px 12px 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-slider .slick-dots li button:before {
  color: transparent;
  position: relative;
  line-height: 1;
}
.home-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: #fff;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .index-body {
    height: calc(100vh - 61px);
  }
  .index-body .image-item .action_container {
    bottom: 125px;
    left: 0;
    padding: 0 15px;
  }
  .index-body .image-item .action_container h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
}
.burger-btn {
  order: 3;
  border-left: 1px solid #e5e5e5;
}

.holland-logo {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-right: 17px;
  flex: 1;
}
.holland-logo .mobile-logo {
  width: 25px;
}
@media (max-width: 991.98px) {
  .holland-logo a {
    padding-left: 17px;
  }
  .holland-logo .desktop-logo {
    display: none;
  }
}
@media (min-width: 992px) {
  .holland-logo {
    padding-right: 36px;
    padding-top: 2px;
  }
  .holland-logo .mobile-logo {
    display: none;
  }
}

.category-title-container {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 276px;
  color: #fff;
  position: relative;
  background-position: center;
  background-size: cover;
}
.category-title-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.category-title-container > * {
  z-index: 2;
}
.category-title-container h1 {
  margin-bottom: 0.4rem;
}
@media (max-width: 991.98px) {
  .category-title-container h1 {
    font-size: 2rem;
  }
}
.category-title-container span {
  font-weight: 300;
  opacity: 0.7;
}

.manufacture-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7D7B7B;
  border-bottom: 1px solid #DCDDDE;
  font-size: 0.875rem;
  margin: 0 0 0 0;
  padding: 2px 0 17px 0;
  min-height: 46px;
}
.manufacture-container span {
  color: #000;
  text-decoration: underline;
}

.category-menu-section {
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0px 5px 10px -7px rgb(229, 229, 229);
}
.category-menu-section .dropdown-filter {
  height: 80px;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid transparent;
}
@media (max-width: 991.98px) {
  .category-menu-section .dropdown-filter {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .category-menu-section .categories-section,
  .category-menu-section .manufacturies-section,
  .category-menu-section .search-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.category-menu-section .categories-section .dropdown-filter {
  border-left: 1px solid #DCDDDE;
  border-right: 1px solid #DCDDDE;
  font-size: 0.875rem;
  border-bottom: 1px solid #DCDDDE;
}
@media (min-width: 576px) {
  .category-menu-section .categories-section .dropdown-filter {
    border-bottom: none;
  }
}
.category-menu-section .manufacturies-section .dropdown-filter {
  border-right: 1px solid #DCDDDE;
  font-size: 0.875rem;
  border-left: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .category-menu-section .manufacturies-section .dropdown-filter {
    border-left: 1px solid #DCDDDE;
  }
}

.dropdown-filter .closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.dropdown-filter .closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.dropdown-filter .opened {
  opacity: 1;
}
.dropdown-filter .opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.dropdown-filter .opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.dropdown-filter .opened.square-plus .circle {
  background: #fff;
  transition: background ease-in 0.2s;
}
.dropdown-filter .square-plus .circle {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  transition: background ease-in 0.3s;
}
.dropdown-filter .square-plus .circle .horizontal {
  position: absolute;
  background-color: #000;
  width: 10px;
  height: 2px;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -1px;
}
.dropdown-filter .square-plus .circle .vertical {
  position: absolute;
  background-color: #000;
  width: 2px;
  height: 10px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -5px;
}

.dropdown-li-type {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-li-type.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.dropdown-li-type.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.dropdown-li-type.opened {
  opacity: 1;
}
.dropdown-li-type.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.dropdown-li-type.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.dropdown-li-type.opened.square-plus .circle {
  transition: background ease-in 0.2s;
}
.dropdown-li-type .circle {
  position: relative;
  width: 20px;
  height: 20px;
  transition: background ease-in 0.3s;
}
.dropdown-li-type .circle .horizontal {
  position: absolute;
  width: 8px;
  height: 2px;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -1px;
  background: #000;
}
.dropdown-li-type .circle .vertical {
  position: absolute;
  width: 2px;
  height: 8px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -4px;
  background: #000;
}

.input-search {
  background: #DCDDDE;
  border: none;
  height: 60px;
  outline: none;
  width: 100%;
  text-indent: 20px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .input-search {
    height: 50px;
    text-indent: 15px;
  }
}
.input-search.filled {
  text-indent: 60px;
}
.input-search.error {
  border: 1px solid red;
}

.btn-search-abs {
  display: inline-flex;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  height: 100%;
  outline: none;
  justify-content: center;
  align-items: center;
}
.btn-search-abs:focus {
  outline: none;
}
.btn-search-abs:active svg {
  fill: #f1b514;
}
.btn-search-abs svg {
  width: 15px;
  fill: #7D7B7B;
}

.dropdown-filter-container {
  position: relative;
}

.dropdown-filter-container.opened .dropdown-filter {
  border-color: #DCDDDE;
}
.dropdown-filter-container.opened .dropdown-ul-container {
  display: block;
}

.dropdown-ul-container {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #fff;
  border-top: 1px solid #DCDDDE;
  border-left: 1px solid #DCDDDE;
  border-right: 1px solid #DCDDDE;
  border-bottom: 1px solid #DCDDDE;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 100%;
  max-height: 540px;
}
.dropdown-ul-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
.dropdown-ul-container ul li {
  padding-left: 17px;
  background: #f9f9f9;
}
.dropdown-ul-container ul li:nth-child(2n) {
  background: #f0f0f0;
}
.dropdown-ul-container li.opened {
  background: #fff;
}
.dropdown-ul-container li .gray-checkbox-btn {
  padding-left: 30px;
}
.dropdown-ul-container li .gray-checkbox-btn {
  width: 100%;
}
.dropdown-ul-container li .gray-checkbox-btn label {
  padding: 20px 0;
  min-height: 60px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .dropdown-ul-container li .gray-checkbox-btn label {
    min-height: 35px;
    padding: 10px 0;
  }
}

@media (max-width: 991.98px) {
  .simplebar-content {
    padding: 10px 0 !important;
  }
}
.dropdown-li-type {
  position: relative;
  border-bottom: 1px solid #DCDDDE;
}
.dropdown-li-type ul {
  border-top: 1px solid #DCDDDE;
}
.dropdown-li-type ul .checkbox-btn {
  width: 100%;
}
.dropdown-li-type .checkbox-btn {
  display: flex;
  width: initial;
}
.dropdown-li-type .dropdown-icon {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 5px;
}
@media (min-width: 992px) {
  .dropdown-li-type .dropdown-icon {
    right: 30px;
    top: 20px;
  }
}
.dropdown-li-type.opened > ul {
  display: block;
}

.simplebar-scrollbar {
  z-index: 5;
}
.simplebar-scrollbar:before {
  background: #DCDDDE;
  opacity: 1 !important;
}

.category-title-group {
  padding: 30px 0 15px 0;
  position: relative;
  font-size: 20px;
}
.category-title-group .product-quantity {
  top: 35px;
  position: absolute;
  font-weight: 300;
  font-size: 1rem;
  right: 0;
  height: 30px;
  color: #7D7B7B;
}
.category-title-group.additional {
  border-top: 1px solid #d4d4d4;
  padding-top: 45px;
  padding-bottom: 36px;
  margin-top: 20px;
}
.category-title-group.additional .product-quantity {
  top: 44px;
}

@media (min-width: 992px) {
  .category-title-group {
    padding: 95px 0 36px 0;
    font-size: 30px;
  }
  .category-title-group .product-quantity {
    top: 99px;
  }
}
.filter-search-form {
  width: 100%;
}

.product-item-container {
  margin-bottom: 30px;
}

.search-reset {
  position: absolute;
  border: none;
  background: #e0e0e0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  top: 50%;
  margin-top: -10px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-reset:focus {
  outline: none;
}
.search-reset svg {
  display: inline-block;
  height: 12px;
  fill: #7D7B7B;
}

.product-item {
  background: #fff;
  border: 1px solid #DCDDDE;
  box-shadow: 0px 5px 10px -7px #DCDDDE;
  height: 100%;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 442px;
  transition: border-color ease-in-out 0.3s;
}
@media (max-width: 1199.98px) {
  .product-item {
    min-height: 350px;
  }
}
.product-item.seed {
  padding: 15px 30px;
}
.product-item.seed .image-container {
  border: none;
}
.product-item .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.product-item .image-container img {
  max-width: 100%;
}
.product-item .product-name,
.product-item .category-name {
  margin: 0;
  padding: 0;
}
.product-item .product-name {
  font-weight: 400;
  margin-bottom: 7px;
  max-width: 215px;
  line-height: 1.2;
  display: inline-flex;
  font-size: 16px;
  border-bottom: 1px solid #000;
  display: inline;
}
.product-item .product-info {
  padding-bottom: 6px;
}
.product-item .product-info.tech .product-name {
  font-size: 1rem;
}
.product-item .category-name {
  font-size: 0.875rem;
  color: #7D7B7B;
  font-weight: 300;
}

.product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .product-image-container img {
    max-width: 100%;
  }
}

.round-over {
  border-radius: 90%;
}

.pagination-container {
  display: flex;
  flex: 1;
  margin: 20px 0 30px 0;
  padding: 14px 0;
  border: 1px solid #DCDDDE;
}

.pagination-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.pagination-list li a {
  display: inline-block;
  font-size: 0.875rem;
  min-height: 40px;
  min-width: 40px;
  line-height: 40px;
  color: #00205B;
  font-weight: bold;
}
.pagination-list li span {
  display: inline-block;
  min-height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #00205B;
}
.pagination-list li.current a {
  background: #00205B;
  color: #fff;
  min-height: 40px;
  font-weight: bold;
  min-width: 40px;
  line-height: 40px;
}
.pagination-list li svg {
  height: 12px;
  fill: #00205B;
}

.prev-nav {
  margin-right: 20px;
}

.next-nav {
  margin-left: 20px;
}

.filter-reset-container {
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 5px 10px -7px rgb(229, 229, 229);
  min-height: 77px;
  align-items: center;
  display: flex;
  padding: 21px 0 13px 0;
}

.remove-search-tags {
  color: #f1b514;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  padding: 1px 12px 0 7px;
  margin-right: 4px;
  border: 1px solid #f1b514;
  margin-bottom: 7px;
  min-height: 32px;
}
.remove-search-tags svg {
  margin: -2px 9px 0 0;
  position: relative;
  top: 0.5px;
  left: 1px;
}

.col-half {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .sibling-categories {
    overflow: hidden;
    display: flex;
    height: 276px;
    align-items: center;
    position: relative;
  }
  .sibling-categories .container,
  .sibling-categories .row {
    height: 100%;
  }
  .sibling-categories .lookbook-item {
    position: inherit;
    height: 100%;
  }
  .sibling-categories .lookbook-item:first-child .bg-container {
    width: 50%;
    left: -1px;
    overflow: hidden;
  }
  .sibling-categories .lookbook-item:last-child .bg-container {
    width: 50%;
    right: 0;
    left: inherit;
    overflow: hidden;
  }
  .sibling-categories .lookbook-item:last-child .lookbook-content {
    padding-left: 98px;
  }
}
.sibling-categories .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.sibling-categories .bg-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.sibling-categories .lookbook-content {
  z-index: 5;
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}
.sibling-categories .lookbook-content .lookbook-desc {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sibling-categories .lookbook-content .lookbook-title {
  color: #fff;
  padding-bottom: 14px;
  padding-top: 14px;
  font-size: 2.5rem;
  line-height: 1;
}
.sibling-categories .lookbook-content .lookbook-description {
  color: #fff;
}
.sibling-categories .lookbook-content .lookbook-info {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 0.875rem;
  padding: 30px 30px 25px 30px;
  opacity: 0.7;
  transition: opacity ease-in-out 0.6s;
}
.sibling-categories .lookbook-content .lookbook-info::before {
  content: "";
  display: block;
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  height: 2px;
  background-color: #f1b514;
  transition: left 0.2s linear, right 0.2s linear;
}
.sibling-categories .lookbook-content .lookbook-info svg {
  width: 6px;
  fill: #fff;
  margin: 0 0 2px 17px;
  transition: fill ease-in-out 0.4s;
}
@media (max-width: 991.98px) {
  .sibling-categories .lookbook-item {
    position: relative;
    min-height: calc(50vh - 41px);
    border-bottom: 1px solid #f1b514;
  }
  .sibling-categories .lookbook-content .lookbook-title {
    font-size: 1.875rem;
    line-height: 1;
  }
  .sibling-categories .lookbook-content .lookbook-info {
    padding-right: 0;
  }
}

.root-categories .lookbook-item {
  display: inline-block;
  height: 442px;
  width: 100%;
  background-size: cover;
  position: relative;
  text-decoration: none;
}
.root-categories .lookbook-item .title-container {
  text-align: center;
}
.root-categories .lookbook-item .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}
.root-categories .lookbook-item .bg-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.root-categories .lookbook-item .lookbook-content {
  position: relative;
  padding-bottom: 4px;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 5;
}
.root-categories .lookbook-item .lookbook-content .lookbook-desc {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.root-categories .lookbook-item .lookbook-content .lookbook-title {
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  padding-top: 14px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.root-categories .lookbook-item .lookbook-content .lookbook-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.root-categories .lookbook-item .lookbook-content .lookbook-description {
  color: #fff;
}
.root-categories .lookbook-item .lookbook-content .lookbook-info {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 0.875rem;
  padding: 30px 30px 25px 30px;
  opacity: 0.7;
  transition: opacity ease-in-out 0.6s;
  width: 100%;
}
.root-categories .lookbook-item .lookbook-content .lookbook-info::before {
  content: "";
  display: block;
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  height: 2px;
  background-color: #f1b514;
  transition: left 0.2s linear, right 0.2s linear;
}
.root-categories .lookbook-item .lookbook-content .lookbook-info svg {
  width: 6px;
  float: right;
  padding-top: 10px;
  fill: #fff;
  margin: 0 0 2px 17px;
  transition: fill ease-in-out 0.4s;
}

.product-section {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .product-section {
    margin-bottom: 71px;
  }
}
.product-section.tech .product-info {
  padding-bottom: 0;
  padding-left: 19px;
}
.product-section.tech .product-item .product-name {
  font-size: 1rem;
}
.product-section.tech .product-item .category-name {
  padding: 2px 0 12px 0;
}
.product-section.seed .category-name {
  padding-top: 4px;
}

h2.not-found {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7D7B7B;
  font-weight: 400;
  font-size: 1.875rem;
  padding: 118px 0 42px 0;
}

.js-clean-filter {
  color: #7D7B7B;
  font-size: 0.875rem;
  line-height: 1.2;
  transition: ease-in-out 0.4s;
  font-weight: 300;
  white-space: nowrap;
  border-bottom: 1px solid #7D7B7B;
  position: relative;
  top: -9px;
}
@media (max-width: 1199.98px) {
  .js-clean-filter {
    top: 0;
    border: none;
    text-decoration: underline;
    padding: 15px 0 8px 0;
    margin-top: 1px;
    display: inline-flex;
  }
}

.tag-lists {
  flex: 1;
}

.filter-list-row {
  display: flex;
}
@media (max-width: 991.98px) {
  .filter-list-row {
    flex-direction: column;
  }
}

body.product {
  background: #fff;
}

.property-values {
  color: #7D7B7B;
  border: 6px solid #DCDDDE;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .property-values {
    margin-bottom: 90px;
    padding: 0 24px;
  }
}
.property-values .property-line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DCDDDE;
  min-height: 40px;
  align-items: center;
  color: #7D7B7B;
  padding-top: 2px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .property-values .property-line {
    min-height: 61px;
  }
}
.property-values .property-line:last-child {
  border-bottom: none;
}
.property-values .property-line span:last-child {
  color: #000;
}

body.product .general-info .category-name {
  padding: 23px 0 0 0;
  text-decoration: underline;
  margin: 0 0 12px 0;
  color: #7D7B7B;
  font-weight: 400;
}
body.product .general-info .product-name {
  max-width: 405px;
  line-height: 1.22;
}
@media (max-width: 1199.98px) {
  body.product .general-info .product-name {
    max-width: 100%;
    font-size: 2rem;
  }
}
body.product .general-info .short-description {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0;
  font-weight: 400;
}
body.product .general-info .short-description:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
}
@media (min-width: 992px) {
  body.product .general-info .short-description {
    padding-top: 86px;
  }
  body.product .general-info .short-description:after {
    top: 62px;
  }
}

.general-info {
  min-height: 500px;
}
.general-info .separate-line {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .general-info .separate-line {
    margin-top: 100px;
    margin-bottom: 90px;
  }
}

.separate-line {
  display: flex;
  width: 100%;
  height: 1px;
  background: #DCDDDE;
}

.target-to-detail {
  font-size: 0.875rem;
  color: #000;
  text-decoration: underline;
  display: flex;
  width: 100%;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .description-title {
    padding: 0 0 23px 0;
  }
  .target-to-detail {
    padding: 13px 0 15px 0;
  }
}
.container-title {
  padding: 0 0 39px 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .container-title {
    padding-bottom: 15px;
  }
}

.description {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .description {
    margin-bottom: 90px;
  }
}
.description p {
  margin: 0 0 15px 0;
  padding: 0;
}
.description > p {
  position: relative;
  padding-bottom: 27px;
  font-weight: 400;
}
.description > p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 30px;
  height: 2px;
  background: #000;
}
@media (min-width: 992px) {
  .description > p:after {
    bottom: -15px;
  }
}
@media (min-width: 992px) {
  .description > p:nth-child(2n-1) {
    display: inline-flex;
    width: 49%;
    padding-right: 30px;
  }
  .description > p:nth-child(2n) {
    display: inline-flex;
    width: 49%;
    padding-left: 30px;
  }
  .description > p:nth-child(2n):after {
    left: 30px;
  }
}
.description > p:nth-child(n+3) {
  padding-top: 45px;
}

.attachment-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .attachment-container {
    padding-bottom: 70px;
  }
}
.attachment-container .container-title {
  text-align: center;
  padding-bottom: 1px;
}
.attachment-container .info {
  text-align: center;
}
.attachment-container p {
  max-width: 350px;
  margin: 0;
  padding: 10px 10px 40px 10px;
  text-align: center;
  font-weight: 400;
}
.attachment-container span {
  text-align: center;
}

.attachment-file {
  margin-bottom: 30px;
  max-width: 570px;
  width: 100%;
}
.attachment-file a {
  display: flex;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 16px 14px 16px 15px;
  border: 1px solid #DCDDDE;
  font-size: 0.875rem;
  position: relative;
  transition: ease-in-out 0.3s;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .attachment-file a {
    padding-left: 30px;
  }
}
.attachment-file a span:first-child {
  text-align: left;
  line-height: 1;
}
.attachment-file a .file-size-info {
  font-size: 0.75rem;
  white-space: nowrap;
}
.attachment-file a .file-size-info .icon-download {
  position: relative;
  margin: 0 5px 0 16px;
  display: inline-block;
  vertical-align: middle;
  transition: ease-in-out 0.3s;
  width: 20px;
  height: 20px;
}
.attachment-file a .file-size-info .icon-download:after {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -1px;
  background: #fff;
}
.attachment-file a .file-size-info .icon-download:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  margin-left: -5px;
  margin-top: 3px;
}

.separate-footer {
  position: relative;
  padding-bottom: 27px;
}
.separate-footer:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #000;
}

.fancybox-slide--current {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .fancybox-slide {
    padding: 10px;
  }
  .fancybox-slide--iframe .fancybox-content {
    height: 80% !important;
  }
}
.fy-image {
  position: relative;
  display: flex;
}
.fy-image .over-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: underline;
  transition: background-color ease-in-out 0.2s;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.media-item.hide {
  display: none;
}

.media-product-list {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .media-product-list {
    margin-bottom: 60px;
  }
}
.media-product-list .media-item {
  margin-bottom: 30px;
  min-height: 120px;
}
.media-product-list .media-item .youtube-fancy {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.media-product-list .media-item .youtube-fancy:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/images/play-btn.png?69746ff7f3145f395216db248d47bc46);
  width: 78px;
  height: 78px;
  margin-top: -37px;
  margin-left: -37px;
}
.media-product-list .media-item img {
  width: 100%;
  max-height: 100%;
  height: intrinsic;
}

@media (max-width: 767.98px) {
  .media-product-list .media-item {
    margin-bottom: 5px;
  }
  .media-product-list .media-item:nth-child(even) {
    padding-left: 2.5px;
  }
  .media-product-list .media-item:nth-child(odd) {
    padding-right: 2.5px;
  }
}
.similarly-container {
  background: #f5f5f5;
  padding: 30px 0 15px 0;
}
.similarly-container.product-section {
  padding: 30px 0 15px 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .similarly-container {
    padding: 90px 0 71px 0;
  }
}

.default-tab-style {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .default-tab-style {
    margin-bottom: 90px;
  }
}
.default-tab-style ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion-type-protection > li {
  border: 1px solid #DCDDDE;
  padding: 16px 15px 16px 30px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  transition: border-color ease-in-out 0.3s;
  cursor: pointer;
}
.accordion-type-protection > li.opened {
  border-color: #f1b514;
  transition: border-color ease-in-out 0.3s;
}
.accordion-type-protection > li.opened ul {
  display: block;
}
.accordion-type-protection ul {
  display: none;
  padding-top: 15px;
}
.accordion-type-protection ul li {
  border-bottom: 1px solid #DCDDDE;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.accordion-type-protection ul li span {
  color: #7D7B7B;
}
.accordion-type-protection ul li span:last-child {
  text-decoration: underline;
  color: #000;
}
.accordion-type-protection ul li:last-child {
  border-bottom: none;
}
.accordion-type-protection .accordion-tab-container {
  display: flex;
  justify-content: space-between;
}
.accordion-type-protection .accordion-tab-container .square-plus {
  display: flex;
  align-items: center;
}

.accordion-type-tech,
.accordion-type-seed {
  border: 6px solid #DCDDDE;
  padding: 15px 15px 0 15px;
}
@media (min-width: 992px) {
  .accordion-type-tech,
  .accordion-type-seed {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accordion-type-tech li,
.accordion-type-seed li {
  border-bottom: 1px solid #DCDDDE;
  padding: 15px 0;
}
.accordion-type-tech > li,
.accordion-type-seed > li {
  border-bottom: none;
  padding: 0;
}
.accordion-type-tech > li > span,
.accordion-type-seed > li > span {
  font-weight: 400;
  border-bottom: 1px solid #DCDDDE;
  display: flex;
  width: 100%;
  padding: 41px 0 15px 0;
}
.accordion-type-tech > li ul > li,
.accordion-type-seed > li ul > li {
  display: flex;
  justify-content: space-between;
}
.accordion-type-tech > li ul > li span,
.accordion-type-seed > li ul > li span {
  color: #7D7B7B;
  font-weight: 400;
}
.accordion-type-tech > li ul > li span:last-child,
.accordion-type-seed > li ul > li span:last-child {
  color: #000;
}
.accordion-type-tech > li:first-child span,
.accordion-type-seed > li:first-child span {
  padding-top: 0;
}
.accordion-type-tech > li:last-child li:last-child,
.accordion-type-seed > li:last-child li:last-child {
  border-bottom: none;
}

/*height: 80px;
    display: -webkit-box;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;

    cursor: pointer;
    border-top: 1px solid transparent;
}*/
.article-list {
  position: relative;
  margin-bottom: 30px;
}
.article-list.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: #DCDDDE;
  z-index: 1;
}
.article-list .container {
  position: relative;
  z-index: 2;
}
.article-list .thumb_wide {
  height: 345px;
  padding: 9px;
  border: 1px solid #d4d4d4;
  background: #fff;
  margin-bottom: 30px;
}
.article-list .thumb_wide .content {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 15px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article-list .thumb_wide .content > * {
  position: relative;
  z-index: 2;
}
.article-list .thumb_wide .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.article-list .thumb_wide .name {
  color: #fff;
  font-weight: 400;
  max-width: 550px;
  line-height: 1.4;
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .article-list .thumb_wide .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 47px;
    margin-bottom: 30px;
  }
}
.article-list .thumb_wide .date-information {
  margin: 0 0 34px 0;
  padding: 0;
  white-space: nowrap;
  padding-right: 15px;
}
.article-list .thumb_wide .date-information span {
  position: relative;
  color: #fff;
  font-weight: 500;
  opacity: 0.7;
  font-size: 0.875rem;
}
.article-list .thumb_wide .date-information span:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.article-list .thumb_wide .date-information span:last-child {
  padding-right: 0;
  font-weight: 400;
}
.article-list .thumb_wide .date-information span:last-child:after {
  display: none;
}
.article-list .thumb_wide .share-list a {
  color: #fff;
  border-color: #fff;
}
.article-list .item {
  margin-bottom: 30px;
}
.article-list .action-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.article-list .detail-link {
  font-size: 0.875rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0;
  line-height: 1;
  transition: ease-in-out 0.3s;
}
.article-list .share-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 0.875rem;
}
.article-list .share-list a {
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7D7B7B;
  color: #7D7B7B;
  transition: ease-in-out 0.3s;
}
.article-list .thumb_grid {
  border: 1px solid #DCDDDE;
  height: 100%;
  transition: border-color 0.3s;
}
.article-list .thumb_grid .thumb-img {
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-list .thumb_grid .thumb-img img {
  max-width: 100%;
}
.article-list .thumb_grid .date-information {
  margin: 0;
  padding: 6px 0 15px 30px;
  border-bottom: 1px solid #DCDDDE;
}
.article-list .thumb_grid .date-information span {
  position: relative;
  padding-right: 30px;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
}
.article-list .thumb_grid .date-information span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: rgba(0, 0, 0, 0.2);
}
.article-list .thumb_grid .date-information span:last-child {
  padding-right: 0;
  font-weight: 400;
}
.article-list .thumb_grid .date-information span:last-child:after {
  display: none;
}
.article-list .thumb_grid .name {
  font-weight: 400;
  max-width: 550px;
  line-height: 1.45;
  margin: 22px 0 0 0;
  padding: 0 15px 0 15px;
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .article-list .thumb_grid .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 47px;
    margin-bottom: 30px;
  }
}
.article-list .thumb_grid .action-content {
  padding: 21px 30px 29px 30px;
}
.article-list .thumb_grid .detail-link {
  color: #7D7B7B;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  border-bottom: 1px solid #7D7B7B;
}
.article-list .thumb_grid .share-list {
  transition: ease-in-out 0.3s;
  color: #7D7B7B;
}
.article-list.additional {
  border-top: 1px solid #DCDDDE;
  margin-bottom: 70px;
}
.article-list.additional h3 {
  font-size: 1.875rem;
  padding: 94px 0 35px 0;
}
@media (max-width: 1199.98px) {
  .article-list.additional {
    margin-bottom: 30px;
  }
  .article-list.additional h3 {
    padding: 30px 0 15px 0;
  }
}

.js-append-articles {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  font-size: 0.875rem;
  height: 60px;
}

.page-title-center {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 30px 0 15px 0;
}

@media (min-width: 992px) {
  .page-title-center {
    padding: 60px 0 31px 0;
  }
  .page-title-center.events-f {
    padding-top: 90px;
  }
  .article-list {
    margin-bottom: 100px;
  }
  .article-list .thumb_wide {
    height: 428px;
  }
  .article-list .thumb_wide .name {
    font-size: 1.875rem;
    height: auto;
  }
  .article-list .thumb_wide .content {
    padding: 0 90px 30px 90px;
  }
  .article-list .thumb_grid .name {
    font-size: 1.875rem;
    min-height: 131px;
    padding-bottom: 15px;
  }
}
.about-us-footer.lite {
  min-height: 278px;
  padding-top: 16px;
}
.about-us-footer.lite p::before,
.about-us-footer.lite p::after {
  height: 1px;
}
.about-us-footer.lite p::after {
  background-color: #DCDDDE;
}

.thumbnail-title {
  padding: 30px 0 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thumbnail-title img {
  max-width: 100%;
}

.action-detail-content {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  width: 100%;
  padding: 20px 15px 30px 15px;
  margin: 0 auto;
  border-bottom: 1px solid #DCDDDE;
}
@media (max-width: 767.98px) {
  .action-detail-content {
    flex-direction: column;
  }
}
.action-detail-content .share-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  text-decoration: none;
  text-align: right;
}
.action-detail-content .share-list a {
  color: #7D7B7B;
  font-size: 0.875rem;
  opacity: 0.7;
  text-decoration: none;
  border-bottom: 1px solid #7D7B7B;
  transition: ease-in-out 0.3s;
  white-space: nowrap;
}
.action-detail-content .share-list .js-event-to-open {
  text-decoration: underline;
}
.action-detail-content .date-information {
  margin: 0;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .action-detail-content .date-information {
    display: flex;
    flex-direction: column;
    line-height: 2;
  }
}
.action-detail-content .date-information span {
  position: relative;
  padding-right: 30px;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
}
.action-detail-content .date-information span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: rgba(0, 0, 0, 0.2);
}
.action-detail-content .date-information span:last-child {
  padding-right: 0;
  font-weight: 400;
}
.action-detail-content .date-information span:last-child:after {
  display: none;
}

.article-short-description {
  max-width: 768px;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 0 0 15px 0;
}

.article-content {
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.article-content > ul, .article-content > ol {
  max-width: 768px;
  width: 100%;
}
.article-content > p {
  max-width: 768px;
}
.article-content > p.wider_img {
  max-width: 100%;
}
.article-content > p.wider_img img.wider {
  padding: 0 13px;
  margin: 58px 0;
}
@media (max-width: 1199.98px) {
  .article-content > p.wider_img img.wider {
    padding: 0;
    margin: 15px 0;
  }
}
.article-content > p > img {
  max-width: 100%;
  height: inherit;
}
.article-content > p > strong {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .article-content > p > strong {
    font-size: 1.25rem;
  }
}

.gray-wide-line header {
  z-index: 5;
  position: relative;
}

.article-detail {
  border-bottom: 1px solid #DCDDDE;
  padding-bottom: 15px;
}
.article-detail:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  z-index: 1;
  top: 0;
  height: 35vh;
}
.article-detail .container {
  position: relative;
  z-index: 2;
}

.article-title {
  max-width: 768px;
  margin: 0 auto;
  padding: 30px 0 15px 0;
  line-height: 1.22;
  font-size: 1.875rem;
}

@media (min-width: 992px) {
  .thumbnail-title {
    padding: 100px 0 0 0;
  }
  .article-detail {
    padding-bottom: 58px;
  }
  .article-detail:before {
    top: 81px;
    height: 350px;
  }
  .action-detail-content {
    padding: 27px 100px;
  }
  .action-detail-content .share-list {
    line-height: 1;
  }
  .article-title {
    padding: 89px 0 15px 0;
    font-size: 2.5rem;
  }
  .article-short-description {
    font-size: 1.875rem;
    padding: 14px 0 84px 0;
  }
}
.info-item {
  padding: 102px 0 90px 0;
}
@media (max-width: 991.98px) {
  .info-item {
    padding-top: 42px;
    padding-bottom: 0;
  }
}
.info-item h4 {
  margin-bottom: 62px;
}
@media (max-width: 991.98px) {
  .info-item h4 {
    margin-bottom: 35px;
  }
}

.field-group {
  display: flex;
  flex-direction: column;
  padding: 14px 0 0 0;
  color: #000000;
}
.field-group span {
  color: #858585;
  font-size: 14px;
}
.field-group a {
  font-size: 16px;
  text-decoration: underline;
  padding: 3px 0 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
.field-group ul {
  list-style: none;
  padding: 9px 0 0 0;
  margin: 0;
}
.field-group ul li {
  line-height: 1.45;
  font-weight: 400;
}

.js-map-point {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  padding: 10px 0 0 2px;
  width: -moz-max-content;
  width: max-content;
}
.js-map-point svg {
  margin-right: 10px;
}

.vert-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #404040;
  font-weight: 400;
}

.main-address-container {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .main-address-container {
    padding-top: 29px;
    padding-bottom: 13px;
  }
}

#map {
  height: 760px;
}
@media (max-width: 991.98px) {
  #map {
    display: none;
  }
}
#map:active, #map:focus {
  border: none;
  outline: none;
}
#map iframe + div {
  border: none !important;
}
#map button:focus {
  outline: none !important;
  border: none !important;
}

.branches-location-map {
  position: relative;
}
.branches-location-map .branches-location-info {
  overflow: hidden;
  z-index: 5;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 22px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .branches-location-map .branches-location-info {
    position: absolute;
    height: 760px;
    width: 370px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.branches-location-map .branches-location-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.branches-location-map .branches-location-info .branches-lc-body {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 560px;
}
.branches-location-map .branches-list p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
.branches-location-map .branches-list p span {
  display: inline-block;
  width: 100%;
  color: #404040;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  padding: 9px 0 0 0;
}
.branches-location-map .branches-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  .branches-location-map {
    background: #f5f5f5;
  }
}

.branches-select {
  padding: 34px 31px 32px;
  border-bottom: 1px solid #e5e5e5;
}
.branches-select h4 {
  font-size: 24px;
  margin-bottom: 26px;
}

.branches-location {
  padding-top: 30px;
  padding-bottom: 30px;
}
.branches-location:active, .branches-location:focus {
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .branches-location {
    padding-top: 8px;
    padding-bottom: 0px;
  }
}
.branches-location-title {
  font-size: 8px;
  line-height: 2px;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 992px) {
  .branches-location-title {
    margin-bottom: 8px;
  }
}
.branches-location-title span {
  font-weight: 400;
}
.branches-location-map {
  border-radius: 7.5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .branches-location-map {
    background-color: #fff;
  }
}
.branches-location-map:active, .branches-location-map:focus {
  border: none;
  outline: none;
}

.branches-list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 10px 31px 0 31px;
  height: 355px;
}
.branches-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.branches-list li {
  font-size: 0px;
  line-height: 10px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  padding: 3px 0;
}
@media (min-width: 992px) {
  .branches-list li {
    padding: 9px 30px;
  }
}
.branches-list li::before, .branches-list li::after {
  position: absolute;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.branches-list li strong {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
  color: #000;
}
@media (min-width: 992px) {
  .branches-list li strong {
    margin-bottom: 7.5px;
  }
}
.branches-list li:last-child {
  border-bottom: 0 none;
}

.branches-list-detailed {
  position: absolute;
  left: -5px;
  bottom: 0;
  right: 0;
  top: 0;
  transform: translate(-100%, 0);
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 29px;
}
.branches-list-detailed.active {
  transform: translate(0, 0);
  transition: transform 0.3s ease-in-out;
  left: 0;
}
.branches-list-detailed .top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 34px 31px;
}
.branches-list-detailed .top .top-info {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 32px 0 0;
}
.branches-list-detailed .top .back {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.branches-list-detailed .top .arrow {
  background: url(/images/arrow.svg?afe699a40e0b4d2d7d2aa6928300dd7e) left 4px no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.branches-list-detailed #working-hours-content {
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .branches-list-detailed #working-hours-content {
    margin-bottom: 35px;
  }
}
.branches-list-detailed #working-hours-content li:nth-child(2n) {
  padding-left: 25px;
}
.branches-list-detailed .bottom {
  display: block;
  flex: 1;
  padding: 32px 31px 0;
  height: 430px;
  max-height: 430px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .branches-list-detailed .bottom {
    padding-top: 27px;
    padding-right: 5px;
  }
}
.branches-list-detailed .bottom .scrollcontent {
  position: relative;
  display: flex;
  flex-direction: column;
}
.branches-list-detailed .bottom-title {
  font-size: 16px;
  margin-bottom: 17px;
}
.branches-list-detailed .bottom-title.hide {
  display: none;
  margin: 0;
  padding: 0;
}
.branches-list-detailed .bottom .weekend-schedule {
  padding-left: 24px;
}
.branches-list-detailed .bottom-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.branches-list-detailed .bottom-list.hide {
  display: none;
  margin: 0;
  padding: 0;
}
.branches-list-detailed .bottom-list li {
  width: 50%;
  padding-top: 20px;
}
.branches-list-detailed .bottom-list li:nth-child(1), .branches-list-detailed .bottom-list li:nth-child(2) {
  padding-top: 0px;
}
.branches-list-detailed .bottom-list li span {
  font-size: 14px;
  color: #858585;
  width: 100%;
  display: inline-block;
  height: 29px;
}
.branches-list-detailed .bottom-list li p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.branches-list-detailed .bottom .detail-address a {
  display: inline-block;
  padding: 2px 0 4px 0;
  text-decoration: underline;
}
.branches-list-detailed .bottom .detail-address p {
  padding-top: 3px;
}
.branches-list-detailed .bottom .detail-address li:nth-child(2n) {
  padding-left: 30px;
}

.hr-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.extra-information-box {
  padding-top: 82px;
  padding-bottom: 90px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .extra-information-box {
    padding-bottom: 20px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .js-mobile-redirect {
    margin-bottom: 27px;
    display: none;
  }
}
.jsMapTo {
  background: url(/images/map_pin.svg?e59ba7e2b7a790885b2a67928c81f7df) left center no-repeat;
  padding-left: 27px;
  text-decoration: underline;
}
.jsMapTo:hover {
  text-decoration: underline !important;
}

body.contact .default-page-title {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  body.contact .default-page-title {
    padding-bottom: 50px;
  }
  body.contact .default-page-title h1 {
    padding-top: 3px;
  }
}
@media (max-width: 991.98px) {
  body.contact .page-description {
    padding-top: 15px;
    padding-bottom: 9px;
  }
}
body.contact .page-description p {
  margin-bottom: 22px;
}

.extra-contact-data {
  padding-top: 18px;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.extra-contact-data.show {
  display: flex;
}
.extra-contact-data h5 {
  font-size: 16px;
  padding: 0px 0 12px 0;
}
.extra-contact-data .data-container {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (min-width: 768px) {
  .extra-contact-data .data-container {
    padding-top: 39px;
  }
}
.extra-contact-data .data-container.pos-0, .extra-contact-data .data-container.pos-1 {
  padding-top: 0;
}
.extra-contact-data .data-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.extra-contact-data .data-item a {
  text-decoration: underline;
}
.extra-contact-data .data-item span:first-child {
  font-size: 14px;
  color: #858585;
  padding-bottom: 1px;
}

.contact-header {
  padding-bottom: 32px; /* Echivalentul lui mb-8 (8 * 4px) */
  margin: auto;
}

.contact-title {
  font-size: 24px; /* Echivalentul lui text-2xl */
  line-height: 32px; /* Line-height standard pentru text-2xl */
  margin-bottom: 8px; /* Echivalentul lui mb-2 */
  text-align: center; /* Echivalentul lui text-center */
  font-weight: 500; /* Opțional: h2 are de obicei bold implicit */
  margin-top: 0; /* Resetare pentru siguranță */
}

.contact-subtitle {
  font-size: 16px; /* Echivalentul lui text-base */
  line-height: 24px;
  color: #71717a; /* Echivalentul aproximativ pt text-muted-foreground (un gri neutru) */
  text-align: center; /* Echivalentul lui text-center */
  margin: 0; /* Resetare margini implicite paragrafe */
}

/* --- GRID SYSTEM --- */
.department-grid {
  display: grid;
  gap: 16px;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
  /* Desktop: 5 coloane */
}
@media (min-width: 992px) {
  .department-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.department-grid {
  /* Tabletă: 3 coloane */
}
@media (min-width: 769px) and (max-width: 991px) {
  .department-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.department-grid {
  /* MOBIL: Flex Column (Una sub alta) */
}
@media (max-width: 768px) {
  .department-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0; /* Pe mobil nu vrem spațiu mare sub grid */
  }
}

.department-card {
  /* Stilurile de bază pentru buton */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background-color: #f7f8f9;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  transition: all 200ms;
  height: 140px;
}
.department-card .department-icon {
  color: #041e3a;
}
.department-card .department-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.department-card .department-title {
  font-size: 14px;
  text-align: center;
  color: #041e3a;
  font-weight: 500;
}
.department-card:hover {
  border-color: transparent;
  box-shadow: 0px 0px 30px -10px #86bced;
}
.department-card.active {
  border-color: #041e3a;
  box-shadow: none;
}

/* =========================================
   PARTEA 1: MOBILE BOX (Sub titlu)
   ========================================= */
.mobile-details-box {
  /* Default: ASCUNS */
  display: none;
  background: #fff;
  border: 1px solid #041e3a;
  padding: 20px;
  margin-bottom: 16px; /* Spațiu sub acordeon */
}
.mobile-details-box.active {
  display: block; /* Apare doar când are clasa active */
  animation: slideDown 300ms ease-out;
  margin-top: 20px;
}
.mobile-details-box {
  /* !!! CRITIC: PE DESKTOP SE ASCUNDE TOTAL !!! */
}
@media (min-width: 769px) {
  .mobile-details-box {
    display: none !important;
  }
}

/* =========================================
   PARTEA 2: DESKTOP WRAPPER (Jos de tot)
   ========================================= */
.desktop-details-wrapper {
  position: relative;
  /* !!! CRITIC: PE MOBIL SE ASCUNDE TOTAL !!! */
}
@media (max-width: 768px) {
  .desktop-details-wrapper {
    display: none !important;
  }
}

.desktop-details-box {
  display: none;
  border: 1px solid #041e3a;
  background-color: #fff;
  padding: 32px;
}
.desktop-details-box.active {
  display: block;
  animation: fadeIn 300ms ease-out forwards;
}

/* Helper Styles */
.details-placeholder {
  text-align: center;
  padding: 40px;
  color: #888;
  border: 1px dashed #ccc;
}

.contact-group {
  margin-bottom: 24px;
}

.group-title {
  font-size: 16px;
  font-weight: 600;
  color: #041e3a;
  margin-bottom: 8px;
}

.value {
  font-size: 16px;
  color: #000;
}

.value a {
  color: #000;
  text-decoration: underline;
}

.divider {
  height: 1px;
  background: #e5e7eb;
  margin-top: 16px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.details-header {
  display: flex;
  align-items: center;
  gap: 0.75rem; /* gap-3 */
  margin-bottom: 1.5rem; /* mb-6 */
  padding-bottom: 1rem; /* pb-4 */
  border-bottom: 1px solid #e9e9e9;
}
.details-header .header-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-header h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
  color: #041e3a;
}

.contact-item span {
  font-size: 14px;
  font-weight: 500;
  color: #717182;
}
.contact-item div a {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
  text-decoration: underline;
  /* Moves the line down */
  text-underline-offset: 4px;
}

.contact-image-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-image-box p {
  margin: 0;
}
.contact-image-box img {
  max-width: 370px !important;
  width: 100% !important;
  height: inherit !important;
}

@media (max-width: 991.98px) {
  .contact-image-box {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-image-box img {
    max-width: 100% !important;
  }
  .js-contact-menu {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 32px;
  }
  .js-contact-menu li {
    padding: 9px 0;
    min-height: 50px;
  }
  .extra-contact-data {
    flex-direction: column;
  }
  .extra-contact-data h5 {
    padding-top: 40px;
    font-weight: bold !important;
  }
  .extra-contact-data .data-container {
    width: 100%;
  }
  .extra-contact-data .data-container:first-child h5 {
    padding-top: 5px;
  }
}
.extra-contact-data h5 {
  font-weight: bold !important;
}

.gm-style .gm-style-iw-c {
  padding-top: 17px;
}

.gm-style .gm-style-iw-d {
  padding-right: 5px;
}

.gm-ui-hover-effect {
  top: -3px !important;
  right: -3px !important;
}

.showroom-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  padding: 33px 30px 16px 31px;
  margin: 0;
}

.showroom-list {
  padding: 3px 32px 29px 32px;
  margin: 0;
  list-style: none;
}
.showroom-list li {
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
}
.showroom-list li:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.part-item {
  margin-bottom: 30px;
}
.part-item a {
  height: 370px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  border: 1px solid #DCDDDE;
  transition: ease-in-out 0.2s;
  text-transform: uppercase;
  position: relative;
}
.part-item a .numb {
  position: absolute;
  top: 21px;
  left: 29px;
  font-weight: 400;
  color: #7D7B7B;
  font-size: 0.875rem;
}
.part-item a p {
  transition: ease-in-out 0.2s;
  font-weight: 500;
  border-bottom: 1px solid #DCDDDE;
  font-size: 1.875rem;
  padding: 3px 0 0 0;
  margin: 0;
  line-height: 1.5;
}
.part-item a .action {
  position: absolute;
  bottom: 26px;
  text-align: center;
  color: #7D7B7B;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: none;
  border-bottom: 1px solid #7D7B7B;
  line-height: 1;
}

.part-container {
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .part-container {
    margin-bottom: 0;
  }
  .part-item {
    margin-bottom: 10px;
  }
  .part-item:nth-child(odd) {
    padding-right: 5px;
  }
  .part-item:nth-child(even) {
    padding-left: 5px;
  }
  .part-item a {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .part-item:nth-child(odd) {
    padding-right: 15px;
  }
  .part-item:nth-child(even) {
    padding-left: 15px;
  }
}
.promo-label {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 1.875rem;
  padding: 64px 0 36px 0;
}

.page-image-item {
  margin-bottom: 30px;
  text-align: center;
}
.page-image-item img {
  max-width: 100%;
}

footer {
  background: linear-gradient(135deg, #0a1a32 0%, #1b4686 100%);
}
footer .title-list {
  margin: 0;
  padding: 30px 0 18px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
footer a {
  font-size: 0.875rem;
  text-decoration: underline;
  color: #fff;
  line-height: 2.45;
}
footer .social-footer-links a {
  text-decoration: none;
}
footer .footer-menu-list {
  display: flex;
  flex-direction: column;
}
footer .newsletter-panel {
  position: relative;
  padding-bottom: 15px;
  z-index: 999;
}

.footer-categories-list.footer-menu-list {
  padding-bottom: 0;
  padding-top: 15px;
}
@media (min-width: 576px) {
  .footer-categories-list.footer-menu-list {
    padding-bottom: 40px;
    padding-top: 0;
  }
}

.footer-categories-list .menu-group {
  display: flex;
  flex-direction: column;
}
.footer-categories-list .menu-group:nth-child(n+2) .title-list {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .footer-categories-list .menu-group:nth-child(n+2) .title-list {
    padding-top: 41px;
  }
}

.title-list {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .logo-f-img {
    position: absolute;
    bottom: 90px;
    right: -10px;
    width: 365px;
    height: 379px;
    flex-shrink: 0;
    aspect-ratio: 365/379;
    overflow: hidden;
  }
  .logo-f-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .logo-f-img {
    position: absolute;
    bottom: 90px;
    right: -10px;
    width: 250px;
    height: 264px;
    overflow: hidden;
  }
  .logo-f-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .logo-f-img {
    position: absolute;
    bottom: 120px;
    right: -10px;
    width: 250px;
    height: 264px;
    overflow: hidden;
  }
  .logo-f-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dots-sib-img {
    position: absolute;
    top: 150px;
    left: -40px;
    width: 200px;
    z-index: 10;
    overflow-y: visible;
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  .dots-sib-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-main-img {
    position: absolute;
    bottom: -140px;
    right: 0;
    width: 200px;
    z-index: 10;
    overflow-y: visible;
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  .logo-main-img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  footer {
    padding-top: 15px;
  }
  footer .title-list {
    padding: 21px 0 2px 0;
  }
  footer .log-f-img {
    position: absolute;
    bottom: 121px;
    right: 0;
    width: 200px;
  }
  footer .footer-categories-list .title-list {
    padding-top: 12px;
  }
  footer a {
    line-height: 2;
  }
  footer .newsletter-panel {
    position: relative;
    padding-top: 25px;
    z-index: 999;
  }
  footer .newsletter-panel h4 {
    font-size: 1rem;
  }
  footer .newsletter-panel .form-label {
    font-size: 20px;
    color: #fff;
  }
  footer .newsletter-panel .form-group-action {
    padding-top: 0;
    max-width: 325px;
  }
  footer .input-big {
    height: 35px;
    text-indent: 10px;
  }
  footer .btn-big {
    padding: 0 15px;
  }
  footer .condition-container,
  footer .social-footer-links {
    text-align: center;
  }
  footer .footer-bottom {
    padding: 15px 0;
  }
}
.email-field {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .email-field {
    margin-bottom: 11px;
  }
}
.email-field img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.email-field span {
  padding-top: 4px;
  color: #fff;
}

.phone-field {
  display: flex;
  color: #fff;
  padding: 0 0 0 3px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .phone-field {
    margin-bottom: 12px;
  }
}
.phone-field span {
  padding-top: 1px;
  display: flex;
  color: #fff;
}
.phone-field img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hours-field {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.hours-field img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hours-field > span {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  color: #fff;
  padding-top: 3px;
}

footer .title-list {
  font-weight: bold;
  font-size: 0.875rem;
}
footer .footer-menu-list {
  padding-bottom: 30px;
  font-size: 14px;
}
footer .footer-menu-list .main-address {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 992px) {
  footer .title-list {
    margin: 0;
    padding: 40px 0 18px 0;
    font-size: 1rem;
    font-weight: bold;
  }
  footer .footer-menu-list {
    padding-bottom: 124px;
    font-size: 14px;
  }
  footer .footer-menu-list .main-address {
    line-height: 1.7;
    padding-top: 5px;
    font-size: 14px;
    margin-bottom: 18px;
  }
  footer .newsletter-panel {
    position: relative;
    padding-left: 100px;
    padding-top: 40px;
    z-index: 999;
  }
}
.btn-big {
  background: #f1b514;
  color: #000;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 16px;
  outline: none;
  transition: ease-in-out 0.3s;
}
.btn-big:hover, .btn-big:focus, .btn-big:active {
  outline: none;
  box-shadow: none;
}
.btn-big.newsletter-ok {
  position: relative;
  min-width: 70px;
}
.btn-big.newsletter-ok:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url(/images/check-mark.svg?b8e0b693d66bc5178bede47bf0feb4c1) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.form-group-action {
  display: flex;
  padding: 0px 0 8px 0;
}

.input-big {
  background: #fff;
  border: none;
  height: 50px;
  outline: none;
  width: 100%;
  text-indent: 20px;
  color: black;
}
.input-big.error {
  border: 2px solid #C71515;
  background: #fff;
}

.terms-of-conditions {
  font-size: 0.875rem;
  font-weight: 400;
}
.terms-of-conditions span {
  font-weight: 400;
  color: #fff;
}
.terms-of-conditions.error, .terms-of-conditions.error a {
  color: #C71515;
}
.terms-of-conditions a {
  text-decoration: underline;
  color: #f1b514;
}

.terms-of-conditions-modal {
  font-size: 0.875rem;
  font-weight: 400;
}
.terms-of-conditions-modal span {
  font-weight: 400;
  color: #343a40;
}
.terms-of-conditions-modal.error, .terms-of-conditions-modal.error a {
  color: #C71515;
}
.terms-of-conditions-modal a {
  text-decoration: underline;
  color: #f1b514;
}

.company-copyright {
  text-align: center;
  color: #fff;
  line-height: 34px;
}

.social-footer-links {
  text-align: right;
}
.social-footer-links a {
  margin-right: 32px;
  color: #fff;
}
.social-footer-links a:last-child {
  margin-right: 0;
  text-decoration: none;
}

.footer-bottom {
  font-size: 0.875rem;
  min-height: 90px;
  border-top: 1px solid #DCDDDE;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  a:hover {
    text-decoration: none;
  }
}
#contactMessage {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .dropdown-ul-container li:hover {
    background: #f5f5f5;
  }
  .dropdown-ul-container li.opened:hover {
    background: #fff;
  }
  .product-item-container:hover {
    text-decoration: none;
  }
  .product-item:hover {
    border-color: transparent;
    transition: border-color ease-in-out 0.3s;
    box-shadow: 0px 0px 30px -10px rgba(134, 188, 237, 0.7019607843);
  }
  .pagination-list li a:hover {
    transition: background-color ease-out 0.2s;
    text-decoration: none;
  }
  .remove-search-tags:hover {
    color: #f1b514;
    opacity: 0.7;
    text-decoration: none;
  }
  .sibling-categories .lookbook-item:hover {
    text-decoration: none;
  }
  .sibling-categories .lookbook-item:hover .lookbook-info {
    opacity: 1;
    transition: opacity ease-in-out 0.6s;
  }
  .sibling-categories .lookbook-item:hover .lookbook-info::before {
    left: 0;
    right: 0;
  }
  .sibling-categories .lookbook-item:hover .lookbook-info svg {
    transition: fill ease-in-out 0.4s;
    fill: #f1b514;
  }
  .root-categories .lookbook-item:hover {
    text-decoration: none;
  }
  .root-categories .lookbook-item:hover .lookbook-info {
    opacity: 1;
    transition: opacity ease-in-out 0.6s;
  }
  .root-categories .lookbook-item:hover .lookbook-info::before {
    left: 0;
    right: 0;
  }
  .root-categories .lookbook-item:hover .lookbook-info svg {
    transition: fill ease-in-out 0.4s;
    fill: #f1b514;
  }
  .js-clean-filter:hover {
    text-decoration: none;
    cursor: pointer;
  }
  /* Header menu : */
  .menu .nav .nav-item:hover::before {
    left: 0;
    right: 0;
  }
  .menu .nav .dropdown-menu a:hover {
    color: #00205B;
  }
  .menu .nav .dropdown-menu .dropdown-item:hover {
    background: #fff;
    cursor: pointer;
  }
  .lang-menu .dropdown-menu a:hover {
    color: #7D7B7B;
  }
  .lang-menu .dropdown-menu .dropdown-item:hover {
    background: #fff;
    cursor: pointer;
  }
  .target-to-detail:hover {
    cursor: pointer;
  }
  .attachment-file a:hover {
    text-decoration: none;
    border-color: transparent;
    transition: border-color ease-in-out 0.3s;
    box-shadow: 0px 0px 30px -10px rgba(134, 188, 237, 0.7019607843);
  }
  .attachment-file a:hover .icon-download {
    transition: ease-in-out 0.2s;
  }
  .fy-image .over-title:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color ease-in-out 0.2s;
  }
  .about-us-footer a:hover {
    text-decoration: none;
    color: #00205B;
    border-color: #7D7B7B;
    transition: ease-in-out 0.3s;
  }
  .about-us-footer p:hover::before {
    left: 0;
    right: 0;
  }
  .employee-section-list .dropdown .dropdown-menu .dropdown-item:hover {
    color: #7D7B7B;
    background: #fff;
  }
  .category-thumbanil:hover {
    text-decoration: none;
  }
  .category-thumbanil:hover .name {
    transition: ease-out 0.3s;
    border-color: transparent;
    color: #fff;
  }
  .category-thumbanil:hover .name::before {
    left: 51%;
    right: 51%;
  }
  .category-thumbanil:hover .quantity {
    transition: ease-out 0.3s;
    color: #fff;
  }
  .category-thumbanil:hover .quantity span {
    transition: ease-out 0.3s;
    border-color: transparent;
  }
  .category-thumbanil:hover .quantity svg {
    transition: ease-out 0.3s;
    fill: #f1b514;
  }
  .btn-black:hover {
    transition: ease-in 0.3s;
    opacity: 1;
    color: #000;
    background-color: #FFD300;
    outline: none;
    box-shadow: 0px 0px 30px -10px #FFD300;
  }
  .btn-black-flex:hover {
    transition: ease-in 0.3s;
    opacity: 1;
    color: #fff;
    outline: none;
  }
  .index-body .lookbook-item:hover .lookbook-description {
    transition: ease-in-out 0.3s;
    opacity: 1;
  }
  .index-body .lookbook-item:hover .lookbook-info {
    opacity: 1;
    transition: ease-in-out 0.3s;
    text-decoration: none;
  }
  .index-body .lookbook-item:hover .lookbook-info::before {
    left: 0;
    right: 0;
  }
  .index-body .lookbook-item:hover .lookbook-info svg {
    fill: #f1b514;
  }
  .article-list .detail-link:hover {
    text-decoration: none;
    transition: ease-in-out 0.3s;
    border-color: transparent;
    color: #00205B;
    box-shadow: 0px 0px 30px -10px #86bced;
  }
  .article-list .share-list a:hover {
    text-decoration: none;
    transition: ease-in-out 0.3s;
    border-color: transparent;
    box-shadow: 0px 0px 30px -10px #86bced;
    color: #00205B;
  }
  .article-list .thumb_grid:hover {
    transition: border-color 0.3s;
    border-color: transparent;
    box-shadow: 0px 0px 30px -10px rgba(134, 188, 237, 0.7019607843);
  }
  .article-list .thumb_grid .detail-link:hover {
    border-color: transparent;
  }
  .action-detail-content .share-list a:hover {
    transition: ease-in-out 0.3s;
    opacity: 1;
    cursor: pointer;
    border-color: transparent;
    box-shadow: 0px 0px 30px -10px #86bced;
    color: #00205B;
  }
  .part-item a:hover {
    transition: ease-in-out 0.2s;
    box-shadow: 0px 0px 30px -10px rgba(134, 188, 237, 0.7019607843);
    border: none;
    color: #003e85;
    text-decoration: none;
  }
  .part-item a:hover p {
    transition: ease-in-out 0.2s;
    border-bottom-color: transparent;
  }
  .part-item a:hover .action {
    transition: ease-in-out 0.2s;
    border-bottom-color: transparent;
  }
  footer a:hover {
    color: #7D7B7B;
  }
  .btn-big:hover {
    transition: ease-in-out 0.3s;
    color: #000;
    background-color: #FFD300;
    outline: none;
    box-shadow: 0px 0px 30px -10px #FFD300;
    cursor: pointer;
  }
}