#mouse-beta{
	form, .heading, .paragraph, .small-paragraph, form > div{
		max-width: 800px;
	}
}
#mouse-beta .pnx-forms-container.dark-styling{
    background: #000;
}
#mouse-beta .dark-styling .heading {
	color: var(--cx-g-color-primary);
}
#mouse-beta .small-paragraph {
    padding-bottom: 0rem;
}
@media (min-width: 800px) {
	#mouse-beta form {
	  display: flex;
		flex-direction: row;
		flex-flow: row wrap;
		column-gap: 1rem;
		align-items: end;
			> div{
			flex-basis: 100%;
		}
		.show-required-fields-text:before{
			right: calc(-100% - 1rem);
		}
	}
		[lang|="ar"]	.show-required-fields-text:before{
		right: 0 !important;
	}
	[data-pnx="2"],[data-pnx="3"],[data-pnx="4"],[data-pnx="5"]{ flex-basis: calc(50% - .5rem) !important; }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}