html {
	scroll-behavior: smooth
}

.shake3 {
	animation-name: shake3;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
	cursor: pointer;
	position: relative
}

.shake3:hover {
	animation-name: shakeAnim
}

@keyframes shakeAnim {

	0%,
	7% {
		left: 0
	}

	1% {
		left: -3px
	}

	2% {
		left: 5px
	}

	3% {
		left: -8px
	}

	4% {
		left: 8px
	}

	5% {
		left: -5px
	}

	6% {
		left: 3px
	}
}

@keyframes shake3 {
	0% {
		transform: translate(1px, 1px) rotate(0)
	}

	1% {
		transform: translate(-1px, -2px) rotate(-1deg)
	}

	2% {
		transform: translate(-3px, 0) rotate(1deg)
	}

	3% {
		transform: translate(3px, 2px) rotate(0)
	}

	4% {
		transform: translate(1px, -1px) rotate(1deg)
	}

	5% {
		transform: translate(-1px, 2px) rotate(-1deg)
	}

	6% {
		transform: translate(-3px, 1px) rotate(0)
	}

	100%,
	7%,
	8%,
	80%,
	90% {
		transform: translate(0, 0) rotate(0)
	}
}

.shake2 {
	animation: shopifyshake 3s;
	animation-iteration-count: infinite;
}

.textshake {
	display: block;
	font-size: 2em;
	width: 100%;
	-webkit-animation-duration: 1s;
	animation-duration: 0.5s;
}

.fadeInDown.textshake {
	-webkit-animation-duration: 1.6s;
	animation-duration: 0.8s;
}

