/* GENERATED by _scripts/css-split/split.js from main.css - DO NOT EDIT. Edit main.css, then re-run the split. (rest: loaded non-blocking after core) */
.notyf{align-items:flex-end;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:20px;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.notyf__icon--error,.notyf__icon--success{background:#fff;border-radius:50%;display:block;height:21px;margin:0 auto;position:relative;width:21px}.notyf__icon--error:after,.notyf__icon--error:before{background:currentColor;border-radius:3px;content:"";display:block;height:12px;left:9px;position:absolute;top:5px;width:3px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{background:currentColor;border-radius:3px;content:"";display:block;position:absolute;width:3px}.notyf__icon--success:after{height:6px;left:6px;top:9px;transform:rotate(-45deg)}.notyf__icon--success:before{height:11px;left:10px;top:5px;transform:rotate(45deg)}.notyf__toast{-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;border-radius:2px;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);box-sizing:border-box;display:block;flex-shrink:0;max-width:300px;overflow:hidden;padding:0 15px;pointer-events:auto;position:relative;transform:translateY(25%)}.notyf__toast--disappear{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;transform:translateY(0)}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards;border-radius:50%;height:400px;position:absolute;right:0;top:0;transform:scale(0) translateY(-51%) translateX(13%);transform-origin:bottom right;width:400px;z-index:5}.notyf__wrapper{align-items:center;border-radius:3px;display:flex;padding-bottom:17px;padding-right:15px;padding-top:17px;position:relative;z-index:10}.notyf__icon{-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;font-size:1.3em;margin-right:13px;opacity:0;text-align:center;width:22px}.notyf__dismiss{-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;height:100%;margin-right:-15px;opacity:0;position:absolute;right:0;top:0;width:26px}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;height:100%;opacity:.35;outline:none;transition:opacity .2s ease,background-color .2s ease;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{background:#fff;border-radius:3px;content:"";height:12px;left:calc(50% - 1px);position:absolute;top:calc(50% - 5px);width:2px}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{background-color:rgba(0,0,0,.15);opacity:.7}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em;opacity:0;position:relative;vertical-align:middle}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{-webkit-animation-duration:.5s;animation-duration:.5s;height:600px;width:600px}.notyf__toast{border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);max-width:none;width:100%}.notyf__dismiss{width:56px}}
 .ql-container {
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	position: relative
}
.ql-container.ql-disabled .ql-tooltip {
	visibility: hidden
}
.ql-clipboard {
	height: 1px;
	left: -100000px;
	overflow-y: hidden;
	position: absolute;
	top: 50%
}
.ql-editor {
	word-wrap: break-word;
	box-sizing: border-box;
	height: 100%;
	line-height: 1.42;
	outline: none;
	overflow-y: auto;
	padding: 12px 15px;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
}
.ql-editor ol>li,
.ql-editor ul>li {
	list-style-type: none
}
.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
	pointer-events: none
}
.ql-editor ul[data-checked=false]>li *,
.ql-editor ul[data-checked=true]>li * {
	pointer-events: all
}
.ql-editor li.ql-direction-rtl:before {
	margin-left: .3em;
	margin-right: -1.5em
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
	padding-right: 1.5em
}
.ql-editor ol li {
	counter-increment: list-0;
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-1 {
	counter-increment: list-1
}
.ql-editor ol li.ql-indent-1:before {
	content: counter(list-1, lower-alpha) ". "
}
.ql-editor ol li.ql-indent-1 {
	counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-2 {
	counter-increment: list-2
}
.ql-editor ol li.ql-indent-2:before {
	content: counter(list-2, lower-roman) ". "
}
.ql-editor ol li.ql-indent-2 {
	counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-3 {
	counter-increment: list-3
}
.ql-editor ol li.ql-indent-3:before {
	content: counter(list-3, decimal) ". "
}
.ql-editor ol li.ql-indent-3 {
	counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-4 {
	counter-increment: list-4
}
.ql-editor ol li.ql-indent-4:before {
	content: counter(list-4, lower-alpha) ". "
}
.ql-editor ol li.ql-indent-4 {
	counter-reset: list-5 list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-5 {
	counter-increment: list-5
}
.ql-editor ol li.ql-indent-5:before {
	content: counter(list-5, lower-roman) ". "
}
.ql-editor ol li.ql-indent-5 {
	counter-reset: list-6 list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-6 {
	counter-increment: list-6
}
.ql-editor ol li.ql-indent-6:before {
	content: counter(list-6, decimal) ". "
}
.ql-editor ol li.ql-indent-6 {
	counter-reset: list-7 list-8 list-9
}
.ql-editor ol li.ql-indent-7 {
	counter-increment: list-7
}
.ql-editor ol li.ql-indent-7:before {
	content: counter(list-7, lower-alpha) ". "
}
.ql-editor ol li.ql-indent-7 {
	counter-reset: list-8 list-9
}
.ql-editor ol li.ql-indent-8 {
	counter-increment: list-8
}
.ql-editor ol li.ql-indent-8:before {
	content: counter(list-8, lower-roman) ". "
}
.ql-editor ol li.ql-indent-8 {
	counter-reset: list-9
}
.ql-editor ol li.ql-indent-9 {
	counter-increment: list-9
}
.ql-editor ol li.ql-indent-9:before {
	content: counter(list-9, decimal) ". "
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 3em
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 4.5em
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 3em
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 4.5em
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 6em
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 7.5em
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 6em
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 7.5em
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 9em
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 10.5em
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 9em
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 10.5em
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 12em
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 13.5em
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 12em
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 13.5em
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 15em
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 16.5em
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 15em
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 16.5em
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 18em
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 19.5em
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 18em
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 19.5em
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 21em
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 22.5em
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 21em
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 22.5em
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 24em
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 25.5em
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 24em
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 25.5em
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 27em
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 28.5em
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 27em
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 28.5em
}
.ql-editor .ql-video {
	display: block;
	max-width: 100%
}
.ql-editor .ql-video.ql-align-center {
	margin: 0 auto
}
.ql-editor .ql-video.ql-align-right {
	margin: 0 0 0 auto
}
.ql-editor .ql-bg-black {
	background-color: #000
}
.ql-editor .ql-bg-red {
	background-color: #e60000
}
.ql-editor .ql-bg-orange {
	background-color: #f90
}
.ql-editor .ql-bg-yellow {
	background-color: #ff0
}
.ql-editor .ql-bg-green {
	background-color: #008a00
}
.ql-editor .ql-bg-blue {
	background-color: #06c
}
.ql-editor .ql-bg-purple {
	background-color: #93f
}
.ql-editor .ql-color-white {
	color: #fff
}
.ql-editor .ql-color-red {
	color: #e60000
}
.ql-editor .ql-color-orange {
	color: #f90
}
.ql-editor .ql-color-yellow {
	color: #ff0
}
.ql-editor .ql-color-green {
	color: #008a00
}
.ql-editor .ql-color-blue {
	color: #06c
}
.ql-editor .ql-color-purple {
	color: #93f
}
.ql-editor .ql-font-serif {
	font-family: Georgia, Times New Roman, serif
}
.ql-editor .ql-font-monospace {
	font-family: Monaco, Courier New, monospace
}
.ql-editor .ql-size-small {
	font-size: .75em
}
.ql-editor .ql-size-large {
	font-size: 1.5em
}
.ql-editor .ql-size-huge {
	font-size: 2.5em
}
.ql-editor .ql-direction-rtl {
	direction: rtl;
	text-align: inherit
}
.ql-editor .ql-align-center {
	text-align: center
}
.ql-editor .ql-align-justify {
	text-align: justify
}
.ql-editor .ql-align-right {
	text-align: right
}
.ql-editor.ql-blank:before {
	color: rgba(0, 0, 0, .6);
	content: attr(data-placeholder);
	font-style: italic;
	left: 15px;
	pointer-events: none;
	position: absolute;
	right: 15px
}
.carousel.is-draggable {
	cursor: move;
	cursor: grab
}
.carousel.is-dragging {
	cursor: move;
	cursor: grabbing
}
.carousel__viewport {
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative
}
.carousel__track {
	display: flex
}
.carousel__slide {
	flex: 0 0 auto;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 1rem;
	position: relative;
	width: var(--carousel-slide-width, 60%)
}
.has-dots {
	margin-bottom: calc(.5rem + 22px)
}
.carousel__dots {
	display: flex;
	justify-content: center;
	left: 0;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: calc(100% + .5rem);
	user-select: none
}
.carousel__dots .carousel__dot {
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 22px
}
.carousel__dots .carousel__dot:after {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 50%;
	opacity: .25;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .15s ease-in-out;
	width: 8px
}
.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1
}
.carousel__button {
	align-items: center;
	background: var(--carousel-button-bg, transparent);
	border: 0;
	border-radius: var(--carousel-button-border-radius, 50%);
	box-shadow: var(--carousel-button-shadow, none);
	color: var(--carousel-button-color, currentColor);
	cursor: pointer;
	display: flex;
	height: var(--carousel-button-height, 48px);
	justify-content: center;
	padding: 0;
	pointer-events: all;
	transition: opacity .15s ease;
	width: var(--carousel-button-width, 48px)
}
.carousel__button.is-next,
.carousel__button.is-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.carousel__button.is-prev {
	left: 10px
}
.carousel__button.is-next {
	right: 10px
}
.carousel__button[disabled] {
	cursor: default;
	opacity: .3
}
.fancybox__container :focus {
	outline: none
}
@media (min-width:1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px
	}
}
.fancybox__backdrop {
	background: var(--fancybox-bg, rgba(24, 24, 27, .92));
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}
.fancybox__carousel {
	flex: 1 1 auto;
	height: 100%;
	min-height: 0;
	position: relative;
	z-index: 10
}
.fancybox__carousel.has-dots {
	margin-bottom: calc(.5rem + 22px)
}
.fancybox__viewport {
	cursor: default;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox__track {
	display: flex;
	height: 100%
}
.fancybox__slide {
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	margin: 0;
	max-width: 100%;
	outline: 0;
	overflow: auto;
	overscroll-behavior: contain;
	padding: 48px 8px 8px;
	position: relative;
	width: 100%
}
.fancybox__slide:after,
.fancybox__slide:before {
	content: "";
	flex: 0 0 0;
	margin: auto
}
@media (min-width:1024px) {
	.fancybox__slide {
		padding: 64px 100px
	}
}
.fancybox__content {
	align-self: center;
	background: var(--fancybox-content-bg, #fff);
	color: var(--fancybox-content-color, #374151);
	display: flex;
	flex-direction: column;
	margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
	padding: 36px;
	position: relative;
	z-index: 20
}
.fancybox__content :focus:not(.carousel__button.is-close) {
	box-shadow: none;
	outline: thin dotted
}
.fancybox__caption {
	align-self: center;
	color: var(--fancybox-color, currentColor);
	cursor: auto;
	flex-shrink: 0;
	line-height: 1.375;
	margin: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 1rem 0 0;
	visibility: visible
}
.is-loading .fancybox__caption {
	visibility: hidden
}
.fancybox__container>.carousel__dots {
	color: var(--fancybox-color, #fff);
	top: 100%
}
.fancybox__nav .carousel__button {
	z-index: 40
}
.fancybox__nav .carousel__button.is-next {
	right: 8px
}
@media (min-width:1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px
	}
}
.fancybox__nav .carousel__button.is-prev {
	left: 8px
}
@media (min-width:1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px
	}
}
.carousel__button.is-close {
	position: absolute;
	right: 8px;
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	top: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	z-index: 40
}
@media (min-width:1024px) {
	.carousel__button.is-close {
		right: 40px
	}
}
.fancybox__content>.carousel__button.is-close {
	color: var(--fancybox-color, #fff);
	position: absolute;
	right: 0;
	top: -40px
}
.fancybox__spinner {
	color: var(--fancybox-color, currentColor);
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px
}
.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053
}
.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke: currentColor;
	animation: fancybox-dash 1.5s ease-in-out infinite
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
	opacity: var(--fancybox-opacity, 1)
}
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
	animation: fancybox-fadeIn .15s ease backwards
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
	animation: fancybox-fadeOut .15s ease both
}
.fancybox-fadeIn {
	animation: fancybox-fadeIn .15s ease both
}
.fancybox-fadeOut {
	animation: fancybox-fadeOut .1s ease both
}
.fancybox-zoomInUp {
	animation: fancybox-zoomInUp .2s ease both
}
.fancybox-zoomOutDown {
	animation: fancybox-zoomOutDown .15s ease both
}
.fancybox-throwOutUp {
	animation: fancybox-throwOutUp .15s ease both
}
.fancybox-throwOutDown {
	animation: fancybox-throwOutDown .15s ease both
}
.fancybox__carousel .carousel__slide {
	scrollbar-color: #ccc hsla(0, 0%, 100%, .1);
	scrollbar-width: thin
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	height: 8px;
	width: 8px
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: hsla(0, 0%, 100%, .1)
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grab
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: grabbing
}
.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: zoom-in
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: zoom-out
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: grab
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: grabbing
}
.fancybox__image {
	transform-origin: 0 0;
	transition: none;
	user-select: none
}
.has-image .fancybox__content {
	background: transparent;
	min-height: 1px;
	padding: 0
}
.is-closing .has-image .fancybox__content {
	overflow: visible
}
.has-image[data-image-fit=contain] {
	overflow: visible;
	touch-action: none
}
.has-image[data-image-fit=contain] .fancybox__content {
	flex-direction: row;
	flex-wrap: wrap
}
.has-image[data-image-fit=contain] .fancybox__image {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain
}
.has-image[data-image-fit=contain-w] {
	overflow-x: hidden;
	overflow-y: auto
}
.has-image[data-image-fit=contain-w] .fancybox__content {
	min-height: auto
}
.has-image[data-image-fit=contain-w] .fancybox__image {
	height: auto;
	max-width: 100%
}
.has-image[data-image-fit=cover] {
	overflow: visible;
	touch-action: none
}
.has-image[data-image-fit=cover] .fancybox__content {
	height: 100%;
	width: 100%
}
.has-image[data-image-fit=cover] .fancybox__image {
	height: 100%;
	object-fit: cover;
	width: 100%
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	flex-shrink: 1;
	max-width: 100%;
	min-height: 1px;
	overflow: visible
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	height: 80%;
	width: 100%
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	height: 540px;
	max-height: 100%;
	max-width: 100%;
	width: 960px
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
	background: rgba(24, 24, 27, .9);
	color: #fff;
	padding: 0
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df
}
.fancybox__html5video,
.fancybox__iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	width: 100%
}
.fancybox-placeholder {
	clip: rect(0, 0, 0, 0);
	border-width: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px
}
.fancybox__thumbs {
	flex: 0 0 auto;
	opacity: var(--fancybox-opacity, 1);
	padding: 0 3px;
	position: relative
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
	animation: fancybox-fadeIn .15s ease-in backwards
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0
}
.fancybox__thumbs .carousel__slide {
	align-items: center;
	box-sizing: content-box;
	cursor: pointer;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	margin: 0;
	overflow: visible;
	padding: 8px 3px;
	width: var(--fancybox-thumbs-width, 96px)
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
	border: 5px solid var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .15s ease
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
	opacity: .92
}
.fancybox__thumbs .carousel__slide>* {
	pointer-events: none;
	user-select: none
}
.fancybox__thumb {
	background-color: hsla(0, 0%, 100%, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
	padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
	position: relative;
	width: 100%
}
.fancybox__toolbar {
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44));
	display: flex;
	justify-content: space-between;
	left: 0;
	opacity: var(--fancybox-opacity, 1);
	padding: 0;
	position: absolute;
	right: 0;
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4));
	top: 0;
	touch-action: none;
	z-index: 20
}
@media (min-width:1024px) {
	.fancybox__toolbar {
		padding: 8px
	}
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
	animation: fancybox-fadeIn .15s ease-in backwards
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0
}
.fancybox__toolbar__items {
	display: flex
}
.fancybox__toolbar__items--left {
	margin-right: auto
}
.fancybox__toolbar__items--center {
	left: 50%;
	position: absolute;
	transform: translateX(-50%)
}
.fancybox__toolbar__items--right {
	margin-left: auto
}
@media(max-width:640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none
	}
}
.fancybox__counter {
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	line-height: var(--carousel-button-height, 48px);
	min-width: 72px;
	padding: 0 10px;
	text-align: center
}
.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	user-select: none;
	z-index: 30
}
.fancybox__container:fullscreen::backdrop {
	opacity: 0
}
.fancybox__button--fullscreen g:nth-child(2) {
	display: none
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
	display: none
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block
}
.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
	display: none
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block
}
.alert {
	border: 1px solid transparent;
	border-radius: .25rem;
	margin-bottom: 1rem;
	padding: 1rem;
	position: relative
}
.alert-heading {
	color: inherit
}
.alert-link {
	font-weight: 700
}
.alert-dismissible {
	padding-right: 3rem
}
.alert-dismissible .btn-close {
	padding: 1.25rem 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}
