@charset "UTF-8";
/*
* Trunk version 2.0.1
*/
/*
* Contexts
*/
.context-dark, .bg-gray-700, .bg-primary, .bg-secondary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1,
.bg-secondary h1, .context-dark h2, .bg-gray-700 h2, .bg-primary h2, .bg-secondary h2, .context-dark h3, .bg-gray-700 h3, .bg-primary h3, .bg-secondary h3, .context-dark h4, .bg-gray-700 h4, .bg-primary h4, .bg-secondary h4, .context-dark h5, .bg-gray-700 h5, .bg-primary h5, .bg-secondary h5, .context-dark h6, .bg-gray-700 h6, .bg-primary h6, .bg-secondary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-primary [class^='heading-'], .bg-secondary [class^='heading-'] {
	color: #ffffff;
}

a:focus,
button:focus {
	outline: none !important;
}

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

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
* Typography
*/
body {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	color: #000000;
	background-color: #f4f4f4;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

.page-header {
	position: relative;
	z-index: 5;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #242b52;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #A553BB;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.2;
	text-shadow: 5px 15px 10px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 90px;
		line-height: 1;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 40px;
		line-height: 1.375;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 36px;
		line-height: 1.33333;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h4,
	.heading-4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.5;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

@media (min-width: 1200px) {
	h5,
	.heading-5 {
		font-size: 20px;
		line-height: 1;
	}
}

h6,
.heading-6 {
	font-size: 16px;
	line-height: 1.3;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
}

@media (min-width: 1200px) {
	h6,
	.heading-6 {
		font-size: 16px;
		line-height: 1.3125;
	}
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #A553BB;
}

.big {
	font-size: 18px;
	line-height: 1.55556;
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #F5F5F5;
}

p {
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.06em;
	color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
	p {
		font-size: inherit;
	}
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #A553BB;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #A553BB;
	color: #ffffff;
}

::-moz-selection {
	background: #A553BB;
	color: #ffffff;
}

/*
* Brand
*/
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

/*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	color: black;
}

a, a:focus, a:active {
	color: #2b282b;
}

a:hover {
	text-decoration: underline;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

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

.link-press {
	text-decoration: none;
}

* + .privacy-link {
	margin-top: 25px;
}

.link-custom {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
}

.link-custom:hover {
	color: rgba(255, 255, 255, 0.7);
}

/*
* Blocks
*/
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #A553BB;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599.98px) {
	.block-center {
		padding: 20px;
	}
	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}
	.block-center-header {
		background-color: #A553BB;
	}
}

/*
 Block Custom Main
 */
.block-custom-main {
	position: absolute;
	display: none;
	left: 0;
	top: 17.8%;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 945px;
	margin-left: auto;
	margin-right: auto;
opacity:0.5;}

@media (min-width: 1200px) {
	.block-custom-main {
		display: block;
	}
}

/*
* Boxes
*/
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: #A553BB;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #A553BB;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

* + .box-minimal {
	margin-top: 30px;
}

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-divider {
	margin-top: 20px;
}

* + .box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-primary .box-minimal p, .bg-secondary .box-minimal p {
	color: #000000;
}

.context-dark p, .bg-gray-700 p, .bg-primary p, .bg-secondary p {
	color: rgba(255, 255, 255, 0.6);
}

.box-counter {
	position: relative;
	text-align: center;
	color: #2c343b;
}

.box-counter-title {
	display: inline-block;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.box-counter-main {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2;
}

.box-counter-main > * {
	display: inline;
	font: inherit;
}

.box-counter-main .small {
	font-size: 28px;
}

.box-counter-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top;
}

.box-counter-divider {
	font-size: 0;
	line-height: 0;
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #A553BB;
}

* + .box-counter-title {
	margin-top: 10px;
}

* + .box-counter-main {
	margin-top: 20px;
}

* + .box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-counter-title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 60px;
	}
	.box-counter-main .small {
		font-size: 36px;
	}
	* + .box-counter-main {
		margin-top: 30px;
	}
	* + .box-counter-divider {
		margin-top: 15px;
	}
	* + .box-counter-title {
		margin-top: 18px;
	}
}

.bg-primary .box-counter {
	color: #ffffff;
}

.bg-primary .box-counter-divider::after {
	background: #ffffff;
}

/*
 Box Main
 */