@keyframes shopifyshake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	1% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	2% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	3% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	4% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	5% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	6% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	7% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	8% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	80% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	90% {
		transform: translate(0px, 0px) rotate(0deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}

.dh {
	font-weight: 300;
	padding-right: 5px
}

.acheterleft {
	background-color: #6BCB4B;
	border: none;
	color: white;
	font-weight: 700;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 30px;
	width: 100%
}

.alert-danger {
	color: red;
}

.error-message {
	color: red;
	font-size: 10pt;
	margin: 5px 0 0;
	display: none
}

.de {
	font-size: 12pt
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical>.btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
	clear: both
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical>.btn-group::before,
.btn-group-vertical>.btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
	content: " ";
	display: table
}
.product-faq { padding: 20px; border-top: 2px solid #eee; }
.faq-item { margin-bottom: 20px; }
.faq-section {
    margin-top: 40px;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
}

.faq-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

.faq-box {
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
}

.faq-question {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.faq-answer {
    font-size: 17px;
    color: #444;
    line-height: 1.6em;
}
.elOrderProductOptinProducts {
	display: flex
}

.elOrderProductOptinProducts {
	padding: 5px;
}

.de-editable {
	cursor: auto !important;
}

.elOrderProductOptinProductName.product-name,
.elOrderProductOptinTableProductName {
	width: 70% !important;
}

.elOrderProductOptinPrice.product-price,
.elOrderProductOptinTablePriceName {
	width: 30% !important;
	text-align: left
}

.elOrderProductOptinLabel {
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: 700
}

.pull-left {
	float: left !important
}

.pull-right {
	float: right !important
}

.elInput {
	text-align: right;
	width: 100%;
	padding: 10px 12px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.elInput:focus {
	border-color: #000;
	outline: none;
}

.default-cf .cc-number,
.default-cf .cc-cvc {
	margin-bottom: 10px !important
}

.funnelish-variants {
	display: grid;
	background: inherit;
	flex: 1 1 100%;
	padding-top: 5px
}

.funnelish-variants>.funnelish-variant {
	display: block;
	background: inherit
}

.funnelish-variants>.funnelish-variant>.variant-header {
	position: relative;
	z-index: 1;
	text-align: center;
	background: inherit;
	margin-bottom: 4px
}

.funnelish-variants>.funnelish-variant>.variant-header>.variant-header-label {
	background: inherit
}

.funnelish-variants>.funnelish-variant>.variant-header:before {
	border-top: 1px solid #b3b3b3;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1
}

input.variant-option-input[type=radio]:checked+label {
	border-color: #161617 !important;
	background: #5c5c5fbf !important;
	color: white
}

label.variant-option.disabled {
	cursor: not-allowed
}

label.variant-option {
	font-family: inherit;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	position: relative;
	display: block;
	float: left;
	line-height: 1;
	cursor: pointer;
	padding: 9px 11px;
	margin: 3px 9px 7px 3px;
	font-size: .76471em;
	background-color: #fff;
	border: 1px solid #fff;
	border-color: #acabad;
	color: #221f27;
	border-radius: 3px
}

.quantity {
	position: relative;
	right: 5px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.quantity input {
	width: 52px;
	height: 30px;
	line-height: unset;
	float: left;
	display: block;
	padding: 0;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-right: 20px;
	border: 1px solid #aaa
}

.quantity input:focus {
	outline: 0
}

.quantity-nav {
	float: left;
	position: relative;
	height: 30px
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #aaa;
	width: 20px;
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: normal;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #aaa
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: 0;
	height: 50%
}

.content-box {
	margin-top: 0;
	box-shadow: 0 0 0 1px #d9d9d9;
	border-radius: 4px;
	background: #fff;
	color: #737373
}

.field {
	width: 100%
}

.field--quarter {
	width: 50%
}

.field__label {
	width: 100%
}

.radio-wrapper,
.checkbox-wrapper {
	display: table;
	box-sizing: border-box;
	width: 100%
}

.radio__input,
.checkbox__input {
	padding-left: .75em;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	position: relative
}

.radio__label,
.checkbox__label {
	display: table-cell;
	width: 100%
}

.radio__label,
.checkbox__label {
	cursor: pointer;
	vertical-align: middle
}

.content-box__row:first-child {
	border-top: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.content-box__row:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

.radio-wrapper,
.checkbox-wrapper {
	zoom: 1
}

.radio__input,
.checkbox__input {
	padding-left: .75em;
	white-space: nowrap
}

.input-checkbox:checked,
.input-radio:checked {
	border: 0;
	box-shadow: 0 0 0 10px #f4743c inset
}

.content-box .input-checkbox,
.content-box .input-radio {
	border-color: #d9d9d9;
	margin: auto
}

.main .input-checkbox,
.main .input-radio {
	border-color: #d9d9d9
}

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

.input-radio {
	border-radius: 50%
}

.input-checkbox,
.input-radio {
	width: 18px;
	height: 18px;
	box-shadow: 0 0 0 0 #f4743c inset;
	transition: all .2s ease-in-out;
	position: relative;
	cursor: pointer;
	vertical-align: -4px;
	outline: 0;
	border: 1px solid
}

.input-radio {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	background: transparent;
	line-height: normal
}

.radio__label,
.checkbox__label {
	display: table-cell;
	width: 100%;
	cursor: pointer;
	vertical-align: middle
}

.radio__label__primary {
	display: table-cell;
	width: 100%;
	vertical-align: top
}

.radio__label,
.checkbox__label {
	cursor: pointer;
	vertical-align: middle
}

.radio__label__accessory {
	display: flex;
	padding-left: .75em;
	white-space: nowrap;
	text-align: right
}

.radio__label__accessory ul {
	margin: 0
}

.radio__label,
.checkbox__label {
	cursor: pointer;
	vertical-align: middle
}

.content-box__emphasis {
	font-weight: 500;
	color: #4d4d4d;
	display: flex;
	align-items: center;
	margin: 0
}

.radio__label__accessory .payment-icon {
	margin: -2px 2px -6px
}

.payment-icon--albaridbank {
	background-image: url(https://aloeverabeauty.ma/images/al-barid-bank.webp), none
}

.payment-icon--cashplus {
	background-image: url(https://aloeverabeauty.ma/images/cashplus.webp), none
}

.payment-icon--visa {
	background-image: url(https://aloeverabeauty.ma/images/visa.webp), none
}

.payment-icon {
	display: inline-block;
	width: 38px;
	height: 24px;
	transition: opacity .5s cubic-bezier(0.3, 0, 0, 1);
	-webkit-backface-visibility: hidden
}

.payment-icon-cash {
	display: inline-block;
	width: 83px;
	height: 24px;
	transition: opacity .5s cubic-bezier(0.3, 0, 0, 1);
	-webkit-backface-visibility: hidden
}

.payment-icon--master {
	background-image: url(https://aloeverabeauty.ma/images/master.webp), none
}

.payment-icon--american-express {
	background-image: url(https://aloeverabeauty.ma/images/american_express.webp), none
}

.payment-icon--discover {
	background-image: url(https://aloeverabeauty.ma/images/discover.png), none
}

.radio-wrapper,
.checkbox-wrapper {
	zoom: 1
}

.content-box__row--secondary {
	background-color: #fafafa
}

.radio__label__primary {
	display: table-cell;
	width: 100%
}

.content-box:first-child,
.content-box-spacing:first-child {
	margin-top: 10px
}

.content-box,
.content-box-spacing {
	margin-top: 1em
}

.content-box {
	box-shadow: 0 0 0 1px #d9d9d9;
	border-radius: 6px;
	background: #fff;
	color: #737373
}

.fpay-ideal-container.StripeElement {
	padding: 0 !important;
	height: auto !important
}

.offsite-payment-gateway-logo {
	height: 24px;
	display: block;
	margin-top: -2px
}

.cc-cvc {
	margin-bottom: 0 !important
}

.cc-expirey-month {
	margin-right: 5px !important
}

.card-fields-x .elInput {
	margin-top: 0 !important
}

.blank-slate__icon {
	margin-bottom: 1em
}

.icon--offsite {
	width: 70px;
	height: 40px;
	background-image: url(//images.clickfunnels.com/38/7036b07f0d11e7a825dfc644ace398/offsite-img.png), none
}

.icon {
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain
}

@media(min-width:750px) {
	.blank-slate {
		padding-left: 4.5em;
		padding-right: 4.5em
	}
}

.blank-slate {
	padding: 1.5em;
	text-align: center
}

.content-box .elCreditCardForm input {
	margin: 0 0 10px
}

#tb_cashplus_email {
	border-color: transparent;
	border-radius: 10px;
	font-weight: bold;
	color: #66686f;
	font-size: 15px;
	padding: 2px 10px
}

#tb_cashplus_email:hover {
	border-color: #b2b2c5 !important;
	border-width: 2px !important;
	border-style: solid !important
}

#tb_cashplus_email:focus {
	border-color: #b2b2c5 !important;
	border-width: 2px !important;
	border-style: solid !important
}

.fancify-cc-box {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-family: monospace;
	width: 100%
}

.dropdownCont:before {
	top: -11px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid rgba(57, 70, 78, 0.15);
	border-style: none double solid
}

div.dropdownCont .dcWrapper:after,
div.dropdownCont .dcWrapper:before {
	display: block;
	position: absolute;
	right: 10px;
	vertical-align: middle;
	content: "";
	width: 0;
	height: 0
}

div.dropdownCont .dcWrapper:after,
div.dropdownCont .dcWrapper:before {
	display: block;
	position: absolute;
	right: 10px;
	vertical-align: middle;
	content: "";
	width: 0;
	height: 0
}

div.dropdownCont .dcWrapper:after,
div.dropdownCont .dcWrapper:before {
	display: block;
	position: absolute;
	right: 10px;
	vertical-align: middle;
	content: "";
	width: 0;
	height: 0
}

div.dropdownCont .dcWrapper:after {
	top: -10px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	border-style: none double solid
}

div.dropdownCont .dcWrapper:after,
div.dropdownCont .dcWrapper:before {
	display: block;
	position: absolute;
	right: 10px;
	vertical-align: middle;
	content: "";
	width: 0;
	height: 0
}

button.so-btnX-hover {
	background: whitesmoke;
	border-left: 1px dashed silver
}

.so-btnX {
	position: absolute;
	top: 0;
	right: 0;
	outline: 0;
	background: white;
	color: #8e8f96;
	cursor: pointer;
	height: calc(100% - 4px);
	margin: 2px 2px;
	border: 0;
	vertical-align: middle
}

.btnw input[type=radio]~i.fa.fa-circle-o {
	color: #c8c8c8;
	display: inline;
	text-shadow: 0 0 1px black;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	flex: 0 1 20px
}

.btnw input[type=radio]~i.fa.fa-dot-circle-o {
	display: none;
	text-shadow: 0 0 1px black;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	flex: 0 1 20px
}

.btnw input[type=radio]:checked~i.fa.fa-circle-o {
	display: none
}

.btnw input[type=radio]:checked~i.fa.fa-dot-circle-o {
	color: #7aa3cc;
	display: inline
}

.btnw:hover input[type=radio]~i.fa {
	color: #7aa3cc
}

.btnw input[type=checkbox]~i.fa.fa-square-o {
	color: #c8c8c8;
	display: inline
}

.btnw input[type=checkbox]~i.fa.fa-check-square-o {
	display: none
}

.btnw input[type=checkbox]:checked~i.fa.fa-square-o {
	display: none
}

.btnw input[type=checkbox]:checked~i.fa.fa-check-square-o {
	color: #7aa3cc;
	display: inline
}

.btnw:hover input[type=checkbox]~i.fa {
	color: #7aa3cc
}

.btnw-highlight {
	border: 1px solid #d6cf30 !important;
	box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.12) !important;
	margin: 0 0 !important;
	background: yellow !important;
	border-radius: 1px !important;
	padding: 20px 20px !important;
	width: 103% !important;
	margin-left: -5px !important
}

.btnw {
	overflow: hidden;
	word-wrap: break-word;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
	color: #605f69;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: white;
	border-radius: 5px;
	border: 1px solid rgba(138, 138, 144, 0.69);
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	float: none !important;
	flex-direction: row
}

.btnw>label {
	cursor: pointer;
	width: min-content;
	word-break: break-word;
	white-space: normal;
	font-weight: bold;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	margin: auto 5px auto 8px
}

.btnw .elOrderProductOptinPrice {
	font-size: 13px !important;
	margin-right: 5px !important;
	padding-left: 0 !important;
	padding-right: 5px !important;
	margin-top: auto !important;
	margin-bottom: auto !important;
	font-weight: bold !important;
	flex: 0 1 20%;
	justify-content: flex-end;
	float: none !important;
	white-space: normal;
	word-break: normal
}

@media only screen and (max-width:770px) and (min-width:0) {
	.btnw .elOrderProductOptinPrice {
		font-size: 12px !important;
		margin-right: 10px !important;
		padding-left: 5px !important
	}
}

.btnw input[type=radio],
.btnw input[type=checkbox] {
	visibility: hidden;
	display: none
}

.btnw:active,
.btnw.active {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btnw span {
	text-shadow: 0 0 0 #00000021;
	font-size: 12px;
	margin: auto 10px
}

.hot-mark {
	z-index: 2;
	position: absolute;
	top: 6px;
	right: -25px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #ca1515;
	line-height: 18px;
	width: 60px;
	text-align: center;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.hot-mark-top {
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	background: #f40a0a;
	font-size: 14px;
	display: block;
	width: fit-content;
	margin: 0;
	padding: 1px 12px;
	border-radius: 2px
}

.proofy.default {
	display: flex;
	flex-direction: row;
	width: 350px;
	min-width: 320px;
	min-height: 65px;
	height: 62px;
	background: white;
	color: #3c3d44;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15), 0 8px 30px rgba(0, 0, 0, 0.1);
	position: relative
}

.proofy.default.dark {
	background: #3c3d44;
	color: white
}

.proofy.default.pink {
	background: pink;
	color: deeppink
}

.proofy.default.pink .time {
	color: #ff38a4
}

.proofy.default.square {
	border-radius: 5px
}

.proofy.default.square .avatar {
	border-radius: 5px
}

.proofy.default .verified-by {
	margin-left: auto;
	width: auto;
	font-size: 11px;
	display: flex;
	align-items: center
}

.proofy.default .verified-by a {
	margin-left: 4px;
	font-weight: 600;
	cursor: pointer
}

.proofy.default .verified-by svg {
	display: flex;
	margin: 0 3px 0 0
}

.proofy.default .time {
	color: #999;
	font-size: 11px;
	font-family: "Lato", helvetica, arial, sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.proofy.default .image {
	display: flex;
	position: relative;
	height: 100%
}

.proofy.default .avatar {
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
	height: 100%
}

.proofy.default .default-message span {
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	height: 100%
}

.proofy.default .default-message {
	line-height: 16px;
	padding: 1px 3px;
	max-width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%
}

.proofy-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(153, 204, 51, 0.9);
	display: block;
	z-index: 777
}

.proofy-overlay .proofy-wrapper {
	z-index: 9999
}

.proofy.awesome {
	width: 300px;
	min-height: 65px;
	background: #f3f3f3;
	color: #222;
	margin: 15px;
	padding: 5px 5px 5px 70px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 1px 1px 1px #000
}

.proofy.awesome .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	background: #000;
	margin-top: -25px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 22px
}

.proofy.awesome p {
	padding: 0;
	margin: 0
}

.proofy.awesome p span {
	font-weight: 300
}

.proofy.awesome p span.light {
	font-size: 13px;
	display: block;
	color: #777
}

.proofy.awesome.ok p.bold {
	color: #178b13
}

.proofy.awesome.ok .icon {
	background-color: #178b13;
	color: #fff
}

.proofy.awesome.error p.bold {
	color: #d82222
}

.proofy.awesome.error .icon {
	background-color: #d82222;
	color: #fff
}

.proofy.awesome.warning p.bold {
	color: #9f6000
}

.proofy.awesome.warning .icon {
	background-color: #9f6000;
	color: #fff
}

.proofy.awesome.yellow p.bold {
	color: #cfa846
}

.proofy.awesome.yellow .icon {
	background-color: #cfa846;
	color: #fff
}

.proofy.awesome.blue p.bold {
	color: #2980b9
}

.proofy.awesome.blue .icon {
	background-color: #2980b9;
	color: #fff
}

.proofy.awesome.green p.bold {
	color: #27ae60
}

.proofy.awesome.green .icon {
	background-color: #27ae60;
	color: #fff
}

.proofy.awesome.purple p.bold {
	color: #5b54aa
}

.proofy.awesome.purple .icon {
	background-color: #5b54aa;
	color: #fff
}

.proofy.colorful {
	width: 300px;
	min-height: 45px;
	overflow: hidden;
	background-color: transparent;
	z-index: 1
}

.proofy.colorful .colorful-inner {
	width: 100%;
	min-height: 45px;
	display: block;
	position: relative;
	background-color: #484860;
	padding: 15px 25px 15px 15px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px
}

.proofy.colorful .proofy-close {
	color: #fff;
	z-index: 2;
	top: 8px;
	right: 8px;
	text-align: center;
	line-height: 18px
}

.proofy-wrapper.center .proofy.colorful {
	margin: 0 auto
}

.proofy.default .default-spinner {
	width: 45px;
	min-height: 45px;
	display: block;
	float: left;
	position: relative
}

.proofy.default .default-spinner span {
	width: 18px;
	height: 18px;
	background: #27ae60;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -9px
}

.proofy-close,
.proofy-sticky {
	height: 20px;
	top: 2px;
	cursor: pointer
}

.proofy-wrapper * {
	box-sizing: border-box
}

.proofy-wrapper {
	position: fixed;
	z-index: 9999;
	margin: 30px
}

.proofy-wrapper.top {
	top: 0;
	bottom: auto
}

.proofy-wrapper.bottom {
	bottom: 0;
	top: auto
}

.proofy-wrapper.left {
	left: 0
}

.proofy-wrapper.right {
	right: 0;
	left: auto
}

.proofy-wrapper.center {
	width: 50%;
	height: 50%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.proofy {
	width: 200px;
	background: rgba(0, 0, 0, 0.7);
	padding: 3px;
	color: #fff;
	border-radius: 4px;
	display: none;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	text-align: left;
	min-height: 50px;
	margin: 10px
}

.proofy-close,
.proofy-sticky {
	width: 20px;
	display: block;
	position: absolute
}

.proofy-close {
	right: 2px
}

.proofy-close:before {
	content: "x";
	color: #fff;
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-size: 18px
}

.proofy-sticky {
	right: 20px
}

.proofy-sticky:before {
	content: "●";
	color: #fff;
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-size: 18px
}

.proofy-sticky.sticky:before {
	color: #27ae60
}

.proofy.tumblr {
	width: 300px;
	min-height: 45px;
	overflow: hidden;
	background-color: #fff;
	color: #444;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	z-index: 1
}

.proofy.tumblr .title {
	position: relative;
	font-size: 15px;
	line-height: 15px;
	height: 28px;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 700;
	z-index: 1
}

.proofy.tumblr .content {
	padding: 5px
}

.proofy.tumblr .image {
	float: left
}

.proofy.tumblr .proofy-close {
	z-index: 2
}

.proofy.tumblr .proofy-close:before {
	color: #000
}

.proofy.user {
	width: 300px;
	min-height: 100px;
	background: #f3f3f3;
	color: #222;
	margin: 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	box-shadow: 1px 1px 1px #000;
	border-radius: 0;
	padding: 0
}

.proofy.user .icon {
	width: 100px;
	height: 100px;
	position: relative;
	background: #000;
	float: left
}

.proofy.user img {
	max-width: 100%
}

.proofy.user .info {
	padding-left: 110px;
	padding-top: 10px
}

.proofy.user b {
	display: block;
	font-size: 16px
}

.proofy.user.blue {
	background: #2773ed;
	color: #fff
}

.proofy.user.yellow {
	background: #f4b300;
	color: #fff
}

.proofy.user.green {
	background: #78ba00;
	color: #fff
}

.loader {
	position: relative;
	left: 50%;
	top: 50%;
	height: 10vw;
	width: 10vw;
	margin: -5vw 0 0 -5vw;
	border: 3px solid transparent;
	border-top-color: #3498db;
	border-bottom-color: #3498db;
	border-radius: 50%;
	z-index: 2;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.loader:before {
	content: "";
	position: absolute;
	top: 2%;
	bottom: 2%;
	left: 2%;
	right: 2%;
	border: 3px solid transparent;
	z-index: 2;
	border-top-color: #db213a;
	border-radius: 50%;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	-o-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}

.loader:after {
	content: "";
	position: absolute;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	border: 3px solid transparent;
	border-top-color: #dec52d;
	z-index: 2;
	border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
	0 {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	0 {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes spin {
	0 {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0 {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.loader-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f1f1f18c;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.checkmark {
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0 0 0 #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.variant-option.checked .checkmark,
input.variant-option-input[type=radio]:checked+label .checkmark {
	display: block;
	float: left;
	top: -10px;
	left: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 50
}

.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke .3s cubic-bezier(0.65, 0, 0.45, 1) .8s forwards
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes scale {

	0,
	100% {
		transform: none
	}

	50% {
		transform: scale3d(1.1, 1.1, 1)
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0 0 0 30px #7ac142
	}
}

.fpay-box {
	position: relative
}

.fpay-box .submit-btn-txt {
	font-weight: bold
}

.fpay-box>span.test-mode {
	display: block;
	position: absolute;
	z-index: 2;
	border-radius: 20px;
	background: #f1efa9;
	color: #444;
	padding: 2px 10px;
	top: 10px;
	right: 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.fpay-box .content-box__row {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	zoom: 1;
	min-height: 50px;
	position: relative;
	border-top: 1px solid #d9d9d9
}

.fpay-box .content-box__row:first-child {
	border-top: none !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.fpay-box .cc-container {
	display: flex;
	padding: 20px;
	flex: 1;
	flex-direction: column
}

.fpay-box .select-bank {
	display: block;
	text-align: center;
	margin-bottom: 5px
}

.fpay-box input[type=radio]:focus,
.fpay-box input[type=checkbox]:focus {
	outline: 0
}

.fpay-box.dark {
	background: #444;
	color: #e2e2e2
}

.fpay-box.dark .payment-method.header {
	background: #525252
}

.fpay-box.dark .payment-method.header .input-container .input-radio {
	border-color: #3c3c3c
}

.fpay-box.dark .content-box__row {
	border-top: 1px solid #444
}

.fpay-box.dark .content-box__row--secondary {
	background: #444
}

.fpay-box.dark .StripeElement {
	background: #525252;
	box-shadow: none;
	border: 0
}

.fpay-box.dark .StripeElement.focused {
	background-color: white;
	box-shadow: 0 0 0 1px #383636, 0 2px 3px 2px rgba(56, 54, 54, 0.6), inset 0 0 1px 0 #292828
}

.fpay-box.dark .StripeElement.invalid {
	border-color: #c22;
	background: white;
	box-shadow: 0 0 1px 2px #c22, 0 0 2px 1px rgba(179, 23, 23, 0.6)
}

.fpay-box.dark .StripeElement.StripeElement--webkit-autofill {
	color: #e39f48;
	background-color: #fefde5 !important
}

.fpay-box .payment-method.header {
	width: 100%;
	height: 100%;
	max-height: 50px;
	cursor: pointer;
	margin: 0;
	display: flex;
	font-size: 12pt
}

.fpay-box .payment-method.header .input-container {
	height: auto;
	width: 40px;
	flex-grow: 0;
	display: flex;
	position: relative
}

.fpay-box .payment-method.header .input-container .input-radio {
	border-color: #d9d9d9;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.fpay-box .payment-method.header .radio__label__primary {
	height: auto;
	flex-grow: 1000;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px
}

.fpay-box .payment-method.header .radio__label__primary .offsite-payment-gateway-logo {
	height: 24px;
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0 !important
}

.fpay-box .payment-method.header .accessory {
	height: 100%;
	width: auto;
	flex-grow: 0;
	display: inline-block;
	background-color: blue
}

.fpay-box .payment-method.header .accessory ul.card-icons {
	margin: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	width: auto;
	padding: 0;
	display: flex
}

.fpay-box .payment-method.header .accessory ul.card-icons>svg {
	width: 36px;
	padding: 0;
	margin: 0 8px 0 0
}

.fpay-box #mm_yy_container>.__PrivateStripeElement {
	width: 100%
}

.fpay-box .StripeElement {
	box-sizing: border-box;
	height: 46px;
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 3px;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	margin: 4px 0 10px
}

.fpay-box .StripeElement.focused {
	background-color: white;
	box-shadow: 0 0 0 1px #383636, 0 2px 3px 2px #38363699, inset 0 0 1px 0 #292828
}

.fpay-box .StripeElement.invalid {
	color: #b71819;
	border-color: #c22;
	background: white;
	box-shadow: 0 0 1px 2px #c22, 0 0 2px 1px rgba(179, 23, 23, 0.6)
}

.fpay-box .StripeElement--webkit-autofill {
	color: #e39f48;
	background-color: #fefde5 !important
}

#fnsh-card-errors {
	padding: 10px;
	border-radius: 4px;
	margin-top: 8px;
	background: #ff828280;
	color: #982b2b
}

.fnsh-smart-currency {
	margin-right: 6px;
	margin-left: -6px
}

.fnsh-smart-currency.floating {
	display: block;
	position: fixed;
	bottom: 10px;
	left: 20px;
	margin-bottom: 0;
	background: white;
	padding: 3px 15px;
	border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25)
}

.fnsh-smart-currency.floating span.label {
	font-size: 12px;
	font-weight: 600;
	color: grey
}

.fnsh-smart-currency.floating select {
	width: 70px;
	height: 30px;
	border: 1px solid silver;
	background: white
}

.btnw td.elOrderProductOptinTableProductName {
	display: flex;
	padding: 0;
	white-space: normal
}

.btnw td.elOrderProductOptinTableProductName label {
	margin: auto 3px;
	display: inline-flex
}

.elOrderProductOptinProducts {
	display: flex
}

label.btnw.bumpTitle {
	padding: 5px !important;
	cursor: pointer !important;
	color: inherit;
	background: inherit;
	border: inherit;
	display: flex !important;
	flex-flow: row;
	align-items: flex-start
}

label.btnw.bumpTitle>img {
	margin: auto 0
}

label.btnw.bumpTitle>i.fa {
	margin: auto 0
}

label.btnw.bumpTitle>b {
	margin: auto 8px
}

.spangras p {
	padding-bottom: 20px
}

.navbar-cell-left {
	padding-top: 15px
}

.modep {
	max-height: 60px;
	max-width: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.react-stars-1:before,
.react-stars-2:before,
.react-stars-3:before {
	position: absolute;
	z-index: 1;
	content: attr(data-forhalf);
	top: 0;
	right: 0
}

address,
blockquote,
dd,
ol ol,
ol ul,
pre,
ul ol,
ul ul {
	margin-bottom: 0
}

img,
svg {
	vertical-align: middle
}

body,
caption {
	color: #2f2f31;
	text-align: right
}

pre,
textarea {
	overflow: auto
}

img,
legend {
	max-width: 100%
}

address,
legend {
	line-height: inherit
}

progress,
sub,
sup {
	vertical-align: baseline
}

hr,
pre {
	margin-top: 0
}

address,
blockquote cite {
	font-style: normal
}

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

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

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

.image {
	text-align: center
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

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

body {
	margin: 0;
	font-family: Tajawal, sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	background-color: #fff;
	overflow-x: hidden
}

.partagebg {
	background-color: #689609
}

.money,
.yellow,
dt,
strong {
	font-weight: 700
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

.iframe-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.txtbottom {
	font-size: .74em;
}

.spangras {
	font-size: 20pt;
	color: #171724
}

.tagged_as {
	display: none;
	visibility: hidden
}

.yellow {
	color: #feb801;
	margin-left: 5px;
	display: inline-block
}
.yellowsize {
	font-size: 28pt;
}

.stats {
	font-size: 12pt;
	padding: 4px
}

.green,
.money {
	color: #04ad5b;
	text-align: start
}

.font-weight-semi-bold {
	font-size: 1.5rem
}

.font-h1-bold {
	font-size: 2rem;
	font-weight: 700
}

.container7 {
	background-color: #fbf8f5;
	padding: 10px 0 5px 30px;
	border-radius: 3px
}

.money {
	font-size: 2rem
}

.si3a {
	font-size: 1.6rem
}

.react-stars-1,
.react-stars-2,
.react-stars-3,
.react-style {
	position: relative;
	cursor: default;
	float: left;
	font-size: 20px
}

.btfr {
	width: 250px;
	margin-left: auto;
	margin-right: auto
}

.btfrcall {
	width: 250px;
	background-color: #fcb900;
	padding: 6px;
	border-radius: 15px;
	margin-bottom: 10px
}

.greenleft {
	margin-right: 25px
}

.react-stars-1,
.react-stars-2,
.react-stars-3 {
	overflow: hidden;
	display: block;
	color: #1c1a1a
}

.react-stars-1:before,
.react-stars-2:before,
.react-stars-3:before,
.react-style {
	overflow: hidden;
	display: block;
	color: #feb801
}

.react-stars-1:before {
	width: 95%
}

.react-stars-2:before {
	width: 65%
}

.react-stars-3:before {
	width: 35%
}

.date-post {
	cursor: pointer;
	font-size: 12pt;
	display: inline
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

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

.react-stars {
	align-items: flex-end;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 3px;
	position: unset
}

.rating-detail-panie {
	cursor: pointer;
	font-size: 10pt;
	display: inline;
	padding-right: 10px
}

.btn7,
.inputt[type=text] {
	padding: 12px
}

.rating {
	align-items: center;
	display: flex;
	margin-top: 1px
}

ul.a {
	list-style-type: square
}

.btn7 {
	background-color: #45a049;
	color: #fff;
	margin: 10px 0;
	border: none;
	width: 95%;
	border-radius: 25px;
	font-size: 17pt
}

.row7 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 16px;
	width: 100%
}

.list-inline-item,
img,
label,
output {
	display: inline-block
}

.blockquote,
.hr {
	margin-bottom: 1rem
}

.inputt[type=text] {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: calc(100% - 24px) center
}

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

.sommaire {
	background-color: #f3f3f4;
	padding: 5px 15px;
	margin: 40px auto;
	border-radius: 5px;
}

.sommaire a {
	color: #333333;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.sommaire a:hover {
	color: #F44336;
	padding-left: 10px;
}

.summary {
	background-color: #FFF;
	padding: 10px;
	border-radius: 25px;
	width: 95%;
	font-size: 14pt;
	margin: 25px
}

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

dd {
	margin-left: 0
}

.font-weight-medium,
b,
strong {
	font-weight: 500
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #689609;
	background-color: transparent;
	transition: color .2s
}

a:hover {
	color: #be3b02
}

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

:focus,
a:not([href]):not([tabindex]):focus,
button:focus {
	outline: 0
}

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

.collapsing,
.text-truncate,
svg {
	overflow: hidden
}

img {
	border-style: none;
	height: auto
}

img {
	border: 7px solid #F3F5FE;
	height: auto;
	border-radius: 50% 20% / 10% 40%;
}

table {
	border-collapse: collapse
}

caption {
	padding-top: 19px 20px;
	padding-bottom: 19px 20px;
	caption-side: bottom
}

th {
	text-align: inherit
}

button {
	border-radius: 0
}

button:focus {
	outline: -webkit-focus-ring-color auto 5px
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	resize: vertical
}

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

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

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

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

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

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

.display-1,
.display-2,
.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2
}

summary {
	display: list-item
}

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

.d-none,
[hidden] {
	display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.2;
	color: #171724
}

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

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

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

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

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-bottom: 0;
	border: 0;
	border-top: 2px solid #f4eae1
}

.small,
small {
	font-size: 81%
}

.mark,
mark {
	padding: 0 .1em;
	background-color: #689609
}

.text-hide,
button {
	background-color: transparent
}

.mark2 {
	display: block;
	text-align: center
}

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

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

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

.blockquote {
	font-size: 1.32813rem
}

.blockquote-footer {
	display: block;
	font-size: 81%;
	color: #5d5d66
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

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

.fade {
	transition: opacity .15s linear
}

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

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

	.collapsing,
	.fade {
		transition: none
	}
}

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

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

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

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

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

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

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

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

.text-lowercase {
	text-transform: lowercase !important
}

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

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

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

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

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

.font-weight-bold {
	font-weight: 700 !important
}

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

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

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

.text-primary {
	color: #689609 !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #be3b02 !important
}

.text-600,
.text-body,
.text-muted,
.text-secondary {
	color: #5d5d66 !important
}

a.text-600:focus,
a.text-600:hover,
a.text-secondary:focus,
a.text-secondary:hover {
	color: #39393e !important
}

.alert-success {
	color: #28a745 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c !important
}

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

a.text-info:focus,
a.text-info:hover {
	color: #0f6674 !important
}

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

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00 !important
}

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

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a !important
}

.text-200,
.text-light {
	color: #fbf8f5 !important
}

a.text-200:focus,
a.text-200:hover,
a.text-light:focus,
a.text-light:hover {
	color: #e5d2be !important
}

.text-900,
.text-dark {
	color: #171724 !important
}

a.text-900:focus,
a.text-900:hover,
a.text-dark:focus,
a.text-dark:hover {
	color: #000 !important
}

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

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

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

.h1,
.h2,
h1,
h2 {
	line-height: 1.2;
}

.big,
.h3,
.h4,
.h5,
h3,
h4,
h5 {
	font-weight: 400
}

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

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

.text-reset {
	color: inherit !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

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

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

.d-flex {
	display: flex !important
}

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

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

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

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

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

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

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

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

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

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

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

.clearfix::after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
	margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
	padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
	margin: auto !important
}

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

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
	margin: 0
}

@media (min-width:480px) {
	.text-xs-left {
		text-align: left !important
	}

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

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

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

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

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

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

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

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

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

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

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

	.float-xs-left {
		float: left !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-xs-n1 {
		margin: -.25rem !important
	}

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

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

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

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

	.m-xs-n2 {
		margin: -.5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
	border: 0 !important
}

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

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

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

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

.border-primary {
	border-color: #689609 !important
}

.border-secondary {
	border-color: #5d5d66 !important
}

.border-success {
	border-color: #28a745 !important
}

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

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

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

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

.border-dark {
	border-color: #171724 !important
}

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

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

.rounded-right,
.rounded-top {
	border-top-right-radius: .375rem !important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: .375rem !important
}

.rounded-left,
.rounded-top {
	border-top-left-radius: .375rem !important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .375rem !important
}

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

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

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

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

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

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

.embed-responsive,
.page,
.page-bg {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
	width: auto !important
}

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

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

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

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

.h-auto {
	height: auto !important
}

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

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

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

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

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

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

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.filter-shadow {
	filter: drop-shadow(40px 44px 44px rgba(23, 23, 36, .36))
}

.shadow-sm {
	box-shadow: 5px 8px 28px rgba(23, 23, 36, .1) !important
}

.shadow {
	box-shadow: 10px 15px 18px rgba(23, 23, 36, .15) !important
}

.shadow-lg {
	box-shadow: 5px 18px 48px rgba(23, 23, 36, .1) !important
}

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

blockquote,
button,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
	padding: 0;
	margin: 0
}

ul {
	list-style: square;
	margin-right: 10px;
	margin-bottom: 25px;
}

ol {
	list-style: num;
	margin-right: 10px;
	margin-bottom: 25px;
}

blockquote q:after,
blockquote q:before {
	content: none
}

button {
	border: none
}

html {
	font-size: 13px
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.link-inherit,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

.context-dark a:not([class]),
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
.link-inherit:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #689609
}

.h1,
h1 {
	font-size: 28px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	html {
		font-size: 14px
	}

	.h1,
	h1 {
		font-size: 32px
	}
}

.h2,
h2 {
	font-size: 24px
}

@media (min-width:768px) {

	.h2,
	h2 {
		font-size: 26px
	}
}

.h2.mode-1,
h2.mode-1 {
	letter-spacing: 0
}

.h3,
h3 {
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 0
}

@media (min-width:768px) {

	.h3,
	h3 {
		font-size: 24px
	}
}

.h4,
h4 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0
}

@media (min-width:768px) {

	.h4,
	h4 {
		font-size: 21px
	}
}

.h5,
h5 {
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: 0
}

.h6,
h6 {
	font-size: 18px;
	line-height: 1.52
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-lg-n1 {
		margin: -.25rem !important
	}

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

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

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

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

	.m-lg-n2 {
		margin: -.5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.h1,
	h1 {
		font-size: 46px
	}

	.h2,
	h2 {
		font-size: 36px
	}

	.h3,
	h3 {
		font-size: 30px
	}

	.h4,
	h4 {
		font-size: 26px
	}

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

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

.context-dark,
.context-dark .h1,
.context-dark .h2,
.context-dark .h3,
.context-dark .h4,
.context-dark .h5,
.context-dark .h6,
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4,
.context-dark h5,
.context-dark h6,
.mark,
mark {
	color: #fff
}

u {
	border-bottom: 2px solid #689609
}

.big {
	font-size: 1.125rem
}

.context-dark a:not([class]):hover {
	color: #d74303
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6,
*+p,
.breadcrumb+h4,
.offset-xxs,
h1+h5,
h1+p,
h2+h3,
h2+p,
h3+p,
h4+p,
h2+ol,
h2+ul,
h3+ol,
h3+ul {
	margin-top: 1.25rem
}

h1+h6 {
	margin-top: 10px
}

*+figure,
*+form,
*+img,
.breadcrumb+h1,
.offset-lg,
.offset-md,
.offset-sm,
.offset-xl,
.offset-xs,
.offset-xxl,
h1+img {
	margin-top: 1.875rem
}

h5+p,
h6+h2,
h6+p {
	margin-top: .9375rem
}

h6+h1 {
	margin-top: 2.1875rem
}

h2+img {
	margin-top: 1.5625rem
}

h4+ul {
	margin-top: 20px
}

label+* {
	margin-top: 2px
}

img+p {
	margin-top: 31px
}

dl+dl {
	margin-top: 8px
}

*+address,
.form-group+.btn-block {
	margin-top: 16px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.border-sm-left {
		border-left: 1px solid #f4eae1 !important
	}

	.border-sm-right {
		border-right: 1px solid #f4eae1 !important
	}

	.border-sm-bottom {
		border-bottom: 1px solid #f4eae1 !important
	}

	.offset-lg,
	.offset-md,
	.offset-sm,
	.offset-xl,
	.offset-xxl {
		margin-top: 2.5rem
	}
}

@media (min-width:768px) {

	.offset-md,
	html * .offset-md,
	html h2+.offset-md {
		margin-top: 3.125rem
	}

	.offset-lg {
		margin-top: 3.4375rem
	}

	.offset-xl,
	.offset-xxl {
		margin-top: 4.0625rem
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}

	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}

	.border-xl-top {
		border-top: 1px solid #f4eae1 !important
	}

	.border-xl-left {
		border-left: 1px solid #f4eae1 !important
	}

	.border-xl-right {
		border-right: 1px solid #f4eae1 !important
	}

	.border-xl-bottom {
		border-bottom: 1px solid #f4eae1 !important
	}

	html {
		font-size: 16px
	}

	.lead {
		font-size: 21px
	}

	.offset-lg {
		margin-top: 4.375rem
	}

	.offset-xl,
	.offset-xxl {
		margin-top: 5.3125rem
	}
}

@media (min-width:1600px) {
	.text-xxl-left {
		text-align: left !important
	}

	.text-xxl-right {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}

	.d-xxl-none {
		display: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.float-xxl-left {
		float: left !important
	}

	.float-xxl-right {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important
	}

	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important
	}

	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important
	}

	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: .25rem !important
	}

	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: .25rem !important
	}

	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: .5rem !important
	}

	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: .5rem !important
	}

	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important
	}

	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important
	}

	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem !important
	}

	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem !important
	}

	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important
	}

	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important
	}

	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important
	}

	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem !important
	}

	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: .25rem !important
	}

	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: .25rem !important
	}

	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem !important
	}

	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: .5rem !important
	}

	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: .5rem !important
	}

	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important
	}

	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important
	}

	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem !important
	}

	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem !important
	}

	.m-xxl-n1 {
		margin: -.25rem !important
	}

	.mt-xxl-n1,
	.my-xxl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xxl-n1,
	.mx-xxl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xxl-n1,
	.my-xxl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xxl-n1,
	.mx-xxl-n1 {
		margin-left: -.25rem !important
	}

	.m-xxl-n2 {
		margin: -.5rem !important
	}

	.mt-xxl-n2,
	.my-xxl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xxl-n2,
	.mx-xxl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xxl-n2,
	.my-xxl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xxl-n2,
	.mx-xxl-n2 {
		margin-left: -.5rem !important
	}

	.m-xxl-n3 {
		margin: -1rem !important
	}

	.mt-xxl-n3,
	.my-xxl-n3 {
		margin-top: -1rem !important
	}

	.mr-xxl-n3,
	.mx-xxl-n3 {
		margin-right: -1rem !important
	}

	.mb-xxl-n3,
	.my-xxl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xxl-n3,
	.mx-xxl-n3 {
		margin-left: -1rem !important
	}

	.m-xxl-n4 {
		margin: -1.5rem !important
	}

	.mt-xxl-n4,
	.my-xxl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xxl-n4,
	.mx-xxl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xxl-n4,
	.my-xxl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xxl-n4,
	.mx-xxl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xxl-n5 {
		margin: -3rem !important
	}

	.mt-xxl-n5,
	.my-xxl-n5 {
		margin-top: -3rem !important
	}

	.mr-xxl-n5,
	.mx-xxl-n5 {
		margin-right: -3rem !important
	}

	.mb-xxl-n5,
	.my-xxl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xxl-n5,
	.mx-xxl-n5 {
		margin-left: -3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important
	}

	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important
	}

	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important
	}

	.border-xxl-top {
		border-top: 1px solid #f4eae1 !important
	}

	.border-xxl-left {
		border-left: 1px solid #f4eae1 !important
	}

	.border-xxl-right {
		border-right: 1px solid #f4eae1 !important
	}

	.border-xxl-bottom {
		border-bottom: 1px solid #f4eae1 !important
	}

	.h1,
	h1 {
		font-size: 4.125rem
	}

	.h2,
	h2 {
		font-size: 3rem
	}

	.h2.mode-1,
	h2.mode-1 {
		font-size: 46px
	}

	.h3,
	h3 {
		font-size: 2.25rem
	}

	.h4,
	h4 {
		font-size: 1.875rem
	}

	.offset-xxl {
		margin-top: 6.25rem
	}
}

