/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/css/index.css ***!
  \****************************************************************************************/
.hero .tagline:last-of-type {
	margin-top: 4px;
}
.hero .tagline strong {
	color: var(--f7-theme-text-heighlight-color);
}
.hero .button {
	max-width: 300px;
	margin: 20px auto 20px;
	background: var(--f7-theme-text-heighlight-color);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 40px;
	border-radius: 10px;
	font-weight: bold;
	text-shadow: none;
}
.hero .button > i {
	width: 24px;
	position: absolute;
}
[dir="ltr"] .hero .button > i:last-of-type,
[dir="rtl"] .hero .button > i:first-of-type {
	right: 0;
	margin-right: 10px;
}
[dir="ltr"] .hero .button > i:first-of-type ,
[dir="rtl"] .hero .button > i:last-of-type {
	left: 0;
	margin-left: 6px;
}
.venues-gallery {
	width: 65%;
	max-width: 800px;
	min-width: 220px;
	margin: 25px auto 25px;
}
.venues-gallery img {
	width: 30%;
}
.hero .tagline {
	position: relative;
	width: 65%;
	margin: auto;
	text-shadow: none;
}
.arrow-sign {
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 113px;
	margin: 0 auto -90px;
	transform: rotate(282deg);
}
.craft-list {
	background-color: var(--f7-theme-bg-color-soft);
	position: relative;
}
.craft-list .container {
	max-width: var(--f7-max-section-width);
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.craft-list .container ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px;
	list-style: none;
	margin: 0 auto;
	padding: 30px 0 35px;
}
.craft-list .container ul li ,
.craft-list .container ul li a {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.craft-list .container ul li img {
	width: 54px;
	height: 54px;
	opacity: 75%;
}
.craft-list .container ul li span {
	min-width: 90px;
	max-width: 100px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	opacity: 60%;
}
.section.page-content,
.section.with-background {
	padding-top: 30px !important;	
	padding-bottom: 45px !important;	
}
.section.with-background .container {
	max-width: var(--f7-max-section-width);
	margin: auto;	
}
.section-title {
	margin-top: 0px;
	margin-bottom: 17px;
}
.section-title h2 {
	margin: 0;
	color: var(--f7-theme-text-light-color);
}
.section-title h2:after {
	content: '';
	display: inline-block;
	background-color: #e2e2e2;
	height: 6px;
	width: 10%;
	margin: 0 15px;
	border-radius: 10px;
}
.section-desc p {
	margin: 0px;
}

.our-mission {
	background-color: white;
}
.our-mission .block-buttons {
	background-color: #f8f8f8;
}
.our-mission .content .row.desc {
	align-items: center;
}
.our-mission .content .desc div:last-child {
	text-align: center;
}
.our-mission .content div:last-child img {
	width: 65%;
}
.our-mission .content .register-members {
	margin: 30px 0 0;
}
.details .row {
	margin-bottom: 20px;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
}
.details .block-descriptive-image {
	justify-content: center !important;
	align-items: start !important;
	text-align: center;
	padding-top: 35px;
}
.details .block-descriptive-image img {
	width: 100%;
}
.details .block-descriptive-text .block-wrapper {
	width: 90%;
	font-size: large;
}
.details .block-descriptive-text .block-wrapper h3 {
	font-size: xx-large;
	line-height: 46px;
	font-weight: bold;
	width: 60%;
}
.details .block-descriptive-text .block-wrapper p ,
.details .block-descriptive-text .block-wrapper ul {
	line-height: 30px;
}
.details .section-tabs {
	margin: 30px 0 50px;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: flex-start;
}
.details .section-tabs .links {
	width: 100%;
	background: #f9f9f9;
	border-radius: 0 13px 13px 0;
	position: relative;
}
.details .section-tabs .links .tab-link {
	display: block;
	width: 100%;
	padding: 15px;
	background-color: #f9f9f9;
	font-weight: 700;
	border-radius: 0 13px 13px 0;
	font-size: large;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-direction: row;
	justify-content: flex-start;
}
.details .section-tabs .links .tab-link:before {
	content: 'checkmark_alt_circle_fill';
	font-family: 'Framework7 Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	font-feature-settings: "liga";
	margin-left: 10px;
}
.details .section-tabs .links .tab-link-active:before  {
	color: #78b1b3;
}
.details .section-tabs .links .tab-link-active {
	background-color: #fff;
	color: #657c7d;
}
.details .section-tabs .tabs .tab {
	background: white;
	border-radius: 13px 0 13px 13px;
}
.details .section-tabs .tabs .tab .row {
	margin: 0;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding: 15px;
}
.details .section-tabs .tabs .tab .image {
	margin-top: 15px;
	text-align: center;
}
.details .section-tabs .tabs .tab .image img {
	width: 80%;
	max-width: 220px;
}
.details .section-tabs .tabs .tab h3 {
	font-size: 18px;
	margin-top: 3px;
	color: #964949;
}
.details .section-tabs .tabs .tab h3:first-child ,
.details .section-tabs .tabs .tab p:first-child {
	margin-top: 0;
}
.details .section-tabs .tabs .tab p:last-child {
	margin-bottom: 0;
}
.details .section-tabs .tabs .tab .block-buttons {
	background-color: #f9f9f9;
	justify-content: flex-end;
	margin-top: 10px;
}
.details .section-tabs .tabs .tab .block-buttons:first-of-type,
.details .section-tabs .tabs .tab .block-buttons.sign-up-desc {
	margin-top: 50px;
}
.details .section-tabs .tabs .tab .block-buttons .buttons-wrapper {
	margin-top: 15px;
	padding: 0;
	gap: 10px;
}
.details .section-tabs .tabs .tab .buttons-countries .button {
	cursor: inherit;
	border: 0;
}
.details .section-tabs .tabs .tab .block-buttons .button [class*="icon-flag"] {
	position: absolute;
	right: 10px;
	border-radius: 50%;
}

.app-screenshots {
	background-color: white;
	position: relative;
	padding: 20px 0 20px 0;
}
.app-screenshots .container {
	max-width: var(--f7-max-section-width);
	margin: auto;
}
.app-screenshots .swiper-slide {
	transform: scale(1);
}
.app-screenshots .swiper-slide img {
	width: 100%;
}
.app-screenshots .swiper-slide-active {
	transform: scale(1);
}
.app-screenshots .swiper-pagination {
	position: inherit;
	margin: 0;
}
.app-screenshots .swiper-pagination-bullet-active {
	min-width: 40px;
	border-radius: 13px;
}

.app-download {
	background: url(/images/bg-pattern-211df29235cc688c4892.png);
	position: relative;
	padding: 20px 0 20px 0;
	text-align: center;
	color: var(--f7-theme-text-light-color);
}
.app-download .container {
	max-width: 40%;
	margin: auto;
}
.app-download .container .section-title {
	margin: auto;
}
.app-download .container .section-title h2 {
	font-size: 30px;
	padding-bottom: 15px;
	text-shadow: 0px 5px 0px rgb(81 57 34 / 15%);
}
.app-download .container .section-title h2:before {
	content: 'arrow_down_circle_fill';
	font-family: 'Framework7 Icons';
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
	display: block;
	color: var(--f7-theme-text-heighlight-color);
	font-size: 43px;
	margin: 12px 0 20px;
}
.app-download .container .section-title h2:after {
	content: none;
	display: none;
}
.app-download .container .section-content p:last-child {
	margin-bottom: 15px;
}
.app-download .container ul {
	list-style: none;
	display: inline-flex;
	gap: 10px;
	padding: 0;
	margin-bottom: 25px;
}
.app-download .container ul li a {
	display: flex;
	gap : 10px;
	justify-content: center;
	align-items: center;
	background-color: var(--f7-theme-text-heighlight-color);
	border-radius: 7px;
	padding: 10px 25px;
	min-width: 130px;
	font-weight: bold;
	color: white;
	font-size: 15px;
}
.app-download .container small {
	font-style: italic;
	color: var(--f7-theme-text-not-important-color);
}

/* #Device : xlarge */
@media only screen and (max-width: 1200px) {
	.section.page-content ,
	.section.with-background {
		padding: 15px 20px 25px !important;	
	}
	.details .section-tabs {
		margin: 30px 0 25px;
	}
	.details .details-1 .block-descriptive-image img, 
	.details .details-4 .block-descriptive-image img {
		width: 80% !important;
	}

	.details .details-2 .block-descriptive-image {
		padding-top: 35px;
	}
	.details .block-descriptive-text .block-wrapper {
		width: 95%;
		font-size: large;
	}
	.section-title {
		margin-bottom: 0;
	}

	.our-mission .block-buttons:first-child {
		margin-bottom: 20px !important;
	}
}

/* #Device : large */
@media only screen and (max-width: 1024px) {
	.section-title {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.our-mission .content .register-members {
		margin: 15px 0 0 0;
	}
	.details .section-tabs .tabs .tab .buttons-countries .button {
		width: 48%;
		color: var(--f7-theme-text-default-color);
	}
	.details .section-tabs .tabs .tab .image {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

/* #Device : medium */
@media only screen and (max-width: 768px) {
	.arrow-sign {
		bottom: 135px;
	}
	.craft-list .container ul {
		gap: 15px;
		padding: 25px 20px;
	}
	.app-screenshots {
		padding: 20px;
	}
}

/* #Device : small */
@media only screen and (min-width: 0px) and (max-width: 568px) {
	.hero .tagline {
		width: 85%;
		margin: auto;
	}
	.hero .tagline:last-of-type {
		margin-top: 15px;
	}
	.hero .button {
		margin-top: 25px;
	}

	.venues-gallery img {
		width: 80%;
	}
	.craft-list .container ul li img {
		width: 32px;
		height: 32px;
	}
	.craft-list .container ul li span {
		font-size: var( --f7-button-font-size);
		line-height: 20px;
		max-width: 90px;
	}

	.our-mission .content .row.desc {
		align-items: unset;
	}
	.our-mission .content div:last-child img {
		padding-top: 20px;
		width: 80%;
	}

	.details .section-tabs .links,
	.details .section-tabs .links .tab-link,
	.details .section-tabs .tabs .tab {
		border-radius: 13px;
	}
	.details .section-tabs .tabs {
		margin-top: 15px;
	}
	.details .row:last-child {
		margin-bottom: 20px;
	}
	.details .block-descriptive-image {
		padding-top: 15px;
	}
	.details .details-1 .block-descriptive-image img ,
	.details .details-4 .block-descriptive-image img {
		width: 40% !important;
	}
	.details .block-descriptive-text .block-wrapper {
		width: 100%;
		font-size: large;
	}
	.details .block-descriptive-text .block-wrapper h3 {
		width: 80%;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.details .details-3 .block-descriptive-text .block-wrapper h3 {
		margin-top: 5px;
	}
	.details .details-4 .block-descriptive-text .block-wrapper h3 {
		margin-top: 0px;
	}

	.desktop .app-screenshots {
		display: none;
	}

	.app-download .container {
		max-width: 90%;
	}
	.app-download .container .section-title h2 {
		color: #fcd222;
	}
}

/* #Device : xsmall */
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.arrow-sign {
		width: 60px;
		height: 60px;
		bottom: 138px;
	}

	.our-mission .content div:last-child img {
		padding-top: 5px;
		width: 60%;
	}

	.details .section-tabs .tabs .tab .buttons-countries .button {
		justify-content: end;
	}
}