.box-main {
	position: relative;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.box-main-inner {
	display: flex;
	flex-direction: column;
}

.box-main-inner-image {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.box-main-inner-info {
	position: relative;
	margin-left: auto;
}

.box-main-title-decor {
	position: absolute;
	display: none;
	right: -26px;
	top: -50px;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	pointer-events: none;
}

.box-main * + p {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.box-main {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
	.box-main-inner-image {
		max-width: 428px;
	}
}

@media (min-width: 1200px) {
	.box-main {
		margin-top: 14px;
	}
	.box-main-inner-image {
		margin-right: 0;
		margin-left: auto;
	}
	.box-main-inner-info {
		max-width: 531px;
	}
	.ie-10 .box-main-inner-info, .ie-11 .box-main-inner-info, .edge .box-main-inner-info {
		width: 100%;
	}
	.box-main-inner-info h5 {
		margin-left: 5px;
	}
	.box-main-title-decor {
		display: inline-block;
		font-size: 200px;
	}
	.box-main * + p {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	.box-main {
		margin-left: 38px;
	}
}

* + .box-main-inner-info {
	margin-top: 5px;
}

@media (min-width: 992px) {
	* + .box-main-inner-info {
		margin-top: 20px;
	}
}

/*
 Box Decor Image
 */
.box-decor-image {
	position: absolute;
	display: none;
}

.box-decor-image-1 {
	z-index: 0;
	left: 0;
	top: 0;	bottom: 0;
	pointer-events: none;
}

.box-decor-image-2 {
	right: 118px;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.box-decor-image-1 {
		display: block;
	}
	.box-decor-image-2 {
		display: block;
	}
}

@media (min-width: 1200px) {
	.box-decor-image-1 {
		top: 0;
		bottom: auto;
	}
}

@media (min-width: 1600px) {
	.box-decor-image-1 {
		z-index: 1;
	}
}

/*
Box Title
 */
@media (min-width: 576px) {
	.box-title {
		max-width: 430px;
	}
}

/*
Box Classic
 */
.box-classic * + h4 {
	margin-top: 10px;
}

.box-classic * + p {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-classic * + h4 {
		margin-top: 20px;
	}
}

/*
Box Icon
 */
.box-icon {
	position: relative;
	background-color: #ffffff;
	padding: 50px 15px 40px;
	text-align: center;
	box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	max-width: 284px;
}

.box-icon-wrapper {
	position: relative;
}

.box-icon-wrapper .list-inline-circles {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.box-icon .icon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.box-icon {
		padding: 41px 20px;
	}
}

@media (min-width: 1200px) {
	.box-icon-wrapper .list-inline-circles {
		display: block;
	}
}

/*
 Box Form
 */
.box-form {
	background-color: #ffffff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	padding: 15px 20px;
	border-radius: 8px;
}

@media (min-width: 992px) {
	.box-form {
		padding: 40px 45px 60px;
	}
}

/*
 Box Thumb
 */
.box-thumb {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.box-thumb * + h4 {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-thumb * + h4 {
		margin-top: 20px;
	}
}

/*
 Box Creative
 */
.box-creative {
	padding: 28px 15px;
	box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	text-align: center;
	max-width: 335px;
	margin-left: auto;
	margin-right: auto;
}

.box-creative-top {
	position: relative;
}

.box-creative-top .img-author {
	margin-left: auto;
	margin-right: auto;
}

.box-creative-top .img-quote {
	position: absolute;
}

.box-creative p {
	opacity: .7;
}

.box-creative h6 {
	color: #A553BB;
}

.box-creative * + p {
	margin-top: 20px;
}

.box-creative * + h6 {
	margin-top: 18px;
}

@media (min-width: 992px) {
	.box-creative {
		padding: 28px 45px 48px;
	}
	.box-creative-top .img-quote {
		right: -14px;
		top: -6px;
	}
	.box-creative * + p {
		margin-top: 35px;
	}
	.box-creative * + h6 {
		margin-top: 29px;
	}
}

/*
 Box Partners
 */
.box-partners {
	max-width: 660px;
}

.box-partners-link {
	display: block;
	width: 100%;
	max-width: 300px;
	min-height: 104px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px 15px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	transition: 0.35s transform linear;
}

.box-partners * + .box-partners-links {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.box-partners-link {
		padding: 30px;
	}
	.box-partners-links {
		margin-right: 62px;
	}
	.box-partners h2 + p {
		margin-top: 36px;
	}
	.desktop .box-partners-link:hover {
		transform: scale(1.07);
	}
}

/*
	Box Negative Offset
 */
.box-image-offset {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.box-image-offset:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 200px;
	box-shadow: 50px 90px 80px rgba(0, 0, 0, 0.25);
}

.box-image-offset img {
	max-width: 280px;
}

@media (min-width: 1200px) {
	.box-image-offset {
		margin-top: 50px;
	}
	.box-image-offset img {
		max-width: 100%;
	}
}

/*
 Audio Control
 */
.audio-control {
	display: inline-block;
	padding: 0;
	outline: none;
	width: 16px;
	height: 16px;
	background: #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	border: none;
}

.audio-control:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin: -50% 0 0 -50%;
	z-index: 1;
	width: 200%;
	height: 200%;
	background: rgba(243, 243, 243, 1);
	transition: .33s;
	pointer-events: auto;
	border-radius: 50%;
}

/*
 Box Image Shadow
 */
.box-image-shadow {
	position: relative;
	z-index: 1;
}

.box-image-shadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 200px;
	box-shadow: 50px 90px 80px rgba(0, 0, 0, 0.25);
}

.box-image-shadow-big:after {
	left: 32px;
	top: 32px;
	right: 32px;
	bottom: 32px;
}

/*
 Box Modal Info
 */
.box-modal-info {
	max-width: 822px;
	margin-left: auto;
	margin-right: auto;
}

.ie-10 .box-modal-info, .ie-11 .box-modal-info, .edge .box-modal-info {
	width: 100%;
}

@media (min-width: 1200px) {
	.box-modal-info h2 {
		margin-left: 50px;
	}
}

/*
 Box Lina
 */
.box-lina {
	margin-left: auto;
	margin-right: auto;
}

.box-lina h2 {
	font-weight: 400;
	font-weight: 300;
}

@media (min-width: 768px) {
	.box-lina {
		max-width: 233px;
	}
}

/*
 Price
 */
.main-price {
	font-size: 33px;
	line-height: 1.1em;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-md {
	margin-bottom: -10px;
	margin-left: -12px;
}

html .group-md:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-md > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 12px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}
	html .group-xl > * {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

html .group-middle {
	display: inline-flex;
	align-items: center;
}

html .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}

html .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-wrap: nowrap;
	}
	html .group-custom > * {
		flex: 1 1 auto;
	}
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 20px;
}

/*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

.unit-spacing-md {
	margin-bottom: -15px;
	margin-left: -30px;
}

.unit-spacing-md > * {
	margin-bottom: 15px;
	margin-left: 30px;
}

/*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 21px;
}

.list-xl > li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

/*
* List inline
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*
* List terms
*/
.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

* + .list-terms {
	margin-top: 25px;
}

/*
* Index list
*/
.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

/*
* Marked list
*/
.list-marked {
	padding-left: 25px;
	text-align: left;
}

.list-marked > li {
	text-indent: -25px;
	padding-left: 25px;
}

.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: 25px;
	top: -1px;
	min-width: 25px;
	content: '\f105';
	font: 400 14px/24px 'FontAwesome';
	color: #b7b7b7;
}

.list-marked > li + li {
	margin-top: 4px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 10px;
}

/*
* Ordered List
*/
.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	padding-left: 25px;
}

.list-ordered > li .list-inline-circles {
	right: 0;
	transform: translate(50%, -50%);
}