html .group-5 {
	margin-bottom: -.3125rem;
	margin-left: -.3125rem
}

html .group-10:empty,
html .group-15:empty,
html .group-20:empty,
html .group-30:empty,
html .group-40:empty,
html .group-5:empty {
	margin-bottom: 0;
	margin-left: 0
}

html .group-5>* {
	margin-top: 0;
	margin-bottom: .3125rem;
	margin-left: .3125rem
}

html .group-10 {
	margin-bottom: -.625rem;
	margin-left: -.625rem
}

html .group-10>* {
	margin-top: 0;
	margin-bottom: .625rem;
	margin-left: .625rem
}

html .group-15 {
	margin-bottom: -.9375rem;
	margin-left: -.9375rem
}

html .group-15>* {
	margin-top: 0;
	margin-bottom: .9375rem;
	margin-left: .9375rem
}

html .group-20 {
	margin-bottom: -1.25rem;
	margin-left: -1.25rem
}

html .group-20>* {
	margin-top: 0;
	margin-bottom: 1.25rem;
	margin-left: 1.25rem
}

html .group-30 {
	margin-bottom: -1.875rem;
	margin-left: -1.875rem
}

html .group-30>* {
	margin-top: 0;
	margin-bottom: 1.875rem;
	margin-left: 1.875rem
}