.alert-primary {
	background-color: #ccf0fc;
	border-color: #b3e8fa;
	color: #016b8f
}
.alert-primary .alert-link {
	color: #015672
}
.alert-secondary {
	background-color: #e2e3e5;
	border-color: #d3d6d8;
	color: #41464b
}
.alert-secondary .alert-link {
	color: #34383c
}
.alert-success {
	background-color: #f4fef8;
	border-color: #eefdf4;
	color: #5b6f63
}
.alert-success .alert-link {
	color: #49594f
}
.alert-info {
	background-color: #cff4fc;
	border-color: #b6effb;
	color: #115c6c
}
.alert-info .alert-link {
	color: #0e4a56
}
.alert-warning {
	background-color: #fdf6d7;
	border-color: #fbf2c2;
	color: #6d5f21
}
.alert-warning .alert-link {
	color: #574c1a
}
.alert-danger {
	background-color: #f8d7da;
	border-color: #f5c2c7;
	color: #842029
}
.alert-danger .alert-link {
	color: #6a1a21
}
.alert-light {
	background-color: #fefefe;
	border-color: #fdfdfe;
	color: #6f6f70
}
.alert-light .alert-link {
	color: #59595a
}
.alert-dark {
	background-color: #d3d3d4;
	border-color: #bcbebf;
	color: #141619
}
.alert-dark .alert-link {
	color: #101214
}
.spinner-border-sm {
	border-width: .2em;
	height: 1rem;
	width: 1rem
}
.spinner-grow {
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
	background-color: currentColor;
	border-radius: 50%;
	display: inline-block;
	height: 2rem;
	opacity: 0;
	vertical-align: -.125em;
	width: 2rem
}
.spinner-grow-sm {
	height: 1rem;
	width: 1rem
}
.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}
@media(min-width:1200px) {
	.h4,
	h4 {
		font-size: 1.5rem
	}
}
.h5,
h5 {
	font-size: 1.25rem
}
.h6,
h6 {
	font-size: 1rem
}
abbr[data-bs-original-title],
abbr[title] {
	cursor: help;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
blockquote {
	margin: 0 0 1rem
}
.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}
sub {
	bottom: -.25em
}
code,
kbd,
pre,
samp {
	direction: ltr;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	unicode-bidi: bidi-override
}
pre {
	display: block;
	font-size: .875em;
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto
}
pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal
}
code {
	word-wrap: break-word;
	color: #ff7de0;
	font-size: .875em
}
a>code {
	color: inherit
}
kbd {
	background-color: #212529;
	border-radius: .2rem;
	color: #fff;
	font-size: .875em;
	padding: .2rem .4rem
}
kbd kbd {
	font-size: 1em;
	font-weight: 700;
	padding: 0
}
figure {
	margin: 0 0 1rem
}
table {
	border-collapse: collapse;
	caption-side: bottom
}
caption {
	color: #6c757d;
	padding-bottom: .5rem;
	padding-top: .5rem;
	text-align: left
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit
}
select {
	word-wrap: normal
}
select:disabled {
	opacity: 1
}
fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}
legend {
	float: left;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
	margin-bottom: .5rem;
	padding: 0;
	width: 100%
}
@media(min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}
legend+* {
	clear: left
}
output {
	display: inline-block
}
iframe {
	border: 0
}
progress {
	vertical-align: baseline
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}
@media(min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}
.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}
@media(min-width:1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}
.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}
@media(min-width:1200px) {
	.display-3 {
		font-size: 4rem
	}
}
.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}
@media(min-width:1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}
.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}
@media(min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}
.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}
@media(min-width:1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}
.list-inline,
.list-unstyled {
	list-style: none;
	padding-left: 0
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: .875em;
	text-transform: uppercase
}
.blockquote {
	font-size: 1.25rem;
	margin-bottom: 1rem
}
.blockquote>:last-child {
	margin-bottom: 0
}
.blockquote-footer {
	color: #6c757d;
	font-size: .875em;
	margin-bottom: 1rem;
	margin-top: -1rem
}
.blockquote-footer:before {
	content: "â€”Â "
}
.row-cols-1>*,
.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.row-cols-2>*,
.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.row-cols-4>*,
.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.col-auto,
.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.col-auto {
	width: auto
}
.col-1 {
	width: 8.33333333%
}
.col-1,
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.col-2 {
	width: 16.66666667%
}
.col-3 {
	width: 25%
}
.col-3,
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.col-4 {
	width: 33.33333333%
}
.col-5 {
	width: 41.66666667%
}
.col-5,
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.col-6 {
	width: 50%
}
.col-7 {
	width: 58.33333333%
}
.col-7,
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.col-8 {
	width: 66.66666667%
}
.col-9 {
	width: 75%
}
.col-10,
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.col-10 {
	width: 83.33333333%
}
.col-11 {
	width: 91.66666667%
}
.offset-1 {
	margin-left: 8.33333333%
}
.offset-2 {
	margin-left: 16.66666667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333333%
}
.offset-5 {
	margin-left: 41.66666667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333333%
}
.offset-8 {
	margin-left: 66.66666667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333333%
}
.offset-11 {
	margin-left: 91.66666667%
}
.g-0,
.gx-0 {
	--bs-gutter-x: 0
}
.g-0,
.gy-0 {
	--bs-gutter-y: 0
}
.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}
.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}
.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}
.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}
.g-3,
.gx-3 {
	--bs-gutter-x: 0.75rem
}
.g-3,
.gy-3 {
	--bs-gutter-y: 0.75rem
}
.g-4,
.gx-4 {
	--bs-gutter-x: 1rem
}
.g-4,
.gy-4 {
	--bs-gutter-y: 1rem
}
.g-5,
.gx-5 {
	--bs-gutter-x: 1.5rem
}
.g-5,
.gy-5 {
	--bs-gutter-y: 1.5rem
}
.g-6,
.gx-6 {
	--bs-gutter-x: 2rem
}
.g-6,
.gy-6 {
	--bs-gutter-y: 2rem
}
@media(min-width:576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-sm-1>*,
	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-sm-2>*,
	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-sm-4>*,
	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-sm-auto,
	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-sm-auto {
		width: auto
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-1,
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-3,
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-5,
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-7,
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10,
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333333%
	}
	.offset-sm-2 {
		margin-left: 16.66666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333333%
	}
	.offset-sm-5 {
		margin-left: 41.66666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333333%
	}
	.offset-sm-8 {
		margin-left: 66.66666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333333%
	}
	.offset-sm-11 {
		margin-left: 91.66666667%
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 0.75rem
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 0.75rem
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1rem
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1rem
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 1.5rem
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 1.5rem
	}
	.g-sm-6,
	.gx-sm-6 {
		--bs-gutter-x: 2rem
	}
	.g-sm-6,
	.gy-sm-6 {
		--bs-gutter-y: 2rem
	}
}
@media(min-width:768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-md-1>*,
	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-md-2>*,
	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-md-4>*,
	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-md-auto,
	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-md-auto {
		width: auto
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-1,
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-5,
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-7,
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-11,
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-md-12 {
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333333%
	}
	.offset-md-2 {
		margin-left: 16.66666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333333%
	}
	.offset-md-5 {
		margin-left: 41.66666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333333%
	}
	.offset-md-8 {
		margin-left: 66.66666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333333%
	}
	.offset-md-11 {
		margin-left: 91.66666667%
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 0.75rem
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 0.75rem
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1rem
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1rem
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 1.5rem
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 1.5rem
	}
	.g-md-6,
	.gx-md-6 {
		--bs-gutter-x: 2rem
	}
	.g-md-6,
	.gy-md-6 {
		--bs-gutter-y: 2rem
	}
}
@media(min-width:992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-lg-1>*,
	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-lg-2>*,
	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-lg-4>*,
	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-lg-auto,
	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-lg-auto {
		width: auto
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-1,
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-5,
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-7,
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-11,
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-lg-12 {
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333333%
	}
	.offset-lg-2 {
		margin-left: 16.66666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333333%
	}
	.offset-lg-5 {
		margin-left: 41.66666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333333%
	}
	.offset-lg-8 {
		margin-left: 66.66666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333333%
	}
	.offset-lg-11 {
		margin-left: 91.66666667%
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 0.75rem
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 0.75rem
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1rem
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1rem
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 1.5rem
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 1.5rem
	}
	.g-lg-6,
	.gx-lg-6 {
		--bs-gutter-x: 2rem
	}
	.g-lg-6,
	.gy-lg-6 {
		--bs-gutter-y: 2rem
	}
}
@media(min-width:1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-xl-1>*,
	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-xl-2>*,
	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-xl-4>*,
	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-auto,
	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-auto {
		width: auto
	}
	.col-xl-1 {
		width: 8.33333333%
	}
	.col-xl-1,
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-2 {
		width: 16.66666667%
	}
	.col-xl-3 {
		width: 25%
	}
	.col-xl-3,
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-4 {
		width: 33.33333333%
	}
	.col-xl-5 {
		width: 41.66666667%
	}
	.col-xl-5,
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-6 {
		width: 50%
	}
	.col-xl-7 {
		width: 58.33333333%
	}
	.col-xl-7,
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-8 {
		width: 66.66666667%
	}
	.col-xl-9 {
		width: 75%
	}
	.col-xl-10,
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-10 {
		width: 83.33333333%
	}
	.col-xl-11 {
		width: 91.66666667%
	}
	.col-xl-11,
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xl-12 {
		width: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333333%
	}
	.offset-xl-2 {
		margin-left: 16.66666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333333%
	}
	.offset-xl-5 {
		margin-left: 41.66666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333333%
	}
	.offset-xl-8 {
		margin-left: 66.66666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333333%
	}
	.offset-xl-11 {
		margin-left: 91.66666667%
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 0.75rem
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 0.75rem
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1rem
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1rem
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 1.5rem
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 1.5rem
	}
	.g-xl-6,
	.gx-xl-6 {
		--bs-gutter-x: 2rem
	}
	.g-xl-6,
	.gy-xl-6 {
		--bs-gutter-y: 2rem
	}
}
@media(min-width:2560px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.row-cols-xxl-1>*,
	.row-cols-xxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-xxl-2>*,
	.row-cols-xxl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.row-cols-xxl-4>*,
	.row-cols-xxl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-auto,
	.row-cols-xxl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-auto {
		width: auto
	}
	.col-xxl-1 {
		width: 8.33333333%
	}
	.col-xxl-1,
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-2 {
		width: 16.66666667%
	}
	.col-xxl-3 {
		width: 25%
	}
	.col-xxl-3,
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-4 {
		width: 33.33333333%
	}
	.col-xxl-5 {
		width: 41.66666667%
	}
	.col-xxl-5,
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-6 {
		width: 50%
	}
	.col-xxl-7 {
		width: 58.33333333%
	}
	.col-xxl-7,
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-8 {
		width: 66.66666667%
	}
	.col-xxl-9 {
		width: 75%
	}
	.col-xxl-10,
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-10 {
		width: 83.33333333%
	}
	.col-xxl-11 {
		width: 91.66666667%
	}
	.col-xxl-11,
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.col-xxl-12 {
		width: 100%
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 0.75rem
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 0.75rem
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1rem
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1rem
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 1.5rem
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 1.5rem
	}
	.g-xxl-6,
	.gx-xxl-6 {
		--bs-gutter-x: 2rem
	}
	.g-xxl-6,
	.gy-xxl-6 {
		--bs-gutter-y: 2rem
	}
}
.img-fluid,
.img-thumbnail {
	height: auto;
	max-width: 100%
}
.img-thumbnail {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	padding: .25rem
}
.figure {
	display: inline-block
}
.figure-img {
	line-height: 1;
	margin-bottom: .5rem
}
.figure-caption {
	color: #6c757d;
	font-size: .875em
}
.clearfix:after {
	clear: both;
	content: "";
	display: block
}
.link-primary {
	color: #01b3ef
}
.link-primary:focus,
.link-primary:hover {
	color: #34c2f2
}
.link-secondary {
	color: #6c757d
}
.link-secondary:focus,
.link-secondary:hover {
	color: #565e64
}
.link-success {
	color: #c6f9da
}
.link-success:focus,
.link-success:hover {
	color: #d1fae1
}
.link-info {
	color: #0dcaf0
}
.link-info:focus,
.link-info:hover {
	color: #3dd5f3
}
.link-warning {
	color: #f3d235
}
.link-warning:focus,
.link-warning:hover {
	color: #f5db5d
}
.link-danger {
	color: #dc3545
}
.link-danger:focus,
.link-danger:hover {
	color: #b02a37
}
.link-light {
	color: #f8f9fa
}
.link-light:focus,
.link-light:hover {
	color: #f9fafb
}
.link-dark {
	color: #212529
}
.link-dark:focus,
.link-dark:hover {
	color: #1a1e21
}
.ratio {
	position: relative;
	width: 100%
}
.ratio:before {
	content: "";
	display: block;
	padding-top: var(--bs-aspect-ratio)
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%
}
.ratio-4x3 {
	--bs-aspect-ratio: 75%
}
.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}
.ratio-21x9 {
	--bs-aspect-ratio: 42.85714%
}
.fixed-top {
	top: 0
}
.fixed-bottom,
.fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030
}
.fixed-bottom {
	bottom: 0
}
.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020
}
@media(min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media(min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media(min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media(min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
@media(min-width:2560px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
.hstack {
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-item-align: stretch;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row
}
.hstack,
.vstack {
	-webkit-box-direction: normal;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.vstack {
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-ms-flex-item-align: stretch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-direction: column;
	flex-direction: column
}
.stretched-link:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.vr {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: currentColor;
	display: inline-block;
	min-height: 1em;
	opacity: .25;
	width: 1px
}
.align-baseline {
	vertical-align: baseline !important
}
.align-top {
	vertical-align: top !important
}
.align-middle {
	vertical-align: middle !important
}
.align-bottom {
	vertical-align: bottom !important
}
.align-text-bottom {
	vertical-align: text-bottom !important
}
.align-text-top {
	vertical-align: text-top !important
}
.float-start {
	float: left !important
}
.float-end {
	float: right !important
}
.float-none {
	float: none !important
}
.opacity-0 {
	opacity: 0 !important
}
.opacity-25 {
	opacity: .25 !important
}
.opacity-50 {
	opacity: .5 !important
}
.opacity-75 {
	opacity: .75 !important
}
.opacity-100 {
	opacity: 1 !important
}
.overflow-auto {
	overflow: auto !important
}
.overflow-hidden {
	overflow: hidden !important
}
.overflow-visible {
	overflow: visible !important
}
.overflow-scroll {
	overflow: scroll !important
}
.d-inline {
	display: inline !important
}
.d-inline-block {
	display: inline-block !important
}
.d-block {
	display: block !important
}
.d-grid {
	display: grid !important
}
.d-table {
	display: table !important
}
.d-table-row {
	display: table-row !important
}
.d-table-cell {
	display: table-cell !important
}
.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}
.d-none {
	display: none !important
}
.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(19, 19, 20, .15) !important;
	box-shadow: 0 .5rem 1rem rgba(19, 19, 20, .15) !important
}
.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(19, 19, 20, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(19, 19, 20, .075) !important
}
.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(19, 19, 20, .175) !important;
	box-shadow: 0 1rem 3rem rgba(19, 19, 20, .175) !important
}
.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}
.position-static {
	position: static !important
}
.position-absolute {
	position: absolute !important
}
.position-fixed {
	position: fixed !important
}
.position-sticky {
	position: sticky !important
}
.top-0 {
	top: 0 !important
}
.top-50 {
	top: 50% !important
}
.top-100 {
	top: 100% !important
}
.bottom-0 {
	bottom: 0 !important
}
.bottom-50 {
	bottom: 50% !important
}
.bottom-100 {
	bottom: 100% !important
}
.start-0 {
	left: 0 !important
}
.start-50 {
	left: 50% !important
}
.start-100 {
	left: 100% !important
}
.end-0 {
	right: 0 !important
}
.end-50 {
	right: 50% !important
}
.end-100 {
	right: 100% !important
}
.translate-middle {
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important
}
.translate-middle-x {
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important
}
.translate-middle-y {
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important
}
.border {
	border: 1px solid #dee2e6 !important
}
.border-0 {
	border: 0 !important
}
.border-top {
	border-top: 1px solid #dee2e6 !important
}
.border-top-0 {
	border-top: 0 !important
}
.border-end {
	border-right: 1px solid #dee2e6 !important
}
.border-end-0 {
	border-right: 0 !important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}
.border-bottom-0 {
	border-bottom: 0 !important
}
.border-start {
	border-left: 1px solid #dee2e6 !important
}
.border-start-0 {
	border-left: 0 !important
}
.border-primary {
	border-color: #01b3ef !important
}
.border-secondary {
	border-color: #6c757d !important
}
.border-success {
	border-color: #c6f9da !important
}
.border-info {
	border-color: #0dcaf0 !important
}
.border-warning {
	border-color: #f3d235 !important
}
.border-danger {
	border-color: #dc3545 !important
}
.border-light {
	border-color: #f8f9fa !important
}
.border-dark {
	border-color: #212529 !important
}
.border-white {
	border-color: #fff !important
}
.border-1 {
	border-width: 1px !important
}
.border-2 {
	border-width: 2px !important
}
.border-3 {
	border-width: 3px !important
}
.border-4 {
	border-width: 4px !important
}
.border-5 {
	border-width: 5px !important
}
.w-25 {
	width: 25% !important
}
.w-50 {
	width: 50% !important
}
.w-75 {
	width: 75% !important
}
.w-100 {
	width: 100% !important
}
.w-auto {
	width: auto !important
}
.mw-100 {
	max-width: 100% !important
}
.vw-100 {
	width: 100vw !important
}
.min-vw-100 {
	min-width: 100vw !important
}
.h-25 {
	height: 25% !important
}
.h-50 {
	height: 50% !important
}
.h-75 {
	height: 75% !important
}
.h-100 {
	height: 100% !important
}
.h-auto {
	height: auto !important
}
.mh-100 {
	max-height: 100% !important
}
.vh-100 {
	height: 100vh !important
}
.min-vh-100 {
	min-height: 100vh !important
}
.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}
.flex-row {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}
.flex-column,
.flex-row {
	-webkit-box-direction: normal !important
}
.flex-column {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}
.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-direction: reverse !important
}
.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}
.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}
.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}
.gap-0 {
	gap: 0 !important
}
.gap-1 {
	gap: .25rem !important
}
.gap-2 {
	gap: .5rem !important
}
.gap-3 {
	gap: 1rem !important
}
.gap-4 {
	gap: 1.5rem !important
}
.gap-5 {
	gap: 3rem !important
}
.gap-6 {
	gap: 4rem !important
}
.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}
.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}
.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}
.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}
.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important
}
.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important
}
.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important
}
.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important
}
.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important
}
.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important
}
.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important
}
.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important
}
.m-0 {
	margin: 0 !important
}
.m-1 {
	margin: .25rem !important
}
.m-2 {
	margin: .5rem !important
}
.m-3 {
	margin: 1rem !important
}
.m-4 {
	margin: 1.5rem !important
}
.m-5 {
	margin: 3rem !important
}
.m-6 {
	margin: 4rem !important
}
.m-auto {
	margin: auto !important
}
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}
.mx-2 {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}
.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}
.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}
.mx-5 {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}
.mx-6 {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}
.my-0 {
	margin-bottom: 0 !important;
	margin-top: 0 !important
}
.my-1 {
	margin-bottom: .25rem !important;
	margin-top: .25rem !important
}
.my-2 {
	margin-bottom: .5rem !important;
	margin-top: .5rem !important
}
.my-3 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important
}
.my-4 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important
}
.my-5 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important
}
.my-6 {
	margin-bottom: 4rem !important;
	margin-top: 4rem !important
}
.my-auto {
	margin-bottom: auto !important;
	margin-top: auto !important
}
.mt-0 {
	margin-top: 0 !important
}
.mt-1 {
	margin-top: .25rem !important
}
.mt-2 {
	margin-top: .5rem !important
}
.mt-3 {
	margin-top: 1rem !important
}
.mt-4 {
	margin-top: 1.5rem !important
}
.mt-5 {
	margin-top: 3rem !important
}
.mt-6 {
	margin-top: 4rem !important
}
.mt-auto {
	margin-top: auto !important
}
.me-0 {
	margin-right: 0 !important
}
.me-1 {
	margin-right: .25rem !important
}
.me-2 {
	margin-right: .5rem !important
}
.me-3 {
	margin-right: 1rem !important
}
.me-4 {
	margin-right: 1.5rem !important
}
.me-5 {
	margin-right: 3rem !important
}
.me-6 {
	margin-right: 4rem !important
}
.me-auto {
	margin-right: auto !important
}
.mb-0 {
	margin-bottom: 0 !important
}
.mb-1 {
	margin-bottom: .25rem !important
}
.mb-2 {
	margin-bottom: .5rem !important
}
.mb-3 {
	margin-bottom: 1rem !important
}
.mb-5 {
	margin-bottom: 3rem !important
}
.mb-6 {
	margin-bottom: 4rem !important
}
.mb-auto {
	margin-bottom: auto !important
}
.ms-0 {
	margin-left: 0 !important
}
.ms-1 {
	margin-left: .25rem !important
}
.ms-2 {
	margin-left: .5rem !important
}
.ms-3 {
	margin-left: 1rem !important
}
.ms-4 {
	margin-left: 1.5rem !important
}
.ms-5 {
	margin-left: 3rem !important
}
.ms-6 {
	margin-left: 4rem !important
}
.ms-auto {
	margin-left: auto !important
}
.p-0 {
	padding: 0 !important
}
.p-1 {
	padding: .25rem !important
}
.p-2 {
	padding: .5rem !important
}
.p-3 {
	padding: 1rem !important
}
.p-4 {
	padding: 1.5rem !important
}
.p-5 {
	padding: 3rem !important
}
.p-6 {
	padding: 4rem !important
}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important
}
.px-2 {
	padding-left: .5rem !important;
	padding-right: .5rem !important
}
.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}
.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}
.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}
.px-6 {
	padding-left: 4rem !important;
	padding-right: 4rem !important
}
.py-0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important
}
.py-1 {
	padding-bottom: .25rem !important;
	padding-top: .25rem !important
}
.py-2 {
	padding-bottom: .5rem !important;
	padding-top: .5rem !important
}
.py-3 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important
}
.py-4 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important
}
.py-5 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important
}
.py-6 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important
}
.pt-0 {
	padding-top: 0 !important
}
.pt-1 {
	padding-top: .25rem !important
}
.pt-2 {
	padding-top: .5rem !important
}
.pt-3 {
	padding-top: 1rem !important
}
.pt-4 {
	padding-top: 1.5rem !important
}
.pt-5 {
	padding-top: 3rem !important
}
.pt-6 {
	padding-top: 4rem !important
}
.pe-0 {
	padding-right: 0 !important
}
.pe-1 {
	padding-right: .25rem !important
}
.pe-2 {
	padding-right: .5rem !important
}
.pe-3 {
	padding-right: 1rem !important
}
.pe-4 {
	padding-right: 1.5rem !important
}
.pe-5 {
	padding-right: 3rem !important
}
.pe-6 {
	padding-right: 4rem !important
}
.pb-0 {
	padding-bottom: 0 !important
}
.pb-1 {
	padding-bottom: .25rem !important
}
.pb-2 {
	padding-bottom: .5rem !important
}
.pb-3 {
	padding-bottom: 1rem !important
}
.pb-4 {
	padding-bottom: 1.5rem !important
}
.pb-5 {
	padding-bottom: 3rem !important
}
.pb-6 {
	padding-bottom: 4rem !important
}
.ps-0 {
	padding-left: 0 !important
}
.ps-1 {
	padding-left: .25rem !important
}
.ps-2 {
	padding-left: .5rem !important
}
.ps-3 {
	padding-left: 1rem !important
}
.ps-4 {
	padding-left: 1.5rem !important
}
.ps-5 {
	padding-left: 3rem !important
}
.ps-6 {
	padding-left: 4rem !important
}
.font-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
	font-family: var(--bs-font-monospace) !important
}
.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}
.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}
.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}
.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}
.fs-5 {
	font-size: 1.25rem !important
}
.fs-6 {
	font-size: 1rem !important
}
.fst-italic {
	font-style: italic !important
}
.fst-normal {
	font-style: normal !important
}
.fw-light {
	font-weight: 300 !important
}
.fw-lighter {
	font-weight: lighter !important
}
.fw-normal {
	font-weight: 400 !important
}
.fw-bold {
	font-weight: 700 !important
}
.fw-bolder {
	font-weight: bolder !important
}
.lh-1 {
	line-height: 1 !important
}
.lh-sm {
	line-height: 1.25 !important
}
.lh-base {
	line-height: 1.5 !important
}
.lh-lg {
	line-height: 2 !important
}
.text-start {
	text-align: left !important
}
.text-end {
	text-align: right !important
}
.text-decoration-none {
	text-decoration: none !important
}
.text-decoration-underline {
	text-decoration: underline !important
}
.text-decoration-line-through {
	text-decoration: line-through !important
}
.text-lowercase {
	text-transform: lowercase !important
}
.text-uppercase {
	text-transform: uppercase !important
}
.text-capitalize {
	text-transform: capitalize !important
}
.text-wrap {
	white-space: normal !important
}
.text-nowrap {
	white-space: nowrap !important
}
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}
.text-primary {
	--bs-text-opacity: 1;
	color: rgba(1, 179, 239, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}
.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(108, 117, 125, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}
.text-success {
	--bs-text-opacity: 1;
	color: rgba(198, 249, 218, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}
.text-info {
	--bs-text-opacity: 1;
	color: rgba(13, 202, 240, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}
.text-warning {
	--bs-text-opacity: 1;
	color: rgba(243, 210, 53, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}
.text-danger {
	--bs-text-opacity: 1;
	color: rgba(220, 53, 69, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}
.text-light {
	--bs-text-opacity: 1;
	color: rgba(248, 249, 250, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}
.text-dark {
	--bs-text-opacity: 1;
	color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}
.text-black {
	--bs-text-opacity: 1;
	color: rgba(19, 19, 20, var(--bs-text-opacity)) !important;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}
.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important
}
.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(19, 19, 20, .5) !important
}
.text-white-50 {
	--bs-text-opacity: 1;
	color: hsla(0, 0%, 100%, .5) !important
}
.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important
}
.text-opacity-25 {
	--bs-text-opacity: 0.25
}
.text-opacity-50 {
	--bs-text-opacity: 0.5
}
.text-opacity-75 {
	--bs-text-opacity: 0.75
}
.text-opacity-100 {
	--bs-text-opacity: 1
}
.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(1, 179, 239, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}
.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(108, 117, 125, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}
.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(198, 249, 218, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}
.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(13, 202, 240, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}
.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(243, 210, 53, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}
.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(220, 53, 69, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(248, 249, 250, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(33, 37, 41, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}
.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(19, 19, 20, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}
.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important
}
.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}
.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}
.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}
.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}
.bg-opacity-100 {
	--bs-bg-opacity: 1
}
.bg-gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .15)), to(hsla(0, 0%, 100%, 0))) !important;
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0)) !important;
	background-image: var(--bs-gradient) !important
}
.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}
.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}
.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}
.pe-none {
	pointer-events: none !important
}
.pe-auto {
	pointer-events: auto !important
}
.rounded {
	border-radius: .25rem !important
}
.rounded-0 {
	border-radius: 0 !important
}
.rounded-1 {
	border-radius: .2rem !important
}
.rounded-2 {
	border-radius: .25rem !important
}
.rounded-3 {
	border-radius: .3rem !important
}
.rounded-circle {
	border-radius: 50% !important
}
.rounded-pill {
	border-radius: 50rem !important
}
.rounded-top {
	border-top-left-radius: .25rem !important
}
.rounded-end,
.rounded-top {
	border-top-right-radius: .25rem !important
}
.rounded-bottom,
.rounded-end {
	border-bottom-right-radius: .25rem !important
}
.rounded-bottom,
.rounded-start {
	border-bottom-left-radius: .25rem !important
}
.rounded-start {
	border-top-left-radius: .25rem !important
}
.visible {
	visibility: visible !important
}
.invisible {
	visibility: hidden !important
}
@media(min-width:576px) {
	.float-sm-start {
		float: left !important
	}
	.float-sm-end {
		float: right !important
	}
	.float-sm-none {
		float: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-grid {
		display: grid !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-row {
		display: table-row !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
	.d-sm-none {
		display: none !important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-direction: normal !important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.gap-sm-0 {
		gap: 0 !important
	}
	.gap-sm-1 {
		gap: .25rem !important
	}
	.gap-sm-2 {
		gap: .5rem !important
	}
	.gap-sm-3 {
		gap: 1rem !important
	}
	.gap-sm-4 {
		gap: 1.5rem !important
	}
	.gap-sm-5 {
		gap: 3rem !important
	}
	.gap-sm-6 {
		gap: 4rem !important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}
	.m-sm-0 {
		margin: 0 !important
	}
	.m-sm-1 {
		margin: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.m-sm-6 {
		margin: 4rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mx-sm-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.mx-sm-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}
	.mx-sm-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	.mx-sm-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.mx-sm-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}
	.mx-sm-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}
	.mx-sm-6 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.mx-sm-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.my-sm-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}
	.my-sm-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}
	.my-sm-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}
	.my-sm-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}
	.my-sm-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}
	.my-sm-6 {
		margin-bottom: 4rem !important;
		margin-top: 4rem !important
	}
	.my-sm-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}
	.mt-sm-0 {
		margin-top: 0 !important
	}
	.mt-sm-1 {
		margin-top: .25rem !important
	}
	.mt-sm-2 {
		margin-top: .5rem !important
	}
	.mt-sm-3 {
		margin-top: 1rem !important
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important
	}
	.mt-sm-5 {
		margin-top: 3rem !important
	}
	.mt-sm-6 {
		margin-top: 4rem !important
	}
	.mt-sm-auto {
		margin-top: auto !important
	}
	.me-sm-0 {
		margin-right: 0 !important
	}
	.me-sm-1 {
		margin-right: .25rem !important
	}
	.me-sm-2 {
		margin-right: .5rem !important
	}
	.me-sm-3 {
		margin-right: 1rem !important
	}
	.me-sm-4 {
		margin-right: 1.5rem !important
	}
	.me-sm-5 {
		margin-right: 3rem !important
	}
	.me-sm-6 {
		margin-right: 4rem !important
	}
	.me-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-0 {
		margin-bottom: 0 !important
	}
	.mb-sm-1 {
		margin-bottom: .25rem !important
	}
	.mb-sm-2 {
		margin-bottom: .5rem !important
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important
	}
	.mb-sm-6 {
		margin-bottom: 4rem !important
	}
	.mb-sm-auto {
		margin-bottom: auto !important
	}
	.ms-sm-0 {
		margin-left: 0 !important
	}
	.ms-sm-1 {
		margin-left: .25rem !important
	}
	.ms-sm-2 {
		margin-left: .5rem !important
	}
	.ms-sm-3 {
		margin-left: 1rem !important
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important
	}
	.ms-sm-5 {
		margin-left: 3rem !important
	}
	.ms-sm-6 {
		margin-left: 4rem !important
	}
	.ms-sm-auto {
		margin-left: auto !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.p-sm-1 {
		padding: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.p-sm-6 {
		padding: 4rem !important
	}
	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.px-sm-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}
	.px-sm-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}
	.px-sm-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.px-sm-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}
	.px-sm-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}
	.px-sm-6 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.py-sm-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}
	.py-sm-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}
	.py-sm-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}
	.py-sm-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}
	.py-sm-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}
	.py-sm-6 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important
	}
	.pt-sm-0 {
		padding-top: 0 !important
	}
	.pt-sm-1 {
		padding-top: .25rem !important
	}
	.pt-sm-2 {
		padding-top: .5rem !important
	}
	.pt-sm-3 {
		padding-top: 1rem !important
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important
	}
	.pt-sm-5 {
		padding-top: 3rem !important
	}
	.pt-sm-6 {
		padding-top: 4rem !important
	}
	.pe-sm-0 {
		padding-right: 0 !important
	}
	.pe-sm-1 {
		padding-right: .25rem !important
	}
	.pe-sm-2 {
		padding-right: .5rem !important
	}
	.pe-sm-3 {
		padding-right: 1rem !important
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important
	}
	.pe-sm-5 {
		padding-right: 3rem !important
	}
	.pe-sm-6 {
		padding-right: 4rem !important
	}
	.pb-sm-0 {
		padding-bottom: 0 !important
	}
	.pb-sm-1 {
		padding-bottom: .25rem !important
	}
	.pb-sm-2 {
		padding-bottom: .5rem !important
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important
	}
	.pb-sm-6 {
		padding-bottom: 4rem !important
	}
	.ps-sm-0 {
		padding-left: 0 !important
	}
	.ps-sm-1 {
		padding-left: .25rem !important
	}
	.ps-sm-2 {
		padding-left: .5rem !important
	}
	.ps-sm-3 {
		padding-left: 1rem !important
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important
	}
	.ps-sm-5 {
		padding-left: 3rem !important
	}
	.ps-sm-6 {
		padding-left: 4rem !important
	}
	.text-sm-start {
		text-align: left !important
	}
	.text-sm-end {
		text-align: right !important
	}
	.text-sm-center {
		text-align: center !important
	}
}
@media(min-width:768px) {
	.float-md-start {
		float: left !important
	}
	.float-md-end {
		float: right !important
	}
	.float-md-none {
		float: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-grid {
		display: grid !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-row {
		display: table-row !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
	.d-md-none {
		display: none !important
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-md-column,
	.flex-md-row {
		-webkit-box-direction: normal !important
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.gap-md-0 {
		gap: 0 !important
	}
	.gap-md-1 {
		gap: .25rem !important
	}
	.gap-md-2 {
		gap: .5rem !important
	}
	.gap-md-3 {
		gap: 1rem !important
	}
	.gap-md-4 {
		gap: 1.5rem !important
	}
	.gap-md-5 {
		gap: 3rem !important
	}
	.gap-md-6 {
		gap: 4rem !important
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}
	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}
	.m-md-0 {
		margin: 0 !important
	}
	.m-md-1 {
		margin: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.m-md-6 {
		margin: 4rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mx-md-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.mx-md-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}
	.mx-md-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	.mx-md-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.mx-md-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}
	.mx-md-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}
	.mx-md-6 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.mx-md-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.my-md-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}
	.my-md-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}
	.my-md-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}
	.my-md-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}
	.my-md-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}
	.my-md-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}
	.my-md-6 {
		margin-bottom: 4rem !important;
		margin-top: 4rem !important
	}
	.my-md-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}
	.mt-md-0 {
		margin-top: 0 !important
	}
	.mt-md-1 {
		margin-top: .25rem !important
	}
	.mt-md-2 {
		margin-top: .5rem !important
	}
	.mt-md-3 {
		margin-top: 1rem !important
	}
	.mt-md-4 {
		margin-top: 1.5rem !important
	}
	.mt-md-5 {
		margin-top: 3rem !important
	}
	.mt-md-6 {
		margin-top: 4rem !important
	}
	.mt-md-auto {
		margin-top: auto !important
	}
	.me-md-0 {
		margin-right: 0 !important
	}
	.me-md-1 {
		margin-right: .25rem !important
	}
	.me-md-2 {
		margin-right: .5rem !important
	}
	.me-md-3 {
		margin-right: 1rem !important
	}
	.me-md-4 {
		margin-right: 1.5rem !important
	}
	.me-md-5 {
		margin-right: 3rem !important
	}
	.me-md-6 {
		margin-right: 4rem !important
	}
	.me-md-auto {
		margin-right: auto !important
	}
	.mb-md-0 {
		margin-bottom: 0 !important
	}
	.mb-md-1 {
		margin-bottom: .25rem !important
	}
	.mb-md-2 {
		margin-bottom: .5rem !important
	}
	.mb-md-3 {
		margin-bottom: 1rem !important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}
	.mb-md-5 {
		margin-bottom: 3rem !important
	}
	.mb-md-6 {
		margin-bottom: 4rem !important
	}
	.mb-md-auto {
		margin-bottom: auto !important
	}
	.ms-md-0 {
		margin-left: 0 !important
	}
	.ms-md-1 {
		margin-left: .25rem !important
	}
	.ms-md-2 {
		margin-left: .5rem !important
	}
	.ms-md-3 {
		margin-left: 1rem !important
	}
	.ms-md-4 {
		margin-left: 1.5rem !important
	}
	.ms-md-5 {
		margin-left: 3rem !important
	}
	.ms-md-6 {
		margin-left: 4rem !important
	}
	.ms-md-auto {
		margin-left: auto !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.p-md-1 {
		padding: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.p-md-6 {
		padding: 4rem !important
	}
	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.px-md-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}
	.px-md-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}
	.px-md-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.px-md-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}
	.px-md-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}
	.px-md-6 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.py-md-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}
	.py-md-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}
	.py-md-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}
	.py-md-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}
	.py-md-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}
	.py-md-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}
	.py-md-6 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important
	}
	.pt-md-0 {
		padding-top: 0 !important
	}
	.pt-md-1 {
		padding-top: .25rem !important
	}
	.pt-md-2 {
		padding-top: .5rem !important
	}
	.pt-md-3 {
		padding-top: 1rem !important
	}
	.pt-md-4 {
		padding-top: 1.5rem !important
	}
	.pt-md-5 {
		padding-top: 3rem !important
	}
	.pt-md-6 {
		padding-top: 4rem !important
	}
	.pe-md-0 {
		padding-right: 0 !important
	}
	.pe-md-1 {
		padding-right: .25rem !important
	}
	.pe-md-2 {
		padding-right: .5rem !important
	}
	.pe-md-3 {
		padding-right: 1rem !important
	}
	.pe-md-4 {
		padding-right: 1.5rem !important
	}
	.pe-md-5 {
		padding-right: 3rem !important
	}
	.pe-md-6 {
		padding-right: 4rem !important
	}
	.pb-md-0 {
		padding-bottom: 0 !important
	}
	.pb-md-1 {
		padding-bottom: .25rem !important
	}
	.pb-md-2 {
		padding-bottom: .5rem !important
	}
	.pb-md-3 {
		padding-bottom: 1rem !important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pb-md-5 {
		padding-bottom: 3rem !important
	}
	.pb-md-6 {
		padding-bottom: 4rem !important
	}
	.ps-md-0 {
		padding-left: 0 !important
	}
	.ps-md-1 {
		padding-left: .25rem !important
	}
	.ps-md-2 {
		padding-left: .5rem !important
	}
	.ps-md-3 {
		padding-left: 1rem !important
	}
	.ps-md-4 {
		padding-left: 1.5rem !important
	}
	.ps-md-5 {
		padding-left: 3rem !important
	}
	.ps-md-6 {
		padding-left: 4rem !important
	}
	.text-md-start {
		text-align: left !important
	}
	.text-md-end {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}
@media(min-width:992px) {
	.float-lg-start {
		float: left !important
	}
	.float-lg-end {
		float: right !important
	}
	.float-lg-none {
		float: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-grid {
		display: grid !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-row {
		display: table-row !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
	.d-lg-none {
		display: none !important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-direction: normal !important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.gap-lg-0 {
		gap: 0 !important
	}
	.gap-lg-1 {
		gap: .25rem !important
	}
	.gap-lg-2 {
		gap: .5rem !important
	}
	.gap-lg-3 {
		gap: 1rem !important
	}
	.gap-lg-4 {
		gap: 1.5rem !important
	}
	.gap-lg-5 {
		gap: 3rem !important
	}
	.gap-lg-6 {
		gap: 4rem !important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}
	.m-lg-0 {
		margin: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.m-lg-6 {
		margin: 4rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mx-lg-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.mx-lg-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}
	.mx-lg-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	.mx-lg-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.mx-lg-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}
	.mx-lg-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}
	.mx-lg-6 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.mx-lg-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.my-lg-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}
	.my-lg-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}
	.my-lg-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}
	.my-lg-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}
	.my-lg-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}
	.my-lg-6 {
		margin-bottom: 4rem !important;
		margin-top: 4rem !important
	}
	.my-lg-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}
	.mt-lg-0 {
		margin-top: 0 !important
	}
	.mt-lg-1 {
		margin-top: .25rem !important
	}
	.mt-lg-2 {
		margin-top: .5rem !important
	}
	.mt-lg-3 {
		margin-top: 1rem !important
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important
	}
	.mt-lg-5 {
		margin-top: 3rem !important
	}
	.mt-lg-6 {
		margin-top: 4rem !important
	}
	.mt-lg-auto {
		margin-top: auto !important
	}
	.me-lg-0 {
		margin-right: 0 !important
	}
	.me-lg-1 {
		margin-right: .25rem !important
	}
	.me-lg-2 {
		margin-right: .5rem !important
	}
	.me-lg-3 {
		margin-right: 1rem !important
	}
	.me-lg-4 {
		margin-right: 1.5rem !important
	}
	.me-lg-5 {
		margin-right: 3rem !important
	}
	.me-lg-6 {
		margin-right: 4rem !important
	}
	.me-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-0 {
		margin-bottom: 0 !important
	}
	.mb-lg-1 {
		margin-bottom: .25rem !important
	}
	.mb-lg-2 {
		margin-bottom: .5rem !important
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important
	}
	.mb-lg-6 {
		margin-bottom: 4rem !important
	}
	.mb-lg-auto {
		margin-bottom: auto !important
	}
	.ms-lg-0 {
		margin-left: 0 !important
	}
	.ms-lg-1 {
		margin-left: .25rem !important
	}
	.ms-lg-2 {
		margin-left: .5rem !important
	}
	.ms-lg-3 {
		margin-left: 1rem !important
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important
	}
	.ms-lg-5 {
		margin-left: 3rem !important
	}
	.ms-lg-6 {
		margin-left: 4rem !important
	}
	.ms-lg-auto {
		margin-left: auto !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.p-lg-6 {
		padding: 4rem !important
	}
	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.px-lg-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}
	.px-lg-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}
	.px-lg-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.px-lg-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}
	.px-lg-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}
	.px-lg-6 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.py-lg-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}
	.py-lg-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}
	.py-lg-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}
	.py-lg-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}
	.py-lg-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}
	.py-lg-6 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important
	}
	.pt-lg-0 {
		padding-top: 0 !important
	}
	.pt-lg-1 {
		padding-top: .25rem !important
	}
	.pt-lg-2 {
		padding-top: .5rem !important
	}
	.pt-lg-3 {
		padding-top: 1rem !important
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important
	}
	.pt-lg-5 {
		padding-top: 3rem !important
	}
	.pt-lg-6 {
		padding-top: 4rem !important
	}
	.pe-lg-0 {
		padding-right: 0 !important
	}
	.pe-lg-1 {
		padding-right: .25rem !important
	}
	.pe-lg-2 {
		padding-right: .5rem !important
	}
	.pe-lg-3 {
		padding-right: 1rem !important
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important
	}
	.pe-lg-5 {
		padding-right: 3rem !important
	}
	.pe-lg-6 {
		padding-right: 4rem !important
	}
	.pb-lg-0 {
		padding-bottom: 0 !important
	}
	.pb-lg-1 {
		padding-bottom: .25rem !important
	}
	.pb-lg-2 {
		padding-bottom: .5rem !important
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important
	}
	.pb-lg-6 {
		padding-bottom: 4rem !important
	}
	.ps-lg-0 {
		padding-left: 0 !important
	}
	.ps-lg-1 {
		padding-left: .25rem !important
	}
	.ps-lg-2 {
		padding-left: .5rem !important
	}
	.ps-lg-3 {
		padding-left: 1rem !important
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important
	}
	.ps-lg-5 {
		padding-left: 3rem !important
	}
	.ps-lg-6 {
		padding-left: 4rem !important
	}
	.text-lg-start {
		text-align: left !important
	}
	.text-lg-end {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
}
@media(min-width:1200px) {
	.float-xl-start {
		float: left !important
	}
	.float-xl-end {
		float: right !important
	}
	.float-xl-none {
		float: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-grid {
		display: grid !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-row {
		display: table-row !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
	.d-xl-none {
		display: none !important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-direction: normal !important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.gap-xl-0 {
		gap: 0 !important
	}
	.gap-xl-1 {
		gap: .25rem !important
	}
	.gap-xl-2 {
		gap: .5rem !important
	}
	.gap-xl-3 {
		gap: 1rem !important
	}
	.gap-xl-4 {
		gap: 1.5rem !important
	}
	.gap-xl-5 {
		gap: 3rem !important
	}
	.gap-xl-6 {
		gap: 4rem !important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}
	.m-xl-0 {
		margin: 0 !important
	}
	.m-xl-1 {
		margin: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.m-xl-6 {
		margin: 4rem !important
	}
	.m-xl-auto {
		margin: auto !important
	}
	.mx-xl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.mx-xl-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}
	.mx-xl-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	.mx-xl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.mx-xl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}
	.mx-xl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}
	.mx-xl-6 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.mx-xl-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.my-xl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}
	.my-xl-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}
	.my-xl-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}
	.my-xl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}
	.my-xl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}
	.my-xl-6 {
		margin-bottom: 4rem !important;
		margin-top: 4rem !important
	}
	.my-xl-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}
	.mt-xl-0 {
		margin-top: 0 !important
	}
	.mt-xl-1 {
		margin-top: .25rem !important
	}
	.mt-xl-2 {
		margin-top: .5rem !important
	}
	.mt-xl-3 {
		margin-top: 1rem !important
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important
	}
	.mt-xl-5 {
		margin-top: 3rem !important
	}
	.mt-xl-6 {
		margin-top: 4rem !important
	}
	.mt-xl-auto {
		margin-top: auto !important
	}
	.me-xl-0 {
		margin-right: 0 !important
	}
	.me-xl-1 {
		margin-right: .25rem !important
	}
	.me-xl-2 {
		margin-right: .5rem !important
	}
	.me-xl-3 {
		margin-right: 1rem !important
	}
	.me-xl-4 {
		margin-right: 1.5rem !important
	}
	.me-xl-5 {
		margin-right: 3rem !important
	}
	.me-xl-6 {
		margin-right: 4rem !important
	}
	.me-xl-auto {
		margin-right: auto !important
	}
	.mb-xl-0 {
		margin-bottom: 0 !important
	}
	.mb-xl-1 {
		margin-bottom: .25rem !important
	}
	.mb-xl-2 {
		margin-bottom: .5rem !important
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important
	}
	.mb-xl-6 {
		margin-bottom: 4rem !important
	}
	.mb-xl-auto {
		margin-bottom: auto !important
	}
	.ms-xl-0 {
		margin-left: 0 !important
	}
	.ms-xl-1 {
		margin-left: .25rem !important
	}
	.ms-xl-2 {
		margin-left: .5rem !important
	}
	.ms-xl-3 {
		margin-left: 1rem !important
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important
	}
	.ms-xl-5 {
		margin-left: 3rem !important
	}
	.ms-xl-6 {
		margin-left: 4rem !important
	}
	.ms-xl-auto {
		margin-left: auto !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.p-xl-1 {
		padding: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.p-xl-3 {
		padding: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.p-xl-6 {
		padding: 4rem !important
	}
	.px-xl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.px-xl-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}
	.px-xl-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}
	.px-xl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.px-xl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}
	.px-xl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}
	.px-xl-6 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.py-xl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}
	.py-xl-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}
	.py-xl-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}
	.py-xl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}
	.py-xl-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}
	.py-xl-6 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important
	}
	.pt-xl-0 {
		padding-top: 0 !important
	}
	.pt-xl-1 {
		padding-top: .25rem !important
	}
	.pt-xl-2 {
		padding-top: .5rem !important
	}
	.pt-xl-3 {
		padding-top: 1rem !important
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important
	}
	.pt-xl-5 {
		padding-top: 3rem !important
	}
	.pt-xl-6 {
		padding-top: 4rem !important
	}
	.pe-xl-0 {
		padding-right: 0 !important
	}
	.pe-xl-1 {
		padding-right: .25rem !important
	}
	.pe-xl-2 {
		padding-right: .5rem !important
	}
	.pe-xl-3 {
		padding-right: 1rem !important
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important
	}
	.pe-xl-5 {
		padding-right: 3rem !important
	}
	.pe-xl-6 {
		padding-right: 4rem !important
	}
	.pb-xl-0 {
		padding-bottom: 0 !important
	}
	.pb-xl-1 {
		padding-bottom: .25rem !important
	}
	.pb-xl-2 {
		padding-bottom: .5rem !important
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important
	}
	.pb-xl-6 {
		padding-bottom: 4rem !important
	}
	.ps-xl-0 {
		padding-left: 0 !important
	}
	.ps-xl-1 {
		padding-left: .25rem !important
	}
	.ps-xl-2 {
		padding-left: .5rem !important
	}
	.ps-xl-3 {
		padding-left: 1rem !important
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important
	}
	.ps-xl-5 {
		padding-left: 3rem !important
	}
	.ps-xl-6 {
		padding-left: 4rem !important
	}
	.text-xl-start {
		text-align: left !important
	}
	.text-xl-end {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}
