main {
	-webkit-font-smoothing: antialiased;
	background-color: #f4f4f4;
	color: #4a4a4a;
	font-family: "Open Sans", sans-serif;
	width: 100%;
	overflow-x: hidden;
}
main .wrapper {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 auto;
	padding: 15px 5% 0 5%;
	position: relative;
	width: auto;
}
@media screen and (min-width: 1024px) {
	main .wrapper {
		max-width: 960px;
		padding: 50px 3.5% 0 3.5%;
	}
}
@media screen and (min-width: 1216px) {
	main .wrapper {
		max-width: 1152px;
	}
}
@media screen and (min-width: 1270px) {
	main .wrapper {
		max-width: 1206px;
	}
}
main .wrapper img {
	margin: 0 0 15px 0;
	width: 100%;
}
@media screen and (min-width: 768px) {
	main .wrapper img {
		margin: 0 0 25px 0;
	}
}
main .wrapper h1,
main .wrapper h2 {
	font-size: 29px;
	font-weight: 700;
	line-height: 38px;
	margin: 0;
	padding: 60px 15px 30px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	main .wrapper h1,
	main .wrapper h2 {
		font-size: 35px;
		font-weight: 200;
		line-height: 47px;
		padding-bottom: 35px;
	}
}
main .wrapper h2 {
	padding: 40px 0 20px 0;
}
@media screen and (min-width: 1024px) {
	main .wrapper h2 {
		padding: 40px 0 35px 0;
	}
}
main .wrapper h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
main .wrapper p {
	color: #444;
	font-size: 18px;
	line-height: 1.5;
	margin: 15px 0;
	text-align: justify;
}
main .wrapper a {
	color: #009ddf;
	text-decoration: none;
}
main .wrapper .grid {
	align-items: start;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
	main .wrapper .grid {
		display: grid;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.advantages {
		align-items: center;
		display: grid;
		padding: 20px 0;
		grid-template-areas: "img-row-1 text-row-1" "text-row-2 img-row-2" "img-row-3 text-row-3";
	}
}
@media screen and (min-width: 1024px) {
	main .wrapper .grid.advantages {
		padding: 0;
	}
}
main .wrapper .grid.advantages text {
	grid-area: text-row-1;
	text-align: center;
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.advantages text {
		text-align: left;
	}
}
main .wrapper .grid.advantages text:nth-child(3) {
	grid-area: text-row-2;
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.advantages text:nth-child(3) {
		text-align: right;
	}
	main .wrapper .grid.advantages text:nth-child(3) p {
		text-align: right;
	}
}
main .wrapper .grid.advantages text:nth-child(5) {
	grid-area: text-row-3;
}
main .wrapper .grid.advantages text h3 {
	margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.advantages text h3 {
		margin: 0 0 20px 0;
	}
}
main .wrapper .grid.advantages text p {
	text-align: center;
	margin: 10px 0 25px 0;
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.advantages text p {
		text-align: left;
	}
}
main .wrapper .grid.advantages img {
	display: block;
	grid-area: img-row-1;
	margin: auto;
	margin-bottom: 40px;
	max-width: 430px;
}
main .wrapper .grid.advantages img:nth-child(4) {
	grid-area: img-row-2;
}
main .wrapper .grid.advantages img:nth-child(6) {
	grid-area: img-row-3;
}
@media screen and (min-width: 1024px) {
	main .wrapper .grid.advantages img {
		max-width: initial;
		margin-bottom: 20px;
	}
}
main .wrapper .grid.advantages-vendors {
	background: linear-gradient(
		to bottom right,
		#fff,
		rgba(246, 253, 255, 0),
		#f3ffff,
		#fff
	);
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.advantages-vendors {
		display: grid;
		grid-template-areas: "img ul";
	}
}
main .wrapper .grid.advantages-vendors img {
	grid-area: img;
	margin-top: 20px;
}
main .wrapper .grid.advantages-vendors ul {
	grid-area: ul;
}
main .wrapper .grid.contact {
	display: grid;
	grid-template-columns: none;
	grid-template-rows: 450px 500px auto;
	grid-template-areas: "join" "ask" "logos";
	margin: 0 4%;
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.contact {
		display: grid;
		gap: 16%;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 500px auto;
		padding-bottom: 120px;
		grid-template-areas: "join ask" "logos ask";
	}
}
main .wrapper .grid.contact h2,
main .wrapper .grid.contact h3 {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	main .wrapper .grid.contact h2,
	main .wrapper .grid.contact h3 {
		font-size: 35px;
	}
}
main .wrapper .grid.contact form {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: flipInX;
	margin: 0 auto;
	max-width: 430px;
	padding-bottom: 40px;
	width: 430px;
}
main .wrapper .grid.contact form:first-child {
	grid-area: join;
}
main .wrapper .grid.contact form:nth-child(2) {
	grid-area: ask;
	padding-bottom: 0;
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.contact form {
		max-width: none;
		margin: 0;
		width: auto;
	}
}
main .wrapper .grid.contact form div {
	color: #000;
	display: grid;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
}
main .wrapper .grid.contact form input,
main .wrapper .grid.contact form textarea {
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	color: #363636;
	max-width: 100%;
	padding: 6.5px;
	width: 100%;
}
main .wrapper .grid.contact form input:hover,
main .wrapper .grid.contact form textarea:hover {
	border-color: #b5b5b5;
}
main .wrapper .grid.contact form input:focus,
main .wrapper .grid.contact form input:active,
main .wrapper .grid.contact form textarea:focus,
main .wrapper .grid.contact form textarea:active {
	border-color: #009ddf;
	box-shadow: 0 0 0 0.125em rgba(0, 157, 223, 0.25);
}
main .wrapper .grid.contact form textarea {
	height: 70px;
}
main .wrapper .grid.contact form ::placeholder {
	color: #999;
}
main .wrapper .grid.contact form p {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
}
main .wrapper .grid.contact form button {
	background-color: #009ddf;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 18px;
	margin: 20px 0;
	padding: 10px;
	width: 100%;
	cursor: pointer;
}
main .wrapper .grid.contact form button:hover {
	background-color: #0094d2;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
main .wrapper .grid.contact form img {
	float: left;
	margin: 20px;
	width: 95px;
}
main .wrapper .grid.contact form img:last-child {
	margin-top: 35px;
}
main .wrapper .grid.contact div[hx-get] {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: flipInX;
	align-items: center;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: flipInX;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
main .wrapper .grid.contact div:last-child {
	display: grid;
	gap: 0;
	grid-area: logos;
	grid-template-columns: auto auto;
	justify-items: center;
	max-width: 430px;
	margin: 0 auto;
	margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
	main .wrapper .grid.contact div:last-child {
		margin: -110px 0 0 0;
	}
}
main .wrapper .grid.contact div:last-child img {
	margin: 15px 20px 0 20px;
	width: 95px;
}
main .wrapper .grid.contact div:last-child img:first-child {
	margin: 0;
}
main .wrapper .grid.contact div:last-child p {
	margin: 5px;
	font-size: 14px;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}
main .wrapper .grid p {
	font-size: 20px;
	font-weight: 200;
}
main .wrapper .grid ul {
	margin-bottom: 20px;
}
main .wrapper .grid iframe {
	display: block;
	height: 315px;
	margin: auto;
	max-width: 560px;
	width: 100%;
}
@media screen and (min-width: 1024px) {
	main .wrapper .grid iframe {
		width: 100%;
		max-width: 560px;
		margin-top: 18px;
	}
}
main .wrapper ul {
	font-size: 18px;
	line-height: 27px;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}
main .wrapper ul li:before {
	border-color: rgba(0, 0, 0, 0) #767676;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	content: "";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: 19px;
	width: 0;
}
main .wrapper .button {
	text-align: center;
}
main .wrapper .button a {
	background-color: #009ddf;
	border-radius: 4px;
	color: #fff;
	font-size: 21px;
	padding: 9px 17px;
}
