@charset "UTF-8";

/** @section Context Styles */
.context-dark, .bg-gray-700, .bg-gray-3, .bg-brown-1, .bg-brown-2, .bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-gray-3 h1,
.bg-brown-1 h1,
.bg-brown-2 h1,
.bg-primary h1, .context-dark h2, .bg-gray-700 h2, .bg-gray-3 h2, .bg-brown-1 h2, .bg-brown-2 h2, .bg-primary h2, .context-dark h3, .bg-gray-700 h3, .bg-gray-3 h3, .bg-brown-1 h3, .bg-brown-2 h3, .bg-primary h3, .context-dark h4, .bg-gray-700 h4, .bg-gray-3 h4, .bg-brown-1 h4, .bg-brown-2 h4, .bg-primary h4, .context-dark h5, .bg-gray-700 h5, .bg-gray-3 h5, .bg-brown-1 h5, .bg-brown-2 h5, .bg-primary h5, .context-dark h6, .bg-gray-700 h6, .bg-gray-3 h6, .bg-brown-1 h6, .bg-brown-2 h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-gray-3 [class^='heading-'], .bg-brown-1 [class^='heading-'], .bg-brown-2 [class^='heading-'], .bg-primary [class^='heading-'] {
	color: #ffffff;
}


@media (min-width: 1200px) {
	h1 + p {
		margin-top: 6px;
	}
	* + .row-lg {
		margin-top: 50px;
	}
	* + .row-xl {
		margin-top: 60px;
	}
	* + .row-xxl {
		margin-top: 70px;
	}
	* + .owl-carousel {
		margin-top: 50px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
	.row + .btn {
		margin-top: 60px;
	}
}

/*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.fw-thin {
	font-weight: 100;
}

.fw-light {
	font-weight: 300;
}

.fw-regular {
	font-weight: 400;
}

.fw-medium {
	font-weight: 500;
}

.fw-sbold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fw-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-spacing-20 {
	letter-spacing: .02em;
}

.text-spacing-25 {
	letter-spacing: .025em;
}

.text-spacing-50 {
	letter-spacing: .05em;
}

.text-spacing-75 {
	letter-spacing: .075em;
}

.text-spacing-100 {
	letter-spacing: .1em;
}

.text-spacing-150 {
	letter-spacing: .15em;
}

.text-width-medium {
	max-width: 500px;
}

.text-width-large {
	max-width: 600px;
}

.text-center [class*='text-width-'] {
	margin-left: auto;
	margin-right: auto;
}

.text-primary {
	color: #92c5d9 !important;
}

.text-gray-500 {
	color: #9b9b9b;
}

.text-gray-22 {
	color: #33363d;
}

.text-gray-23 {
	color: #bbbbbb;
}

.text-transform-none {
	text-transform: none;
}

.text-transform-uppercase {
	text-transform: uppercase;
}

.text-transform-capitalize {
	text-transform: capitalize;
}

.font-family-sans-serif {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.font-family-sans-serif-1 {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.font-family-cursive {
	font-family: "Kalam", cursive;
}

.text-white-70 {
	color: rgba(255, 255, 255, 0.7);
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10 > * {
	margin-bottom: 10px;
}

.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-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 > * {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

.row-60 {
	margin-bottom: -50px;
}

.row-60:empty {
	margin-bottom: 0;
}

.row-60 > * {
	margin-bottom: 50px;
}

@media (min-width: 576px) {
	.row-sm-30 {
		margin-bottom: -30px;
	}
	.row-sm-30:empty {
		margin-bottom: 0;
	}
	.row-sm-30 > * {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.row-md-30 {
		margin-bottom: -30px;
	}
	.row-md-30:empty {
		margin-bottom: 0;
	}
	.row-md-30 > * {
		margin-bottom: 30px;
	}
	.row-md-40 {
		margin-bottom: -40px;
	}
	.row-md-40:empty {
		margin-bottom: 0;
	}
	.row-md-40 > * {
		margin-bottom: 40px;
	}
	.row-md-50 {
		margin-bottom: -50px;
	}
	.row-md-50:empty {
		margin-bottom: 0;
	}
	.row-md-50 > * {
		margin-bottom: 50px;
	}
	.row-md-60 {
		margin-bottom: -60px;
	}
	.row-md-60:empty {
		margin-bottom: 0;
	}
	.row-md-60 > * {
		margin-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.row-lg-20 {
		margin-bottom: -20px;
	}
	.row-lg-20:empty {
		margin-bottom: 0;
	}
	.row-lg-20 > * {
		margin-bottom: 20px;
	}
	.row-lg-50 {
		margin-bottom: -50px;
	}
	.row-lg-50:empty {
		margin-bottom: 0;
	}
	.row-lg-50 > * {
		margin-bottom: 50px;
	}
	.row-lg-60 {
		margin-bottom: -60px;
	}
	.row-lg-60:empty {
		margin-bottom: 0;
	}
	.row-lg-60 > * {
		margin-bottom: 60px;
	}
	.row-lg-70 {
		margin-bottom: -70px;
	}
	.row-lg-70:empty {
		margin-bottom: 0;
	}
	.row-lg-70 > * {
		margin-bottom: 70px;
	}
	.row-lg-80 {
		margin-bottom: -80px;
	}
	.row-lg-80:empty {
		margin-bottom: 0;
	}
	.row-lg-80 > * {
		margin-bottom: 80px;
	}
}

@media (min-width: 1200px) {
	.row-xl-100 {
		margin-bottom: -100px;
	}
	.row-xl-100:empty {
		margin-bottom: 0;
	}
	.row-xl-100 > * {
		margin-bottom: 100px;
	}
}



.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-gray-3 .brand .brand-logo-dark, .bg-brown-1 .brand .brand-logo-dark, .bg-brown-2 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-gray-3 .brand .brand-logo-light, .bg-brown-1 .brand .brand-logo-light, .bg-brown-2 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}


/*
* Buttons
*/
.btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 4px 17px;
	font-size: 14px;
	line-height: 2;
	border: 2px solid;
	border-radius: 0;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	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: all 250ms ease-in-out;
}