html .group-x-30 {
	margin-left: -1.875rem
}

html .group-x-30>* {
	margin-left: 1.875rem
}

html .group-40 {
	margin-bottom: -2.5rem;
	margin-left: -2.5rem
}

html .group-40>* {
	margin-top: 0;
	margin-bottom: 2.5rem;
	margin-left: 2.5rem
}

html:not(.components-ready) * {
	transition: none
}

.page {
	min-height: 100vh
}

.page-loaded .page {
	opacity: 1
}

html .page {
	transition: opacity .25s
}

html.components-ready .page {
	transition: opacity .25s, padding .2s ease-in-out
}

.page-bg {
	z-index: 0
}

.page-image,
.page-image::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.page-image {
	z-index: -1
}

.page-image>* {
	opacity: .15;
	width: 100%
}

.page-image::after {
	content: '';
	bottom: 0;
	background-image: linear-gradient(180deg, transparent 0, #fff 100%)
}

.bg-primary .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #689609 100%)
}

.bg-600 .page-image::after,
.bg-secondary .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #5d5d66 100%)
}

.bg-success .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #28a745 100%)
}

.bg-info .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #17a2b8 100%)
}

.bg-warning .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #ffc107 100%)
}

.bg-danger .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #dc3545 100%)
}

.bg-200 .page-image::after,
.bg-light .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #fbf8f5 100%)
}