@media(min-width:2560px) {
	.float-xxl-start {
		float: left !important
	}
	.float-xxl-end {
		float: right !important
	}
	.float-xxl-none {
		float: none !important
	}
	.d-xxl-inline {
		display: inline !important
	}
	.d-xxl-inline-block {
		display: inline-block !important
	}
	.d-xxl-block {
		display: block !important
	}
	.d-xxl-grid {
		display: grid !important
	}
	.d-xxl-table {
		display: table !important
	}
	.d-xxl-table-row {
		display: table-row !important
	}
	.d-xxl-table-cell {
		display: table-cell !important
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
	.d-xxl-none {
		display: none !important
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-xxl-column,
	.flex-xxl-row {
		-webkit-box-direction: normal !important
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.gap-xxl-0 {
		gap: 0 !important
	}
	.gap-xxl-1 {
		gap: .25rem !important
	}
	.gap-xxl-2 {
		gap: .5rem !important
	}
	.gap-xxl-3 {
		gap: 1rem !important
	}
	.gap-xxl-4 {
		gap: 1.5rem !important
	}
	.gap-xxl-5 {
		gap: 3rem !important
	}
	.gap-xxl-6 {
		gap: 4rem !important
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important
	}
	.m-xxl-0 {
		margin: 0 !important
	}
	.m-xxl-1 {
		margin: .25rem !important
	}
	.m-xxl-2 {
		margin: .5rem !important
	}
	.m-xxl-3 {
		margin: 1rem !important
	}
	.m-xxl-4 {
		margin: 1.5rem !important
	}
	.m-xxl-5 {
		margin: 3rem !important
	}
	.m-xxl-6 {
		margin: 4rem !important
	}
	.m-xxl-auto {
		margin: auto !important
	}
	.mx-xxl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.mx-xxl-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}
	.mx-xxl-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	.mx-xxl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}
	.mx-xxl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}
	.mx-xxl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}
	.mx-xxl-6 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}
	.mx-xxl-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}
	.my-xxl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}
	.my-xxl-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}
	.my-xxl-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}
	.my-xxl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}
	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}
	.my-xxl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}
	.my-xxl-6 {
		margin-bottom: 4rem !important;
		margin-top: 4rem !important
	}
	.my-xxl-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}
	.mt-xxl-0 {
		margin-top: 0 !important
	}
	.mt-xxl-1 {
		margin-top: .25rem !important
	}
	.mt-xxl-2 {
		margin-top: .5rem !important
	}
	.mt-xxl-3 {
		margin-top: 1rem !important
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}
	.mt-xxl-5 {
		margin-top: 3rem !important
	}
	.mt-xxl-6 {
		margin-top: 4rem !important
	}
	.mt-xxl-auto {
		margin-top: auto !important
	}
	.me-xxl-0 {
		margin-right: 0 !important
	}
	.me-xxl-1 {
		margin-right: .25rem !important
	}
	.me-xxl-2 {
		margin-right: .5rem !important
	}
	.me-xxl-3 {
		margin-right: 1rem !important
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important
	}
	.me-xxl-5 {
		margin-right: 3rem !important
	}
	.me-xxl-6 {
		margin-right: 4rem !important
	}
	.me-xxl-auto {
		margin-right: auto !important
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important
	}
	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}
	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}
	.mb-xxl-6 {
		margin-bottom: 4rem !important
	}
	.mb-xxl-auto {
		margin-bottom: auto !important
	}
	.ms-xxl-0 {
		margin-left: 0 !important
	}
	.ms-xxl-1 {
		margin-left: .25rem !important
	}
	.ms-xxl-2 {
		margin-left: .5rem !important
	}
	.ms-xxl-3 {
		margin-left: 1rem !important
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}
	.ms-xxl-5 {
		margin-left: 3rem !important
	}
	.ms-xxl-6 {
		margin-left: 4rem !important
	}
	.ms-xxl-auto {
		margin-left: auto !important
	}
	.p-xxl-0 {
		padding: 0 !important
	}
	.p-xxl-1 {
		padding: .25rem !important
	}
	.p-xxl-2 {
		padding: .5rem !important
	}
	.p-xxl-3 {
		padding: 1rem !important
	}
	.p-xxl-4 {
		padding: 1.5rem !important
	}
	.p-xxl-5 {
		padding: 3rem !important
	}
	.p-xxl-6 {
		padding: 4rem !important
	}
	.px-xxl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.px-xxl-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}
	.px-xxl-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}
	.px-xxl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}
	.px-xxl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}
	.px-xxl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}
	.px-xxl-6 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}
	.py-xxl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}
	.py-xxl-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}
	.py-xxl-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}
	.py-xxl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}
	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}
	.py-xxl-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}
	.py-xxl-6 {
		padding-bottom: 4rem !important;
		padding-top: 4rem !important
	}
	.pt-xxl-0 {
		padding-top: 0 !important
	}
	.pt-xxl-1 {
		padding-top: .25rem !important
	}
	.pt-xxl-2 {
		padding-top: .5rem !important
	}
	.pt-xxl-3 {
		padding-top: 1rem !important
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}
	.pt-xxl-5 {
		padding-top: 3rem !important
	}
	.pt-xxl-6 {
		padding-top: 4rem !important
	}
	.pe-xxl-0 {
		padding-right: 0 !important
	}
	.pe-xxl-1 {
		padding-right: .25rem !important
	}
	.pe-xxl-2 {
		padding-right: .5rem !important
	}
	.pe-xxl-3 {
		padding-right: 1rem !important
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}
	.pe-xxl-5 {
		padding-right: 3rem !important
	}
	.pe-xxl-6 {
		padding-right: 4rem !important
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important
	}
	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}
	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}
	.pb-xxl-6 {
		padding-bottom: 4rem !important
	}
	.ps-xxl-0 {
		padding-left: 0 !important
	}
	.ps-xxl-1 {
		padding-left: .25rem !important
	}
	.ps-xxl-2 {
		padding-left: .5rem !important
	}
	.ps-xxl-3 {
		padding-left: 1rem !important
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}
	.ps-xxl-5 {
		padding-left: 3rem !important
	}
	.ps-xxl-6 {
		padding-left: 4rem !important
	}
	.text-xxl-start {
		text-align: left !important
	}
	.text-xxl-end {
		text-align: right !important
	}
	.text-xxl-center {
		text-align: center !important
	}
}
@media(min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important
	}
	.fs-2 {
		font-size: 2rem !important
	}
	.fs-3 {
		font-size: 1.75rem !important
	}
	.fs-4 {
		font-size: 1.5rem !important
	}
}
@media print {
	.d-print-inline {
		display: inline !important
	}
	.d-print-inline-block {
		display: inline-block !important
	}
	.d-print-block {
		display: block !important
	}
	.d-print-grid {
		display: grid !important
	}
	.d-print-table {
		display: table !important
	}
	.d-print-table-row {
		display: table-row !important
	}
	.d-print-table-cell {
		display: table-cell !important
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
	.d-print-none {
		display: none !important
	}
}
.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-css-mode>.swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}
.swiper-centered>.swiper-wrapper:before {
	-ms-flex-negative: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	content: "";
	flex-shrink: 0;
	order: 9999
}
[dir=ltr] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-left: var(--swiper-centered-offset-before)
}
[dir=rtl] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-right: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-top: var(--swiper-centered-offset-before)
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}
.swiper-button-lock {
	display: none
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: 100%
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px
}
.swiper-pagination-lock {
	display: none
}
.modal-opened {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 1000
}
.off-canvas-opened {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: visible;
	z-index: 500
}
.off-canvas.mobile-menu.off-canvas-opened {
	z-index: 9999
}
.off-canvas[data-offcanvas="offcanvas-download"].off-canvas-opened {
	z-index: 9999
}
.premium .off-canvas_close {
	background-color: hsla(0, 0%, 100%, .1)
}
.premium .off-canvas_close:focus,
.premium .off-canvas_close:hover {
	background: hsla(0, 0%, 100%, .25) url(../assets/icons/close.svg) no-repeat 50%
}
.top-bar__search.search-opened .loader {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #040405;
	display: none;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
	z-index: 5
}
.top-bar__search.search-opened.loading .loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.top-bar__search .search-results__content--tags .tag:not(.active):hover {
	background-color: hsla(0, 0%, 100%, .2)
}
.top-bar__buttons .cart-button:hover .icon:before {
	opacity: 0
}
.top-bar__buttons .top-bar__account.active .top-bar__account--button img.chevron {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
@media(max-width:991.98px) {
	.search-mobile .top-bar__container .form-wrap {
		transform: translateY(0);
	}
}
.gallery-slider .subscribe-slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border: 1px solid #01b3ef;
	border: 1px solid var(--bs-primary);
	border-radius: .3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	justify-content: center;
	max-width: 200px;
	padding: 40px
}
#dialog-subscribe-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center
}
.side-bar .scroll-button {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: flex-end;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 20, 0)), to(#131314));
	background: linear-gradient(180deg, rgba(19, 19, 20, 0), #131314);
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6.25rem;
	justify-content: center;
	left: 0;
	opacity: 1;
	padding-bottom: .3125rem;
	pointer-events: none;
	position: fixed;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 14.9375rem
}
.side-bar .scroll-button.disabled {
	opacity: 0
}
@media(min-width:2560px) {
	.side-bar .scroll-button {
		width: 18.6875rem
	}
}
.button.dark {
	pointer-events: none
}
.videos__no-slider .container .videos__content .big-cta {
	grid-column: 1/-1;
	margin-top: 1.75rem
}
.videos__top--order .order-line__active.animated {
	-webkit-transition: left .2s, width .2s;
	transition: left .2s, width .2s
}
.big-cta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2e2e30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .4375rem;
	justify-content: center;
	margin: 3.75rem 0;
	padding: 1rem 2rem;
	text-align: center
}
@media(max-width:575.98px) {
	.big-cta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
		padding: 1.25rem
	}
	.big-cta.margin0 {
		margin: -3.75rem 0 3.75rem 0;
	}
}
.models__top--order {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 1.25rem;
	position: relative
}
.models__top--order .order-line__active {
	background-color: #fff;
	bottom: -.5rem;
	height: .125rem;
	left: 0;
	position: absolute;
	width: 0
}
.models__top--order .order-line__active.animated {
	-webkit-transition: left .2s, width .2s;
	transition: left .2s, width .2s
}
.models__top--order-item.active svg path {
	fill: #fff
}
.models.big-title .models__top {
	text-align: center
}
.models-container__background {
	background-color: #3a3a3a;
	border-radius: 10px;
	height: 200px;
	width: 554px
}
.models-container-fwidth {
	max-width: 100%
}
.partners .video-container__description--text {
	color: #c7c7d0;
	display: block;
	font-size: .75rem;
	font-weight: 400
}
.fullpage-banner {
	margin: 3.125rem 0
}
footer .col {
	margin-bottom: 1rem
}
footer .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .625rem;
	margin-bottom: 1rem;
	margin-top: 2.9375rem
}
footer .social a svg path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}
footer .social a:hover svg path {
	fill: #131314
}
@media(max-width:991.98px) {
	footer .col {
		margin-bottom: 2rem
	}
}
@media(max-width:575.98px) {
	footer .social {
		margin-top: 0
	}
	footer .col:last-of-type {
		margin-bottom: 4rem
	}
}
.membership {
	margin: 3.125rem auto 3.75rem;
	max-width: 62.5rem
}
.membership__container--item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	color: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	position: relative
}
.membership__container--item:hover {
	color: unset;
	text-decoration: none
}
.membership__container--item:hover:before {
	opacity: .6
}
.membership__container--item:before {
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .14)), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .14), hsla(0, 0%, 100%, 0));
	content: "";
	height: 100%;
	left: 0;
	opacity: .4;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 100%
}
.membership__container--item-title {
	padding: 2rem 1.5rem 3.125rem;
	text-align: center
}
@media(max-width:767.98px) {
	.membership__container--item-title {
		padding: 2rem 1.5rem 1.25rem
	}
}
.membership__container--item-title .price {
	color: #fff;
	display: block;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 4.125rem;
	margin: 2rem 0 0;
	position: relative;
	white-space: nowrap
}
.membership__container--item-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 1.5rem 2rem;
	text-align: center
}
.membership__container--item.special .h2,
.membership__container--item.special h2 {
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9e7545), to(bisque));
	background-image: linear-gradient(180deg, #9e7545, bisque);
	background-repeat: repeat;
	background-size: 100%
}
.membership__container--item.membership__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media(min-width:768px) {
	.membership__container--item.membership__action {
		max-width: 300px
	}
}
@media(min-width:2560px) {
	.membership {
		max-width: 93.75rem
	}
}
.membership-banner {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 3.75rem 0;
	padding: 9.375rem 0;
	position: relative
}
.membership-banner:before {
	background-color: rgba(19, 19, 20, .8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}
.membership-banner .container .row .col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3.125rem
}
.membership-banner .container .row .col:first-child {
	padding-left: 0
}
.membership-banner .container .row .col:last-child {
	padding-right: 0
}
.membership-banner .container .icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .14)), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .14), hsla(0, 0%, 100%, 0));
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.5rem;
	justify-content: center;
	margin-bottom: 1.75rem;
	width: 3.5rem
}
form label:not(.search):not(.switch-paddle):not(.avatar).textarea {
	margin-bottom: 1rem
}
form label:not(.search).error .error {
	display: block
}
form label:not(.search) .error {
	background-color: #d01d3e;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	color: #fff;
	display: none;
	font-size: .75rem;
	line-height: 1.125rem;
	margin-bottom: .25rem;
	margin-top: -1.5rem;
	padding: 1.8125rem .75rem .5rem;
	width: auto
}
form select option[value=""][disabled] {
	display: none
}
form select:required:invalid {
	color: #848494
}
form label.checkbox.error .error {
	display: block
}
form label.checkbox .error {
	border-radius: .25rem;
	display: none;
	left: -2.5rem;
	margin: .5rem 0 0;
	padding: .5rem .75rem;
	position: relative
}
form .radio-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-bottom: .0625rem solid #313134;
	cursor: pointer;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: space-between;
	padding: 1.5rem 0;
	position: relative
}
form .radio-container .background {
	background-color: #131314;
	height: 100%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: calc(100% + 40px)
}
form .radio-container:last-of-type {
	border-bottom: none
}
form .radio-container input:checked~.background {
	opacity: 1
}
form .radio-container__text {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .5rem;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
form.contact-form {
	width: 100%
}
@media(min-width:768px) {
	form.contact-form {
		width: 50%
	}
}
.hooray {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background-color: #c6f9da;
	border-radius: .25rem;
	color: #19753d;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding: 1.5rem;
	z-index: 10
}
.hooray img {
	margin-right: 1rem
}
ul.categories {
	-webkit-column-gap: 3.4375rem;
	-moz-column-gap: 3.4375rem;
	column-gap: 3.4375rem;
	-webkit-column-width: 14.8125rem;
	-moz-column-width: 14.8125rem;
	column-width: 14.8125rem;
	margin: 4.375rem 0 5rem
}
.comments__parent {
	margin-left: .5rem;
	margin-top: 1.25rem
}
.comments__content--item.nested {
	margin-left: 3.125rem;
	margin-top: .75rem
}
.comments__content--item .comment-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .25rem
}
.comments__content--item .comment-bottom .like:hover {
	background: url(../assets/icons/heart-full-white.svg) no-repeat 0;
	color: #fff;
	text-decoration: none
}
.comments__content--item .comment-bottom .reply {
	color: #c7c7d0;
	font-size: .75rem
}
.comments__content--item .comment-bottom .reply:hover {
	color: #fff;
	text-decoration: none
}
.base-form .cart__container {
	max-height: 50vh;
	padding-right: 0
}
.base-form .cart__summary {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-top: .0625rem solid #313134;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 1.25rem
}
.base-form aside {
	position: sticky;
	top: 6rem
}
.base-form aside.not-sticky {
	position: static
}
.base-form aside .base-form__container--top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.base-form aside span.timer {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.9375rem;
	white-space: nowrap
}
.base-form aside .offer {
	position: relative;
	text-align: center
}
.base-form aside .offer table {
	margin-top: 1.5rem;
	width: 100%
}
.base-form aside .offer table tr:first-child td {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1875rem
}
.base-form aside .offer table tr {
	margin-bottom: .25rem
}
.base-form aside .offer table tr td:first-child {
	text-align: left
}
.base-form aside .offer table tr td:last-child {
	text-align: right
}
.base-form aside .offer table tr:last-child {
	margin-bottom: 0
}
.base-form aside .offer table tr:last-child td {
	font-size: .875rem
}
.base-form aside .offer table tr:last-child td:last-child {
	color: #d01d3e
}
.base-form__container--top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}
.base-form__container--checkbox {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem
}
.base-form__container--payment.error .error {
	display: block
}
.base-form__container--payment .error {
	background-color: #d01d3e;
	border-radius: .25rem;
	display: none;
	left: -.25rem;
	margin-top: .5rem;
	padding: .5rem .75rem;
	position: relative;
	width: calc(100% + .5rem)
}
.base-form__container .form-container .row .col-6:first-of-type {
	padding-right: .1875rem
}
.base-form__container .form-container .row .col-6:last-of-type {
	padding-left: .1875rem
}
.cart {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 60.8px);
	justify-content: space-between
}
.cart__footer {
	padding-right: 2.5rem;
	padding-top: 1rem;
	text-align: center
}
.cart__container {
	height: 100%;
	overflow-y: auto;
	padding-right: 2.5rem
}
.cart__item {
	color: #c7c7d0;
	margin-bottom: 2.5rem
}
.cart__item:last-of-type {
	margin-bottom: 1.25rem
}
.cart__item .formats {
	font-size: .75rem;
	margin-top: 1.25rem
}
.cart__item--content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}
.cart__item--content-left {
	width: 50%
}
.cart__item--content-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 1.5rem
}
.cart__item--content-right .price {
	color: #fff;
	font-size: .875rem;
	margin-bottom: .5rem
}
.cart__item--content-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.cart__item--content-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem
}
.cart__item--content-bottom .price {
	color: #fff;
	font-size: .875rem
}
.cart__item--author {
	display: block;
	font-size: .75rem;
	font-weight: 400;
	margin-bottom: .875rem
}
.modal-search .modal_body {
	height: 100%
}
.modal-search label.search {
	background: transparent;
	display: block;
	height: 100%;
	position: relative
}
.modal-search label.search .search-results {
	background-color: #131314;
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	-webkit-box-shadow: .25rem .25rem .3125rem .3125rem rgba(4, 4, 5, .05);
	box-shadow: .25rem .25rem .3125rem .3125rem rgba(4, 4, 5, .05);
	height: calc(100% - 3rem);
	overflow: auto;
	padding: 2rem;
	position: relative;
	width: 100%;
	z-index: 1
}
.modal-search label.search .search-results__content {
	min-height: 100%;
	width: 100%
}
.modal-search label.search .search-results__content .models-container {
	max-width: 8rem
}
.modal-search label.search .search-results__content--tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .5rem;
	margin: 0 -.75rem 2rem
}
.modal-search label.search .search-results__content--tags .tag {
	border-radius: .25rem;
	padding: .25rem .75rem;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}
