<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.at-af {
	background-size: cover;
	background-position: 50% 50%;
}

.at-af-content-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	padding: 6%;
	box-sizing: border-box;
}

.at-af-bodyTitle {
	margin-top: 0;
	-webkit-animation: articleAppear .01s forwards;
	animation: articleAppear .01s forwards;
}

.animations-enabled .at-af-body h1,
.animations-enabled .at-af-body h2 {
	animation: none;
	transform: none;
	opacity: 1;
}

.at-af-body &gt; *:last-child {
	margin-bottom: 0;
}

.at-af-body + .at-af-quotes,
.at-af-snippet + .at-af-quotes,
.at-af-body + .at-af-snippet,
.at-af-quotes + .at-af-snippet,
.at-af-quotes + .at-af-textarea {
	margin-top: 50px;
}

/**
 *  Article snippet (form)
 */

@-webkit-keyframes fadeInShadow {
	0% { box-shadow: 0 0 4px 2px rgba(0,0,0,0); }
	20% { box-shadow: 0 5px 30px 0 rgba(0,0,0,.5); }
	100% { box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }
}
@keyframes fadeInShadow {
	0% { box-shadow: 0 0 4px 2px rgba(0,0,0,0); }
	20% { box-shadow: 0 5px 30px 0 rgba(0,0,0,.5); }
	100% { box-shadow: 0 0 10px 0 rgba(0,0,0,0.15); }
}

.at-af-snippet form {
	position: relative;
	overflow: hidden;
	padding: 25px;
	background-size: cover;
}

.at-af-snippet .proFormText,
.at-af-snippet form textarea {
	width: calc(100% - 2em);
	padding: .25em 1em;
}

.at-af-snippet select.w-xlarge {
    width: 100%;
}

.at-af-snippet form {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

.at-af-snippet form &gt; * {
	position: relative;
    z-index: 1;
}

.at-af-snippet--hasBorder form:before {
	content: "";
	position: absolute;
	top: 9px;
	right: 9px;
	bottom: 9px;
	left: 9px;
	border: 1px dashed;
	border-radius: 3px;
}

.border-radius-enabled .at-af-snippet form {
	border-radius: 6px;
}

input[type="text"],
.proFormText,
select,
textarea,
.product-quantity,
.proFormTextOther,
.proFormDate,
.proFormTime {
	padding-right: .8em;
	padding-left: .8em;
}

/** fix radiobutton and checkbox position */
.at-af-snippet form li {
	margin-left: 0;
}

.survey__paymentSelectMethod ul li {
	float: none;
}

.at-af-snippet div.submit button {
	margin: 0 .5em .5em 0;
	padding-top: .65em;
	padding-bottom: .55em;
	font-size: 1.4em;
	text-align: left;
	box-shadow: 0 -3px 0 0 rgba(0,0,0,0.2) inset;
}

.at-af-snippet div.submit button:hover {
	opacity: .9;
	box-shadow: 0 -3px 0 0 rgba(0,0,0,0.2) inset, 0 3px 6px rgba(0,0,0,0.4);
}

.at-af-snippet div.submit .submit:after {
	position: absolute;
	height: 1em;
	width: 1em;
	right: 1em;
	top: 50%;
	margin-top: -0.7em;
	padding: .2em;
	border-radius: 100%;
	font-family: "icons";
	text-transform: none;
	background: #fff;
}

.at-af-snippet--download div.submit .submit:after {
	content: "\21E9";
}

.at-af-snippet--confirm div.submit .submit:after {
	content: "\2192";
}

.at-af-snippet--send div.submit .submit:after {
	content: "\1F4E7";
}

.at-af-snippet--okay div.submit .submit:after {
	content: "\2714";
}

.at-af-snippet--callback div.submit .submit:after {
	content: "\1F4F1";
}

.at-af-snippet--hasIcon div.submit button.submit {
	position: relative;
	padding-right: 2.8em;
	padding-bottom: calc(.55em + 3px);
}

.at-af-snippet--hasBand form:after {
	content: "";
	position: absolute;
	top: -23px;
	right: -58px;
	display: block;
	height: 0;
	width: 65px;
	border-bottom: 27px solid;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.2), 0px 2px 1px 0 rgba(0,0,0,0.1);
	transform: rotate(45deg);
	transform-origin: left top;
}

/**
 *  quotes
 */

.at-af-quotes {
	position: relative;
	height: 85px;
	perspective: 800px;
	transform-style: preserve-3d;
}

.at-af-quote {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	overflow: hidden;
	font-size: 1em;
	transform-origin: center top;
	transform-origin: bottom;
}

.at-af-quotes-2 .at-af-quote,
.at-af-quotes-3 .at-af-quote {
	opacity:0;
}

.at-af-quote--noImage::before {
	content: "\0022";
	font: 77px/77px "icons";
	border: 3px solid;
	border-radius: 100%;
}

.at-af-quoteImage {
	border-radius: 100%;
	border: 3px solid;
}

.at-af .at-af-quoteImage--svg {
    height: 85px;
}

.at-af-quote--noImage::before,
.at-af-quoteImage {
	float: left;
	margin-right: 25px;
}