.list-ordered > li .box-icon {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.list-ordered > li .box-icon:before {
	content: counter(li, decimal);
	counter-increment: li;
	display: none;
	width: 15px;
	color: #b7b7b7;
	font-size: 24px;
}

@media (min-width: 992px) {
	.list-ordered > li .box-icon:before {
		position: absolute;
		display: inline-block;
		bottom: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 1200px) {
	.list-ordered > li:nth-child(1) .box-icon, .list-ordered > li:nth-child(4) .box-icon, .list-ordered > li:nth-child(7) .box-icon, .list-ordered > li:nth-child(10) .box-icon {
		margin-left: 0;
		margin-right: auto;
	}
	.list-ordered > li:nth-child(2) .list-inline-circles, .list-ordered > li:nth-child(5) .list-inline-circles, .list-ordered > li:nth-child(8) .list-inline-circles, .list-ordered > li:nth-child(11) .list-inline-circles {
		display: none;
	}
	.list-ordered > li:nth-child(3) .list-inline-circles, .list-ordered > li:nth-child(6) .list-inline-circles, .list-ordered > li:nth-child(9) .list-inline-circles, .list-ordered > li:nth-child(12) .list-inline-circles {
		left: 0;
		right: auto;
		transform: translate(-50%, -50%);
	}
	.list-ordered > li:nth-child(3) .box-icon, .list-ordered > li:nth-child(6) .box-icon, .list-ordered > li:nth-child(9) .box-icon, .list-ordered > li:nth-child(12) .box-icon {
		margin-right: 0;
		margin-left: auto;
	}
}

* + .list-ordered {
	margin-top: 15px;
}

/*
 List Basic
 */
.list-basic.list-decor .unit {
	align-items: center;
}

.list-basic.list-decor .circle-decor {
	position: relative;
}

.list-basic.list-decor .circle-decor:before {
	content: '';
	position: absolute;
	top: -2px;
	right: -20px;
	width: 24px;
	height: 24px;
	border: 6px rgba(255, 255, 255, 0.1) solid;
	border-radius: 50%;
}

* + .list-basic {
	margin-top: 30px;
}

@media (min-width: 992px) {
	* + .list-basic {
		margin-top: 53px;
	}
}

/*
 List Inline Circles
 */
.list-inline-circles li {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
}

.list-inline-circles li + li {
	margin-left: 17px;
}

/*
 List Footer
 */
.list-footer li {
	color: rgba(0, 0, 0, 0.7);
}

.list-footer a {
	color: #000000;
}

.list-footer a:hover {
	color: #A553BB;
}

.list-footer span {
	display: inline-block;
	min-width: 57px;
}

/*
 List Social Absolute
 */
.rd-navbar-share-list {
	display: flex;
	padding: 11px 22px;
	transition: 0.37s all ease-in;
	min-width: 130px;
}

.rd-navbar-share-list li {
	line-height: 1;
}

.rd-navbar-share-list li + li {
	margin-left: 10px;
}

.rd-navbar-share-list a {
	color: #ffffff;
}

.rd-navbar-share-list a:hover {
	color: #A872D1;
}

/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

.img-rounded {
	border-radius: 50%;
}

.img-shadow-1 {
	box-shadow: 50px 90px 80px rgba(0, 0, 0, 0.25);
}

.img-shadow-2 {
	box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.15);
}

/*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-xs {
	font-size: 20px;
}

.icon-sm {
	font-size: 22px;
}

.icon-md {
	font-size: 34px;
}

@media (min-width: 768px) {
	.icon-md {
		font-size: 45px;
	}
}

.icon-xl {
	font-size: 55px;
}

.icon-gradient {
	background: linear-gradient(90.5deg, #22517d 3.7%, #324264 99.59%)
}

.icon-gradient-2:before, .icon-gradient-2:after {
	background: linear-gradient(90.5deg, #22517d 3.7%, #324264 99.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: initial;
}

.ie-10 .icon-gradient, .ie-11 .icon-gradient {
	color: #A553BB;
}

.ie-10 .icon-gradient:before, .ie-10 .icon-gradient:after, .ie-11 .icon-gradient:before, .ie-11 .icon-gradient:after {
	background: transparent;
}

.icon-gradient.icon-circle {
	padding: 10px;
	width: 68px;
	height: 68px;
}

/*
 Icon Social
 */
.icon-social {
	transition: 0.35s ease-in all;
}

.icon-social:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.icon-social.icon-sm {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px #C4C4C4 solid;
	background-color: #ffffff;
	padding: 13px;
}

/*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #2c343b;
	background: #ffffff;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #C4C4C4;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #C5C0C8;
}

.table-custom tfoot td {
	font-weight: 700;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #A553BB;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #C4C4C4;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #C5C0C8;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #C5C0C8;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #C4C4C4;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #C4C4C4;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #A553BB;
}

/*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 11px 35px;
	font-size: 16px;
	line-height: 1.25;
	border: 2px solid;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

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

.button-default, .button-default:focus {
	color: #C5C0C8;
	background-color: #2c343b;
	border-color: #2c343b;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #A553BB;
	border-color: #A553BB;
}

.button-default.button-ujarak::before {
	background: #A553BB;
}

.button-gray-100, .button-gray-100:focus {
	color: #151515;
	background-color: #6d5495;
	border-color: #F5F5F5;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #151515;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}

.button-gray-100.button-ujarak::before {
	background: #e8e8e8;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #A553BB;
	border-color: #A553BB;
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #2c343b;
	border-color: #2c343b;
}

.button-primary.button-ujarak::before {
	background: #2c343b;
}

.button-secondary, .button-secondary:focus {
	color: #ffffff;
	background-color: #A872D1;
	border-color: #A872D1;
}

.button-secondary:hover, .button-secondary:active, .button-secondary.active {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.button-secondary.button-ujarak::before {
	background: #000000;
}

.button-secondary-1, .button-secondary-1:focus {
	color: #ffffff;
	background-color: #4f60a6;
	border-color: #4f60a6;
}

.button-secondary-1:hover, .button-secondary-1:active, .button-secondary-1.active {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.button-secondary-1.button-ujarak::before {
	background: #000000;
}

.button-default-outline, .button-default-outline:focus {
	color: #C5C0C8;
	background-color: transparent;
	border-color: #2c343b;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: #A553BB;
	border-color: #A553BB;
}

.button-default-outline.button-ujarak::before {
	background: #A553BB;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #A553BB;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:hover, .button-facebook:active, .button-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.button-facebook.button-ujarak::before {
	background: #456497;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:hover, .button-twitter:active, .button-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
	background: #02a8da;
}

.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover, .button-google:active, .button-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(197, 192, 200, 0.15);
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(197, 192, 200, 0.15);
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #A553BB;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 5px 25px;
	font-size: 12px;
	line-height: 1.5;
}

.button-lg {
	padding: 12px 50px;
	font-size: 14px;
	line-height: 1.5;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.button.button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 11px;
}

.button.button-icon-right {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #A553BB;
	border-color: #A553BB;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.button-big {
	padding: 10px 25px;
}

@media (min-width: 768px) {
	.button-big {
		padding: 18px 50px;
	}
}

.button-decor {
	padding: 15px 20px 15px 20px;
	background-color: #A553BB;
	color: #ffffff;
	border: none;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
	width: 100%;
}

.button-decor .link-arrow {
	color: rgba(255, 255, 255, 0.4);
}

.button-decor:before {
	content: '';
	background-color: inherit;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	z-index: -1;
	border: inherit;
	border-radius: inherit;
	display: none;
}

.button-decor:hover {
	color: rgba(255, 255, 255, 0.7);
}

.button-decor:hover .link-arrow {
	transform: translateX(10px);
	color: transparent;
}

.button-decor > * {
	vertical-align: middle;
}

.button-decor .link-arrow {
	margin-left: 23px;
	font-size: 22px;
	transition: 0.3s transform linear, 0.35s color ease-out;
}

.button-decor .text-decor {
	margin-left: 20px;
	display: none;
}

@media (min-width: 576px) {
	.button-decor {
		padding: 26px 51px 26px 50px;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.button-decor {
		padding: 31px 51px 31px 50px;
	}
}

@media (min-width: 1200px) {
	.button-decor {
		padding: 11px 31px 11px 6px;
		width: auto;
	}
	.button-decor .text-decor {
		display: block;
	}
	.button-decor:before {
		display: block;
		left: -100vw;
	}
}

/*
Button Wrap Custom
 */
.button-wrap-custom {
	display: inline-flex;
	align-items: center;
	border-radius: 3px;
	width: 100%;
	max-width: 250px;
}

@media (min-width: 576px) {
	.button-wrap-custom {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.button-wrap-custom {
		margin-bottom: -7px;
	}
}

/*
 Button Toggle Modal
 */
.rd-navbar-share {
	cursor: pointer;
	font-size: 22px;
	padding: 16.5px;
	color: #ffffff;
	border: none;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition: 0.33s all ease-in;
}

.rd-navbar-share:hover {
	background-color: #A553BB;
}

/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 48px;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #FF3B3B;
}

.form-wrap.has-focus .form-input {
	border-color: #A553BB;
}

.form-wrap + * {
	margin-top: 20px;
}
.form-wrap1 {position: relative;}.form-wrap1.has-error .form-input {border-color: #FF3B3B;}.form-wrap1.has-focus .form-input {border-color: #A553BB;}.form-wrap1 + * {margin-top: 20px;}.form-input {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 11px 19px;
	padding-left: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .06em;
	color: #000000;
	background-image: none;
	background-color: transparent;
	border-bottom: 1px solid #C4C4C4;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: none;
	border-bottom: 1px solid #C4C4C4;
}

.form-input:focus {
	outline: 0;
}

@media (min-width: 1200px) {
	.form-input {
		font-size: 16px;
	}
}

textarea.form-input {
	height: 48px;
	min-height: 48px;
	max-height: 82px;
	resize: vertical;
	resize: none;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #000000;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .06em;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #000000;
}

@media (min-width: 992px) {
	.form-label {
		font-size: 16px;
	}
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	bottom: -15px;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #FF3B3B;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #FF3B3B;
}

.form-output.success {
	color: #2FBDC2;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

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

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #2c343b;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #C5C0C8;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #A553BB;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #f5f5f5;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.form-button {
	display: block;
	width: 100%;
}

* + .form-button {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	* + .form-button {
		margin-top: 27px;
	}
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 48px;
}

.rd-form-inline .form-button .button {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .button {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm * + .button {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

/*
 RD Mailform Modal
 */
.rd-mailform-modal .button-big {
	padding: 15px 25px;
}

@media (min-width: 768px) {
	.rd-mailform-modal .button-big {
		padding: 20px 45px;
	}
}

@media (min-width: 1200px) {
	.rd-mailform-modal .form-button {
		margin-left: 90px;
	}
}

/*
* Posts
*/
/*
* Quotes
*/
.quote-primary-mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #A553BB;
	flex-shrink: 0;
}

.quote-primary-body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #C4C4C4;
}

.quote-primary-body::before, .quote-primary-body::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #C4C4C4;
}

.quote-primary-body::before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary-body::after {
	right: 0;
	width: calc(100% - 78px - 12px);
	border-width: 1px 0 0 1px;
	transform-origin: 0 0;
	transform: skew(-45deg);
}

.quote-primary-text {
	padding-top: 20px;
}

.quote-primary-cite {
	font-weight: 700;
}

.quote-primary-footer {
	padding-left: 5px;
}

* + .quote-primary {
	margin-top: 30px;
}

* + .quote-primary-footer {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.quote-primary-body {
		display: flex;
		padding: 32px 20px 40px 30px;
	}
	.quote-primary-text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary-footer {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.quote-primary-body {
		padding-right: 40px;
	}
}

/*
* Thumbnails
*/
.figure-light figcaption {
	padding-top: 10px;
	color: #b7b7b7;
}
#zoneAlign{
  display: flex;
  page-break-inside: 5px;
  padding:-3px;
  position: relative;
/*  flex-direction: row;*/
  }


  .social-buttons{
    padding-left: 0 !important
  }
  #zoneAlign li{
    margin:0 7px;
    right: -10px;

  }
  #zoneAlign ul li:last-child(1){
    margin-left: 0px;
  }
  #zoneTelechargerDirectement{
    font-weight: bold;
    padding: 10px;
  }

