@charset "UTF-8";

a:focus {
	outline: none !important;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	display: block;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

html p a:hover {
	text-decoration: none;
}

/** @section Context Styles */

/** @section Page layout */
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

/** @section Offsets */
h4 + h1 {
	margin-top: 11px;
}

h1 + h4 {
	margin-top: 14px;
}

p + h4 {
	margin-top: 20px;
}

h1 + p {
	margin-top: 12.5px;
}

h3 + p {
	margin-top: 10px;
}

h4 + p {
	margin-top: 6px;
}

h5 + p {
	margin-top: 6px;
}

p + p {
	margin-top: 10px;
}

.big + p {
	margin-top: 10px;
}

h3 + .big {
	margin-top: 22.5px;
}

.big + .big {
	margin-top: 12.5px;
}

@media (min-width: 992px) {
	h4 + h1 {
		margin-top: 15.4px;
	}
	h1 + h4 {
		margin-top: 19.6px;
	}
	p + h4 {
		margin-top: 28px;
	}
	h1 + p {
		margin-top: 17.5px;
	}
	h3 + p {
		margin-top: 14px;
	}
	h4 + p {
		margin-top: 8.4px;
	}
	h5 + p {
		margin-top: 8.4px;
	}
	p + p {
		margin-top: 14px;
	}
	.big + p {
		margin-top: 14px;
	}
	h3 + .big {
		margin-top: 31.5px;
	}
	.big + .big {
		margin-top: 17.5px;
	}
}

@media (min-width: 1600px) {
	h4 + h1 {
		margin-top: 22px;
	}
	h1 + h4 {
		margin-top: 28px;
	}
	p + h4 {
		margin-top: 40px;
	}
	h1 + p {
		margin-top: 25px;
	}
	h3 + p {
		margin-top: 20px;
	}
	h4 + p {
		margin-top: 12px;
	}
	h5 + p {
		margin-top: 12px;
	}
	p + p {
		margin-top: 10px;
	}
	.big + p {
		margin-top: 20px;
	}
	h3 + .big {
		margin-top: 45px;
	}
	.big + .big {
		margin-top: 25px;
	}
}

/** @group Utilities */
/** @section Text styling */

.text-line {
	border-bottom: 2px solid #f4a7b9;
}

/** @section Row spacing */

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.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 {
	margin-top: 25px;
}

h3 + .row {
	margin-top: 41.5px;
}

.brand + .row {
	margin-top: 21px;
}

@media (min-width: 992px) {
	* + .row {
		margin-top: 35px;
	}
	h3 + .row {
		margin-top: 58.1px;
	}
}

@media (min-width: 1600px) {
	* + .row {
		margin-top: 50px;
	}
	h3 + .row {
		margin-top: 83px;
	}
	.brand + .row {
		margin-top: 21px;
	}
}

/** @section Sections */


.section-lg {
	padding: 65px 0;
}

@media (min-width: 768px) {
	.section-lg {
		padding: 85px 0;
	}
}

@media (min-width: 992px) {
	.section-lg {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 115px 0;
	}
}

@media (min-width: 1600px) {
	.section-lg {
		padding: 189px 0;
	}
}

/** @section Grid modules */

/** @section Backgrounds */

.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

/** @section Utilities custom */

p.rights {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #f4a7b9;
}

/** @group Components */
/** @section Typography */
body {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	color: #767676;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 1600px) {
	body {
		font-size: 18px;
	}
}

h1, h3, h4, h5, .h1, .h3, .h4, .h5 {
	margin-bottom: 0;
	text-transform: uppercase;
}

h1 a, h3 a, h4 a, h5 a, .h1 a, .h3 a, .h4 a, .h5 a {
	color: inherit;
}

h1 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, .h1 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover {
	color: #f4a7b9;
}

h1 a, .h1 a {
	color: inherit;
}

h1 a:hover, .h1 a:hover {
	color: #000000;
}

h1, .h1 {
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 60.8px;
	line-height: 1.1;
	letter-spacing: -.05em;
	color: #f4a7b9;
}

@media (min-width: 992px) {
	h1, .h1 {
		font-size: 88px;
	}
}

@media (min-width: 1600px) {
	h1, .h1 {
		font-size: 128px;
		line-height: 1;
	}
}

@media (min-width: 1800px) {
	h1, .h1 {
		font-size: 160px;
	}
}

h3, .h3 {
	font-size: 24px;
	line-height: 1.55;
	letter-spacing: .2em;
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 24px;
		letter-spacing: .6em;
	}
}

@media (min-width: 1600px) {
	h3, .h3 {
		font-size: 30px;
		line-height: 1.172;
	}
}

h4, .h4 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: .2em;
}

