/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Configuration and helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

html body {
	background-color: #ffffff;
	font-family: "Open Sans", sans-serif;
}

a,
button {
	font-family: "Open Sans", sans-serif;
}

p {
	margin: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes fadeInCenter {
	0% {
		left: 50%;
		opacity: 0;
		transform: translate(-50%, 20px);
	}
	100% {
		left: 50%;
		opacity: 1;
		transform: translate(-50%, 0px);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

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

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

@-webkit-keyframes hoverBtn {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	51% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 1;
	}
	52% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	53% {
		opacity: 0;
	}
	54% {
		opacity: 1;
	}
}

@keyframes hoverBtn {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	51% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 1;
	}
	52% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	53% {
		opacity: 0;
	}
	54% {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site__main {
	position: relative;
	padding-top: 90px;
	overflow-x: hidden;
	z-index: 0;
}

@media (min-width: 998px) {
	.site__main {
		padding-top: 130px;
	}
}

.site__overlayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(15, 23, 46, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 400;
}

.site__overlayer.site__overlayer--visible {
	opacity: 1;
	visibility: visible;
}

.social__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social__list li {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.social__list li:hover a {
	color: #E50019;
}

.social__list i {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social__list a {
	width: 100%;
	height: 100%;
	display: block;
	color: #3C3831;
	text-decoration: none;
	line-height: 1em;
}

.header__entry {
	position: relative;
}

.header__entry::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 100%;
	background-color: #E50019;
}

.page__entry {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #f6f6f6;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page__entry .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page__entry .entry__title {
	padding: 0;
	margin: 0;
	color: #a0a0a0;
	text-align: center;
	font-weight: 500;
}

.page__content {
	min-height: 60vh;
}

.floating-line {
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 0 10px rgba(90, 129, 177, 0.6);
}

.elementor-widget-progress .elementor-progress-wrapper {
	overflow: visible !important;
}

.elementor-widget-progress .elementor-progress-bar .elementor-progress-percentage {
	position: absolute;
	right: 0;
	top: -14px;
	padding-right: 0;
}

.full-galery .elementor-column-wrap.elementor-element-populated {
	padding: 0 !important;
}

.breadcrumb {
	padding: .5rem 1rem;
}

.breadcrumb a,
.breadcrumb span {
	font-family: var(--e-global-typography-secondary-font-family) !important;
	color: #c4c4c4 !important;
	font-size: 12px !important;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none;
	transition: .3s color;
}

.breadcrumb a:hover {
	color: #e0e0e0 !important;
}

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

em {
	overflow-wrap: break-word;
}

.elementor-widget.link a {
	position: relative;
}

.elementor-widget.link a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transform-origin: top right;
	transition: transform .3s, color .3s;
	background-color: #43d5cb;
	background-color: var(--e-global-color-accent);
}

.elementor-widget.link a:hover::after {
	transform-origin: top left;
	transform: scaleX(1);
}

@keyframes fadeIn {
	0% {
		margin-top: 0;
		opacity: 0;
	}
	100% {
		margin-top: -10px;
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: -10px;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		margin-top: 0;
		opacity: 0;
	}
	100% {
		margin-top: -10px;
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		margin-top: 0;
		opacity: 0;
	}
	100% {
		margin-top: -10px;
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		margin-top: 0;
		opacity: 0;
	}
	100% {
		margin-top: -10px;
		opacity: 1;
	}
}

.site__header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 300;
	transition: top .3s;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
}

.admin-bar .site__header {
	top: 32px;
}

@media (min-width: 998px) {
	.site__header.site__header--collapsed {
		top: -40px;
	}
}

@media (min-width: 998px) {
	.admin-bar .site__header.site__header--collapsed {
		top: -8px;
	}
}

.site__header .header__top {
	height: 40px;
	display: none;
	border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 998px) {
	.site__header .header__top {
		display: flex;
	}
}

.site__header .header__main {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__main .container {
	min-height: 100%;
	display: flex;
}

.header__main .header__wrapper {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__main .header__brand {
	max-width: 190px;
	min-height: 80px;
}

@media (min-width: 998px) {
	.header__main .header__brand {
		max-width: 220px;
	}
}

.header__main .header__nav {
	min-height: 73%;
	display: flex;
	align-items: stretch;
	margin-left: auto;
	background-color: #fff;
}

.header__actions {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header__actions .button__search,
.header__actions .button__menu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 998px) {
	.header__actions .button__search,
	.header__actions .button__menu {
		display: none;
	}
}

.header__actions .button__menu {
	margin-left: 1rem;
	background-color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
	border: none;
	outline: none;
	box-shadow: none;
}

.header__top .header__info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.brand {
	padding: 1rem 0;
}

.brand a {
	display: block;
}

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

.header__contact {
	display: inline-flex;
	align-items: center;
}

.header__contact a {
	display: inline-flex;
	align-items: center;
	margin-right: 1.5rem;
	color: #6b6b6b;
	font-size: .8125rem !important;
	font-weight: 400;
	line-height: 1rem;
	text-decoration: none;
	transition: color .3s;
}

.header__contact a:hover {
	color: #4e6dcc !important;
	color: var(--e-global-color-c5e8ceb) !important;
}

.header__contact i {
	display: flex;
	margin-right: .5rem;
	font-size: .875rem;
	line-height: 1rem;
	text-align: center;
	color: #4e6dcc;
	color: var(--e-global-color-c5e8ceb);
}

.header__language,
.header__social {
	display: inline-flex;
}

.header__language::before,
.header__social::before {
	content: '';
	display: inline-flex;
	width: 1px;
	height: 34px;
	background-color: #F6F6F6;
}

.site__footer {
	position: relative;
	min-height: 200px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #242626;
	color: #ffffff;
}

.site__footer .brand {
	max-width: 300px;
	padding: 0;
	margin: 1rem auto;
}

@media (min-width: 998px) {
	.site__footer .brand {
		margin: 0 auto;
	}
}

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

@media (min-width: 998px) {
	.site__footer .text-center {
		text-align: center;
	}
}

.footer__nav ul {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}

.footer__nav ul li {
	display: block;
}

.footer__nav ul a {
	color: white;
	font-size: .875rem;
	line-height: 2.4em;
}

.footer__contact {
	margin-top: 2rem;
}

.footer__contact a {
	display: flex;
	align-items: center;
	justify-content: start;
	margin: .5rem;
	color: white !important;
	font-size: .875rem !important;
	font-weight: 400;
	line-height: 1.8rem;
	letter-spacing: .05em;
	text-decoration: none;
	transition: color .3s;
}

@media (min-width: 998px) {
	.footer__contact a {
		justify-content: center;
	}
}

.footer__contact a:hover {
	color: #43d5cb !important;
	color: var(--e-global-color-accent) !important;
}

.footer__contact i {
	display: flex;
	margin-right: .75rem;
	font-size: .875rem;
	line-height: 1rem;
	text-align: center;
	color: #43d5cb;
	color: var(--e-global-color-accent);
}

.footer__button {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .75rem;
	margin: 0;
	border: none;
	border-radius: 50%;
	overflow: visible;
	background-color: var(--e-global-color-accent);
	color: #ffffff !important;
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 24px;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	cursor: pointer;
}

.footer__button.cd-top--is-visible {
	opacity: .75;
	visibility: visible;
}

.footer__button.cd-top--is-visible:hover {
	color: #ffffff !important;
	opacity: 1;
}

.site__sidebar {
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: transform .3s;
	overflow-y: auto;
	z-index: 600;
}

@media (min-width: 768px) {
	.site__sidebar {
		width: 380px;
	}
}

.site__sidebar.site__sidebar--visible {
	transform: translateX(0);
}

.site__sidebar .sidebar__close {
	position: absolute;
	top: 1rem;
	right: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #ffffff;
	color: #595959;
	font-size: 1.5rem;
	text-align: center;
	border: none;
	outline: none;
	box-shadow: 0 1px 1px 2px #F6F6F6;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.navigation {
	position: relative;
	display: none;
	align-items: stretch;
	padding: 0;
	background-color: transparent;
	z-index: 100;
}

@media (min-width: 998px) {
	.navigation {
		min-height: 100%;
		display: flex;
	}
}

.navigation > ul {
	min-height: 100%;
	display: flex;
	align-self: stretch;
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation li {
	display: inline-block;
	height: 100%;
}

.navigation li.menu-item-has-children .sub-menu {
	position: absolute;
	left: 0;
	min-width: 160px;
	display: none;
	padding: .5rem 0;
	margin: -10px 0 0 0;
	background-color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
	z-index: 10;
	animation: fadeIn ease .3s;
}

.navigation li.menu-item-has-children:hover .sub-menu {
	display: block;
}

.navigation a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding: 0 20px;
	color: #333;
	color: var(--e-global-color-primary);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

.elementor-kit-5 .navigation a:hover {
	color: #333;
	color: var(--e-global-color-primary);
}

.navigation .sub-menu li,
.navigation .sub-menu a {
	display: block;
}

.navigation .sub-menu a {
	padding: .5rem 1.5rem;
	text-align: left;
	font-size: 14px;
}

.navigation .sub-menu a:hover {
	background-color: #F6F6F6;
}

.sidebar__nav {
	margin-top: 3.5rem;
}

.sidebar__nav > ul {
	list-style: none;
	padding: 0;
	padding: 0rem 1.5rem;
	margin: 1.5rem 0;
}

.sidebar__nav > ul > li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}

.sidebar__nav > ul > li.current_page_item > a {
	color: #4e6dcc;
	color: var(--e-global-color-c5e8ceb);
	font-weight: 700;
}

.sidebar__nav > ul > li.menu-item-has-children {
	position: relative;
}

.sidebar__nav > ul > li.menu-item-has-children > a {
	width: 100%;
	flex-shrink: 0;
}

.sidebar__nav > ul > li.menu-item-has-children > span {
	position: absolute;
	right: 0;
	top: 0;
}

.sidebar__nav > ul .nav__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
	text-align: center;
}

.sidebar__nav > ul a {
	padding: .75rem 1rem;
	color: #22262A;
	font-size: .875rem;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
}

.sidebar__nav .sub-menu {
	width: 100%;
	max-height: 120px;
	list-style: none;
	padding: 0;
	margin: .5rem 0;
	overflow-y: auto;
}

.sidebar__nav .sub-menu a {
	display: block;
	padding: .75rem 1rem;
	color: #22262A;
	font-size: .875rem;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
}

.sidebar__trigger {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	box-shadow: none;
	outline: none;
	background-color: #f4f4f4 !important;
	color: #666666 !important;
}

@media (min-width: 998px) {
	.sidebar__trigger {
		display: none;
	}
}

.navigation__sidebar .sub-menu {
	display: none;
}

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

#nav-floating-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 125px;
	height: 4px;
	background-color: #43d5cb;
	background-color: var(--e-global-color-accent);
	transition: all 0.3s;
}

.button {
	padding: .6rem;
	border: none;
	box-shadow: none;
	outline: none;
	background-color: #43d5cb;
	background-color: var(--e-global-color-c5e8ceb);
}

.elementor-button-link.elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.elementor-button-link.elementor-button .elementor-button-content-wrapper .elementor-button-icon {
	padding-left: .45rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	overflow: hidden;
}

.elementor-button-link:hover .elementor-button-icon {
	animation: hoverBtn ease-out .3s;
}

.elementor-accordion .elementor-accordion-item {
	border: none !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
	position: relative;
	margin: 7px 0;
	border-radius: 5px;
	border: none;
	background-color: #f4f4f4 !important;
	color: var(--e-global-color-primary);
	font-weight: 500;
	transition: all .3s;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	background-color: #4e6dcc;
	background-color: var(--e-global-color-c5e8ceb) !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon {
	background-color: #4e6dcc !important;
	background-color: #3453b3 !important;
	color: #ffffff;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title a {
	transition: all .3s;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
	position: absolute;
	top: 0;
	width: 46px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ebebeb !important;
	font-size: .625rem;
	transition: all .3s;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	left: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	right: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
	background-color: #4e6dcc;
	background-color: var(--e-global-color-c5e8ceb) !important;
	color: #ffffff !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:hover a {
	color: #ffffff !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title:hover .elementor-accordion-icon {
	background-color: #4e6dcc !important;
	background-color: #3453b3 !important;
	color: #ffffff;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
	border: none !important;
	background-color: #f4f4f4;
	border-radius: 5px;
}

.elementor-image-gallery .gallery-item {
	position: relative;
	overflow: hidden;
}

.elementor-image-gallery .gallery-item::after {
	content: '\f120';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
	color: #000000;
	font-family: icons !important;
	font-size: 1.5rem;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s;
	z-index: 2;
}

.elementor-image-gallery .gallery-item:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.elementor-image-gallery .gallery-item:hover img {
	transform: scale(1.03);
}

.elementor-image-gallery .gallery-item:hover a::before {
	background-color: rgba(255, 255, 255, 0.3);
}

.elementor-image-gallery .gallery-item img {
	transition: transform .45s;
}

.elementor-image-gallery .gallery-icon a {
	position: relative;
	display: block;
}

.elementor-image-gallery .gallery-icon a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color .45s;
	z-index: 1;
}

ul.elementor-icon-list-items .elementor-icon-list-item {
	margin-bottom: 8px;
}

ul.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
	line-height: 26px;
}

ul.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

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

@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1200px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.mga__table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.mga__table th,
.mga__table td {
	padding: .5rem;
}

.mga__table tr:hover th,
.mga__table tr:hover td {
	background-color: rgba(195, 195, 195, 0.05) !important;
}

.mga__table th,
.mga__table td {
	min-height: 44px;
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
	background-color: transparent !important;
	color: #6e6e6e;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-secondary-font-family) !important;
	font-size: 13px !important;
	font-weight: 400;
	text-align: left;
	transition: background-color .3s;
}

.mga__table td {
	text-align: right;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.search__post {
	padding: 1.5rem 0;
	background-color: #ffffff;
	border-bottom: 1px solid #faf7f7;
}

.search__post .entry__header .entry__title {
	margin-top: 0;
}

.search__post .entry__header a {
	color: #000000;
}

.search__post .entry__summary {
	line-height: 1.5em;
}

@media (min-width: 998px) {
	.page__404 {
		min-height: 60vh;
	}
}

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

@media (min-width: 998px) {
	.page__404 .page__entry {
		padding: 2rem;
	}
}

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

/*# sourceMappingURL=main.css.map */