.bg-900 .page-image::after,
.bg-dark .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #171724 100%)
}

.bg-100 .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #f7f7f7 100%)
}

.bg-300 .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #f4eae1 100%)
}

.bg-400 .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #aeaeb2 100%)
}

.bg-500 .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #adb5bd 100%)
}

.bg-700 .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #393944 100%)
}

.bg-800 .page-image::after {
	background-image: linear-gradient(180deg, transparent 0, #23232f 100%)
}

.page-loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 17;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 1;
	visibility: visible;
	transition: .3s;
	background: #fff
}

.page-loader-logo {
	display: block;
	margin-top: -10px;
	border: 0
}

.page-loader-container,
.section-layer,
.section-layer .container,
[class*=overlay-danger],
[class*=overlay-danger] .container,
[class*=overlay-dark],
[class*=overlay-dark] .container,
[class*=overlay-info],
[class*=overlay-info] .container,
[class*=overlay-light],
[class*=overlay-light] .container,
[class*=overlay-primary],
[class*=overlay-primary] .container,
[class*=overlay-secondary],
[class*=overlay-secondary] .container,
[class*=overlay-success],
[class*=overlay-success] .container,
[class*=overlay-warning],
[class*=overlay-warning] .container {
	position: relative
}

.page-loader-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 130%;
	height: auto
}

