@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', sans-serif;
}

.pxusa-mb-3 {
	margin-bottom: 15px;
}

.pxusa-relative {
	position: relative;
}

.pxusa-opacity-0 {
	opacity: 0;
}

.pxusa-stroke-current {
	stroke: currentColor;
}

#supportCheckbox:checked~div span {
	opacity: 1;
}

.pxusa-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 48px 48px;
}

.pxusa-form-wrapper {
	width: 100%;
	max-width: 85rem;
	border-radius: 0.5rem;
	background-color: white;
	padding: 2.5rem;
	box-sizing: border-box;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
}

.pxusa-img {
	margin-bottom: 45px;
}

.pxusa-form-title {
	margin-bottom: 30px;
}

.pxusa-form-title h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #07074d;
}

.pxusa-form-title p {
	font-size: 16px;
	line-height: 24px;
	color: #536387;
	margin-top: 12px;
}

.pxusa-input-flex {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.pxusa-input-flex>div {
	width: 50%;
}

.pxusa-form-input {
	width: 100%;
	padding: 13px 22px;
	border-radius: 5px;
	border: 1px solid #dde3ec;
	background: #ffffff;
	font-weight: 500;
	font-size: 14px !important;
	color: #536387 !important;
	outline: none;
	resize: none;
}

.pxusa-form-input:focus {
	border-color: #6a64f1;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.pxusa-form-label {

	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

.pxusa-checkbox-label {
	display: flex;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	line-height: 24px;
	color: #536387;
}

.pxusa-checkbox-label a {
	margin-left: 5px;
	color: #6a64f1;
}

.pxusa-input-checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.pxusa-checkbox-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 16px;
	margin-top: 2px;
	border: 0.7px solid #dde3ec;
	border-radius: 3px;
}

.pxusa-btn {
	background: #e60000;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	border: none;
	cursor: pointer;
	display: block;
	border-radius: 5px;
}

.pxusa-btn:hover {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.affiliate-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.affiliate-banner .affiliate-content {
	background: none;
	position: absolute;
	z-index: 5;
}

/* same readable panel style */
.affiliate-banner .affiliate-content .container {
	padding: 26px;
	border-radius: 6px;
}

.affiliate-banner .affiliate-content h1 {
	color: #e8eff6;
}

.affiliate-banner .affiliate-content p {
	color: #fff;
}

.affiliate-faq {
    background: #e8e8e8;
}

@media only all and (min-width: 992px) and (max-width: 1280px) {
	.affiliate-form {
		padding: 30px 0 56px 0;
	}
}

@media (max-width: 767px) {
	.pxusa-input-flex>div {
		width: 100%;
	}

	.pxusa-input-flex {
		display: grid;
		gap: 15px;
	}

	.affiliate-banner {
		min-height: 270px;
	}

	.affiliate-banner .affiliate-content p {
		font-size: 15px;
	}

	.affiliate-form .pxusa-main-wrapper {
		padding: 10px 25px 48px;
	}
}

@media (max-width: 480px) {
	.affiliate-banner .affiliate-content h1 {
		font-size: 16px;
	}

	.affiliate-banner .affiliate-content p {
		font-size: 12px;
	}

	.affiliate-form .pxusa-main-wrapper {
		padding: 10px 10px 48px;
	}

	.affiliate-form .pxusa-form-wrapper {
		padding: 10px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
    .affiliate-list {
        width: 50%;
        padding: 0 0 0 20px;
    }
	.pull-left {
		width: 50%;
	}

}