@charset "UTF-8";
:root {
	--base-font-size: 1rem;
	--container-width: 1400px;
	--container-left-padding: 50px;
	--container-right-padding: 50px;
}
.highlight_text {
	color: #bcaba3;
}
.lp__heading-with-cta {
	display: grid;
	grid-template-columns: 1fr 255px;
	gap: 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.lp__heading-with-cta .button-wrapper {
	text-align: right;
	padding-top: 6px;
}
@media only screen and (max-width: 768px) {
	.lp__heading-with-cta {
		gap: 15px;
	}
	.lp__heading-with-cta .btn-wrapper {
		padding-top: 0;
	}
}
.lp__heading-with-cta h2 {
	line-height: normal;
	margin-bottom: 0;
	font-size: 40px;
	font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
	.lp__heading-with-cta h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}
@media only screen and (max-width: 768px) {
	.lp__heading-with-cta {
		grid-template-columns: 1fr;
	}
	.lp__heading-with-cta .button-wrapper {
		text-align: left;
	}
}
@media only screen and (max-width: 575px) {
	.lp__heading-with-cta {
		grid-template-columns: 1fr;
	}
}
.lp__heading-with-cta.no_head .button-wrapper {
	text-align: left;
}
.btn {
	text-decoration: none;
	outline: 0;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media only screen and (max-width: 575px) {
	.btn_wrap .btn {
		width: 100%;
	}
}
::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
::placeholder {
	color: #000;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
*,
::after,
::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol,
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background: 0 0;
	border: none;
	outline: 0;
}
button {
	cursor: pointer;
	background-color: transparent;
}
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote {
	margin: 0;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
iframe {
	max-width: 100%;
	height: auto;
	border: 0;
}
:focus {
	outline: 2px solid #bcaba3;
	outline-offset: 2px;
}
abbr[title],
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}
q {
	quotes: "“" "”" "‘" "’";
}
*,
::after,
::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
}
html {
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.container {
	max-width: 1400px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
	border: none;
	background: 0 0;
	border-radius: 0;
}
section {
	padding: 0;
}
::-webkit-file-upload-button,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
:focus {
	outline: 0;
}
:focus-visible {
	outline: 1px solid #000;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mt-auto {
	margin-top: auto !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.p-sm {
	padding: 8px !important;
}
.p-md {
	padding: 16px !important;
}
.p-lg {
	padding: 24px !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
hr {
	width: 100%;
	height: 10px;
	margin: 15px 0;
	background: #ccc;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
[hidden] {
	display: none !important;
}
details summary {
	cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}
summary {
	display: list-item;
}
audio,
canvas,
progress,
video {
	display: block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
template {
	display: none !important;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
	margin-bottom: 20px;
}
figure {
	margin: 0 0 10px;
}
button,
select {
	text-transform: none;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
h1 {
	margin-bottom: 20px;
	color: #2c3e50;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 0.9;
}
h2 {
	color: #2c3e50;
	margin-bottom: 20px;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
}
@media only screen and (max-width: 1024px) {
	h2 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1;
	}
}
h3 {
	color: #2c3e50;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.3333333333;
	margin-bottom: 20px;
}
h4 {
	color: #2c3e50;
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.2727272727;
}
h5 {
	color: #2c3e50;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
}
h6 {
	color: #2c3e50;
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3888888889;
}
p {
	color: #2c3e50;
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6666666667;
}
a {
	color: #bcaba3;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6666666667;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:focus,
a:hover {
	color: #474545;
	text-decoration: none;
}
ol,
ul {
	margin-bottom: 20px;
	padding-left: 20px;
}
ol li,
ul li {
	color: #2c3e50;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6666666667;
	margin-bottom: 10px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol ol,
ul ul {
	margin-bottom: 0;
}
blockquote {
	color: #bcaba3;
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6666666667;
	font-style: italic;
}
code {
	color: #bcaba3;
	background-color: #f5f5f5;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6666666667;
	padding: 0.2em 0.4em;
}
.landing_banner .btn_wrap,
.landing_banner--inner,
.landing_booking-steps .landing_steps,
.landing_buyers-section .buyer_card,
.landing_expo-section .info-col_card .content-head,
.landing_expo-slider .swiper-slide.expo_card .slide-caption,
.lp-footer_wrap--inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.landing_banner--inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.landing_expo-section .info-col_card .content-head {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.landing_header {
	position: relative;
	padding: 0;
}
.landing_header .top_header {
	padding: 20px 10px;
	text-align: center;
	background-color: #bcaba3;
}
@media only screen and (max-width: 1200px) {
	.landing_header .top_header {
		padding: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.landing_header .top_header {
		padding: 10px;
	}
}
.landing_header .top_header p {
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	color: #fff;
}
@media only screen and (max-width: 1200px) {
	.landing_header .top_header p {
		font-size: 16px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.landing_header .top_header p {
		text-align: left;
	}
}
@media only screen and (max-width: 768px) {
	.landing_header .top_header p {
		font-size: 14px;
		font-size: 0.875rem;
	}
}
.landing_header--inner .main-logo_wrap {
	display: inline-grid;
	grid-template-columns: 295px 225px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	padding: 31px 0;
	position: absolute;
	z-index: 1000;
}
@media only screen and (max-width: 1200px) {
	.landing_header--inner .main-logo_wrap {
		padding: 20px 0;
		grid-template-columns: 200px 500px;
		gap: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.landing_header--inner .main-logo_wrap {
		grid-template-columns: 150px auto;
		gap: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.landing_header--inner .main-logo_wrap {
		left: 0;
		right: 0;
		padding: 15px 8px;
	}
}
@media only screen and (max-width: 375px) {
	.landing_header--inner .main-logo_wrap {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 375px) {
	.landing_header--inner .main-logo_wrap .logo-hold {
		margin-bottom: 10px;
	}
	.landing_header--inner .main-logo_wrap .logo-hold a img {
		display: block;
		margin: 0 auto;
	}
}
.landing_header .event-details_wrap p {
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
	color: #fff;
}
.landing_header .event-details_wrap p b {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	letter-spacing: 0.64px;
}
@media only screen and (max-width: 575px) {
	.landing_header .event-details_wrap p b {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.4285714286;
	}
}
.lp-footer_wrap {
	padding: 35px 0 30px;
}
@media only screen and (max-width: 1200px) {
	.lp-footer_wrap {
		padding: 20px 0;
	}
}
.lp-footer_wrap--inner {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 90px;
}
@media only screen and (max-width: 1200px) {
	.lp-footer_wrap--inner {
		gap: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.lp-footer_wrap--inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.lp-footer_wrap .img_wrap img {
	max-width: 311px;
}
@media only screen and (max-width: 1200px) {
	.lp-footer_wrap .img_wrap img {
		max-width: 200px;
	}
}
.lp-footer_wrap .content_wrap {
	position: relative;
}
.lp-footer_wrap .content_wrap::after {
	content: "";
	position: absolute;
	left: -38px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #006974;
}
@media only screen and (max-width: 1200px) {
	.lp-footer_wrap .content_wrap::after {
		left: -15px;
	}
}
@media only screen and (max-width: 575px) {
	.lp-footer_wrap .content_wrap::after {
		left: 0;
		top: -15px;
		height: 2px;
		width: 30%;
	}
}
.lp-footer_wrap .content_wrap p {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.375;
	color: #232323;
}
.lp-footer_wrap .content_wrap p a {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.375;
	color: #232323;
}
.landing_banner {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 754px;
	background-color: #474545;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_banner {
		min-height: 500px;
	}
}
.landing_banner.bg_img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.landing_banner--inner {
	gap: 10px;
	padding-bottom: 6px;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--inner {
		padding-bottom: 0;
	}
}
.landing_banner--inner .content_wrapper {
	padding-top: 146px;
	max-width: 630px;
	position: relative;
	z-index: 1;
	word-break: break-word;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--inner .content_wrapper {
		max-width: 450px;
		padding-top: 120px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_banner--inner .content_wrapper {
		max-width: 100%;
	}
}
.landing_banner--inner .content_wrapper h1 {
	padding-top: 93px;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: normal;
	color: #fff;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--inner .content_wrapper h1 {
		font-size: 40px;
		font-size: 2.5rem;
		padding-top: 100px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_banner--inner .content_wrapper h1 {
		padding-top: 10px;
		font-size: 32px;
		font-size: 2rem;
	}
}
@media only screen and (max-width: 768px) {
	.landing_banner--inner .content_wrapper h1 {
		padding-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.landing_banner--inner .content_wrapper h1 {
		font-size: 32px;
	}
}
@media screen and (min-width: 1025px) {
	.landing_banner--inner .content_wrapper h1 {
		font-size: 45px !important;
	}
}
.landing_banner--inner .banner-form {
	position: relative;
	z-index: 1;
}
.landing_banner .btn_wrap {
	margin-top: 101px;
	gap: 10px;
}
@media only screen and (max-width: 1200px) {
	.landing_banner .btn_wrap {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_banner .btn_wrap {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.landing_banner .btn_wrap {
		margin-top: 23px !important;
	}
}
@media only screen and (max-width: 575px) {
	.landing_banner .btn_wrap .primary-btn {
		width: 100%;
	}
}
.landing_banner-form {
	padding: 36px 25px;
	margin: 50px 0;
	border-radius: 7px;
	background-color: #fff;
	max-width: 416px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form {
		max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.landing_banner-form {
		margin: 5px 0;
	}
}
.landing_banner-form__wrapper .gform_wrapper input:not(.gfield-choice-input),
.landing_banner-form__wrapper .gform_wrapper select,
.landing_banner-form__wrapper .gform_wrapper textarea {
	padding: 7px 20px !important;
	height: 2.812rem !important;
	border-radius: 4px;
	background-color: #f5f5f5;
	width: 100% !important;
	border: 0;
	color: #777 !important;
	font-size: 14px !important;
	outline: 0;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form__wrapper .gform_wrapper input:not(.gfield-choice-input),
	.landing_banner-form__wrapper .gform_wrapper select,
	.landing_banner-form__wrapper .gform_wrapper textarea {
		padding: 10px !important;
	}
}
.landing_banner-form__wrapper
	.gform_wrapper
	input:not(.gfield-choice-input)::-webkit-input-placeholder,
.landing_banner-form__wrapper .gform_wrapper select::-webkit-input-placeholder,
.landing_banner-form__wrapper
	.gform_wrapper
	textarea::-webkit-input-placeholder {
	color: #777 !important;
}
.landing_banner-form__wrapper
	.gform_wrapper
	input:not(.gfield-choice-input)::-moz-placeholder,
.landing_banner-form__wrapper .gform_wrapper select::-moz-placeholder,
.landing_banner-form__wrapper .gform_wrapper textarea::-moz-placeholder {
	color: #777 !important;
}
.landing_banner-form__wrapper
	.gform_wrapper
	input:not(.gfield-choice-input):-ms-input-placeholder,
.landing_banner-form__wrapper .gform_wrapper select:-ms-input-placeholder,
.landing_banner-form__wrapper .gform_wrapper textarea:-ms-input-placeholder {
	color: #777 !important;
}
.landing_banner-form__wrapper
	.gform_wrapper
	input:not(.gfield-choice-input)::-ms-input-placeholder,
.landing_banner-form__wrapper .gform_wrapper select::-ms-input-placeholder,
.landing_banner-form__wrapper .gform_wrapper textarea::-ms-input-placeholder {
	color: #777 !important;
}
.landing_banner-form__wrapper
	.gform_wrapper
	input:not(.gfield-choice-input)::placeholder,
.landing_banner-form__wrapper .gform_wrapper select::placeholder,
.landing_banner-form__wrapper .gform_wrapper textarea::placeholder {
	color: #777 !important;
}
.landing_banner-form__wrapper .gform_wrapper select {
	padding: 7px 17px !important;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form__wrapper .gform_wrapper select {
		padding: 10px 7px !important;
	}
}
.landing_banner-form__wrapper .gform_wrapper .gfield_label {
	display: none;
}
.landing_banner-form__wrapper .gform_wrapper .gchoice label {
	font-size: 14px;
	color: #777;
}
.landing_banner-form__wrapper .gform_wrapper.gravity-theme .gform_fields {
	gap: 0;
}
.landing_banner-form__wrapper h2 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.0909090909;
	letter-spacing: 0.88px;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form__wrapper h2 {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.1;
		margin-bottom: 10px;
	}
}
.landing_banner-form__wrapper .form-group,
.landing_banner-form__wrapper .gfield {
	width: 100%;
	margin-bottom: 10px;
	border: none;
}
.landing_banner-form__wrapper .gfield_description {
	margin-top: 5px;
	margin-bottom: 5px;
}
.landing_banner-form__wrapper .gform_confirmation_message {
	font-size: 16px;
	font-size: 1rem;
	color: #459345;
}
.landing_banner-form__wrapper .gform_wrapper .gform_footer {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.landing_banner-form__wrapper .dmg-privacy-statment,
.landing_banner-form__wrapper .gfield_description,
.landing_banner-form__wrapper .gform_description,
.landing_banner-form__wrapper .gform_required_legend,
.landing_banner-form__wrapper .gform_validation_error_link,
.landing_banner-form__wrapper .privacy-text {
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: 0.48px;
	text-align: left;
	color: #777;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form__wrapper .dmg-privacy-statment,
	.landing_banner-form__wrapper .gfield_description,
	.landing_banner-form__wrapper .gform_description,
	.landing_banner-form__wrapper .gform_required_legend,
	.landing_banner-form__wrapper .gform_validation_error_link,
	.landing_banner-form__wrapper .privacy-text {
		margin-bottom: 10px;
	}
}
.landing_banner-form__wrapper .dmg-privacy-statment a,
.landing_banner-form__wrapper .gfield_description a,
.landing_banner-form__wrapper .gform_description a,
.landing_banner-form__wrapper .gform_required_legend a,
.landing_banner-form__wrapper .gform_validation_error_link a,
.landing_banner-form__wrapper .privacy-text a {
	font-size: 12px;
}
.landing_banner-form__wrapper .gform_required_legend {
	color: #ca1212;
}
.landing_banner-form__wrapper ol li {
	margin-bottom: 5px;
	line-height: normal;
	font-size: 12px;
	color: #e74c3c;
}
.landing_banner-form__wrapper ol li .gform_validation_error_link {
	color: #e74c3c;
}
.landing_banner-form .gform_footer .btn,
.landing_banner-form .gform_footer .primary-btn,
.landing_banner-form .gform_footer .submit-btn {
	padding: 12px 15px;
	border-radius: 4px;
	background-color: #bcaba3;
	font-size: 14px !important;
	min-width: auto;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 10px 0 0 !important;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form .gform_footer .btn,
	.landing_banner-form .gform_footer .primary-btn,
	.landing_banner-form .gform_footer .submit-btn {
		padding: 12px 20px;
	}
}
.landing_banner-form .gform_confirmation_wrapper ul {
	list-style: none;
}
.landing_banner-form .gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form .gform_footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.landing_banner-form .gform_footer p {
	margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
	.landing_banner-form .gform_footer p {
		margin-bottom: 10px;
	}
}
.landing_banner-form .submit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.landing_banner--image .landing_banner--inner h1 {
	font-size: 50px;
	font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
	.landing_banner--image .landing_banner--inner h1 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .landing_banner--inner h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 768px) {
	.landing_banner--image .landing_banner--inner h1 {
		font-size: 32px;
	}
}
@media screen and (min-width: 1025px) {
	.landing_banner--image .landing_banner--inner h1 {
		font-size: 45px !important;
	}
}
.landing_banner--image .landing_banner--inner .content_wrapper {
	max-width: 527px;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .landing_banner--inner .content_wrapper {
		max-width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.landing_banner--image .landing_banner--inner .content_wrapper {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .content-right {
		width: 100%;
	}
}
.landing_banner--image .popup-wrapper,
.landing_banner--image .video_image-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	max-width: 50%;
	height: 100%;
}
.landing_banner--image .popup-wrapper iframe,
.landing_banner--image .popup-wrapper img,
.landing_banner--image .popup-wrapper video,
.landing_banner--image .video_image-wrapper iframe,
.landing_banner--image .video_image-wrapper img,
.landing_banner--image .video_image-wrapper video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 1440px) {
	.landing_banner--image .popup-wrapper,
	.landing_banner--image .video_image-wrapper {
		max-width: 650px;
	}
}
@media only screen and (max-width: 1366px) {
	.landing_banner--image .popup-wrapper,
	.landing_banner--image .video_image-wrapper {
		max-width: 520px;
	}
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .popup-wrapper,
	.landing_banner--image .video_image-wrapper {
		width: 100%;
		position: relative;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.landing_banner--image .popup-wrapper iframe,
	.landing_banner--image .popup-wrapper video,
	.landing_banner--image .video_image-wrapper iframe,
	.landing_banner--image .video_image-wrapper video {
		height: auto;
		aspect-ratio: 1/1;
	}
}
.landing_banner--image .plyr--video {
	height: 100%;
}
.landing_banner--image .popup-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.landing_banner--image .popup-wrapper .play__btn {
	position: absolute;
	z-index: 11;
	top: 40%;
	left: 45%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .popup-wrapper .play__btn {
		width: auto;
		height: auto;
	}
}
@media only screen and (max-width: 575px) {
	.landing_banner--image .popup-wrapper .play__btn {
		top: 50%;
		left: 53%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.landing_banner--image .popup-wrapper .play__btn::after,
.landing_banner--image .popup-wrapper .play__btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	opacity: 0;
	border: 3px solid #fff;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .popup-wrapper .play__btn::after,
	.landing_banner--image .popup-wrapper .play__btn::before {
		width: 60px;
		height: 60px;
	}
}
.landing_banner--image .popup-wrapper .play__btn:hover {
	text-decoration: none;
}
.landing_banner--image .popup-wrapper .play__btn:hover::after {
	-webkit-animation: pulse 1.5s ease infinite;
	animation: pulse 1.5s ease infinite;
}
.landing_banner--image .popup-wrapper .play__btn:hover::before {
	-webkit-animation: pulse2 1.5s ease infinite;
	animation: pulse2 1.5s ease infinite;
}
.landing_banner--image .popup-wrapper .play__btn img {
	height: auto;
	width: auto;
}
.landing_banner--image .popup-wrapper .play__btn .svg_code-wrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
}
.landing_banner--image .popup-wrapper .play__btn .svg_code-wrap::after {
	content: "";
	position: absolute;
	left: 20px;
	right: 0;
	top: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: -1;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .popup-wrapper .play__btn .svg_code-wrap::after {
		width: 40px;
		height: 40px;
		left: 10px;
		top: 10px;
	}
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .popup-wrapper .play__btn .svg_code-wrap {
		width: 60px;
		height: 60px;
	}
}
.landing_banner--image .popup-wrapper .play__btn .svg_code-wrap svg {
	width: 100px;
	height: 100px;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .popup-wrapper .play__btn .svg_code-wrap svg {
		width: 60px;
		height: 60px;
	}
}
.landing_banner--image .popup-wrapper .play__btn .svg_code-wrap svg path {
	fill: #fff;
}
.landing_banner--image .popup-wrapper .play__btn span {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 16px;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .popup-wrapper .play__btn span {
		position: relative;
		left: -15px;
		width: 90px;
	}
}
.landing_banner--image .btn_wrap {
	margin-top: 73px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
	.landing_banner--image .btn_wrap {
		margin-top: 50px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 768px) {
	.landing_banner--image .btn_wrap {
		margin-top: 23px !important;
	}
}
.landing_banner--image .thumb {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}
.landing_banner--image.remove-overlay .popup-wrapper::after {
	opacity: 0;
}
.landing_banner--image.remove-overlay .play__btn,
.landing_banner--image.remove-overlay .thumb {
	opacity: 0;
}
@-webkit-keyframes pulse {
	0% {
		left: -7px;
		top: -7px;
		border-radius: 50%;
		width: 115px;
		height: 115px;
		opacity: 0;
	}
	70% {
		left: -12px;
		top: -12px;
		border-radius: 50%;
		width: 125px;
		height: 125px;
		opacity: 1;
		border: 3px solid rgba(255, 255, 255, 0);
	}
	100% {
		left: -7px;
		top: -7px;
		border-radius: 50%;
		width: 115px;
		height: 115px;
		opacity: 0;
		border: 3px solid rgba(255, 255, 255, 0);
	}
}
@keyframes pulse {
	0% {
		left: -7px;
		top: -7px;
		border-radius: 50%;
		width: 115px;
		height: 115px;
		opacity: 0;
	}
	70% {
		left: -12px;
		top: -12px;
		border-radius: 50%;
		width: 125px;
		height: 125px;
		opacity: 1;
		border: 3px solid rgba(255, 255, 255, 0);
	}
	100% {
		left: -7px;
		top: -7px;
		border-radius: 50%;
		width: 115px;
		height: 115px;
		opacity: 0;
		border: 3px solid rgba(255, 255, 255, 0);
	}
}
@-webkit-keyframes pulse2 {
	0% {
		left: -7px;
		top: -7px;
		border-radius: 50%;
		width: 115px;
		height: 115px;
		opacity: 0;
	}
	70% {
		left: -22px;
		top: -22px;
		border-radius: 50%;
		width: 145px;
		height: 145px;
		opacity: 1;
		border: 3px solid rgba(255, 255, 255, 0);
	}
	100% {
		left: -12px;
		top: -12px;
		border-radius: 50%;
		width: 125px;
		height: 125px;
		opacity: 0;
		border: 3px solid rgba(255, 255, 255, 0);
	}
}
@keyframes pulse2 {
	0% {
		left: -7px;
		top: -7px;
		border-radius: 50%;
		width: 115px;
		height: 115px;
		opacity: 0;
	}
	70% {
		left: -22px;
		top: -22px;
		border-radius: 50%;
		width: 145px;
		height: 145px;
		opacity: 1;
		border: 3px solid rgba(255, 255, 255, 0);
	}
	100% {
		left: -12px;
		top: -12px;
		border-radius: 50%;
		width: 125px;
		height: 125px;
		opacity: 0;
		border: 3px solid rgba(255, 255, 255, 0);
	}
}
@media only screen and (max-width: 1200px) {
	@-webkit-keyframes pulse {
		0% {
			left: -7px;
			top: -7px;
			width: 75px;
			height: 75px;
		}
		70% {
			left: -12px;
			top: -12px;
			width: 85px;
			height: 85px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
		100% {
			left: -7px;
			top: -7px;
			width: 75px;
			height: 75px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
	}
	@keyframes pulse {
		0% {
			left: -7px;
			top: -7px;
			width: 75px;
			height: 75px;
		}
		70% {
			left: -12px;
			top: -12px;
			width: 85px;
			height: 85px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
		100% {
			left: -7px;
			top: -7px;
			width: 75px;
			height: 75px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
	}
	@-webkit-keyframes pulse2 {
		0% {
			left: -7px;
			top: -7px;
			width: 75px;
			height: 75px;
		}
		70% {
			left: -12px;
			top: -12px;
			width: 85px;
			height: 85px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
		100% {
			left: -14px;
			top: -14px;
			width: 90px;
			height: 90px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
	}
	@keyframes pulse2 {
		0% {
			left: -7px;
			top: -7px;
			width: 75px;
			height: 75px;
		}
		70% {
			left: -12px;
			top: -12px;
			width: 85px;
			height: 85px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
		100% {
			left: -14px;
			top: -14px;
			width: 90px;
			height: 90px;
			opacity: 1;
			border: 3px solid rgba(255, 255, 255, 0);
		}
	}
}
@media only screen and (min-width: 1200px) {
	.gslide iframe,
	.gslide video {
		min-height: 560px !important;
	}
}
.glightbox-button-hidden {
	display: none !important;
}
.landing_register_wrap {
	padding: 125px 0 135px;
	position: relative;
	background-size: cover;
}
@media only screen and (max-width: 1200px) {
	.landing_register_wrap {
		padding: 50px 0;
	}
}
.landing_register_wrap.bg_img::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #112a40;
	opacity: 0.4;
}
.landing_register_wrap.bg_img::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#313c41),
		color-stop(20%, #313c41),
		color-stop(80%, rgba(13, 39, 64, 0.4))
	);
	background: linear-gradient(
		0deg,
		#313c41 0,
		#313c41 20%,
		rgba(13, 39, 64, 0.4) 80%
	);
}
.landing_register_wrap--inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 578px auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 1200px) {
	.landing_register_wrap--inner {
		grid-template-columns: 50% auto;
	}
}
@media only screen and (max-width: 575px) {
	.landing_register_wrap--inner {
		gap: 20px;
		grid-template-columns: 1fr;
	}
}
.landing_register_wrap--inner h4 {
	font-size: 64px;
	font-size: 4rem;
	line-height: 1.125;
	color: #fff;
	margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_register_wrap--inner h4 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1;
	}
}
@media only screen and (min-width: 1200px) {
	.landing_register_wrap--inner .btn {
		padding: 1rem 1.25rem;
	}
}
.landing_rating {
	padding: 60px 0 70px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 1200px) {
	.landing_rating {
		padding: 50px 0;
	}
}
.landing_rating-wrapper {
	display: grid;
	grid-template-columns: 1fr 400px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 153px;
	-moz-column-gap: 153px;
	column-gap: 153px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
	.landing_rating-wrapper {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_rating-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 575px) {
	.landing_rating-wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
.landing_rating-content h2 {
	margin-top: 13px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: normal;
}
@media only screen and (max-width: 1200px) {
	.landing_rating-content h2 {
		margin: 8px 0;
		font-size: 25px;
		font-size: 1.5625rem;
	}
}
.landing_rating-content p {
	margin-bottom: 0;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.57;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	.landing_rating-content p {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
.landing_rating-content-text {
	margin-top: 10px;
}
.landing_rating .landing_rating-content__star {
	margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
	.landing_rating .landing_rating-content__star {
		margin-bottom: 0;
	}
}
.landing_rating .landing_rating-content__star span {
	width: 44px;
	height: 32px;
	display: inline-block;
}
@media screen and (max-width: 1200px) {
	.landing_rating .landing_rating-content__star span {
		width: 34px;
	}
}
.landing_rating-image img {
	width: 298px;
	height: 308px;
	border-radius: 9px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 1024px) {
	.landing_rating-image img {
		width: auto;
	}
}
.landing_testimonial_slider .swiper-container {
	overflow: hidden;
}
.landing_expo-section .content-wrapper {
	display: grid;
	grid-template-columns: 1fr 255px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 120px;
}
.landing_expo-section .content-wrapper .btn-wrapper {
	text-align: right;
	padding-top: 10px;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-section .content-wrapper {
		grid-template-columns: 1fr 200px;
	}
	.landing_expo-section .content-wrapper .btn-wrapper {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_expo-section .content-wrapper {
		grid-template-columns: 1fr 200px;
		gap: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .content-wrapper {
		grid-template-columns: 1fr;
	}
	.landing_expo-section .content-wrapper .btn-wrapper {
		text-align: left;
	}
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .content-wrapper h2 br {
		display: none;
	}
}
.landing_expo-section .text-content h2 {
	font-size: 40px;
	font-size: 2.5rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-section .text-content h2 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}
.landing_expo-section .text-content p {
	margin-bottom: 0;
	margin-top: 30px;
	color: #232323;
	line-height: 1.5555555556;
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .text-content p {
		margin-top: 10px;
	}
}
.landing_expo-section.align-item-end .content-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
@media only screen and (max-width: 1024px) {
	.landing_expo-section.align-item-end .content-wrapper .btn-wrapper {
		text-align: right;
	}
}
@media only screen and (max-width: 768px) {
	.landing_expo-section.align-item-end .content-wrapper .btn-wrapper {
		text-align: left;
	}
}
.landing_supported-by {
	background-color: #a3b4bc;
	background-size: cover;
	padding: 57px 0 40px;
}
@media only screen and (max-width: 1200px) {
	.landing_supported-by {
		padding: 25px 0;
	}
}
.landing_supported-by__wrapper {
	display: grid;
	grid-template-columns: auto 750px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	gap: 12px;
}
@media only screen and (max-width: 1200px) {
	.landing_supported-by__wrapper {
		grid-template-columns: auto 500px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_supported-by__wrapper {
		grid-template-columns: repeat(1, 1fr);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.landing_supported-by__text h3 {
	padding-bottom: 16px;
	border-bottom: solid 12px #fff;
	font-size: 36px;
	font-size: 2.25rem;
	color: #fff;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.landing_supported-by__text h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_supported-by__text h3 {
		border-width: 5px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
}
.landing_supported-by__text h3::after {
	content: "";
	display: block;
	left: 0;
	background-color: #fff;
	bottom: -14px;
	right: -100vw;
	height: 2px;
	position: absolute;
}
@media only screen and (max-width: 1024px) {
	.landing_supported-by__text h3::after {
		bottom: -7px;
		display: none;
	}
}
.landing_supported-by .landing_supported-by__logo {
	margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
	.landing_supported-by .landing_supported-by__logo {
		margin-bottom: 10px;
	}
}
.landing_supported-by .landing_supported-by__logo img {
	max-height: 150px;
}
@media only screen and (max-width: 768px) {
	.landing_supported-by .landing_supported-by__logo {
		margin-bottom: 0;
	}
}
.landing_supported-by__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 53px;
}
@media only screen and (max-width: 1200px) {
	.landing_supported-by__logo {
		gap: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_supported-by__logo {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.landing_supported-by__logo .landing_support-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section {
		padding: 50px 0;
	}
}
.landing_buyers-section .content-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 62px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section .content-wrapper {
		grid-template-columns: 50% 1fr;
		gap: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_buyers-section .content-wrapper {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 375px) {
	.landing_buyers-section .content-wrapper {
		display: block;
	}
}
.landing_buyers-section .image-container img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section .image-container img {
		height: auto;
	}
}
.landing_buyers-section .text-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 50px;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section .text-container {
		padding: 15px 15px 0;
	}
}
.landing_buyers-section .text-container h2 {
	margin-bottom: 38px;
	color: #000;
	font-size: 40px;
	font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section .text-container h2 {
		margin-bottom: 20px;
		font-size: 30px;
		font-size: 1.875rem;
	}
}
.landing_buyers-section .text-container .landing_buyers-section__grid {
	padding-bottom: 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	overflow: hidden;
	border-top: 1px solid #bcaba3;
	padding-top: 10px;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section .text-container .landing_buyers-section__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 375px) {
	.landing_buyers-section .text-container .landing_buyers-section__grid {
		grid-template-columns: 1fr;
	}
}
.landing_buyers-section .text-list:last-child {
	border-bottom: 0;
}
.landing_buyers-section.direction-rtl .lp__heading-with-cta {
	margin-bottom: 45px;
}
.landing_buyers-section.direction-rtl .content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 100px;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}
@media only screen and (max-width: 575px) {
	.landing_buyers-section.direction-rtl .content-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section.direction-rtl .content-wrapper {
		gap: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.landing_buyers-section.direction-rtl .content-wrapper {
		gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.landing_buyers-section.direction-rtl .content-wrapper .text-container {
	padding-right: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section.direction-rtl .content-wrapper .text-container {
		padding-left: 0;
		padding-bottom: 0;
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.landing_buyers-section.direction-rtl .content-wrapper .text-container {
		width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section.direction-rtl .content-wrapper .image-container {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.landing_buyers-section.direction-rtl .content-wrapper .image-container {
		width: 100%;
	}
}
.landing_buyers-section.direction-rtl .text-list {
	padding: 18px;
	padding-left: 0;
	border-bottom: 1px solid #bcaba3;
}
@media only screen and (max-width: 768px) {
	.landing_buyers-section.direction-rtl .text-list {
		padding: 10px 20px 20px 0;
	}
}
.landing_buyers-section.direction-rtl .text-list:first-child {
	padding-top: 0;
}
.landing_buyers-section.direction-rtl .text-list:last-child {
	border-bottom: 0;
}
.landing_buyers-section.direction-rtl .text-list h5 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.6363636364;
	text-transform: uppercase;
	margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section.direction-rtl .text-list h5 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.6666666667;
	}
}
.landing_buyers-section.direction-rtl .text-list p {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5555555556;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section.direction-rtl .text-list p {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}
}
.landing_booking-steps h1 {
	font-size: 24px;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 30px;
}
.landing_booking-steps .landing_steps {
	margin-top: 50px;
	margin-bottom: 50px;
	gap: 40px;
}
@media only screen and (max-width: 1200px) {
	.landing_booking-steps .landing_steps {
		margin: 30px 0;
		gap: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_booking-steps .landing_steps {
		margin: 30px 0;
	}
}
.landing_booking-steps .button-container {
	margin-top: 20px;
}
.landing_booking-steps .button-container .book-button {
	padding: 10px 20px;
	background-color: #d3c4b6;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.landing_booking-steps .button-container .book-button:hover {
	background-color: #b8a298;
}
.landing_people_slider-wrap {
	overflow: hidden;
}
.landing_people_slider-wrap .lp__heading-with-cta {
	position: relative;
	top: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_people_slider-wrap .lp__heading-with-cta {
		top: 0;
	}
}
.landing_people_slider-wrap .lp__general_logo-slider--inner {
	margin-top: 0;
}
.landing_people_slider-wrap--inner {
	margin-top: -30px;
}
@media only screen and (max-width: 1200px) {
	.landing_people_slider-wrap--inner {
		margin-top: 20px;
	}
}
.landing_people_slider-wrap--inner .swiper-container {
	padding-top: 80px;
	margin-top: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_people_slider-wrap--inner .swiper-container {
		padding-top: 30px;
	}
}
.landing_people_slider-main .swiper-slide {
	width: calc(20% - 20px);
}
@media only screen and (max-width: 1200px) {
	.landing_people_slider-main .swiper-slide {
		margin: 0;
	}
}
@media only screen and (max-width: 991px) {
	.landing_people_slider-main .swiper-slide {
		width: calc(33.3333333333% - 20px);
	}
}
@media only screen and (max-width: 768px) {
	.landing_people_slider-main .swiper-slide {
		width: 100%;
	}
}
.landing_people_slider-main .swiper-pagination {
	top: 0 !important;
}
@media only screen and (max-width: 1200px) {
	.landing_people_slider-main .swiper-pagination {
		top: unset !important;
	}
}
.landing_people_slider-main .swiper-container {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 20px;
	width: calc(100vw - (100vw - 1180px) / 2);
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
	.landing_people_slider-main .swiper-container {
		width: auto;
		padding: 0 0 50px;
		margin: 0 15px;
	}
}
.landing_people_slider-main
	.swiper-container:not(.swiper-initialized)
	.swiper-slide {
	margin-right: 20px;
}
@media only screen and (max-width: 768px) {
	.landing_people_slider-main
		.swiper-container:not(.swiper-initialized)
		.swiper-slide {
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 600px) {
	.landing_people_slider-main
		.swiper-container:not(.swiper-initialized)
		.swiper-slide {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
}
.common_pagination .swiper-pagination {
	bottom: 0;
	text-align: right;
}
@media only screen and (max-width: 1200px) {
	.common_pagination .swiper-pagination {
		text-align: center;
	}
}
.common_pagination .swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 25px;
	background-color: #a3b4bc;
	border-radius: 0;
	margin: 0 5px;
	opacity: 1;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.common_pagination .swiper-pagination .swiper-pagination-bullet-active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	background-color: #bcaba3;
}
.common_pagination
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-next,
.common_pagination
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-next-next,
.common_pagination
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-prev,
.common_pagination
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media only screen and (min-width: 1200px) {
	.common_pagination
		.swiper-container-horizontal
		> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
	.common_pagination
		.swiper-horizontal
		> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
	.common_pagination
		.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		right: 50px;
		left: unset;
		-webkit-transform: none;
		transform: none;
		height: 50px;
	}
}
.landing_expo-slider {
	overflow: hidden;
	background-size: cover;
	background-position: 100% 0;
}
.landing_expo-slider h2 {
	margin-bottom: 33px;
	color: #000;
	font-size: 40px;
	font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-slider h2 {
		font-size: 30px;
		font-size: 1.875rem;
		margin-bottom: 20px;
		max-width: 100%;
	}
}
.landing_expo-slider p {
	color: #232323;
	margin-bottom: 50px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5555555556;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-slider p {
		margin-bottom: 20px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
	}
}
.landing_expo-slider .content {
	max-width: 72%;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-slider .content {
		max-width: 100%;
	}
}
.landing_expo-slider .swiper-container {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 70px;
	width: calc(100vw - (100vw - 1180px) / 2);
	padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-slider .swiper-container {
		width: auto;
		padding: 0 0 50px;
		margin: 0 15px;
	}
}
.landing_expo-slider
	.swiper-container:not(.swiper-initialized)
	.swiper-slide.expo_card {
	width: calc(20% - 20px);
	height: 345px;
	margin: 0 10px 20px;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-slider
		.swiper-container:not(.swiper-initialized)
		.swiper-slide.expo_card {
		width: calc(25% - 20px);
	}
}
@media only screen and (max-width: 1024px) {
	.landing_expo-slider
		.swiper-container:not(.swiper-initialized)
		.swiper-slide.expo_card {
		width: calc(33.3333333333% - 20px);
	}
}
@media only screen and (max-width: 600px) {
	.landing_expo-slider
		.swiper-container:not(.swiper-initialized)
		.swiper-slide.expo_card {
		width: calc(100% - 20px);
	}
}
.landing_expo-slider
	.swiper-container:not(.swiper-initialized)
	.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lp__general_logo-slider--inner {
	overflow: hidden;
	margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
	.lp__general_logo-slider--inner {
		margin-top: 30px;
	}
}
.lp__general_logo-slider--inner .swiper-container {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 70px;
	width: calc(100vw - (100vw - 1180px) / 2);
	padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
	.lp__general_logo-slider--inner .swiper-container {
		width: auto;
		padding: 0 0 50px;
		margin: 0 15px;
	}
}
.lp__general_logo-slider--inner
	.swiper-container:not(.swiper-initialized)
	.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lp__general_logo-slider--inner
	.swiper-container:not(.swiper-initialized)
	.swiper-slide {
	width: 212px;
	margin-right: 30px;
}
.landing_sponsor_wrap {
	background-size: cover;
}
.landing_sponsor_wrap h2 {
	color: #fff;
}
.landing_sponsor_wrap--inner {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin-top: 64px;
}
@media only screen and (max-width: 1200px) {
	.landing_sponsor_wrap--inner {
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_sponsor_wrap--inner {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media only screen and (max-width: 768px) {
	.landing_sponsor_wrap--inner {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 575px) {
	.landing_sponsor_wrap--inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
.landing_sponsor_slider {
	border-radius: 4px;
	padding: 7px;
	min-height: 150px;
	background-color: #fff;
}
.landing_sponsor_slider span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 15px;
}
.landing_sponsor_slider .swiper-container {
	overflow: hidden;
}
.landing_sponsor_card {
	text-align: center;
}
.landing_sponsor_card img {
	display: block;
	margin: 0 auto;
	max-height: 100px;
	width: auto;
}
.landing_two_col-wrap {
	background-color: #f5f5f5;
}
.landing_two_col-wrap--inner {
	margin-top: 45px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 94px;
}
@media only screen and (max-width: 1200px) {
	.landing_two_col-wrap--inner {
		margin-top: 25px;
		gap: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_two_col-wrap--inner {
		gap: 25px;
	}
}
@media only screen and (max-width: 575px) {
	.landing_two_col-wrap--inner {
		grid-template-columns: repeat(1, 1fr);
	}
}
.landing_two_col-wrap.types_wrap img {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
	.landing_two_col-wrap.types_wrap img {
		margin-bottom: 10px;
	}
}
.landing_two_col-wrap.types_wrap h5 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: normal;
	color: #a3b4bc;
	margin-bottom: 6px;
}
@media only screen and (max-width: 1200px) {
	.landing_two_col-wrap.types_wrap h5 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}
.landing_two_col-wrap.types_wrap p {
	margin-bottom: 0;
	font-size: 24px;
	font-size: 1.5rem;
	color: #a3b4bc;
	line-height: normal;
}
@media only screen and (max-width: 1200px) {
	.landing_two_col-wrap.types_wrap p {
		font-size: 16px;
		font-size: 1rem;
	}
}
.landing_two_col-wrap.types_wrap p span {
	color: #000;
}
.landing_three-col_wrap--inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-top: 45px;
}
@media only screen and (max-width: 1366px) {
	.landing_three-col_wrap--inner {
		gap: 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.landing_three-col_wrap--inner {
		margin-top: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 768px) {
	.landing_three-col_wrap--inner {
		grid-template-columns: repeat(1, 1fr);
	}
}
.landing_three-col_wrap.contact-col_wrap .landing_three-col_wrap--inner {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0;
}
@media only screen and (max-width: 1200px) {
	.landing_three-col_wrap.contact-col_wrap .landing_three-col_wrap--inner {
		gap: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.landing_three-col_wrap.contact-col_wrap .landing_three-col_wrap--inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.landing_three-col_wrap.contact-col_wrap .contact-col {
	width: calc(33.3333333333% - 30px);
	margin: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
	.landing_three-col_wrap.contact-col_wrap .contact-col {
		width: 40%;
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.landing_three-col_wrap.contact-col_wrap .contact-col {
		width: 100%;
	}
}
.landing_three-col_wrap.contact-col_wrap .contact-col h6 {
	margin-bottom: 30px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	.landing_three-col_wrap.contact-col_wrap .contact-col h6 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1;
	}
}
.landing_expo-slider .swiper-slide.expo_card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 8px;
	overflow: hidden;
	height: 345px;
}
.landing_expo-slider .swiper-slide.expo_card img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}
.landing_expo-slider .swiper-slide.expo_card .slide-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.8705882353)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.8705882353),
		rgba(0, 0, 0, 0)
	);
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857142857;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: left;
	color: #fff;
	padding: 0 32px 24px 28px;
	border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 1200px) {
	.landing_expo-slider .swiper-slide.expo_card .slide-caption {
		padding: 0 10px 10px 10px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.3333333333;
	}
}
.landing_booking-steps .step_card {
	text-align: center;
	width: 22%;
	border-left: 2px solid #000;
	padding-left: 22px;
	padding-top: 38px;
	padding-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
	.landing_booking-steps .step_card {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.landing_booking-steps .step_card {
		width: calc(50% - 30px);
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media only screen and (max-width: 575px) {
	.landing_booking-steps .step_card {
		width: calc(100% - 30px);
	}
}
.landing_booking-steps .step_card img {
	margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
	.landing_booking-steps .step_card img {
		margin-bottom: 15px;
	}
}
.landing_booking-steps .step_card p {
	margin-bottom: 0;
	color: #333;
	text-align: left;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: normal;
}
@media only screen and (max-width: 1200px) {
	.landing_booking-steps .step_card p {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
.landing_buyers-section .buyer_card {
	padding: 0 13px 0;
	color: #000;
	position: relative;
	min-height: 92px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	font-size: 1.375rem;
}
@media only screen and (max-width: 1200px) {
	.landing_buyers-section .buyer_card {
		padding: 0 15px;
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 375px) {
	.landing_buyers-section .buyer_card {
		min-height: auto;
		padding: 15px 0;
		padding-left: 0;
	}
}
.landing_buyers-section .buyer_card::after {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% + 20px);
	left: 0;
	bottom: -10px;
	background-color: #bcaba3;
}
.landing_buyers-section .buyer_card::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	right: -10px;
	top: 0;
	background-color: #bcaba3;
}
@media only screen and (min-width: 1200px) {
	.landing_buyers-section .buyer_card:nth-child(3n)::before {
		display: none;
	}
}
.landing_people-slide_card {
	position: relative;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 4px;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.landing_people-slide_card {
		overflow: hidden;
		border-radius: 4px;
	}
}
.landing_people-slide_card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	border-radius: 4px;
}
@media only screen and (max-width: 768px) {
	.landing_people-slide_card::after {
		opacity: 0;
		display: none;
	}
}
.landing_people-slide_card--inner {
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	border-radius: 4px;
	overflow: hidden;
}
.landing_people-slide_card--inner img {
	width: 100%;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	border-radius: 4px;
}
@media only screen and (max-width: 768px) {
	.landing_people-slide_card--inner img {
		border-radius: 0;
	}
}
.landing_people-slide_card .content_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #000),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
	padding: 14px;
	margin: 0 auto;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
@media only screen and (max-width: 1200px) {
	.landing_people-slide_card .content_wrap {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		position: relative;
		opacity: 1;
		visibility: visible;
		margin: 0;
		border-radius: 0;
		width: 100%;
		background-color: #000;
	}
}
.landing_people-slide_card .content_wrap h6 {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.landing_people-slide_card .content_wrap p {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: normal;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.landing_people_slider-main {
	overflow: hidden;
}
.landing_people_slider-main .swiper-slide {
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
@media only screen and (max-width: 1024px) {
	.landing_people_slider-main .swiper-slide {
		-webkit-transition: none;
		transition: none;
	}
}
.landing_people_slider-main .swiper-slide img {
	width: 100%;
}
.landing_people_slider-main .swiper-slide:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
@media only screen and (max-width: 1024px) {
	.landing_people_slider-main .swiper-slide:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.landing_people_slider-main
	.swiper-slide:hover
	.landing_people-slide_card::after {
	opacity: 0.4;
}
.landing_people_slider-main .swiper-slide:hover .content_wrap {
	opacity: 1;
	bottom: 0;
	visibility: visible;
	text-align: center;
	z-index: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media only screen and (max-width: 768px) {
	.landing_people_slider-main .swiper-slide:hover .content_wrap {
		bottom: 0;
	}
}
.landing_people_slider-main
	.swiper-container:not(.swiper-initialized)
	.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.landing_people_slider-main
	.swiper-container:not(.swiper-initialized)
	.swiper-wrapper
	.swiper-slide {
	margin-bottom: 10px;
}
.landing_people_slider-main
	.swiper-container:not(.swiper-initialized)
	.swiper-wrapper
	.swiper-slide:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
@media only screen and (max-width: 1024px) {
	.landing_people_slider-main
		.swiper-container:not(.swiper-initialized)
		.swiper-wrapper
		.swiper-slide:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.lp__general_logo-slider .logo-hold_card {
	padding: 10px;
	min-height: 153px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #a3b4bc;
	border-radius: 5px;
	background-color: #fff;
}
.lp__general_logo-slider .logo-hold_card img {
	max-height: 250px;
	width: auto;
}
.landing_expo-section .info-col_card {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.landing_expo-section .info-col_card::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.2;
}
.landing_expo-section .info-col_card img {
	width: 100%;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.landing_expo-section .info-col_card .content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#000),
		to(rgba(0, 0, 0, 0))
	);
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
	overflow: hidden;
	width: 100%;
}
.landing_expo-section .info-col_card .content-head {
	padding: 30px 30px 23px;
	-webkit-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .info-col_card .content-head {
		padding: 15px 15px 10px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.landing_expo-section .info-col_card .content-head .arrow_wrap svg {
	width: 30px;
	height: 25px;
}
.landing_expo-section .info-col_card .content-head .arrow_wrap svg path {
	fill: #fff;
}
.landing_expo-section .info-col_card .content-head h4 {
	margin-bottom: 0;
	width: 80%;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857142857;
	color: #fff;
}
@media only screen and (max-width: 1366px) {
	.landing_expo-section .info-col_card .content-head h4 {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 1.44;
	}
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .info-col_card .content-head h4 {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.4;
	}
}
.landing_expo-section .info-col_card .content-hidden {
	-webkit-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	height: 0;
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .info-col_card .content-hidden {
		height: auto;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}
.landing_expo-section .info-col_card .content-hidden p {
	padding: 0 30px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3333333333;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .info-col_card .content-hidden p {
		padding: 0 15px;
		font-size: 16px;
		font-size: 1rem;
	}
}
.landing_expo-section .info-col_card .content-wrapper.no_head .btn-wrapper {
	text-align: left;
}
.landing_expo-section .info-col_card:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.landing_expo-section .info-col_card:hover .arrow_wrap {
	opacity: 0;
}
@media only screen and (max-width: 768px) {
	.landing_expo-section .info-col_card:hover .arrow_wrap {
		opacity: 1;
	}
}
.landing_expo-section .info-col_card:hover .content-hidden {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	height: auto;
}