@media (min-width: 1200px) {
	h4, .h4 {
		letter-spacing: .4em;
	}
}

@media (min-width: 1600px) {
	h4, .h4 {
		font-size: 24px;
	}
}

h5, .h5 {
	font-size: 18px;
	line-height: 1.35;
}

@media (min-width: 1600px) {
	h5, .h5 {
		font-size: 20px;
		line-height: 1.3;
	}
}

.big {
	font-size: 18px;
	line-height: 1.63333;
}

@media (min-width: 1200px) {
	.big {
		font-size: 23px;
		line-height: 1.63333;
	}
}

@media (min-width: 1600px) {
	.big {
		font-size: 36px;
	}
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #f4a7b9;
	color: #ffffff;
}

::-moz-selection {
	background: #f4a7b9;
	color: #ffffff;
}

/** @section Brand */
.brand {
	
	text-align: center;
	img{
		display: inline-block!important;
	}
}

.brand .brand-logo-dark {
	display: block;
}

/** @section Links */
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #f4a7b9;
}

a:hover {
	color: #b90d01;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-dark {
	color: #000000;
}

.link-dark:hover {
	color: #f4a7b9;
	fill: #f4a7b9;
}

.link {
	display: inline-block;
}

/** @section Boxes */

/* Box Counter */

/* Box intro */
.box-intro {
	position: relative;
	text-align: right;
	  padding: 350px 15px 30px;
	background-size: 100%;
	background-position: center -100px;
	background-repeat: no-repeat;
	z-index: 0;
	
}

.box-intro::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	content: '';
	background-color: rgba(255, 255, 255, 0.1);
}

.box-intro-title {
	font-size: 60.8px;
	margin-bottom: 34px;
}

.box-intro-title span {
	display: block;
}

.box-intro-title span:last-child {
	margin-right: 1.8em;
}

@media (min-width: 768px) {
	.box-intro {
		padding: 100px 30% 80px 15px;
		background-position: right center;
		background-size: contain;
	}
	.box-intro::before {
		display: none;
	}
	.box-intro-title {
		font-size: 78px;
	}
}