.at-af-quoteText {
	margin-bottom: .5em;
	margin-left: 108px;
	padding: 0;
	border: none;
	color: inherit;
	font-size: 1.2em;
}

.at-af-quoteAuthor {
	font-weight: bold;
	font-style: normal;
}

.at-af-quoteFooter {
	margin-left: 108px;
}

/** animation for switching quotes */
/** region animation */
@-webkit-keyframes quoteSlider2Animation {
	0% {
		opacity: 0;
		transform: rotateX(-90deg) translateZ(-100px) translateZ(100px);
	}
	10% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	49% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	65% {
		opacity: 0;
		transform: rotateX(90deg) translateZ(-100px) translateZ(100px);
	}
}
@keyframes quoteSlider2Animation {
	0% {
		opacity: 0;
		transform: rotateX(-90deg) translateZ(-100px) translateZ(100px);
	}
	10% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	49% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	65% {
		opacity: 0;
		transform: rotateX(90deg) translateZ(-100px) translateZ(100px);
	}
}

@-webkit-keyframes quoteSlider3Animation {
	0% {
		opacity: 0;
		transform: rotateX(-90deg) translateZ(-100px) translateZ(100px);
	}
	7% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	33% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	40% {
		opacity: 0;
		transform: rotateX(90deg) translateZ(-100px) translateZ(100px);
	}
}
@keyframes quoteSlider3Animation {
	0% {
		opacity: 0;
		transform: rotateX(-90deg) translateZ(-100px) translateZ(100px);
	}
	7% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	33% {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
	}
	40% {
		opacity: 0;
		transform: rotateX(90deg) translateZ(-100px) translateZ(100px);
	}
}
/** end region animation */

.at-af-quotes-2 .at-af-quote {
	-webkit-animation: quoteSlider2Animation 12s infinite;
	animation: quoteSlider2Animation 12s infinite;
}

.at-af-quotes-2 .at-af-quote1 {
   -webkit-animation-delay: 12s;
   -moz-animation-delay: -12s;
   animation-delay: -12s;
}

.at-af-quotes-2 .at-af-quote2 {
   -webkit-animation-delay: -6s;
   -moz-animation-delay: -6s;
   animation-delay: -6s;
}

.at-af-quotes-3 .at-af-quote {
	-webkit-animation: quoteSlider3Animation 18s infinite;
	animation: quoteSlider3Animation 18s infinite;
}

.at-af-quotes-3 .at-af-quote1 {
	-webkit-animation-delay: -18s;
	-moz-animation-delay: -18s;
	animation-delay: -18s;
}

.at-af-quotes-3 .at-af-quote2 {
   -webkit-animation-delay: -12s;
   -moz-animation-delay: -12s;
   animation-delay: -12s;
}

.at-af-quotes-3 .at-af-quote3 {
   -webkit-animation-delay: -6s;
   -moz-animation-delay: -6s;
   animation-delay: -6s;
}

/**
 *  Text area
 */

.at-af-snippet + .at-af-textarea {
	margin-top: 50px;
}

.at-af-textarea &gt; *:last-child {
	margin-bottom: 0;
}

/**
 *  Responsiveness
 */
@media screen and (max-width: 767px) {
	.at-af-contentColumn + .at-af-contentColumn,
    .at-af-contentColumn--left + .at-af-contentColumnRightContainer {
		padding-top: 50px;
	}

	.at-af-snippet div.submit button {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.at-af-content-wrapper {
		padding: 80px 0;
	}

	.at-af-contentColumn--left {
		float: left;
		width: 100%;
		min-height: 1px;
		padding: 0 44% 0 4%;
		box-sizing: border-box;
	}

	.at-af-contentColumnRightContainer {
		float: right;
		width: 39%;
		margin-left: -39%;
	}

	.at-content-wrapper--hasTitle .at-af-contentColumn--right {
		padding-top: 3.9em;
	}

	.at-content-wrapper--compact {
		max-width: 1180px;
		margin: 0 auto;
		padding-right: 4%;
		padding-left: 4%;
	}

    .at-af-content-wrapper .at-sidebar--isSticky {
        bottom: 80px;
    }

	.at-af-snippet form {
		padding: 50px;
		margin-right: 10%;
	}

	.at-af-textarea {
		margin-right: 10%;
	}
}

@media screen and (min-width: 1280px) {
	.at-af-contentColumn--left {
		padding-left: 0;
	}

	.at-af-contentColumnRightContainer {
		width: 39%;
		margin-left: -39%;
	}

	.at-af-snippet form,
	.at-af-textarea {
		margin-right: 0;
	}

	.at-content-wrapper--compact {
		padding-right: 0;
		padding-left: 0;
	}

	.at-content-wrapper--compact .at-af-content {
		margin-right: 6%;
		margin-left: 6%;
	}
}

@media screen and (min-width: 1280px) {
	.at-af-content-wrapper {
		padding: 80px 0;
	}
}

.ie8 .at-af-content-wrapper {
	padding-top: 120px;
	padding-bottom: 120px;
}
</pre></body></html>