* Breadcrumbs
*/
.breadcrumbs-custom {
	position: relative;
	padding: 35px 0 40px;
	text-align: center;
	background-color: #C5C0C8;
	background-position: center;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #A553BB;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
	content: "";
	font-family: 'FontAwesome';
	position: absolute;
	top: 52%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	color: rgba(255, 255, 255, 0.5);
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	top: 2px;
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

@media (max-width: 991.98px) {
	.breadcrumbs-custom-title {
		font-size: 26px;
	}
}

@media (min-width: 576px) {
	.breadcrumbs-custom {
		margin-left: -30px;
		margin-right: -30px;
	}
	.breadcrumbs-custom > * {
		padding-left: 30px;
		padding-right: 30px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 70px 0 80px;
	}
	.breadcrumbs-custom-path li {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 80px 0 100px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		padding: 80px 0 100px;
	}
}

/*
* Pagination custom
*/
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-link {
	display: inline-block;
	min-width: 48px;
	padding: 10px 10px;
	border: 2px solid #C4C4C4;
	font-size: 14px;
	line-height: 1.71429;
	background-color: #ffffff;
	color: #9b9b9b;
	transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #ffffff;
	background-color: #A553BB;
	border-color: #A553BB;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #ffffff;
	background-color: #A553BB;
	border-color: #A553BB;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #b7b7b7;
	background-color: #C4C4C4;
	border-color: #C4C4C4;
}

.page-item-control .icon::before {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p {
	color: #ffffff;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
* Footers
*/
.footer-classic {
	padding: 30px 0;
	background: #F5F5F5;
	position: relative;
	padding: 60px 0 70px;
}

.footer-classic-line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
}

@media (min-width: 992px) {
	.footer-classic {
		padding: 109px 0 143px;
	}
}

.modal-custom {
	padding-right: 0 !important;
	display: block !important;
	opacity: 0;
	visibility: hidden;
}

.modal-custom.show {
	opacity: 1;
	visibility: visible;
}

.modal-custom.fade .modal-dialog {
	transform: translate(0, 0);
	transition: all 0.33s ease-out;
}

.modal-custom-dialog {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	min-height: 100%;
}

.ie-10 .modal-custom-dialog, .ie-11 .modal-custom-dialog, .edge .modal-custom-dialog {
	height: 100%;
}

.modal-custom-content {
	width: 100%;
}

.modal-custom-inner {
	width: 100%;
	display: flex;
}

.modal-custom-inner-left, .modal-custom-inner-right {
	display: flex;
	align-items: center;
}

.modal-custom-inner-left {
	padding: 60px 30px 40px;
}

.modal-custom-inner-right {
	padding: 40px 25px;
}

.modal-custom-inner .close {
	position: absolute;
	top: 25px;
	right: 20px;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
	padding-right: 30px;
	text-transform: uppercase;
}

.modal-custom-inner .close:after {
	position: absolute;
	right: 0;
	content: '\f24c';
	font-family: "Material Design Icons";
	font-size: 26px;
	line-height: 1.15em;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.modal-custom-inner-left {
		min-height: 100%;
	}
	.ie-10 .modal-custom-inner-left, .ie-11 .modal-custom-inner-left, .edge .modal-custom-inner-left {
		height: 100%;
	}
	.modal-custom-inner-right {
		padding: 77px 40px;
	}
	.modal-custom-inner .close {
		top: 34px;
		right: 26px;
	}
}

@media (min-width: 1200px) {
	.modal-custom-inner-left {
		margin-right: -71px;
	}
	.modal-custom-inner-right {
		padding: 187px 40px;
		margin-left: 71px;
	}
}

/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

html.boxed body {
	background: #F5F5F5 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

/*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

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

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

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

/*
Text Decor
 */
.text-decor {
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.26em;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.06);
}

@media (min-width: 1200px) {
	.text-decor {
		font-size: 3.125em;
	}
}

/*
* Offsets
*/
* + p {
	margin-top: 8px;
}

h2 + p,
.heading-2 + p {
	margin-top: 12px;
}

p + h2,
p + .heading-2 {
	margin-top: 15px;
}

p + p {
	margin-top: 12px;
}

img + p {
	margin-top: 15px;
}

h3 + img {
	margin-top: 42px;
}

* + .row {
	margin-top: 25px;
}

* + .row-custom {
	margin-top: 36px;
}

* + .row-counter {
	margin-top: 60px;
}

* + .big {
	margin-top: 20px;
}

* + .text-block {
	margin-top: 30px;
}

* + .button {
	margin-top: 30px;
}

* + .rd-mailform-modal {
	margin-top: 20px;
}

* + .block-pricing {
	margin-top: 15px;
}

.row + h3,
.row + .heading-3 {
	margin-top: 80px;
}

.container + .container {
	margin-top: 35px;
}

.row + .row {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + p {
		margin-top: 15px;
	}
	* + .row {
		margin-top: 42px;
	}
}

@media (min-width: 1200px) {
	* + .rd-form {
		margin-top: 30px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
	* + .row-counter {
		margin-top: 84px;
	}
	* + .rd-mailform-modal {
		margin-top: 40px;
	}
	* + .block-pricing {
		margin-top: 36px;
	}
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-22 {
	margin-bottom: -22px;
}

.row-22:empty {
	margin-bottom: 0;
}

.row-22 > * {
	margin-bottom: 22px;
}

.row-23 {
	margin-bottom: -23px;
}

.row-23:empty {
	margin-bottom: 0;
}

.row-23 > * {
	margin-bottom: 23px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

.row-70 {
	margin-bottom: -70px;
}

.row-70:empty {
	margin-bottom: 0;
}

.row-70 > * {
	margin-bottom: 70px;
}

.row-100 {
	margin-bottom: -100px;
}

.row-100:empty {
	margin-bottom: 0;
}

.row-100 > * {
	margin-bottom: 100px;
}

@media (min-width: 992px) {
	.row-md-30 {
		margin-bottom: -30px;
	}
	.row-md-30:empty {
		margin-bottom: 0;
	}
	.row-md-30 > * {
		margin-bottom: 30px;
	}
	.row-md-50 {
		margin-bottom: -50px;
	}
	.row-md-50:empty {
		margin-bottom: 0;
	}
	.row-md-50 > * {
		margin-bottom: 50px;
	}
}

/*
* Sections
*/
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 991.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 85px 0;
	}
	.section-xl {
		padding: 90px 0;
	}
	.section-xxl {
		padding: 100px 0 70px;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}
	.section-md-custom {
		padding: 70px 0 90px;
	}
	.section-lg {
		padding: 100px 0;
	}
	.section-bottom-offset-custom {
		padding-bottom: 144px;
	}
	.section-xl {
		padding: 103px 0;
	}
	.section-xxl {
		padding: 200px 0 120px;
	}
}

@media (min-width: 1200px) {
	.section-md-lg {
		padding: 100px 0;
	}
	.section-lg {
		padding: 113px 0;
	}
	.section-lg-custom {
		padding: 113px 0 143px;
	}
	.section-xl {
		padding: 133px 0;
	}
	.section-xxl {
		padding: 317px 0 170px;
	}
	.section-bottom-offset-custom {
		padding-bottom: 157px;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single * + .rights {
	margin-top: 35px;
}

.section-single * + .countdown-wrap {
	margin-top: 35px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 35px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

/*
 Section Main
 */
.section-main {
	position: relative;
	overflow: hidden;
}

.section-main-inner-block {
	position: absolute;
	top: 140px;
	right: 160px;
	bottom: 0;
	left: 160px;
}

.section-main * + .row {
	margin-top: 0;
}

/*
 Section Decor Left
 */
.section-decor-left {
	position: relative;
	overflow: hidden;
}

.section-decor-left:before {
	content: '';
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	right: 83.7vw;
	bottom: 0;
}

.section-decor-left-primary:before {
	background-color: #92929224;
}

.section-decor-left-secondary:before {
	background-color: #A872D1;
}

@media (min-width: 1600px) {
	.section-decor-left:before {
		display: block;
	}
}

/*
	Section Fullwidth
 */
.section-fullwidth {
	display: flex;
	min-height: 852px;
	flex-direction: column;
}

.section-fullwidth-left {
	position: relative;
}

.section-fullwidth-right {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-fullwidth-right-body {
	padding: 40px 25px;
}

.section-fullwidth-decor {
	position: absolute;
	left: 0;
	top: 3.3%;
	display: none;
}

.section-fullwidth-popup {
	position: absolute;
	top: 50%;
	z-index: 1;
	max-width: 288px;
	padding: 31px 25px 22px;
	border-radius: 10px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: 0.33s all linear;
	text-align: left;
}

.section-fullwidth-popup:after {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 12px 16px;
	border-color: transparent transparent #ffffff transparent;
}

.section-fullwidth-popup.active {
	opacity: 1;
	visibility: visible;
}

.section-fullwidth-popup-1:after {
	left: 16%;
}

.section-fullwidth-popup-2:after {
	left: 38%;
}

.section-fullwidth-popup-3:after {
	left: 57%;
}

.section-fullwidth-popup-4:after {
	left: 80%;
}

.section-fullwidth-popup * + p {
	margin-top: 8px;
}

.section-fullwidth-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	text-align: center;
	padding: 80px 0;
}

.ie-10 .section-fullwidth-controls, .ie-11 .section-fullwidth-controls, .edge .section-fullwidth-controls {
	height: 100%;	justify-content: flex-start;
}

.section-fullwidth-controls-wrap {
	display: inline-block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.section-fullwidth-footer .button {
	width: 100%;
	padding: 30px 35px;
}

.section-fullwidth-footer .button + .button {
	margin-top: 0;
}

.section-fullwidth h2 + p {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.section-fullwidth-right-body {
		padding: 50px 40px;
	}
	.section-fullwidth-footer .button {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.section-fullwidth-controls-wrap {
		max-width: none;
	}
	.section-fullwidth-popup {
		top: 0;
		transform: translateY(-100%);
	}
	.section-fullwidth-popup:after {
		top: auto;
		bottom: 0;
		left: 30px;
		transform: translateY(100%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 16px 0 16px;
		border-color: #ffffff transparent transparent transparent;
	}
	.section-fullwidth-popup-1 {
		top: 29%;
		left: 9.3%;
	}
	.section-fullwidth-popup-2 {
		top: 15.6%;
		left: 25.1%;
	}
	.section-fullwidth-popup-3 {
		top: 16.3%;
		right: -23%;
	}
	.section-fullwidth-popup-4 {
		top: 29%;
		right: -40%;
	}
}

@media (min-width: 992px) {
	.section-fullwidth {
		flex-direction: row;
	}
	.section-fullwidth-decor {
		max-width: 350px;
	}
	.section-fullwidth-controls {
		padding: 150px 0;
	}
	.section-fullwidth-left {
		width: 63.781%;
	}
	.section-fullwidth-right {
		padding-top: 113px;
		flex-grow: 1;
	}
	.section-fullwidth-right-body {
		margin-right: auto;
		max-width: 567px;
		padding: 0 40px 72px;
	}
	.section-fullwidth h2 + p {
		margin-top: 23px;
	}
}

@media (min-width: 1200px) {
	.section-fullwidth-decor {
		display: block;
	}
}

@media (min-width: 1600px) {
	.section-fullwidth-right-body {
		padding: 0 20px 72px 71px;
	}
	.section-fullwidth-decor {
		max-width: none;
		top: 15.3%;
	}
	.section-fullwidth-controls-wrap {
		margin-right: 25%;
	}
}

/*

 Section Decoration
 */
.section-decoration-text {
	position: relative;
	margin-bottom: -0.87em;
	z-index: -1;
	color: rgba(92, 103, 203, 0.11);
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1;
	display: none;
}

.section-decoration * + .section-decoration-text {
	margin-top: 0;
}

.section-decoration * + .row {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.section-decoration-text {
		display: block;
		font-size: 130px;
		letter-spacing: 0.5em;
	}
	.section-decoration * + .row {
		margin-top: 52px;
	}
	.section-decoration * + .section-decoration-text {
		margin-top: -60px;
	}
}

@media (min-width: 1200px) {
	.section-decoration-text {
		font-size: 230px;
		letter-spacing: 0.63em;
	}
}

.section-hidden {
	position: relative;
	overflow: hidden;
}

.section-biggest {
	padding: 70px 0 60px;
}

@media (min-width: 992px) {
	.section-biggest {
		padding: 170px 0 80px;
	}
}

@media (min-width: 1200px) {
	.section-biggest {
		padding: 286px 0 127px;
	}
}

/*
* Grid modules
*/
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-demo * + p {
	margin-top: 5px;
}

.grid-demo * + .row {
	margin-top: 20px;
}

.grid-demo .row + .row {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.grid-demo {
		text-align: left;
	}
	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	.grid-demo * + p {
		margin-top: 25px;
	}
}

.grid-demo-bordered .row {
	border: 0 solid #C4C4C4;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #C4C4C4;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #C4C4C4;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

/*
* Backgrounds
*/
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark, .bg-secondary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light, .bg-secondary .brand .brand-logo-light {
	display: block;
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #F5F5F5;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Dark Backgrounds
*/
.bg-gray-700 {
	background-color: #2c343b;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Accent Backgrounds
*/
.bg-primary {
	background-color:#324264}

.bg-primary + .bg-primary {
	padding-top: 0;
}

.bg-secondary {
	background-color: #A872D1;
}

.bg-secondary + .bg-secondary {
	padding-top: 0;
}

/*
* Background Image
*/
.bg-image-02 {
	background-image: url(../images/bg-02.jpg);
}

.bg-image-03 {
	background-image: url(../images/bg-03.jpg);
	background-position: 70% center;
}

@media (min-width: 1200px) {
	.bg-image-03 {
		background-position: center center;
	}
}

[class^='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

/*
Gradient Backgrounds
 */
.bg-gradient-1 {
	background: linear-gradient(91.13deg, #ad68d5 3.7%, #1d5e90 70.59%);
}

.bg-gradient-2 {
	background: linear-gradient(92.82deg, #5763ca 3.7%, #0a11e624 99.59%);
}

.bg-gradient-3 {
	background: linear-gradient(242.02deg,#1d5e90  12.34%,#ad68d5   91.1%);
}

.bg-gradient-4 {
	background: linear-gradient(129.93deg, #4f5fa6 3.7%, #4f5fa6 99.59%);
}

/*
* Utilities custom
*/
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

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

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #C4C4C4;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1.5;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #A553BB;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

/*
Order Classes
 */
.flex-order-6 {
	order: 6;
}

@media (min-width: 992px) {
	.flex-order-lg-0 {
		order: 0;
	}
}

/*
 Container Custom
 */
@media (min-width: 1600px) {
	.container-custom {
		max-width: 1230px;
	}
}

.container-relative {
	position: relative;
}

@media (min-width: 768px) {
	.row-align-between [class*="col-"]:nth-child(1), .row-align-between [class*="col-"]:nth-child(4), .row-align-between [class*="col-"]:nth-child(7), .row-align-between [class*="col-"]:nth-child(10) {
		text-align: left;
	}
	.row-align-between [class*="col-"]:nth-child(1) .box-creative, .row-align-between [class*="col-"]:nth-child(4) .box-creative, .row-align-between [class*="col-"]:nth-child(7) .box-creative, .row-align-between [class*="col-"]:nth-child(10) .box-creative {
		margin-right: auto;
	}
	.row-align-between [class*="col-"]:nth-child(2), .row-align-between [class*="col-"]:nth-child(5), .row-align-between [class*="col-"]:nth-child(8), .row-align-between [class*="col-"]:nth-child(11) {
		text-align: center;
	}
	.row-align-between [class*="col-"]:nth-child(2) .box-creative, .row-align-between [class*="col-"]:nth-child(5) .box-creative, .row-align-between [class*="col-"]:nth-child(8) .box-creative, .row-align-between [class*="col-"]:nth-child(11) .box-creative {
		margin-right: auto;
		margin-left: auto;
	}
	.row-align-between [class*="col-"]:nth-child(3), .row-align-between [class*="col-"]:nth-child(6), .row-align-between [class*="col-"]:nth-child(9), .row-align-between [class*="col-"]:nth-child(12) {
		text-align: right;
	}
	.row-align-between [class*="col-"]:nth-child(3) .box-creative, .row-align-between [class*="col-"]:nth-child(6) .box-creative, .row-align-between [class*="col-"]:nth-child(9) .box-creative, .row-align-between [class*="col-"]:nth-child(12) .box-creative {
		margin-left: auto;
	}
}

.row-relative {
	position: relative;
	z-index: 1;
}

.container-custom-fullwidth {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container-big-custom {
	max-width: 1358px;
}

.row-no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutter > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.row-narrow-23 {
	margin-left: -11.5px;
	margin-right: -11.5px;
}

.row-narrow-23 > [class*="col-"] {
	padding-left: 11.5px;
	padding-right: 11.5px;
}

/*
*
* Animate.css
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

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

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

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

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

/*
 * FadeInSmall Keyframes Animation
*/
.fadeInSmall {
	animation-name: fadeInSmall;
	transform-origin: 50% 100%;
}

@keyframes fadeInSmall {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/**
* FadeInUpSmall Keyframes Animation
*/
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translateY(60px) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
	transform-origin: 50% 100%;
}

@keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		transform: translateY(-60px) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/**
* FadeInLeftSmall Keyframes Animation
*/
.fadeInLeftSmall {
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		transform: translateX(-100px) scale(0.95);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

/**
* FadeInRightSmall Keyframes Animation
*/
.fadeInRightSmall {
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		transform: translateX(100px) scale(0.95);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

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

.preloader-body p {
	position: relative;
	right: -8px;
}

.cssload-container {
	width: 100%;
	height: 36px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #A553BB;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
}

@-webkit-keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
	}
}

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 48px;
	height: 48px;
	font-size: 20px;
	line-height: 44px;
	color: #ffffff;
	background: #4f5fa6;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
	border-radius: 50%;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.ui-to-top:hover {
	color: #4f5fa6;
	background: #111111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #ffffff;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #ffffff;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #C5C0C8;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #A553BB;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 22px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #C4C4C4;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 270px;
	padding: 15px;
	background: #ffffff;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #A553BB;
}

.rd-navbar-static .rd-dropdown-link {
	color: #9b9b9b;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #A553BB;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
	color: #9b9b9b;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #A553BB;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #A553BB;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	padding: 30px 40px;
	background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #C4C4C4;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #A553BB;
	background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
	margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #cb9cd8;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #A553BB;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #ffffff;
	box-shadow: none;
	background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #ffffff;
	border: 1px solid #C4C4C4;
	box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: rgba(255, 255, 255, 0.7);
	background: #A872D1;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: rgba(255, 255, 255, 0.7);
	background: #A553BB;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #C5C0C8;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #C4C4C4;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #A553BB;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #C5C0C8;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #A553BB;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #A553BB;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #ffffff;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background: #ffffff;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(197, 192, 200, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #C4C4C4;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #A553BB;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
	border-top: 1px solid #C4C4C4;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #C5C0C8;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #A553BB;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
	color: #A553BB;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #C5C0C8;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list li > a:active {
	color: #9b9b9b;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	color: #4f60a6;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #A553BB;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > * {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
	color: #A553BB;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}
	.rd-navbar-sidebar .rd-navbar-megamenu > * {
		margin-bottom: 30px;
	}
	.rd-navbar-sidebar .rd-navbar-dropdown > li + li,
	.rd-navbar-sidebar .rd-megamenu-list > li + li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 50px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1794px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	padding: 10px 0;
}

@media (min-width: 1600px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
		min-width: 550px;
		margin-right: 60px;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-inner {
	display: flex;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-inner {
	padding-left: 60px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 20px 30px;
	transition: 0.33s all ease-in;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

@media (min-width: 1600px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
		margin-left: 190px;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-share {
	display: block;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-share-list {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	background: #9299b3;	border-radius: 100px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-share-wrapper {
	position: relative;
	margin-left: 100px;
	display: block;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-share-wrapper.active .rd-navbar-share-list {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-share-wrapper.active .rd-navbar-share {
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	background: linear-gradient(92.82deg, #4f60a6 3.7%, #4f60a6 99.59%);
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 6px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item.active .rd-nav-link, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item.active .rd-nav-link {
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside {
	padding: 4px 0;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-share {
	display: none;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-share-list {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
	padding-top: 10px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-share-list li {
	display: inline-block;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-share-list li + li {
	margin-left: 20px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-classic.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-classic.rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-classic.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: rgba(255, 255, 255, 0.7);
	background: #A872D1;
}

.rd-navbar-classic.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-classic.rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-classic.rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-classic.rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel {
	background: linear-gradient(92.82deg, #22517c 3.7%, #22517c 99.59%);
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse {
	background: #A872D1;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse li + li {
	margin-top: 0;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse a {
	color: #ffffff;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-nav-wrap {
	background-color: #A553BB;
}

/*
RD Navbar Absolute
 */
.rd-navbar-absolute {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1080;
	background: transparent;
	pointer-events: none;
}

.rd-navbar-absolute > * {
	pointer-events: auto;
}

.rd-navbar-absolute .rd-navbar {
	background: transparent;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
	margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}

.tabs-custom {
	text-align: left;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
	border: 0;
}

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

* + .tabs-vertical.tabs-corporate {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 80px;
	}
}

.tabs-line .nav-tabs {
	position: relative;
}

.tabs-line .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.tabs-line * + .tab-content {
	margin-top: 20px;
}

@media (max-width: 991.98px) {
	.tabs-line .nav-tabs {
		max-width: 100%;
		border: 1px solid #e5e7e9;
	}
	.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #000000;
		background: transparent;
		border-bottom: 1px solid #e5e7e9;
	}
	.tabs-line .nav-link:first-child {
		border-top: 1px solid #e5e7e9;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #ffffff;
		background: #A553BB;
		border-color: #A553BB;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #e5e7e9;
}

.tabs-corporate .nav-item {
	margin: -1px;
}

.tabs-corporate .nav-link {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #000000;
	background: transparent;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #ffffff;
	background: #A553BB;
	border-color: #A553BB;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 130px;
		letter-spacing: .1em;
		padding: 13px 20px;
		border: 2px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.tabs-horizontal.tabs-corporate .nav-link::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		z-index: -1;
		opacity: 0;
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.4s, opacity 0.4s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		background: #A553BB;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #ffffff;
		border-color: #A553BB;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active::before,
	.tabs-horizontal.tabs-corporate .nav-link:hover::before {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 4px solid #C4C4C4;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #9b9b9b;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #A553BB;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #C5C0C8;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .nav-link.active,
	.tabs-vertical .nav-link:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 260px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 17px 30px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-item + .nav-item {
		margin-top: 2px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 60px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
	margin-top: 30px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

.card-custom .card-title {
	margin-bottom: 0;
}

* + .card-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + .card-group-custom {
		margin-top: 50px;
	}
}

.card-corporate {
	text-align: left;
	box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a,
.card-corporate .card-body {
	background: #ffffff;
}

.card-corporate .card-title a {
	position: relative;
	z-index: 1;
	padding: 21px 82px 21px 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #2c343b;
	transition: 1.3s all ease;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-radius: 6px;
	border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
	border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}

.card-corporate .card-arrow {
	position: absolute;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 70px;
	background: #A553BB;
	border-radius: 0 6px 0 0;
	transition: .33s all ease;
}

.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	background: #ffffff;
}

.card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 28px;
}

.card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 34px;
}

.card-corporate .collapse {
	position: relative;
	z-index: 1;
	color: #000000;
	border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
	padding: 25px 44px 25px 32px;
}

@media (max-width: 991.98px) {
	.card-corporate .card-title a,
	.card-corporate .card-body {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	.card-corporate .card-title a {
		font-size: 18px;
	}
}

/*
*
* Tooltop Custom
*/
.tooltip {
	font-size: 16px;
	line-height: 1.2;
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #A553BB;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #A553BB;
}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

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

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

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

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

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

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

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

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

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

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

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

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

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font: 400 46px/50px 'FontAwesome';
	color: #C5C0C8;
}

.owl-prev:hover,
.owl-next:hover {
	color: #A553BB;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f104';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f105';
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 10px;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #C5C0C8;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: .2s;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover, .owl-dot:focus {
	background-color: #C5C0C8;
}

.owl-dot.active {
	background-color: #C5C0C8;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
	background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #ffffff;
}

/*
Owl Carousel Creative
 */
.oul-carousel-creative-wrapper {
	max-width: 100%;
	padding: 0;
	margin: 40px 0 100px;
}

@media (min-width: 768px) {
	.oul-carousel-creative-wrapper {
		padding: 0 19%;
		margin: 126px 0 100px;
	}
}

.oul-carousel-creative .item {
	transition: 0.4s transform ease-in;
	position: relative;
	will-change: transform;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.oul-carousel-creative .item {
	cursor: pointer;
}

.oul-carousel-creative .owl-item.center .item {
	position: relative;
	z-index: 1;
}

.oul-carousel-creative .owl-item.center .item::after {
	position: absolute;
	content: '';
	top: 24px;
	right: 24px;
	left: 24px;
	bottom: 24px;
	z-index: -1;
	border-radius: 70px;
	box-shadow: 20px 50px 40px rgba(0, 0, 0, 0.15);
	display: none;
}

.oul-carousel-creative .owl-next, .oul-carousel-creative .owl-prev {
	display: inline-block;
	position: absolute;
	font-size: 16px;
	line-height: 1.05em;
	letter-spacing: 0.05em;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	cursor: pointer;
	transition: 0.33s transform linear;
	top: auto;
	bottom: -60px;
}

.oul-carousel-creative .owl-next:before, .oul-carousel-creative .owl-prev:before {
	content: attr(data-text);
	position: absolute;
	display: none;
	font-size: 25px;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.06);
	transition: inherit;
}

.oul-carousel-creative .owl-next {
	right: 50px;
}

.oul-carousel-creative .owl-next:before {
	right: 15px;
}

.oul-carousel-creative .owl-next:hover:before {
	transform: translateX(-15px);
}

.oul-carousel-creative .owl-prev {
	left: 50px;
}

.oul-carousel-creative .owl-prev:before {
	left: 15px;
}

.oul-carousel-creative .owl-prev:hover:before {
	transform: translateX(15px);
}

@media (min-width: 576px) {
	.oul-carousel-creative .owl-next:before, .oul-carousel-creative .owl-prev:before {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.oul-carousel-creative .item {
		max-width: none;
	}
	.oul-carousel-creative .owl-stage-outer {
		padding: 92px 0 300px;
		margin: -92px 0 -300px;
	}
	.ie-10 .oul-carousel-creative .owl-stage-outer, .ie-11 .oul-carousel-creative .owl-stage-outer, .edge .oul-carousel-creative .owl-stage-outer {
		max-width: 750px;
	}
	.oul-carousel-creative .owl-item.center .item {
		transform: scale(1.67);
		margin-top: 15px;
	}
	.oul-carousel-creative .owl-item.center .item:after {
		display: inline-block;
	}
	.oul-carousel-creative .owl-next, .oul-carousel-creative .owl-prev {
		top: 29%;
		bottom: auto;
	}
	.oul-carousel-creative .owl-next {
		right: -115px;
	}
	.oul-carousel-creative .owl-prev {
		left: -115px;
	}
}

@media (min-width: 992px) {
	.oul-carousel-creative .owl-item.center .item::after {
		box-shadow: 50px 90px 80px rgba(0, 0, 0, 0.15);
	}
}

@media (min-width: 1200px) {
	.oul-carousel-creative .owl-next {
		right: -215px;
		left: auto;
	}
	.oul-carousel-creative .owl-next:before {
		font-size: 50px;
	}
	.oul-carousel-creative .owl-prev {
		left: -215px;
		right: auto;
	}
	.oul-carousel-creative .owl-prev:before {
		font-size: 50px;
	}
}

.custom-pagination {
	text-align: center;
	width: 100%;
}

.custom-pagination .owl-dot {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #A553BB;
	cursor: pointer;
	border: none;
	margin-right: 0;
	border: 2px solid #C4C4C4;
	transition: 0.35s all ease-in;
}

.custom-pagination .owl-dot:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	transition: inherit;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
}

.custom-pagination .owl-dot + .owl-dot {
	margin-left: 10px;
}

.custom-pagination .owl-dot[data-text="red"] {
	background-color: #FF3B3B;
	border-color: #FF3B3B;
}

.custom-pagination .owl-dot[data-text="red"].active, .custom-pagination .owl-dot[data-text="red"]:hover {
	border-color: #ffffff;
}

.custom-pagination .owl-dot[data-text="black"] {
	background-color: #000000;
	border-color: #000000;
}

.custom-pagination .owl-dot[data-text="black"].active, .custom-pagination .owl-dot[data-text="black"]:hover {
	border-color: #ffffff;
}

.custom-pagination .owl-dot[data-text="white"] {
	background-color: #ffffff;
}

.custom-pagination .owl-dot[data-text="green"] {
	background-color: #2FBDC2;
	border-color: #2FBDC2;
}

.custom-pagination .owl-dot[data-text="green"].active, .custom-pagination .owl-dot[data-text="green"]:hover {
	border-color: #ffffff;
}

.custom-pagination .owl-dot:hover:before, .custom-pagination .owl-dot.active:before {
	z-index: -1;
	background-color: inherit;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.custom-pagination .owl-dot.active:after {
	content: attr(data-text);
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: capitalize;
	font-size: 14px;
}

@media (min-width: 768px) {
	.custom-pagination .owl-dot {
		width: 32px;
		height: 32px;
	}
	.custom-pagination .owl-dot.active:before, .custom-pagination .owl-dot:hover:before {
		left: -6px;
		top: -6px;
		right: -6px;
		bottom: -6px;
	}
	.custom-pagination .owl-dot + .owl-dot {
		margin-left: 18px;
	}
}

/*
 Custom Pagination Modal
 */
.custom-pagination-modal .custom-pagination-item {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-right: 0;
	border: 2px solid #C4C4C4;
	transition: 0.35s all ease-in;
}

.custom-pagination-modal .custom-pagination-item + .custom-pagination-item {
	margin-left: 10px;
}

.custom-pagination-modal .custom-pagination-item:before {
	content: '';
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
	transition: inherit;
}

.custom-pagination-modal .custom-pagination-item:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	z-index: 2;
	border-radius: 50%;
	border: 2px solid;
	transition: inherit;
}

.custom-pagination-modal .custom-pagination-item[data-text="red"] {
	background-color: #FF3B3B;
}

.custom-pagination-modal .custom-pagination-item[data-text="red"]:after {
	border-color: #FF3B3B;
}

.custom-pagination-modal .custom-pagination-item[data-text="red"].active:after, .custom-pagination-modal .custom-pagination-item[data-text="red"]:hover:after {
	border-color: #ffffff;
}

.custom-pagination-modal .custom-pagination-item[data-text="black"] {
	background-color: #000000;
}

.custom-pagination-modal .custom-pagination-item[data-text="black"]:after {
	border-color: #000000;
}

.custom-pagination-modal .custom-pagination-item[data-text="black"].active:after, .custom-pagination-modal .custom-pagination-item[data-text="black"]:hover:after {
	border-color: #ffffff;
}

.custom-pagination-modal .custom-pagination-item[data-text="white"] {
	background-color: #ffffff;
}

.custom-pagination-modal .custom-pagination-item[data-text="white"]:after {
	border-color: #C4C4C4;
}

.custom-pagination-modal .custom-pagination-item[data-text="green"] {
	background-color: #2FBDC2;
}

.custom-pagination-modal .custom-pagination-item[data-text="green"]:after {
	border-color: #2FBDC2;
}

.custom-pagination-modal .custom-pagination-item[data-text="green"].active:after, .custom-pagination-modal .custom-pagination-item[data-text="green"]:hover:after {
	border-color: #ffffff;
}

.custom-pagination-modal .custom-pagination-item:hover:before, .custom-pagination-modal .custom-pagination-item.active:before {
	z-index: 0;
	background-color: inherit;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
	.custom-pagination-modal .custom-pagination-item {
		width: 32px;
		height: 32px;
	}
	.custom-pagination-modal .custom-pagination-item.active:before, .custom-pagination-modal .custom-pagination-item:hover:before {
		left: -6px;
		top: -6px;
		right: -6px;
		bottom: -6px;
	}
	.custom-pagination-modal .custom-pagination-item + .custom-pagination-item {
		margin-left: 18px;
	}
}

/*
 Owl Carousel Modal
 */
.owl-carousel-modal .item {
	display: block;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (min-width: 1200px) {
	.owl-carousel-modal .item {
		max-width: 466px;
	}
	.owl-carousel-modal .item img {
		width: auto;
	}
}

* + .custom-pagination-modal {
	margin-top: 15px;
}

@media (min-width: 992px) {
	* + .custom-pagination-modal {
		margin-top: 35px;
	}
}

.owl-carousel-modern .owl-stage-outer {
	margin: 0 -70px -100px 0;
	padding: 0 70px 100px 0;
}

.owl-carousel-modern .owl-item.active {
	position:absolute;
}

.owl-carousel-modern .owl-item.active:after {
	display:none;
	content: '';
	position:absolute;
	z-index: -1;
	left: 45px;
	top: 45px;
	right: 45px;
	bottom: 45px;
	border-radius: 200px;
	box-shadow: 50px 90px 80px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1200px) {
	.owl-carousel-modern .owl-item.active:after {
		box-shadow: 50px 90px 80px rgba(0, 0, 0, 0.25);
	}
}

.stepper {
	position: relative;
	display: inline-block;
	max-width: 140px;
	width: 140px;
}

.stepper input[type="number"] {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	-moz-appearance: textfield;
}

.stepper input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.stepper-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-family: "Material Icons";
	cursor: pointer;
	color: #2c343b;
	transition: .3s all ease;
}

.stepper-arrow:hover {
	color: #A553BB;
}

.stepper-arrow.up {
	right: 10px;
	text-align: left;
	font-size: 27px;
}

.stepper-arrow.up:before {
	content: '\f504';
	font-family: "Material Design Icons";
}

.stepper-arrow.down {
	left: 10px;
	text-align: right;
	font-size: 27px;
}

.stepper-arrow.down:before {
	content: '\f465';
	font-family: "Material Design Icons";
}

.stepper.disabled .stepper-arrow {
	pointer-events: none;
	opacity: .5;
}

/*
 Stepper Custom
 */
.stepper {
	text-align: center;
}

.stepper .form-input-stepper[type="number"] {
	border-radius: 4px;
	padding-right: 0;
	padding-left: 0;
	width: auto;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	min-height: 44px;
	height: 44px;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	padding: 5px 8px;
	margin-left: auto;
	margin-right: auto;
	font-size: 21px;
	display: inline-block;
	width: 100%;
	max-width: 44px;
	background-color: #ffffff;
}

.stepper-wrapper + * {
	margin-left: 10px;
}

/*
 Range Custom Wrapper
 */
.range-custom-wrapper > * {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.range-custom-wrapper {
		margin-left: 35px;
	}
}

* + .range-custom-wrapper {
	margin-top: 12px;
}

@media (min-width: 992px) {
	* + .range-custom-wrapper {
		margin-top: 31px;
	}
}

/*
 Box Result
 */
.result {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	line-height: 1.1em;
}

@media (min-width: 576px) {
	.result {
		font-size: 33px;
	}


 #zoneBtnTelechargementPlaystore{
   margin-top:40px;
   margin-bottom:35px;
 }

 #zoneBtnTelechargementPlaystore #btnTelechargerApplication{
   padding:9px;
   padding-bottom: 10px;
   font-size:20px;
   color:white;
   border-radius:10px;
   border:none;
   background-color:#4da8ed;
   text-decoration: none;

 }
 #airtel{
   font-weight: bold;
 }
 #orange{
   font-weight: bold;
 }
 #vodacom{
   font-weight: bold;
 }
.box-decor-image-1 img{
  margin-top: -40px !important
}
}