@media (min-width: 992px) {
	.box-intro {
		margin-top: 30px;
		padding: 130px 37% 40px 15px;
	}
	.box-intro-title {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.box-intro {
		margin-top: 60px;
	}
	.box-intro-subtitle {
		letter-spacing: .6em;
	}
	.box-intro-title {
		font-size: 6.5vw;
	}
}

@media (min-width: 1600px) {
	.box-intro {
		margin-top: 0;
		padding: 207px 35% 40px 15px;
	}
	.box-intro-title {
		font-size: 7.7vw;
	}
}

@media (min-width: 1800px) {
	.box-intro {
		padding: 307px 42% 80px 15px;
	}
	.box-intro-title {
		font-size: 160px;
	}
}

/** @section Groups */

/** @section Responsive units */

/** @section Lists */

.list-md > li + li {
	margin-top: 4px;
}

* + .list-md {
	margin-top: 17.5px;
}

@media (min-width: 768px) {
	.list-md > li + li {
		margin-top: 14px;
	}
}

@media (min-width: 992px) {
	* + .list-md {
		margin-top: 25px;
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 575.98px) {
	.image-responsive {
		position: relative;
		padding-bottom: 60%;
		padding-left: 100%;
		overflow: hidden;
	}
	.image-responsive img {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
	}
}

/* Float image */

/** @section 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;
}

/** @section Buttons */

/** @section Forms */

/* Form boxed */

/** @section Posts */
/* Post */

/* Post small */

/* Blog post */

/* Blog post author */

/* Post comment item */

/** @section Quotes */
.quote {
	position: relative;
	padding-bottom: 1px;
	margin-bottom: -14px;
	margin-left: -20px;
}

.quote:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote > * {
	margin-top: 0;
	margin-bottom: 14px;
	margin-left: 20px;
}

.quote q {
	display: block;
}

.quote q::before, .quote q::after {
	display: none;
}

.quote-icon {
	font-size: 2rem;
	color: #f4a7b9;
}

* + .quote {
	margin-top: 34.5px;
}

@media (min-width: 768px) {
	.quote {
		display: flex;
	}
}

@media (min-width: 992px) {
	.quote {
		margin-left: -40px;
	}
	.quote > * {
		margin-left: 40px;
	}
	.quote-icon {
		font-size: 50px;
	}
	* + .quote {
		margin-top: 48.3px;
	}
}

@media (min-width: 1600px) {
	* + .quote {
		margin-top: 69px;
	}
}

/** @section Thumbnails */

/** @section Breadcrumbs */

/** @section Snackbars */

/** @section Footers */
.footer-inner {
	padding: 40px 15px;
	background: #f2f2f2;
}

* + .rights {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.footer-inner {
		padding: 80px 0;
	}
	* + .rights {
		margin-top: 21px;
	}
}

@media (min-width: 1600px) {
	.footer-inner {
		padding: 150px 0;
	}
	* + .rights {
		margin-top: 30px;
	}
}

/** @section Blurbs */
/* Blurb number */

/* Blurb event */

/** @section Pagination */

/** @section Product */

/** @section Person */

/** @section Tags */

/** @section Tables custom */

/** @section Widgets */

/* Widget gallery */

/** @group Plugins */
/** @section Animate */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

/** @section Panel custom */

/** @section Countdown */

/** @section Counter */
/** @section Isotope */

/** @section Lightgallery */
@font-face {
	font-family: 'lg';
	src: url("../fonts/lg.eot?n1z373");
	src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

/** @section Material Parallax */

/** @section Bootstrap Modal */

/** @section Nav custom */

/** @section 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;
}

.preloader-wrapper {
	width: 200px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.preloader-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	background-color: #f4a7b9;
	left: 15%;
	transform-origin: 50%;
	animation: circle .5s alternate infinite ease;
}

@keyframes circle {
	0% {
		top: 60px;
		height: 5px;
		border-radius: 50px 50px 25px 25px;
		transform: scaleX(1.7);
	}
	40% {
		height: 20px;
		border-radius: 50%;
		transform: scaleX(1);
	}
	100% {
		top: 0%;
	}
}

.preloader-circle:nth-child(2) {
	left: 45%;
	animation-delay: .2s;
}

.preloader-circle:nth-child(3) {
	left: auto;
	right: 15%;
	animation-delay: .3s;
}

.preloader-shadow {
	width: 20px;
	height: 4px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 62px;
	transform-origin: 50%;
	z-index: -1;
	left: 15%;
	filter: blur(1px);
	animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
	0% {
		transform: scaleX(1.5);
	}
	40% {
		transform: scaleX(1);
		opacity: .7;
	}
	100% {
		transform: scaleX(0.2);
		opacity: .4;
	}
}

.preloader-shadow:nth-child(4) {
	left: 45%;
	animation-delay: .2s;
}

.preloader-shadow:nth-child(5) {
	left: auto;
	right: 15%;
	animation-delay: .3s;
}

.preloader-text {
	position: absolute;
	top: 75px;
	font-size: 20px;
	letter-spacing: 12px;
	left: 15%;
}

/** @section Progress Bars */

/** @section Progress Circle */

/** @section 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-navbar-panel {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.rd-navbar-wrap {
	height: auto!important;
	margin-bottom: 40px;
}

.rd-navbar {
	display: none;
}

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-info {
	margin-bottom: -8px;
	margin-left: -8px;
}

.rd-navbar-info svg{
	width: 14px;
	height: 14px;
}

.rd-navbar-info:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-navbar-info > * {
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

.rd-navbar-info > * {
	display: inline-block;
	vertical-align: middle;
}

.rd-navbar-info-text {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .6em;
	text-transform: uppercase;
}

.rd-navbar-info-icon {
	font-size: 14px;
}

.rd-navbar-contact-item {
	display: flex;
}

.rd-navbar-contact-icon {
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: .6em;
	color: #f4a7b9;
}

.rd-navbar-contact-link {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .6em;
	text-transform: uppercase;
	color: #000000;
}

.rd-navbar-contact-link:hover {
	color: #f4a7b9;
}

.rd-navbar-brand a {
	display: block;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}

.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-static .rd-navbar-aside-outer {
	color: #000000;
}

.rd-navbar-static .rd-navbar-aside,
.rd-navbar-static .rd-navbar-main {
	max-width: 1770px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-static .rd-navbar-aside {
	padding: 30px 0 3px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.rd-navbar-static .rd-navbar-info {
	margin-right: 95px;
}

.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-navbar-aside,
	.rd-navbar-static .rd-navbar-main {
		max-width: 1070px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-static .rd-navbar-aside,
	.rd-navbar-static .rd-navbar-main {
		max-width: 1370px;
	}
	.rd-navbar-static .rd-navbar-aside {
		padding-top: 51px;
	}
}

@media (min-width: 1800px) {
	.rd-navbar-static .rd-navbar-aside,
	.rd-navbar-static .rd-navbar-main {
		max-width: 1770px;
	}
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: 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;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 96px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 25px 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #000000;
	box-shadow: none;
	background: #ffffff;
}

.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 {
	color: #000000;
}

.rd-navbar-fixed * + .rd-navbar-contact {
	margin-top: 10px;
}

/*
*
* RD Navbar Sidebar
*/

/** @section Search Results */

/** @section Tooltop Custom */

/** @section ToTop */