.page-loader-circle {
	fill: transparent;
	stroke: #689609;
	stroke-width: 2px
}

.page-loaded .page-loader {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.bg-primary {
	background-color: #689609
}

.bg-600,
.bg-secondary,
[class*=overlay-secondary]::before {
	background-color: #5d5d66
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #d74303
}

.bg-success,
[class*=overlay-success]::before {
	background-color: #28a745
}

a.bg-600:focus,
a.bg-600:hover,
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-600:focus,
button.bg-600:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #45454b
}

.bg-info,
[class*=overlay-info]::before {
	background-color: #17a2b8
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34
}

.bg-warning,
[class*=overlay-warning]::before {
	background-color: #ffc107
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b
}

.bg-danger,
[class*=overlay-danger]::before {
	background-color: #dc3545
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00
}

.bg2 {
	background-color: #f3f5fe
}

.bg-200,
.bg-light,
[class*=overlay-light]::before {
	background-color: #fbf8f5
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130
}

.bg-900,
.bg-dark,
[class*=overlay-dark]::before {
	background-color: #171724
}

a.bg-200:focus,
a.bg-200:hover,
a.bg-light:focus,
a.bg-light:hover,
button.bg-200:focus,
button.bg-200:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #ecdfd1
}

a.bg-900:focus,
a.bg-900:hover,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-900:focus,
button.bg-900:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #030305
}