@media (min-width: 768px) {
	.btn {
		padding: 9px 29px;
	}
}

@media (min-width: 992px) {
	.btn {
		padding: 14px 34px;
	}
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-default, .btn-default:focus {
	color: #cccccc;
	background-color: #2c343b;
	border-color: #2c343b;
}

.btn-default:hover, .btn-default:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-default.btn-ujarak::before {
	background: #92c5d9;
}

.btn-default.btn-zakaria:after {
	background: #2c343b;
}

.btn-gray-100, .btn-gray-100:focus {
	color: #151515;
	background-color: #e1e1e1;
	border-color: #e1e1e1;
}

.btn-gray-100:hover, .btn-gray-100:active {
	color: #151515;
	background-color: #d4d4d4;
	border-color: #d4d4d4;
}

.btn-gray-100.btn-ujarak::before {
	background: #d4d4d4;
}

.btn-gray-100.btn-zakaria:after {
	background: #e1e1e1;
}

.btn-primary, .btn-primary:focus {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-primary:hover, .btn-primary:active {
	color: #151515;
	background-color: #e9da5d;
	border-color: #e9da5d;
}

.btn-primary.btn-ujarak::before {
	background: #e9da5d;
}

.btn-primary.btn-zakaria:after {
	background: #92c5d9;
}

.btn-primary-2, .btn-primary-2:focus {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-primary-2:hover, .btn-primary-2:active {
	color: #ffffff;
	background-color: #626469;
	border-color: #626469;
}

.btn-primary-2.btn-ujarak::before {
	background: #626469;
}

.btn-primary-2.btn-zakaria:after {
	background: #92c5d9;
}

.btn-primary-3, .btn-primary-3:focus {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-primary-3:hover, .btn-primary-3:active {
	color: #ffffff;
	background-color: #707475;
	border-color: #707475;
}

.btn-primary-3.btn-ujarak::before {
	background: #707475;
}

.btn-primary-3.btn-zakaria:after {
	background: #92c5d9;
}

.btn-secondary, .btn-secondary:focus {
	color: #151515;
	background-color: #e9da5d;
	border-color: #e9da5d;
}

.btn-secondary:hover, .btn-secondary:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-secondary.btn-ujarak::before {
	background: #92c5d9;
}

.btn-secondary.btn-zakaria:after {
	background: #e9da5d;
}

.btn-secondary-2, .btn-secondary-2:focus {
	color: #151515;
	background-color: #e9da5d;
	border-color: #e9da5d;
}

.btn-secondary-2:hover, .btn-secondary-2:active {
	color: #151515;
	background-color: #f2ea6f;
	border-color: #f2ea6f;
}

.btn-secondary-2.btn-ujarak::before {
	background: #f2ea6f;
}

.btn-secondary-2.btn-zakaria:after {
	background: #e9da5d;
}

.btn-gray-6, .btn-gray-6:focus {
	color: #ffffff;
	background-color: #707475;
	border-color: #707475;
}

.btn-gray-6:hover, .btn-gray-6:active {
	color: #151515;
	background-color: #e9da5d;
	border-color: #e9da5d;
}

.btn-gray-6.btn-ujarak::before {
	background: #e9da5d;
}

.btn-gray-6.btn-zakaria:after {
	background: #707475;
}

.btn-white, .btn-white:focus {
	color: #151515;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:hover, .btn-white:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-white.btn-ujarak::before {
	background: #92c5d9;
}

.btn-white.btn-zakaria:after {
	background: #ffffff;
}

.btn-gray-1000, .btn-gray-1000:focus {
	color: #ffffff;
	background-color: #2f2f2f;
	border-color: #2f2f2f;
}

.btn-gray-1000:hover, .btn-gray-1000:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-gray-1000.btn-ujarak::before {
	background: #92c5d9;
}

.btn-gray-1000.btn-zakaria:after {
	background: #2f2f2f;
}

.btn-gray-14, .btn-gray-14:focus {
	color: #ffffff;
	background-color: #626469;
	border-color: #626469;
}

.btn-gray-14:hover, .btn-gray-14:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-gray-14.btn-ujarak::before {
	background: #92c5d9;
}

.btn-gray-14.btn-zakaria:after {
	background: #626469;
}

.btn-default-outline, .btn-default-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.btn-default-outline:hover, .btn-default-outline:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-default-outline.btn-ujarak::before {
	background: #92c5d9;
}

.btn-default-outline.btn-zakaria:after {
	background: transparent;
}

.btn-default-outline-2, .btn-default-outline-2:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.btn-default-outline-2:hover, .btn-default-outline-2:active {
	color: #151515;
	background-color: #e9da5d;
	border-color: #e9da5d;
}

.btn-default-outline-2.btn-ujarak::before {
	background: #e9da5d;
}

.btn-default-outline-2.btn-zakaria:after {
	background: transparent;
}

.btn-default-outline-3, .btn-default-outline-3:focus {
	color: #92c5d9;
	background-color: transparent;
	border-color: #92c5d9;
}

.btn-default-outline-3:hover, .btn-default-outline-3:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-default-outline-3.btn-ujarak::before {
	background: #92c5d9;
}

.btn-default-outline-3.btn-zakaria:after {
	background: transparent;
}

.btn-style-1, .btn-style-1:focus {
	color: #e9da5d;
	background-color: #707475;
	border-color: #707475;
}

.btn-style-1:hover, .btn-style-1:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-style-1.btn-ujarak::before {
	background: #92c5d9;
}

.btn-style-1.btn-zakaria:after {
	background: #707475;
}

.btn-style-2, .btn-style-2:focus {
	color: #ffffff;
	background-color: #707475;
	border-color: #707475;
}

.btn-style-2:hover, .btn-style-2:active {
	color: #ffffff;
	background-color: #92c5d9;
	border-color: #92c5d9;
}

.btn-style-2.btn-ujarak::before {
	background: #92c5d9;
}

.btn-style-2.btn-zakaria:after {
	background: #707475;
}

.btn-ghost {
	border: 0;
	background-color: transparent;
}

.btn-ghost:hover {
	color: #ffffff;
	background: #92c5d9;
}

.btn-facebook, .btn-facebook:focus {
	color: #ffffff;
	background-color: #3972ac;
	border-color: #3972ac;
}

.btn-facebook:hover, .btn-facebook:active {
	color: #ffffff;
	background-color: #336599;
	border-color: #336599;
}

.btn-facebook.btn-ujarak::before {
	background: #336599;
}

.btn-facebook.btn-zakaria:after {
	background: #3972ac;
}

.btn-twitter, .btn-twitter:focus {
	color: #ffffff;
	background-color: #52b0e7;
	border-color: #52b0e7;
}

.btn-twitter:hover, .btn-twitter:active {
	color: #ffffff;
	background-color: #3ca6e4;
	border-color: #3ca6e4;
}

.btn-twitter.btn-ujarak::before {
	background: #3ca6e4;
}

.btn-twitter.btn-zakaria:after {
	background: #52b0e7;
}

.btn-google, .btn-google:focus {
	color: #ffffff;
	background-color: #ed5e5e;
	border-color: #ed5e5e;
}

.btn-google:hover, .btn-google:active {
	color: #ffffff;
	background-color: #ea4747;
	border-color: #ea4747;
}

.btn-google.btn-ujarak::before {
	background: #ea4747;
}

.btn-google.btn-zakaria:after {
	background: #ed5e5e;
}

.btn-shadow {
	box-shadow: 7px 7px 3px 0 rgba(0, 0, 0, 0.04);
}

.btn-shadow-2 {
	box-shadow: 3px 9px 18px 0 rgba(0, 0, 0, 0.18);
}

.btn-shadow-3 {
	box-shadow: 8px 9px 16px 0 rgba(0, 0, 0, 0.35);
}

.btn-shadow-4 {
	box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.17);
}

.btn-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.btn-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #92c5d9;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.btn-ujarak, .btn-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.btn-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

html:not(.mac-os) .btn-zakaria {
	transition: all .3s ease-in-out;
	z-index: 1;
}

html:not(.mac-os) .btn-zakaria::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 110%;
	padding-bottom: 110%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	transition: inherit;
	pointer-events: none;
	z-index: -1;
}

html:not(.mac-os) .btn-zakaria:hover:after, html:not(.mac-os) .btn-zakaria:active:after {
	transform: translate3d(-50%, -50%, 0) scale(0);
}

html:not(.mac-os) .btn-zakaria.btn-default-outline:after, html:not(.mac-os) .btn-zakaria.btn-default-outline-2:after, html:not(.mac-os) .btn-zakaria.btn-default-outline-3:after {
	background: #ffffff;
}

.btn-sm {
	padding: 1px 22.5px;
	font-size: 14px;
	line-height: 2;
}

@media (min-width: 768px) {
	.btn-sm {
		padding: 6px 40px;
	}
}

@media (min-width: 992px) {
	.btn-sm {
		padding: 11px 45px;
	}
}

.btn-lg {
	padding: 9px 25px;
	font-size: 14px;
	line-height: 2;
}

@media (min-width: 768px) {
	.btn-lg {
		padding: 14px 45px;
	}
}

@media (min-width: 992px) {
	.btn-lg {
		padding: 19px 50px;
	}
}

.btn-zachem-tak-delat {
	padding: 9px 40px;
}

.btn-xl {
	padding: 6px 25px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 768px) {
	.btn-xl {
		padding: 11px 45px;
	}
}

@media (min-width: 992px) {
	.btn-xl {
		padding: 16px 50px;
	}
}

@media (min-width: 992px) {
	.btn-xl {
		padding: 20px 80px;
	}
}

.btn-circle {
	border-radius: 30px;
}

.btn-round-1 {
	border-radius: 5px;
}

.btn-round-2 {
	border-radius: 10px;
}

.btn-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.btn-icon .icon {
	position: relative;
	display: inline-block;
	color: inherit;
	font-size: 14px;
	line-height: 1;
}

.btn-icon .mdi-email-outline {
	font-size: 20px;
}

.btn-icon-left .icon {
	margin-right: 5px;
}

.btn-icon-right {
	flex-direction: row-reverse;
}

.btn-icon-right .icon {
	margin-left: 5px;
}

.btn-icon-2 {
	min-width: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
	line-height: 28px;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.btn-icon-2 {
		font-size: 24px;
		min-width: 50px;
	}
}

@media (min-width: 992px) {
	.btn-icon-2 {
		min-width: 60px;
	}
}

.btn-icon-3 {
	min-width: 30px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 18px;
	line-height: 24px;
	border-radius: 50%;
}

.btn-icon-3 span {
	font-size: inherit;
	vertical-align: middle;
	position: relative;
	left: 1px;
}

@media (min-width: 768px) {
	.btn-icon-3 {
		font-size: 22px;
		min-width: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 992px) {
	.btn-icon-3 {
		min-width: 50px;
	}
}

@-moz-document url-prefix() {
	.btn-icon-3 span {
		vertical-align: baseline;
		line-height: inherit;
	}
}





/*
*
* Animate.css
*/
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-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, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 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, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 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(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 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(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 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 slideInUp {
	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 slideInUp {
	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);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-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;
}

@-webkit-keyframes fadeScale {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeScale {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeScale {
	-webkit-animation-name: fadeScale;
	animation-name: fadeScale;
}

@keyframes moreLoopX {
	0% {
		transform: scale(0, 1);
		transform-origin: left;
	}
	47% {
		transform: scale(1, 1);
		transform-origin: left;
	}
	48% {
		transform: scale(1, 1);
		transform-origin: right;
	}
	95% {
		transform: scale(0, 1);
		transform-origin: right;
	}
	96% {
		transform: scale(0, 1);
		transform-origin: left;
	}
	100% {
		transform: scale(0, 1);
	}
}

@keyframes moreLoopY {
	0% {
		transform: scale(1, 0);
		transform-origin: top;
	}
	47% {
		transform: scale(1, 1);
		transform-origin: top;
	}
	48% {
		transform: scale(1, 1);
		transform-origin: bottom;
	}
	95% {
		transform: scale(1, 0);
		transform-origin: bottom;
	}
	96% {
		transform: scale(1, 0);
		transform-origin: top;
	}
	100% {
		transform: scale(1, 0);
	}
}

@keyframes iconClassic {
	30% {
		color: #151515;
		background: #ffffff;
	}
	33% {
		color: #ffffff;
		background: #92c5d9;
	}
	64% {
		color: #ffffff;
		background: #92c5d9;
	}
	67% {
		color: #151515;
		background: #e9da5d;
	}
	97% {
		color: #151515;
		background: #e9da5d;
	}
}

@keyframes iconSvgClassic {
	30% {
		fill: #151515;
	}
	33% {
		fill: #ffffff;
	}
	64% {
		fill: #ffffff;
	}
	67% {
		fill: #151515;
	}
	97% {
		fill: #151515;
	}
}







/*
* Swiper
*/
.swiper-container {
	position: relative;
	overflow: hidden;
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	min-height: inherit;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}


/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	text-align: center;
	position: absolute;
	display: none;
	top: 50%;
	width: 45px;
	height: 45px;
	font-size: 35px;
	line-height: 45px;
	font-family: Material Design Icons;
	color: #000000;
	background: #ffffff;
	border-radius: 50%;
	transition: all .2s ease;
	transform: translate3d(0, -50%, 0);
	will-change: transform;
	cursor: pointer;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #92c5d9;
	color: #ffffff;
}

@media (min-width: 992px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 30px;
}

@media (min-width: 1200px) {
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		right: 60px;
	}
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
	content: "\f237";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 30px;
}

@media (min-width: 1200px) {
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 60px;
	}
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
	content: "\f238";
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	display: block;
	font-size: 0;
	line-height: 0;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

@media (min-width: 992px) {
	.swiper-pagination {
		display: none;
	}
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}




/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	white-space: nowrap;
	background-position: 50%;
	background-size: cover;
}
.swiper-slide2{padding-top: 18%}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

@media (max-width: 991.98px) {
	.swiper-slide-caption {
		padding-bottom: 70px;
	}
}

.swiper-nav-1 .swiper-button-prev,
.swiper-nav-1 .swiper-button-next {
	color: inherit;
	background: #ffffff;
}

.swiper-nav-1 .swiper-button-prev:hover,
.swiper-nav-1 .swiper-button-next:hover {
	color: #151515;
}

.swiper-nav-1 .swiper-pagination-bullet {
	background: #707475;
}

.swiper-nav-1 .swiper-pagination-bullet:hover,
.swiper-nav-1 .swiper-pagination-bullet-active {
	background: #92c5d9;
}

.swiper-slider-1 {
	min-height: 48.5vw;
}

.swiper-slider-1 .swiper-title-2 {
	letter-spacing: .1em;
}

.swiper-slider-1 .swiper-title-3 {
	letter-spacing: .05em;
	font-family: "Kalam", cursive;
	text-transform: none;
}

.swiper-slider-1 .swiper-slide:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(255, 255, 255, 0.25);
}

.swiper-slider-1 .swiper-slide-caption {
	z-index: 1;
}

.swiper-slider-1 * + .swiper-title-1 {
	margin-top: 8px;
}

.swiper-slider-1 * + .swiper-title-2 {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.swiper-slider-1 * + .swiper-title-1 {
		margin-top: 12px;
	}
	.swiper-slider-1 * + .swiper-title-2 {
		margin-top: 16px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-1 .swiper-slide:after {
		display: none;
	}
	.swiper-slider-1 .swiper-slide-caption {
		padding-right: 90px;
		padding-left: 90px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-1 * + .btn-wrap,
	.swiper-slider-1 * + .btn {
		margin-top: 40px;
	}
	.swiper-slider-1 * + .swiper-title-1 {
		margin-top: 18px;
	}
	.swiper-slider-1 * + .swiper-title-2 {
		margin-top: 24px;
	}
}

.swiper-slider-2 {
	min-height: 37.5vw;
}

.swiper-slider-2 .swiper-title-1 {
	font-weight: 600;
	letter-spacing: .025em;
}

.swiper-slider-2 .swiper-title-2 {
	letter-spacing: .2em;
	text-transform: uppercase;
}

.swiper-slider-2 .swiper-text {
	letter-spacing: .075em;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.swiper-slider-2 * + .swiper-text {
	margin-top: 10px;
}

.swiper-slider-2 * + .swiper-title-1 {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.swiper-slider-2 * + .swiper-text {
		margin-top: 18px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-2 .swiper-slide-caption {
		padding-right: 90px;
		padding-left: 90px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-2 * + .btn-wrap,
	.swiper-slider-2 * + .btn {
		margin-top: 45px;
	}
	.swiper-slider-2 * + .swiper-text {
		margin-top: 28px;
	}
	.swiper-slider-2 * + .swiper-title-1 {
		margin-top: 16px;
	}
}

.swiper-slider-3 {
	min-height: 33.33333vw;
}

.swiper-slider-3 .swiper-slide {
	align-items: flex-start;
	padding-bottom: 50px;
}

.swiper-slider-3 .swiper-title-1 {
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.72);
}

.swiper-slider-3 .swiper-title-2 {
	font-weight: 700;
	letter-spacing: .2em;
}

.swiper-slider-3 .swiper-title-2 span {
	display: block;
	font-size: 0;
	line-height: 0;
	color: #ffffff;
	margin-bottom: 10px;
}

.swiper-slider-3 .swiper-title-2 span::before {
	display: inline-block;
	content: '';
	width: 60px;
	border-top: 2px solid;
}

.swiper-slider-3 .swiper-title-3 {
	letter-spacing: .1em;
	font-weight: 400;
	text-transform: none;
}

.swiper-slider-3 .swiper-text {
	letter-spacing: .075em;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.swiper-slider-3.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 75px;
}

.swiper-slider-3 * + .swiper-title-2 {
	margin-top: 16px;
}

.swiper-slider-3 * + .swiper-title-3 {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.swiper-slider-3 .swiper-title-2 span {
		display: inline-block;
		vertical-align: middle;
		margin-right: 22px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.swiper-slider-3 .swiper-slide-caption {
		padding-right: 90px;
		padding-left: 90px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-3 * + .btn-wrap,
	.swiper-slider-3 * + .btn {
		margin-top: 35px;
	}
	.swiper-slider-3 * + .swiper-title-3 {
		margin-top: 26px;
	}
}

.swiper-slider-3 + .offset-negative-1 .container {
	position: relative;
	margin-top: -50px;
	z-index: 1;
}

.swiper-slider-4 {
	min-height: 44.0625vw;
}

.swiper-slider-4 .swiper-pagination {
	display: block;
}

.swiper-slider-4 .swiper-title-1 {
	text-transform: none;
}

.swiper-slider-4 .swiper-title-2 {
	font-weight: 400;
	letter-spacing: .075em;
}

.swiper-slider-4 * + .swiper-title-2 {
	margin-top: 16px;
}

@media (min-width: 992px) {
	.swiper-slider-4 .swiper-slide-caption {
		padding-right: 90px;
		padding-left: 90px;
	}
	.swiper-slider-4 .swiper-pagination {
		display: none;
	}
	.swiper-slider-4 .swiper-title-1 {
		line-height: 1.364;
	}
	.swiper-slider-4 * + .btn-wrap,
	.swiper-slider-4 * + .btn {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-4 * + .swiper-title-2 {
		margin-top: 24px;
	}
	.swiper-slider-4 * + .btn-wrap,
	.swiper-slider-4 * + .btn {
		margin-top: 50px;
	}
}

.header-creative-wrap + .swiper-slider-4 .swiper-slide-2 {
	padding-bottom: 4%;
}

@media (min-width: 992px) {
	.rd-navbar-static-linked .header-creative-wrap + .section-custom-1,
	.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide {
		padding-top: 172px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-static-linked .header-creative-wrap + .section-custom-1,
	.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide {
		padding-top: 184px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-static-linked .header-creative-wrap + .section-custom-1,
	.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide {
		padding-top: 204px;
	}
}

.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide-1 {
	padding-bottom: 5%;
}

.rd-navbar-static-linked .header-creative-wrap + .swiper-slider-4 .swiper-slide-2 {
	padding-bottom: 8%;
}

.swiper-scrollbar-1 .swiper-scrollbar-drag {
	background: transparent;
}

.swiper-scrollbar-1 .swiper-scrollbar-drag::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #92c5d9;
	background: #ffffff;
	transform: translate3d(-50%, -50%, 0);
}

.swiper-scrollbar-1.swiper-container-horizontal {
	padding-bottom: 70px;
}

.swiper-scrollbar-1.swiper-container-horizontal .swiper-scrollbar {
	bottom: 30px;
}

.swiper-scrollbar-1.swiper-container-vertical {
	padding-right: 50px;
}

.swiper-scrollbar-1.swiper-container-vertical .swiper-scrollbar {
	right: 14px;
}

.swiper-slider-5 {
	pointer-events: none;
}

.swiper-slider-5 .swiper-wrapper {
	pointer-events: auto;
}

.swiper-slider-5 .swiper-slide {
	height: auto;
}

.swiper-slider-5 .swiper-slide > * {
	width: 100%;
	opacity: .18;
	white-space: normal;
	transition: all .4s linear;
	pointer-events: none;
}

.swiper-slider-5 .swiper-slide-last {
	display: none;
}

.swiper-slider-5 .swiper-slide-active > * {
	opacity: 1;
	pointer-events: auto;
}

.swiper-slider-5 .swiper-pagination {
	display: block;
}

.swiper-slider-5.swiper-container-vertical .event-classic > .unit {
	max-height: 420px;
}

.swiper-slider-5.swiper-container-vertical .swiper-slide-last {
	display: flex;
}

* + .swiper-slider-5 {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.swiper-slider-5.swiper-container-vertical {
		max-height: 520px;
	}
	.swiper-slider-5.swiper-container-vertical .swiper-slide-last {
		height: 170px;
	}
}

@media (min-width: 768px) {
	.swiper-slider-5.swiper-container-vertical {
		max-height: 600px;
	}
	.swiper-slider-5.swiper-container-vertical .swiper-slide-last {
		height: 210px;
	}
	* + .swiper-slider-5 {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-5.swiper-container-vertical {
		max-height: 685px;
		padding-right: 70px;
	}
	.swiper-slider-5.swiper-container-vertical .swiper-slide-last {
		height: 255px;
	}
}

@media (min-width: 1200px) {
	* + .swiper-slider-5 {
		margin-top: 50px;
	}
}

.swiper-slider-6 {
	min-height: 34.11458vw;
}

.swiper-slider-6 .swiper-slide::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
}

.swiper-slider-6 .swiper-title-1 {
	font-weight: 500;
	letter-spacing: .15em;
}

.swiper-slider-6 .swiper-title-2 {
	font-weight: 300;
	line-height: 1.528;
	letter-spacing: .075em;
}

.swiper-slider-6 .swiper-title-3 {
	position: relative;
	display: inline-block;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.swiper-slider-6 .swiper-title-3::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 45%;
	width: 100%;
	background: #fff669;
	transition: inherit;
	z-index: -1;
}

.swiper-slider-6 * + .swiper-title-1 {
	margin-top: 15px;
}

.swiper-slider-6 * + .swiper-title-2 {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.swiper-slider-6 .swiper-title-3 {
		letter-spacing: .2em;
	}
	.swiper-slider-6 .swiper-slide::before {
		display: none;
	}
}

@media (min-width: 768px) {
	.swiper-slider-6 .swiper-box {
		padding-left: 30px;
	}
	.swiper-slider-6 .swiper-box .swiper-title-1 {
		margin-left: -30px;
	}
	.swiper-slider-6 * + .swiper-title-1 {
		margin-top: 25px;
	}
	.swiper-slider-6 * + .swiper-title-2 {
		margin-top: 24px;
	}
	.swiper-slider-6 * + .btn-wrap,
	.swiper-slider-6 * + .btn {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-6 .swiper-slide-caption {
		padding-right: 90px;
		padding-left: 90px;
	}
	.swiper-slider-6 .swiper-box {
		padding-left: 70px;
	}
	.swiper-slider-6 .swiper-box .swiper-title-1 {
		margin-left: -70px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-6 * + .btn-wrap,
	.swiper-slider-6 * + .btn {
		margin-top: 50px;
	}
}

.swiper-slider-7 {
	pointer-events: none;
}

.swiper-slider-7 .swiper-wrapper {
	pointer-events: auto;
}

.swiper-slider-7 .swiper-slide {
	height: auto;
}

.swiper-slider-7 .swiper-slide > * {
	width: 100%;
	opacity: .71;
	white-space: normal;
	transition: all .4s linear;
	pointer-events: none;
}

.swiper-slider-7 .swiper-slide-last {
	display: none;
}

.swiper-slider-7 .swiper-slide-active > *,
.swiper-slider-7 .swiper-slide-active + .swiper-slide > * {
	opacity: 1;
	pointer-events: auto;
}

.swiper-slider-7 .swiper-scrollbar {
	background: #e1e1e1;
}

.swiper-slider-7.swiper-container-vertical .swiper-slide-last {
	display: flex;
}

* + .swiper-slider-7 {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.swiper-slider-7.swiper-container-vertical {
		max-height: 350px;
	}
	.swiper-slider-7.swiper-container-vertical .swiper-slide-last {
		height: 42px;
	}
}

@media (min-width: 768px) {
	.swiper-slider-7.swiper-container-vertical {
		max-height: 445px;
		padding-right: 55px;
	}
	.swiper-slider-7.swiper-container-vertical .swiper-slide-last {
		height: 68px;
	}
	* + .swiper-slider-7 {
		margin-top: 68px;
	}
}

@media (min-width: 992px) {
	.swiper-slider-7.swiper-container-vertical .swiper-slide-last {
		height: 64px;
	}
	* + .swiper-slider-7 {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-7.swiper-container-vertical .swiper-slide-last {
		height: 60px;
	}
}