.modal-search label.search .search-results__content--tags .tag.active {
	background-color: #fff;
	color: #131314
}
.modal-search label.search .search-results__content--tags .tag:not(.active):hover {
	background-color: hsla(0, 0%, 100%, .2)
}
.forum {
	margin-bottom: 3.125rem
}
.forum__item {
	margin-bottom: 1.375rem;
	position: relative
}
.forum__item .banner__item,
.forum__item>* {
	margin-bottom: 0
}
.forum__overlay-link {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10
}
.forum__discussion {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border-radius: .75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .625rem 2.5rem .625rem 1.5625rem;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}
@media(max-width:767.98px) {
	.forum__discussion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		background-color: var(--forum-hover);
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25
	}
}
.forum__discussion__avatar {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
@media(max-width:767.98px) {
	.forum__discussion__avatar {
		margin-bottom: 1rem
	}
	.forum__discussion__title {
		margin-bottom: 1rem;
		text-align: center
	}
}
.forum__discussion__title .forum__discussion__name {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: .125rem
}
.forum__discussion__additional {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	margin: 0 -1.25rem
}
.forum__discussion__additional>* {
	margin: 0 1.25rem
}
.forum__discussion__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right
}
@media(max-width:767.98px) {
	.forum__discussion__info {
		text-align: center
	}
}
.forum__discussion--create {
	background-color: #040405 !important;
	padding: 1.5625rem 2.5rem 1.5625rem 1.5625rem
}
.forum__discussion--pinned {
	position: relative
}
.forum__discussion--pinned:after,
.forum__discussion--pinned:before {
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.5rem;
	z-index: 0
}
.forum__discussion--pinned:after,
.forum__discussion--pinned:before {
	left: -.75rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.forum__discussion--pinned:before {
	background-color: #01b3ef;
	background-color: var(--bs-primary);
	border-radius: 50%
}
.forum__discussion--pinned:after {
	background-image: url(../assets/icons/pin.svg);
	background-position: 50%;
	background-repeat: no-repeat
}
@media(max-width:767.98px) {
	.forum__discussion--pinned:after,
	.forum__discussion--pinned:before {
		left: 1.25rem;
		top: 1.25rem;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.forum__unsigned {
	font-size: 1.2rem;
	margin-bottom: 29rem;
	margin-top: 5rem
}
.forum__discussion:hover,
.forum__overlay-link:hover+.forum__discussion,
a .forum__discussion:hover {
	background-color: rgba(4, 4, 5, .5)
}
.avatar__badge {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: #01b3ef;
	background-color: var(--bs-primary);
	border-radius: 50%;
	bottom: -.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.25rem;
	justify-content: center;
	position: absolute;
	right: -.3125rem;
	width: 1.25rem
}
.avatar__badge:after {
	background: url(../assets/icons/badge.svg) no-repeat 50%;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.avatar--medium .avatar__badge {
	bottom: -.375rem;
	height: 1.75rem;
	right: -.375rem;
	width: 1.75rem
}
.avatar--medium .avatar__badge .i-badge {
	height: .945rem;
	width: .7675rem
}
.avatar--large .avatar__badge {
	bottom: 0;
	height: 1.5rem;
	right: .1875rem;
	width: 1.5rem
}
a>.avatar,
label.avatar {
	cursor: pointer
}
a>.avatar>input,
label.avatar>input {
	display: none
}
a>.avatar:hover .avatar__badge,
label.avatar:hover .avatar__badge {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .2s;
	transition: .2s
}
.badge--small {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5625rem;
	white-space: nowrap
}
.badge--rounded {
	border-radius: 9999px
}
.banner__item {
	border-radius: .75rem;
	margin-bottom: 3.125rem;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.banner__info {
	bottom: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	left: 0;
	line-height: 1.375rem;
	padding: 1.875rem 1.875rem 2.375rem;
	position: absolute
}
.banner__name {
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.875rem;
	margin-bottom: .6875rem
}
.banner__name b {
	color: #01b3ef;
	color: var(--bs-primary);
	font-weight: 700
}
.banner__info--dark {
	color: #040405
}
a>.banner__item:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.banner__item--content-sized .banner__info {
	position: relative
}
.banner__item--centered .banner__info {
	padding: 1.8125rem;
	text-align: center
}
.banner__item--centered .banner__name {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: .25rem
}
.banner-hero {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: .75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20.1875rem;
	width: 100%
}
.banner-hero--info {
	margin: auto;
	max-width: 22.625rem;
	text-align: center;
	width: 100%
}
.banner-hero--desc {
	color: #fff;
	padding-bottom: 2.125rem
}
.tn-discussion {
	background-color: rgba(4, 4, 5, .5);
	border-radius: .75rem;
	padding: 1.5625rem;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}
.tn-discussion__item {
	margin-bottom: 1.375rem;
	position: relative
}
.tn-discussion__overlay-link {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10
}
.tn-discussion .tn-discussion__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.375rem;
	margin-bottom: .125rem
}
.tn-discussion__desc>:last-child {
	margin-bottom: 0
}
.tn-discussion__desc+.tn-discussion__info {
	margin-top: 1rem
}
.tn-discussion__info {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.5625rem -.5625rem
}
.tn-discussion__info,
.tn-discussion__stats {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.tn-discussion__stats {
	margin: 0 .5625rem .5625rem
}
.tn-discussion__stats .i-icon {
	margin-right: .375rem
}
.tn-discussion__stats .i-comment {
	margin-bottom: -.25rem
}
.tn-discussion:hover,
.tn-discussion__overlay-link:hover+.tn-discussion,
a .tn-discussion:hover {
	background-color: #040405
}
.discussion .avatar {
	margin-top: .5625rem
}
@media(max-width:575.98px) {
	.discussion .avatar {
		margin-right: .625rem
	}
}
.discussion__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}
.discussion__item--write textarea {
	height: 3.9375rem
}
.discussion__item--write .textarea {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}
.discussion__item--write .discussion__content {
	margin-bottom: 3.125rem
}
.discussion__item--comment {
	color: var(--paragraph-grey);
	margin-bottom: .625rem;
	padding: .625rem
}
.discussion__item--selected {
	background-color: var(--input-background);
	border-radius: 6px
}
.discussion__item--nested {
	padding-left: 3.125rem !important
}
.discussion__comment-info>time {
	font-size: .75rem
}
.discussion__comment {
	font-size: .875rem;
	line-height: 1.3125rem
}
.discussion__comment .tagged {
	color: var(--blue);
	text-decoration: none
}
.discussion__comment .tagged:after {
	background-color: var(--blue);
	content: ""
}
.discussion__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 2.8125rem
}
.discussion__content .discussion__content {
	margin-bottom: 0
}
.discussion__content .discussion__actions+.discussion__item {
	margin-top: 1.125rem
}
.discussion__content :last-child .discussion__content {
	margin-bottom: 0
}
@media(max-width:575.98px) {
	.discussion__content .discussion__item {
		margin-left: -1.25rem;
		width: calc(100% + 1.25rem)
	}
}
.discussion__actions {
	font-size: .875rem;
	margin: 0 -.6875rem
}
.discussion__actions>* {
	margin: 0 .4375rem
}
.discussion-head {
	margin-bottom: 1.25rem;
	overflow: hidden
}
.discussion-head__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.5rem
}
@media(max-width:575.98px) {
	.discussion-head__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}
.discussion-head__avatar {
	margin: 0 1.375rem 0 0
}
@media(max-width:575.98px) {
	.discussion-head__avatar {
		margin: 0 0 1.375rem
	}
}
.discussion-head__avatar>* {
	margin: 0
}
.discussion-head__name {
	margin-bottom: 0
}
.discussion-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: .125rem -3.4375rem 2.1875rem
}
@media(max-width:575.98px) {
	.discussion-head__info {
		margin: .125rem -1.5625rem 2.1875rem
	}
}
.discussion-head__stat {
	margin: 0 3.4375rem 1.5625rem
}
@media(max-width:575.98px) {
	.discussion-head__stat {
		margin: 0 1.5625rem 1.5625rem
	}
}
.discussion-head__stat .avatar {
	margin-right: .3125rem
}
.discussion-head__links {
	font-size: .875rem;
	margin: 0 -.6875rem
}
.discussion-head__links>* {
	margin: 0 .4375rem
}
.discussion-head__links a>span:hover,
.discussion-head__links a>strong:hover {
	background-color: var(--forum-hover)
}
.main-slider__slide-mobile {
	display: none
}
@media(max-width:767.98px) {
	.main-slider__slide-image {
		display: none
	}
	.main-slider__slide-mobile {
		display: block
	}
}
.main-slider__slide--text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1
}
.devices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.75rem;
	margin: 3.125rem 0
}
.devices.small {
	margin: auto;
	max-width: 62.5rem
}
.devices.small .devices-slider {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}
.devices.small .devices-slider .swiper-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-width: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}
.devices-slider {
	overflow: hidden;
	position: relative;
	width: 100%
}
.devices-slider .swiper-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 100%
}
.devices-slider__navigation {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}
.warning-modal {
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px)
}
.warning-modal .modal_content .modal_body .action-buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 2rem
}
.offcanvas-download__item.active .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.offcanvas-download__item--card>div .arrow {
	width: .75rem
}
.offcanvas-download__item--content ul li:hover button svg path {
	fill: #01b3ef
}
.offcanvas-download__item--content ul li .right button svg .svg-arrow {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.offcanvas-download__item--content ul li .right button svg path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}
.video-detail__video--container .play {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .25);
	border-radius: 624.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 8.75rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	width: 8.75rem
}
.video-detail__video--container .play:hover {
	background-color: rgba(0, 0, 0, .5)
}
.video-detail .tags {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .125rem;
	justify-content: center;
	margin: 1.5rem 0 2.5rem
}
.video-detail .tags .tag {
	background: hsla(0, 0%, 100%, .08);
	border-radius: .25rem;
	color: #c7c7d0;
	font-size: .875rem;
	line-height: 1.5rem;
	padding: .125rem .375rem;
	-webkit-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
	white-space: nowrap
}
.video-detail .tags .tag:hover {
	background-color: #ff7de0;
	color: #fff;
	text-decoration: none
}
.video-detail__description--actions-buttons {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start
}
@media(max-width:575.98px) {
	.video-detail__description--actions #snippet--favorite {
		display: none !important
	}
}
.video-detail__description .rating .stars-background {
	background-image: url(../assets/detail/star-background.svg);
	background-size: contain;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 1rem;
	margin-right: .375rem;
	position: relative;
	width: 11.75rem
}
.video-detail__description .rating .stars-background .stars {
	background-image: url(../assets/icons/star.svg);
	background-size: contain;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.video-detail__description--information-stars:not(span):hover {
	background: url(../assets/icons/star-full-white.svg) no-repeat 0
}
.cart-download {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 4.375rem auto 12.5rem;
	max-width: 31.25rem
}
.cart-download .cart {
	max-width: 25rem
}
.cart-download .cart__container {
	padding: 0
}
.model-detail__box {
	overflow: hidden;
	position: relative;
}
.model-detail__box:before {
	content: "";
	height: 100%;
	left: 0;
	opacity: .4;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 0
}
.model-detail__box .tags,
.model-detail__box p {
	width: 80%
}
.model-detail__box--information {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 3.5rem;
	justify-content: flex-start
}
@media(max-width:767.98px) {
	.model-detail__box--information {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		gap: 1.75rem
	}
}
.model-detail__model {
	margin-bottom: 2rem
}
.model-detail__model--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 80vh;
	overflow: hidden;
	position: relative;
	text-align: center
}
@media(max-width:767.98px) {
	.model-detail__model--container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		max-height: unset
	}
}
.model-detail .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .125rem;
	margin: 1.5rem 0 2.5rem
}
.model-detail .tags .tag {
	background: hsla(0, 0%, 100%, .08);
	color: #c7c7d0;
	font-size: .875rem;
	line-height: 1.5rem;
	padding: .125rem .375rem;
	-webkit-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
	white-space: nowrap
}
.model-detail .tags .tag:hover {
	background-color: #ff7de0;
	color: #fff;
	text-decoration: none
}
.model-detail__description {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	grid-gap: 1rem;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	margin-left: 10%;
	width: 100%
}
@media(max-width:767.98px) {
	.model-detail__description {
		margin-left: 0;
		margin-top: 10%
	}
}
.model-detail__description--container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1rem
}
.model-detail__description-rating {
	justify-self: flex-end
}
.model-detail__description .button:not(.icon) {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important
}
.model-detail__description--information {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: .75rem
}
.model-detail__description--information span.desc {
	color: #c7c7d0;
	font-size: .75rem
}
.model-detail__description--information-stars {
	background: url(../assets/icons/star-full.svg) no-repeat 0
}
.model-detail__description--information-stars:hover {
	background: url(../assets/icons/star-full-white.svg) no-repeat 0
}
.model-detail__description--information-comments {
	background: url(../assets/icons/comment-full.svg) no-repeat 0
}
.model-detail__description--information-comments:hover {
	background: url(../assets/icons/comment-full-white.svg) no-repeat 0
}
#forum header.header>.grid-container,
#forum-categories header.header>.grid-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media(min-width:992px) {
	#forum-discussion .discussion {
		width: 87.5%
	}
}
#forum-discussion aside.banner {
	margin-bottom: 3.75rem
}
.categories-page ul.categories {
	margin: 2rem 0
}
.categories-page .category-thumb-list {
	grid-gap: 1rem .625rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: grid;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem .625rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: flex-start;
	margin-bottom: 1.25rem
}
.categories-page .category-thumb-list__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-basis: 0;
	-ms-flex-flow: column;
	flex-flow: column;
	flex-grow: 1;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	text-decoration: none
}
.categories-page .category-thumb-list__item:focus .category-thumb-list__title,
.categories-page .category-thumb-list__item:hover .category-thumb-list__title {
	color: #ff7de0
}
.categories-page .category-thumb-list__image {
	display: block;
	width: 100%
}
.categories-page .category-thumb-list__title {
	color: #fff;
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	margin-top: .4375rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s
}
@media(min-width:576px) {
	.categories-page .category-thumb-list {
		grid-template-columns: repeat(5, 1fr)
	}
}
@media(min-width:768px) {
	.categories-page .category-thumb-list {
		grid-template-columns: repeat(5, 1fr)
	}
}
@media(min-width:1200px) {
	.categories-page .category-thumb-list {
		grid-template-columns: repeat(10, 1fr)
	}
}
.cart-page {
	max-width: 42.5rem
}
.cart-page .cart__footer {
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: .0625rem solid #313134;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 1.25rem
}
.cart-page .cart__footer,
.cart-page .cart__footer-summary {
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.cart-page .cart__footer-summary {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column
}
.auth-login {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem
}
.auth-login_form {
	margin: 0;
	width: 100%
}
.auth-login_form .h1,
.auth-login_form h1 {
	margin-bottom: 1.875rem
}
.auth-login_videos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem
}
@media(min-width:1200px) {
	.auth-login {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 6.25rem;
		margin-top: 6.25rem
	}
	.auth-login_form {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
@media(min-width:1500px) {
	.auth-login {
		gap: 5rem
	}
	.auth-login_form .h1,
	.auth-login_form h1 {
		margin-bottom: 3.75rem
	}
}
.icon-arrow-left:before {
    content: ""
}
.icon-arrow-right:before {
    content: ""
}
.icon-cart:before {
    content: ""
}
.icon-cart-add:before {
    content: ""
}
.icon-checkmark:before {
    content: ""
}
.icon-check:before {
    content: ""
}
.icon-close:before {
    content: ""
}
.icon-download:before {
    content: ""
}
.icon-favourites:before {
    content: ""
}
.icon-menu:before {
    content: ""
}
.icon-play:before {
    content: ""
}
.icon-playlists:before {
    content: ""
}
.icon-reddit:before {
    content: ""
}
.icon-twitter:before {
    content: ""
}
.icon-user-fill .path1:before {
    color: #b0eafd;
    content: ""
}
.icon-user-fill .path2:before {
    color: #01b5f0;
    content: "";
    margin-left: -1em
}
.icon-user:before {
    content: ""
}
.icon-verified .path1:before {
    color: #01b5f0;
    content: ""
}
.icon-verified .path2:before {
    color: #fff;
    content: "";
    margin-left: -1em
}
.icon-big-chevron:before {
    content: ""
}
.icon-youtube:before {
    content: ""
}
.icon-chat:before {
    content: ""
}
.icon-info:before {
    content: ""
}
.i-google {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.292' height='29.846'%3E%3Cpath data-name='Union 1' d='M7.446 23.738a3.966 3.966 0 0 1-5.011-.124 6.483 6.483 0 0 1 .521-9.679l6.062 2.727-6.063-2.729.148-.118-.149.117A4.058 4.058 0 0 1 .595 9.444a6.366 6.366 0 0 1 8.563-4.358l.69 6.659-.688-6.662c.081.033.2.08.278.117a10.549 10.549 0 0 1 1.278.683 8.886 8.886 0 0 0-1.559-.8A3.988 3.988 0 0 1 11.833.83a6.309 6.309 0 0 1 8.043 5.174l-.035.026.035-.024a3.939 3.939 0 0 1 5 .267 6.486 6.486 0 0 1-.531 9.679h-.005a4.015 4.015 0 0 1 2.367 4.443 6.378 6.378 0 0 1-8.574 4.361l-.652-6.643a10.085 10.085 0 0 0 1.323-.021 10.389 10.389 0 0 1-1.328.021l.655 6.646a4.053 4.053 0 0 1-2.656 4.316 4.889 4.889 0 0 1-1.654.274 6.531 6.531 0 0 1-6.375-5.611Zm10.473.935-.04-.018q-.455-.2-.881-.447a8.488 8.488 0 0 0 .921.463ZM7.395 23.295c-.03-.342-.043-.684-.04-1.021a9.213 9.213 0 0 0 .04 1.02Zm6.49-1.79a10.8 10.8 0 0 1-1.056-1.661 9.615 9.615 0 0 0 1.056 1.66Zm-5.47-3.762q.229-.472.5-.921a10.213 10.213 0 0 0-.496.92Zm13.657-.462a9.495 9.495 0 0 0 2.023-1.15 10.49 10.49 0 0 1-2.023 1.15ZM3.209 13.733q.16-.117.323-.227-.169.113-.323.226Zm4.389-1.855a10.465 10.465 0 0 1 1.985-.145c-.113 0-.226-.007-.339-.007a9.335 9.335 0 0 0-1.645.151Zm6.891-1.871 3.131-2.329-3.131 2.328Zm-.109-.206a9.946 9.946 0 0 0-1.094-1.639 10.744 10.744 0 0 1 1.094 1.639Zm5.469-.747c0-.015 0-.029.007-.043a9.3 9.3 0 0 0 .1-.995q-.03.524-.107 1.038Zm.059-2.677.017.181a18.99 18.99 0 0 0-.033-.383c.006.075.01.154.016.201Z' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10'/%3E%3C/svg%3E");
	height: 29.846px;
	width: 27.292px
}
.i-samsung {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.479' height='13.23'%3E%3Cg data-name='Group 335'%3E%3Cg data-name='Group 334' clip-path='url(%23clip-path)' fill='%23fff' fill-rule='evenodd'%3E%3Cpath data-name='Path 70' d='M2.18 5.979a4.067 4.067 0 0 1 2.734-.173 3.677 3.677 0 0 1 2.2 1.733L5.9 8.265a3.52 3.52 0 0 0-.685-.814 2.412 2.412 0 0 0-3.806 1.508 2.545 2.545 0 0 0 .344 1.84A2.4 2.4 0 0 0 3.5 11.874a2.354 2.354 0 0 0 1.757-.454 2.068 2.068 0 0 0 .689-1.115H3.6V8.992h3.811A4.368 4.368 0 0 1 7.154 11a3.457 3.457 0 0 1-1.3 1.635 3.893 3.893 0 0 1-4.8-.531 3.908 3.908 0 0 1-.715-4.286A3.643 3.643 0 0 1 2.18 5.979'/%3E%3Cpath data-name='Path 71' d='M27.169 5.746h1.438l1.738 5.247 1.748-5.253h1.416l-2.491 7.375h-1.346l-.623-1.808Z'/%3E%3Cpath data-name='Path 72' d='M34.091 5.741h2.3a3.35 3.35 0 0 1 1.3.219 2.319 2.319 0 0 1 1.193 1.02 2.807 2.807 0 0 1 .261 1.906 2.351 2.351 0 0 1-1.177 1.579l1.506 2.655-1.586.007-1.208-2.262h-1.219v2.254h-1.377Zm1.375 1.291v2.569a9.446 9.446 0 0 0 1.381-.053 1.175 1.175 0 0 0 .927-.821 1.445 1.445 0 0 0-.185-1.245 1.284 1.284 0 0 0-.912-.439c-.4-.036-.809-.015-1.213-.011'/%3E%3Cpath data-name='Path 73' d='M9.219 7.652a3.14 3.14 0 0 1 4.024.377 3.222 3.222 0 0 1 .76 2.612c-1.587 0-3.175-.008-4.761.007a1.671 1.671 0 0 0 .872 1.169 1.974 1.974 0 0 0 2.033-.147 2.167 2.167 0 0 0 .542-.667l1.084.644a2.8 2.8 0 0 1-1.183 1.217 3.452 3.452 0 0 1-2.209.306 2.98 2.98 0 0 1-1.868-1.162 3.149 3.149 0 0 1-.515-2.466 3.036 3.036 0 0 1 1.22-1.89m1.169.747a1.755 1.755 0 0 0-1.08 1.093l3.332.005a1.442 1.442 0 0 0-.314-.643 1.805 1.805 0 0 0-1.939-.456'/%3E%3Cpath data-name='Path 74' d='M15.607 7.675a2.859 2.859 0 0 1 2.921-.318 3.538 3.538 0 0 1 .725.525q.008-.331.008-.662c.452-.011.9-.009 1.357 0v5.892h-1.357q0-.363-.011-.725a3.384 3.384 0 0 1-.729.562 2.7 2.7 0 0 1-2.255.065 2.974 2.974 0 0 1-1.295-1.06 3.336 3.336 0 0 1-.437-2.621 2.9 2.9 0 0 1 1.074-1.659m1.622.691a1.769 1.769 0 0 0-1.415 1.441 1.854 1.854 0 0 0 .725 1.848 1.755 1.755 0 0 0 2.6-.676 2.048 2.048 0 0 0 .107-1.376 1.751 1.751 0 0 0-2.02-1.237'/%3E%3Cpath data-name='Path 75' d='M21.444 7.215c.45 0 .9-.005 1.351 0v.808a1.668 1.668 0 0 1 .7-.66 2.274 2.274 0 0 1 1.832.085l-.508 1.293a1.643 1.643 0 0 0-1.323-.138 1.026 1.026 0 0 0-.627.73 5.112 5.112 0 0 0-.065 1.129V13.1c-.453.013-.907 0-1.36 0a578.598 578.598 0 0 1 0-5.892'/%3E%3Cpath data-name='Path 76' d='M4.622.108h1.452l.594 3.222h-.893L5.348.471 4.921 3.33h-.893Z'/%3E%3Cpath data-name='Path 77' d='M7.336.108h1.328l.391 2.438.391-2.438h1.328l.065 3.222h-.822L9.996.477 9.472 3.33h-.835L8.117.477 8.093 3.33h-.819Z'/%3E%3Cpath data-name='Path 78' d='M17.758.108h1.221l.716 2.414-.041-2.414h.831l.011 3.222h-1.177L18.544.792l.039 2.538h-.83Z'/%3E%3Cpath data-name='Path 79' d='M16.061.108h.846v2.361c0 .626-.366.96-1.139.96s-1.138-.334-1.138-.96V.108h.846v2.439a.294.294 0 0 0 .586 0Z'/%3E%3Cpath data-name='Path 80' d='M22.423 1.503h1.155v.936c0 .611-.359.965-1.142.965-.809 0-1.145-.383-1.145-.965V.984c0-.611.359-.965 1.142-.965.809 0 1.145.383 1.145.965v.176h-.827V.931a.292.292 0 0 0-.313-.3.3.3 0 0 0-.321.274v1.586a.314.314 0 0 0 .624.025v-.52h-.318Z'/%3E%3Cpath data-name='Path 81' d='M13.523 1.681a.834.834 0 0 1 .389.812c0 .584-.35.954-1.158.954s-1.155-.383-1.155-.965v-.24h.877v.289a.263.263 0 0 0 .276.3.288.288 0 0 0 .3-.274c0-.31-.207-.391-.47-.546a3.312 3.312 0 0 1-.715-.454.89.89 0 0 1-.269-.6c0-.617.38-.938 1.126-.938.822 0 1.139.359 1.139.921v.132h-.852V.9c0-.219-.108-.3-.282-.3a.256.256 0 0 0-.279.266c0 .344.7.489 1.064.815'/%3E%3Cpath data-name='Path 82' d='M3.135 1.671a.846.846 0 0 1 .4.83c0 .587-.363.946-1.172.946s-1.165-.376-1.165-.97v-.223h.891v.277a.264.264 0 0 0 .276.3.289.289 0 0 0 .3-.276c0-.312-.207-.393-.47-.549a3.4 3.4 0 0 1-.728-.461.873.873 0 0 1-.255-.6C1.215.323 1.619 0 2.342 0c.822 0 1.139.328 1.139.926v.128h-.839V.885a.265.265 0 0 0-.3-.3.257.257 0 0 0-.279.268c0 .346.7.492 1.064.819'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	height: 13.23px;
	width: 39.479px
}
.i-vive {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Group 330' xmlns='http://www.w3.org/2000/svg' width='36.466' height='30'%3E%3Cg data-name='Group 332' clip-path='url(%23clip-path)' fill='%23fff'%3E%3Cpath data-name='Path 62' d='M25.446 10.415 19.72.499a1.007 1.007 0 0 0-.872-.5h-1.993a1.008 1.008 0 0 0-.872.5l-5.724 9.912a1.006 1.006 0 0 0 0 1.007l.994 1.723a1.006 1.006 0 0 0 .872.5h11.451a1.006 1.006 0 0 0 .872-.5l1-1.723a1 1 0 0 0 0-1.007m-4.862.957a9.115 9.115 0 0 1-5.46 0 2.059 2.059 0 0 1-1.416-2.369 9.057 9.057 0 0 1 2.738-4.806 2.073 2.073 0 0 1 2.81 0 9.059 9.059 0 0 1 2.739 4.806 2.061 2.061 0 0 1-1.413 2.375'/%3E%3Cpath data-name='Path 63' d='m25.794 23.023-3.457 6.8a.326.326 0 0 1-.292.178h-1.14a.331.331 0 0 1-.292-.178l-3.455-6.8a.379.379 0 0 1 .009-.36l.369-.638a.4.4 0 0 1 .347-.2h.335a.227.227 0 0 1 .206.128l2.9 5.778a.165.165 0 0 0 .294 0l2.9-5.778a.228.228 0 0 1 .208-.128h.333a.4.4 0 0 1 .347.2l.37.64a.372.372 0 0 1 .01.358'/%3E%3Cpath data-name='Path 64' d='m8.677 23.023-3.457 6.8a.327.327 0 0 1-.292.178H3.789a.332.332 0 0 1-.289-.178l-3.458-6.8a.379.379 0 0 1 .008-.36l.37-.639a.4.4 0 0 1 .345-.2H1.1a.227.227 0 0 1 .206.128l2.9 5.778a.165.165 0 0 0 .295 0l2.9-5.778a.228.228 0 0 1 .207-.128h.335a.4.4 0 0 1 .345.2l.371.641a.375.375 0 0 1 .009.358'/%3E%3Cpath data-name='Path 65' d='M13.627 21.923a.331.331 0 0 0-.234-.1h-.517a.4.4 0 0 0-.346.2l-.369.639a.385.385 0 0 0-.05.188v6.817a.331.331 0 0 0 .331.331h.954a.329.329 0 0 0 .328-.328v-7.515a.331.331 0 0 0-.1-.235'/%3E%3Cpath data-name='Path 66' d='M29.649 22.023a.4.4 0 0 1 .346-.2h4.949a.393.393 0 0 1 .339.2l.348.6a.569.569 0 0 1 .076.283v.149a.226.226 0 0 1-.225.225H30.97a.165.165 0 0 0-.165.165v1.565a.164.164 0 0 0 .164.165h3.058a.273.273 0 0 1 .269.272v.9a.273.273 0 0 1-.272.272h-3.056a.164.164 0 0 0-.164.164v1.607a.164.164 0 0 0 .164.165h4.513a.224.224 0 0 1 .225.223v.145a.569.569 0 0 1-.076.284l-.348.6a.392.392 0 0 1-.339.2h-4.949a.4.4 0 0 1-.346-.2l-.344-.594a.565.565 0 0 1-.076-.284v-6.023a.565.565 0 0 1 .076-.283Z'/%3E%3Cpath data-name='Path 67' d='M35.741 21.823h.294v.046h-.118v.292h-.055v-.292h-.121Zm.342 0h.076l.114.265.115-.265h.076v.338h-.055v-.262l-.114.262h-.046l-.112-.262v.262h-.056Z'/%3E%3C/g%3E%3C/svg%3E");
	height: 30px;
	width: 36.466px
}
.margin-bottom-0.h1,
h1.margin-bottom-0 {
	margin-bottom: 0
}
.login {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto;
    gap: 40px;
}
@media only screen and (min-width: 1090px) {
    .login {
        gap: 100px !important;
    }
}
@media only screen and (min-width: 1090px) {
    .login {
        align-items: flex-start !important;
    }
}
@media only screen and (min-width: 1090px) {
    .login__left {
        gap: 40px !important;
    }
}
@media only screen and (min-width: 1090px) {
    .login__left {
        margin: 10px 0 0 0;
    }
}
.login__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}
.login__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    outline: none;
    text-decoration: none;
}
.login__videoTitle {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 24px 0;
}
.login__thumb {
    overflow: hidden;
    border-radius: 15px;
    width: 290px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login__info {
    margin: 10px 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login__info .column {
    margin-right: 2px !important;
}
.login__info .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: white;
}
.login__info .join {
    margin: 0 0 0 auto;
    background: #01b3ef;
    color: white;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    border: none;
}
.login__info .column .country {
    color: #01b3ef;
    margin: 2px 0 0 0;
}
@media only screen and (max-width: 1090px) {
    .login {
        margin: 30px auto 50px auto !important;
    }
}
@media only screen and (max-width: 1090px) {
    .login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 630px) {
    .login__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 630px) {
    .login__video {
        width: 100% !important;
    }
}
@media only screen and (max-width: 630px) {
    .login__thumb {
        width: 100% !important;
        height: auto !important;
    }
}
.base-form form label:not(.search) .error {
	display: block;
    width: 100%;
	padding: .875rem 1.25rem;
	margin-top: 0;
}
@media (max-width: 575.98px) {
    .view_video .big-cta {
		margin: 1.75rem 0;
    }
}
.video-detail .list-of-categories__p {
	color: #c7c7d0;
    text-align: justify;
    font-weight: 400;
}
.button-slider {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999999;
}
@media (max-width: 991.98px) {
	.top-bar__search.search-opened .search-results__content .video-container {
		margin-right: .9375rem;
	}
	.top-bar__search.search-opened .search-results__content .videos__content {
		margin: 0 -.9375rem 0 0;
	}
	.top-bar__search.search-opened .search-results__content .models-container {
		margin-right: .9375rem;
	}
}
.main-slider__slide--text {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767.98px) {
	.main-slider__slide--text {
		position: relative;
		width: 100%;
        padding: 0 5px;
	}
}
.terms-content {
  max-width: 920px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  word-wrap: break-word;
}
.tc-title {
  font-size: 1.9em;
  font-weight: 700;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #444;
}
.tc-subsection {
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid #01b5f0;
  background-color: #1a1a1a;
}
@media (max-width: 768px) {
  .terms-content {
    font-size: 15px;
  }
  .tc-title {
    font-size: 1.6em;
  }
  .tc-subsection {
    padding: 0.8rem 1rem;
  }
}
.top-bar .top-bar__buttons .button.plain:focus-visible,
.top-bar .top-bar__buttons .button.blue:focus-visible {
    outline: 2px solid #F3D235 !important;
    outline-offset: 3px !important;
}
.video-detail__description--container > .comments {
	display: block;
	margin: 0 0 1rem;
	align-self: stretch;
	width: 100%;
}
footer .copyright,
footer > .container > .row {
	display: none;
}
.model-detail__description-rating {
	margin: 12px 0 16px;
	position: relative;
	z-index: 100;
}
@media (max-width: 600px) {
	[data-offcanvas="offcanvas-download"] .off-canvas_content:has(.offcanvas-download--hybrid) .off-canvas_close {
		top: 0.75rem;
		right: 0.75rem;
	}
}
.offcanvas-download--hybrid h3 {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 0.625rem;
	max-width: 38ch;
}
.offcanvas-download--hybrid {
	display: flex;
	flex-direction: column;
	height: auto;
	flex: 0 1 auto;
	min-height: 0;
}
.offcanvas-download__item--hybrid {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	margin-bottom: 3px;
	flex-shrink: 0;
}
.offcanvas-download__item--hybrid .offcanvas-download__item--card {
	cursor: default;
	padding: 4px 12px 2px;
	gap: 12px;
	justify-content: flex-start;
}
.offcanvas-download__item--hybrid .offcanvas-download__item--card > div:last-child {
	display: none;
}
.offcanvas-download__item--hybrid .offcanvas-download__item--card .logo {
	max-width: 1.625rem;
	flex-shrink: 0;
}
.offcanvas-download__item--hybrid .offcanvas-download__item--card > div:nth-child(2) {
	flex: 1;
	text-align: left;
}
.offcanvas-download__item--active.active {
	background: rgba(1, 181, 240, 0.06);
	border-color: rgba(1, 181, 240, 0.25);
}
.offcanvas-download__item--btns {
	display: flex;
	gap: 8px;
	padding: 4px 12px 6px;
	margin-top: 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.07);
	justify-content: center;
}
.offcanvas-download--hybrid .offcanvas-download__container {
	padding-bottom: 4px;
}
.side-bar__secondary-nav .role-pill__arrow {
	display: inline-block;
	font-size: 11px;
	opacity: 0.85;
	margin-left: 1px;
	flex-shrink: 0;
}
.top-bar__account--dot {
	position: absolute;
	top: 4px;
	left: 22px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #FFB347;
	box-shadow: 0 0 0 2px #0b0b0c, 0 0 8px rgba(255, 179, 71, 0.85);
	animation: sbvr-role-pulse 2s infinite ease-in-out;
}