.bg-white {
	background-color: #fff
}

.bg-transparent {
	background-color: transparent
}

.bg-primary-light {
	background: #fff7f4
}

.bg-100:not([style*=background-])+.bg-100:not([style*=background-]),
.bg-200:not([style*=background-])+.bg-200:not([style*=background-]),
.bg-300:not([style*=background-])+.bg-300:not([style*=background-]),
.bg-400:not([style*=background-])+.bg-400:not([style*=background-]),
.bg-500:not([style*=background-])+.bg-500:not([style*=background-]),
.bg-600:not([style*=background-])+.bg-600:not([style*=background-]),
.bg-700:not([style*=background-])+.bg-700:not([style*=background-]),
.bg-800:not([style*=background-])+.bg-800:not([style*=background-]),
.bg-900:not([style*=background-])+.bg-900:not([style*=background-]),
.bg-danger:not([style*=background-])+.bg-danger:not([style*=background-]),
.bg-dark:not([style*=background-])+.bg-dark:not([style*=background-]),
.bg-info:not([style*=background-])+.bg-info:not([style*=background-]),
.bg-light:not([style*=background-])+.bg-light:not([style*=background-]),
.bg-primary:not([style*=background-])+.bg-primary:not([style*=background-]),
.bg-secondary:not([style*=background-])+.bg-secondary:not([style*=background-]),
.bg-success:not([style*=background-])+.bg-success:not([style*=background-]),
.bg-transparent:not([style*=background-])+.bg-transparent:not([style*=background-]),
.bg-warning:not([style*=background-])+.bg-warning:not([style*=background-]) {
	padding-top: 0
}

