body {
	font-family: Jost;
   }
   .display-1 {
	font-family: 'Vollkorn', serif;
	font-size: 4.6rem;
	line-height: 1.1;
   }
   .display-1 > .mbr-iconfont {
	font-size: 5.75rem;
   }
   .display-2 {
	font-family: 'Vollkorn', serif;
	font-size: 3rem;
	line-height: 1.1;
   }
   .display-2 > .mbr-iconfont {
	font-size: 3.75rem;
   }
   .display-4 {
	font-family: 'Vollkorn', serif;
	font-size: 1.2rem;
	line-height: 1.5;
   }
   .display-4 > .mbr-iconfont {
	font-size: 1.5rem;
   }
   .display-5 {
	font-family: 'Vollkorn', serif;
	font-size: 2rem;
	line-height: 1.5;
   }
   .display-5 > .mbr-iconfont {
	font-size: 2.5rem;
   }
   .display-7 {
	font-family: 'Vollkorn', serif;
	font-size: 1.2rem;
	line-height: 1.5;
   }
   .display-7 > .mbr-iconfont {
	font-size: 1.5rem;
   }
   /* ---- Fluid typography for mobile devices ---- */
   /* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
   /* 100vw - current viewport width */
   /* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
   /* 0.65 - min scale variable, may vary */
   @media (max-width: 992px) {
	.display-1 {
	  font-size: 3.68rem;
	}
   }
   @media (max-width: 768px) {
	.display-1 {
	  font-size: 3.22rem;
	  font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
	  line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-2 {
	  font-size: 2.4rem;
	  font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
	  line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-4 {
	  font-size: 0.96rem;
	  font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
	  line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-5 {
	  font-size: 1.6rem;
	  font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
	  line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-7 {
	  font-size: 0.96rem;
	  font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
	  line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
	}
   }
   /* Buttons */
   .btn {
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
   }
   .btn-sm {
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
   }
   .btn-md {
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
   }
   .btn-lg {
	padding: 1rem 2.6rem;
	border-radius: 4px;
   }
   .bg-primary {
	background-color: #0c0f0a !important;
   }
   .bg-success {
	background-color: #41ead4 !important;
   }
   .bg-info {
	background-color: #fbff12 !important;
   }
   .bg-warning {
	background-color: #ffffff !important;
   }
   .bg-danger {
	background-color: #ffffff !important;
   }
   .btn-primary,
   .btn-primary:active {
	background-color: #0c0f0a !important;
	border-color: #0c0f0a !important;
	color: #ffffff !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-primary:hover,
   .btn-primary:focus,
   .btn-primary.focus,
   .btn-primary.active {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-primary.disabled,
   .btn-primary:disabled {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
   }
   .btn-secondary,
   .btn-secondary:active {
	background-color: #e05c04 !important;
	border-color: #e05c04 !important;
	color: #ffffff !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-secondary:hover,
   .btn-secondary:focus,
   .btn-secondary.focus,
   .btn-secondary.active {
	color: #ffffff !important;
	background-color: #c80046 !important;
	border-color: #c80046 !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-secondary.disabled,
   .btn-secondary:disabled {
	color: #ffffff !important;
	background-color: #c80046 !important;
	border-color: #c80046 !important;
   }
   .btn-info,
   .btn-info:active {
	background-color: #fbff12 !important;
	border-color: #fbff12 !important;
	color: #121200 !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-info:hover,
   .btn-info:focus,
   .btn-info.focus,
   .btn-info.active {
	color: #ffffff !important;
	background-color: #b7ba00 !important;
	border-color: #b7ba00 !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-info.disabled,
   .btn-info:disabled {
	color: #121200 !important;
	background-color: #b7ba00 !important;
	border-color: #b7ba00 !important;
   }
   .btn-success,
   .btn-success:active {
	background-color: #41ead4 !important;
	border-color: #41ead4 !important;
	color: #042823 !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-success:hover,
   .btn-success:focus,
   .btn-success.focus,
   .btn-success.active {
	color: #ffffff !important;
	background-color: #15bfa9 !important;
	border-color: #15bfa9 !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-success.disabled,
   .btn-success:disabled {
	color: #042823 !important;
	background-color: #15bfa9 !important;
	border-color: #15bfa9 !important;
   }
   .btn-warning,
   .btn-warning:active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #808080 !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-warning:hover,
   .btn-warning:focus,
   .btn-warning.focus,
   .btn-warning.active {
	color: #545454 !important;
	background-color: #d4d4d4 !important;
	border-color: #d4d4d4 !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-warning.disabled,
   .btn-warning:disabled {
	color: #808080 !important;
	background-color: #d4d4d4 !important;
	border-color: #d4d4d4 !important;
   }
   .btn-danger,
   .btn-danger:active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #808080 !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-danger:hover,
   .btn-danger:focus,
   .btn-danger.focus,
   .btn-danger.active {
	color: #545454 !important;
	background-color: #d4d4d4 !important;
	border-color: #d4d4d4 !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-danger.disabled,
   .btn-danger:disabled {
	color: #808080 !important;
	background-color: #d4d4d4 !important;
	border-color: #d4d4d4 !important;
   }
   .btn-white,
   .btn-white:active {
	background-color: #fafafa !important;
	border-color: #fafafa !important;
	color: #7a7a7a !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-white:hover,
   .btn-white:focus,
   .btn-white.focus,
   .btn-white.active {
	color: #4f4f4f !important;
	background-color: #cfcfcf !important;
	border-color: #cfcfcf !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-white.disabled,
   .btn-white:disabled {
	color: #7a7a7a !important;
	background-color: #cfcfcf !important;
	border-color: #cfcfcf !important;
   }
   .btn-black,
   .btn-black:active {
	background-color: #232323 !important;
	border-color: #232323 !important;
	color: #ffffff !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-black:hover,
   .btn-black:focus,
   .btn-black.focus,
   .btn-black.active {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
   }
   .btn-black.disabled,
   .btn-black:disabled {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
   }
   .btn-primary-outline,
   .btn-primary-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #0c0f0a;
   }
   .btn-primary-outline:hover,
   .btn-primary-outline:focus,
   .btn-primary-outline.focus,
   .btn-primary-outline.active {
	color: #000000 !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-primary-outline.disabled,
   .btn-primary-outline:disabled {
	color: #ffffff !important;
	background-color: #0c0f0a !important;
	border-color: #0c0f0a !important;
   }
   .btn-secondary-outline,
   .btn-secondary-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #e05c04;
   }
   .btn-secondary-outline:hover,
   .btn-secondary-outline:focus,
   .btn-secondary-outline.focus,
   .btn-secondary-outline.active {
	color: #c80046 !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-secondary-outline.disabled,
   .btn-secondary-outline:disabled {
	color: #ffffff !important;
	background-color: #e05c04 !important;
	border-color: #e05c04 !important;
   }
   .btn-info-outline,
   .btn-info-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #fbff12;
   }
   .btn-info-outline:hover,
   .btn-info-outline:focus,
   .btn-info-outline.focus,
   .btn-info-outline.active {
	color: #b7ba00 !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-info-outline.disabled,
   .btn-info-outline:disabled {
	color: #121200 !important;
	background-color: #fbff12 !important;
	border-color: #fbff12 !important;
   }
   .btn-success-outline,
   .btn-success-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #41ead4;
   }
   .btn-success-outline:hover,
   .btn-success-outline:focus,
   .btn-success-outline.focus,
   .btn-success-outline.active {
	color: #15bfa9 !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-success-outline.disabled,
   .btn-success-outline:disabled {
	color: #042823 !important;
	background-color: #41ead4 !important;
	border-color: #41ead4 !important;
   }
   .btn-warning-outline,
   .btn-warning-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #ffffff;
   }
   .btn-warning-outline:hover,
   .btn-warning-outline:focus,
   .btn-warning-outline.focus,
   .btn-warning-outline.active {
	color: #d4d4d4 !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-warning-outline.disabled,
   .btn-warning-outline:disabled {
	color: #808080 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
   }
   .btn-danger-outline,
   .btn-danger-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #ffffff;
   }
   .btn-danger-outline:hover,
   .btn-danger-outline:focus,
   .btn-danger-outline.focus,
   .btn-danger-outline.active {
	color: #d4d4d4 !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-danger-outline.disabled,
   .btn-danger-outline:disabled {
	color: #808080 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
   }
   .btn-black-outline,
   .btn-black-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #232323;
   }
   .btn-black-outline:hover,
   .btn-black-outline:focus,
   .btn-black-outline.focus,
   .btn-black-outline.active {
	color: #000000 !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-black-outline.disabled,
   .btn-black-outline:disabled {
	color: #ffffff !important;
	background-color: #232323 !important;
	border-color: #232323 !important;
   }
   .btn-white-outline,
   .btn-white-outline:active {
	background-color: transparent !important;
	border-color: transparent;
	color: #fafafa;
   }
   .btn-white-outline:hover,
   .btn-white-outline:focus,
   .btn-white-outline.focus,
   .btn-white-outline.active {
	color: #cfcfcf !important;
	background-color: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
   }
   .btn-white-outline.disabled,
   .btn-white-outline:disabled {
	color: #7a7a7a !important;
	background-color: #fafafa !important;
	border-color: #fafafa !important;
   }
   .text-primary {
	color: #0c0f0a !important;
   }
   .text-secondary {
	color: #e05c04 !important;
   }
   .text-success {
	color: #41ead4 !important;
   }
   .text-info {
	color: #fbff12 !important;
   }
   .text-warning {
	color: #ffffff !important;
   }
   .text-danger {
	color: #ffffff !important;
   }
   .text-white {
	color: #fafafa !important;
   }
   .text-black {
	color: #232323 !important;
   }
   a.text-primary:hover,
   a.text-primary:focus,
   a.text-primary.active {
	color: #000000 !important;
   }
   a.text-secondary:hover,
   a.text-secondary:focus,
   a.text-secondary.active {
	color: #b90041 !important;
   }
   a.text-success:hover,
   a.text-success:focus,
   a.text-success.active {
	color: #14b19d !important;
   }
   a.text-info:hover,
   a.text-info:focus,
   a.text-info.active {
	color: #a8ab00 !important;
   }
   a.text-warning:hover,
   a.text-warning:focus,
   a.text-warning.active {
	color: #cccccc !important;
   }
   a.text-danger:hover,
   a.text-danger:focus,
   a.text-danger.active {
	color: #cccccc !important;
   }
   a.text-white:hover,
   a.text-white:focus,
   a.text-white.active {
	color: #c7c7c7 !important;
   }
   a.text-black:hover,
   a.text-black:focus,
   a.text-black.active {
	color: #000000 !important;
   }
   a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
	position: relative;
	background-image: transparent;
	background-size: 10000px 2px;
	background-repeat: no-repeat;
	background-position: 0px 1.2em;
	background-position: -10000px 1.2em;
   }
   a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
	transition: background-position 2s ease-in-out;
	background-image: linear-gradient(currentColor 50%, currentColor 50%);
	background-position: 0px 1.2em;
   }
   .nav-tabs .nav-link.active {
	color: #0c0f0a;
   }
   .nav-tabs .nav-link:not(.active) {
	color: #232323;
   }
   .alert-success {
	background-color: #70c770;
   }
   .alert-info {
	background-color: #fbff12;
   }
   .alert-warning {
	background-color: #ffffff;
   }
   .alert-danger {
	background-color: #ffffff;
   }
   .mbr-section-btn a.btn:not(.btn-form) {
	border-radius: 100px;
   }
   .mbr-gallery-filter li a {
	border-radius: 100px !important;
   }
   .mbr-gallery-filter li.active .btn {
	background-color: #0c0f0a;
	border-color: #0c0f0a;
	color: #ffffff;
   }
   .mbr-gallery-filter li.active .btn:focus {
	box-shadow: none;
   }
   .nav-tabs .nav-link {
	border-radius: 100px !important;
   }
   a,
   a:hover {
	color: #0c0f0a;
   }
   .mbr-plan-header.bg-primary .mbr-plan-subtitle,
   .mbr-plan-header.bg-primary .mbr-plan-price-desc {
	color: #bcccb2;
   }
   .mbr-plan-header.bg-success .mbr-plan-subtitle,
   .mbr-plan-header.bg-success .mbr-plan-price-desc {
	color: #f9fefe;
   }
   .mbr-plan-header.bg-info .mbr-plan-subtitle,
   .mbr-plan-header.bg-info .mbr-plan-price-desc {
	color: #feffde;
   }
   .mbr-plan-header.bg-warning .mbr-plan-subtitle,
   .mbr-plan-header.bg-warning .mbr-plan-price-desc {
	color: #ffffff;
   }
   .mbr-plan-header.bg-danger .mbr-plan-subtitle,
   .mbr-plan-header.bg-danger .mbr-plan-price-desc {
	color: #ffffff;
   }
   /* Scroll to top button*/
   .scrollToTop_wraper {
	display: none;
   }
   .form-control {
	font-family: 'Vollkorn', serif;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 400;
   }
   .form-control > .mbr-iconfont {
	font-size: 1.5rem;
   }
   .form-control:hover,
   .form-control:focus {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
	border-color: #0c0f0a !important;
   }
   .form-control:-webkit-input-placeholder {
	font-family: 'Vollkorn', serif;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 400;
   }
   .form-control:-webkit-input-placeholder > .mbr-iconfont {
	font-size: 1.5rem;
   }
   blockquote {
	border-color: #0c0f0a;
   }
   /* Forms */
   .mbr-form .input-group-btn a.btn {
	border-radius: 100px !important;
   }
   .mbr-form .input-group-btn a.btn:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
   }
   .mbr-form .input-group-btn button[type="submit"] {
	border-radius: 100px !important;
	padding: 1rem 3rem;
   }
   .mbr-form .input-group-btn button[type="submit"]:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
   }
   .jq-selectbox li:hover,
   .jq-selectbox li.selected {
	background-color: #0c0f0a;
	color: #ffffff;
   }
   .jq-number__spin {
	transition: 0.25s ease;
   }
   .jq-number__spin:hover {
	border-color: #0c0f0a;
   }
   .jq-selectbox .jq-selectbox__trigger-arrow,
   .jq-number__spin.minus:after,
   .jq-number__spin.plus:after {
	transition: 0.4s;
	border-top-color: #353535;
	border-bottom-color: #353535;
   }
   .jq-selectbox:hover .jq-selectbox__trigger-arrow,
   .jq-number__spin.minus:hover:after,
   .jq-number__spin.plus:hover:after {
	border-top-color: #0c0f0a;
	border-bottom-color: #0c0f0a;
   }
   .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
   .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
   .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	color: #ffffff !important;
	background-color: #0c0f0a !important;
	box-shadow: none !important;
   }
   .xdsoft_datetimepicker .xdsoft_calendar td:hover,
   .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #ffffff !important;
	background: #e05c04 !important;
	box-shadow: none !important;
   }
   .lazy-bg {
	background-image: none !important;
   }
   .lazy-placeholder:not(section),
   .lazy-none {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: auto;
   }
   iframe.lazy-placeholder,
   .lazy-placeholder:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	background: transparent no-repeat center;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230c0f0a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
   }
   section.lazy-placeholder:after {
	opacity: 0.5;
   }
   body {
	overflow-x: hidden;
   }
   a {
	transition: color 0.6s;
   }
   .cid-spf7Pv79eu {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px;
   }
   .cid-spf7Pv79eu nav.navbar {
	position: fixed;
   }
   .cid-spf7Pv79eu .dropdown-item:before {
	font-family: Moririse2 !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	margin-right: 0.5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   }
   .cid-spf7Pv79eu .dropdown-item {
	border-bottom: 1px solid #e6e6e6;
   }
   .cid-spf7Pv79eu .dropdown-item:hover,
   .cid-spf7Pv79eu .dropdown-item:focus {
	background: #0c0f0a !important;
	color: white !important;
   }
   .cid-spf7Pv79eu .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
   }
   .cid-spf7Pv79eu .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   }
   .cid-spf7Pv79eu .nav-dropdown .link {
	padding: 0 0.3em !important;
	margin: 0.667em 1em !important;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle::after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
   }
   .cid-spf7Pv79eu .nav-link {
	position: relative;
   }
   .cid-spf7Pv79eu .container {
	display: flex;
	margin: auto;
   }
   .cid-spf7Pv79eu .iconfont-wrapper {
	color: #000000 !important;
	font-size: 1.5rem;
	padding-right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown-menu,
   .cid-spf7Pv79eu .navbar.opened {
	background: #ffffff !important;
   }
   .cid-spf7Pv79eu .nav-item:focus,
   .cid-spf7Pv79eu .nav-link:focus {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: 0.5rem;
	vertical-align: sub;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .collapsed .dropdown-menu .dropdown-item:before {
	display: none;
   }
   .cid-spf7Pv79eu .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
   }
   .cid-spf7Pv79eu .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.opened {
	transition: all 0.3s;
   }
   .cid-spf7Pv79eu .navbar .dropdown-item {
	padding: 0.5rem 1.8rem;
   }
   .cid-spf7Pv79eu .navbar .navbar-logo img {
	width: auto;
   }
   .cid-spf7Pv79eu .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar.collapsed {
	justify-content: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .nav-item .nav-link::before {
	display: none;
   }
   .cid-spf7Pv79eu .navbar.collapsed.opened .dropdown-menu {
	top: 0;
   }
   @media (min-width: 992px) {
	.cid-spf7Pv79eu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
	  max-height: calc(98.5vh - 3rem);
	}
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 41%;
   }
   .cid-spf7Pv79eu .navbar.collapsed ul.navbar-nav li {
	margin: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	text-align: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
   }
   @media (max-width: 991px) {
	.cid-spf7Pv79eu .navbar .nav-item .nav-link::before {
	  display: none;
	}
	.cid-spf7Pv79eu .navbar.opened .dropdown-menu {
	  top: 0;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-submenu {
	  left: 0 !important;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item:after {
	  right: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	  margin-left: 0.5rem;
	  margin-top: 0.2rem;
	  border-top: 0.35em solid;
	  border-right: 0.35em solid transparent;
	  border-left: 0.35em solid transparent;
	  border-bottom: 0;
	  top: 40%;
	}
	.cid-spf7Pv79eu .navbar .navbar-logo img {
	  height: 3rem !important;
	}
	.cid-spf7Pv79eu .navbar ul.navbar-nav li {
	  margin: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item {
	  padding: 0.25rem 1.5rem !important;
	  text-align: center;
	}
	.cid-spf7Pv79eu .navbar .navbar-brand {
	  flex-shrink: initial;
	  flex-basis: auto;
	  word-break: break-word;
	  padding-right: 2rem;
	}
	.cid-spf7Pv79eu .navbar .navbar-toggler {
	  flex-basis: auto;
	}
	.cid-spf7Pv79eu .navbar .icons-menu {
	  padding-left: 0;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
   }
   .cid-spf7Pv79eu .navbar.navbar-short {
	min-height: 60px;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-logo img {
	height: 2.5rem !important;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0;
   }
   .cid-spf7Pv79eu .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all 0.3s;
	word-break: break-word;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-caption {
	line-height: inherit !important;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-logo a {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown-item.active,
   .cid-spf7Pv79eu .dropdown-item:active {
	background-color: transparent;
   }
   .cid-spf7Pv79eu .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
   }
   .cid-spf7Pv79eu .navbar .dropdown.open > .dropdown-menu {
	display: block;
   }
   .cid-spf7Pv79eu ul.navbar-nav {
	flex-wrap: wrap;
   }
   .cid-spf7Pv79eu .navbar-buttons {
	text-align: center;
	min-width: 170px;
   }
   .cid-spf7Pv79eu button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	align-self: center;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #0c0f0a;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu .navbar-dropdown {
	padding: 0 1rem;
	position: fixed;
   }
   .cid-spf7Pv79eu a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   .cid-spf7Pv79eu .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.3rem;
	text-align: center;
   }
   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-spf7Pv79eu .navbar {
	  height: 70px;
	}
	.cid-spf7Pv79eu .navbar.opened {
	  height: auto;
	}
	.cid-spf7Pv79eu .nav-item .nav-link:hover::before {
	  width: 175%;
	  max-width: calc(100% + 2rem);
	  left: -1rem;
	}
   }
   .cid-spBaI6GzEf {
	padding-top: 5rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
   }
   .cid-spBaYXP6s9 {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-spBaYXP6s9 .image-wrapper {
	  margin-bottom: 1rem;
	}
   }
   .cid-spBaYXP6s9 .row {
	flex-direction: row-reverse;
   }
   .cid-spBaYXP6s9 img {
	width: 100%;
   }
   .cid-spBab08FJc {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #ffffff;
   }
   .cid-spBhcUs5MB {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   .cid-spBhcUs5MB .video-wrapper iframe {
	width: 100%;
   }
   .cid-spBhcUs5MB .mbr-section-title,
   .cid-spBhcUs5MB .mbr-section-subtitle,
   .cid-spBhcUs5MB .mbr-text {
	text-align: center;
   }
   .cid-spfaNkdhSD {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #0c0f0a;
   }
   .cid-spfaNkdhSD .social-row {
	display: flex;
	flex-wrap: wrap;
   }
   .cid-spfaNkdhSD .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
   }
   @media (max-width: 767px) {
	.cid-spfaNkdhSD .row {
	  text-align: center;
	}
	.cid-spfaNkdhSD .social-row {
	  justify-content: center;
	}
   }
   .cid-spfaNkdhSD .list {
	list-style: none;
	padding-left: 0;
	color: #4479d9;
   }
   @media (max-width: 991px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 0rem;
	}
   }
   .cid-spfaNkdhSD .mbr-text {
	color: #bbbbbb;
   }
   .cid-spfaNkdhSD .mbr-iconfont {
	color: black;
   }
   .cid-spf7Pv79eu {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px;
   }
   .cid-spf7Pv79eu nav.navbar {
	position: fixed;
   }
   .cid-spf7Pv79eu .dropdown-item:before {
	font-family: Moririse2 !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	margin-right: 0.5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   }
   .cid-spf7Pv79eu .dropdown-item {
	border-bottom: 1px solid #e6e6e6;
   }
   .cid-spf7Pv79eu .dropdown-item:hover,
   .cid-spf7Pv79eu .dropdown-item:focus {
	background: #0c0f0a !important;
	color: white !important;
   }
   .cid-spf7Pv79eu .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
   }
   .cid-spf7Pv79eu .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   }
   .cid-spf7Pv79eu .nav-dropdown .link {
	padding: 0 0.3em !important;
	margin: 0.667em 1em !important;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle::after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
   }
   .cid-spf7Pv79eu .nav-link {
	position: relative;
   }
   .cid-spf7Pv79eu .container {
	display: flex;
	margin: auto;
   }
   .cid-spf7Pv79eu .iconfont-wrapper {
	color: #000000 !important;
	font-size: 1.5rem;
	padding-right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown-menu,
   .cid-spf7Pv79eu .navbar.opened {
	background: #ffffff !important;
   }
   .cid-spf7Pv79eu .nav-item:focus,
   .cid-spf7Pv79eu .nav-link:focus {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: 0.5rem;
	vertical-align: sub;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .collapsed .dropdown-menu .dropdown-item:before {
	display: none;
   }
   .cid-spf7Pv79eu .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
   }
   .cid-spf7Pv79eu .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.opened {
	transition: all 0.3s;
   }
   .cid-spf7Pv79eu .navbar .dropdown-item {
	padding: 0.5rem 1.8rem;
   }
   .cid-spf7Pv79eu .navbar .navbar-logo img {
	width: auto;
   }
   .cid-spf7Pv79eu .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar.collapsed {
	justify-content: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .nav-item .nav-link::before {
	display: none;
   }
   .cid-spf7Pv79eu .navbar.collapsed.opened .dropdown-menu {
	top: 0;
   }
   @media (min-width: 992px) {
	.cid-spf7Pv79eu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
	  max-height: calc(98.5vh - 3rem);
	}
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 41%;
   }
   .cid-spf7Pv79eu .navbar.collapsed ul.navbar-nav li {
	margin: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	text-align: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
   }
   @media (max-width: 991px) {
	.cid-spf7Pv79eu .navbar .nav-item .nav-link::before {
	  display: none;
	}
	.cid-spf7Pv79eu .navbar.opened .dropdown-menu {
	  top: 0;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-submenu {
	  left: 0 !important;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item:after {
	  right: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	  margin-left: 0.5rem;
	  margin-top: 0.2rem;
	  border-top: 0.35em solid;
	  border-right: 0.35em solid transparent;
	  border-left: 0.35em solid transparent;
	  border-bottom: 0;
	  top: 40%;
	}
	.cid-spf7Pv79eu .navbar .navbar-logo img {
	  height: 3rem !important;
	}
	.cid-spf7Pv79eu .navbar ul.navbar-nav li {
	  margin: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item {
	  padding: 0.25rem 1.5rem !important;
	  text-align: center;
	}
	.cid-spf7Pv79eu .navbar .navbar-brand {
	  flex-shrink: initial;
	  flex-basis: auto;
	  word-break: break-word;
	  padding-right: 2rem;
	}
	.cid-spf7Pv79eu .navbar .navbar-toggler {
	  flex-basis: auto;
	}
	.cid-spf7Pv79eu .navbar .icons-menu {
	  padding-left: 0;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
   }
   .cid-spf7Pv79eu .navbar.navbar-short {
	min-height: 60px;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-logo img {
	height: 2.5rem !important;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0;
   }
   .cid-spf7Pv79eu .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all 0.3s;
	word-break: break-word;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-caption {
	line-height: inherit !important;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-logo a {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown-item.active,
   .cid-spf7Pv79eu .dropdown-item:active {
	background-color: transparent;
   }
   .cid-spf7Pv79eu .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
   }
   .cid-spf7Pv79eu .navbar .dropdown.open > .dropdown-menu {
	display: block;
   }
   .cid-spf7Pv79eu ul.navbar-nav {
	flex-wrap: wrap;
   }
   .cid-spf7Pv79eu .navbar-buttons {
	text-align: center;
	min-width: 170px;
   }
   .cid-spf7Pv79eu button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	align-self: center;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #0c0f0a;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu .navbar-dropdown {
	padding: 0 1rem;
	position: fixed;
   }
   .cid-spf7Pv79eu a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   .cid-spf7Pv79eu .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.3rem;
	text-align: center;
   }
   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-spf7Pv79eu .navbar {
	  height: 70px;
	}
	.cid-spf7Pv79eu .navbar.opened {
	  height: auto;
	}
	.cid-spf7Pv79eu .nav-item .nav-link:hover::before {
	  width: 175%;
	  max-width: calc(100% + 2rem);
	  left: -1rem;
	}
   }
   .cid-spATRoE5Nw {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #ffffff;
   }
   .cid-spATRoE5Nw .mbr-text {
	color: #0c0f0a;
   }
   .cid-spB8wPtgit {
	background-color: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-spB8wPtgit .image-wrapper {
	  margin-bottom: 1rem;
	}
   }
   .cid-spB8wPtgit .row {
	flex-direction: row-reverse;
   }
   .cid-spB8wPtgit img {
	width: 100%;
   }
   .cid-spB8wPtgit .mbr-description {
	color: #000000;
   }
   .cid-spfaNkdhSD {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #0c0f0a;
   }
   .cid-spfaNkdhSD .social-row {
	display: flex;
	flex-wrap: wrap;
   }
   .cid-spfaNkdhSD .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
   }
   @media (max-width: 767px) {
	.cid-spfaNkdhSD .row {
	  text-align: center;
	}
	.cid-spfaNkdhSD .social-row {
	  justify-content: center;
	}
   }
   .cid-spfaNkdhSD .list {
	list-style: none;
	padding-left: 0;
	color: #4479d9;
   }
   @media (max-width: 991px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 0rem;
	}
   }
   .cid-spfaNkdhSD .mbr-text {
	color: #bbbbbb;
   }
   .cid-spfaNkdhSD .mbr-iconfont {
	color: black;
   }
   .cid-spBk1A5Sh0 {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px;
   }
   .cid-spBk1A5Sh0 nav.navbar {
	position: fixed;
   }
   .cid-spBk1A5Sh0 .dropdown-item:before {
	font-family: Moririse2 !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	margin-right: 0.5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spBk1A5Sh0 .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   }
   .cid-spBk1A5Sh0 .dropdown-item {
	border-bottom: 1px solid #e6e6e6;
   }
   .cid-spBk1A5Sh0 .dropdown-item:hover,
   .cid-spBk1A5Sh0 .dropdown-item:focus {
	background: #0c0f0a !important;
	color: white !important;
   }
   .cid-spBk1A5Sh0 .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
   }
   .cid-spBk1A5Sh0 .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   }
   .cid-spBk1A5Sh0 .nav-dropdown .link {
	padding: 0 0.3em !important;
	margin: 0.667em 1em !important;
   }
   .cid-spBk1A5Sh0 .nav-dropdown .link.dropdown-toggle::after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
   }
   .cid-spBk1A5Sh0 .nav-link {
	position: relative;
   }
   .cid-spBk1A5Sh0 .container {
	display: flex;
	margin: auto;
   }
   .cid-spBk1A5Sh0 .iconfont-wrapper {
	color: #000000 !important;
	font-size: 1.5rem;
	padding-right: 0.5rem;
   }
   .cid-spBk1A5Sh0 .dropdown-menu,
   .cid-spBk1A5Sh0 .navbar.opened {
	background: #ffffff !important;
   }
   .cid-spBk1A5Sh0 .nav-item:focus,
   .cid-spBk1A5Sh0 .nav-link:focus {
	outline: none;
   }
   .cid-spBk1A5Sh0 .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all 0.25s ease-in-out;
   }
   .cid-spBk1A5Sh0 .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
   }
   .cid-spBk1A5Sh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: 0.5rem;
	vertical-align: sub;
   }
   .cid-spBk1A5Sh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spBk1A5Sh0 .collapsed .dropdown-menu .dropdown-item:before {
	display: none;
   }
   .cid-spBk1A5Sh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
   }
   .cid-spBk1A5Sh0 .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
   }
   .cid-spBk1A5Sh0 .navbar.opened {
	transition: all 0.3s;
   }
   .cid-spBk1A5Sh0 .navbar .dropdown-item {
	padding: 0.5rem 1.8rem;
   }
   .cid-spBk1A5Sh0 .navbar .navbar-logo img {
	width: auto;
   }
   .cid-spBk1A5Sh0 .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed {
	justify-content: center;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed .nav-item .nav-link::before {
	display: none;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed.opened .dropdown-menu {
	top: 0;
   }
   @media (min-width: 992px) {
	.cid-spBk1A5Sh0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
	  max-height: calc(98.5vh - 3rem);
	}
   }
   .cid-spBk1A5Sh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 41%;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed ul.navbar-nav li {
	margin: auto;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	text-align: center;
   }
   .cid-spBk1A5Sh0 .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
   }
   @media (max-width: 991px) {
	.cid-spBk1A5Sh0 .navbar .nav-item .nav-link::before {
	  display: none;
	}
	.cid-spBk1A5Sh0 .navbar.opened .dropdown-menu {
	  top: 0;
	}
	.cid-spBk1A5Sh0 .navbar .dropdown-menu .dropdown-submenu {
	  left: 0 !important;
	}
	.cid-spBk1A5Sh0 .navbar .dropdown-menu .dropdown-item:after {
	  right: auto;
	}
	.cid-spBk1A5Sh0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	  margin-left: 0.5rem;
	  margin-top: 0.2rem;
	  border-top: 0.35em solid;
	  border-right: 0.35em solid transparent;
	  border-left: 0.35em solid transparent;
	  border-bottom: 0;
	  top: 40%;
	}
	.cid-spBk1A5Sh0 .navbar .navbar-logo img {
	  height: 3rem !important;
	}
	.cid-spBk1A5Sh0 .navbar ul.navbar-nav li {
	  margin: auto;
	}
	.cid-spBk1A5Sh0 .navbar .dropdown-menu .dropdown-item {
	  padding: 0.25rem 1.5rem !important;
	  text-align: center;
	}
	.cid-spBk1A5Sh0 .navbar .navbar-brand {
	  flex-shrink: initial;
	  flex-basis: auto;
	  word-break: break-word;
	  padding-right: 2rem;
	}
	.cid-spBk1A5Sh0 .navbar .navbar-toggler {
	  flex-basis: auto;
	}
	.cid-spBk1A5Sh0 .navbar .icons-menu {
	  padding-left: 0;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
   }
   .cid-spBk1A5Sh0 .navbar.navbar-short {
	min-height: 60px;
   }
   .cid-spBk1A5Sh0 .navbar.navbar-short .navbar-logo img {
	height: 2.5rem !important;
   }
   .cid-spBk1A5Sh0 .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0;
   }
   .cid-spBk1A5Sh0 .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all 0.3s;
	word-break: break-word;
	z-index: 1;
   }
   .cid-spBk1A5Sh0 .navbar-brand .navbar-caption {
	line-height: inherit !important;
   }
   .cid-spBk1A5Sh0 .navbar-brand .navbar-logo a {
	outline: none;
   }
   .cid-spBk1A5Sh0 .dropdown-item.active,
   .cid-spBk1A5Sh0 .dropdown-item:active {
	background-color: transparent;
   }
   .cid-spBk1A5Sh0 .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
   }
   .cid-spBk1A5Sh0 .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
   }
   .cid-spBk1A5Sh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
   }
   .cid-spBk1A5Sh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
   }
   .cid-spBk1A5Sh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
   }
   .cid-spBk1A5Sh0 .navbar .dropdown.open > .dropdown-menu {
	display: block;
   }
   .cid-spBk1A5Sh0 ul.navbar-nav {
	flex-wrap: wrap;
   }
   .cid-spBk1A5Sh0 .navbar-buttons {
	text-align: center;
	min-width: 170px;
   }
   .cid-spBk1A5Sh0 button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	align-self: center;
   }
   .cid-spBk1A5Sh0 button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #0c0f0a;
   }
   .cid-spBk1A5Sh0 button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s;
   }
   .cid-spBk1A5Sh0 button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spBk1A5Sh0 button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spBk1A5Sh0 button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s;
   }
   .cid-spBk1A5Sh0 nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spBk1A5Sh0 nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s;
   }
   .cid-spBk1A5Sh0 nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s;
   }
   .cid-spBk1A5Sh0 nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spBk1A5Sh0 .navbar-dropdown {
	padding: 0 1rem;
	position: fixed;
   }
   .cid-spBk1A5Sh0 a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   .cid-spBk1A5Sh0 .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.3rem;
	text-align: center;
   }
   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-spBk1A5Sh0 .navbar {
	  height: 70px;
	}
	.cid-spBk1A5Sh0 .navbar.opened {
	  height: auto;
	}
	.cid-spBk1A5Sh0 .nav-item .nav-link:hover::before {
	  width: 175%;
	  max-width: calc(100% + 2rem);
	  left: -1rem;
	}
   }
   .cid-spBk1yqqqV {
	padding-top: 5rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
   }
   .cid-spBk1yUtcD {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-spBk1yUtcD .image-wrapper {
	  margin-bottom: 1rem;
	}
   }
   .cid-spBk1yUtcD .row {
	flex-direction: row-reverse;
   }
   .cid-spBk1yUtcD img {
	width: 100%;
   }
   .cid-spBk1zmpss {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #ffffff;
   }
   .cid-spBk1AOYQb {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #0c0f0a;
   }
   .cid-spBk1AOYQb .social-row {
	display: flex;
	flex-wrap: wrap;
   }
   .cid-spBk1AOYQb .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
   }
   @media (max-width: 767px) {
	.cid-spBk1AOYQb .row {
	  text-align: center;
	}
	.cid-spBk1AOYQb .social-row {
	  justify-content: center;
	}
   }
   .cid-spBk1AOYQb .list {
	list-style: none;
	padding-left: 0;
	color: #4479d9;
   }
   @media (max-width: 991px) {
	.cid-spBk1AOYQb .list {
	  margin-bottom: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-spBk1AOYQb .list {
	  margin-bottom: 0rem;
	}
   }
   .cid-spBk1AOYQb .mbr-text {
	color: #bbbbbb;
   }
   .cid-spBk1AOYQb .mbr-iconfont {
	color: black;
   }
   .cid-sArGL1BfsB {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px;
   }
   .cid-sArGL1BfsB nav.navbar {
	position: fixed;
   }
   .cid-sArGL1BfsB .dropdown-item:before {
	font-family: Moririse2 !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	margin-right: 0.5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-sArGL1BfsB .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   }
   .cid-sArGL1BfsB .dropdown-item {
	border-bottom: 1px solid #e6e6e6;
   }
   .cid-sArGL1BfsB .dropdown-item:hover,
   .cid-sArGL1BfsB .dropdown-item:focus {
	background: #0c0f0a !important;
	color: white !important;
   }
   .cid-sArGL1BfsB .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
   }
   .cid-sArGL1BfsB .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   }
   .cid-sArGL1BfsB .nav-dropdown .link {
	padding: 0 0.3em !important;
	margin: 0.667em 1em !important;
   }
   .cid-sArGL1BfsB .nav-dropdown .link.dropdown-toggle::after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
   }
   .cid-sArGL1BfsB .nav-link {
	position: relative;
   }
   .cid-sArGL1BfsB .container {
	display: flex;
	margin: auto;
   }
   .cid-sArGL1BfsB .iconfont-wrapper {
	color: #000000 !important;
	font-size: 1.5rem;
	padding-right: 0.5rem;
   }
   .cid-sArGL1BfsB .dropdown-menu,
   .cid-sArGL1BfsB .navbar.opened {
	background: #ffffff !important;
   }
   .cid-sArGL1BfsB .nav-item:focus,
   .cid-sArGL1BfsB .nav-link:focus {
	outline: none;
   }
   .cid-sArGL1BfsB .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all 0.25s ease-in-out;
   }
   .cid-sArGL1BfsB .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
   }
   .cid-sArGL1BfsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: 0.5rem;
	vertical-align: sub;
   }
   .cid-sArGL1BfsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-sArGL1BfsB .collapsed .dropdown-menu .dropdown-item:before {
	display: none;
   }
   .cid-sArGL1BfsB .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
   }
   .cid-sArGL1BfsB .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
   }
   .cid-sArGL1BfsB .navbar.opened {
	transition: all 0.3s;
   }
   .cid-sArGL1BfsB .navbar .dropdown-item {
	padding: 0.5rem 1.8rem;
   }
   .cid-sArGL1BfsB .navbar .navbar-logo img {
	width: auto;
   }
   .cid-sArGL1BfsB .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1;
   }
   .cid-sArGL1BfsB .navbar.collapsed {
	justify-content: center;
   }
   .cid-sArGL1BfsB .navbar.collapsed .nav-item .nav-link::before {
	display: none;
   }
   .cid-sArGL1BfsB .navbar.collapsed.opened .dropdown-menu {
	top: 0;
   }
   @media (min-width: 992px) {
	.cid-sArGL1BfsB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
	  max-height: calc(98.5vh - 3rem);
	}
   }
   .cid-sArGL1BfsB .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
   }
   .cid-sArGL1BfsB .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
   }
   .cid-sArGL1BfsB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 41%;
   }
   .cid-sArGL1BfsB .navbar.collapsed ul.navbar-nav li {
	margin: auto;
   }
   .cid-sArGL1BfsB .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	text-align: center;
   }
   .cid-sArGL1BfsB .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
   }
   @media (max-width: 991px) {
	.cid-sArGL1BfsB .navbar .nav-item .nav-link::before {
	  display: none;
	}
	.cid-sArGL1BfsB .navbar.opened .dropdown-menu {
	  top: 0;
	}
	.cid-sArGL1BfsB .navbar .dropdown-menu .dropdown-submenu {
	  left: 0 !important;
	}
	.cid-sArGL1BfsB .navbar .dropdown-menu .dropdown-item:after {
	  right: auto;
	}
	.cid-sArGL1BfsB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	  margin-left: 0.5rem;
	  margin-top: 0.2rem;
	  border-top: 0.35em solid;
	  border-right: 0.35em solid transparent;
	  border-left: 0.35em solid transparent;
	  border-bottom: 0;
	  top: 40%;
	}
	.cid-sArGL1BfsB .navbar .navbar-logo img {
	  height: 3rem !important;
	}
	.cid-sArGL1BfsB .navbar ul.navbar-nav li {
	  margin: auto;
	}
	.cid-sArGL1BfsB .navbar .dropdown-menu .dropdown-item {
	  padding: 0.25rem 1.5rem !important;
	  text-align: center;
	}
	.cid-sArGL1BfsB .navbar .navbar-brand {
	  flex-shrink: initial;
	  flex-basis: auto;
	  word-break: break-word;
	  padding-right: 2rem;
	}
	.cid-sArGL1BfsB .navbar .navbar-toggler {
	  flex-basis: auto;
	}
	.cid-sArGL1BfsB .navbar .icons-menu {
	  padding-left: 0;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
   }
   .cid-sArGL1BfsB .navbar.navbar-short {
	min-height: 60px;
   }
   .cid-sArGL1BfsB .navbar.navbar-short .navbar-logo img {
	height: 2.5rem !important;
   }
   .cid-sArGL1BfsB .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0;
   }
   .cid-sArGL1BfsB .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all 0.3s;
	word-break: break-word;
	z-index: 1;
   }
   .cid-sArGL1BfsB .navbar-brand .navbar-caption {
	line-height: inherit !important;
   }
   .cid-sArGL1BfsB .navbar-brand .navbar-logo a {
	outline: none;
   }
   .cid-sArGL1BfsB .dropdown-item.active,
   .cid-sArGL1BfsB .dropdown-item:active {
	background-color: transparent;
   }
   .cid-sArGL1BfsB .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
   }
   .cid-sArGL1BfsB .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
   }
   .cid-sArGL1BfsB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
   }
   .cid-sArGL1BfsB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
   }
   .cid-sArGL1BfsB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
   }
   .cid-sArGL1BfsB .navbar .dropdown.open > .dropdown-menu {
	display: block;
   }
   .cid-sArGL1BfsB ul.navbar-nav {
	flex-wrap: wrap;
   }
   .cid-sArGL1BfsB .navbar-buttons {
	text-align: center;
	min-width: 170px;
   }
   .cid-sArGL1BfsB button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	align-self: center;
   }
   .cid-sArGL1BfsB button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #0c0f0a;
   }
   .cid-sArGL1BfsB button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s;
   }
   .cid-sArGL1BfsB button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-sArGL1BfsB button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-sArGL1BfsB button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s;
   }
   .cid-sArGL1BfsB nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-sArGL1BfsB nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s;
   }
   .cid-sArGL1BfsB nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s;
   }
   .cid-sArGL1BfsB nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-sArGL1BfsB .navbar-dropdown {
	padding: 0 1rem;
	position: fixed;
   }
   .cid-sArGL1BfsB a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   .cid-sArGL1BfsB .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.3rem;
	text-align: center;
   }
   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-sArGL1BfsB .navbar {
	  height: 70px;
	}
	.cid-sArGL1BfsB .navbar.opened {
	  height: auto;
	}
	.cid-sArGL1BfsB .nav-item .nav-link:hover::before {
	  width: 175%;
	  max-width: calc(100% + 2rem);
	  left: -1rem;
	}
   }
   .cid-sArGKZTRFU {
	padding-top: 5rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
   }
   .cid-sArGL0okG4 {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-sArGL0okG4 .image-wrapper {
	  margin-bottom: 1rem;
	}
   }
   .cid-sArGL0okG4 .row {
	flex-direction: row-reverse;
   }
   .cid-sArGL0okG4 img {
	width: 100%;
   }
   .cid-sArGL0TzdJ {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #ffffff;
   }
   .cid-sArGL1ci3p {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   .cid-sArGL1ci3p .video-wrapper iframe {
	width: 100%;
   }
   .cid-sArGL1ci3p .mbr-section-title,
   .cid-sArGL1ci3p .mbr-section-subtitle,
   .cid-sArGL1ci3p .mbr-text {
	text-align: center;
   }
   .cid-sArGL2p9Ja {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #0c0f0a;
   }
   .cid-sArGL2p9Ja .social-row {
	display: flex;
	flex-wrap: wrap;
   }
   .cid-sArGL2p9Ja .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
   }
   @media (max-width: 767px) {
	.cid-sArGL2p9Ja .row {
	  text-align: center;
	}
	.cid-sArGL2p9Ja .social-row {
	  justify-content: center;
	}
   }
   .cid-sArGL2p9Ja .list {
	list-style: none;
	padding-left: 0;
	color: #4479d9;
   }
   @media (max-width: 991px) {
	.cid-sArGL2p9Ja .list {
	  margin-bottom: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-sArGL2p9Ja .list {
	  margin-bottom: 0rem;
	}
   }
   .cid-sArGL2p9Ja .mbr-text {
	color: #bbbbbb;
   }
   .cid-sArGL2p9Ja .mbr-iconfont {
	color: black;
   }
   .cid-sArKtxVbtn {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px;
   }
   .cid-sArKtxVbtn nav.navbar {
	position: fixed;
   }
   .cid-sArKtxVbtn .dropdown-item:before {
	font-family: Moririse2 !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	margin-right: 0.5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-sArKtxVbtn .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   }
   .cid-sArKtxVbtn .dropdown-item {
	border-bottom: 1px solid #e6e6e6;
   }
   .cid-sArKtxVbtn .dropdown-item:hover,
   .cid-sArKtxVbtn .dropdown-item:focus {
	background: #0c0f0a !important;
	color: white !important;
   }
   .cid-sArKtxVbtn .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
   }
   .cid-sArKtxVbtn .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   }
   .cid-sArKtxVbtn .nav-dropdown .link {
	padding: 0 0.3em !important;
	margin: 0.667em 1em !important;
   }
   .cid-sArKtxVbtn .nav-dropdown .link.dropdown-toggle::after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
   }
   .cid-sArKtxVbtn .nav-link {
	position: relative;
   }
   .cid-sArKtxVbtn .container {
	display: flex;
	margin: auto;
   }
   .cid-sArKtxVbtn .iconfont-wrapper {
	color: #000000 !important;
	font-size: 1.5rem;
	padding-right: 0.5rem;
   }
   .cid-sArKtxVbtn .dropdown-menu,
   .cid-sArKtxVbtn .navbar.opened {
	background: #ffffff !important;
   }
   .cid-sArKtxVbtn .nav-item:focus,
   .cid-sArKtxVbtn .nav-link:focus {
	outline: none;
   }
   .cid-sArKtxVbtn .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all 0.25s ease-in-out;
   }
   .cid-sArKtxVbtn .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
   }
   .cid-sArKtxVbtn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: 0.5rem;
	vertical-align: sub;
   }
   .cid-sArKtxVbtn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-sArKtxVbtn .collapsed .dropdown-menu .dropdown-item:before {
	display: none;
   }
   .cid-sArKtxVbtn .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
   }
   .cid-sArKtxVbtn .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
   }
   .cid-sArKtxVbtn .navbar.opened {
	transition: all 0.3s;
   }
   .cid-sArKtxVbtn .navbar .dropdown-item {
	padding: 0.5rem 1.8rem;
   }
   .cid-sArKtxVbtn .navbar .navbar-logo img {
	width: auto;
   }
   .cid-sArKtxVbtn .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1;
   }
   .cid-sArKtxVbtn .navbar.collapsed {
	justify-content: center;
   }
   .cid-sArKtxVbtn .navbar.collapsed .nav-item .nav-link::before {
	display: none;
   }
   .cid-sArKtxVbtn .navbar.collapsed.opened .dropdown-menu {
	top: 0;
   }
   @media (min-width: 992px) {
	.cid-sArKtxVbtn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
	  max-height: calc(98.5vh - 3rem);
	}
   }
   .cid-sArKtxVbtn .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
   }
   .cid-sArKtxVbtn .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
   }
   .cid-sArKtxVbtn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 41%;
   }
   .cid-sArKtxVbtn .navbar.collapsed ul.navbar-nav li {
	margin: auto;
   }
   .cid-sArKtxVbtn .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	text-align: center;
   }
   .cid-sArKtxVbtn .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
   }
   @media (max-width: 991px) {
	.cid-sArKtxVbtn .navbar .nav-item .nav-link::before {
	  display: none;
	}
	.cid-sArKtxVbtn .navbar.opened .dropdown-menu {
	  top: 0;
	}
	.cid-sArKtxVbtn .navbar .dropdown-menu .dropdown-submenu {
	  left: 0 !important;
	}
	.cid-sArKtxVbtn .navbar .dropdown-menu .dropdown-item:after {
	  right: auto;
	}
	.cid-sArKtxVbtn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	  margin-left: 0.5rem;
	  margin-top: 0.2rem;
	  border-top: 0.35em solid;
	  border-right: 0.35em solid transparent;
	  border-left: 0.35em solid transparent;
	  border-bottom: 0;
	  top: 40%;
	}
	.cid-sArKtxVbtn .navbar .navbar-logo img {
	  height: 3rem !important;
	}
	.cid-sArKtxVbtn .navbar ul.navbar-nav li {
	  margin: auto;
	}
	.cid-sArKtxVbtn .navbar .dropdown-menu .dropdown-item {
	  padding: 0.25rem 1.5rem !important;
	  text-align: center;
	}
	.cid-sArKtxVbtn .navbar .navbar-brand {
	  flex-shrink: initial;
	  flex-basis: auto;
	  word-break: break-word;
	  padding-right: 2rem;
	}
	.cid-sArKtxVbtn .navbar .navbar-toggler {
	  flex-basis: auto;
	}
	.cid-sArKtxVbtn .navbar .icons-menu {
	  padding-left: 0;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
   }
   .cid-sArKtxVbtn .navbar.navbar-short {
	min-height: 60px;
   }
   .cid-sArKtxVbtn .navbar.navbar-short .navbar-logo img {
	height: 2.5rem !important;
   }
   .cid-sArKtxVbtn .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0;
   }
   .cid-sArKtxVbtn .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all 0.3s;
	word-break: break-word;
	z-index: 1;
   }
   .cid-sArKtxVbtn .navbar-brand .navbar-caption {
	line-height: inherit !important;
   }
   .cid-sArKtxVbtn .navbar-brand .navbar-logo a {
	outline: none;
   }
   .cid-sArKtxVbtn .dropdown-item.active,
   .cid-sArKtxVbtn .dropdown-item:active {
	background-color: transparent;
   }
   .cid-sArKtxVbtn .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
   }
   .cid-sArKtxVbtn .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
   }
   .cid-sArKtxVbtn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
   }
   .cid-sArKtxVbtn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
   }
   .cid-sArKtxVbtn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
   }
   .cid-sArKtxVbtn .navbar .dropdown.open > .dropdown-menu {
	display: block;
   }
   .cid-sArKtxVbtn ul.navbar-nav {
	flex-wrap: wrap;
   }
   .cid-sArKtxVbtn .navbar-buttons {
	text-align: center;
	min-width: 170px;
   }
   .cid-sArKtxVbtn button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	align-self: center;
   }
   .cid-sArKtxVbtn button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #0c0f0a;
   }
   .cid-sArKtxVbtn button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s;
   }
   .cid-sArKtxVbtn button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-sArKtxVbtn button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-sArKtxVbtn button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s;
   }
   .cid-sArKtxVbtn nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-sArKtxVbtn nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s;
   }
   .cid-sArKtxVbtn nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s;
   }
   .cid-sArKtxVbtn nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-sArKtxVbtn .navbar-dropdown {
	padding: 0 1rem;
	position: fixed;
   }
   .cid-sArKtxVbtn a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   .cid-sArKtxVbtn .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.3rem;
	text-align: center;
   }
   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-sArKtxVbtn .navbar {
	  height: 70px;
	}
	.cid-sArKtxVbtn .navbar.opened {
	  height: auto;
	}
	.cid-sArKtxVbtn .nav-item .nav-link:hover::before {
	  width: 175%;
	  max-width: calc(100% + 2rem);
	  left: -1rem;
	}
   }
   .cid-sArKtwnZAo {
	padding-top: 5rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
   }
   .cid-sArKtwSrBj {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-sArKtwSrBj .image-wrapper {
	  margin-bottom: 1rem;
	}
   }
   .cid-sArKtwSrBj .row {
	flex-direction: row-reverse;
   }
   .cid-sArKtwSrBj img {
	width: 100%;
   }
   .cid-sArKtxiTsC {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #ffffff;
   }
   .cid-sArKtxy9bB {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   .cid-sArKtxy9bB .video-wrapper iframe {
	width: 100%;
   }
   .cid-sArKtxy9bB .mbr-section-title,
   .cid-sArKtxy9bB .mbr-section-subtitle,
   .cid-sArKtxy9bB .mbr-text {
	text-align: center;
   }
   .cid-sArKtyqDss {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #0c0f0a;
   }
   .cid-sArKtyqDss .social-row {
	display: flex;
	flex-wrap: wrap;
   }
   .cid-sArKtyqDss .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
   }
   @media (max-width: 767px) {
	.cid-sArKtyqDss .row {
	  text-align: center;
	}
	.cid-sArKtyqDss .social-row {
	  justify-content: center;
	}
   }
   .cid-sArKtyqDss .list {
	list-style: none;
	padding-left: 0;
	color: #4479d9;
   }
   @media (max-width: 991px) {
	.cid-sArKtyqDss .list {
	  margin-bottom: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-sArKtyqDss .list {
	  margin-bottom: 0rem;
	}
   }
   .cid-sArKtyqDss .mbr-text {
	color: #bbbbbb;
   }
   .cid-sArKtyqDss .mbr-iconfont {
	color: black;
   }
   .cid-spf7Pv79eu {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px;
   }
   .cid-spf7Pv79eu nav.navbar {
	position: fixed;
   }
   .cid-spf7Pv79eu .dropdown-item:before {
	font-family: Moririse2 !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	margin-right: 0.5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   }
   .cid-spf7Pv79eu .dropdown-item {
	border-bottom: 1px solid #e6e6e6;
   }
   .cid-spf7Pv79eu .dropdown-item:hover,
   .cid-spf7Pv79eu .dropdown-item:focus {
	background: #0c0f0a !important;
	color: white !important;
   }
   .cid-spf7Pv79eu .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
   }
   .cid-spf7Pv79eu .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   }
   .cid-spf7Pv79eu .nav-dropdown .link {
	padding: 0 0.3em !important;
	margin: 0.667em 1em !important;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle::after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
   }
   .cid-spf7Pv79eu .nav-link {
	position: relative;
   }
   .cid-spf7Pv79eu .container {
	display: flex;
	margin: auto;
   }
   .cid-spf7Pv79eu .iconfont-wrapper {
	color: #000000 !important;
	font-size: 1.5rem;
	padding-right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown-menu,
   .cid-spf7Pv79eu .navbar.opened {
	background: #ffffff !important;
   }
   .cid-spf7Pv79eu .nav-item:focus,
   .cid-spf7Pv79eu .nav-link:focus {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: 0.5rem;
	vertical-align: sub;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .collapsed .dropdown-menu .dropdown-item:before {
	display: none;
   }
   .cid-spf7Pv79eu .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
   }
   .cid-spf7Pv79eu .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.opened {
	transition: all 0.3s;
   }
   .cid-spf7Pv79eu .navbar .dropdown-item {
	padding: 0.5rem 1.8rem;
   }
   .cid-spf7Pv79eu .navbar .navbar-logo img {
	width: auto;
   }
   .cid-spf7Pv79eu .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar.collapsed {
	justify-content: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .nav-item .nav-link::before {
	display: none;
   }
   .cid-spf7Pv79eu .navbar.collapsed.opened .dropdown-menu {
	top: 0;
   }
   @media (min-width: 992px) {
	.cid-spf7Pv79eu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
	  max-height: calc(98.5vh - 3rem);
	}
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 41%;
   }
   .cid-spf7Pv79eu .navbar.collapsed ul.navbar-nav li {
	margin: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	text-align: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
   }
   @media (max-width: 991px) {
	.cid-spf7Pv79eu .navbar .nav-item .nav-link::before {
	  display: none;
	}
	.cid-spf7Pv79eu .navbar.opened .dropdown-menu {
	  top: 0;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-submenu {
	  left: 0 !important;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item:after {
	  right: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	  margin-left: 0.5rem;
	  margin-top: 0.2rem;
	  border-top: 0.35em solid;
	  border-right: 0.35em solid transparent;
	  border-left: 0.35em solid transparent;
	  border-bottom: 0;
	  top: 40%;
	}
	.cid-spf7Pv79eu .navbar .navbar-logo img {
	  height: 3rem !important;
	}
	.cid-spf7Pv79eu .navbar ul.navbar-nav li {
	  margin: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item {
	  padding: 0.25rem 1.5rem !important;
	  text-align: center;
	}
	.cid-spf7Pv79eu .navbar .navbar-brand {
	  flex-shrink: initial;
	  flex-basis: auto;
	  word-break: break-word;
	  padding-right: 2rem;
	}
	.cid-spf7Pv79eu .navbar .navbar-toggler {
	  flex-basis: auto;
	}
	.cid-spf7Pv79eu .navbar .icons-menu {
	  padding-left: 0;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
   }
   .cid-spf7Pv79eu .navbar.navbar-short {
	min-height: 60px;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-logo img {
	height: 2.5rem !important;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0;
   }
   .cid-spf7Pv79eu .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all 0.3s;
	word-break: break-word;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-caption {
	line-height: inherit !important;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-logo a {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown-item.active,
   .cid-spf7Pv79eu .dropdown-item:active {
	background-color: transparent;
   }
   .cid-spf7Pv79eu .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
   }
   .cid-spf7Pv79eu .navbar .dropdown.open > .dropdown-menu {
	display: block;
   }
   .cid-spf7Pv79eu ul.navbar-nav {
	flex-wrap: wrap;
   }
   .cid-spf7Pv79eu .navbar-buttons {
	text-align: center;
	min-width: 170px;
   }
   .cid-spf7Pv79eu button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	align-self: center;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #0c0f0a;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu .navbar-dropdown {
	padding: 0 1rem;
	position: fixed;
   }
   .cid-spf7Pv79eu a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   .cid-spf7Pv79eu .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.3rem;
	text-align: center;
   }
   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-spf7Pv79eu .navbar {
	  height: 70px;
	}
	.cid-spf7Pv79eu .navbar.opened {
	  height: auto;
	}
	.cid-spf7Pv79eu .nav-item .nav-link:hover::before {
	  width: 175%;
	  max-width: calc(100% + 2rem);
	  left: -1rem;
	}
   }
   .cid-spf7Mho91N {
	background-image: url("../../../assets/images/tintas.jpg");
   }
   .cid-spf7Mho91N .mbr-section-title {
	color: #0c0f0a;
   }
   .cid-spf7Mho91N .mbr-text,
   .cid-spf7Mho91N .mbr-section-btn {
	color: #0c0f0a;
	text-align: left;
   }
   .cid-spf7Mho91N .mbr-section-subtitle {
	color: #0c0f0a;
   }
   .cid-trFaaslIvq {
	padding-top: 0rem;
	padding-bottom: 0rem;
	background-color: #ffffff;
   }
   .cid-trFaaslIvq .content-wrapper {
	background: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-trFaaslIvq .content-wrapper .row {
	  flex-direction: column-reverse;
	}
	.cid-trFaaslIvq .content-wrapper .image-wrapper {
	  margin-bottom: 2rem;
	}
   }
   @media (max-width: 767px) {
	.cid-trFaaslIvq .content-wrapper {
	  padding: 1rem;
	}
   }
   @media (min-width: 768px) and (max-width: 991px) {
	.cid-trFaaslIvq .content-wrapper {
	  padding: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-trFaaslIvq .content-wrapper {
	  padding: 5rem 3rem;
	}
	.cid-trFaaslIvq .content-wrapper .text-wrapper {
	  padding-right: 2rem;
	}
   }
   .cid-trFaaslIvq .image-wrapper img {
	width: 100%;
	object-fit: cover;
   }
   .cid-trFaaslIvq .mbr-text,
   .cid-trFaaslIvq .mbr-section-btn {
	color: #0c0f0a;
   }
   .cid-trFaaslIvq .card-title {
	color: #000000;
   }
   .cid-spf9BK55ZU {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-spf9BK55ZU .image-wrapper {
	  margin-bottom: 1rem;
	}
   }
   .cid-spf9BK55ZU img {
	width: 100%;
   }
   @media (min-width: 992px) {
	.cid-spf9BK55ZU .text-wrapper {
	  padding: 2rem;
	}
   }
   .cid-spf9BK55ZU .mbr-section-title {
	color: #0c0f0a;
   }
   .cid-spf9BK55ZU .mbr-text {
	color: #0c0f0a;
   }
   .cid-spf9BK55ZU .mbr-description {
	color: #0c0f0a;
   }
   .cid-spf9O9tYQE {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   @media (max-width: 991px) {
	.cid-spf9O9tYQE .image-wrapper {
	  margin-bottom: 1rem;
	}
   }
   .cid-spf9O9tYQE .row {
	flex-direction: row-reverse;
   }
   .cid-spf9O9tYQE img {
	width: 100%;
   }
   @media (min-width: 992px) {
	.cid-spf9O9tYQE .text-wrapper {
	  padding: 2rem;
	}
   }
   .cid-spf9O9tYQE .mbr-text {
	color: #0c0f0a;
   }
   .cid-spf9O9tYQE .mbr-section-title {
	color: #0c0f0a;
   }
   .cid-spf9O9tYQE .mbr-description {
	color: #0c0f0a;
   }
   .cid-spf9XaoCjb {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   .cid-spf9XaoCjb img,
   .cid-spf9XaoCjb .item-img {
	width: 100%;
   }
   .cid-spf9XaoCjb .item:focus,
   .cid-spf9XaoCjb span:focus {
	outline: none;
   }
   .cid-spf9XaoCjb .item {
	cursor: pointer;
	margin-bottom: 2rem;
   }
   .cid-spf9XaoCjb .item-wrapper {
	position: relative;
	border-radius: 4px;
	background: #fafafa;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
   }
   @media (min-width: 992px) {
	.cid-spf9XaoCjb .item-wrapper .item-content {
	  padding: 2rem;
	}
   }
   @media (max-width: 991px) {
	.cid-spf9XaoCjb .item-wrapper .item-content {
	  padding: 1rem;
	}
   }
   .cid-spf9XaoCjb .mbr-section-btn {
	margin-top: auto !important;
   }
   .cid-spf9XaoCjb .mbr-section-title {
	color: #0c0f0a;
   }
   .cid-spf9XaoCjb .mbr-text,
   .cid-spf9XaoCjb .mbr-section-btn {
	text-align: left;
	color: #0c0f0a;
   }
   .cid-spf9XaoCjb .item-title {
	text-align: left;
	color: #0c0f0a;
   }
   .cid-spf9XaoCjb .item-subtitle {
	text-align: center;
   }
   .cid-spf9XaoCjb .mbr-section-subtitle {
	color: #0c0f0a;
   }
   .cid-spfb4vbmZg {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #ffffff;
   }
   .cid-spfb4vbmZg .media-container-row {
	justify-content: space-between;
   }
   .cid-spfb4vbmZg .text-content {
	max-width: 50%;
   }
   .cid-spfb4vbmZg .mbr-iconfont-social {
	margin: 0.5rem;
	font-size: 32px;
	display: flex;
	border-radius: 50%;
	text-align: center;
	color: #0c0f0a;
	border: 2px solid #0c0f0a;
	justify-content: center;
	align-content: center;
	transition: all 0.3s;
   }
   .cid-spfb4vbmZg .mbr-iconfont-social:before {
	padding: 0.6rem;
   }
   .cid-spfb4vbmZg .mbr-iconfont-social:hover {
	background-color: #0c0f0a;
	color: #ffffff;
   }
   @media (max-width: 768px) {
	.cid-spfb4vbmZg .icons {
	  justify-content: center !important;
	}
	.cid-spfb4vbmZg .text-content * {
	  text-align: center;
	}
   }
   .cid-spfb4vbmZg .mbr-section-title {
	color: #0c0f0a;
   }
   .cid-spfb4vbmZg P {
	color: #0c0f0a;
   }
   .cid-spfaNkdhSD {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #0c0f0a;
   }
   .cid-spfaNkdhSD .social-row {
	display: flex;
	flex-wrap: wrap;
   }
   .cid-spfaNkdhSD .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
   }
   @media (max-width: 767px) {
	.cid-spfaNkdhSD .row {
	  text-align: center;
	}
	.cid-spfaNkdhSD .social-row {
	  justify-content: center;
	}
   }
   .cid-spfaNkdhSD .list {
	list-style: none;
	padding-left: 0;
	color: #4479d9;
   }
   @media (max-width: 991px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 0rem;
	}
   }
   .cid-spfaNkdhSD .mbr-text {
	color: #bbbbbb;
   }
   .cid-spfaNkdhSD .mbr-iconfont {
	color: black;
   }
   .cid-spf7Pv79eu {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px;
   }
   .cid-spf7Pv79eu nav.navbar {
	position: fixed;
   }
   .cid-spf7Pv79eu .dropdown-item:before {
	font-family: Moririse2 !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	margin-right: 0.5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   }
   .cid-spf7Pv79eu .dropdown-item {
	border-bottom: 1px solid #e6e6e6;
   }
   .cid-spf7Pv79eu .dropdown-item:hover,
   .cid-spf7Pv79eu .dropdown-item:focus {
	background: #0c0f0a !important;
	color: white !important;
   }
   .cid-spf7Pv79eu .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
   }
   .cid-spf7Pv79eu .dropdown-item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
   }
   .cid-spf7Pv79eu .nav-dropdown .link {
	padding: 0 0.3em !important;
	margin: 0.667em 1em !important;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle::after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
   }
   .cid-spf7Pv79eu .nav-link {
	position: relative;
   }
   .cid-spf7Pv79eu .container {
	display: flex;
	margin: auto;
   }
   .cid-spf7Pv79eu .iconfont-wrapper {
	color: #000000 !important;
	font-size: 1.5rem;
	padding-right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown-menu,
   .cid-spf7Pv79eu .navbar.opened {
	background: #ffffff !important;
   }
   .cid-spf7Pv79eu .nav-item:focus,
   .cid-spf7Pv79eu .nav-link:focus {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: 0.5rem;
	vertical-align: sub;
   }
   .cid-spf7Pv79eu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all 0.25s ease-in-out;
   }
   .cid-spf7Pv79eu .collapsed .dropdown-menu .dropdown-item:before {
	display: none;
   }
   .cid-spf7Pv79eu .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
   }
   .cid-spf7Pv79eu .navbar {
	min-height: 70px;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.opened {
	transition: all 0.3s;
   }
   .cid-spf7Pv79eu .navbar .dropdown-item {
	padding: 0.5rem 1.8rem;
   }
   .cid-spf7Pv79eu .navbar .navbar-logo img {
	width: auto;
   }
   .cid-spf7Pv79eu .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar.collapsed {
	justify-content: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .nav-item .nav-link::before {
	display: none;
   }
   .cid-spf7Pv79eu .navbar.collapsed.opened .dropdown-menu {
	top: 0;
   }
   @media (min-width: 992px) {
	.cid-spf7Pv79eu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
	  max-height: calc(98.5vh - 3rem);
	}
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: 0.5rem;
	margin-top: 0.2rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 41%;
   }
   .cid-spf7Pv79eu .navbar.collapsed ul.navbar-nav li {
	margin: auto;
   }
   .cid-spf7Pv79eu .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: 0.25rem 1.5rem;
	text-align: center;
   }
   .cid-spf7Pv79eu .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
   }
   @media (max-width: 991px) {
	.cid-spf7Pv79eu .navbar .nav-item .nav-link::before {
	  display: none;
	}
	.cid-spf7Pv79eu .navbar.opened .dropdown-menu {
	  top: 0;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-submenu {
	  left: 0 !important;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item:after {
	  right: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	  margin-left: 0.5rem;
	  margin-top: 0.2rem;
	  border-top: 0.35em solid;
	  border-right: 0.35em solid transparent;
	  border-left: 0.35em solid transparent;
	  border-bottom: 0;
	  top: 40%;
	}
	.cid-spf7Pv79eu .navbar .navbar-logo img {
	  height: 3rem !important;
	}
	.cid-spf7Pv79eu .navbar ul.navbar-nav li {
	  margin: auto;
	}
	.cid-spf7Pv79eu .navbar .dropdown-menu .dropdown-item {
	  padding: 0.25rem 1.5rem !important;
	  text-align: center;
	}
	.cid-spf7Pv79eu .navbar .navbar-brand {
	  flex-shrink: initial;
	  flex-basis: auto;
	  word-break: break-word;
	  padding-right: 2rem;
	}
	.cid-spf7Pv79eu .navbar .navbar-toggler {
	  flex-basis: auto;
	}
	.cid-spf7Pv79eu .navbar .icons-menu {
	  padding-left: 0;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
   }
   .cid-spf7Pv79eu .navbar.navbar-short {
	min-height: 60px;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-logo img {
	height: 2.5rem !important;
   }
   .cid-spf7Pv79eu .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0;
   }
   .cid-spf7Pv79eu .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all 0.3s;
	word-break: break-word;
	z-index: 1;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-caption {
	line-height: inherit !important;
   }
   .cid-spf7Pv79eu .navbar-brand .navbar-logo a {
	outline: none;
   }
   .cid-spf7Pv79eu .dropdown-item.active,
   .cid-spf7Pv79eu .dropdown-item:active {
	background-color: transparent;
   }
   .cid-spf7Pv79eu .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
   }
   .cid-spf7Pv79eu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
   }
   .cid-spf7Pv79eu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
   }
   .cid-spf7Pv79eu .navbar .dropdown.open > .dropdown-menu {
	display: block;
   }
   .cid-spf7Pv79eu ul.navbar-nav {
	flex-wrap: wrap;
   }
   .cid-spf7Pv79eu .navbar-buttons {
	text-align: center;
	min-width: 170px;
   }
   .cid-spf7Pv79eu button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	align-self: center;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #0c0f0a;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s;
   }
   .cid-spf7Pv79eu button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s;
   }
   .cid-spf7Pv79eu nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s;
   }
   .cid-spf7Pv79eu .navbar-dropdown {
	padding: 0 1rem;
	position: fixed;
   }
   .cid-spf7Pv79eu a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   .cid-spf7Pv79eu .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.3rem;
	text-align: center;
   }
   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-spf7Pv79eu .navbar {
	  height: 70px;
	}
	.cid-spf7Pv79eu .navbar.opened {
	  height: auto;
	}
	.cid-spf7Pv79eu .nav-item .nav-link:hover::before {
	  width: 175%;
	  max-width: calc(100% + 2rem);
	  left: -1rem;
	}
   }
   .cid-urjsxhCCIq {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
   }
   .cid-urjsxhCCIq img,
   .cid-urjsxhCCIq .item-img {
	height: 100%;
	height: 300px;
	object-fit: cover;
   }
   .cid-urjsxhCCIq .item:focus,
   .cid-urjsxhCCIq span:focus {
	outline: none;
   }
   .cid-urjsxhCCIq .item {
	cursor: pointer;
	margin-bottom: 2rem;
   }
   .cid-urjsxhCCIq .item-wrapper {
	position: relative;
	border-radius: 4px;
	background: #fafafa;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
   }
   @media (min-width: 992px) {
	.cid-urjsxhCCIq .item-wrapper .item-content {
	  padding: 2rem 2rem 0;
	}
	.cid-urjsxhCCIq .item-wrapper .item-footer {
	  padding: 0 2rem 2rem;
	}
   }
   @media (max-width: 991px) {
	.cid-urjsxhCCIq .item-wrapper .item-content {
	  padding: 1rem 1rem 0;
	}
	.cid-urjsxhCCIq .item-wrapper .item-footer {
	  padding: 0 1rem 1rem;
	}
   }
   .cid-urjsxhCCIq .mbr-section-btn {
	margin-top: auto !important;
   }
   .cid-urjsxhCCIq .mbr-section-title {
	color: #232323;
   }
   .cid-urjsxhCCIq .mbr-text,
   .cid-urjsxhCCIq .mbr-section-btn {
	text-align: left;
   }
   .cid-urjsxhCCIq .item-title {
	text-align: left;
   }
   .cid-urjsxhCCIq .item-subtitle {
	text-align: left;
	color: #232323;
   }
   .cid-spfaNkdhSD {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #0c0f0a;
   }
   .cid-spfaNkdhSD .social-row {
	display: flex;
	flex-wrap: wrap;
   }
   .cid-spfaNkdhSD .soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
	height: 2.5rem;
	width: 2.5rem;
   }
   @media (max-width: 767px) {
	.cid-spfaNkdhSD .row {
	  text-align: center;
	}
	.cid-spfaNkdhSD .social-row {
	  justify-content: center;
	}
   }
   .cid-spfaNkdhSD .list {
	list-style: none;
	padding-left: 0;
	color: #4479d9;
   }
   @media (max-width: 991px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 2rem;
	}
   }
   @media (min-width: 992px) {
	.cid-spfaNkdhSD .list {
	  margin-bottom: 0rem;
	}
   }
   .cid-spfaNkdhSD .mbr-text {
	color: #bbbbbb;
   }
   .cid-spfaNkdhSD .mbr-iconfont {
	color: black;
   }