.bg-secondary-light {
	background: #c2c2e7
}

.bg-success-light {
	background: #b6ffc8
}

.bg-info-light {
	background: #b6f4ff
}

.bg-warning-light {
	background: #fffbed
}

.bg-danger-light {
	background: #fff8f8
}

.bg-light-light {
	background: #fff
}

.bg-dark-light {
	background: #4f4dd4
}

.bg-100 {
	background-color: #f7f7f7
}

a.bg-100:focus,
a.bg-100:hover,
button.bg-100:focus,
button.bg-100:hover {
	background-color: #dedede
}

.bg-300 {
	background-color: #f4eae1
}

a.bg-300:focus,
a.bg-300:hover,
button.bg-300:focus,
button.bg-300:hover {
	background-color: #e6d0bc
}

.bg-400 {
	background-color: #aeaeb2
}

a.bg-400:focus,
a.bg-400:hover,
button.bg-400:focus,
button.bg-400:hover {
	background-color: #949499
}

.bg-500 {
	background-color: #adb5bd
}

a.bg-500:focus,
a.bg-500:hover,
button.bg-500:focus,
button.bg-500:hover {
	background-color: #919ca6
}

.bg-700 {
	background-color: #393944
}

a.bg-700:focus,
a.bg-700:hover,
button.bg-700:focus,
button.bg-700:hover {
	background-color: #222228
}

.bg-800 {
	background-color: #23232f
}

a.bg-800:focus,
a.bg-800:hover,
button.bg-800:focus,
button.bg-800:hover {
	background-color: #0d0d12
}

.bg-image {
	background-position: center center;
	background-size: cover
}

[class*=overlay-primary]::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #689609;
	pointer-events: none;
	opacity: .5
}

.overlay-danger-02::before,
.overlay-dark-02::before,
.overlay-info-02::before,
.overlay-light-02::before,
.overlay-primary-02::before,
.overlay-secondary-02::before,
.overlay-success-02::before,
.overlay-warning-02::before {
	opacity: .2
}

.overlay-danger-03::before,
.overlay-dark-03::before,
.overlay-info-03::before,
.overlay-light-03::before,
.overlay-primary-03::before,
.overlay-secondary-03::before,
.overlay-success-03::before,
.overlay-warning-03::before {
	opacity: .3
}

.overlay-danger-06::before,
.overlay-dark-06::before,
.overlay-info-06::before,
.overlay-light-06::before,
.overlay-primary-06::before,
.overlay-secondary-06::before,
.overlay-success-06::before,
.overlay-warning-06::before {
	opacity: .6
}

.overlay-danger-07::before,
.overlay-dark-07::before,
.overlay-info-07::before,
.overlay-light-07::before,
.overlay-primary-07::before,
.overlay-secondary-07::before,
.overlay-success-07::before,
.overlay-warning-07::before {
	opacity: .7
}

.overlay-danger-08::before,
.overlay-dark-08::before,
.overlay-info-08::before,
.overlay-light-08::before,
.overlay-primary-08::before,
.overlay-secondary-08::before,
.overlay-success-08::before,
.overlay-warning-08::before {
	opacity: .8
}

[class*=overlay-danger]::before,
[class*=overlay-dark]::before,
[class*=overlay-info]::before,
[class*=overlay-light]::before,
[class*=overlay-secondary]::before,
[class*=overlay-success]::before,
[class*=overlay-warning]::before {
	pointer-events: none;
	opacity: .5;
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	right: 0
}

.bg-layer {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.bg-layer img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 38%;
	object-fit: cover
}

.bg-gradient-animated {
	background-size: 400% auto;
	background-position: 100% 50%;
	background-image: linear-gradient(90deg, #b2edff 0, #e9dbff 25%, #c1ffe1 50%, #b2edff 75%, #e9dbff 100%);
	animation: 20s linear infinite gradientMotion
}

.bg-gradient-shamrock-blue {
	background-image: linear-gradient(45deg, #43dd93 0, #28a8ff 100%)
}

.bg-gradient-blue-violet {
	background-image: linear-gradient(46.03deg, #28a8ff -1.86%, #7d2eff 100%)
}

.bg-gradient-electric-violet {
	background-image: linear-gradient(225deg, #c728ff 0, #7d2eff 100%)
}

@keyframes gradientMotion {
	0% {
		background-position-x: 100%
	}

	100% {
		background-position-x: 0
	}
}

.text-100 {
	color: #f7f7f7 !important
}

a.text-100:focus,
a.text-100:hover {
	color: #d1d1d1 !important
}

.text-300 {
	color: #f4eae1 !important
}

a.text-300:focus,
a.text-300:hover {
	color: #dfc3a9 !important
}

.text-400 {
	color: #aeaeb2 !important
}

a.text-400:focus,
a.text-400:hover {
	color: #87878d !important
}

.text-500 {
	color: #adb5bd !important
}

a.text-500:focus,
a.text-500:hover {
	color: #838f9b !important
}

.text-700 {
	color: #393944 !important
}

a.text-700:focus,
a.text-700:hover {
	color: #16161a !important
}

.text-800 {
	color: #23232f !important
}

a.text-800:focus,
a.text-800:hover {
	color: #020203 !important
}

.context-dark .text-contrast {
	color: #aeaeb2
}