/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
display:none
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
display:none
}
@media print, screen and (min-width:26.25em) {
.reveal, .reveal.large, .reveal.small, .reveal.tiny {
	right: auto;
	left: auto;
	margin: 0 auto
}
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: FontAwesome;
	src: url(../font/fontawesome-webfont.eot);
	src: url(../font/fontawesome-webfont.eot) format("embedded-opentype"), url(../font/fontawesome-webfont.woff2) format("woff2"), url(../font/fontawesome-webfont.woff) format("woff"), url(../font/fontawesome-webfont.ttf) format("truetype"), url(../font/fontawesome-webfont.svg) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: ""
}
.fa-music:before {
	content: ""
}
.fa-search:before {
	content: ""
}
.fa-envelope-o:before {
	content: ""
}
.fa-heart:before {
	content: ""
}
.fa-star:before {
	content: ""
}
.fa-star-o:before {
	content: ""
}
.fa-user:before {
	content: ""
}
.fa-film:before {
	content: ""
}
.fa-th-large:before {
	content: ""
}
.fa-th:before {
	content: ""
}
.fa-th-list:before {
	content: ""
}
.fa-check:before {
	content: ""
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: ""
}
.fa-search-plus:before {
	content: ""
}
.fa-search-minus:before {
	content: ""
}
.fa-power-off:before {
	content: ""
}
.fa-signal:before {
	content: ""
}
.fa-cog:before, .fa-gear:before {
	content: ""
}
.fa-trash-o:before {
	content: ""
}
.fa-home:before {
	content: ""
}
.fa-file-o:before {
	content: ""
}
.fa-clock-o:before {
	content: ""
}
.fa-road:before {
	content: ""
}
.fa-download:before {
	content: ""
}
.fa-arrow-circle-o-down:before {
	content: ""
}
.fa-arrow-circle-o-up:before {
	content: ""
}
.fa-inbox:before {
	content: ""
}
.fa-play-circle-o:before {
	content: ""
}
.fa-repeat:before, .fa-rotate-right:before {
	content: ""
}
.fa-refresh:before {
	content: ""
}
.fa-list-alt:before {
	content: ""
}
.fa-lock:before {
	content: ""
}
.fa-flag:before {
	content: ""
}
.fa-headphones:before {
	content: ""
}
.fa-volume-off:before {
	content: ""
}
.fa-volume-down:before {
	content: ""
}
.fa-volume-up:before {
	content: ""
}
.fa-qrcode:before {
	content: ""
}
.fa-barcode:before {
	content: ""
}
.fa-tag:before {
	content: ""
}
.fa-tags:before {
	content: ""
}
.fa-book:before {
	content: ""
}
.fa-bookmark:before {
	content: ""
}
.fa-print:before {
	content: ""
}
.fa-camera:before {
	content: ""
}
.fa-font:before {
	content: ""
}
.fa-bold:before {
	content: ""
}
.fa-italic:before {
	content: ""
}
.fa-text-height:before {
	content: ""
}
.fa-text-width:before {
	content: ""
}
.fa-align-left:before {
	content: ""
}
.fa-align-center:before {
	content: ""
}
.fa-align-right:before {
	content: ""
}
.fa-align-justify:before {
	content: ""
}
.fa-list:before {
	content: ""
}
.fa-dedent:before, .fa-outdent:before {
	content: ""
}
.fa-indent:before {
	content: ""
}
.fa-video-camera:before {
	content: ""
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: ""
}
.fa-pencil:before {
	content: ""
}
.fa-map-marker:before {
	content: ""
}
.fa-adjust:before {
	content: ""
}
.fa-tint:before {
	content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: ""
}
.fa-share-square-o:before {
	content: ""
}
.fa-check-square-o:before {
	content: ""
}
.fa-arrows:before {
	content: ""
}
.fa-step-backward:before {
	content: ""
}
.fa-fast-backward:before {
	content: ""
}
.fa-backward:before {
	content: ""
}
.fa-play:before {
	content: ""
}
.fa-pause:before {
	content: ""
}
.fa-stop:before {
	content: ""
}
.fa-forward:before {
	content: ""
}
.fa-fast-forward:before {
	content: ""
}
.fa-step-forward:before {
	content: ""
}
.fa-eject:before {
	content: ""
}
.fa-chevron-left:before {
	content: ""
}
.fa-chevron-right:before {
	content: ""
}
.fa-plus-circle:before {
	content: ""
}
.fa-minus-circle:before {
	content: ""
}
.fa-times-circle:before {
	content: ""
}
.fa-check-circle:before {
	content: ""
}
.fa-question-circle:before {
	content: ""
}
.fa-info-circle:before {
	content: ""
}
.fa-crosshairs:before {
	content: ""
}
.fa-times-circle-o:before {
	content: ""
}
.fa-check-circle-o:before {
	content: ""
}
.fa-ban:before {
	content: ""
}
.fa-arrow-left:before {
	content: ""
}
.fa-arrow-right:before {
	content: ""
}
.fa-arrow-up:before {
	content: ""
}
.fa-arrow-down:before {
	content: ""
}
.fa-mail-forward:before, .fa-share:before {
	content: ""
}
.fa-expand:before {
	content: ""
}
.fa-compress:before {
	content: ""
}
.fa-plus:before {
	content: ""
}
.fa-minus:before {
	content: ""
}
.fa-asterisk:before {
	content: ""
}
.fa-exclamation-circle:before {
	content: ""
}
.fa-gift:before {
	content: ""
}
.fa-leaf:before {
	content: ""
}
.fa-fire:before {
	content: ""
}
.fa-eye:before {
	content: ""
}
.fa-eye-slash:before {
	content: ""
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: ""
}
.fa-plane:before {
	content: ""
}
.fa-calendar:before {
	content: ""
}
.fa-random:before {
	content: ""
}
.fa-comment:before {
	content: ""
}
.fa-magnet:before {
	content: ""
}
.fa-chevron-up:before {
	content: ""
}
.fa-chevron-down:before {
	content: ""
}
.fa-retweet:before {
	content: ""
}
.fa-shopping-cart:before {
	content: ""
}
.fa-folder:before {
	content: ""
}
.fa-folder-open:before {
	content: ""
}
.fa-arrows-v:before {
	content: ""
}
.fa-arrows-h:before {
	content: ""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: ""
}
.fa-twitter-square:before {
	content: ""
}
.fa-facebook-square:before {
	content: ""
}
.fa-camera-retro:before {
	content: ""
}
.fa-key:before {
	content: ""
}
.fa-cogs:before, .fa-gears:before {
	content: ""
}
.fa-comments:before {
	content: ""
}
.fa-thumbs-o-up:before {
	content: ""
}
.fa-thumbs-o-down:before {
	content: ""
}
.fa-star-half:before {
	content: ""
}
.fa-heart-o:before {
	content: ""
}
.fa-sign-out:before {
	content: ""
}
.fa-linkedin-square:before {
	content: ""
}
.fa-thumb-tack:before {
	content: ""
}
.fa-external-link:before {
	content: ""
}
.fa-sign-in:before {
	content: ""
}
.fa-trophy:before {
	content: ""
}
.fa-github-square:before {
	content: ""
}
.fa-upload:before {
	content: ""
}
.fa-lemon-o:before {
	content: ""
}
.fa-phone:before {
	content: ""
}
.fa-square-o:before {
	content: ""
}
.fa-bookmark-o:before {
	content: ""
}
.fa-phone-square:before {
	content: ""
}
.fa-twitter:before {
	content: ""
}
.fa-facebook-f:before, .fa-facebook:before {
	content: ""
}
.fa-github:before {
	content: ""
}
.fa-unlock:before {
	content: ""
}
.fa-credit-card:before {
	content: ""
}
.fa-feed:before, .fa-rss:before {
	content: ""
}
.fa-hdd-o:before {
	content: ""
}
.fa-bullhorn:before {
	content: ""
}
.fa-bell:before {
	content: ""
}
.fa-certificate:before {
	content: ""
}
.fa-hand-o-right:before {
	content: ""
}
.fa-hand-o-left:before {
	content: ""
}
.fa-hand-o-up:before {
	content: ""
}
.fa-hand-o-down:before {
	content: ""
}
.fa-arrow-circle-left:before {
	content: ""
}
.fa-arrow-circle-right:before {
	content: ""
}
.fa-arrow-circle-up:before {
	content: ""
}
.fa-arrow-circle-down:before {
	content: ""
}
.fa-globe:before {
	content: ""
}
.fa-wrench:before {
	content: ""
}
.fa-tasks:before {
	content: ""
}
.fa-filter:before {
	content: ""
}
.fa-briefcase:before {
	content: ""
}
.fa-arrows-alt:before {
	content: ""
}
.fa-group:before, .fa-users:before {
	content: ""
}
.fa-chain:before, .fa-link:before {
	content: ""
}
.fa-cloud:before {
	content: ""
}
.fa-flask:before {
	content: ""
}
.fa-cut:before, .fa-scissors:before {
	content: ""
}
.fa-copy:before, .fa-files-o:before {
	content: ""
}
.fa-paperclip:before {
	content: ""
}
.fa-floppy-o:before, .fa-save:before {
	content: ""
}
.fa-square:before {
	content: ""
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: ""
}
.fa-list-ul:before {
	content: ""
}
.fa-list-ol:before {
	content: ""
}
.fa-strikethrough:before {
	content: ""
}
.fa-underline:before {
	content: ""
}
.fa-table:before {
	content: ""
}
.fa-magic:before {
	content: ""
}
.fa-truck:before {
	content: ""
}
.fa-pinterest:before {
	content: ""
}
.fa-pinterest-square:before {
	content: ""
}
.fa-google-plus-square:before {
	content: ""
}
.fa-google-plus:before {
	content: ""
}
.fa-money:before {
	content: ""
}
.fa-caret-down:before {
	content: ""
}
.fa-caret-up:before {
	content: ""
}
.fa-caret-left:before {
	content: ""
}
.fa-caret-right:before {
	content: ""
}
.fa-columns:before {
	content: ""
}
.fa-sort:before, .fa-unsorted:before {
	content: ""
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: ""
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: ""
}
.fa-envelope:before {
	content: ""
}
.fa-linkedin:before {
	content: ""
}
.fa-rotate-left:before, .fa-undo:before {
	content: ""
}
.fa-gavel:before, .fa-legal:before {
	content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
	content: ""
}
.fa-comment-o:before {
	content: ""
}
.fa-comments-o:before {
	content: ""
}
.fa-bolt:before, .fa-flash:before {
	content: ""
}
.fa-sitemap:before {
	content: ""
}
.fa-umbrella:before {
	content: ""
}
.fa-clipboard:before, .fa-paste:before {
	content: ""
}
.fa-lightbulb-o:before {
	content: ""
}
.fa-exchange:before {
	content: ""
}
.fa-cloud-download:before {
	content: ""
}
.fa-cloud-upload:before {
	content: ""
}
.fa-user-md:before {
	content: ""
}
.fa-stethoscope:before {
	content: ""
}
.fa-suitcase:before {
	content: ""
}
.fa-bell-o:before {
	content: ""
}
.fa-coffee:before {
	content: ""
}
.fa-cutlery:before {
	content: ""
}
.fa-file-text-o:before {
	content: ""
}
.fa-building-o:before {
	content: ""
}
.fa-hospital-o:before {
	content: ""
}
.fa-ambulance:before {
	content: ""
}
.fa-medkit:before {
	content: ""
}
.fa-fighter-jet:before {
	content: ""
}
.fa-beer:before {
	content: ""
}
.fa-h-square:before {
	content: ""
}
.fa-plus-square:before {
	content: ""
}
.fa-angle-double-left:before {
	content: ""
}
.fa-angle-double-right:before {
	content: ""
}
.fa-angle-double-up:before {
	content: ""
}
.fa-angle-double-down:before {
	content: ""
}
.fa-angle-left:before {
	content: ""
}
.fa-angle-right:before {
	content: ""
}
.fa-angle-up:before {
	content: ""
}
.fa-angle-down:before {
	content: ""
}
.fa-desktop:before {
	content: ""
}
.fa-laptop:before {
	content: ""
}
.fa-tablet:before {
	content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: ""
}
.fa-circle-o:before {
	content: ""
}
.fa-quote-left:before {
	content: ""
}
.fa-quote-right:before {
	content: ""
}
.fa-spinner:before {
	content: ""
}
.fa-circle:before {
	content: ""
}
.fa-mail-reply:before, .fa-reply:before {
	content: ""
}
.fa-github-alt:before {
	content: ""
}
.fa-folder-o:before {
	content: ""
}
.fa-folder-open-o:before {
	content: ""
}
.fa-smile-o:before {
	content: ""
}
.fa-frown-o:before {
	content: ""
}
.fa-meh-o:before {
	content: ""
}
.fa-gamepad:before {
	content: ""
}
.fa-keyboard-o:before {
	content: ""
}
.fa-flag-o:before {
	content: ""
}
.fa-flag-checkered:before {
	content: ""
}
.fa-terminal:before {
	content: ""
}
.fa-code:before {
	content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: ""
}
.fa-location-arrow:before {
	content: ""
}
.fa-crop:before {
	content: ""
}
.fa-code-fork:before {
	content: ""
}
.fa-chain-broken:before, .fa-unlink:before {
	content: ""
}
.fa-question:before {
	content: ""
}
.fa-info:before {
	content: ""
}
.fa-exclamation:before {
	content: ""
}
.fa-superscript:before {
	content: ""
}
.fa-subscript:before {
	content: ""
}
.fa-eraser:before {
	content: ""
}
.fa-puzzle-piece:before {
	content: ""
}
.fa-microphone:before {
	content: ""
}
.fa-microphone-slash:before {
	content: ""
}
.fa-shield:before {
	content: ""
}
.fa-calendar-o:before {
	content: ""
}
.fa-fire-extinguisher:before {
	content: ""
}
.fa-rocket:before {
	content: ""
}
.fa-maxcdn:before {
	content: ""
}
.fa-chevron-circle-left:before {
	content: ""
}
.fa-chevron-circle-right:before {
	content: ""
}
.fa-chevron-circle-up:before {
	content: ""
}
.fa-chevron-circle-down:before {
	content: ""
}
.fa-html5:before {
	content: ""
}
.fa-css3:before {
	content: ""
}
.fa-anchor:before {
	content: ""
}
.fa-unlock-alt:before {
	content: ""
}
.fa-bullseye:before {
	content: ""
}
.fa-ellipsis-h:before {
	content: ""
}
.fa-ellipsis-v:before {
	content: ""
}
.fa-rss-square:before {
	content: ""
}
.fa-play-circle:before {
	content: ""
}
.fa-ticket:before {
	content: ""
}
.fa-minus-square:before {
	content: ""
}
.fa-minus-square-o:before {
	content: ""
}
.fa-level-up:before {
	content: ""
}
.fa-level-down:before {
	content: ""
}
.fa-check-square:before {
	content: ""
}
.fa-pencil-square:before {
	content: ""
}
.fa-external-link-square:before {
	content: ""
}
.fa-share-square:before {
	content: ""
}
.fa-compass:before {
	content: ""
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: ""
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: ""
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: ""
}
.fa-eur:before, .fa-euro:before {
	content: ""
}
.fa-gbp:before {
	content: ""
}
.fa-dollar:before, .fa-usd:before {
	content: ""
}
.fa-inr:before, .fa-rupee:before {
	content: ""
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: ""
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: ""
}
.fa-krw:before, .fa-won:before {
	content: ""
}
.fa-bitcoin:before, .fa-btc:before {
	content: ""
}
.fa-file:before {
	content: ""
}
.fa-file-text:before {
	content: ""
}
.fa-sort-alpha-asc:before {
	content: ""
}
.fa-sort-alpha-desc:before {
	content: ""
}
.fa-sort-amount-asc:before {
	content: ""
}
.fa-sort-amount-desc:before {
	content: ""
}
.fa-sort-numeric-asc:before {
	content: ""
}
.fa-sort-numeric-desc:before {
	content: ""
}
.fa-thumbs-up:before {
	content: ""
}
.fa-thumbs-down:before {
	content: ""
}
.fa-youtube-square:before {
	content: ""
}
.fa-youtube:before {
	content: ""
}
.fa-xing:before {
	content: ""
}
.fa-xing-square:before {
	content: ""
}
.fa-youtube-play:before {
	content: ""
}
.fa-dropbox:before {
	content: ""
}
.fa-stack-overflow:before {
	content: ""
}
.fa-instagram:before {
	content: ""
}
.fa-flickr:before {
	content: ""
}
.fa-adn:before {
	content: ""
}
.fa-bitbucket:before {
	content: ""
}
.fa-bitbucket-square:before {
	content: ""
}
.fa-tumblr:before {
	content: ""
}
.fa-tumblr-square:before {
	content: ""
}
.fa-long-arrow-down:before {
	content: ""
}
.fa-long-arrow-up:before {
	content: ""
}
.fa-long-arrow-left:before {
	content: ""
}
.fa-long-arrow-right:before {
	content: ""
}
.fa-apple:before {
	content: ""
}
.fa-windows:before {
	content: ""
}
.fa-android:before {
	content: ""
}
.fa-linux:before {
	content: ""
}
.fa-dribbble:before {
	content: ""
}
.fa-skype:before {
	content: ""
}
.fa-foursquare:before {
	content: ""
}
.fa-trello:before {
	content: ""
}
.fa-female:before {
	content: ""
}
.fa-male:before {
	content: ""
}
.fa-gittip:before, .fa-gratipay:before {
	content: ""
}
.fa-sun-o:before {
	content: ""
}
.fa-moon-o:before {
	content: ""
}
.fa-archive:before {
	content: ""
}
.fa-bug:before {
	content: ""
}
.fa-vk:before {
	content: ""
}
.fa-weibo:before {
	content: ""
}
.fa-renren:before {
	content: ""
}
.fa-pagelines:before {
	content: ""
}
.fa-stack-exchange:before {
	content: ""
}
.fa-arrow-circle-o-right:before {
	content: ""
}
.fa-arrow-circle-o-left:before {
	content: ""
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: ""
}
.fa-dot-circle-o:before {
	content: ""
}
.fa-wheelchair:before {
	content: ""
}
.fa-vimeo-square:before {
	content: ""
}
.fa-try:before, .fa-turkish-lira:before {
	content: ""
}
.fa-plus-square-o:before {
	content: ""
}
.fa-space-shuttle:before {
	content: ""
}
.fa-slack:before {
	content: ""
}
.fa-envelope-square:before {
	content: ""
}
.fa-wordpress:before {
	content: ""
}
.fa-openid:before {
	content: ""
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: ""
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: ""
}
.fa-yahoo:before {
	content: ""
}
.fa-google:before {
	content: ""
}
.fa-reddit:before {
	content: ""
}
.fa-reddit-square:before {
	content: ""
}
.fa-stumbleupon-circle:before {
	content: ""
}
.fa-stumbleupon:before {
	content: ""
}
.fa-delicious:before {
	content: ""
}
.fa-digg:before {
	content: ""
}
.fa-pied-piper-pp:before {
	content: ""
}
.fa-pied-piper-alt:before {
	content: ""
}
.fa-drupal:before {
	content: ""
}
.fa-joomla:before {
	content: ""
}
.fa-language:before {
	content: ""
}
.fa-fax:before {
	content: ""
}
.fa-building:before {
	content: ""
}
.fa-child:before {
	content: ""
}
.fa-paw:before {
	content: ""
}
.fa-spoon:before {
	content: ""
}
.fa-cube:before {
	content: ""
}
.fa-cubes:before {
	content: ""
}
.fa-behance:before {
	content: ""
}
.fa-behance-square:before {
	content: ""
}
.fa-steam:before {
	content: ""
}
.fa-steam-square:before {
	content: ""
}
.fa-recycle:before {
	content: ""
}
.fa-automobile:before, .fa-car:before {
	content: ""
}
.fa-cab:before, .fa-taxi:before {
	content: ""
}
.fa-tree:before {
	content: ""
}
.fa-spotify:before {
	content: ""
}
.fa-deviantart:before {
	content: ""
}
.fa-soundcloud:before {
	content: ""
}
.fa-database:before {
	content: ""
}
.fa-file-pdf-o:before {
	content: ""
}
.fa-file-word-o:before {
	content: ""
}
.fa-file-excel-o:before {
	content: ""
}
.fa-file-powerpoint-o:before {
	content: ""
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: ""
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: ""
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: ""
}
.fa-file-code-o:before {
	content: ""
}
.fa-vine:before {
	content: ""
}
.fa-codepen:before {
	content: ""
}
.fa-jsfiddle:before {
	content: ""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: ""
}
.fa-circle-o-notch:before {
	content: ""
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: ""
}
.fa-empire:before, .fa-ge:before {
	content: ""
}
.fa-git-square:before {
	content: ""
}
.fa-git:before {
	content: ""
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: ""
}
.fa-tencent-weibo:before {
	content: ""
}
.fa-qq:before {
	content: ""
}
.fa-wechat:before, .fa-weixin:before {
	content: ""
}
.fa-paper-plane:before, .fa-send:before {
	content: ""
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: ""
}
.fa-history:before {
	content: ""
}
.fa-circle-thin:before {
	content: ""
}
.fa-header:before {
	content: ""
}
.fa-paragraph:before {
	content: ""
}
.fa-sliders:before {
	content: ""
}
.fa-share-alt:before {
	content: ""
}
.fa-share-alt-square:before {
	content: ""
}
.fa-bomb:before {
	content: ""
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: ""
}
.fa-tty:before {
	content: ""
}
.fa-binoculars:before {
	content: ""
}
.fa-plug:before {
	content: ""
}
.fa-slideshare:before {
	content: ""
}
.fa-twitch:before {
	content: ""
}
.fa-yelp:before {
	content: ""
}
.fa-newspaper-o:before {
	content: ""
}
.fa-wifi:before {
	content: ""
}
.fa-calculator:before {
	content: ""
}
.fa-paypal:before {
	content: ""
}
.fa-google-wallet:before {
	content: ""
}
.fa-cc-visa:before {
	content: ""
}
.fa-cc-mastercard:before {
	content: ""
}
.fa-cc-discover:before {
	content: ""
}
.fa-cc-amex:before {
	content: ""
}
.fa-cc-paypal:before {
	content: ""
}
.fa-cc-stripe:before {
	content: ""
}
.fa-bell-slash:before {
	content: ""
}
.fa-bell-slash-o:before {
	content: ""
}
.fa-trash:before {
	content: ""
}
.fa-copyright:before {
	content: ""
}
.fa-at:before {
	content: ""
}
.fa-eyedropper:before {
	content: ""
}
.fa-paint-brush:before {
	content: ""
}
.fa-birthday-cake:before {
	content: ""
}
.fa-area-chart:before {
	content: ""
}
.fa-pie-chart:before {
	content: ""
}
.fa-line-chart:before {
	content: ""
}
.fa-lastfm:before {
	content: ""
}
.fa-lastfm-square:before {
	content: ""
}
.fa-toggle-off:before {
	content: ""
}
.fa-toggle-on:before {
	content: ""
}
.fa-bicycle:before {
	content: ""
}
.fa-bus:before {
	content: ""
}
.fa-ioxhost:before {
	content: ""
}
.fa-angellist:before {
	content: ""
}
.fa-cc:before {
	content: ""
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: ""
}
.fa-meanpath:before {
	content: ""
}
.fa-buysellads:before {
	content: ""
}
.fa-connectdevelop:before {
	content: ""
}
.fa-dashcube:before {
	content: ""
}
.fa-forumbee:before {
	content: ""
}
.fa-leanpub:before {
	content: ""
}
.fa-sellsy:before {
	content: ""
}
.fa-shirtsinbulk:before {
	content: ""
}
.fa-simplybuilt:before {
	content: ""
}
.fa-skyatlas:before {
	content: ""
}
.fa-cart-plus:before {
	content: ""
}
.fa-cart-arrow-down:before {
	content: ""
}
.fa-diamond:before {
	content: ""
}
.fa-ship:before {
	content: ""
}
.fa-user-secret:before {
	content: ""
}
.fa-motorcycle:before {
	content: ""
}
.fa-street-view:before {
	content: ""
}
.fa-heartbeat:before {
	content: ""
}
.fa-venus:before {
	content: ""
}
.fa-mars:before {
	content: ""
}
.fa-mercury:before {
	content: ""
}
.fa-intersex:before, .fa-transgender:before {
	content: ""
}
.fa-transgender-alt:before {
	content: ""
}
.fa-venus-double:before {
	content: ""
}
.fa-mars-double:before {
	content: ""
}
.fa-venus-mars:before {
	content: ""
}
.fa-mars-stroke:before {
	content: ""
}
.fa-mars-stroke-v:before {
	content: ""
}
.fa-mars-stroke-h:before {
	content: ""
}
.fa-neuter:before {
	content: ""
}
.fa-genderless:before {
	content: ""
}
.fa-facebook-official:before {
	content: ""
}
.fa-pinterest-p:before {
	content: ""
}
.fa-whatsapp:before {
	content: ""
}
.fa-server:before {
	content: ""
}
.fa-user-plus:before {
	content: ""
}
.fa-user-times:before {
	content: ""
}
.fa-bed:before, .fa-hotel:before {
	content: ""
}
.fa-viacoin:before {
	content: ""
}
.fa-train:before {
	content: ""
}
.fa-subway:before {
	content: ""
}
.fa-medium:before {
	content: ""
}
.fa-y-combinator:before, .fa-yc:before {
	content: ""
}
.fa-optin-monster:before {
	content: ""
}
.fa-opencart:before {
	content: ""
}
.fa-expeditedssl:before {
	content: ""
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: ""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: ""
}
.fa-battery-2:before, .fa-battery-half:before {
	content: ""
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: ""
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: ""
}
.fa-mouse-pointer:before {
	content: ""
}
.fa-i-cursor:before {
	content: ""
}
.fa-object-group:before {
	content: ""
}
.fa-object-ungroup:before {
	content: ""
}
.fa-sticky-note:before {
	content: ""
}
.fa-sticky-note-o:before {
	content: ""
}
.fa-cc-jcb:before {
	content: ""
}
.fa-cc-diners-club:before {
	content: ""
}
.fa-clone:before {
	content: ""
}
.fa-balance-scale:before {
	content: ""
}
.fa-hourglass-o:before {
	content: ""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: ""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: ""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: ""
}
.fa-hourglass:before {
	content: ""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: ""
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: ""
}
.fa-hand-scissors-o:before {
	content: ""
}
.fa-hand-lizard-o:before {
	content: ""
}
.fa-hand-spock-o:before {
	content: ""
}
.fa-hand-pointer-o:before {
	content: ""
}
.fa-hand-peace-o:before {
	content: ""
}
.fa-trademark:before {
	content: ""
}
.fa-registered:before {
	content: ""
}
.fa-creative-commons:before {
	content: ""
}
.fa-gg:before {
	content: ""
}
.fa-gg-circle:before {
	content: ""
}
.fa-tripadvisor:before {
	content: ""
}
.fa-odnoklassniki:before {
	content: ""
}
.fa-odnoklassniki-square:before {
	content: ""
}
.fa-get-pocket:before {
	content: ""
}
.fa-wikipedia-w:before {
	content: ""
}
.fa-safari:before {
	content: ""
}
.fa-chrome:before {
	content: ""
}
.fa-firefox:before {
	content: ""
}
.fa-opera:before {
	content: ""
}
.fa-internet-explorer:before {
	content: ""
}
.fa-television:before, .fa-tv:before {
	content: ""
}
.fa-contao:before {
	content: ""
}
.fa-500px:before {
	content: ""
}
.fa-amazon:before {
	content: ""
}
.fa-calendar-plus-o:before {
	content: ""
}
.fa-calendar-minus-o:before {
	content: ""
}
.fa-calendar-times-o:before {
	content: ""
}
.fa-calendar-check-o:before {
	content: ""
}
.fa-industry:before {
	content: ""
}
.fa-map-pin:before {
	content: ""
}
.fa-map-signs:before {
	content: ""
}
.fa-map-o:before {
	content: ""
}
.fa-map:before {
	content: ""
}
.fa-commenting:before {
	content: ""
}
.fa-commenting-o:before {
	content: ""
}
.fa-houzz:before {
	content: ""
}
.fa-vimeo:before {
	content: ""
}
.fa-black-tie:before {
	content: ""
}
.fa-fonticons:before {
	content: ""
}
.fa-reddit-alien:before {
	content: ""
}
.fa-edge:before {
	content: ""
}
.fa-credit-card-alt:before {
	content: ""
}
.fa-codiepie:before {
	content: ""
}
.fa-modx:before {
	content: ""
}
.fa-fort-awesome:before {
	content: ""
}
.fa-usb:before {
	content: ""
}
.fa-product-hunt:before {
	content: ""
}
.fa-mixcloud:before {
	content: ""
}
.fa-scribd:before {
	content: ""
}
.fa-pause-circle:before {
	content: ""
}
.fa-pause-circle-o:before {
	content: ""
}
.fa-stop-circle:before {
	content: ""
}
.fa-stop-circle-o:before {
	content: ""
}
.fa-shopping-bag:before {
	content: ""
}
.fa-shopping-basket:before {
	content: ""
}
.fa-hashtag:before {
	content: ""
}
.fa-bluetooth:before {
	content: ""
}
.fa-bluetooth-b:before {
	content: ""
}
.fa-percent:before {
	content: ""
}
.fa-gitlab:before {
	content: ""
}
.fa-wpbeginner:before {
	content: ""
}
.fa-wpforms:before {
	content: ""
}
.fa-envira:before {
	content: ""
}
.fa-universal-access:before {
	content: ""
}
.fa-wheelchair-alt:before {
	content: ""
}
.fa-question-circle-o:before {
	content: ""
}
.fa-blind:before {
	content: ""
}
.fa-audio-description:before {
	content: ""
}
.fa-volume-control-phone:before {
	content: ""
}
.fa-braille:before {
	content: ""
}
.fa-assistive-listening-systems:before {
	content: ""
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: ""
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: ""
}
.fa-glide:before {
	content: ""
}
.fa-glide-g:before {
	content: ""
}
.fa-sign-language:before, .fa-signing:before {
	content: ""
}
.fa-low-vision:before {
	content: ""
}
.fa-viadeo:before {
	content: ""
}
.fa-viadeo-square:before {
	content: ""
}
.fa-snapchat:before {
	content: ""
}
.fa-snapchat-ghost:before {
	content: ""
}
.fa-snapchat-square:before {
	content: ""
}
.fa-pied-piper:before {
	content: ""
}
.fa-first-order:before {
	content: ""
}
.fa-yoast:before {
	content: ""
}
.fa-themeisle:before {
	content: ""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: ""
}
.fa-fa:before, .fa-font-awesome:before {
	content: ""
}
.fa-handshake-o:before {
	content: ""
}
.fa-envelope-open:before {
	content: ""
}
.fa-envelope-open-o:before {
	content: ""
}
.fa-linode:before {
	content: ""
}
.fa-address-book:before {
	content: ""
}
.fa-address-book-o:before {
	content: ""
}
.fa-address-card:before, .fa-vcard:before {
	content: ""
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content: ""
}
.fa-user-circle:before {
	content: ""
}
.fa-user-circle-o:before {
	content: ""
}
.fa-user-o:before {
	content: ""
}
.fa-id-badge:before {
	content: ""
}
.fa-drivers-license:before, .fa-id-card:before {
	content: ""
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: ""
}
.fa-quora:before {
	content: ""
}
.fa-free-code-camp:before {
	content: ""
}
.fa-telegram:before {
	content: ""
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: ""
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: ""
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: ""
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: ""
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: ""
}
.fa-shower:before {
	content: ""
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: ""
}
.fa-podcast:before {
	content: ""
}
.fa-window-maximize:before {
	content: ""
}
.fa-window-minimize:before {
	content: ""
}
.fa-window-restore:before {
	content: ""
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: ""
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: ""
}
.fa-bandcamp:before {
	content: ""
}
.fa-grav:before {
	content: ""
}
.fa-etsy:before {
	content: ""
}
.fa-imdb:before {
	content: ""
}
.fa-ravelry:before {
	content: ""
}
.fa-eercast:before {
	content: ""
}
.fa-microchip:before {
	content: ""
}
.fa-snowflake-o:before {
	content: ""
}
.fa-superpowers:before {
	content: ""
}
.fa-wpexplorer:before {
	content: ""
}
.fa-meetup:before {
	content: ""
}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
display:none
}
.foundation-mq {
	font-family: "small=0em&medium=26.25em&large=40em&xlarge=64em&xxlarge=75em&xxxlarge=90em"
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.3333;
	color: #7a7a7a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}
.map_canvas embed, .map_canvas img, .map_canvas object {
	max-width: none!important
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto
}
[data-whatinput=mouse] button {
	outline: 0
}
pre {
	overflow: auto
}
button, input, optgroup, select, textarea {
	font-family: inherit
}
.is-hidden {
	display: none!important
}
.grid-container {
padding-right:.9375rem;
padding-left:.9375rem;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto
}
@media print, screen and (min-width:26.25em) {
.grid-container {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.grid-container.fluid {
padding-right:.9375rem;
padding-left:.9375rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}
@media print, screen and (min-width:26.25em) {
.grid-container.fluid {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}
.grid-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.cell {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%
}
.cell.auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.cell.shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.auto {
	width: auto
}
.grid-x>.shrink {
	width: auto
}
.grid-x>.small-1, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-full, .grid-x>.small-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
@media print, screen and (min-width:26.25em) {
.grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-full, .grid-x>.medium-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media print, screen and (min-width:40em) {
.grid-x>.large-1, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-full, .grid-x>.large-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media screen and (min-width:64em) {
.grid-x>.xlarge-1, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12, .grid-x>.xlarge-2, .grid-x>.xlarge-3, .grid-x>.xlarge-4, .grid-x>.xlarge-5, .grid-x>.xlarge-6, .grid-x>.xlarge-7, .grid-x>.xlarge-8, .grid-x>.xlarge-9, .grid-x>.xlarge-full, .grid-x>.xlarge-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media screen and (min-width:75em) {
.grid-x>.xxlarge-1, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12, .grid-x>.xxlarge-2, .grid-x>.xxlarge-3, .grid-x>.xxlarge-4, .grid-x>.xxlarge-5, .grid-x>.xxlarge-6, .grid-x>.xxlarge-7, .grid-x>.xxlarge-8, .grid-x>.xxlarge-9, .grid-x>.xxlarge-full, .grid-x>.xxlarge-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media screen and (min-width:90em) {
.grid-x>.xxxlarge-1, .grid-x>.xxxlarge-10, .grid-x>.xxxlarge-11, .grid-x>.xxxlarge-12, .grid-x>.xxxlarge-2, .grid-x>.xxxlarge-3, .grid-x>.xxxlarge-4, .grid-x>.xxxlarge-5, .grid-x>.xxxlarge-6, .grid-x>.xxxlarge-7, .grid-x>.xxxlarge-8, .grid-x>.xxxlarge-9, .grid-x>.xxxlarge-full, .grid-x>.xxxlarge-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
.grid-x>.small-1, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.small-1 {
	width: 8.33333%
}
.grid-x>.small-2 {
	width: 16.66667%
}
.grid-x>.small-3 {
	width: 25%
}
.grid-x>.small-4 {
	width: 33.33333%
}
.grid-x>.small-5 {
	width: 41.66667%
}
.grid-x>.small-6 {
	width: 50%
}
.grid-x>.small-7 {
	width: 58.33333%
}
.grid-x>.small-8 {
	width: 66.66667%
}
.grid-x>.small-9 {
	width: 75%
}
.grid-x>.small-10 {
	width: 83.33333%
}
.grid-x>.small-11 {
	width: 91.66667%
}
.grid-x>.small-12 {
	width: 100%
}
@media print, screen and (min-width:26.25em) {
.grid-x>.medium-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.medium-1, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.medium-shrink {
	width: auto
}
.grid-x>.medium-1 {
	width: 8.33333%
}
.grid-x>.medium-2 {
	width: 16.66667%
}
.grid-x>.medium-3 {
	width: 25%
}
.grid-x>.medium-4 {
	width: 33.33333%
}
.grid-x>.medium-5 {
	width: 41.66667%
}
.grid-x>.medium-6 {
	width: 50%
}
.grid-x>.medium-7 {
	width: 58.33333%
}
.grid-x>.medium-8 {
	width: 66.66667%
}
.grid-x>.medium-9 {
	width: 75%
}
.grid-x>.medium-10 {
	width: 83.33333%
}
.grid-x>.medium-11 {
	width: 91.66667%
}
.grid-x>.medium-12 {
	width: 100%
}
}
@media print, screen and (min-width:40em) {
.grid-x>.large-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.large-1, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.large-shrink {
	width: auto
}
.grid-x>.large-1 {
	width: 8.33333%
}
.grid-x>.large-2 {
	width: 16.66667%
}
.grid-x>.large-3 {
	width: 25%
}
.grid-x>.large-4 {
	width: 33.33333%
}
.grid-x>.large-5 {
	width: 41.66667%
}
.grid-x>.large-6 {
	width: 50%
}
.grid-x>.large-7 {
	width: 58.33333%
}
.grid-x>.large-8 {
	width: 66.66667%
}
.grid-x>.large-9 {
	width: 75%
}
.grid-x>.large-10 {
	width: 83.33333%
}
.grid-x>.large-11 {
	width: 91.66667%
}
.grid-x>.large-12 {
	width: 100%
}
}
@media screen and (min-width:64em) {
.grid-x>.xlarge-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.xlarge-1, .grid-x>.xlarge-10, .grid-x>.xlarge-11, .grid-x>.xlarge-12, .grid-x>.xlarge-2, .grid-x>.xlarge-3, .grid-x>.xlarge-4, .grid-x>.xlarge-5, .grid-x>.xlarge-6, .grid-x>.xlarge-7, .grid-x>.xlarge-8, .grid-x>.xlarge-9, .grid-x>.xlarge-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.xlarge-shrink {
	width: auto
}
.grid-x>.xlarge-1 {
	width: 8.33333%
}
.grid-x>.xlarge-2 {
	width: 16.66667%
}
.grid-x>.xlarge-3 {
	width: 25%
}
.grid-x>.xlarge-4 {
	width: 33.33333%
}
.grid-x>.xlarge-5 {
	width: 41.66667%
}
.grid-x>.xlarge-6 {
	width: 50%
}
.grid-x>.xlarge-7 {
	width: 58.33333%
}
.grid-x>.xlarge-8 {
	width: 66.66667%
}
.grid-x>.xlarge-9 {
	width: 75%
}
.grid-x>.xlarge-10 {
	width: 83.33333%
}
.grid-x>.xlarge-11 {
	width: 91.66667%
}
.grid-x>.xlarge-12 {
	width: 100%
}
}
@media screen and (min-width:75em) {
.grid-x>.xxlarge-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.xxlarge-1, .grid-x>.xxlarge-10, .grid-x>.xxlarge-11, .grid-x>.xxlarge-12, .grid-x>.xxlarge-2, .grid-x>.xxlarge-3, .grid-x>.xxlarge-4, .grid-x>.xxlarge-5, .grid-x>.xxlarge-6, .grid-x>.xxlarge-7, .grid-x>.xxlarge-8, .grid-x>.xxlarge-9, .grid-x>.xxlarge-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.xxlarge-shrink {
	width: auto
}
.grid-x>.xxlarge-1 {
	width: 8.33333%
}
.grid-x>.xxlarge-2 {
	width: 16.66667%
}
.grid-x>.xxlarge-3 {
	width: 25%
}
.grid-x>.xxlarge-4 {
	width: 33.33333%
}
.grid-x>.xxlarge-5 {
	width: 41.66667%
}
.grid-x>.xxlarge-6 {
	width: 50%
}
.grid-x>.xxlarge-7 {
	width: 58.33333%
}
.grid-x>.xxlarge-8 {
	width: 66.66667%
}
.grid-x>.xxlarge-9 {
	width: 75%
}
.grid-x>.xxlarge-10 {
	width: 83.33333%
}
.grid-x>.xxlarge-11 {
	width: 91.66667%
}
.grid-x>.xxlarge-12 {
	width: 100%
}
}
@media screen and (min-width:90em) {
.grid-x>.xxxlarge-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	width: auto
}
.grid-x>.xxxlarge-1, .grid-x>.xxxlarge-10, .grid-x>.xxxlarge-11, .grid-x>.xxxlarge-12, .grid-x>.xxxlarge-2, .grid-x>.xxxlarge-3, .grid-x>.xxxlarge-4, .grid-x>.xxxlarge-5, .grid-x>.xxxlarge-6, .grid-x>.xxxlarge-7, .grid-x>.xxxlarge-8, .grid-x>.xxxlarge-9, .grid-x>.xxxlarge-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-x>.xxxlarge-shrink {
	width: auto
}
.grid-x>.xxxlarge-1 {
	width: 8.33333%
}
.grid-x>.xxxlarge-2 {
	width: 16.66667%
}
.grid-x>.xxxlarge-3 {
	width: 25%
}
.grid-x>.xxxlarge-4 {
	width: 33.33333%
}
.grid-x>.xxxlarge-5 {
	width: 41.66667%
}
.grid-x>.xxxlarge-6 {
	width: 50%
}
.grid-x>.xxxlarge-7 {
	width: 58.33333%
}
.grid-x>.xxxlarge-8 {
	width: 66.66667%
}
.grid-x>.xxxlarge-9 {
	width: 75%
}
.grid-x>.xxxlarge-10 {
	width: 83.33333%
}
.grid-x>.xxxlarge-11 {
	width: 91.66667%
}
.grid-x>.xxxlarge-12 {
	width: 100%
}
}
.grid-margin-x:not(.grid-x)>.cell {
	width: auto
}
.grid-margin-y:not(.grid-y)>.cell {
	height: auto
}
.grid-margin-x {
margin-left:-.9375rem;
margin-right:-.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-margin-x {
margin-left:-.9375rem;
margin-right:-.9375rem
}
}
.grid-margin-x>.cell {
	width: calc(100% - 1.875rem);
margin-left:.9375rem;
margin-right:.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-margin-x>.cell {
	width: calc(100% - 1.875rem);
margin-left:.9375rem;
margin-right:.9375rem
}
}
.grid-margin-x>.auto {
	width: auto
}
.grid-margin-x>.shrink {
	width: auto
}
.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.small-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.small-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.small-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.small-12 {
	width: calc(100% - 1.875rem)
}
@media print, screen and (min-width:26.25em) {
.grid-margin-x>.auto {
	width: auto
}
.grid-margin-x>.shrink {
	width: auto
}
.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.small-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.small-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.small-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.small-12 {
	width: calc(100% - 1.875rem)
}
.grid-margin-x>.medium-auto {
	width: auto
}
.grid-margin-x>.medium-shrink {
	width: auto
}
.grid-margin-x>.medium-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.medium-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.medium-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.medium-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.medium-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.medium-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.medium-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.medium-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.medium-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.medium-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.medium-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.medium-12 {
	width: calc(100% - 1.875rem)
}
}
@media print, screen and (min-width:40em) {
.grid-margin-x>.large-auto {
	width: auto
}
.grid-margin-x>.large-shrink {
	width: auto
}
.grid-margin-x>.large-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.large-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.large-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.large-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.large-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.large-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.large-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.large-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.large-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.large-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.large-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.large-12 {
	width: calc(100% - 1.875rem)
}
}
@media screen and (min-width:64em) {
.grid-margin-x>.xlarge-auto {
	width: auto
}
.grid-margin-x>.xlarge-shrink {
	width: auto
}
.grid-margin-x>.xlarge-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.xlarge-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.xlarge-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.xlarge-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.xlarge-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.xlarge-12 {
	width: calc(100% - 1.875rem)
}
}
@media screen and (min-width:75em) {
.grid-margin-x>.xxlarge-auto {
	width: auto
}
.grid-margin-x>.xxlarge-shrink {
	width: auto
}
.grid-margin-x>.xxlarge-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.xxlarge-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.xxlarge-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.xxlarge-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.xxlarge-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.xxlarge-12 {
	width: calc(100% - 1.875rem)
}
}
@media screen and (min-width:90em) {
.grid-margin-x>.xxxlarge-auto {
	width: auto
}
.grid-margin-x>.xxxlarge-shrink {
	width: auto
}
.grid-margin-x>.xxxlarge-1 {
	width: calc(8.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-2 {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-3 {
	width: calc(25% - 1.875rem)
}
.grid-margin-x>.xxxlarge-4 {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-5 {
	width: calc(41.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-6 {
	width: calc(50% - 1.875rem)
}
.grid-margin-x>.xxxlarge-7 {
	width: calc(58.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-8 {
	width: calc(66.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-9 {
	width: calc(75% - 1.875rem)
}
.grid-margin-x>.xxxlarge-10 {
	width: calc(83.33333% - 1.875rem)
}
.grid-margin-x>.xxxlarge-11 {
	width: calc(91.66667% - 1.875rem)
}
.grid-margin-x>.xxxlarge-12 {
	width: calc(100% - 1.875rem)
}
}
.grid-padding-x .grid-padding-x {
margin-right:-.9375rem;
margin-left:-.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-padding-x .grid-padding-x {
margin-right:-.9375rem;
margin-left:-.9375rem
}
}
.grid-container:not(.full)>.grid-padding-x {
margin-right:-.9375rem;
margin-left:-.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-container:not(.full)>.grid-padding-x {
margin-right:-.9375rem;
margin-left:-.9375rem
}
}
.grid-padding-x>.cell {
padding-right:.9375rem;
padding-left:.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-padding-x>.cell {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.small-up-1>.cell {
	width: 100%
}
.small-up-2>.cell {
	width: 50%
}
.small-up-3>.cell {
	width: 33.33333%
}
.small-up-4>.cell {
	width: 25%
}
.small-up-5>.cell {
	width: 20%
}
.small-up-6>.cell {
	width: 16.66667%
}
.small-up-7>.cell {
	width: 14.28571%
}
.small-up-8>.cell {
	width: 12.5%
}
@media print, screen and (min-width:26.25em) {
.medium-up-1>.cell {
	width: 100%
}
.medium-up-2>.cell {
	width: 50%
}
.medium-up-3>.cell {
	width: 33.33333%
}
.medium-up-4>.cell {
	width: 25%
}
.medium-up-5>.cell {
	width: 20%
}
.medium-up-6>.cell {
	width: 16.66667%
}
.medium-up-7>.cell {
	width: 14.28571%
}
.medium-up-8>.cell {
	width: 12.5%
}
}
@media print, screen and (min-width:40em) {
.large-up-1>.cell {
	width: 100%
}
.large-up-2>.cell {
	width: 50%
}
.large-up-3>.cell {
	width: 33.33333%
}
.large-up-4>.cell {
	width: 25%
}
.large-up-5>.cell {
	width: 20%
}
.large-up-6>.cell {
	width: 16.66667%
}
.large-up-7>.cell {
	width: 14.28571%
}
.large-up-8>.cell {
	width: 12.5%
}
}
@media screen and (min-width:64em) {
.xlarge-up-1>.cell {
	width: 100%
}
.xlarge-up-2>.cell {
	width: 50%
}
.xlarge-up-3>.cell {
	width: 33.33333%
}
.xlarge-up-4>.cell {
	width: 25%
}
.xlarge-up-5>.cell {
	width: 20%
}
.xlarge-up-6>.cell {
	width: 16.66667%
}
.xlarge-up-7>.cell {
	width: 14.28571%
}
.xlarge-up-8>.cell {
	width: 12.5%
}
}
@media screen and (min-width:75em) {
.xxlarge-up-1>.cell {
	width: 100%
}
.xxlarge-up-2>.cell {
	width: 50%
}
.xxlarge-up-3>.cell {
	width: 33.33333%
}
.xxlarge-up-4>.cell {
	width: 25%
}
.xxlarge-up-5>.cell {
	width: 20%
}
.xxlarge-up-6>.cell {
	width: 16.66667%
}
.xxlarge-up-7>.cell {
	width: 14.28571%
}
.xxlarge-up-8>.cell {
	width: 12.5%
}
}
.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
@media print, screen and (min-width:26.25em) {
.grid-margin-x.small-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.small-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.small-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.small-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.small-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
.grid-margin-x.medium-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.medium-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.medium-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.medium-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.medium-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.medium-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.medium-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.medium-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}
@media print, screen and (min-width:40em) {
.grid-margin-x.large-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.large-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.large-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.large-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.large-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.large-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.large-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.large-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}
@media screen and (min-width:64em) {
.grid-margin-x.xlarge-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.xlarge-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.xlarge-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.xlarge-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.xlarge-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.xlarge-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.xlarge-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.xlarge-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}
@media screen and (min-width:75em) {
.grid-margin-x.xxlarge-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.xxlarge-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.xxlarge-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.xxlarge-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.xxlarge-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.xxlarge-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.xxlarge-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.xxlarge-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}
@media screen and (min-width:90em) {
.grid-margin-x.xxxlarge-up-1>.cell {
	width: calc(100% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-2>.cell {
	width: calc(50% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-3>.cell {
	width: calc(33.33333% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-4>.cell {
	width: calc(25% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-5>.cell {
	width: calc(20% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-6>.cell {
	width: calc(16.66667% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-7>.cell {
	width: calc(14.28571% - 1.875rem)
}
.grid-margin-x.xxxlarge-up-8>.cell {
	width: calc(12.5% - 1.875rem)
}
}
.small-offset-0 {
	margin-left: 0
}
.grid-margin-x>.small-offset-0 {
margin-left:calc(0% + .9375rem)
}
.small-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.small-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.small-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.small-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.small-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.small-offset-3 {
margin-left:calc(25% + .9375rem)
}
.small-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.small-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.small-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.small-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.small-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.small-offset-6 {
margin-left:calc(50% + .9375rem)
}
.small-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.small-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.small-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.small-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.small-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.small-offset-9 {
margin-left:calc(75% + .9375rem)
}
.small-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.small-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.small-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.small-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
@media print, screen and (min-width:26.25em) {
.medium-offset-0 {
	margin-left: 0
}
.grid-margin-x>.medium-offset-0 {
margin-left:calc(0% + .9375rem)
}
.medium-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.medium-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.medium-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.medium-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.medium-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.medium-offset-3 {
margin-left:calc(25% + .9375rem)
}
.medium-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.medium-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.medium-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.medium-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.medium-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.medium-offset-6 {
margin-left:calc(50% + .9375rem)
}
.medium-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.medium-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.medium-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.medium-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.medium-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.medium-offset-9 {
margin-left:calc(75% + .9375rem)
}
.medium-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.medium-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.medium-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.medium-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
}
@media print, screen and (min-width:40em) {
.large-offset-0 {
	margin-left: 0
}
.grid-margin-x>.large-offset-0 {
margin-left:calc(0% + .9375rem)
}
.large-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.large-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.large-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.large-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.large-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.large-offset-3 {
margin-left:calc(25% + .9375rem)
}
.large-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.large-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.large-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.large-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.large-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.large-offset-6 {
margin-left:calc(50% + .9375rem)
}
.large-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.large-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.large-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.large-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.large-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.large-offset-9 {
margin-left:calc(75% + .9375rem)
}
.large-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.large-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.large-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.large-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
}
@media screen and (min-width:64em) {
.xlarge-offset-0 {
	margin-left: 0
}
.grid-margin-x>.xlarge-offset-0 {
margin-left:calc(0% + .9375rem)
}
.xlarge-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.xlarge-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.xlarge-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.xlarge-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.xlarge-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.xlarge-offset-3 {
margin-left:calc(25% + .9375rem)
}
.xlarge-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.xlarge-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.xlarge-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.xlarge-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.xlarge-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.xlarge-offset-6 {
margin-left:calc(50% + .9375rem)
}
.xlarge-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.xlarge-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.xlarge-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.xlarge-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.xlarge-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.xlarge-offset-9 {
margin-left:calc(75% + .9375rem)
}
.xlarge-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.xlarge-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.xlarge-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.xlarge-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
}
@media screen and (min-width:75em) {
.xxlarge-offset-0 {
	margin-left: 0
}
.grid-margin-x>.xxlarge-offset-0 {
margin-left:calc(0% + .9375rem)
}
.xxlarge-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.xxlarge-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.xxlarge-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.xxlarge-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.xxlarge-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.xxlarge-offset-3 {
margin-left:calc(25% + .9375rem)
}
.xxlarge-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.xxlarge-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.xxlarge-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.xxlarge-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.xxlarge-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.xxlarge-offset-6 {
margin-left:calc(50% + .9375rem)
}
.xxlarge-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.xxlarge-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.xxlarge-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.xxlarge-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.xxlarge-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.xxlarge-offset-9 {
margin-left:calc(75% + .9375rem)
}
.xxlarge-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.xxlarge-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.xxlarge-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.xxlarge-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
}
@media screen and (min-width:90em) {
.xxxlarge-offset-0 {
	margin-left: 0
}
.grid-margin-x>.xxxlarge-offset-0 {
margin-left:calc(0% + .9375rem)
}
.xxxlarge-offset-1 {
	margin-left: 8.33333%
}
.grid-margin-x>.xxxlarge-offset-1 {
margin-left:calc(8.33333% + .9375rem)
}
.xxxlarge-offset-2 {
	margin-left: 16.66667%
}
.grid-margin-x>.xxxlarge-offset-2 {
margin-left:calc(16.66667% + .9375rem)
}
.xxxlarge-offset-3 {
	margin-left: 25%
}
.grid-margin-x>.xxxlarge-offset-3 {
margin-left:calc(25% + .9375rem)
}
.xxxlarge-offset-4 {
	margin-left: 33.33333%
}
.grid-margin-x>.xxxlarge-offset-4 {
margin-left:calc(33.33333% + .9375rem)
}
.xxxlarge-offset-5 {
	margin-left: 41.66667%
}
.grid-margin-x>.xxxlarge-offset-5 {
margin-left:calc(41.66667% + .9375rem)
}
.xxxlarge-offset-6 {
	margin-left: 50%
}
.grid-margin-x>.xxxlarge-offset-6 {
margin-left:calc(50% + .9375rem)
}
.xxxlarge-offset-7 {
	margin-left: 58.33333%
}
.grid-margin-x>.xxxlarge-offset-7 {
margin-left:calc(58.33333% + .9375rem)
}
.xxxlarge-offset-8 {
	margin-left: 66.66667%
}
.grid-margin-x>.xxxlarge-offset-8 {
margin-left:calc(66.66667% + .9375rem)
}
.xxxlarge-offset-9 {
	margin-left: 75%
}
.grid-margin-x>.xxxlarge-offset-9 {
margin-left:calc(75% + .9375rem)
}
.xxxlarge-offset-10 {
	margin-left: 83.33333%
}
.grid-margin-x>.xxxlarge-offset-10 {
margin-left:calc(83.33333% + .9375rem)
}
.xxxlarge-offset-11 {
	margin-left: 91.66667%
}
.grid-margin-x>.xxxlarge-offset-11 {
margin-left:calc(91.66667% + .9375rem)
}
}
.grid-y {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.grid-y>.cell {
	height: auto;
	max-height: none
}
.grid-y>.auto {
	height: auto
}
.grid-y>.shrink {
	height: auto
}
.grid-y>.small-1, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-full, .grid-y>.small-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
@media print, screen and (min-width:26.25em) {
.grid-y>.medium-1, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-full, .grid-y>.medium-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media print, screen and (min-width:40em) {
.grid-y>.large-1, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-full, .grid-y>.large-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media screen and (min-width:64em) {
.grid-y>.xlarge-1, .grid-y>.xlarge-10, .grid-y>.xlarge-11, .grid-y>.xlarge-12, .grid-y>.xlarge-2, .grid-y>.xlarge-3, .grid-y>.xlarge-4, .grid-y>.xlarge-5, .grid-y>.xlarge-6, .grid-y>.xlarge-7, .grid-y>.xlarge-8, .grid-y>.xlarge-9, .grid-y>.xlarge-full, .grid-y>.xlarge-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media screen and (min-width:75em) {
.grid-y>.xxlarge-1, .grid-y>.xxlarge-10, .grid-y>.xxlarge-11, .grid-y>.xxlarge-12, .grid-y>.xxlarge-2, .grid-y>.xxlarge-3, .grid-y>.xxlarge-4, .grid-y>.xxlarge-5, .grid-y>.xxlarge-6, .grid-y>.xxlarge-7, .grid-y>.xxlarge-8, .grid-y>.xxlarge-9, .grid-y>.xxlarge-full, .grid-y>.xxlarge-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
@media screen and (min-width:90em) {
.grid-y>.xxxlarge-1, .grid-y>.xxxlarge-10, .grid-y>.xxxlarge-11, .grid-y>.xxxlarge-12, .grid-y>.xxxlarge-2, .grid-y>.xxxlarge-3, .grid-y>.xxxlarge-4, .grid-y>.xxxlarge-5, .grid-y>.xxxlarge-6, .grid-y>.xxxlarge-7, .grid-y>.xxxlarge-8, .grid-y>.xxxlarge-9, .grid-y>.xxxlarge-full, .grid-y>.xxxlarge-shrink {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
.grid-y>.small-1, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-y>.small-1 {
	height: 8.33333%
}
.grid-y>.small-2 {
	height: 16.66667%
}
.grid-y>.small-3 {
	height: 25%
}
.grid-y>.small-4 {
	height: 33.33333%
}
.grid-y>.small-5 {
	height: 41.66667%
}
.grid-y>.small-6 {
	height: 50%
}
.grid-y>.small-7 {
	height: 58.33333%
}
.grid-y>.small-8 {
	height: 66.66667%
}
.grid-y>.small-9 {
	height: 75%
}
.grid-y>.small-10 {
	height: 83.33333%
}
.grid-y>.small-11 {
	height: 91.66667%
}
.grid-y>.small-12 {
	height: 100%
}
@media print, screen and (min-width:26.25em) {
.grid-y>.medium-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.medium-1, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-y>.medium-shrink {
	height: auto
}
.grid-y>.medium-1 {
	height: 8.33333%
}
.grid-y>.medium-2 {
	height: 16.66667%
}
.grid-y>.medium-3 {
	height: 25%
}
.grid-y>.medium-4 {
	height: 33.33333%
}
.grid-y>.medium-5 {
	height: 41.66667%
}
.grid-y>.medium-6 {
	height: 50%
}
.grid-y>.medium-7 {
	height: 58.33333%
}
.grid-y>.medium-8 {
	height: 66.66667%
}
.grid-y>.medium-9 {
	height: 75%
}
.grid-y>.medium-10 {
	height: 83.33333%
}
.grid-y>.medium-11 {
	height: 91.66667%
}
.grid-y>.medium-12 {
	height: 100%
}
}
@media print, screen and (min-width:40em) {
.grid-y>.large-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.large-1, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-y>.large-shrink {
	height: auto
}
.grid-y>.large-1 {
	height: 8.33333%
}
.grid-y>.large-2 {
	height: 16.66667%
}
.grid-y>.large-3 {
	height: 25%
}
.grid-y>.large-4 {
	height: 33.33333%
}
.grid-y>.large-5 {
	height: 41.66667%
}
.grid-y>.large-6 {
	height: 50%
}
.grid-y>.large-7 {
	height: 58.33333%
}
.grid-y>.large-8 {
	height: 66.66667%
}
.grid-y>.large-9 {
	height: 75%
}
.grid-y>.large-10 {
	height: 83.33333%
}
.grid-y>.large-11 {
	height: 91.66667%
}
.grid-y>.large-12 {
	height: 100%
}
}
@media screen and (min-width:64em) {
.grid-y>.xlarge-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.xlarge-1, .grid-y>.xlarge-10, .grid-y>.xlarge-11, .grid-y>.xlarge-12, .grid-y>.xlarge-2, .grid-y>.xlarge-3, .grid-y>.xlarge-4, .grid-y>.xlarge-5, .grid-y>.xlarge-6, .grid-y>.xlarge-7, .grid-y>.xlarge-8, .grid-y>.xlarge-9, .grid-y>.xlarge-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-y>.xlarge-shrink {
	height: auto
}
.grid-y>.xlarge-1 {
	height: 8.33333%
}
.grid-y>.xlarge-2 {
	height: 16.66667%
}
.grid-y>.xlarge-3 {
	height: 25%
}
.grid-y>.xlarge-4 {
	height: 33.33333%
}
.grid-y>.xlarge-5 {
	height: 41.66667%
}
.grid-y>.xlarge-6 {
	height: 50%
}
.grid-y>.xlarge-7 {
	height: 58.33333%
}
.grid-y>.xlarge-8 {
	height: 66.66667%
}
.grid-y>.xlarge-9 {
	height: 75%
}
.grid-y>.xlarge-10 {
	height: 83.33333%
}
.grid-y>.xlarge-11 {
	height: 91.66667%
}
.grid-y>.xlarge-12 {
	height: 100%
}
}
@media screen and (min-width:75em) {
.grid-y>.xxlarge-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.xxlarge-1, .grid-y>.xxlarge-10, .grid-y>.xxlarge-11, .grid-y>.xxlarge-12, .grid-y>.xxlarge-2, .grid-y>.xxlarge-3, .grid-y>.xxlarge-4, .grid-y>.xxlarge-5, .grid-y>.xxlarge-6, .grid-y>.xxlarge-7, .grid-y>.xxlarge-8, .grid-y>.xxlarge-9, .grid-y>.xxlarge-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-y>.xxlarge-shrink {
	height: auto
}
.grid-y>.xxlarge-1 {
	height: 8.33333%
}
.grid-y>.xxlarge-2 {
	height: 16.66667%
}
.grid-y>.xxlarge-3 {
	height: 25%
}
.grid-y>.xxlarge-4 {
	height: 33.33333%
}
.grid-y>.xxlarge-5 {
	height: 41.66667%
}
.grid-y>.xxlarge-6 {
	height: 50%
}
.grid-y>.xxlarge-7 {
	height: 58.33333%
}
.grid-y>.xxlarge-8 {
	height: 66.66667%
}
.grid-y>.xxlarge-9 {
	height: 75%
}
.grid-y>.xxlarge-10 {
	height: 83.33333%
}
.grid-y>.xxlarge-11 {
	height: 91.66667%
}
.grid-y>.xxlarge-12 {
	height: 100%
}
}
@media screen and (min-width:90em) {
.grid-y>.xxxlarge-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto
}
.grid-y>.xxxlarge-1, .grid-y>.xxxlarge-10, .grid-y>.xxxlarge-11, .grid-y>.xxxlarge-12, .grid-y>.xxxlarge-2, .grid-y>.xxxlarge-3, .grid-y>.xxxlarge-4, .grid-y>.xxxlarge-5, .grid-y>.xxxlarge-6, .grid-y>.xxxlarge-7, .grid-y>.xxxlarge-8, .grid-y>.xxxlarge-9, .grid-y>.xxxlarge-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.grid-y>.xxxlarge-shrink {
	height: auto
}
.grid-y>.xxxlarge-1 {
	height: 8.33333%
}
.grid-y>.xxxlarge-2 {
	height: 16.66667%
}
.grid-y>.xxxlarge-3 {
	height: 25%
}
.grid-y>.xxxlarge-4 {
	height: 33.33333%
}
.grid-y>.xxxlarge-5 {
	height: 41.66667%
}
.grid-y>.xxxlarge-6 {
	height: 50%
}
.grid-y>.xxxlarge-7 {
	height: 58.33333%
}
.grid-y>.xxxlarge-8 {
	height: 66.66667%
}
.grid-y>.xxxlarge-9 {
	height: 75%
}
.grid-y>.xxxlarge-10 {
	height: 83.33333%
}
.grid-y>.xxxlarge-11 {
	height: 91.66667%
}
.grid-y>.xxxlarge-12 {
	height: 100%
}
}
.grid-padding-y .grid-padding-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-padding-y .grid-padding-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
}
.grid-padding-y>.cell {
padding-top:.9375rem;
padding-bottom:.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-padding-y>.cell {
padding-top:.9375rem;
padding-bottom:.9375rem
}
}
.grid-margin-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-margin-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
}
.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
margin-top:.9375rem;
margin-bottom:.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
margin-top:.9375rem;
margin-bottom:.9375rem
}
}
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}
@media print, screen and (min-width:26.25em) {
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}
.grid-margin-y>.medium-auto {
	height: auto
}
.grid-margin-y>.medium-shrink {
	height: auto
}
.grid-margin-y>.medium-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.medium-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.medium-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.medium-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.medium-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.medium-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.medium-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.medium-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.medium-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.medium-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.medium-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.medium-12 {
	height: calc(100% - 1.875rem)
}
}
@media print, screen and (min-width:40em) {
.grid-margin-y>.large-auto {
	height: auto
}
.grid-margin-y>.large-shrink {
	height: auto
}
.grid-margin-y>.large-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.large-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.large-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.large-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.large-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.large-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.large-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.large-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.large-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.large-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.large-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.large-12 {
	height: calc(100% - 1.875rem)
}
}
@media screen and (min-width:64em) {
.grid-margin-y>.xlarge-auto {
	height: auto
}
.grid-margin-y>.xlarge-shrink {
	height: auto
}
.grid-margin-y>.xlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-12 {
	height: calc(100% - 1.875rem)
}
}
@media screen and (min-width:75em) {
.grid-margin-y>.xxlarge-auto {
	height: auto
}
.grid-margin-y>.xxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-12 {
	height: calc(100% - 1.875rem)
}
}
@media screen and (min-width:90em) {
.grid-margin-y>.xxxlarge-auto {
	height: auto
}
.grid-margin-y>.xxxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-12 {
	height: calc(100% - 1.875rem)
}
}
.grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .grid-frame {
	width: 100%
}
.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
@media print, screen and (min-width:26.25em) {
.medium-grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .medium-grid-frame {
	width: 100%
}
.medium-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.medium-cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.medium-cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.medium-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
}
@media print, screen and (min-width:40em) {
.large-grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .large-grid-frame {
	width: 100%
}
.large-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.large-cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.large-cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.large-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
}
@media screen and (min-width:64em) {
.xlarge-grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .xlarge-grid-frame {
	width: 100%
}
.xlarge-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.xlarge-cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.xlarge-cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.xlarge-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
}
@media screen and (min-width:75em) {
.xxlarge-grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .xxlarge-grid-frame {
	width: 100%
}
.xxlarge-cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.xxlarge-cell-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}
.xxlarge-cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.xxlarge-cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
}
@media screen and (min-width:90em) {
.xxxlarge-grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw
}
.cell .xxxlarge-grid-frame {
	width: 100%
}
.xxxlarge-cell-block-container>.grid-x {
	max-height: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
}
.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
@media print, screen and (min-width:26.25em) {
.grid-y.medium-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}
@media print, screen and (min-width:40em) {
.grid-y.large-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}
@media screen and (min-width:64em) {
.grid-y.xlarge-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}
@media screen and (min-width:75em) {
.grid-y.xxlarge-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}
@media screen and (min-width:90em) {
.grid-y.xxxlarge-grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}
}
.cell .grid-y.grid-frame {
	height: 100%
}
@media print, screen and (min-width:26.25em) {
.cell .grid-y.medium-grid-frame {
	height: 100%
}
}
@media print, screen and (min-width:40em) {
.cell .grid-y.large-grid-frame {
	height: 100%
}
}
@media screen and (min-width:64em) {
.cell .grid-y.xlarge-grid-frame {
	height: 100%
}
}
@media screen and (min-width:75em) {
.cell .grid-y.xxlarge-grid-frame {
	height: 100%
}
}
@media screen and (min-width:90em) {
.cell .grid-y.xxxlarge-grid-frame {
	height: 100%
}
}
.grid-margin-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-margin-y {
margin-top:-.9375rem;
margin-bottom:-.9375rem
}
}
.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
margin-top:.9375rem;
margin-bottom:.9375rem
}
@media print, screen and (min-width:26.25em) {
.grid-margin-y>.cell {
	height: calc(100% - 1.875rem);
margin-top:.9375rem;
margin-bottom:.9375rem
}
}
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}
@media print, screen and (min-width:26.25em) {
.grid-margin-y>.auto {
	height: auto
}
.grid-margin-y>.shrink {
	height: auto
}
.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.small-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.small-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.small-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.small-12 {
	height: calc(100% - 1.875rem)
}
.grid-margin-y>.medium-auto {
	height: auto
}
.grid-margin-y>.medium-shrink {
	height: auto
}
.grid-margin-y>.medium-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.medium-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.medium-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.medium-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.medium-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.medium-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.medium-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.medium-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.medium-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.medium-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.medium-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.medium-12 {
	height: calc(100% - 1.875rem)
}
}
@media print, screen and (min-width:40em) {
.grid-margin-y>.large-auto {
	height: auto
}
.grid-margin-y>.large-shrink {
	height: auto
}
.grid-margin-y>.large-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.large-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.large-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.large-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.large-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.large-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.large-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.large-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.large-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.large-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.large-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.large-12 {
	height: calc(100% - 1.875rem)
}
}
@media screen and (min-width:64em) {
.grid-margin-y>.xlarge-auto {
	height: auto
}
.grid-margin-y>.xlarge-shrink {
	height: auto
}
.grid-margin-y>.xlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xlarge-12 {
	height: calc(100% - 1.875rem)
}
}
@media screen and (min-width:75em) {
.grid-margin-y>.xxlarge-auto {
	height: auto
}
.grid-margin-y>.xxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxlarge-12 {
	height: calc(100% - 1.875rem)
}
}
@media screen and (min-width:90em) {
.grid-margin-y>.xxxlarge-auto {
	height: auto
}
.grid-margin-y>.xxxlarge-shrink {
	height: auto
}
.grid-margin-y>.xxxlarge-1 {
	height: calc(8.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-2 {
	height: calc(16.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-3 {
	height: calc(25% - 1.875rem)
}
.grid-margin-y>.xxxlarge-4 {
	height: calc(33.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-5 {
	height: calc(41.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-6 {
	height: calc(50% - 1.875rem)
}
.grid-margin-y>.xxxlarge-7 {
	height: calc(58.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-8 {
	height: calc(66.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-9 {
	height: calc(75% - 1.875rem)
}
.grid-margin-y>.xxxlarge-10 {
	height: calc(83.33333% - 1.875rem)
}
.grid-margin-y>.xxxlarge-11 {
	height: calc(91.66667% - 1.875rem)
}
.grid-margin-y>.xxxlarge-12 {
	height: calc(100% - 1.875rem)
}
}
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
@media print, screen and (min-width:26.25em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}
@media print, screen and (min-width:40em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}
@media screen and (min-width:64em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}
@media screen and (min-width:75em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}
@media screen and (min-width:90em) {
.grid-frame.grid-margin-y {
	height: calc(100vh + 1.875rem)
}
}
@media print, screen and (min-width:26.25em) {
.grid-margin-y.medium-grid-frame {
	height: calc(100vh + 1.875rem)
}
}
@media print, screen and (min-width:40em) {
.grid-margin-y.large-grid-frame {
	height: calc(100vh + 1.875rem)
}
}
@media screen and (min-width:64em) {
.grid-margin-y.xlarge-grid-frame {
	height: calc(100vh + 1.875rem)
}
}
@media screen and (min-width:75em) {
.grid-margin-y.xxlarge-grid-frame {
	height: calc(100vh + 1.875rem)
}
}
@media screen and (min-width:90em) {
.grid-margin-y.xxxlarge-grid-frame {
	height: calc(100vh + 1.875rem)
}
}
.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.align-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-left.vertical.menu>li>a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.align-right.vertical.menu>li>a {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.align-center.vertical.menu>li>a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}
.align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}
.align-center-middle {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}
.small-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.small-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.small-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.small-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.small-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.small-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
@media print, screen and (min-width:26.25em) {
.medium-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.medium-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.medium-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.medium-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.medium-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.medium-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
}
@media print, screen and (min-width:40em) {
.large-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.large-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.large-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.large-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.large-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.large-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
}
@media screen and (min-width:64em) {
.xlarge-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.xlarge-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.xlarge-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.xlarge-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.xlarge-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.xlarge-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
}
@media screen and (min-width:75em) {
.xxlarge-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.xxlarge-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.xxlarge-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.xxlarge-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.xxlarge-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.xxlarge-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
}
@media screen and (min-width:90em) {
.xxxlarge-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.xxxlarge-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.xxxlarge-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.xxxlarge-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.xxxlarge-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.xxxlarge-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
}
blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
	margin: 0;
	padding: 0
}
p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.333;
	text-rendering: optimizeLegibility
}
i {
	font-style: italic;
	line-height: inherit
}
b, strong {
	font-weight: 700;
	line-height: inherit
}
small {
	font-size: 80%;
	line-height: inherit
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #575756;
	text-rendering: optimizeLegibility
}
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	line-height: 0;
	color: #d8d8d8
}
.h1, h1 {
	font-size: 1.5rem;
	line-height: 1.1666;
	margin-top: 0;
	margin-bottom: 1rem
}
.h2, h2 {
	font-size: 1.375rem;
	line-height: 1.1666;
	margin-top: 0;
	margin-bottom: 1rem
}
.h3, h3 {
	font-size: 1.1875rem;
	line-height: 1.1666;
	margin-top: 0;
	margin-bottom: 1rem
}
.h4, h4 {
	font-size: 1.125rem;
	line-height: 1.1666;
	margin-top: 0;
	margin-bottom: 1rem
}
.h5, h5 {
	font-size: 1.0625rem;
	line-height: 1.1666;
	margin-top: 0;
	margin-bottom: 1rem
}
.h6, h6 {
	font-size: 1rem;
	line-height: 1.1666;
	margin-top: 0;
	margin-bottom: 1rem
}
@media print, screen and (min-width:26.25em) {
.h1, h1 {
	font-size: 1.5rem
}
.h2, h2 {
	font-size: 1.375rem
}
.h3, h3 {
	font-size: 1.1875rem
}
.h4, h4 {
	font-size: 1.125rem
}
.h5, h5 {
	font-size: 1.0625rem
}
.h6, h6 {
	font-size: 1rem
}
}
@media print, screen and (min-width:40em) {
.h1, h1 {
	font-size: 1.875rem
}
.h2, h2 {
	font-size: 1.5rem
}
.h3, h3 {
	font-size: 1.375rem
}
.h4, h4 {
	font-size: 1.1875rem
}
.h5, h5 {
	font-size: 1.125rem
}
.h6, h6 {
	font-size: 1rem
}
}
@media screen and (min-width:64em) {
.h1, h1 {
	font-size: 2.25rem
}
.h2, h2 {
	font-size: 1.875rem
}
.h3, h3 {
	font-size: 1.5rem
}
.h4, h4 {
	font-size: 1.25rem
}
.h5, h5 {
	font-size: 1.125rem
}
.h6, h6 {
	font-size: 1rem
}
}
@media screen and (min-width:75em) {
.h1, h1 {
	font-size: 2.25rem
}
.h2, h2 {
	font-size: 1.875rem
}
.h3, h3 {
	font-size: 1.5rem
}
.h4, h4 {
	font-size: 1.25rem
}
.h5, h5 {
	font-size: 1.125rem
}
.h6, h6 {
	font-size: 1rem
}
}
a {
	line-height: inherit;
	color: #f13a3a;
	text-decoration: none;
	cursor: pointer
}
a:focus, a:hover {
	color: #f13a3a
}
a img {
	border: 0
}
dl, ol, ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.333
}
li {
	font-size: inherit
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc
}
ol {
	margin-left: 1.25rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl {
	margin-bottom: 1rem
}
blockquote {
	margin: 0 0 1rem;
padding:.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #d8d8d8
}
blockquote, blockquote p {
	line-height: 1.333;
	color: #575756
}
abbr, abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
	text-decoration: none
}
figure {
	margin: 0
}
code {
	border: 1px solid #d8d8d8;
	background-color: #f7f7f7;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #2b2b2b;
	display: inline;
	max-width: 100%;
	word-wrap: break-word;
padding:.125rem .3125rem .0625rem
}
.code-block {
	border: 1px solid #d8d8d8;
	background-color: #f7f7f7;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #2b2b2b;
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 1rem;
	margin-bottom: 1.5rem
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
@media print, screen and (min-width:26.25em) {
.medium-text-left {
	text-align: left
}
.medium-text-right {
	text-align: right
}
.medium-text-center {
	text-align: center
}
}
@media print, screen and (min-width:40em) {
.large-text-left {
	text-align: left
}
.large-text-right {
	text-align: right
}
.large-text-center {
	text-align: center
}
}
@media screen and (min-width:64em) {
.xlarge-text-left {
	text-align: left
}
.xlarge-text-right {
	text-align: right
}
.xlarge-text-center {
	text-align: center
}
}
@media screen and (min-width:75em) {
.xxlarge-text-left {
	text-align: left
}
.xxlarge-text-right {
	text-align: right
}
.xxlarge-text-center {
	text-align: center
}
}
@media print {
* {
	background: 0 0!important;
	color: #000!important;
	-webkit-print-color-adjust: economy;
	color-adjust: economy;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
a[href^='#']:after, a[href^='javascript:']:after {
	content: ''
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
blockquote, pre {
	border: 1px solid #575756;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
@page {
margin:.5cm
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
display:block;
-webkit-box-sizing:border-box;
box-sizing:border-box;
width:100%;
height:1.2708rem;
margin:0 0 1rem;
padding:0;
border:2px solid #7a7a7a;
border-radius:0;
background-color:#fefefe;
-webkit-box-shadow:none;
box-shadow:none;
font-family:inherit;
font-size:1rem;
font-weight:400;
line-height:1.3333;
color:#2b2b2b;
-webkit-transition:border-color .25s ease-in-out, -webkit-box-shadow .5s;
transition:border-color .25s ease-in-out, -webkit-box-shadow .5s;
transition:box-shadow .5s, border-color .25s ease-in-out;
transition:box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	outline: 0;
	border: 2px solid #7a7a7a;
	background-color: #fefefe;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}
textarea {
	max-width: 100%
}
textarea[rows] {
	height: auto
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #f7f7f7;
	cursor: not-allowed
}
[type=button], [type=submit] {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
border-radius:0
}
input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
::-webkit-input-placeholder {
color:#7a7a7a
}
::-moz-placeholder {
color:#7a7a7a
}
:-ms-input-placeholder {
color:#7a7a7a
}
::-ms-input-placeholder {
color:#7a7a7a
}
::placeholder {
color:#7a7a7a
}
[type=checkbox], [type=file], [type=radio] {
margin:0 0 1rem
}
[type=checkbox]+label, [type=radio]+label {
display:inline-block;
vertical-align:baseline;
margin-left:.5rem;
margin-right:1rem;
margin-bottom:0
}
[type=checkbox]+label[for], [type=radio]+label[for] {
cursor:pointer
}
label>[type=checkbox], label>[type=radio] {
margin-right:.5rem
}
[type=file] {
width:100%
}
label {
	display: block;
	margin: 0;
font-size:.875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #2b2b2b
}
label.middle {
	margin: 0 0 1rem;
padding:.625rem 0
}
.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.input-group>:first-child, .input-group>:first-child.input-group-button>* {
	border-radius: 0
}
.input-group>:last-child, .input-group>:last-child.input-group-button>* {
	border-radius: 0
}
.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
	margin: 0;
	white-space: nowrap
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #d8d8d8;
	background: #f7f7f7;
	color: #2b2b2b;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.input-group-label:first-child {
	border-right: 0
}
.input-group-label:last-child {
	border-left: 0
}
.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0
}
.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #d8d8d8
}
select {
	height: 1.2708rem;
	margin: 0 0 1rem;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #7a7a7a;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3333;
	color: #2b2b2b;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2887, 87, 86%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}
@media screen and (min-width:0\0) {
select {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
}
}
select:focus {
	outline: 0;
	border: 2px solid #7a7a7a;
	background-color: #fefefe;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}
select:disabled {
	background-color: #f7f7f7;
	cursor: not-allowed
}
select::-ms-expand {
display:none
}
select[multiple] {
	height: auto;
	background-image: none
}
select:not([multiple]) {
	padding-top: 0;
	padding-bottom: 0
}
.form-error {
	display: none;
margin-top:-.5rem;
	margin-bottom: 1rem;
font-size:.75rem;
	font-weight: 700;
	color: #cc4b37
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 1em 2.4em;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: inherit;
font-size:.9375rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer
}
[data-whatinput=mouse] .button {
	outline: 0
}
.button.tiny {
font-size:.6rem
}
.button.small {
font-size:.75rem
}
.button.large {
	font-size: 1.25rem
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
	background-color: #f13a3a;
	color: #fefefe
}
.button:focus, .button:hover {
	background-color: #009384;
	color: #fefefe
}
.button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
	background-color: #f13a3a;
	color: #2b2b2b
}
.button.primary:focus, .button.primary:hover {
	background-color: #008a7c;
	color: #2b2b2b
}
.button.secondary, .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {
	background-color: #ff6e67;
	color: #ffffff
}
.button.secondary:focus, .button.secondary:hover {
	background-color: #f13a3a;
	color: #ffffff
}
.button.thirdary, .button.thirdary.disabled, .button.thirdary.disabled:focus, .button.thirdary.disabled:hover, .button.thirdary[disabled], .button.thirdary[disabled]:focus, .button.thirdary[disabled]:hover {
	background-color: #5ce4f0;
	color: #2b2b2b
}
.button.thirdary:focus, .button.thirdary:hover {
	background-color: #1fdaea;
	color: #2b2b2b
}
.button.success, .button.success.disabled, .button.success.disabled:focus, .button.success.disabled:hover, .button.success[disabled], .button.success[disabled]:focus, .button.success[disabled]:hover {
	background-color: #3adb76;
	color: #2b2b2b
}
.button.success:focus, .button.success:hover {
	background-color: #22bb5b;
	color: #2b2b2b
}
.button.warning, .button.warning.disabled, .button.warning.disabled:focus, .button.warning.disabled:hover, .button.warning[disabled], .button.warning[disabled]:focus, .button.warning[disabled]:hover {
	background-color: #ffae00;
	color: #2b2b2b
}
.button.warning:focus, .button.warning:hover {
	background-color: #cc8b00;
	color: #2b2b2b
}
.button.alert, .button.alert.disabled, .button.alert.disabled:focus, .button.alert.disabled:hover, .button.alert[disabled], .button.alert[disabled]:focus, .button.alert[disabled]:hover {
	background-color: #cc4b37;
	color: #fefefe
}
.button.alert:focus, .button.alert:hover {
	background-color: #a53b2a;
	color: #fefefe
}
.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
	background-color: transparent
}
.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
	border: 1px solid #f13a3a;
	color: #f13a3a
}
.button.hollow:focus, .button.hollow:hover {
	border-color: #00574e;
	color: #00574e
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover {
	border: 1px solid #f13a3a;
	color: #f13a3a
}
.button.hollow.primary:focus, .button.hollow.primary:hover {
	border-color: #00574e;
	color: #00574e
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary.disabled:focus, .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled], .button.hollow.secondary[disabled]:focus, .button.hollow.secondary[disabled]:hover {
	border: 1px solid #FFE4E1;
	color: #FFE4E1
}
.button.hollow.secondary:focus, .button.hollow.secondary:hover {
	border-color: #35a99b;
	color: #35a99b
}
.button.hollow.thirdary, .button.hollow.thirdary.disabled, .button.hollow.thirdary.disabled:focus, .button.hollow.thirdary.disabled:hover, .button.hollow.thirdary[disabled], .button.hollow.thirdary[disabled]:focus, .button.hollow.thirdary[disabled]:hover {
	border: 1px solid #5ce4f0;
	color: #5ce4f0
}
.button.hollow.thirdary:focus, .button.hollow.thirdary:hover {
	border-color: #0e8d98;
	color: #0e8d98
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success.disabled:focus, .button.hollow.success.disabled:hover, .button.hollow.success[disabled], .button.hollow.success[disabled]:focus, .button.hollow.success[disabled]:hover {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button.hollow.success:focus, .button.hollow.success:hover {
	border-color: #157539;
	color: #157539
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning.disabled:focus, .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled], .button.hollow.warning[disabled]:focus, .button.hollow.warning[disabled]:hover {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.hollow.warning:focus, .button.hollow.warning:hover {
	border-color: #805700;
	color: #805700
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert.disabled:focus, .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled], .button.hollow.alert[disabled]:focus, .button.hollow.alert[disabled]:hover {
	border: 1px solid #cc4b37;
	color: #cc4b37
}
.button.hollow.alert:focus, .button.hollow.alert:hover {
	border-color: #67251a;
	color: #67251a
}
.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
	border-color: transparent;
	background-color: transparent
}
.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
	color: #f13a3a
}
.button.clear:focus, .button.clear:hover {
	color: #00574e
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover {
	color: #f13a3a
}
.button.clear.primary:focus, .button.clear.primary:hover {
	color: #00574e
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary.disabled:focus, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled], .button.clear.secondary[disabled]:focus, .button.clear.secondary[disabled]:hover {
	color: #FFE4E1
}
.button.clear.secondary:focus, .button.clear.secondary:hover {
	color: #35a99b
}
.button.clear.thirdary, .button.clear.thirdary.disabled, .button.clear.thirdary.disabled:focus, .button.clear.thirdary.disabled:hover, .button.clear.thirdary[disabled], .button.clear.thirdary[disabled]:focus, .button.clear.thirdary[disabled]:hover {
	color: #5ce4f0
}
.button.clear.thirdary:focus, .button.clear.thirdary:hover {
	color: #0e8d98
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success.disabled:focus, .button.clear.success.disabled:hover, .button.clear.success[disabled], .button.clear.success[disabled]:focus, .button.clear.success[disabled]:hover {
	color: #3adb76
}
.button.clear.success:focus, .button.clear.success:hover {
	color: #157539
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning.disabled:focus, .button.clear.warning.disabled:hover, .button.clear.warning[disabled], .button.clear.warning[disabled]:focus, .button.clear.warning[disabled]:hover {
	color: #ffae00
}
.button.clear.warning:focus, .button.clear.warning:hover {
	color: #805700
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert.disabled:focus, .button.clear.alert.disabled:hover, .button.clear.alert[disabled], .button.clear.alert[disabled]:focus, .button.clear.alert[disabled]:hover {
	color: #cc4b37
}
.button.clear.alert:focus, .button.clear.alert:hover {
	color: #67251a
}
.button.disabled, .button[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 2.4em
}
.button.dropdown.clear::after, .button.dropdown.hollow::after {
	border-top-color: #f13a3a
}
.button.dropdown.clear.primary::after, .button.dropdown.hollow.primary::after {
	border-top-color: #f13a3a
}
.button.dropdown.clear.secondary::after, .button.dropdown.hollow.secondary::after {
	border-top-color: #FFE4E1
}
.button.dropdown.clear.thirdary::after, .button.dropdown.hollow.thirdary::after {
	border-top-color: #5ce4f0
}
.button.dropdown.clear.success::after, .button.dropdown.hollow.success::after {
	border-top-color: #3adb76
}
.button.dropdown.clear.warning::after, .button.dropdown.hollow.warning::after {
	border-top-color: #ffae00
}
.button.dropdown.clear.alert::after, .button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37
}
.button.arrow-only::after {
	top: -.1em;
	float: none;
	margin-left: 0
}
a.button:focus, a.button:hover {
	text-decoration: none
}
.accordion {
	margin-left: 0;
	background: rgba(0,0,0,0);
	list-style-type: none
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed
}
.accordion-item:first-child>:first-child {
	border-radius: 0
}
.accordion-item:last-child>:last-child {
	border-radius: 0
}
.accordion-title {
	position: relative;
	display: block;
	padding: 0;
	border: none;
	border-bottom: 0;
	font-size: 1.25rem;
	line-height: 1;
	color: #2b2b2b
}
:last-child:not(.is-active)>.accordion-title {
	border-bottom: none;
	border-radius: 0
}
.accordion-title:focus, .accordion-title:hover {
	background-color: #fefefe
}
.accordion-content {
	display: none;
	padding: 30px;
	border: none;
	border-bottom: 0;
	background-color: #fefefe;
	color: #7a7a7a
}
:last-child>.accordion-content:last-child {
	border-bottom: none
}
.close-button {
	position: absolute;
	z-index: 10;
	color: #575756;
	cursor: pointer
}
[data-whatinput=mouse] .close-button {
	outline: 0
}
.close-button:focus, .close-button:hover {
	color: #2b2b2b
}
.close-button.small {
right:.66rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1
}
.close-button, .close-button.medium {
	right: 1rem;
top:.5rem;
	font-size: 2em;
	line-height: 1
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
[data-whatinput=mouse] .menu li {
	outline: 0
}
.menu .button, .menu a {
	line-height: 1;
	text-decoration: none;
	display: block;
padding:.7rem 1rem
}
.menu a, .menu button, .menu input, .menu select {
	margin-bottom: 0
}
.menu input {
	display: inline-block
}
.menu, .menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.simple {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.menu.simple li+li {
	margin-left: 1rem
}
.menu.simple a {
	padding: 0
}
@media print, screen and (min-width:26.25em) {
.menu.medium-horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.medium-vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.medium-expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.medium-simple li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media print, screen and (min-width:40em) {
.menu.large-horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.large-vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.large-expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.large-simple li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (min-width:64em) {
.menu.xlarge-horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.xlarge-vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.xlarge-expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.xlarge-simple li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (min-width:75em) {
.menu.xxlarge-horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.xxlarge-vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.xxlarge-expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.xxlarge-simple li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
@media screen and (min-width:90em) {
.menu.xxxlarge-horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.xxxlarge-vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.xxxlarge-expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
.menu.xxxlarge-simple li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}
.menu.icons a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
margin-right:.25rem
}
.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
margin-left:.25rem
}
.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
margin-bottom:.25rem;
	text-align: center
}
.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
margin-bottom:.25rem;
	text-align: center
}
.menu .is-active>a {
	background: #f13a3a;
	color: #2b2b2b
}
.menu .active>a {
	background: #f13a3a;
	color: #2b2b2b
}
.menu.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu.align-right li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu.align-right.vertical li {
	display: block;
	text-align: right
}
.menu.align-right.vertical li .submenu li {
	text-align: right
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}
.menu.align-center li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu .menu-text {
padding:.7rem 1rem;
	font-weight: 700;
	line-height: 1;
	color: inherit
}
.menu-centered>.menu {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.no-js [data-responsive-menu] ul {
	display: none
}
.is-drilldown {
	position: relative;
	overflow: hidden
}
.is-drilldown li {
	display: block
}
.is-drilldown.animate-height {
	-webkit-transition: height .5s;
	transition: height .5s
}
.drilldown a {
	padding: 1.2rem 0;
	background: #fefefe
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.drilldown .is-drilldown-submenu a {
	padding: 1.2rem 0
}
.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0
}
.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%
}
.drilldown .is-drilldown-submenu-parent>a {
	position: relative
}
.drilldown .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f13a3a;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}
.drilldown.align-left .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #f13a3a;
	right: 1rem;
	left: auto
}
.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f13a3a transparent transparent;
	right: auto;
	left: 1rem
}
.drilldown .js-drilldown-back>a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #f13a3a transparent transparent;
	display: inline-block;
	vertical-align: middle;
margin-right:.75rem
}
.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden
}
.responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.responsive-embed.widescreen {
	padding-bottom: 56.25%
}
.is-off-canvas-open {
	overflow: hidden
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	background: rgba(43,43,43,.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}
.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fefefe
}
[data-whatinput=mouse] .off-canvas {
	outline: 0
}
.off-canvas.is-transition-push {
	z-index: 12
}
.off-canvas.is-closed {
	visibility: hidden
}
.off-canvas.is-transition-overlap {
	z-index: 13
}
.off-canvas.is-transition-overlap.is-open {
	-webkit-box-shadow: none;
	box-shadow: none
}
.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fefefe
}
[data-whatinput=mouse] .off-canvas-absolute {
	outline: 0
}
.off-canvas-absolute.is-transition-push {
	z-index: 12
}
.off-canvas-absolute.is-closed {
	visibility: hidden
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 13
}
.off-canvas-absolute.is-transition-overlap.is-open {
	-webkit-box-shadow: none;
	box-shadow: none
}
.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 320px;
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px)
}
.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px)
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform: translateX(320px);
	transform: translateX(320px)
}
.position-left.is-transition-push {
	-webkit-box-shadow: inset -13px 0 20px -13px rgba(43,43,43,.25);
	box-shadow: inset -13px 0 20px -13px rgba(43,43,43,.25)
}
.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 320px;
	-webkit-transform: translateX(320px);
	transform: translateX(320px)
}
.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(320px);
	transform: translateX(320px)
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-320px);
	transform: translateX(-320px)
}
.position-right.is-transition-push {
	-webkit-box-shadow: inset 13px 0 20px -13px rgba(43,43,43,.25);
	box-shadow: inset 13px 0 20px -13px rgba(43,43,43,.25)
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.position-top.is-transition-push {
	-webkit-box-shadow: inset 0 -13px 20px -13px rgba(43,43,43,.25);
	box-shadow: inset 0 -13px 20px -13px rgba(43,43,43,.25)
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.position-bottom.is-transition-push {
	-webkit-box-shadow: inset 0 13px 20px -13px rgba(43,43,43,.25);
	box-shadow: inset 0 13px 20px -13px rgba(43,43,43,.25)
}
.off-canvas-content {
	-webkit-transform: none;
	transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}
.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
@media print, screen and (min-width:26.25em) {
.position-left.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 320px
}
.position-left.reveal-for-medium~.off-canvas-content {
	margin-left: 320px
}
.position-right.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 320px
}
.position-right.reveal-for-medium~.off-canvas-content {
	margin-right: 320px
}
.position-top.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 320px
}
.position-top.reveal-for-medium~.off-canvas-content {
	margin-top: 320px
}
.position-bottom.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 320px
}
.position-bottom.reveal-for-medium~.off-canvas-content {
	margin-bottom: 320px
}
}
@media print, screen and (min-width:40em) {
.position-left.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 320px
}
.position-left.reveal-for-large~.off-canvas-content {
	margin-left: 320px
}
.position-right.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 320px
}
.position-right.reveal-for-large~.off-canvas-content {
	margin-right: 320px
}
.position-top.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 320px
}
.position-top.reveal-for-large~.off-canvas-content {
	margin-top: 320px
}
.position-bottom.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 320px
}
.position-bottom.reveal-for-large~.off-canvas-content {
	margin-bottom: 320px
}
}
@media screen and (min-width:64em) {
.position-left.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 320px
}
.position-left.reveal-for-xlarge~.off-canvas-content {
	margin-left: 320px
}
.position-right.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 320px
}
.position-right.reveal-for-xlarge~.off-canvas-content {
	margin-right: 320px
}
.position-top.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 320px
}
.position-top.reveal-for-xlarge~.off-canvas-content {
	margin-top: 320px
}
.position-bottom.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-xlarge .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-xlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 320px
}
.position-bottom.reveal-for-xlarge~.off-canvas-content {
	margin-bottom: 320px
}
}
@media screen and (min-width:75em) {
.position-left.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 320px
}
.position-left.reveal-for-xxlarge~.off-canvas-content {
	margin-left: 320px
}
.position-right.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 320px
}
.position-right.reveal-for-xxlarge~.off-canvas-content {
	margin-right: 320px
}
.position-top.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 320px
}
.position-top.reveal-for-xxlarge~.off-canvas-content {
	margin-top: 320px
}
.position-bottom.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-xxlarge .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-xxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 320px
}
.position-bottom.reveal-for-xxlarge~.off-canvas-content {
	margin-bottom: 320px
}
}
@media screen and (min-width:90em) {
.position-left.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 320px
}
.position-left.reveal-for-xxxlarge~.off-canvas-content {
	margin-left: 320px
}
.position-right.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 320px
}
.position-right.reveal-for-xxxlarge~.off-canvas-content {
	margin-right: 320px
}
.position-top.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 320px
}
.position-top.reveal-for-xxxlarge~.off-canvas-content {
	margin-top: 320px
}
.position-bottom.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-xxxlarge .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-xxxlarge {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 320px
}
.position-bottom.reveal-for-xxxlarge~.off-canvas-content {
	margin-bottom: 320px
}
}
@media print, screen and (min-width:26.25em) {
.off-canvas.in-canvas-for-medium {
	visibility: visible;
	height: auto;
	position: static;
	background: 0 0;
	width: auto;
	overflow: visible;
	-webkit-transition: none;
	transition: none
}
.off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-medium .close-button {
	display: none
}
}
@media print, screen and (min-width:40em) {
.off-canvas.in-canvas-for-large {
	visibility: visible;
	height: auto;
	position: static;
	background: 0 0;
	width: auto;
	overflow: visible;
	-webkit-transition: none;
	transition: none
}
.off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-large .close-button {
	display: none
}
}
@media screen and (min-width:64em) {
.off-canvas.in-canvas-for-xlarge {
	visibility: visible;
	height: auto;
	position: static;
	background: 0 0;
	width: auto;
	overflow: visible;
	-webkit-transition: none;
	transition: none
}
.off-canvas.in-canvas-for-xlarge.position-bottom, .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-xlarge .close-button {
	display: none
}
}
@media screen and (min-width:75em) {
.off-canvas.in-canvas-for-xxlarge {
	visibility: visible;
	height: auto;
	position: static;
	background: 0 0;
	width: auto;
	overflow: visible;
	-webkit-transition: none;
	transition: none
}
.off-canvas.in-canvas-for-xxlarge.position-bottom, .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-xxlarge .close-button {
	display: none
}
}
@media screen and (min-width:90em) {
.off-canvas.in-canvas-for-xxxlarge {
	visibility: visible;
	height: auto;
	position: static;
	background: 0 0;
	width: auto;
	overflow: visible;
	-webkit-transition: none;
	transition: none
}
.off-canvas.in-canvas-for-xxxlarge.position-bottom, .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-xxxlarge .close-button {
	display: none
}
}
html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden
}
html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll
}
html.is-reveal-open body {
	overflow-y: hidden
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(43,43,43,.45);
	overflow-y: auto
}
.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 60px;
	border: none;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}
[data-whatinput=mouse] .reveal {
	outline: 0
}
@media print, screen and (min-width:26.25em) {
.reveal {
	min-height: 0
}
}
.reveal .column {
	min-width: 0
}
.reveal>:last-child {
	margin-bottom: 0
}
@media print, screen and (min-width:26.25em) {
.reveal {
	width: 600px;
	max-width: 80rem
}
}
.reveal.collapse {
	padding: 0
}
@media print, screen and (min-width:26.25em) {
.reveal.tiny {
	width: 30%;
	max-width: 80rem
}
}
@media print, screen and (min-width:26.25em) {
.reveal.small {
	width: 50%;
	max-width: 80rem
}
}
@media print, screen and (min-width:26.25em) {
.reveal.large {
	width: 90%;
	max-width: 80rem
}
}
.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}
@media print, screen and (max-width:26.24875em) {
.reveal {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}
}
.reveal.without-overlay {
	position: fixed
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}
tbody, thead {
	border: none;
	background-color: #fefefe
}
caption {
padding:.9375rem 1.875rem;
	font-weight: 700
}
thead {
	background: rgba(0,0,0,0);
	color: #7a7a7a
}
thead tr {
	background: 0 0
}
thead td, thead th {
padding:.9375rem 1.875rem;
	font-weight: 700;
	text-align: left
}
tbody td, tbody th {
padding:.9375rem 1.875rem
}
tbody tr:nth-child(odd) {
	background-color: #eef7f6
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
.table-scroll {
	overflow-x: auto
}
.tabs {
	margin: 0;
	border: 1px solid #f7f7f7;
	background: #fefefe;
	list-style-type: none
}
.tabs::after, .tabs::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.tabs::after {
	clear: both
}
.tabs.vertical>li {
	display: block;
	float: none;
	width: auto
}
.tabs.primary {
	background: #f13a3a
}
.tabs.primary>li>a {
	color: #2b2b2b
}
.tabs.primary>li>a:focus, .tabs.primary>li>a:hover {
	background: #00beaa
}
.tabs-title {
	float: left
}
.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
font-size:.75rem;
	line-height: 1;
	color: #f13a3a
}
[data-whatinput=mouse] .tabs-title>a {
	outline: 0
}
.tabs-title>a:hover {
	background: #fefefe;
	color: #009585
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	background: #f7f7f7;
	color: #f13a3a
}
.tabs-content {
	border: 1px solid #f7f7f7;
	border-top: 0;
	background: #fefefe;
	color: #7a7a7a;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.tabs-content.vertical {
	border: 1px solid #f7f7f7;
	border-left: 0
}
.tabs-panel {
	display: none;
	padding: 1rem
}
.tabs-panel.is-active {
	display: block
}
.tooltip {
	position: absolute;
top:calc(100% + .433rem);
	z-index: 1200;
	max-width: 400px;
	padding: 15px;
	border-radius: 0;
	background-color: #fefefe;
font-size:.875rem;
	color: #575756
}
.tooltip::before {
	position: absolute
}
.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
border:inset .5rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #fefefe;
	bottom: 100%
}
.tooltip.bottom.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
border:inset .5rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	top: 100%;
	bottom: auto
}
.tooltip.top.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
border:inset .5rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #fefefe;
	left: 100%
}
.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
border:inset .5rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #fefefe transparent transparent;
	right: 100%;
	left: auto
}
.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.align-top::before {
	bottom: auto;
	top: 10%
}
.tooltip.align-bottom::before {
	bottom: 10%;
	top: auto
}
.tooltip.align-left::before {
	left: 10%;
	right: auto
}
.tooltip.align-right::before {
	left: auto;
	right: 10%
}
.hide {
	display: none!important
}
@media print, screen and (max-width:26.24875em) {
.hide-for-small-only {
	display: none!important
}
}
@media screen and (max-width:0em), screen and (min-width:26.25em) {
.show-for-small-only {
	display: none!important
}
}
@media print, screen and (min-width:26.25em) {
.hide-for-medium {
	display: none!important
}
}
@media screen and (max-width:26.24875em) {
.show-for-medium {
	display: none!important
}
}
@media print, screen and (min-width:26.25em) and (max-width:39.99875em) {
.hide-for-medium-only {
	display: none!important
}
}
@media screen and (max-width:26.24875em), screen and (min-width:40em) {
.show-for-medium-only {
	display: none!important
}
}
@media print, screen and (min-width:40em) {
.hide-for-large {
	display: none!important
}
}
@media screen and (max-width:39.99875em) {
.show-for-large {
	display: none!important
}
}
@media print, screen and (min-width:40em) and (max-width:63.99875em) {
.hide-for-large-only {
	display: none!important
}
}
@media screen and (max-width:39.99875em), screen and (min-width:64em) {
.show-for-large-only {
	display: none!important
}
}
@media screen and (min-width:64em) {
.hide-for-xlarge {
	display: none!important
}
}
@media screen and (max-width:63.99875em) {
.show-for-xlarge {
	display: none!important
}
}
@media screen and (min-width:64em) and (max-width:74.99875em) {
.hide-for-xlarge-only {
	display: none!important
}
}
@media screen and (max-width:63.99875em), screen and (min-width:75em) {
.show-for-xlarge-only {
	display: none!important
}
}
@media screen and (min-width:75em) {
.hide-for-xxlarge {
	display: none!important
}
}
@media screen and (max-width:74.99875em) {
.show-for-xxlarge {
	display: none!important
}
}
@media screen and (min-width:75em) and (max-width:89.99875em) {
.hide-for-xxlarge-only {
	display: none!important
}
}
@media screen and (max-width:74.99875em), screen and (min-width:90em) {
.show-for-xxlarge-only {
	display: none!important
}
}
.show-on-focus {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important
}
.show-on-focus:active, .show-on-focus:focus {
	position: static!important;
	width: auto!important;
	height: auto!important;
	overflow: visible!important;
	clip: auto!important;
	white-space: normal!important
}
#wpadminbar {
	position: fixed!important
}
.cypress-content .alignnone {
	margin: 5px 20px 20px 0
}
.cypress-content .aligncenter, .cypress-content div.aligncenter {
	display: block;
	margin: 5px auto 5px auto
}
.cypress-content .alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.cypress-content .alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
.cypress-content a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.cypress-content a img.alignnone {
	margin: 5px 20px 20px 0
}
.cypress-content a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
.cypress-content a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.cypress-content .wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}
.cypress-content .wp-caption.alignnone {
	margin: 5px 20px 20px 0
}
.cypress-content .wp-caption.alignleft {
	margin: 5px 20px 20px 0
}
.cypress-content .wp-caption.alignright {
	margin: 5px 0 20px 20px
}
.cypress-content .wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.cypress-content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
.cypress-content .screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}
.cypress-content .screen-reader-text:focus {
	background-color: #eee;
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
iframe, img, video {
	vertical-align: middle
}
.section {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem
}
@media print, screen and (min-width:40em) {
.section {
	margin-top: 3.75rem;
	margin-bottom: 3.75rem
}
}
.grid-container {
	width: 100%;
	max-width: 1280px
}
.cypress-content {
	margin-top: 60px
}
@media screen and (min-width:64em) {
.cypress-content {
	margin-top: 140px
}
}
.page-template-evidence .cypress-content, .single-product .cypress-content {
	margin-top: 114px
}
@media screen and (min-width:64em) {
.page-template-evidence .cypress-content, .single-product .cypress-content {
	margin-top: 212px
}
}
.home .cypress-content {
	margin-top: 60px
}
@media screen and (min-width:64em) {
.home .cypress-content {
	margin-top: 140px
}
}
.shadow, .shadow-animate {
	-webkit-box-shadow: 0 7px 20px rgba(0,0,0,.12);
	box-shadow: 0 7px 20px rgba(0,0,0,.12)
}
@media screen and (min-width:64em) {
.shadow, .shadow-animate {
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.12);
	box-shadow: 0 10px 30px rgba(0,0,0,.12)
}
}
@media screen and (min-width:64em) {
.shadow-animate {
	-webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
	transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
	transition: transform .3s ease, box-shadow .3s ease;
	transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}
.shadow-animate:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 20px 60px rgba(0,0,0,.08);
	box-shadow: 0 20px 60px rgba(0,0,0,.08)
}
}
.swiper-container .swiper-scrollbar {
	background-color: #d8d8d8;
	height: 14px;
	left: 0;
	bottom: 30px;
	width: 100%
}
@media screen and (min-width:64em) {
.swiper-container .swiper-scrollbar {
	background-color: #d8d8d8;
	height: 18px;
	bottom: 0
}
}
.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #b1969a;
	cursor: pointer
}
@media screen and (min-width:64em) {
.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #f13a3a
}
}
.responsive-embed {
	margin-bottom: 0
}
.video-link {
	display: inline-block;
	position: relative;
	outline: 0
}
.video-link:hover .play {
	opacity: 1;
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}
.video-link .play {
	opacity: .5;
	max-width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -52px 0 0 -42px;
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}
@media print, screen and (min-width:40em) {
.video-link .play {
	max-width: 80px
}
}
@media screen and (min-width:64em) {
.video-link .play {
	max-width: 124px;
	margin: -62px 0 0 -62px
}
}
@media print, screen and (max-width:63.99875em) {
.page-template-product-guide .cypress-page-intro {
	background: #f13a3a;
	color: #fefefe
}
.page-template-product-guide .cypress-page-intro .title {
	color: #fefefe
}
}
blockquote {
	margin: 1.5rem 0;
	padding: 0;
	position: relative;
	border: none
}
blockquote:after {
	content: "";
	background-image: url(../image/quote-green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
top:-.5rem;
	left: 0;
	right: 0;
	opacity: .25;
	margin: 0 auto
}
blockquote p {
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 400;
	font-style: italic;
	color: #2b2b2b
}
blockquote p:last-child {
	margin-bottom: 0
}
sup {
	font-size: 66%;
	line-height: 1
}
.fancybox-container .fancybox-bg {
	background: #e2e2e2!important
}
#ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
	display: none!important
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
	font-size: 1.125rem!important;
	line-height: 1.5;
	font-weight: 500!important;
margin-bottom:.25rem!important;
	-webkit-font-smoothing: antialiased!important
}
#ot-sdk-cookie-policy #cookie-policy-description, #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
	font-size: 1.125rem!important;
	line-height: 1.5;
	font-weight: 400!important;
	-webkit-font-smoothing: antialiased!important
}
#ot-sdk-cookie-policy .ot-table-header {
	font-weight: 500!important
}
#onetrust-pc-sdk .save-preference-btn-handler {
	margin-top: 8px!important
}
#ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings {
	width: auto!important;
border-radius:.25rem;
	background: #FFE4E1!important;
	color: #f13a3a!important;
	padding: 1rem 1.15rem!important;
margin:0 .25rem .5rem!important;
	border: none!important
}
#ot-sdk-btn.optanon-show-settings:hover, #ot-sdk-btn.ot-sdk-show-settings:hover {
	opacity: 1;
	background: #89dad1!important
}
#onetrust-banner-sdk {
	padding: 1.5rem 0!important
}
#onetrust-banner-sdk #onetrust-policy-title {
	color: #2b2b2b!important;
	font-weight: 500!important
}
#onetrust-banner-sdk #onetrust-policy-text {
	font-size: 1rem!important;
	line-height: 1.5;
	font-weight: 400!important;
	color: #767676!important;
	-webkit-font-smoothing: antialiased!important
}
#onetrust-banner-sdk #onetrust-button-group button {
	width: auto!important;
border-radius:.25rem;
	background: #FFE4E1!important;
	color: #f13a3a!important;
	padding: 1rem 1.15rem!important;
margin:0 .25rem .5rem!important;
	border: none!important
}
#onetrust-banner-sdk #onetrust-button-group button:hover {
	opacity: 1;
	background: #89dad1!important
}
#ot-pc-content {
	padding-top: 1rem!important
}
#ot-pc-content #ot-category-title, #ot-pc-content #ot-pc-title {
	color: #2b2b2b!important;
	font-weight: 500!important;
	margin-top: 1rem!important
}
#ot-pc-content #ot-pc-desc {
font-size:.875rem!important;
	line-height: 1.5;
	font-weight: 400!important;
	color: #767676!important;
	-webkit-font-smoothing: antialiased!important
}
#ot-pc-content #accept-recommended-btn-handler {
font-size:.875rem!important;
border-radius:.25rem;
	background: #FFE4E1!important;
	color: #f13a3a!important;
	border: none!important;
	padding: 1rem 2rem!important;
margin:0 .25rem .5rem!important
}
#ot-pc-content #accept-recommended-btn-handler:hover {
	opacity: 1;
	background: #89dad1!important
}
#ot-pc-content .ot-accordion-layout .ot-cat-header {
	font-weight: 500!important
}
.ot-pc-footer .onetrust-close-btn-handler, .ot-pc-footer .save-preference-btn-handler {
font-size:.875rem!important;
border-radius:.25rem;
	background: #FFE4E1!important;
	color: #f13a3a!important;
	border: none!important;
	padding: 1rem 2rem!important;
margin:0 .25rem .5rem!important
}
.ot-pc-footer .onetrust-close-btn-handler:hover, .ot-pc-footer .save-preference-btn-handler:hover {
	opacity: 1;
	background: #89dad1!important
}
@font-face {
	font-family: SeravekWebBasicRegular;
	src: url(../font/SeravekWebBasicRegular.eot);
	src: url(../font/SeravekWebBasicRegular.eot) format("embedded-opentype"), url(../font/SeravekWebBasicRegular.woff2) format("woff2"), url(../font/SeravekWebBasicRegular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: SeravekWebBasicMedium;
	src: url(../font/SeravekWebBasicMedium.eot);
	src: url(../font/SeravekWebBasicMedium.eot) format("embedded-opentype"), url(../font/SeravekWebBasicMedium.woff2) format("woff2"), url(../font/SeravekWebBasicMedium.woff) format("woff");
	font-weight: 600;
	font-style: normal
}
p.small {
font-size:.85rem
}
h1, h2, h3 {
margin-bottom:.5rem
}
@media print, screen and (min-width:40em) {
h1, h2, h3 {
	margin-bottom: 1rem
}
}
.cypress-content p~h2, .cypress-content p~h3, .cypress-content p~h4 {
	margin-top: 1.4rem
}
.accordion .accordion-item {
	border-bottom: 1px solid #ebebeb
}
.accordion .accordion-item.is-active .accordion-title:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.accordion .accordion-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 60px 0 30px;
	min-height: 70px;
	color: #575756;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif
}
@media print, screen and (max-width:63.99875em) {
.accordion .accordion-title {
font-size:.9375rem;
	padding: 0 45px 0 15px;
	min-height: 60px
}
}
.accordion .accordion-title:after {
	content: '';
	background: url(../image/icon-arrow-down1.svg) no-repeat;
	background-size: contain;
	position: absolute;
	width: 8px;
	height: 16px;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
@media print, screen and (min-width:40em) {
.accordion .accordion-title:after {
	width: 11px;
	height: 19px
}
}
.accordion .accordion-content {
font-size:.9375rem;
	padding: 0 15px
}
@media print, screen and (min-width:40em) {
.accordion .accordion-content {
	padding: 15px
}
}
@media screen and (min-width:64em) {
.accordion .accordion-content {
	padding: 15px 30px;
	font-size: 1.0625rem
}
}
.accordion .accordion-content img {
	margin-bottom: 30px
}
.accordion .accordion-content ol li, .accordion .accordion-content ul li {
	margin-bottom: .5em
}
.accordion .accordion-content ol li:last-child, .accordion .accordion-content ul li:last-child {
	margin-bottom: 0
}
.faq-accordion .accordion-item.is-active .accordion-title:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.faq-accordion .accordion-content {
	line-height: 1.5
}
.product-accordion {
	border-radius: 6px;
	overflow: hidden
}
.product-accordion .accordion-item {
	border: none
}
.product-accordion .accordion-title {
	padding: 0;
	border-bottom: 2px solid #ebebeb
}
.product-accordion .accordion-title:before {
	border: 2px solid #f13a3a;
	width: 24px;
	height: 24px;
	line-height: 22px;
	margin-top: -12px;
	right: 20px;
	text-align: center;
	display: block;
	color: #f13a3a;
	border-radius: 1000px
}
.product-accordion .accordion-title .image-wrapper {
	background-color: rgba(87,87,86,.05);
	margin-right: 20px
}
.product-accordion .accordion-title img {
	max-width: 70px
}
@media screen and (min-width:64em) {
.product-accordion .accordion-title img {
	max-width: 80px
}
}
.product-accordion .accordion-content {
	padding: 30px;
	font-size: 1.0625rem
}
.contact-accordion .accordion-item.is-active .accordion-title:after {
	-webkit-transform: scale(.8) rotate(-90deg);
	transform: scale(.8) rotate(-90deg)
}
.contact-accordion .accordion-item:last-child {
	border: none
}
.contact-accordion .accordion-content, .contact-accordion .accordion-title {
	padding-left: 0;
	padding-right: 0
}
.contact-accordion .accordion-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.contact-accordion .accordion-title:after {
	-webkit-transform: scale(.8) rotate(90deg);
	transform: scale(.8) rotate(90deg)
}
@media screen and (min-width:64em) {
.contact-accordion .accordion-title:after {
	position: static;
	margin: 0 0 0 15px
}
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
	padding: 30px 30px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
@media screen and (min-width:64em) {
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
	padding: 60px 60px!important
}
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder {
	margin-bottom: 20px
}
@media screen and (min-width:64em) {
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder {
	margin-bottom: 60px
}
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
	background-color: #FFE4E1!important;
	border-color: #FFE4E1!important
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button {
	background-color: transparent!important;
	border-color: #f1f1f1!important
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
	padding: 30px 30px!important
}
@media screen and (min-width:64em) {
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
	padding: 60px 60px!important
}
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-content .tab-title {
	font-size: 1.6rem;
margin-bottom:.6rem
}
@media screen and (min-width:64em) {
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-content .tab-title {
	font-size: 2rem
}
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-content h2 {
	font-size: 1.5rem!important;
margin:1.4rem 0 .6rem!important
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
	content: none!important
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	outline: 0;
	position: relative;
	background-color: #FFE4E1;
	border-color: #FFE4E1;
	color: #f13a3a!important
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
	color: #f13a3a!important;
	background-color: #89dad1!important
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content button.mgbutton {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase!important;
	outline: 0;
	position: relative;
	background-color: #FFE4E1!important;
	border-color: #FFE4E1!important;
	color: #f13a3a!important
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content button.mgbutton:hover {
	color: #f13a3a!important;
	background-color: #89dad1!important
}
nav.main-breadcrumbs a, nav.main-breadcrumbs span {
font-size:.875rem;
	line-height: 30px;
	font-weight: 400;
	color: #f13a3a
}
.button {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	border-radius: 1000px;
	text-transform: uppercase;
	outline: 0;
	position: relative
}
.button.secondary {
	color: #ffffff
}
.button.secondary:active, .button.secondary:focus, .button.secondary:hover {
	color: #ffffff
}
.button.white {
	background-color: #fefefe;
	color: #f13a3a;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.button.white:active, .button.white:focus, .button.white:hover {
	opacity: .7
}
.button.has-icon {
	padding-right: 3.5em
}
.button i {
	margin-left: 10px;
	font-size: 1rem;
	position: absolute;
	top: 0;
	bottom: 0;
right:.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.card {
	background-color: #fefefe;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 12px;
	height: 100%;
	position: relative;
	cursor: pointer
}
.card .terms {
	position: absolute;
	top: 15px;
	right: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.card .terms .group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 6px
}
.card .terms .group.liquids {
	background: #f13a3a;
	border-radius: 3px
}
.card .terms .group.liquids img {
	height: 22px;
	max-width: none;
	padding: 5px;
	margin: 0
}
.card .terms .group.liquids .img-wraps {
	display: block
}
.card .terms .group.liquids .img-wraps.max {
margin-left:.5rem;
	position: relative
}
.card .terms .group.liquids .img-wraps.max:before {
	content: "";
width:.25rem;
	height: 1.5px;
	border-radius: 2px;
	display: block;
	background: #fefefe;
	position: absolute;
left:-.35rem;
	top: 11px
}
.card .terms .group.depths img {
	height: 22px;
	background: #f13a3a;
	border-radius: 3px;
	padding: 5px;
	max-width: none
}
.card .terms img, .card .terms svg {
	max-width: 22px;
	margin-left: 3px
}
.card .figure {
	background: #f13a3a;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(254,254,254,0)), to(rgba(216,216,216,.5)));
	background: linear-gradient(to bottom, rgba(254,254,254,0), rgba(216,216,216,.5));
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden
}
@media screen and (min-width:64em) {
.card .figure.min-height {
	min-height: 200px
}
}
.card .figure .term {
	background-color: #f13a3a;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
	padding: .5em 1em .5em 1.5em;
font-size:.9375rem;
	font-weight: 700;
	color: #fefefe;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.card .text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 30px
}
.card .text .meta {
	display: block;
	margin-bottom: 10px;
font-size:.9375rem;
	color: #7a7a7a
}
.card .text .event-meta {
	padding-top: 20px;
	color: #7a7a7a
}
.card .text .event-meta .date, .card .text .event-meta .location, .card .text .event-meta .time {
	display: block;
font-size:.9375rem
}
.card .text .event-meta .date, .card .text .event-meta .time {
	margin-bottom: 5px
}
.card .text .event-meta .label {
	font-weight: 700;
	color: #f13a3a;
	margin-right: 5px
}
.card .text .pre-title {
	color: #f13a3a;
	display: block;
	margin-bottom: 5px;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase；
	font-size: 1.4625rem
}
.card .text .title {
	font-size: 1.4625rem;
	color: #f13a3a;
	margin-bottom: .5em
}
@media print, screen and (min-width:26.25em) {
.card .text .title {
	font-size: 1.4625rem
}
}
@media print, screen and (min-width:40em) {
.card .text .title {
	font-size: 1.4625rem
}
}
@media screen and (min-width:64em) {
.card .text .title {
	font-size: 1.25rem
}
}
@media screen and (min-width:75em) {
.card .text .title {
	font-size: 1.25rem
}
}
.card .text .title.dark {
	color: #575756
}
.card .text a {
	color: #f13a3a
}
.card .text p {
	color: #7a7a7a;
	margin-bottom: 0
}
.card .text p+.tags {
	margin-top: 15px
}
.card .text .button {
	margin-bottom: 0
}
.entrance-box {
	background-color: #fefefe;
	color: #f13a3a;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 6px;
	min-height: 130px
}
.entrance-box.custom {
	background-color: #f13a3a;
	color: #fefefe
}
.entrance-box .thumb {
	width: 130px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.entrance-box img {
	height: auto;
	max-width: 130px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
@media print, screen and (min-width:26.25em) {
.entrance-box img {
	max-width: 100%
}
}
.entrance-box .content {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	padding: 15px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 130px);
	float: left
}
.entrance-box .content i {
	font-size: 1.6rem;
	font-weight: 700;
	margin-left: 1.25rem
}
.entrance-box .content span {
	display: block
}
@media screen and (min-width:64em) {
.entrance-box .content {
	font-size: 1.25rem
}
}
.term-list {
	list-style: none;
	margin: 0
}
.term-list li {
	margin-bottom: 20px
}
.term-list li.all>a {
	color: #7a7a7a;
	font-weight: 400;
	font-size: 1.0625rem
}
.term-list li.current-cat>a {
	border-color: #f13a3a
}
.term-list li a {
	display: inline-block;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 700;
	color: #575756;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	border-bottom: 2px solid transparent
}
.term-list li a:hover {
	opacity: .5
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
border-radius:8px;
padding:15px 20px;
margin-bottom:20px;
height:auto
}
.wpcf7 .wpcf7-response-output {
	padding: 0;
	margin: 0;
	border: none
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block
}
.wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	right: 20px;
	bottom: 0
}
.wpcf7 .wpcf7-form-control .wpcf7-list-item {
	margin: 0 0 20px
}
.wpcf7 .wpcf7-form-control .wpcf7-list-item label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2
}
.wpcf7 .wpcf7-form-control .wpcf7-list-item input {
	margin: 0 10px
}
.wpcf7 .wpcf7-form p>span {
	display: block;
	font-size: 1rem;
margin:.6rem 0 .3rem 0
}
.wpcf7 .wpcf7-acceptance label, .wpcf7 .wpcf7-radio label {
	margin: 0 1.6rem 0 0;
font-size:.875rem
}
.wpcf7 .wpcf7-acceptance input, .wpcf7 .wpcf7-radio input {
	-webkit-appearance: none;
	-moz-appearance: none;
padding:.6rem;
margin:0 .6rem 0 0!important;
	border: solid 2px #7a7a7a;
border-radius:.25rem;
	outline: 0;
	cursor: pointer
}
.wpcf7 .wpcf7-acceptance input:checked, .wpcf7 .wpcf7-radio input:checked {
	background: #4bc5b8
}
.wpcf7 .wpcf7-response-output {
	background: #f13a3a;
	padding: 2rem!important;
	text-align: center;
	color: #fefefe;
	font-weight: 700;
	border: none!important
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
	background: red
}
.wpcf7 .recaptcha .wpcf7-not-valid-tip {
	right: 0;
	position: relative;
margin-top:.5rem
}
.wpcf7 .button[disabled].secondary {
	color: #f13a3a
}
.ref {
	background-color: #ebebeb;
	color: #7a7a7a;
	display: inline-block;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	padding: 0 .8em;
	height: 1.75em;
	line-height: 1.75em;
	vertical-align: top;
	text-align: center;
	border: none;
	font-size: .75em;
	border-radius: 1000px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
html.is-reveal-open body, html.is-reveal-open.zf-has-scroll {
	position: static;
	overflow-y: visible!important
}
.reveal-overlay {
	padding: 15px;
	background-color: rgba(43,43,43,.8)
}
.reveal {
	outline: 0;
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px rgba(0,0,0,.2);
	max-width: 100%;
	padding: 40px 25px 25px;
border-radius:.5rem
}
@media print, screen and (min-width:40em) {
.reveal {
	padding: 60px
}
}
@media print, screen and (max-width:26.24875em) {
.reveal {
	height: auto;
	min-height: 0
}
}
.reveal.small {
	width: 100%;
	max-width: 750px
}
.reveal.center {
	text-align: center
}
.reveal iframe, .reveal video {
	width: 100%
}
.reveal.video {
	padding: 0
}
.reveal.video .close-button {
	color: #999999
}
.reveal .info-icon {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto 1.5rem;
	background-image: url(../image/icon-info1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}
.reveal .reference {
	text-align: left;
font-size:.8rem;
margin-bottom:.5rem;
	position: relative
}
.reveal .reference .number {
	position: absolute;
	top: 0;
	left: 0
}
.reveal .reference .text {
	display: block;
	padding: 0 0 0 1.5rem
}
.reveal .reference .icon-link {
	max-width: 12px;
	margin-top: -2px;
margin-left:.25rem
}
.close-button {
	outline: 0;
	color: #f13a3a
}
#browser-modal .reveal {
	display: block;
	max-width: 700px;
	background: #2b2b2b;
	color: #fefefe;
	border: solid 2px #fefefe;
	text-align: center
}
#browser-modal .close-button, #browser-modal h2 {
	color: #fefefe
}
#browser-modal p {
	font-size: 1.2rem
}
.selectsite-modal {
	max-width: 500px!important;
	padding: 60px 50px 50px!important;
	text-align: center
}
.selectsite-modal .inner {
	margin: 1rem 0 3rem
}
.selectsite-modal .inner .title {
	font-size: 1.6rem
}
.selectsite-modal .inner p {
	font-size: 1.1rem
}
.selectsite-modal .button {
	width: 100%
}
.select-button {
	background-color: #f13a3a;
	max-width: 400px;
	border-radius: 24px;
	border: 1px solid rgba(0,173,155,.2)
}
.select-button.active {
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
	box-shadow: 0 10px 15px rgba(0,0,0,.1)
}
.select-button.active .button {
	background-color: #009384;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.select-button.active .button i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.select-button.active ul {
	display: block
}
.select-button .button {
	margin-bottom: 0
}
.select-button .button i {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.select-button ul {
	display: none;
	list-style: none;
	margin: 0;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px
}
.select-button ul li:last-child>a {
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px
}
.select-button ul li a {
	display: block;
	padding: 10px 2.4em;
	color: #fefefe;
	font-weight: 700;
	border-top: 1px solid rgba(255,255,255,.2);
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}
.select-button ul li a:hover {
	background-color: #009384
}
table tbody tr {
	background-color: #fafafa
}
table td, table th {
	padding: 5px 10px;
	line-height: 1.2
}
@media screen and (min-width:64em) {
table td, table th {
padding:.9375rem 1.875rem
}
}
table th {
	background: 0 0;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
font-size:.9375rem;
	white-space: nowrap
}
@media screen and (min-width:64em) {
table th {
	font-size: 1.25rem
}
}
table td {
font-size:.8125rem
}
@media screen and (min-width:64em) {
table td {
font-size:.9375rem
}
}
.tag {
	display: inline-block;
	background-color: #ebebeb;
	padding: .5em 1em;
font-size:.9375rem;
	border-radius: .5em;
	margin-bottom: .25em;
	color: #7a7a7a
}
.tag.small {
font-size:.75rem
}
.tooltip {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.3);
	box-shadow: 0 5px 20px rgba(0,0,0,.3);
	border-radius: 6px;
	z-index: 9
}
[data-tooltip].ref {
	background-color: #FFE4E1;
	color: #f13a3a;
	display: inline-block;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	vertical-align: top;
	text-align: center;
	border: none;
	font-size: .7em;
	border-radius: 1000px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
[data-tooltip].ref.active {
	background-color: #f13a3a;
	color: #fefefe
}/*! jQuery UI - v1.12.1 - 2020-10-13
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=sliders&folderName=sliders&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
sliders .ui-front {
	z-index: 100
}
sliders .ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}
sliders .ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}
sliders .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
sliders .ui-slider {
	position: relative;
	text-align: left
}
sliders .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}
sliders .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}
sliders .ui-slider-vertical {
	width: .8em;
	height: 100px
}
sliders .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}
sliders .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}
sliders .ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}
sliders .ui-slider-vertical .ui-slider-range-max {
	top: 0
}
sliders .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}
sliders .ui-widget .ui-widget {
	font-size: 1em
}
sliders .ui-widget button, sliders .ui-widget input, sliders .ui-widget select, sliders .ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}
sliders .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}
sliders .ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}
sliders .ui-widget-content a {
	color: #333
}
sliders .ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700
}
sliders .ui-widget-header a {
	color: #333
}
html sliders .ui-button.ui-state-disabled:active, html sliders .ui-button.ui-state-disabled:hover, sliders .ui-button {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545
}
a:linksliders .ui-button, a:visitedsliders .ui-button, asliders .ui-button, sliders .ui-button {
color:#454545;
text-decoration:none
}
sliders .ui-button:focus, sliders .ui-button:hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b
}
asliders .ui-button:focus, asliders .ui-button:hover {
	color: #2b2b2b;
	text-decoration: none
}
asliders .ui-button:active, sliders .ui-button.ui-state-active:hover, sliders .ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}
sliders .ui-icon-background {
	border: #003eff;
	background-color: #fff
}
sliders .ui-icon {
	width: 16px;
	height: 16px
}
sliders .ui-icon, sliders .ui-widget-content .ui-icon {
	background-image: url(../image/ui-icons_444444_256x240.png)
}
sliders .ui-widget-header .ui-icon {
	background-image: url(../image/ui-icons_444444_256x240.png)
}
sliders .ui-button:focus .ui-icon, sliders .ui-button:hover .ui-icon {
	background-image: url(../image/ui-icons_555555_256x240.png)
}
sliders .ui-button:active .ui-icon {
	background-image: url(../image/ui-icons_ffffff_256x240.png)
}
sliders .ui-button .ui-state-highlight.ui-icon {
	background-image: url(../image/ui-icons_777620_256x240.png)
}
sliders .ui-button .ui-icon {
	background-image: url(../image/ui-icons_777777_256x240.png)
}
sliders .ui-icon-blank {
	background-position: 16px 16px
}
sliders .ui-icon-arrow-1-n {
	background-position: 0 -32px
}
sliders .ui-icon-arrow-1-e {
	background-position: -32px -32px
}
sliders .ui-icon-arrow-1-se {
	background-position: -48px -32px
}
sliders .ui-icon-arrow-1-s {
	background-position: -65px -32px
}
sliders .ui-icon-arrow-1-w {
	background-position: -96px -32px
}
sliders .ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}
sliders .ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}
sliders .ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}
sliders .ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}
sliders .ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}
sliders .ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}
sliders .ui-icon-arrow-4 {
	background-position: 0 -80px
}
sliders .ui-icon-refresh {
	background-position: -64px -80px
}
sliders .ui-icon-document {
	background-position: -32px -96px
}
sliders .ui-icon-document-b {
	background-position: -48px -96px
}
sliders .ui-icon-tag {
	background-position: -240px -96px
}
sliders .ui-icon-home {
	background-position: 0 -112px
}
sliders .ui-icon-calculator {
	background-position: -112px -112px
}
sliders .ui-icon-search {
	background-position: -160px -112px
}
sliders .ui-icon-link {
	background-position: -240px -112px
}
sliders .ui-icon-cancel {
	background-position: 0 -128px
}
sliders .ui-icon-close {
	background-position: -80px -128px
}
sliders .ui-icon-contact {
	background-position: -192px -128px
}
sliders .ui-icon-image {
	background-position: -208px -128px
}
sliders .ui-icon-video {
	background-position: -224px -128px
}
sliders .ui-icon-script {
	background-position: -240px -128px
}
sliders .ui-icon-alert {
	background-position: 0 -144px
}
sliders .ui-icon-info {
	background-position: -16px -144px
}
sliders .ui-icon-notice {
	background-position: -32px -144px
}
sliders .ui-icon-check {
	background-position: -64px -144px
}
sliders .ui-icon-play {
	background-position: 0 -160px
}
sliders .ui-icon-pause {
	background-position: -16px -160px
}
sliders .ui-icon-stop {
	background-position: -96px -160px
}
sliders .ui-icon-circle-close {
	background-position: -32px -192px
}
sliders .ui-icon-circle-arrow-e {
	background-position: -112px -192px
}
sliders .ui-icon-circle-arrow-s {
	background-position: -128px -192px
}
sliders .ui-icon-circle-arrow-w {
	background-position: -144px -192px
}
sliders .ui-icon-circle-arrow-n {
	background-position: -160px -192px
}
sliders .ui-icon-circle-check {
	background-position: -208px -192px
}
sliders .ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}
sliders .ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
sliders .ui-front {
	z-index: 100
}
sliders .ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}
sliders .ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}
sliders .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
sliders .ui-slider {
	position: relative;
	text-align: left
}
sliders .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}
sliders .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}
sliders .ui-slider-vertical {
	width: .8em;
	height: 100px
}
sliders .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}
sliders .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}
sliders .ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}
sliders .ui-slider-vertical .ui-slider-range-max {
	top: 0
}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=sliders&folderName=sliders&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
sliders .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}
sliders .ui-widget .ui-widget {
	font-size: 1em
}
sliders .ui-widget button, sliders .ui-widget input, sliders .ui-widget select, sliders .ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}
sliders .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}
sliders .ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}
sliders .ui-widget-content a {
	color: #333
}
sliders .ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700
}
sliders .ui-widget-header a {
	color: #333
}
html sliders .ui-button.ui-state-disabled:active, html sliders .ui-button.ui-state-disabled:hover, sliders .ui-button {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545
}
a:linksliders .ui-button, a:visitedsliders .ui-button, asliders .ui-button, sliders .ui-button {
color:#454545;
text-decoration:none
}
sliders .ui-button:focus, sliders .ui-button:hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b
}
asliders .ui-button:focus, asliders .ui-button:hover {
	color: #2b2b2b;
	text-decoration: none
}
asliders .ui-button:active, sliders .ui-button.ui-state-active:hover, sliders .ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}
sliders .ui-icon-background {
	border: #003eff;
	background-color: #fff
}
sliders .ui-icon {
	width: 16px;
	height: 16px
}
sliders .ui-icon, sliders .ui-widget-content .ui-icon {
	background-image: url(../image/ui-icons_444444_256x240.png)
}
sliders .ui-widget-header .ui-icon {
	background-image: url(../image/ui-icons_444444_256x240.png)
}
sliders .ui-button:focus .ui-icon, sliders .ui-button:hover .ui-icon {
	background-image: url(../image/ui-icons_555555_256x240.png)
}
sliders .ui-button:active .ui-icon {
	background-image: url(../image/ui-icons_ffffff_256x240.png)
}
sliders .ui-button .ui-state-highlight.ui-icon {
	background-image: url(../image/ui-icons_777620_256x240.png)
}
sliders .ui-button .ui-icon {
	background-image: url(../image/ui-icons_777777_256x240.png)
}
sliders .ui-icon-blank {
	background-position: 16px 16px
}
sliders .ui-icon-arrow-1-n {
	background-position: 0 -32px
}
sliders .ui-icon-arrow-1-e {
	background-position: -32px -32px
}
sliders .ui-icon-arrow-1-se {
	background-position: -48px -32px
}
sliders .ui-icon-arrow-1-s {
	background-position: -65px -32px
}
sliders .ui-icon-arrow-1-w {
	background-position: -96px -32px
}
sliders .ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}
sliders .ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}
sliders .ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}
sliders .ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}
sliders .ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}
sliders .ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}
sliders .ui-icon-arrow-4 {
	background-position: 0 -80px
}
sliders .ui-icon-refresh {
	background-position: -64px -80px
}
sliders .ui-icon-document {
	background-position: -32px -96px
}
sliders .ui-icon-document-b {
	background-position: -48px -96px
}
sliders .ui-icon-tag {
	background-position: -240px -96px
}
sliders .ui-icon-home {
	background-position: 0 -112px
}
sliders .ui-icon-calculator {
	background-position: -112px -112px
}
sliders .ui-icon-search {
	background-position: -160px -112px
}
sliders .ui-icon-link {
	background-position: -240px -112px
}
sliders .ui-icon-cancel {
	background-position: 0 -128px
}
sliders .ui-icon-close {
	background-position: -80px -128px
}
sliders .ui-icon-contact {
	background-position: -192px -128px
}
sliders .ui-icon-image {
	background-position: -208px -128px
}
sliders .ui-icon-video {
	background-position: -224px -128px
}
sliders .ui-icon-script {
	background-position: -240px -128px
}
sliders .ui-icon-alert {
	background-position: 0 -144px
}
sliders .ui-icon-info {
	background-position: -16px -144px
}
sliders .ui-icon-notice {
	background-position: -32px -144px
}
sliders .ui-icon-check {
	background-position: -64px -144px
}
sliders .ui-icon-play {
	background-position: 0 -160px
}
sliders .ui-icon-pause {
	background-position: -16px -160px
}
sliders .ui-icon-stop {
	background-position: -96px -160px
}
sliders .ui-icon-circle-close {
	background-position: -32px -192px
}
sliders .ui-icon-circle-arrow-e {
	background-position: -112px -192px
}
sliders .ui-icon-circle-arrow-s {
	background-position: -128px -192px
}
sliders .ui-icon-circle-arrow-w {
	background-position: -144px -192px
}
sliders .ui-icon-circle-arrow-n {
	background-position: -160px -192px
}
sliders .ui-icon-circle-check {
	background-position: -208px -192px
}
sliders .ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}
sliders .ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}
.cypress-anchorlinks ul.links {
	list-style: none;
	margin: 0;
	display: block;
	overflow: auto;
	white-space: nowrap;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none
}
.cypress-anchorlinks ul.links::-webkit-scrollbar {
display:none
}
@media screen and (min-width:64em) {
.cypress-anchorlinks ul.links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
}
.cypress-anchorlinks ul.links li {
	display: inline-block;
	margin-left: 10px
}
.cypress-anchorlinks ul.links li:first-child {
	margin-left: 0
}
@media print, screen and (min-width:40em) {
.cypress-anchorlinks ul.links li {
	margin-left: 15px
}
}
@media screen and (min-width:64em) {
.cypress-anchorlinks ul.links li {
	margin-left: 30px
}
}
.cypress-anchorlinks ul.links li a {
font-size:.75rem;
	display: inline-block;
	color: #575756
}
@media print, screen and (min-width:40em) {
.cypress-anchorlinks ul.links li a {
font-size:.875rem;
	line-height: 1.8
}
}
@media screen and (min-width:64em) {
.cypress-anchorlinks ul.links li a {
	font-size: 1rem;
	line-height: 1.8
}
}
.cypress-anchorlinks ul.links li a.active {
	color: #f13a3a;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	border-bottom: 2px solid #f13a3a
}
.cypress-accordion {
	padding: 60px 0
}
.cypress-accordion+.cypress-accordion, .cypress-cards+.cypress-accordion, .cypress-contact+.cypress-accordion, .cypress-image+.cypress-accordion, .cypress-media-text.white+.cypress-accordion.white, .cypress-media-text.white+.cypress-accordion:not(.cypress-media-text), .cypress-page-intro+.cypress-accordion, .cypress-table-custom+.cypress-accordion, .cypress-text+.cypress-accordion, .cypress-text-columns.white+.cypress-accordion, .cypress-video+.cypress-accordion {
	padding-top: 0
}
.cypress-area-of-use {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 40px;
	position: relative;
	color: #fefefe
}
@media screen and (min-width:64em) {
.cypress-area-of-use {
	background: 0 0!important;
	padding: 100px 0
}
}
.cypress-area-of-use>.grid-container {
	position: relative;
	z-index: 2
}
.cypress-area-of-use:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: #f13a3a;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(254,254,254,0)), to(#2b2b2b));
	background: linear-gradient(to bottom, rgba(254,254,254,0), #2b2b2b)
}
@media screen and (min-width:64em) {
.cypress-area-of-use:after {
	height: 60%;
	background: #f13a3a;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(254,254,254,0)), to(rgba(0,173,155,.1)));
	background: linear-gradient(to bottom, rgba(254,254,254,0), rgba(0,173,155,.1))
}
}
.cypress-area-of-use img {
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	border-radius: 12px
}
.cypress-area-of-use .pre-title {
	display: block;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size:1.4625rem;
	text-align: center
}
@media screen and (min-width:64em) {
.cypress-area-of-use .pre-title {
	font-size: 1.4625rem;
	color: #f13a3a;
	margin-bottom: 15px;
	text-align: left
}
}
.cypress-area-of-use .title {
	text-align: center;
	margin-bottom: 40px;
	color: #fefefe
}
@media screen and (min-width:64em) {
.cypress-area-of-use .title {
	color: #575756;
	text-align: left
}
}
.cypress-area-of-use .link-list {
	list-style: none;
	margin: 0
}
.cypress-area-of-use .link-list li {
	margin-bottom: 10px;
	position: relative
}
@media screen and (min-width:64em) {
.cypress-area-of-use .link-list li {
	margin-bottom: 20px
}
}
.cypress-area-of-use .link-list li a {
	background-color: #fefefe;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	border-radius: 6px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (min-width:64em) {
.cypress-area-of-use .link-list li a {
	font-size: 1.25rem;
	padding: 20px 30px
}
}
.cypress-area-of-use .link-list li a:focus {
	color: #f13a3a
}
.cypress-area-of-use .link-list li a:hover {
	background-color: #f13a3a;
	color: #fefefe;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}
.cypress-area-of-use .link-list li a:hover i {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}
.cypress-area-of-use .link-list li a i {
	font-size: 1.875rem;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.cypress-blocks {
	padding: 30px 0
}
@media screen and (min-width:64em) {
.cypress-blocks {
	padding: 60px 0
}
}
.cypress-blocks .block {
	margin-bottom: 30px;
	border-radius: 12px
}
@media screen and (min-width:64em) {
.cypress-blocks .block {
	margin-bottom: 0
}
}
.cypress-blocks .block .content {
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (min-width:64em) {
.cypress-blocks .block .content {
	padding: 40px;
	height: 100%
}
}
.cypress-blocks .block p {
	margin-bottom: 30px
}
.cypress-blocks .block .button {
	margin-bottom: 0
}
.cypress-blocks .block-large {
	position: relative;
	overflow: hidden
}
.cypress-blocks .block-large img {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 100%;
	height: auto
}
@media screen and (min-width:64em) {
.cypress-blocks .block-large img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0;
	z-index: -1
}
}
@media screen and (min-width:64em) {
.cypress-blocks .block-large .text {
	width: 50%
}
}
.cypress-cards {
	background-color: #fefefe;
	padding: 40px 0
}
.cypress-accordion+.cypress-cards, .cypress-cards+.cypress-cards, .cypress-contact+.cypress-cards, .cypress-image+.cypress-cards, .cypress-media-text.white+.cypress-cards.white, .cypress-media-text.white+.cypress-cards:not(.cypress-media-text), .cypress-page-intro+.cypress-cards, .cypress-table-custom+.cypress-cards, .cypress-text+.cypress-cards, .cypress-text-columns.white+.cypress-cards, .cypress-video+.cypress-cards {
	padding-top: 0
}
@media screen and (min-width:64em) {
.cypress-cards {
	padding: 100px 0
}
}
.cypress-cards .cell {
	margin-bottom: 30px;
	padding-top:10px;
	padding-bottom:20px;

}
@media screen and (min-width:64em) {
.cypress-cards .cell {
	margin-bottom: 0
}
}
.cypress-cards .cell img {
	width: 100%
}
.cypress-cards .cell .title {
	font-size: 1.1875rem;
	color: #575756;
	margin-bottom: 30px
}
@media print, screen and (min-width:26.25em) {
.cypress-cards .cell .title {
	font-size: 1.1875rem
}
}
@media print, screen and (min-width:40em) {
.cypress-cards .cell .title {
	font-size: 1.375rem
}
}
@media screen and (min-width:64em) {
.cypress-cards .cell .title {
	font-size: 1.5rem
}
}
@media screen and (min-width:75em) {
.cypress-cards .cell .title {
	font-size: 1.5rem
}
}
.cypress-checklist {
	background-color: #f13a3a;
	color: #fefefe;
	padding: 40px 0
}
.cypress-checklist .title-container {
	text-align: left;
	margin: 10px 0 10px
}
@media print, screen and (min-width:40em) {
.cypress-checklist .title-container {
	text-align: center
}
}
.cypress-checklist .title-container .title {
	color: #fefefe;
	margin-bottom: 0
}
@media print, screen and (min-width:40em) {
.cypress-checklist .title-container .title {
	margin-bottom: 1rem
}
}
.cypress-checklist .items {
	position: relative
}
.cypress-checklist .item {
	padding-left: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.2;
margin:.5rem 0;
	font-size: 1.0625rem
}
@media print, screen and (min-width:40em) {
.cypress-checklist .item {
	margin: 1.5rem 0;
	padding-left: 54px
}
}
.cypress-checklist .item p {
	font-size: 1rem;
	margin-bottom: 0
}
@media print, screen and (min-width:40em) {
.cypress-checklist .item p {
	font-size: 1.1875rem
}
}
.cypress-checklist .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../image/icon-checklist-white.svg);
	background-repeat: no-repeat;
	position: absolute;
top:.5rem;
	left: 0
}
@media print, screen and (min-width:40em) {
.cypress-checklist .icon {
	width: 32px;
	height: 32px;
	top: 1.25rem
}
}
.cypress-contact {
	padding: 40px 0
}
.cypress-accordion+.cypress-contact, .cypress-cards+.cypress-contact, .cypress-contact+.cypress-contact, .cypress-image+.cypress-contact, .cypress-media-text.white+.cypress-contact.white, .cypress-media-text.white+.cypress-contact:not(.cypress-media-text), .cypress-page-intro+.cypress-contact, .cypress-table-custom+.cypress-contact, .cypress-text+.cypress-contact, .cypress-text-columns.white+.cypress-contact, .cypress-video+.cypress-contact {
	padding-top: 0
}
@media print, screen and (min-width:40em) {
.cypress-contact {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-contact {
	padding: 100px 0
}
}
.cypress-contact .info {
	margin-bottom: 15px
}
.cypress-contact .button {
	text-align: left
}
.cypress-contact .market-wrap {
	margin-bottom: 40px
}
.cypress-contact .accordion {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px
}
@media screen and (min-width:64em) {
.cypress-contact .accordion {
	margin-bottom: 0
}
}
.cypress-documentation {
	background-color: #f7f7f7;
	padding: 40px 0 0;
	overflow: hidden
}
@media print, screen and (min-width:40em) {
.cypress-documentation {
	padding: 60px 0 20px
}
}
@media screen and (min-width:64em) {
.cypress-documentation {
	padding: 80px 0
}
}
.cypress-documentation .title {
	text-align: center;
	margin-bottom: 40px
}
.cypress-documentation .docgrid {
	max-width: 1066.66px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (min-width:64em) {
.cypress-documentation .docgrid {
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left
}
}
.cypress-documentation .file-list {
	list-style: none;
	margin-bottom: 30px
}
@media print, screen and (min-width:40em) {
.cypress-documentation .file-list {
	margin-bottom: 50px
}
}
.cypress-documentation .file-list.last {
	margin: 0 0 35px
}
@media print, screen and (min-width:26.25em) {
.cypress-documentation .file-list.last {
	margin: 0 0 50px
}
}
.cypress-documentation .file-list h4 {
	display: block
}
.cypress-documentation .file-list .card {
	cursor: auto;
	display: block;
	width: 100%;
	min-height: 212px;
	padding: 0!important
}
@media print, screen and (min-width:40em) {
.cypress-documentation .file-list .card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
}
@media screen and (min-width:64em) {
.cypress-documentation .file-list .card {
	display: block
}
}
.cypress-documentation .file-list .card .text {
	padding: 20px
}
@media print, screen and (min-width:40em) {
.cypress-documentation .file-list .card .text {
	padding: 30px
}
}
@media screen and (min-width:64em) {
.cypress-documentation .file-list .card .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.cypress-documentation .file-list .card .text .title {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	color: #2b2b2b;
	text-align: left
}
.cypress-documentation .file-list .card .author, .cypress-documentation .file-list .card .year {
	font-size: 1rem;
	display: inline
}
.cypress-documentation .file-list .card .author {
padding:0 .25rem 0 0
}
.cypress-documentation .file-list .card .publication {
	width: 100%;
	padding: 0 15px 0 0;
	display: block
}
.cypress-documentation .file-list .card .publication .info {
font-size:.7rem;
	display: block;
	width: 100%;
	margin: 0
}
.cypress-documentation .file-list .card .publication .links {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%!important
}
.cypress-documentation .file-list .card .publication .links .link {
	background: 0 0;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
font-size:.7rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 1rem 0 0
}
.cypress-documentation .file-list .card .publication .links .link:last-of-type {
	margin: 0
}
.cypress-documentation .file-list .card .publication .links .link:hover {
	-webkit-transform: none;
	transform: none
}
.cypress-documentation .file-list .card .publication .links .button {
	background: #FFE4E1;
	display: inline-block;
font-size:.7rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
	padding: 1em 2.4em;
	border-radius: 1.5rem
}
.cypress-documentation .file-list .card .publication .links .button:hover {
	background: #89dad1
}
.cypress-documentation .file-list .card .publication .links .icon-link {
	max-width: 10px;
margin:-.15rem 0 0 .3rem
}
.cypress-documentation .file-list li {
	margin-bottom: 20px;
	border-radius: 12px
}
@media print, screen and (min-width:40em) {
.cypress-documentation .file-list li {
	margin-bottom: 30px
}
}
.cypress-documentation .file-list li.last {
	margin-bottom: 30px
}
.cypress-documentation .file-list li a {
	position: relative;
	background-color: #fefefe;
	padding: 15px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: 1.0625rem;
	border-radius: 6px
}
.cypress-documentation .file-list li a div {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 15px
}
.cypress-documentation .file-list li a .small {
	display: block;
font-size:.75rem;
	text-transform: uppercase;
margin:0 0 .25rem
}
.cypress-documentation .file-list li .dubble-links {
	position: relative;
	background-color: #fefefe;
	padding: 20px 20px;
	display: block;
	font-size: 1rem;
	color: #4bc5b8;
	display: block;
	height: 100%;
	border-radius: 12px
}
@media print, screen and (min-width:40em) {
.cypress-documentation .file-list li .dubble-links {
	padding: 25px 30px
}
}
.cypress-documentation .file-list li .dubble-links .icon-external {
	top: 20px;
	right: 20px
}
@media print, screen and (min-width:40em) {
.cypress-documentation .file-list li .dubble-links .icon-external {
	top: 25px;
	right: 30px
}
}
.cypress-documentation .file-list li .dubble-links .author, .cypress-documentation .file-list li .dubble-links .name {
	display: block;
margin-bottom:.8rem
}
.cypress-documentation .file-list li .dubble-links .publication {
	width: 100%;
	overflow: hidden;
	padding: 0 15px 0 0;
	display: block
}
@media screen and (min-width:76.25em) {
.cypress-documentation .file-list li .dubble-links .publication {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
}
.cypress-documentation .file-list li .dubble-links .publication .info {
font-size:.7rem;
	float: left;
	width: 100%;
	margin: 0 0 10px 0
}
@media screen and (min-width:76.25em) {
.cypress-documentation .file-list li .dubble-links .publication .info {
	margin: 0 10px 0 0;
	max-width: 170px;
	width: 180px
}
}
.cypress-documentation .file-list li .dubble-links .publication .links {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%
}
@media screen and (min-width:76.25em) {
.cypress-documentation .file-list li .dubble-links .publication .links {
	width: calc(100% - 180px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
}
.cypress-documentation .file-list li .dubble-links div {
	color: #575756
}
.cypress-documentation .file-list li .dubble-links a {
	background: 0 0;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
font-size:.7rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 1rem 0 0
}
.cypress-documentation .file-list li .dubble-links a:last-of-type {
	margin: 0
}
.cypress-documentation .file-list li .dubble-links a:hover {
	-webkit-transform: none;
	transform: none
}
.cypress-documentation .file-list li .dubble-links .icon-link {
	max-width: 10px;
margin:-.15rem 0 0 .3rem
}
.cypress-documentation .file-list.no-icon li div {
	padding: 0 15px 0 0
}
.cypress-documentation .ifu-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.cypress-documentation .ifu-link {
	color: #2b2b2b
}
.cypress-documentation .ifu-link .icon-external {
	position: absolute;
	top: 20px;
	right: 25px
}
.cypress-documentation .information-icon {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: 0;
margin-left:.5rem;
	background-image: url(../image/icon-info1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.cypress-documentation .information-icon:hover {
	width: 22px;
	height: 22px
}
.cypress-entrances {
	margin-bottom: 40px;
	position: relative;
	z-index: 2
}
@media print, screen and (max-width:63.99875em) {
.cypress-entrances {
	margin-top: -105px;
	margin-bottom: 0;
	overflow: auto;
	padding: 40px 0;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none
}
.cypress-entrances::-webkit-scrollbar {
display:none
}
.cypress-entrances .inner {
	width: 1000px
}
}
@media print, screen and (max-width:63.99875em) and (min-width:26.25em) {
.cypress-entrances .inner {
	width: 1280px
}
}
.cypress-entrances .entrance-box {
	max-width: 320px
}
@media print, screen and (min-width:26.25em) {
.cypress-entrances .entrance-box {
	max-width: none
}
}
@media screen and (min-width:64em) {
.cypress-entrances .entrance-box {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.cypress-entrances .entrance-box:hover {
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%)
}
}
.cypress-evidence-guide {
	padding-bottom: 40px
}
@media print, screen and (min-width:40em) {
.cypress-evidence-guide {
	padding-bottom: 100px
}
}
.cypress-evidence-guide .filters-label {
	display: block;
	color: #575756;
	font-size: 1.1875rem;
	margin-bottom: 20px
}
@media print, screen and (min-width:26.25em) {
.cypress-evidence-guide .filters-label {
	font-size: 1.1875rem
}
}
@media print, screen and (min-width:40em) {
.cypress-evidence-guide .filters-label {
	font-size: 1.375rem
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .filters-label {
	font-size: 1.5rem
}
}
@media screen and (min-width:75em) {
.cypress-evidence-guide .filters-label {
	font-size: 1.5rem
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .clear-all-container, .cypress-evidence-guide .filters {
	max-width: 350px
}
}
.cypress-evidence-guide .clear-all-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cypress-evidence-guide .clear-all {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
font-size:.9375rem
}
.cypress-evidence-guide .clear-all svg {
	margin-right: 8px
}
@media print, screen and (max-width:63.99875em) {
.cypress-evidence-guide .clear-all {
	color: #fefefe;
font-size:.875rem
}
.cypress-evidence-guide .clear-all svg * {
	fill: #fefefe
}
}
@media print, screen and (max-width:63.99875em) {
.cypress-evidence-guide .filters-container {
	background-color: #f13a3a;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 40px
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .filters {
	border: 2px solid #ebebeb;
	border-radius: 6px;
	overflow: hidden
}
}
.cypress-evidence-guide .evi-filter-widget {
	background-color: #f3bdb7;
	margin-bottom: 5px;
	border-radius: 6px;
	position: relative;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.3);
	box-shadow: 0 5px 20px rgba(0,0,0,.3)
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evi-filter-widget {
	background-color: #f3bdb7;
	padding: 30px;
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: 2px solid #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.cypress-evidence-guide .evi-filter-widget.active {
	background-color: #fefefe
}
.cypress-evidence-guide .evi-filter-widget.active .title {
	color: #575756
}
.cypress-evidence-guide .evi-filter-widget.active .title:after {
	content: '\f106';
	color: #575756
}
.cypress-evidence-guide .evi-filter-widget.active .terms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.cypress-evidence-guide .evi-filter-widget.active .terms-list {
	display: block
}
.cypress-evidence-guide .evi-filter-widget:last-child {
	border-bottom: none
}
.cypress-evidence-guide .evi-filter-widget .title {
	font-size: 1rem;
	padding: 15px;
	margin-bottom: 0;
	color: #fefefe;
	position: relative
}
.cypress-evidence-guide .evi-filter-widget .title:after {
	content: '\f107';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	font-size: 1.875rem;
	color: #fefefe
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evi-filter-widget .title {
	font-size: 1.125rem;
	padding: 0;
	margin-bottom: 20px;
	color: #575756;
	text-align: center
}
}
@media screen and (min-width:64em) and (min-width:26.25em) {
.cypress-evidence-guide .evi-filter-widget .title {
	font-size: 1.125rem
}
}
@media screen and (min-width:64em) and (min-width:40em) {
.cypress-evidence-guide .evi-filter-widget .title {
	font-size: 1.1875rem
}
}
@media screen and (min-width:64em) and (min-width:64em) {
.cypress-evidence-guide .evi-filter-widget .title {
	font-size: 1.25rem
}
}
@media screen and (min-width:64em) and (min-width:75em) {
.cypress-evidence-guide .evi-filter-widget .title {
	font-size: 1.25rem
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evi-filter-widget .title:after {
	display: none
}
}
.cypress-evidence-guide .evi-filter-widget .terms {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: none;
	padding: 0 15px 15px
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evi-filter-widget .terms {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.cypress-evidence-guide .evi-filter-widget .terms .term {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
font-size:.9375rem;
	margin-right: 10px;
	cursor: pointer
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evi-filter-widget .terms .term {
	margin: 0 5px
}
}
.cypress-evidence-guide .evi-filter-widget .terms .term.is-checked .icon {
	display: none
}
.cypress-evidence-guide .evi-filter-widget .terms .term.is-checked .icon-active {
	display: inline
}
.cypress-evidence-guide .evi-filter-widget .terms .term .name {
	text-align: center
}
.cypress-evidence-guide .evi-filter-widget .terms .term .icon-active {
	display: none
}
.cypress-evidence-guide .evi-filter-widget .terms .term img, .cypress-evidence-guide .evi-filter-widget .terms .term svg {
	margin-bottom: 10px
}
.cypress-evidence-guide .evi-filter-widget .terms-list {
	display: none;
	list-style: none;
	padding: 0 15px 15px;
	margin: 0
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evi-filter-widget .terms-list {
	display: block;
	padding: 0 20px
}
}
.cypress-evidence-guide .evi-filter-widget .terms-list li {
	background-image: url(../image/icon-checkbox.svg);
	background-repeat: no-repeat;
	padding: 5px 0 5px 40px;
font-size:.9375rem;
	line-height: 1.2;
	cursor: pointer
}
.cypress-evidence-guide .evi-filter-widget .terms-list li.is-checked {
	background-image: url(../image/icon-checkbox-active.svg)
}
.cypress-evidence-guide .grid-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px
}
.cypress-evidence-guide .grid-label {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	color: #575756;
	display: block
}
.cypress-evidence-guide .evi-sort-widget {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.cypress-evidence-guide .evi-sort-widget .sort-wrap {
	display: inline-block;
	-webkit-appearance: none;
margin:0 0 0 .5rem;
	width: 110px;
	position: relative;
	text-align: center
}
.cypress-evidence-guide .evi-sort-widget .sort-wrap .sort-current {
	display: block;
padding:.5rem 1rem;
font-size:.9375rem;
	color: #575756;
	border: solid 2px #ebebeb;
	border-radius: 1.2rem;
	line-height: 1.2;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.cypress-evidence-guide .evi-sort-widget .sort-wrap .sort-current.open {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.cypress-evidence-guide .evi-sort-widget .sort-wrap .sort-list {
	position: absolute;
	z-index: 1;
	width: 110px;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
padding:.5rem 1rem .25rem;
	border: solid 2px #ebebeb;
	border-bottom-right-radius: 1.2rem;
	border-bottom-left-radius: 1.2rem;
	background: #fefefe;
	border-top: none
}
.cypress-evidence-guide .evi-sort-widget .sort-wrap .sort-list li {
	display: block;
	cursor: pointer;
margin-bottom:.25rem
}
.cypress-evidence-guide .evi-sort-widget .sort-wrap .sort-list li:hover {
	font-weight: 600
}
.cypress-evidence-guide .evi-sort-widget .sort-direction {
	border: solid 2px #ebebeb;
	border-radius: 100%;
padding:.565rem .565rem;
margin-left:.25rem
}
.cypress-evidence-guide .evi-sort-widget .sort-direction:after {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(../image/filter-btn-2.png)
}
.cypress-evidence-guide .group-title {
	padding-top: 2rem
}
.cypress-evidence-guide .evidence-guide-grid {
	padding-bottom: 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: space-between;
	-webkit-align-items: space-between;
	-ms-flex-align: space-between;
	align-items: space-between
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evidence-guide-grid .gutter-sizer {
	width: 30px
}
}
.cypress-evidence-guide .evidence-guide-grid .emptygrid {
	display: none;
	width: 100%;
	margin-bottom: 2rem
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper {
	display: inline-block;
	width: calc(50% - 15px)
}
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card {
	cursor: auto;
	display: block;
	width: 100%;
	min-height: 215px
}
@media print, screen and (min-width:40em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card {
	display: block
}
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .text {
	padding: 20px
}
@media print, screen and (min-width:40em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .text {
	padding: 30px
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .text .title {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	color: #2b2b2b
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	width: 100%;
	max-width: 100%;
	min-height: 200px
}
@media print, screen and (min-width:40em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure {
	padding: 0 10px;
	max-width: 180px;
	width: 180px;
	height: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top-right-radius: 0;
	border-bottom-left-radius: 12px
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure {
	width: 100%;
	max-width: 100%;
	min-height: 180px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0
}
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure .thumb-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	z-index: 2;
	padding: 1rem 1.5rem;
	text-align: center
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure .thumb-text .title {
	color: #fefefe;
	font-size: 1rem;
	line-height: 1.2;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 0
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure .thumb-text .title {
	font-size: 1.2rem
}
}
@media screen and (min-width:75em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure .thumb-text .title {
	font-size: 1.35rem
}
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure .play-icon {
	opacity: .5;
	max-width: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}
@media print, screen and (min-width:40em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure .play-icon {
	max-width: 60px
}
}
@media screen and (min-width:64em) {
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .figure .play-icon {
	max-width: 100px
}
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .author, .cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .year {
	font-size: 1rem;
	display: inline
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .author {
padding:0 .25rem 0 0
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication {
	width: 100%;
	padding: 0 15px 0 0;
	display: block
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication .info {
font-size:.7rem;
	display: block;
	width: 100%;
	margin: 0
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication .links {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%!important
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication .links .link {
	background: 0 0;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
font-size:.7rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 1rem 0 0
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication .links .link:last-of-type {
	margin: 0
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication .links .link:hover {
	-webkit-transform: none;
	transform: none
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication .links .button {
	display: inline-block;
font-size:.7rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.cypress-evidence-guide .evidence-guide-grid .card-wrapper .card .publication .links .icon-link {
	max-width: 10px;
margin:-.15rem 0 0 .3rem
}
.cypress-evidence-guide .highlighted-cards .spec {
	position: absolute;
	top: 1.2rem;
	left: 0;
	z-index: 1;
	display: block;
	background-color: #f13a3a;
	color: #fefefe;
	padding: .5em 1em;
font-size:.875rem;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
	margin-bottom: .25em;
	font-weight: 600
}
.cypress-evidence-guide .highlighted-cards .tag {
	display: inline-block;
	background-color: #f13a3a;
	color: #fefefe;
	padding: .5em 1em;
font-size:.875rem;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
margin-bottom:.8rem;
font-size:.75rem;
	font-weight: 600
}
.cypress-faq {
	padding: 80px 0
}
.cypress-page-intro+.cypress-faq {
	padding-top: 0
}
.cypress-full-width {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	padding: 40px 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
@media print, screen and (min-width:40em) {
.cypress-full-width {
	padding: 40px 0 80px
}
}
@media screen and (min-width:64em) {
.cypress-full-width {
	min-height: 700px;
	padding: 100px 0
}
}
.cypress-full-width>.grid-container {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.cypress-full-width .full-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.cypress-full-width .textbox {
	font-size: 1rem;
	margin-bottom: 30px;
	border-radius: 20px
}
@media print, screen and (min-width:40em) {
.cypress-full-width .textbox {
	font-size: 1.0625rem
}
}
@media screen and (min-width:64em) {
.cypress-full-width .textbox {
	margin-bottom: 0
}
}
.cypress-full-width .textbox .figure {
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 2.5rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media print, screen and (min-width:40em) {
.cypress-full-width .textbox .figure {
	padding: 3rem 0;
	min-height: 250px
}
}
.cypress-full-width .textbox .figure .quote {
	text-align: center;
	padding: 0 40px;
	position: relative
}
.cypress-full-width .textbox .figure .quote:after {
	content: "";
	background-image: url(../image/quote-white.svg);
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
top:-.5rem;
	left: 0;
	right: 0;
	opacity: .25;
	margin: 0 auto
}
.cypress-full-width .textbox .figure .quote p {
	font-size: 1.35rem;
	line-height: 1.4;
	font-weight: 600;
	font-style: italic;
	color: #fefefe
}
.cypress-full-width .textbox .figure .quote p:last-child {
	margin-bottom: 0
}
.cypress-full-width .textbox .figure .quote .name {
font-size:.875rem;
	font-weight: 400
}
.cypress-full-width .textbox .text {
	padding: 40px;
	border-radius: 20px;
	background-color: #fefefe
}
.cypress-full-width .textbox h1, .cypress-full-width .textbox h2, .cypress-full-width .textbox h3, .cypress-full-width .textbox h4, .cypress-full-width .textbox h5, .cypress-full-width .textbox h6 {
	margin-bottom: .5em
}
.cypress-full-width .textbox p:last-child {
	margin-bottom: 0
}
.cypress-full-width .textbox .button {
	margin: 20px 0 0
}
.cypress-full-width .textbox.hasquote .text {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.cypress-full-width .image-caption {
	position: absolute;
bottom:.8rem;
	right: 0;
	left: 0;
	z-index: 2
}
.cypress-full-width .image-caption .grid-container {
	overflow: hidden
}
.cypress-full-width .image-caption p {
	color: #fefefe;
	max-width: 600px;
	width: 100%;
	float: left;
font-size:.8rem;
	text-align: left
}
@media screen and (min-width:64em) {
.cypress-full-width .image-caption p {
font-size:.9rem;
	float: right;
	text-align: right
}
}
.cypress-full-width .overlay {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 120px;
	opacity: .4;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(12%, #000), to(rgba(255,255,255,0)));
	background: linear-gradient(0deg, #000 12%, rgba(255,255,255,0) 100%)
}
.cypress-infobox {
	padding: 40px 0;
	background-color: #eefaf8;
	overflow: hidden
}
@media print, screen and (min-width:40em) {
.cypress-infobox {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-infobox {
	padding: 100px 0
}
}
.cypress-infobox.video {
	position: relative
}
.cypress-infobox.video:after {
	content: "";
	display: none;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fefefe
}
@media print, screen and (min-width:40em) {
.cypress-infobox.video:after {
	display: block
}
}
@media screen and (min-width:64em) {
.cypress-infobox.video:after {
	height: 280px
}
}
.cypress-infobox .textbox {
	background-color: #fefefe;
	padding: 20px;
	border-radius: 8px;
	font-size: 1rem;
	height: 100%;
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.08);
	box-shadow: 0 10px 10px rgba(0,0,0,.08)
}
@media print, screen and (min-width:40em) {
.cypress-infobox .textbox {
	padding: 40px;
	border-radius: 20px;
	font-size: 1.0625rem
}
}
.cypress-infobox .textbox .icon-wrap {
	width: 80px;
	height: 60px;
	margin: 0 auto 1.5rem;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center
}
@media print, screen and (min-width:40em) {
.cypress-infobox .textbox .icon-wrap {
	width: 120px;
	height: 100px;
	margin: 0 auto 3.5rem
}
}
.cypress-infobox .textbox .icon {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	margin: 0 auto;
	display: block
}
.cypress-infobox .video-grid {
	margin-top: 80px;
	position: relative;
	z-index: 1
}
@media screen and (min-width:64em) {
.cypress-infobox .video-grid {
	margin-top: 50px
}
}
.cypress-infobox .video-grid .video-title {
	display: block;
	text-align: center;
	margin-bottom: 15px
}
@media print, screen and (min-width:40em) {
.cypress-infobox .video-grid .video-title {
	margin-bottom: 33px
}
}
.cypress-infobox .video-grid .video-link img {
	border-radius: 12px
}
.cypress-infobox .video-grid .video-link .play {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0
}
.cypress-infobox .boxslide-container {
	padding-bottom: 40px;
	overflow: visible
}
.cypress-infobox .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.cypress-infobox .swiper-wrapper .swiper-slide {
	height: auto
}
.cypress-infobox .swiper-container .swiper-scrollbar {
	background-color: #d8d8d8;
	height: 12px;
	bottom: 0
}
.cypress-infobox .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #f13a3a
}
.cypress-gallery {
	background-color: #fefefe;
	padding: 40px 0
}
.cypress-accordion+.cypress-gallery, .cypress-cards+.cypress-gallery, .cypress-contact+.cypress-gallery, .cypress-image+.cypress-gallery, .cypress-media-text.white+.cypress-gallery.white, .cypress-media-text.white+.cypress-gallery:not(.cypress-media-text), .cypress-page-intro+.cypress-gallery, .cypress-table-custom+.cypress-gallery, .cypress-text+.cypress-gallery, .cypress-text-columns.white+.cypress-gallery, .cypress-video+.cypress-gallery {
	padding-top: 0
}
@media screen and (min-width:64em) {
.cypress-gallery {
	padding: 100px 0
}
}
.cypress-gallery img {
	border-radius: 12px;
	margin-bottom: 30px;
	width: 100%;
	height: auto
}
@media screen and (min-width:64em) {
.cypress-gallery img {
	margin-bottom: 0
}
}
.cypress-gallery .gallery-container {
padding-right:.9375rem;
padding-left:.9375rem
}
.cypress-gallery .swiper-wrapper {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.cypress-gallery .swiper-slide {
	width: 23.5%
}
.cypress-media-text {
	padding: 40px 0
}
.cypress-accordion+.cypress-media-text, .cypress-cards+.cypress-media-text, .cypress-contact+.cypress-media-text, .cypress-image+.cypress-media-text, .cypress-media-text.white+.cypress-media-text.white, .cypress-media-text.white+.cypress-media-text:not(.cypress-media-text), .cypress-page-intro+.cypress-media-text, .cypress-table-custom+.cypress-media-text, .cypress-text+.cypress-media-text, .cypress-text-columns.white+.cypress-media-text, .cypress-video+.cypress-media-text {
	padding-top: 0
}
@media screen and (min-width:64em) {
.cypress-media-text {
	padding: 100px 0
}
}
.cypress-media-text.light-gray {
	background-color: #f7f7f7;
	padding: 40px 0!important
}
@media screen and (min-width:64em) {
.cypress-media-text.light-gray {
	padding: 100px 0!important
}
}
.cypress-media-text.light-green {
	background-color: #ebf9f7;
	padding: 40px 0!important
}
@media screen and (min-width:64em) {
.cypress-media-text.light-green {
	padding: 100px 0!important
}
}
.cypress-media-text.dark-green {
	background-color: #f13a3a;
	color: #fefefe;
	padding: 40px 0!important
}
@media screen and (min-width:64em) {
.cypress-media-text.dark-green {
	padding: 100px 0!important
}
}
.cypress-media-text.dark-green h1, .cypress-media-text.dark-green h2, .cypress-media-text.dark-green h3, .cypress-media-text.dark-green h4, .cypress-media-text.dark-green h5, .cypress-media-text.dark-green h6 {
	color: #fefefe
}
.cypress-media-text.hasdropdown .text {
	padding-top: 0
}
@media screen and (min-width:64em) {
.cypress-media-text.hasdropdown .text {
	padding-top: 2.5rem
}
}
.cypress-media-text img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	border-radius: 12px
}
@media print, screen and (min-width:40em) {
.cypress-media-text img {
	margin-bottom: 35px
}
}
@media screen and (min-width:64em) {
.cypress-media-text img {
	margin-bottom: 0
}
}
.cypress-media-text a {
	display: inline-block;
	outline: 0
}
.cypress-media-text .center-text {
	text-align: center;
	margin-bottom: 2rem
}
.cypress-media-text .text .pre-title {
	display: block;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.4625rem;
	color: #f13a3a
}
@media print, screen and (min-width:40em) {
.cypress-media-text .text .pre-title {
	font-size: 1.4625rem
}
}
.cypress-media-text .text .button {
	margin: 5px 0 0
}
@media print, screen and (min-width:40em) {
.cypress-media-text .text .button {
	margin: 20px 0 0
}
}
.cypress-media-text .text .accordion {
	margin-top: 40px
}
.cypress-media-text .text .accordion .accordion-title {
	padding: 0 3rem 0 0
}
.cypress-media-text .text .accordion .image-wrapper {
	max-width: 70px;
	margin: 0
}
@media screen and (min-width:64em) {
.cypress-media-text .text .accordion .image-wrapper {
	max-width: 80px
}
}
.cypress-media-text .text .accordion .image-wrapper img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0
}
.cypress-media-text .text .accordion .dropdown-title {
font-size:.95rem;
	line-height: 1.1;
padding:.25rem 0 .25rem .95rem
}
@media screen and (min-width:64em) {
.cypress-media-text .text .accordion .dropdown-title {
	font-size: 1.15rem
}
}
.cypress-menu {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10
}
.admin-bar .cypress-menu {
	top: 46px
}
@media screen and (min-width:48.9375em) {
.admin-bar .cypress-menu {
	top: 32px
}
}
.sticky-header .cypress-menu {
	position: fixed
}
.sticky-header .cypress-menu .top {
	display: none
}
.sticky-header .cypress-menu .middle {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.05);
	box-shadow: 0 3px 6px rgba(0,0,0,.05)
}
.sticky-header .cypress-menu .bottom {
	background-color: #fefefe;
	padding: 0;
	border-top: solid 1px #f7f7f7;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.05);
	box-shadow: 0 3px 6px rgba(0,0,0,.05)
}
@media screen and (min-width:64em) {
.sticky-header .cypress-menu .bottom {
	padding: 4px 0
}
}
.cypress-menu .top {
	background-color: #2b2b2b;
	height: 40px;
	line-height: 40px;
	font-size:.9375rem;
	color: #fefefe
}
.cypress-menu .top a {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.cypress-menu .top a:hover {
	opacity: .5
}
.cypress-menu .top a i {
	font-size: 1.125rem;
	margin-left: 3px;
	vertical-align: bottom
}
.cypress-menu .top .options {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	z-index: 9
}
.cypress-menu .top .options:last-child {
	margin-right: 0
}
.cypress-menu .top .options.active>a>i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.cypress-menu .top .options.active .dropdown {
	display: block
}
.cypress-menu .top .options>a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0
}
.cypress-menu .top .options span {
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	margin-right: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cypress-menu .top .options .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin: 0;
	list-style: none
}
.cypress-menu .top .options .dropdown li:last-child a {
	border-bottom: none
}
.cypress-menu .top .options .dropdown li a {
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	background-color: #2b2b2b;
	color: #d8d8d8;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #575756;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}
.cypress-menu .top .options .dropdown li a:hover {
	opacity: 1;
	background-color: #575756
}
.cypress-menu .top .options .dropdown li a.active {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	color: #fefefe
}
.cypress-menu .middle {
	background-color: #fefefe
}
.cypress-menu .navigation-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px
}
@media screen and (min-width:64em) {
.cypress-menu .navigation-bar {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 20px;
	padding-bottom: 0
}
}
.cypress-menu .navigation-bar .logo {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}
@media screen and (min-width:64em) {
.cypress-menu .navigation-bar .logo {
	margin: 0
}
}
.cypress-menu .navigation-bar .logo img {
	height: auto;
	width: 120px
}
@media screen and (min-width:64em) {
.cypress-menu .navigation-bar .logo img {
	width: 175px
}
}
.cypress-menu .navigation-bar .trigger-off-canvas {
	outline: 0;
	font-size: 1.25rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	cursor: pointer
}
.cypress-menu .navigation-bar ul {
	list-style: none;
	margin: 0
}
.cypress-menu .navigation-bar .primary-menu>li, .cypress-menu .navigation-bar .secondary-menu>li {
	display: inline-block
}
.cypress-menu .navigation-bar .primary-menu>li>a, .cypress-menu .navigation-bar .secondary-menu>li>a {
	color: #575756
}
.cypress-menu .navigation-bar .menu-item.noclick {
	color: #f13a3a;
	cursor: default
}
.cypress-menu .navigation-bar .primary-menu>li {
	padding-bottom: 20px;
	margin-left: 30px;
	position: relative
}
.cypress-menu .navigation-bar .primary-menu>li.has-sub-menu:after {
	content: '';
	border-color: rgba(255,255,255,0);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: border-color .3s ease, -webkit-transform .3s ease;
	transition: border-color .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, border-color .3s ease;
	transition: transform .3s ease, border-color .3s ease, -webkit-transform .3s ease
}
.cypress-menu .navigation-bar .primary-menu>li:hover.has-sub-menu:after {
	position: absolute;
	z-index: 10;
	bottom: -21px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fefefe;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cypress-menu .navigation-bar .primary-menu>li:hover.moved:after {
	border-bottom-color: #FFE4E1
}
.cypress-menu .navigation-bar .primary-menu>li:hover>.sub-menu-wrapper {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}
.cypress-menu .navigation-bar .primary-menu>li>a {
	font-size: 1.0625rem
}
.cypress-menu .navigation-bar .primary-menu>li>a.current-menu-item span, .cypress-menu .navigation-bar .primary-menu>li>a:hover span {
	color: #f13a3a
}
.cypress-menu .navigation-bar .secondary-menu {
	margin-bottom: 20px;
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cypress-menu .navigation-bar .secondary-menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 20px
}
.cypress-menu .navigation-bar .secondary-menu li a {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
font-size:.8125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.cypress-menu .navigation-bar .secondary-menu li a img {
	margin-right: 5px
}
.cypress-menu .navigation-bar .secondary-menu .search-btn i {
	font-size: 1.1rem;
	font-weight: 300;
	color: #f13a3a;
	vertical-align: middle;
margin:0 .25rem 0 0
}
.cypress-menu .navigation-bar .sub-menu-wrapper {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: 100%;
	padding-top: 20px;
	opacity: .5;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner {
	background-color: #fefefe;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 12px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner .left-column {
	padding: 40px;
	width: 330px;
	min-width: 330px
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner .left-column p {
font-size:.9375rem
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner .left-column img {
	margin-bottom: 20px;
	border-radius: 6px
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner ul {
	background-color: #FFE4E1;
	padding: 40px 56px 56px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 80vh;
	overflow-y: scroll;
	margin-right: -16px
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner ul li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 8px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner ul li.has-icon {
	padding-left: 75px;
	max-width: 365px
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner ul li.has-icon .icon-wrap {
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
top:.25rem;
	left: 0
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner ul li:last-child {
	margin-bottom: 0
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner ul li a {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	white-space: nowrap;
padding:.6rem 0
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner .grandchild {
	width: 100%;
	padding: 0;
	overflow: hidden
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner .grandchild li {
	height: auto;
	display: block;
	margin: 0
}
.cypress-menu .navigation-bar .sub-menu-wrapper .inner .grandchild a {
	display: block;
padding:.5rem 0;
font-size:.95rem;
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	white-space: normal
}
.cypress-menu .bottom {
	padding: 10px 0
}
.page-template-evidence .cypress-menu .bottom, .single-product .cypress-menu .bottom {
	background-color: #fefefe;
	padding: 15px 0;
	border-top: 2px solid #ebebeb;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.05);
	box-shadow: 0 3px 6px rgba(0,0,0,.05)
}
@media screen and (min-width:64em) {
.page-template-evidence .cypress-menu .bottom, .single-product .cypress-menu .bottom {
	padding: 20px 0
}
}
.markets-wrap {
	overflow: hidden;
	border-radius: 10px;
	max-width: 1000px!important;
	padding: 2.25rem 1.25rem 1.25rem
}
@media print, screen and (min-width:40em) {
.markets-wrap {
	padding: 3rem 1.5rem 3rem 3rem;
	border-radius: 20px
}
}
@media screen and (min-width:64em) {
.markets-wrap {
	padding: 4rem 1.5rem 4rem 4rem
}
}
@media print, screen and (max-width:39.99875em) {
.markets-wrap {
	top: 0!important;
	height: 100%
}
}
.markets-wrap .market-intro {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0
}
.markets-wrap .market-intro .market-title {
	font-size: 1.5rem;
	display: block;
	width: 100%;
	margin-bottom: 1.5rem
}
@media print, screen and (min-width:40em) {
.markets-wrap .market-intro .market-title {
	font-size: 2.2rem;
	margin-bottom: 3.5rem
}
}
.markets-wrap .all-markets-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.markets-wrap .all-markets {
	overflow: hidden;
	overflow-y: scroll;
	height: 610px!important;
	width: 200px;
	margin-right: 50px;
	padding: 0 2.5rem 0 0
}
@media print, screen and (min-width:40em) {
.markets-wrap .all-markets {
	margin-right: 50px
}
}
@media screen and (min-width:64em) {
.markets-wrap .all-markets {
	margin-right: 100px
}
}
.markets-wrap .all-markets a {
	display: block;
	font-weight: 400;
	color: #575756;
padding:.25rem 0
}
.markets-wrap .all-markets a:first-of-type {
	font-weight: 700
}
.markets-wrap .all-markets a.active {
	font-weight: 700;
	color: #4bc5b8
}
.markets-wrap .all-markets a:hover {
	color: #4bc5b8
}
.markets-wrap .dropdown {
	display: block;
	background: #4bc5b8;
	color: #fefefe;
border-radius:.75rem;
	width: 100%
}
.markets-wrap .dropdown .dropdown-title {
	display: block;
	font-weight: 700;
	padding: 1rem 1.25rem;
	cursor: pointer;
	position: relative
}
.markets-wrap .dropdown .dropdown-title:after {
	content: '';
	background: url(../image/icon-arrow-down-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.markets-wrap .dropdown .dropdown-title.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}
.markets-wrap .dropdown .dropdown-content {
	display: none
}
.markets-wrap .dropdown .dropdown-content .list {
	position: relative;
	width: calc(100% - 1.25rem);
	padding: 0 1.25rem;
	margin-bottom: 1.5rem;
	max-height: calc(100vh - 290px);
	overflow-y: scroll;
	z-index: 1
}
.markets-wrap .dropdown .dropdown-content a {
	color: #fefefe;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-top: solid 1px rgba(255,255,255,.4)
}
.markets-wrap .dropdown .dropdown-content a:first-of-type {
	border-top: none;
	font-weight: 700
}
.markets-wrap .dropdown .dropdown-content a.active {
	font-weight: 700
}
.markets-wrap .dropdown .dropdown-search-wrap {
	position: relative;
	margin: 0 1.25rem 1.5rem;
	width: calc(100% - 2.5rem);
	position: relative
}
.markets-wrap .dropdown .dropdown-search-wrap i {
	position: absolute;
top:.8rem;
	left: 1.5rem;
	color: #f13a3a
}
.markets-wrap .dropdown .dropdown-search-wrap #dropdownSearch {
padding:.8rem 1.5rem .8rem 3.25rem;
	background: #FFE4E1;
	border: none;
	border-radius: 2rem;
	width: 100%
}
.markets-wrap .all-markets-contacts {
	width: 100%;
	max-width: 500px;
	padding: 40px 0 0
}
@media print, screen and (min-width:40em) {
.markets-wrap .all-markets-contacts {
	width: calc(100% - 250px)
}
}
@media screen and (min-width:64em) {
.markets-wrap .all-markets-contacts {
	padding: 40px 0 0;
	width: calc(100% - 300px)
}
}
.markets-wrap .all-markets-contacts .market-contact-box {
	display: none
}
.markets-wrap .all-markets-contacts #market-contact-0 {
	display: block
}
.markets-wrap ::-webkit-scrollbar {
width:6px
}
.markets-wrap ::-webkit-scrollbar-track {
background:#f1f1f1;
border-radius:6px
}
@media print, screen and (max-width:39.99875em) {
.markets-wrap ::-webkit-scrollbar-track {
background:rgba(255,255,255,.3)
}
}
.markets-wrap ::-webkit-scrollbar-thumb {
background:#888;
border-radius:6px
}
@media print, screen and (max-width:39.99875em) {
.markets-wrap ::-webkit-scrollbar-thumb {
background:#fff
}
}
.markets-wrap ::-webkit-scrollbar-thumb:hover {
background:#555
}
@media print, screen and (max-width:39.99875em) {
.markets-wrap ::-webkit-scrollbar-thumb:hover {
background:#fff
}
}
.cypress-image {
	background-color: #fefefe;
	padding: 40px 0
}
.cypress-accordion+.cypress-image, .cypress-cards+.cypress-image, .cypress-contact+.cypress-image, .cypress-image+.cypress-image, .cypress-media-text.white+.cypress-image.white, .cypress-media-text.white+.cypress-image:not(.cypress-media-text), .cypress-page-intro+.cypress-image, .cypress-table-custom+.cypress-image, .cypress-text+.cypress-image, .cypress-text-columns.white+.cypress-image, .cypress-video+.cypress-image {
	padding-top: 0
}
@media screen and (min-width:64em) {
.cypress-image {
	padding: 120px 0
}
}
.single .cypress-image {
	padding-bottom: 20px
}
@media print, screen and (min-width:40em) {
.single .cypress-image {
	padding-bottom: 40px
}
}
@media screen and (min-width:64em) {
.single .cypress-image {
	padding-bottom: 80px
}
}
.cypress-intended-use {
	padding-top: 40px;
	position: relative
}
@media screen and (min-width:64em) {
.cypress-intended-use {
	padding: 60px 0
}
}
.cypress-intended-use>.grid-container {
	position: relative;
	z-index: 2
}
.cypress-intended-use:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50%;
	background: #f13a3a;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(254,254,254,0)), to(#ebebeb));
	background: linear-gradient(to top, rgba(254,254,254,0), #ebebeb)
}
@media screen and (min-width:64em) {
.cypress-intended-use:after {
	display: none
}
}
.cypress-intended-use .taxonomies {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (min-width:64em) {
.cypress-intended-use .taxonomies {
	padding-top: 40px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
}
.cypress-intended-use .taxonomies .taxonomy {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb
}
.cypress-intended-use .taxonomies .taxonomy:last-child {
	border-bottom: none
}
@media screen and (min-width:64em) {
.cypress-intended-use .taxonomies .taxonomy {
	border: none;
	padding: 0 15px;
	border-right: 2px solid #ebebeb
}
.cypress-intended-use .taxonomies .taxonomy:last-child {
	border-right: none
}
}
.cypress-intended-use .terms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cypress-intended-use .terms .term {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
font-size:.9375rem;
	margin: 0 5px
}
.cypress-intended-use .terms .term img, .cypress-intended-use .terms .term svg {
	margin-bottom: 10px
}
.cypress-intended-use .terms.liquids .term {
	width: 65px;
	margin: 0
}
.cypress-intended-use .terms.liquids .term svg {
	height: 32px;
	border: solid 2px #d8d8d8;
	border-radius: 5px;
	padding: 5px
}
.cypress-intended-use .terms.liquids .term.max {
	margin-left: 1.5rem;
	position: relative
}
.cypress-intended-use .terms.liquids .term.max:before {
	content: "";
width:.5rem;
	height: 2px;
	border-radius: 2px;
	display: block;
	background: #d8d8d8;
	position: absolute;
	left: -1rem;
	top: 16px
}
.cypress-intended-use .terms.depths .term svg {
	height: 32px;
	border: solid 2px #d8d8d8;
	border-radius: 5px;
	padding: 5px
}
.cypress-hero {
	background-position: center center;
	background-size: cover;
	height: 70vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width:64em) {
.cypress-hero {
	text-align: left
}
}
.cypress-hero>.grid-container {
	position: relative;
	z-index: 2
}
.cypress-hero .title {
	font-size: 2.4rem;
	color: #fefefe;
	line-height: 1.2;
margin-bottom:.5rem
}
@media screen and (min-width:64em) {
.cypress-hero .title {
	font-size: 3.8rem
}
}
.cypress-hero .tagline {
	font-size: 1.2rem;
	color: #fefefe;
	line-height: 1.2;
	margin-bottom: 0
}
@media screen and (min-width:64em) {
.cypress-hero .tagline {
	font-size: 1.6rem
}
}
.cypress-hero .button {
	margin-bottom: 0;
	margin-top: 2.5rem
}
.cypress-hero .video-container {
	position: absolute;
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 100%;
	height: 100%; 
}
.cypress-hero .video-container .video {
	width: 100%; 
	height: 100%;
	object-fit: cover;
}

.cypress-hero .video-container .video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 铺满容器，保持比例 */
  z-index: 1; /* 层级低于视频（视频正常显示时会覆盖图片） */
}

.cypress-footer {
	font-size:.9375rem;
}
.cypress-footer ul {
	list-style: none;
	margin: 0
}
.cypress-footer ul li {
	margin-bottom: 5px
}
.cypress-footer ul li a {
	color: #fefefe;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.cypress-footer ul li a:hover {
	opacity: .5
}
.cypress-footer .top {
	background-color: #2b2b2b;
	padding: 30px 0 0;
	color: #fefefe;
	text-align: center;
	height:70px;
}
@media screen and (min-width:64em) {
.cypress-footer .top {
	padding: 30px 0;
	text-align: center;
	height:70px;
}
}
.cypress-footer .top h4 {
	color: #fefefe
}
.cypress-footer .top p {
font-size:.875rem;
	margin-bottom: 15px
}
@media screen and (min-width:64em) {
.cypress-footer .top p {
	line-height: 1.5;
font-size:.9375rem
}
}
.cypress-footer .top .logo {
	max-width: 150px;
	display: block;
	margin: 0 auto 15px
}
@media screen and (min-width:64em) {
.cypress-footer .top .logo {
	display: inline-block;
	max-width: 100%;
	margin-top: -15px;
	margin-bottom: 30px
}
}
.cypress-footer .top .logo img {
	height: auto;
	width: 150px
}
@media screen and (min-width:64em) {
.cypress-footer .top .logo img {
	width: 175px
}
}
.cypress-footer .top .navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.cypress-footer .top .navigation .group {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.cypress-footer .top .navigation .lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.cypress-footer .top .navigation .lists ul {
	margin-right: 40px
}
.cypress-footer .top .navigation .lists ul:last-child {
	margin-right: 0
}
.cypress-footer .top .social-media {
	display: block;
	list-style: none;
	margin-bottom: 1rem
}
.cypress-footer .top .social-media li {
	display: inline-block;
margin:0 .6rem 0 0
}
.cypress-footer .top .social-media .link {
	display: block;
	width: 40px;
	height: 40px
}
.cypress-footer .top .social-media .link img {
	width: 100%;
	height: auto
}
.cypress-footer .copyright {
	background-color: #2b2b2b;
	display: block;
	padding: 15px 30px 40px;
	color: #fefefe;
font-size:.875rem;
	text-align: center;
	border-top: 1px solid #575756
}
@media screen and (min-width:64em) {
.cypress-footer .copyright {
	text-align: left;
	border-top: none;
	padding: 0
}
}
.cypress-footer .bottom {
	padding: 20px 0 30px;
	color: #575756
}
@media screen and (min-width:64em) {
.cypress-footer .bottom {
	padding: 20px 0
}
}
.cypress-footer .bottom .about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cypress-footer .bottom p {
font-size:.75rem;
	margin: 0
}
.cypress-footer .bottom .essity-logo img {
	width: 350px;
	margin-bottom: 20px;
	height: auto
}
@media screen and (min-width:64em) {
.cypress-footer .bottom .essity-logo img {
	width: 390px;
	margin-bottom: 0
}
}
.cta-widget {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	width: 100%
}
@media print, screen and (min-width:40em) {
.cta-widget {
	max-width: 260px;
	right: 1.5rem;
	left: auto
}
}
.cta-widget .cta-open {
	width: 4.2rem;
	height: 1.4rem;
	background: #f13a3a;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}
.cta-widget .cta-open:before {
	content: none
}
.cta-widget .cta-open:after {
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
top:.2rem;
	background-image: url(../image/icon-arrow-down-white.svg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.cta-widget .cta-open.opened {
	background: #fefefe
}
.cta-widget .cta-open.opened:before {
	content: "";
	width: 4.2rem;
	height: 1.2rem;
	background: #fefefe;
	position: absolute;
top:.75rem;
	right: 0;
	left: 0;
	margin: 0 auto;
border-top-left-radius:.4rem;
border-top-right-radius:.4rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.cta-widget .cta-open.opened:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
top:.3rem;
	background-image: url(../image/icon-arrow-down1.svg)
}
.cta-widget .inner {
	width: 100%;
	background: #fefefe;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
padding:1rem .4rem .4rem;
	display: block;
	position: relative;
	overflow: hidden;
	display: none
}
@media print, screen and (min-width:40em) {
.cta-widget .inner {
padding:1rem .9rem .4rem;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	display: none
}
}
.cta-widget .cta-button {
	display: block;
	float: left;
	width: 32.333%;
margin:0 .5% .55rem;
font-size:.65rem;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em .25em
}
@media print, screen and (min-width:26.25em) {
.cta-widget .cta-button {
font-size:.7rem;
	padding: 1em 1em
}
}
@media print, screen and (min-width:40em) {
.cta-widget .cta-button {
	display: block;
	width: 100%;
font-size:.875rem;
margin-bottom:.55rem;
	padding: 1em 2.4em
}
}
.admin-bar .cypress-offcanvas {
	padding-top: 46px
}
@media screen and (min-width:48.9375em) {
.admin-bar .cypress-offcanvas {
	padding-top: 32px
}
}
.cypress-offcanvas ul {
	list-style: none;
	margin: 0
}
.cypress-offcanvas ul li a {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	display: block;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cypress-offcanvas ul li span {
	display: block
}
.cypress-offcanvas .offcanvas-menu.dark a, .cypress-offcanvas .offcanvas-menu.dark span {
	background-color: #2b2b2b;
	color: #fefefe
}
.cypress-offcanvas .offcanvas-menu.dark i {
	color: #fefefe
}
.cypress-offcanvas .offcanvas-menu.dark .sub-menu a, .cypress-offcanvas .offcanvas-menu.dark .sub-menu span {
	background-color: #2b2b2b
}
.cypress-offcanvas .offcanvas-menu>li {
	border-bottom: 1px solid #ebebeb;
	position: relative
}
.cypress-offcanvas .offcanvas-menu>li.active>.sub-menu {
	display: block
}
.cypress-offcanvas .offcanvas-menu>li.active>i:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.cypress-offcanvas .offcanvas-menu>li>a {
	font-size: 1.125rem;
	line-height: 1;
	color: #575756;
	padding: 20px 15px
}
.cypress-offcanvas .offcanvas-menu>li>a.current-menu-item, .cypress-offcanvas .offcanvas-menu>li>a.current-menu-parent {
	color: #f13a3a
}
.cypress-offcanvas .offcanvas-menu>li>span {
font-size:.9375rem;
	padding: 10px 15px
}
.cypress-offcanvas .offcanvas-menu>li>i {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 58px;
	font-size: 1.875rem;
	color: #f13a3a;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid #ebebeb;
	cursor: pointer
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu {
	display: none;
	border-top: 1px solid #ebebeb
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu li:first-child>a {
	padding-top: 20px
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu li:last-child>a {
	padding-bottom: 20px
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f7f7;
	color: #7a7a7a;
	padding: 10px 15px;
	font-size: 1rem;
	font-weight: 300!important;
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu li a .icon-wrap {
	width: 60px;
	margin-right: 15px
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu li a.current-menu-item, .cypress-offcanvas .offcanvas-menu>li .sub-menu li a:hover {
	color: #f13a3a
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu .grandchild {
	width: 100%;
	background: #f2f2f2;
	overflow: hidden
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu .grandchild li {
	height: auto;
	display: block;
	margin: 0
}
.cypress-offcanvas .offcanvas-menu>li .sub-menu .grandchild a {
	display: block;
padding:.5rem 2rem;
font-size:.95rem;
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	white-space: normal;
	background: #f2f2f2;
	width: 100%;
	float: right
}
.cypress-offcanvas .offcanvas-secondary-menu {
	padding: 12px 12px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.cypress-offcanvas .offcanvas-secondary-menu li {
	float: left;
	width: 47%;
	margin: 1.5%
}
.cypress-offcanvas .offcanvas-secondary-menu .icon-wrap {
margin:0 0 .5rem
}
.cypress-offcanvas .offcanvas-secondary-menu .icon-wrap img {
	min-width: 20px;
	min-height: 20px
}
.cypress-offcanvas .offcanvas-secondary-menu a {
	min-height: 100%;
	padding: 1rem 1.2rem;
	text-align: center;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.12);
	box-shadow: 0 0 20px rgba(0,0,0,.12);
border-radius:.25rem;
font-size:.85rem
}
.cypress-offcanvas .offcanvas-search {
	background: #f13a3a
}
.cypress-offcanvas .offcanvas-search i {
	font-size: 20px;
margin:0 .6rem 0 0
}
.cypress-offcanvas .offcanvas-search a {
	display: block;
	color: #fefefe;
	padding: 15px 20px
}
.cypress-offcanvas .about {
	text-align: center;
	color: #575756;
	padding: 30px 15px;
font-size:.9375rem
}
.cypress-offcanvas .about img {
	display: block;
	margin: 0 auto 20px
}
.cypress-page-intro {
	padding: 40px 0;
	text-align: center;
	background: #f13a3a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(rgba(254,254,254,0)));
	background: linear-gradient(to bottom, #f7f7f7, rgba(254,254,254,0))
}
@media screen and (min-width:64em) {
.cypress-page-intro {
	padding: 40px 0;
	text-align: center
}
}
.archive .cypress-page-intro .title, .blog .cypress-page-intro .title {
	margin-bottom: 0
}
.cypress-page-intro .pre-title {
	display: block;
font-size:.9375rem;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	color: #f13a3a;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center
}
@media screen and (min-width:64em) {
.cypress-page-intro .pre-title {
	font-size: 1.0625rem
}
}
.cypress-page-intro .title {
	text-align: center
}
.cypress-page-intro .meta {
	padding: 10px 0 0;
	text-align: center
}
.cypress-page-intro .meta .location, .cypress-page-intro .meta .time {
	margin-left: 30px
}
.cypress-page-intro .meta .label {
	color: #f13a3a;
	font-weight: 700;
	margin-right: 5px
}
.cypress-page-intro p {
	font-size: 1.125rem
}
.cypress-page-intro p:last-child {
	margin-bottom: 0
}
.cypress-page-intro li {
	font-size: 1.125rem
}
.blog .cypress-page-intro, .post-type-archive-event .cypress-page-intro, .single-post .cypress-page-intro {
	padding-bottom: 40px
}
.cypress-members {
	background-color: #f7f7f7;
	padding: 60px 0;
	text-align: center
}
@media screen and (min-width:64em) {
.cypress-members {
	padding: 50px 0
}
}
.cypress-members .primary-title {
	margin-bottom: 40px
}
@media screen and (min-width:64em) {
.cypress-members .primary-title {
	margin-bottom: 80px
}
}
.cypress-members .member {
	margin-bottom: 40px
}
.cypress-members .member img {
	border-radius: 1000px;
	margin-bottom: 15px
}
.cypress-members .member .meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.cypress-members .member .meta .name {
	font-weight: 700
}
.cypress-members .member .meta a, .cypress-members .member .meta span {
	margin-bottom: 5px;
	color: #7a7a7a
}
.cypress-members .member .meta a {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.cypress-members .member .meta a:hover {
	opacity: .5
}
.cypress-product-guide {
	padding-bottom: 40px
}
@media print, screen and (min-width:40em) {
.cypress-product-guide {
	padding-bottom: 100px
}
}
.cypress-product-guide .filters-label {
	display: block;
	color: #575756;
	font-size: 1.1875rem;
	margin-bottom: 20px
}
@media print, screen and (min-width:26.25em) {
.cypress-product-guide .filters-label {
	font-size: 1.1875rem
}
}
@media print, screen and (min-width:40em) {
.cypress-product-guide .filters-label {
	font-size: 1.375rem
}
}
@media screen and (min-width:64em) {
.cypress-product-guide .filters-label {
	font-size: 1.5rem
}
}
@media screen and (min-width:75em) {
.cypress-product-guide .filters-label {
	font-size: 1.5rem
}
}
@media screen and (min-width:64em) {
.cypress-product-guide .clear-all-container, .cypress-product-guide .filters {
	max-width: 350px
}
}
.cypress-product-guide .clear-all-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cypress-product-guide .clear-all {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
font-size:.9375rem
}
.cypress-product-guide .clear-all svg {
	margin-right: 8px
}
@media print, screen and (max-width:63.99875em) {
.cypress-product-guide .clear-all {
	color: #fefefe;
font-size:.875rem
}
.cypress-product-guide .clear-all svg * {
	fill: #fefefe
}
}
@media print, screen and (max-width:63.99875em) {
.cypress-product-guide .filters-container {
	background-color: #ffe4e1;
	padding-bottom: 30px;
	margin-bottom: 40px
}
}
@media screen and (min-width:64em) {
.cypress-product-guide .filters {
	border: 2px solid #ebebeb;
	border-radius: 6px;
	overflow: hidden
}
}
.cypress-product-guide .filter-widget {
	background-color: #f7f7f7;
	margin-bottom: 5px;
	border-radius: 6px;
	position: relative;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.3);
	box-shadow: 0 5px 20px rgba(0,0,0,.3)
}
@media screen and (min-width:64em) {
.cypress-product-guide .filter-widget {
	background-color: #fefefe;
	padding: 30px;
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: 2px solid #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.cypress-product-guide .filter-widget.active {
	background-color: #fefefe
}
.cypress-product-guide .filter-widget.active .title {
	color: #575756
}
.cypress-product-guide .filter-widget.active .title:after {
	content: '\f106';
	color: #575756
}
.cypress-product-guide .filter-widget.active .terms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.cypress-product-guide .filter-widget.active .terms-list {
	display: block
}
.cypress-product-guide .filter-widget:last-child {
	border-bottom: none
}
.cypress-product-guide .filter-widget .title {
	font-size: 1rem;
	padding: 15px;
	margin-bottom: 0;
	color: #f7f7f7;
	position: relative
}
.cypress-product-guide .filter-widget .title:after {
	content: '\f107';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	font-size: 1.875rem;
	color: #fefefe
}
@media screen and (min-width:64em) {
.cypress-product-guide .filter-widget .title {
	font-size: 1.125rem;
	padding: 0;
	margin-bottom: 20px;
	color: #575756;
	text-align: center
}
}
@media screen and (min-width:64em) and (min-width:26.25em) {
.cypress-product-guide .filter-widget .title {
	font-size: 1.125rem
}
}
@media screen and (min-width:64em) and (min-width:40em) {
.cypress-product-guide .filter-widget .title {
	font-size: 1.1875rem
}
}
@media screen and (min-width:64em) and (min-width:64em) {
.cypress-product-guide .filter-widget .title {
	font-size: 1.25rem
}
}
@media screen and (min-width:64em) and (min-width:75em) {
.cypress-product-guide .filter-widget .title {
	font-size: 1.25rem
}
}
@media screen and (min-width:64em) {
.cypress-product-guide .filter-widget .title:after {
	display: none
}
}
.cypress-product-guide .filter-widget .terms {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: none;
	padding: 0 15px 15px
}
@media screen and (min-width:64em) {
.cypress-product-guide .filter-widget .terms {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.cypress-product-guide .filter-widget .terms .term {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
font-size:.9375rem;
	margin-right: 10px;
	cursor: pointer
}
@media screen and (min-width:64em) {
.cypress-product-guide .filter-widget .terms .term {
	margin: 0 5px
}
}
.cypress-product-guide .filter-widget .terms .term.active .icon {
	display: none
}
.cypress-product-guide .filter-widget .terms .term.active .icon-active {
	display: inline
}
.cypress-product-guide .filter-widget .terms .term .name {
	text-align: center
}
.cypress-product-guide .filter-widget .terms .term .icon-active {
	display: none
}
.cypress-product-guide .filter-widget .terms .term img, .cypress-product-guide .filter-widget .terms .term svg {
	height: auto;
	margin-bottom: 10px
}
.cypress-product-guide .filter-widget .terms.depths, .cypress-product-guide .filter-widget .terms.liquids {
	display: block;
	padding: 0 30px
}
.cypress-product-guide .filter-widget .terms.depths .term, .cypress-product-guide .filter-widget .terms.liquids .term {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 0 5px
}
.cypress-product-guide .filter-widget .terms.depths .term img, .cypress-product-guide .filter-widget .terms.liquids .term img {
	margin-bottom: 0;
	margin-right: 10px;
	border: solid 2px #d8d8d8;
	border-radius: 5px;
	padding: 5px;
	max-height: 32px
}
.cypress-product-guide .filter-widget .terms.depths .term.active img, .cypress-product-guide .filter-widget .terms.liquids .term.active img {
	background: #f13a3a;
	border-color: #f13a3a
}
.cypress-product-guide .filter-widget .terms.phases {
	display: block;
	padding: 0 30px
}
.cypress-product-guide .filter-widget .terms.phases .term {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 0 5px
}
.cypress-product-guide .filter-widget .terms.phases .term img {
	margin-bottom: 0;
	margin-right: 10px
}
.cypress-product-guide .filter-widget .terms-list {
	display: none;
	list-style: none;
	padding: 0 15px 15px;
	margin: 0
}
@media screen and (min-width:64em) {
.cypress-product-guide .filter-widget .terms-list {
	display: block;
	padding: 0 30px
}
}
.cypress-product-guide .filter-widget .terms-list li {
	background-image: url(../image/icon-checkbox.svg);
	background-repeat: no-repeat;
	padding-left: 40px;
font-size:.9375rem;
	line-height: 2;
	cursor: pointer
}
.cypress-product-guide .filter-widget .terms-list li.active {
	background-image: url(../image/icon-checkbox-active.svg)
}
.cypress-product-guide .grid-label {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	color: #575756
}
.cypress-product-guide .product-guide-grid {
	padding-top: 30px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: space-between;
	-webkit-align-items: space-between;
	-ms-flex-align: space-between;
	align-items: space-between
}
@media screen and (min-width:64em) {
.cypress-product-guide .product-guide-grid .gutter-sizer {
	width: 30px
}
}
.cypress-product-guide .product-guide-grid .card-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px
}
@media screen and (min-width:64em) {
.cypress-product-guide .product-guide-grid .card-wrapper {
	display: inline-block;
	width: calc(50% - 15px)
}
}
@media print, screen and (max-width:63.99875em) {
.cypress-product-guide .product-guide-grid .card-wrapper .card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%
}
.cypress-product-guide .product-guide-grid .card-wrapper .card .text {
	padding: 15px
}
}
@media screen and (min-width:64em) {
.cypress-product-guide .product-guide-grid .card-wrapper .card .text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	height: 230px
}
.cypress-product-guide .product-guide-grid .card-wrapper .card .text .tags {
	margin-top: auto
}
}
.cypress-product-guide .product-guide-grid .card-wrapper .card .figure {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
@media print, screen and (max-width:63.99875em) {
.cypress-product-guide .product-guide-grid .card-wrapper .card .figure {
	padding: 0 10px;
	max-width: 80px;
	height: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
}
.cypress-product-guide .product-guide-grid .card-wrapper .card .figure .thumb-wrap {
	max-width: 100%;
	max-height: none;
	width: 100%;
	height: auto
}
@media screen and (min-width:64em) {
.cypress-product-guide .product-guide-grid .card-wrapper .card .figure .thumb-wrap {
	margin-bottom: 20px;
	max-width: 250px;
	max-height: 125px;
	width: auto;
	height: auto
}
}
.cypress-product-intro {
	padding: 40px 0 30px;
	position: relative
}
@media screen and (min-width:64em) {
.cypress-product-intro {
	padding: 40px 0
}
.cypress-product-intro>.grid-container {
	position: relative;
	z-index: 2
}
.cypress-product-intro:after {
	content: '';
	background: red;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 200px;
	background: #f13a3a;
	background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(rgba(254,254,254,0)));
	background: linear-gradient(to top, #ebebeb, rgba(254,254,254,0))
}
}
@media print, screen and (max-width:63.99875em) {
.cypress-product-intro .intro-grid {
	margin: 0 -15px
}
}
@media print, screen and (max-width:63.99875em) {
.cypress-product-intro .intro {
	padding: 40px 15px 0;
	margin-top: 30px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-box-shadow: 0 -10px 10px rgba(0,0,0,.07);
	box-shadow: 0 -10px 10px rgba(0,0,0,.07)
}
}
@media screen and (min-width:64em) {
.cypress-product-intro .intro p {
	font-size: 1.0625rem;
	line-height: 1.4
}
}
.cypress-product-intro .title {
	margin-bottom: 10px
}
.cypress-product-intro .sub-title {
	font-size: 1.1875rem;
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400
}
@media print, screen and (min-width:26.25em) {
.cypress-product-intro .sub-title {
	font-size: 1.1875rem
}
}
@media print, screen and (min-width:40em) {
.cypress-product-intro .sub-title {
	font-size: 1.375rem
}
}
@media screen and (min-width:64em) {
.cypress-product-intro .sub-title {
	font-size: 1.5rem
}
}
@media screen and (min-width:75em) {
.cypress-product-intro .sub-title {
	font-size: 1.5rem
}
}
@media screen and (min-width:64em) {
.cypress-product-intro .sub-title {
	margin-bottom: 40px
}
}
.cypress-product-intro .intro-title {
	font-size: 1.1875rem;
	display: block;
	color: #575756;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: .5em
}
@media print, screen and (min-width:26.25em) {
.cypress-product-intro .intro-title {
	font-size: 1.1875rem
}
}
@media print, screen and (min-width:40em) {
.cypress-product-intro .intro-title {
	font-size: 1.375rem
}
}
@media screen and (min-width:64em) {
.cypress-product-intro .intro-title {
	font-size: 1.5rem
}
}
@media screen and (min-width:75em) {
.cypress-product-intro .intro-title {
	font-size: 1.5rem
}
}
.cypress-product-intro .accordion {
	margin-top: 20px
}
@media screen and (min-width:64em) {
.cypress-product-intro .accordion {
	margin-top: 40px
}
}
.cypress-product-intro .large-prod-wrap {
	display: block;
	position: relative;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.cypress-product-intro .large-prod-wrap .icon {
	position: absolute;
	top: 0;
	left: 1rem;
	font-size: 1.5rem;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.cypress-product-intro .large-prod-wrap:hover .icon {
	opacity: 1
}
.cypress-product-intro .small-product-imgs {
	display: block;
	overflow: hidden;
padding:.5rem 0;
	margin: 2rem 0 0 0;
	text-align: center
}
.cypress-product-intro .small-product-imgs .prod-wrap {
	display: inline-block;
	width: 90px;
	height: 60px;
margin:0 .15rem;
	overflow: hidden;
	background: #fff;
border-radius:.25rem;
	-webkit-box-shadow: 0 0 10px #d8d8d8;
	box-shadow: 0 0 10px #d8d8d8;
	position: relative;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.cypress-product-intro .small-product-imgs .prod-wrap .icon {
	position: absolute;
top:.25rem;
left:.25rem;
font-size:.8rem;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.cypress-product-intro .small-product-imgs .prod-wrap:hover .icon {
	opacity: 1
}
.cypress-product-intro .small-product-imgs img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.cypress-read-more {
	background-color: #fefefe;
	padding: 40px 0 0 0
}
.cypress-accordion+.cypress-read-more, .cypress-cards+.cypress-read-more, .cypress-contact+.cypress-read-more, .cypress-image+.cypress-read-more, .cypress-media-text.white+.cypress-read-more.white, .cypress-media-text.white+.cypress-read-more:not(.cypress-media-text), .cypress-page-intro+.cypress-read-more, .cypress-table-custom+.cypress-read-more, .cypress-text+.cypress-read-more, .cypress-text-columns.white+.cypress-read-more, .cypress-video+.cypress-read-more {
	padding-top: 0
}
.cypress-accordion+.cypress-read-more .title-container, .cypress-cards+.cypress-read-more .title-container, .cypress-contact+.cypress-read-more .title-container, .cypress-image+.cypress-read-more .title-container, .cypress-media-text.white+.cypress-read-more.white .title-container, .cypress-media-text.white+.cypress-read-more:not(.cypress-media-text) .title-container, .cypress-page-intro+.cypress-read-more .title-container, .cypress-table-custom+.cypress-read-more .title-container, .cypress-text+.cypress-read-more .title-container, .cypress-text-columns.white+.cypress-read-more .title-container, .cypress-video+.cypress-read-more .title-container {
	padding-top: 40px;
	border-top: 1px solid #ebebeb
}
@media print, screen and (min-width:40em) {
.cypress-read-more {
	padding: 40px 0
}
}
@media screen and (min-width:64em) {
.cypress-read-more {
	padding: 100px 0
}
}
.cypress-read-more .title {
	text-align: center;
	margin-bottom: 20px
}
@media print, screen and (min-width:40em) {
.cypress-read-more .title {
	margin-bottom: 40px
}
}
.cypress-read-more .entrance-box {
	margin-bottom: 30px
}
@media screen and (min-width:64em) {
.cypress-read-more .entrance-box {
	margin-bottom: 0
}
}
.cypress-references {
	background-color: #fefefe;
	padding: 40px 0
}
.cypress-accordion+.cypress-references, .cypress-cards+.cypress-references, .cypress-contact+.cypress-references, .cypress-image+.cypress-references, .cypress-media-text.white+.cypress-references.white, .cypress-media-text.white+.cypress-references:not(.cypress-media-text), .cypress-page-intro+.cypress-references, .cypress-table-custom+.cypress-references, .cypress-text+.cypress-references, .cypress-text-columns.white+.cypress-references, .cypress-video+.cypress-references {
	padding-top: 0
}
.cypress-accordion+.cypress-references .title-container, .cypress-cards+.cypress-references .title-container, .cypress-contact+.cypress-references .title-container, .cypress-image+.cypress-references .title-container, .cypress-media-text.white+.cypress-references.white .title-container, .cypress-media-text.white+.cypress-references:not(.cypress-media-text) .title-container, .cypress-page-intro+.cypress-references .title-container, .cypress-table-custom+.cypress-references .title-container, .cypress-text+.cypress-references .title-container, .cypress-text-columns.white+.cypress-references .title-container, .cypress-video+.cypress-references .title-container {
	padding-top: 40px;
	border-top: 1px solid #ebebeb
}
@media print, screen and (min-width:40em) {
.cypress-references {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-references {
	padding: 100px 0
}
}
.cypress-references .title {
	text-align: center;
	margin-bottom: 20px
}
@media print, screen and (min-width:40em) {
.cypress-references .title {
	margin-bottom: 40px
}
}
.cypress-references .reference {
margin-bottom:.5rem;
	position: relative
}
.cypress-references .reference .number {
	position: absolute;
	top: 0;
	left: 0
}
.cypress-references .reference .text {
	display: block;
	padding: 0 0 0 1.5rem;
font-size:.8rem
}
@media print, screen and (min-width:40em) {
.cypress-references .reference .text {
	font-size: 1rem
}
}
.cypress-references .reference a {
	color: #7a7a7a;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.cypress-references .reference a:active, .cypress-references .reference a:focus, .cypress-references .reference a:hover {
	opacity: .5
}
.cypress-references .reference .icon-link {
	max-width: 10px;
	margin-top: -4px;
margin-left:.25rem
}
@media print, screen and (min-width:40em) {
.cypress-references .reference .icon-link {
	max-width: 14px;
	margin-top: -2px
}
}
.cypress-roll-up {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10
}
.cypress-roll-up.active .overlay {
	z-index: 10;
	opacity: 1;
	height: auto
}
.cypress-roll-up.active .trigger .icon-arrow {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
.cypress-roll-up.active .content-wrapper {
	height: auto
}
.cypress-roll-up.active .content {
	max-height: 70vh;
	height: auto;
	-webkit-transition: max-height .3s ease-in;
	transition: max-height .3s ease-in
}
.cypress-roll-up .overlay {
	position: fixed;
	height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.cypress-roll-up .content, .cypress-roll-up .trigger {
	position: relative;
	z-index: 11
}
.cypress-roll-up .trigger {
	background-color: #f13a3a;
	color: #fefefe;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99
}
.cypress-roll-up .trigger:hover {
	background-color: #4bc5b8
}
.cypress-roll-up .trigger svg {
	height: 25px;
	width: 25px
}
.cypress-roll-up .trigger .icon-arrow {
	margin-left: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.cypress-roll-up .content-wrapper {
	overflow: hidden;
	height: 0
}
.cypress-roll-up .content {
	padding: 15px;
	background-color: #fefefe;
	max-height: 0;
	overflow-y: scroll;
	-webkit-transition: max-height .3s ease-out;
	transition: max-height .3s ease-out
}
.cypress-roll-up .content ul {
	margin: 0 0 30px
}
.cypress-roll-up .content ul li {
	border-bottom: 2px solid #f7f7f7
}
.cypress-roll-up .content ul li a {
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cypress-roll-up .content .show-all {
	display: block;
	padding: 15px 0;
	font-weight: 700
}
.cypress-slider {
	background-color: #f13a3a;
	overflow: hidden;
	position: relative
}
@media screen and (min-width:64em) {
.cypress-slider:after {
	content: '';
	background-color: #fefefe;
	display: block;
	position: absolute;
	z-index: 1;
	top: 72%;
	right: 0;
	bottom: 0;
	left: 0
}
}
.cypress-slider .slider-container {
	padding: 40px 0 80px;
	position: relative;
	z-index: 2;
	overflow: visible
}
@media screen and (min-width:64em) {
.cypress-slider .slider-container {
	padding: 80px 0
}
}
.cypress-slider .slider-container .title {
	display: block
}
.cypress-slider .swiper-slide {
	height: auto
}
.cypress-slider .swiper-wrapper {
	width: calc(100% - 250px);
	margin-right: 0
}
@media screen and (min-width:64em) {
.cypress-slider .swiper-wrapper {
	width: calc(100% - 350px)
}
}
.cypress-slider.products .figure {
	padding-left: 15px;
	padding-right: 15px
}
.cypress-slider.products .figure.min-height {
	height: 200px
}
@media screen and (min-width:64em) {
.cypress-slider.steps .static {
	display: block;
	margin-top: 80px;
	position: absolute
}
}
.cypress-slider.steps .figure {
	min-height: 0
}
.cypress-slider.steps .card {
	cursor: auto
}
.cypress-slider.steps .shadow-animate:hover {
	-webkit-transform: none;
	transform: none;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.12);
	box-shadow: 0 10px 30px rgba(0,0,0,.12)
}
.cypress-slider .static {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	margin-top: 80px;
	color: #fefefe
}
@media screen and (min-width:64em) {
.cypress-slider .static {
	width: 300px
}
}
.cypress-slider .static .video-link .play {
	max-width: 100px;
	margin: -50px 0 0 -50px
}
.cypress-slider .static img {
	border-radius: 12px
}
.cypress-slider .static .pre-title {
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
	display: block;
	color: #fefefe;
	text-transform: uppercase;
	margin-bottom: 5px
}
.cypress-slider .static .title {
	color: #fefefe
}
.cypress-slider .static p {
	margin-bottom: 40px
}
.swiper-wrapper.disabled {
	-webkit-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important
}
.swiper-scrollbar.disabled {
	display: none
}
.cypress-table {
	padding: 40px 0;
	overflow: hidden
}
@media print, screen and (min-width:40em) {
.cypress-table {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-table {
	padding: 80px 0
}
}
.cypress-table .title {
	text-align: center;
	margin-bottom: 40px
}
.cypress-table-custom {
	background-color: #fefefe;
	padding: 40px 0
}
.cypress-accordion+.cypress-table-custom, .cypress-cards+.cypress-table-custom, .cypress-contact+.cypress-table-custom, .cypress-image+.cypress-table-custom, .cypress-media-text.white+.cypress-table-custom.white, .cypress-media-text.white+.cypress-table-custom:not(.cypress-media-text), .cypress-page-intro+.cypress-table-custom, .cypress-table-custom+.cypress-table-custom, .cypress-text+.cypress-table-custom, .cypress-text-columns.white+.cypress-table-custom, .cypress-video+.cypress-table-custom {
	padding-top: 0
}
.cypress-accordion+.cypress-table-custom .title-container, .cypress-cards+.cypress-table-custom .title-container, .cypress-contact+.cypress-table-custom .title-container, .cypress-image+.cypress-table-custom .title-container, .cypress-media-text.white+.cypress-table-custom.white .title-container, .cypress-media-text.white+.cypress-table-custom:not(.cypress-media-text) .title-container, .cypress-page-intro+.cypress-table-custom .title-container, .cypress-table-custom+.cypress-table-custom .title-container, .cypress-text+.cypress-table-custom .title-container, .cypress-text-columns.white+.cypress-table-custom .title-container, .cypress-video+.cypress-table-custom .title-container {
	padding-top: 40px;
	border-top: 1px solid #ebebeb
}
@media screen and (min-width:64em) {
.cypress-table-custom {
	padding: 100px 0
}
}
.cypress-table-custom th {
	max-width: 240px;
	white-space: normal;
	text-align: center;
	color: #575756
}
.cypress-table-custom svg {
	max-width: 23px
}
.cypress-text {
	background-color: #fefefe;
	padding: 40px 0;
	text-align: center;
	font-size: 1.0625rem
}
.cypress-accordion+.cypress-text, .cypress-cards+.cypress-text, .cypress-contact+.cypress-text, .cypress-image+.cypress-text, .cypress-media-text.white+.cypress-text.white, .cypress-media-text.white+.cypress-text:not(.cypress-media-text), .cypress-page-intro+.cypress-text, .cypress-table-custom+.cypress-text, .cypress-text+.cypress-text, .cypress-text-columns.white+.cypress-text, .cypress-video+.cypress-text {
	padding-top: 0
}
@media print, screen and (min-width:40em) {
.cypress-text {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-text {
	padding: 100px 0
}
}
.home .cypress-text {
	padding: 0
}
.single .cypress-text {
	text-align: left;
	padding-bottom: 40px
}
.cypress-text ul {
	list-style: none;
	margin: 0;
	padding-top: 20px
}
.cypress-text ul li {
	background-image: url(../image/icon-circle.svg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 40px;
	margin-bottom: 20px
}
.cypress-text-columns {
	background-color: #fefefe;
	padding: 40px 0
}
@media screen and (min-width:64em) {
.cypress-text-columns {
	padding: 100px 0
}
}
.cypress-accordion+.cypress-text-columns.white, .cypress-cards+.cypress-text-columns.white, .cypress-contact+.cypress-text-columns.white, .cypress-image+.cypress-text-columns.white, .cypress-media-text.white+.cypress-text-columns.white.white, .cypress-media-text.white+.cypress-text-columns.white:not(.cypress-media-text), .cypress-page-intro+.cypress-text-columns.white, .cypress-table-custom+.cypress-text-columns.white, .cypress-text+.cypress-text-columns.white, .cypress-text-columns.white+.cypress-text-columns.white, .cypress-video+.cypress-text-columns.white {
	padding-top: 0
}
.cypress-text-columns.light-gray {
	background-color: #f7f7f7
}
.cypress-text-columns.dark-green {
	background-color: #f13a3a;
	color: #fefefe
}
.cypress-text-columns.dark-green h1, .cypress-text-columns.dark-green h2, .cypress-text-columns.dark-green h3, .cypress-text-columns.dark-green h4, .cypress-text-columns.dark-green h5, .cypress-text-columns.dark-green h6 {
	color: #fefefe
}
.cypress-text-columns.light-green {
	background-color: #FFE4E1
}
.cypress-text-columns.light-green h1, .cypress-text-columns.light-green h2, .cypress-text-columns.light-green h3, .cypress-text-columns.light-green h4, .cypress-text-columns.light-green h5, .cypress-text-columns.light-green h6 {
	color: #f13a3a
}
.cypress-text-columns .section-title {
	text-align: center;
	margin-bottom: 2.5rem
}
.cypress-video {
	background-color: #fefefe;
	padding: 60px
}
.cypress-accordion+.cypress-video, .cypress-cards+.cypress-video, .cypress-contact+.cypress-video, .cypress-image+.cypress-video, .cypress-media-text.white+.cypress-video.white, .cypress-media-text.white+.cypress-video:not(.cypress-media-text), .cypress-page-intro+.cypress-video, .cypress-table-custom+.cypress-video, .cypress-text+.cypress-video, .cypress-text-columns.white+.cypress-video, .cypress-video+.cypress-video {
	padding-top: 0
}
.cypress-video .video-link {
	outline: 0;
	display: block;
	position: relative
}
.cypress-video .video-link:hover .play {
	opacity: 1;
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}
.cypress-video .play {
	opacity: .5;
	max-width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -50px 0 0 -50px;
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}
.search-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	display: none
}
.search-wrap .inner {
	position: absolute;
	top: 5%;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	right: 0;
	left: 0;
	z-index: 2
}
@media screen and (min-width:64em) {
.search-wrap .inner {
	top: 30%
}
}
.search-wrap .overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: .6;
	z-index: 1;
	cursor: pointer
}
.cypress-search-form {
	position: relative;
	max-width: 500px;
	width: 100%;
	margin: 0 auto
}
.cypress-search-form input {
	border-radius: 2rem;
	padding: 1rem 3rem 1rem 1.5rem
}
.cypress-search-form .fa-search {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	color: #f13a3a;
	font-size: 1.2rem
}
.cypress-search ::-webkit-scrollbar {
width:8px
}
.cypress-search ::-webkit-scrollbar-track {
background:#f1f1f1;
border-radius:8px
}
.cypress-search ::-webkit-scrollbar-thumb {
background:#888;
border-radius:8px
}
.cypress-search ::-webkit-scrollbar-thumb:hover {
background:#555
}
.cypress-search.active-search>.search-wrapper {
	opacity: 1
}
.cypress-search .search-wrapper {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.cypress-search .search-wrapper>.grid-container {
	position: relative
}
.cypress-search .search-wrapper .close {
	position: absolute;
	right: 2rem;
	top: 1rem;
	font-size: 1.2rem;
	z-index: 3;
	font-weight: 700;
	cursor: pointer
}
.cypress-search .search-wrapper .search-result {
	background-color: #fefefe;
	padding: 2rem 1rem;
border-radius:.5rem;
	position: relative;
	z-index: 2;
	max-height: 50vh;
	overflow: hidden;
	overflow-y: scroll
}
@media screen and (min-width:64em) {
.cypress-search .search-wrapper .search-result {
	padding: 3rem 2.5rem;
	max-height: none;
	overflow-y: hidden
}
}
.cypress-search .search-wrapper .search-result>.cell {
	padding: 0 15px;
	margin: 0 0 2rem
}
@media screen and (min-width:64em) {
.cypress-search .search-wrapper .search-result>.cell {
	margin: 0
}
}
.cypress-search .search-wrapper p {
	line-height: 2.5
}
.cypress-search .search-wrapper ul {
	list-style: none;
	margin: 0
}
.cypress-search .search-wrapper ul li {
padding:.5rem 0;
	border-bottom: 1px solid #f7f7f7
}
.cypress-search .search-wrapper ul li:last-child {
	border-bottom: 0
}
.cypress-search .search-wrapper ul li a {
	font-weight: 700;
	outline: 0;
	cursor: pointer
}
.cypress-search .search-wrapper ul li a span {
	display: block
}
.cypress-search .search-wrapper ul li a .title {
margin:0 0 .15rem
}
.cypress-search .search-wrapper ul li a .sub-title {
font-size:.8125rem;
	font-weight: 400;
	color: #575756;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}
.cypress-search .search-wrapper .button {
	margin: 30px 0 0 0
}
.cypress-search-page .cypress-search-results {
	margin-bottom: 5rem
}
.cypress-search-page .type-title {
	display: block;
	margin-top: 5rem;
padding-bottom:.5rem;
	border-bottom: solid 2px #4bc5b8
}
.cypress-search-page .type-title:first-of-type {
	margin-top: 0
}
.cypress-search-page .search-post {
	color: inherit;
	border-bottom: solid 1px #f7f7f7;
padding:1.5rem 2rem .5rem 0;
	position: relative
}
.cypress-search-page .search-post:last-of-type {
	border-bottom: none
}
.cypress-search-page .search-post:after {
	content: "";
	display: block;
	background-image: url(../image/icon-arrow-down1.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}
.cypress-search-page .search-post.custom-links:after {
	content: none
}
.cypress-search-page .search-post.custom-links .link {
	display: inline-block;
font-size:.85rem;
	text-transform: uppercase;
	margin: 0 1rem 1rem 0
}
.cypress-search-page .search-post.custom-links .icon-link {
	max-width: 14px;
margin:-.15rem 0 0 .3rem
}
.cypress-search-page .search-post.case-link {
	padding: 0
}
.cypress-search-page .search-post.case-link a {
	display: block;
padding:1.5rem 2rem .5rem 0
}
.cypress-search-page .search-post .title {
margin-bottom:.5rem
}
.cypress-search-page .card {
	margin-bottom: 2rem
}
.cypress-search-page .card .text {
	min-height: 150px
}
.cypress-search-page .cypress-documentation {
	background-color: transparent;
	padding: 0
}
.cypress-quoteblock {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f13a3a;
	padding: 40px 0
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-quoteblock {
	padding: 100px 0
}
}
.cypress-quoteblock .title {
	color: #fefefe;
	text-align: center;
	width: 90%;
	margin: 0 auto 2rem
}
.cypress-quoteblock .swiper-container {
	width: 100%;
	height: auto;
	position: relative
}
.cypress-quoteblock .swiper-container .quote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.cypress-quoteblock .swiper-container .inner {
	max-width: 750px;
	width: 80%;
margin:.5rem auto 0;
	text-align: center;
	position: relative
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock .swiper-container .inner {
	margin: 2rem auto 0
}
}
.cypress-quoteblock .swiper-container .inner .text {
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: 400;
	font-style: italic;
	color: #fefefe
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock .swiper-container .inner .text {
	font-size: 1.3rem
}
}
.cypress-quoteblock .swiper-container .inner .name {
	color: #fefefe;
	margin: 1.5rem 0 0 0
}
.cypress-quoteblock .swiper-container .inner:after {
	content: "";
	background-image: url(../image/quote-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
top:-.5rem;
	left: 0;
	right: 0;
	opacity: .25;
	z-index: -1;
	margin: 0 auto
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock .swiper-container .inner:after {
	width: 100px;
	height: 100px;
	top: -1.5rem
}
}
.cypress-quoteblock .swiper-pagination {
	position: absolute;
	bottom: 2rem;
	right: 0;
	left: 0;
	text-align: center
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock .swiper-pagination {
	bottom: 1rem
}
}
.cypress-quoteblock .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fefefe;
	opacity: .3;
margin:0 .15rem
}
.cypress-quoteblock .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1
}
.cypress-quoteblock .swiper-button-next, .cypress-quoteblock .swiper-button-prev {
	position: absolute;
	top: 40%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	background-image: none!important;
	height: 15px
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock .swiper-button-next, .cypress-quoteblock .swiper-button-prev {
	height: 20px
}
}
.cypress-quoteblock .swiper-button-next:after, .cypress-quoteblock .swiper-button-prev:after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 15px;
	display: block
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock .swiper-button-next:after, .cypress-quoteblock .swiper-button-prev:after {
	width: 20px;
	height: 20px
}
}
.cypress-quoteblock .swiper-button-next {
	display: block;
	left: auto
}
.cypress-quoteblock .swiper-button-next:after {
	background-image: url(../image/arrow_right.svg)
}
.cypress-quoteblock .swiper-button-prev {
	display: block;
	right: auto
}
.cypress-quoteblock .swiper-button-prev:after {
	background-image: url(../image/arrow_left.svg)
}
.cypress-quoteblock .btn-wrap {
	width: 100%;
	display: block;
	text-align: center;
	margin: 1.5rem auto 0
}
.cypress-quoteblock .btn-wrap .button {
	margin-bottom: 0
}
@media print, screen and (min-width:40em) {
.cypress-quoteblock .btn-wrap {
	margin: 2rem auto 0
}
}
.cypress-animation-biw {
	background-color: #ebf9f7;
	padding: 40px 0
}
@media screen and (min-width:64em) {
.cypress-animation-biw {
	padding: 100px 0
}
}
.cypress-animation-fwh {
	background-color: #ebf9f7;
	padding: 40px 0
}
@media print, screen and (min-width:40em) {
.cypress-animation-fwh {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-animation-fwh {
	padding: 100px 0
}
}
.cypress-animation-fwh .text {
	text-align: center
}
#SSIcalc.slidedown {
	display: none
}
.cypress-calculator {
	background-color: #ebf9f7;
	padding: 60px 0
}
@media screen and (min-width:64em) {
.cypress-calculator {
	padding: 100px 0
}
}
.cypress-calculator .section-title {
	margin-bottom: 40px;
	text-align: center
}
@media screen and (min-width:64em) {
.cypress-calculator .section-title {
	margin-bottom: 80px
}
}
.cypress-calculator .col-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
@media screen and (min-width:64em) {
.cypress-calculator .col-wrap {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-webkit-flex-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit
}
}
.cypress-calculator .col-wrap .slider-cell {
	margin-top: 2.5rem
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .col-wrap .slider-cell {
	margin-top: 3rem
}
}
@media screen and (min-width:64em) {
.cypress-calculator .col-wrap .slider-cell {
	margin-top: 1rem
}
}
.cypress-calculator .slider-title {
font-size:.9rem;
	margin-bottom: 0;
	clear: both;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .slider-title {
	font-size: 1.1rem
}
}
.cypress-calculator .slider-title .information-icon {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: 0;
margin-left:.5rem;
	background-image: url(../image/icon-info1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
@media screen and (min-width:64em) {
.cypress-calculator .slider-title .information-icon {
	width: 22px;
	height: 22px
}
}
.cypress-calculator .slider-title .information-icon:hover {
	-webkit-transform: scale(1.025);
	transform: scale(1.025)
}
.cypress-calculator .ui-slider {
	height: 40px;
	position: relative;
	background: #d8d8d8;
	height: 4px;
	margin: 30px auto 35px;
	width: calc(100% - 90px)
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .ui-slider {
	margin: 40px auto
}
}
.cypress-calculator .ui-slider:after, .cypress-calculator .ui-slider:before {
	content: "";
	width: 45px;
	height: 4px;
	margin: 40px 0;
	display: block;
	position: absolute;
	top: -40px;
	left: -45px;
	background: #f13a3a
}
.cypress-calculator .ui-slider:after {
	left: auto;
	right: -45px;
	background: #d8d8d8
}
.cypress-calculator .ui-slider .highlight {
	background-color: #f13a3a;
	position: absolute;
	width: 0%;
	height: 4px
}
.cypress-calculator .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	width: 100px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px 0 #d8d8d8;
	box-shadow: 0 0 7px 0 #d8d8d8;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -16px;
font-size:.85rem;
	font-weight: 700;
	text-align: center;
	outline: 0;
	cursor: -webkit-grab;
	cursor: grab
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .ui-slider .ui-slider-handle {
	height: 40px;
	line-height: 40px;
	margin-top: -21px;
	font-size: 1rem
}
}
.cypress-calculator .ui-slider .error {
	display: none;
	float: left;
	padding: 1.5rem 0;
font-size:.9rem;
	margin-left: -2.5rem
}
.cypress-calculator .ui-slider.error .error {
	display: block
}
.cypress-calculator .staple-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	min-height: 196px
}
.cypress-calculator .staple {
	float: left;
	text-align: center;
	font-size: 1rem;
padding:.5rem;
	max-width: 50%
}
.cypress-calculator .staple div {
margin:.5rem auto;
	max-width: 100%;
	-webkit-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out
}
.cypress-calculator .staple span {
font-size:.8rem;
	color: #7a7a7a;
	font-weight: 400
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .staple span {
	font-size: 1rem
}
}
.cypress-calculator .staple.potential_ssi span, .cypress-calculator .staple.potential_ssi_cost span {
	font-weight: 600;
	color: #575756
}
.cypress-calculator .staple .arrow-wrap {
	position: relative
}
.cypress-calculator .staple .arrow-wrap:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #979797;
	position: absolute;
	left: 7px;
	bottom: -1
}
.cypress-calculator .staple .long-arrow {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #979797;
	border-left: 3px solid #979797;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	bottom: 0;
	margin: 0!important
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .staple .long-arrow {
	width: 16px;
	height: 16px
}
}
.cypress-calculator .potential_ssi, .cypress-calculator .ssi_info {
	text-align: center;
	color: #f13a3a;
	font-weight: 700
}
.cypress-calculator .potential_ssi .current_ssi_cost_val, .cypress-calculator .potential_ssi .current_ssi_val, .cypress-calculator .potential_ssi .less_ssi_val, .cypress-calculator .potential_ssi .potential_cost_savings_val, .cypress-calculator .ssi_info .current_ssi_cost_val, .cypress-calculator .ssi_info .current_ssi_val, .cypress-calculator .ssi_info .less_ssi_val, .cypress-calculator .ssi_info .potential_cost_savings_val {
	font-size: 1.7rem
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .potential_ssi .current_ssi_cost_val, .cypress-calculator .potential_ssi .current_ssi_val, .cypress-calculator .potential_ssi .less_ssi_val, .cypress-calculator .potential_ssi .potential_cost_savings_val, .cypress-calculator .ssi_info .current_ssi_cost_val, .cypress-calculator .ssi_info .current_ssi_val, .cypress-calculator .ssi_info .less_ssi_val, .cypress-calculator .ssi_info .potential_cost_savings_val {
	font-size: 2.3125rem
}
}
.cypress-calculator .potential_ssi p, .cypress-calculator .ssi_info p {
	font-size: 1.1rem
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .potential_ssi p, .cypress-calculator .ssi_info p {
	font-size: 1.3125rem
}
}
.cypress-calculator .tabs {
	background: 0 0;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.cypress-calculator .tabs .tabs-title {
	width: 50%;
	text-align: center;
	position: relative;
bottom:-.25rem
}
.cypress-calculator .tabs .tabs-title a {
border-top-left-radius:.5rem;
border-top-right-radius:.5rem;
	-webkit-box-shadow: 0 0 10px 0 #d8d8d8;
	box-shadow: 0 0 10px 0 #d8d8d8;
	display: block;
	color: #7a7a7a;
	background: #f4fcfa;
font-size:.9rem;
	font-weight: 400;
	padding: 1.25rem 1.5rem;
	outline: 0;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .tabs .tabs-title a {
	font-size: 1rem
}
}
.cypress-calculator .tabs .tabs-title.is-active {
	z-index: 2;
	bottom: 0
}
.cypress-calculator .tabs .tabs-title.is-active a {
border-top-left-radius:.5rem;
	color: #f13a3a;
	background: #fefefe;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.3rem 1.5rem;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 -2px 10px 0 #d8d8d8;
	box-shadow: 0 -2px 10px 0 #d8d8d8
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .tabs .tabs-title.is-active a {
	font-size: 1.1rem
}
}
@media print, screen and (min-width:40em) {
.cypress-calculator .tabs .tabs-title.is-active a {
	font-size: 1.375rem
}
}
.cypress-calculator .tabs .tabs-title.is-active:after {
	content: "";
	width: 100%;
	height: 2rem;
	display: block;
	background: #fefefe;
	position: absolute;
	position: absolute;
	bottom: -1rem;
	right: 0;
	left: 0;
	z-index: 1
}
.cypress-calculator .tabs-content {
border-radius:.5rem;
	border-top-left-radius: 0;
padding:1.5rem .8rem;
	-webkit-box-shadow: 0 0 10px 2px #d8d8d8;
	box-shadow: 0 0 10px 2px #d8d8d8;
	position: relative;
	z-index: 1
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator .tabs-content {
	padding: 2rem 1.5rem
}
}
@media print, screen and (min-width:40em) {
.cypress-calculator .tabs-content {
	padding: 4rem 1.5rem
}
}
.cypress-calculator .tabs-content .tabs-panel {
	padding: 0
}
.cypress-calculator .disclaimer p {
font-size:.9rem;
	font-style: italic
}
.cypress-calculator .currency_switch {
	width: 100%;
	overflow: hidden;
padding:0 .15rem .5rem
}
@media print, screen and (min-width:40em) {
.cypress-calculator .currency_switch {
padding:.5rem .15rem .5rem
}
}
.cypress-calculator .currency_switch .switcher {
	float: left;
	background-color: #fefefe;
	overflow: hidden;
	border-radius: 2rem;
padding:.25rem;
	position: relative;
	-webkit-box-shadow: 0 0 7px 0 #d8d8d8;
	box-shadow: 0 0 7px 0 #d8d8d8
}
.cypress-calculator .currency_switch .switcher:after {
	content: "";
width:calc(50% - .25rem);
height:calc(100% - .5rem);
	display: block;
	position: absolute;
top:.25rem;
left:.25rem;
	border-radius: 2rem;
	background: #f13a3a;
	-webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
	transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
	transition: transform .3s ease, box-shadow .3s ease;
	transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}
.cypress-calculator .currency_switch .switcher span {
	display: inline-block;
padding:.25rem .8rem;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #7a7a7a;
	font-size: 1rem;
	font-weight: 700
}
.cypress-calculator .currency_switch .switcher span:nth-of-type(1) {
	color: #fefefe;
	font-weight: 300
}
.cypress-calculator .currency_switch .switcher.euro span:nth-of-type(1) {
	color: #7a7a7a;
	font-weight: 700
}
.cypress-calculator .currency_switch .switcher.euro span:nth-of-type(2) {
	color: #fefefe;
	font-weight: 300
}
.cypress-calculator .currency_switch .switcher.euro:after {
	left: auto;
right:.25rem
}
#SSIcalcSorbact.slidedown {
	display: none
}
.cypress-calculator_sorbact {
	background-color: #ebf9f7;
	padding: 45px 0
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact {
	padding: 60px 0
}
}
@media screen and (min-width:64em) {
.cypress-calculator_sorbact {
	padding: 100px 0
}
}
.cypress-calculator_sorbact .section-title {
	margin-bottom: 40px;
	text-align: center
}
@media screen and (min-width:64em) {
.cypress-calculator_sorbact .section-title {
	margin-bottom: 80px
}
}
.cypress-calculator_sorbact .col-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
@media screen and (min-width:64em) {
.cypress-calculator_sorbact .col-wrap {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-webkit-flex-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit
}
}
.cypress-calculator_sorbact .col-wrap .slider-cell {
	margin-top: 2.5rem
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .col-wrap .slider-cell {
	margin-top: 3rem
}
}
@media screen and (min-width:64em) {
.cypress-calculator_sorbact .col-wrap .slider-cell {
	margin-top: 1rem
}
}
.cypress-calculator_sorbact .slider-title {
font-size:.9rem;
	margin-bottom: 0;
	clear: both;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .slider-title {
	font-size: 1.1rem
}
}
.cypress-calculator_sorbact .slider-title .information-icon {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: 0;
margin-left:.5rem;
	background-image: url(../image/icon-info1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 18px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
@media screen and (min-width:64em) {
.cypress-calculator_sorbact .slider-title .information-icon {
	width: 22px;
	height: 22px
}
}
.cypress-calculator_sorbact .slider-title .information-icon:hover {
	-webkit-transform: scale(1.025);
	transform: scale(1.025)
}
.cypress-calculator_sorbact .ui-slider {
	height: 40px;
	position: relative;
	background: #d8d8d8;
	height: 4px;
	margin: 30px auto 35px;
	width: calc(100% - 90px)
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .ui-slider {
	margin: 40px auto
}
}
.cypress-calculator_sorbact .ui-slider:after, .cypress-calculator_sorbact .ui-slider:before {
	content: "";
	width: 45px;
	height: 4px;
	margin: 40px 0;
	display: block;
	position: absolute;
	top: -40px;
	left: -45px;
	background: #f13a3a
}
.cypress-calculator_sorbact .ui-slider:after {
	left: auto;
	right: -45px;
	background: #d8d8d8
}
.cypress-calculator_sorbact .ui-slider .highlight {
	background-color: #f13a3a;
	position: absolute;
	width: 0%;
	height: 4px
}
.cypress-calculator_sorbact .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	width: 100px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px 0 #d8d8d8;
	box-shadow: 0 0 7px 0 #d8d8d8;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -16px;
font-size:.85rem;
	font-weight: 700;
	text-align: center;
	outline: 0;
	cursor: -webkit-grab;
	cursor: grab
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .ui-slider .ui-slider-handle {
	height: 40px;
	line-height: 40px;
	margin-top: -21px;
	font-size: 1rem
}
}
.cypress-calculator_sorbact .ui-slider .error {
	display: none
}
.cypress-calculator_sorbact .ui-slider.error .error {
	display: block
}
.cypress-calculator_sorbact .staple-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}
.cypress-calculator_sorbact .staple {
	float: left;
	text-align: center;
	font-size: 1rem;
padding:.5rem;
	max-width: 50%;
	position: relative
}
.cypress-calculator_sorbact .staple div {
margin:.5rem auto;
	max-width: 100%
}
.cypress-calculator_sorbact .staple span {
font-size:.8rem;
	color: #7a7a7a;
	font-weight: 400
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .staple span {
	font-size: 1rem
}
}
.cypress-calculator_sorbact .staple .type {
	position: absolute;
	right: 0;
	left: 0;
font-size:.7rem
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .staple .type {
	position: relative;
	font-size: 1rem
}
}
.cypress-calculator_sorbact .staple.potential_ssi .potential_ssi_val, .cypress-calculator_sorbact .staple.potential_ssi_cost .potential_cost_savings_val {
	font-weight: 600;
	color: #f13a3a
}
.cypress-calculator_sorbact .staple .long-arrow {
	display: block;
	margin: 0 0 10px 0;
	width: 12px;
	height: 12px;
	border-top: 3px solid #979797;
	border-left: 3px solid #979797;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .staple .long-arrow {
	width: 16px;
	height: 16px
}
}
.cypress-calculator_sorbact .staple .long-arrow:after {
	content: "";
	display: block;
	width: 2px;
	height: 62px;
	background-color: #979797;
	-webkit-transform: rotate(-45deg) translate(21px, 6px);
	transform: rotate(-45deg) translate(21px, 6px);
	left: 0;
	top: 0
}
.cypress-calculator_sorbact .custom_incidence_slider {
	width: 100%
}
.cypress-calculator_sorbact .custom_incidence_slider .left {
	float: left;
	width: calc(100% - 160px)
}
.cypress-calculator_sorbact .custom_incidence_slider .right {
	float: right;
	width: 140px;
	text-align: center
}
.cypress-calculator_sorbact .custom_incidence_slider .right span {
	display: inline-block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 89.25px;
	border-radius: 20px;
	background-color: #f13a3a;
	-webkit-box-shadow: 0 0 7px 0 #d8d8d8;
	box-shadow: 0 0 7px 0 #d8d8d8;
	font-weight: 700;
	text-align: center;
margin-top:.8rem;
	position: relative
}
.cypress-calculator_sorbact .custom_incidence_slider .right span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-bottom-color: #f13a3a;
	border-width: 6px;
	margin-left: -6px
}
.cypress-calculator_sorbact .potential_ssi, .cypress-calculator_sorbact .ssi_info {
	text-align: center;
	color: #f13a3a;
	font-weight: 700
}
.cypress-calculator_sorbact .potential_ssi .current_ssi_cost_val, .cypress-calculator_sorbact .potential_ssi .current_ssi_val, .cypress-calculator_sorbact .potential_ssi .less_ssi_val, .cypress-calculator_sorbact .potential_ssi .potential_cost_savings_val, .cypress-calculator_sorbact .ssi_info .current_ssi_cost_val, .cypress-calculator_sorbact .ssi_info .current_ssi_val, .cypress-calculator_sorbact .ssi_info .less_ssi_val, .cypress-calculator_sorbact .ssi_info .potential_cost_savings_val {
	font-size: 1.7rem
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .potential_ssi .current_ssi_cost_val, .cypress-calculator_sorbact .potential_ssi .current_ssi_val, .cypress-calculator_sorbact .potential_ssi .less_ssi_val, .cypress-calculator_sorbact .potential_ssi .potential_cost_savings_val, .cypress-calculator_sorbact .ssi_info .current_ssi_cost_val, .cypress-calculator_sorbact .ssi_info .current_ssi_val, .cypress-calculator_sorbact .ssi_info .less_ssi_val, .cypress-calculator_sorbact .ssi_info .potential_cost_savings_val {
	font-size: 2.3125rem
}
}
.cypress-calculator_sorbact .potential_ssi p, .cypress-calculator_sorbact .ssi_info p {
	font-size: 1.1rem
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .potential_ssi p, .cypress-calculator_sorbact .ssi_info p {
	font-size: 1.3125rem
}
}
.cypress-calculator_sorbact .potential_ssi .desc, .cypress-calculator_sorbact .ssi_info .desc {
font-size:.7rem;
	color: #575756;
	font-weight: 700;
	margin: 3.8rem 0 0 0;
	text-align: left;
	max-width: 140px;
	width: 100%;
	margin: 0 auto;
	text-align: center
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .potential_ssi .desc, .cypress-calculator_sorbact .ssi_info .desc {
font-size:.8rem;
	max-width: 180px;
	margin: 3rem auto 0
}
}
@media print, screen and (min-width:40em) {
.cypress-calculator_sorbact .potential_ssi .desc, .cypress-calculator_sorbact .ssi_info .desc {
	font-size: 1rem;
	max-width: 200px
}
}
.cypress-calculator_sorbact .tabs {
	background: 0 0;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.cypress-calculator_sorbact .tabs .tabs-title {
	width: 50%;
	text-align: center;
	position: relative;
bottom:-.25rem
}
.cypress-calculator_sorbact .tabs .tabs-title a {
border-top-left-radius:.5rem;
border-top-right-radius:.5rem;
	-webkit-box-shadow: 0 0 10px 0 #d8d8d8;
	box-shadow: 0 0 10px 0 #d8d8d8;
	display: block;
	color: #7a7a7a;
	background: #f4fcfa;
font-size:.9rem;
	font-weight: 400;
	padding: 1.25rem 1.5rem;
	outline: 0;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .tabs .tabs-title a {
	font-size: 1rem
}
}
.cypress-calculator_sorbact .tabs .tabs-title.is-active {
	z-index: 2;
	bottom: 0
}
.cypress-calculator_sorbact .tabs .tabs-title.is-active a {
border-top-left-radius:.5rem;
	color: #f13a3a;
	background: #fefefe;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.3rem 1.5rem;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 -2px 10px 0 #d8d8d8;
	box-shadow: 0 -2px 10px 0 #d8d8d8
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .tabs .tabs-title.is-active a {
	font-size: 1.1rem
}
}
@media print, screen and (min-width:40em) {
.cypress-calculator_sorbact .tabs .tabs-title.is-active a {
	font-size: 1.375rem
}
}
.cypress-calculator_sorbact .tabs .tabs-title.is-active:after {
	content: "";
	width: 100%;
	height: 2rem;
	display: block;
	background: #fefefe;
	position: absolute;
	position: absolute;
	bottom: -1rem;
	right: 0;
	left: 0;
	z-index: 1
}
.cypress-calculator_sorbact .tabs-content {
border-radius:.5rem;
	border-top-left-radius: 0;
padding:1.5rem .8rem 2rem;
	-webkit-box-shadow: 0 0 10px 2px #d8d8d8;
	box-shadow: 0 0 10px 2px #d8d8d8;
	position: relative;
	z-index: 1
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .tabs-content {
	padding: 2rem 1.5rem
}
}
@media print, screen and (min-width:40em) {
.cypress-calculator_sorbact .tabs-content {
	padding: 4rem 1.5rem
}
}
.cypress-calculator_sorbact .tabs-content .tabs-panel {
	padding: 0
}
.cypress-calculator_sorbact .disclaimer p {
font-size:.9rem;
	font-style: italic
}
.cypress-calculator_sorbact .currency_switch {
	width: 100%;
	overflow: hidden;
padding:0 .15rem 0
}
@media print, screen and (min-width:26.25em) {
.cypress-calculator_sorbact .currency_switch {
padding:.5rem .15rem .5rem
}
}
.cypress-calculator_sorbact .currency_switch .switcher {
	float: left;
	background-color: #fefefe;
	overflow: hidden;
	border-radius: 2rem;
padding:.25rem;
	position: relative;
	-webkit-box-shadow: 0 0 7px 0 #d8d8d8;
	box-shadow: 0 0 7px 0 #d8d8d8
}
.cypress-calculator_sorbact .currency_switch .switcher:after {
	content: "";
width:calc(50% - .25rem);
height:calc(100% - .5rem);
	display: block;
	position: absolute;
top:.25rem;
left:.25rem;
	border-radius: 2rem;
	background: #f13a3a;
	-webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
	transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
	transition: transform .3s ease, box-shadow .3s ease;
	transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}
.cypress-calculator_sorbact .currency_switch .switcher span {
	display: inline-block;
padding:.25rem .8rem;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #7a7a7a;
	font-size: 1rem;
	font-weight: 700
}
.cypress-calculator_sorbact .currency_switch .switcher span:nth-of-type(1) {
	color: #fefefe;
	font-weight: 300
}
.cypress-calculator_sorbact .currency_switch .switcher.euro span:nth-of-type(1) {
	color: #7a7a7a;
	font-weight: 700
}
.cypress-calculator_sorbact .currency_switch .switcher.euro span:nth-of-type(2) {
	color: #fefefe;
	font-weight: 300
}
.cypress-calculator_sorbact .currency_switch .switcher.euro:after {
	left: auto;
right:.25rem
}
.cypress-faq-archive-two .archive-posts {
	margin: 0 0 5rem
}
@media screen and (min-width:64em) {
.cypress-faq-archive-two .archive-posts {
	margin: 2rem 0 20rem
}
}
.cypress-faq-archive-two .archive-posts .cat-intro {
	padding-top: 0;
	margin-bottom: 1.5rem
}
@media print, screen and (min-width:40em) {
.cypress-faq-archive-two .archive-posts .cat-intro {
	padding-top: 2rem
}
}
.cypress-faq-archive-two .archive-posts .faq-post-content {
	padding-top: 0
}
@media screen and (min-width:64em) {
.cypress-faq-archive-two .archive-posts .faq-post-content {
	padding-top: 3rem
}
}
.cypress-faq-archive-two .archive-posts .faq-post-content:last-of-type {
	margin-bottom: 3rem
}
@media screen and (min-width:64em) {
.cypress-faq-archive-two .archive-posts .faq-post-content:last-of-type {
	margin-bottom: 4rem
}
}
@media screen and (min-width:75em) {
.cypress-faq-archive-two .archive-posts .faq-post-content:last-of-type {
	margin-bottom: 6rem
}
}
.cypress-faq-archive-two .archive-posts .faq-post-content .title {
	font-size: 1.375rem;
	font-weight: 300;
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif
}
@media print, screen and (min-width:40em) {
.cypress-faq-archive-two .archive-posts .faq-post-content .title {
	font-size: 1.5rem
}
}
.cypress-faq-archive-two .archive-posts .cypress-faq {
	padding: 0
}
.cypress-faq-archive-two .archive-posts .cypress-faq .grid-container {
	padding: 0
}
.cypress-faq-archive-two .archive-posts .cypress-faq .cell {
	width: 100%!important
}
.cypress-faq-archive-two .archive-posts .cypress-accordion {
	padding: 0
}
.cypress-faq-archive-two .archive-posts .cypress-accordion .accordion-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 15px 60px 15px 20px;
	min-height: 60px;
	font-family: SeravekWebBasicRegular, Roboto, Helvetica, Arial, sans-serif
}
@media print, screen and (min-width:40em) {
.cypress-faq-archive-two .archive-posts .cypress-accordion .accordion-title {
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 400;
	padding: 0 60px 0 20px
}
}
.cypress-faq-archive-two .archive-posts .cypress-accordion .accordion-content {
	padding: 15px 20px
}
.cypress-faq-archive-two .archive-posts .cypress-accordion .accordion-content p {
	font-size: 1rem
}
.cypress-faq-archive-two .faq-cats-sidebar {
	position: relative
}
.cypress-faq-archive-two .faq-cats-sidebar .faq-cats-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 2rem
}
.cypress-faq-archive-two .faq-cats-sidebar .faq-cats-wrap.stick {
	position: -webkit-sticky;
	position: sticky;
	top: 12rem
}
.cypress-faq-archive-two .faq-cats {
margin:0 0 .5rem
}
.cypress-faq-archive-two .faq-cats .cat-title {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #2b2b2b;
	cursor: pointer;
	border-bottom: solid 2px #fefefe
}
.cypress-faq-archive-two .faq-cats .cat-title.active {
	border-bottom: solid 2px #f13a3a
}
.cypress-faq-archive-two .faq-cats .cat-title a {
	color: inherit
}
.cypress-faq-archive-two .faq-cats .cats-content {
	margin: 0 0 2.5rem 0;
	list-style: none
}
.cypress-faq-archive-two .faq-cats .cats-content li {
	font-size: 1.0625rem;
padding:.4rem 0 .4rem 2.5rem;
	position: relative
}
.cypress-faq-archive-two .faq-cats .cats-content li.active:before {
	content: "";
	background-image: url(../image/icon-arrow-down1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 22px;
	height: 14px;
	position: absolute;
top:.7rem;
	left: 0
}
.cypress-faq-archive-two .faq-cats .cats-content a {
	color: inherit
}
.cypress-faq-archive-two .faq-cats .cats-content a.active {
	color: #f13a3a
}
.cypress-archive {
	padding: 40px 0
}
.cypress-accordion+.cypress-archive, .cypress-cards+.cypress-archive, .cypress-contact+.cypress-archive, .cypress-image+.cypress-archive, .cypress-media-text.white+.cypress-archive.white, .cypress-media-text.white+.cypress-archive:not(.cypress-media-text), .cypress-page-intro+.cypress-archive, .cypress-table-custom+.cypress-archive, .cypress-text+.cypress-archive, .cypress-text-columns.white+.cypress-archive, .cypress-video+.cypress-archive {
	padding-top: 0
}
@media screen and (min-width:64em) {
.cypress-archive {
	padding: 120px 0
}
}
.cypress-archive .primary-title {
	text-align: center;
	margin-bottom: 60px
}
.cypress-archive .card {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-bottom: 30px
}
@media print, screen and (min-width:40em) {
.cypress-archive .card {
	height: auto
}
}
.cypress-archive .card .min-height {
	height: 180px;
	overflow: hidden;
	position: relative
}
@media screen and (min-width:64em) {
.cypress-archive .card .min-height {
	height: 240px
}
}
.cypress-archive .card .min-height img {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	max-width: 200%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.cypress-archive.event-archive .card {
	cursor: auto
}
.cypress-archive-block {
	margin-bottom: 30px;
	border-radius: 12px;
	color: #7a7a7a;
	overflow: hidden
}
@media screen and (min-width:64em) {
.cypress-archive-block {
	margin-bottom: 60px
}
}
.cypress-archive-block .figure {
	position: relative;
	height: 100%;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	min-height: 100px;
	padding-bottom: 66%;
	background: #f13a3a;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(254,254,254,0)), to(rgba(216,216,216,.5)));
	background: linear-gradient(to bottom, rgba(254,254,254,0), rgba(216,216,216,.5))
}
@media screen and (min-width:64em) {
.cypress-archive-block .figure {
	min-height: 340px;
	padding-bottom: 0
}
}
.cypress-archive-block .figure img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media print, screen and (min-width:40em) {
.cypress-archive-block .figure img {
	max-width: 160%
}
}
.cypress-archive-block .figure .term {
	background-color: #f13a3a;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
	padding: .5em 1em .5em 1.5em;
font-size:.9375rem;
	font-weight: 700;
	color: #fefefe;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.cypress-archive-block .content {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	color: #7a7a7a
}
@media screen and (min-width:64em) {
.cypress-archive-block .content {
	padding: 60px
}
}
.cypress-archive-block .content .meta {
	display: block;
	margin-bottom: 10px;
	color: #7a7a7a
}
.cypress-archive-block .content .event-meta {
	padding: 10px 0
}
.cypress-archive-block .content .event-meta .date, .cypress-archive-block .content .event-meta .location, .cypress-archive-block .content .event-meta .time {
	display: block;
	margin-bottom: 5px
}
@media print, screen and (min-width:40em) {
.cypress-archive-block .content .event-meta .date, .cypress-archive-block .content .event-meta .location, .cypress-archive-block .content .event-meta .time {
	display: inline;
	margin: 0 30px 0 0
}
}
.cypress-archive-block .content .event-meta .label {
	font-weight: 700;
	color: #f13a3a;
	margin-right: 5px
}
.blog .cypress-archive .card .figure {
	min-height: 100px;
	height: auto;
	padding-bottom: 66%
}
.blog .cypress-archive .card .figure img {
	max-width: 100%
}
.event-archive .selected-event {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	margin-bottom: 30px
}
@media screen and (min-width:64em) {
.event-archive .selected-event {
	margin-bottom: 60px
}
}
.event-archive .selected-event .figure {
	width: 100%;
	min-height: 100%;
	padding-bottom: 66%!important
}
@media print, screen and (min-width:40em) {
.event-archive .selected-event .figure {
	width: 50%;
	min-height: 100%!important;
	padding-bottom: 28%!important;
	border-top-right-radius: 0;
	border-bottom-left-radius: 12px
}
}
@media screen and (min-width:64em) {
.event-archive .selected-event .figure {
	width: 41.66667%
}
}
.event-archive .selected-event .figure img {
	max-width: 100%!important
}
@media print, screen and (min-width:40em) {
.event-archive .selected-event .figure img {
	max-width: 160%!important
}
}
.event-archive .selected-event .text {
	width: 100%;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media print, screen and (min-width:40em) {
.event-archive .selected-event .text {
	width: 50%;
	padding: 40px
}
}
@media screen and (min-width:64em) {
.event-archive .selected-event .text {
	width: 58.33333%;
	padding: 60px
}
}
.event-archive .selected-event .text .title {
	font-size: 1.125rem
}
@media print, screen and (min-width:40em) {
.event-archive .selected-event .text .title {
	font-size: 1.875rem
}
}
.event-archive .selected-event .event-meta .date, .event-archive .selected-event .event-meta .location, .event-archive .selected-event .event-meta .time {
	display: block;
	margin-bottom: 5px;
	font-size: 1rem
}
@media print, screen and (min-width:40em) {
.event-archive .selected-event .event-meta .date, .event-archive .selected-event .event-meta .location, .event-archive .selected-event .event-meta .time {
	display: inline;
	margin: 0 20px 0 0
}
}
.event-archive .card .figure {
	max-width: 100%;
	min-height: 100px;
	padding-bottom: 66%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative
}
.event-archive .card .figure img {
	max-width: 100%
}
.event-archive .card .thumb-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	z-index: 2;
	padding: 1rem 2rem;
	text-align: center
}
.event-archive .card .thumb-text .title {
	color: #fefefe;
	font-size: 1.45rem;
	font-family: SeravekWebBasicMedium, Roboto, Helvetica, Arial, sans-serif;
margin-bottom:.4rem
}
@media print, screen and (min-width:26.25em) {
.event-archive .card .thumb-text .title {
	font-size: 1.75rem
}
}
.event-archive .card .thumb-text .date {
	color: #fefefe;
	font-size: 1.2rem
}
@media print, screen and (min-width:26.25em) {
.event-archive .card .thumb-text .date {
	font-size: 1.4rem
}
}
.event-archive .card .text .event-meta {
	padding-top: 0;
	padding-bottom: 20px
}
.event-archive .card .readmore {
font-size:.85rem;
	text-transform: uppercase;
margin:0 0 0 .3rem
}
.event-archive .card .readmore:hover {
	color: #29c5b5
}
.event-archive .card .icon-link {
	max-width: 12px;
margin:-.15rem 0 0 .3rem
}
.single-event .singleexcerpt {
	margin-top: 0
}
@media screen and (min-width:64em) {
.single-event .singleexcerpt {
	margin-top: -2rem
}
}
.single-event .singleexcerpt p {
	font-size: 1rem;
	text-align: center
}
@media print, screen and (min-width:40em) {
.single-event .singleexcerpt p {
	font-size: 1.15rem
}
}
.ifu-archive .ifu {
	position: relative;
	background-color: #fefefe;
	padding: 15px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: 1.0625rem;
	border-radius: 6px;
	margin-bottom: 15px
}
.ifu-archive .title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 15px
}
.ifu-archive .bottom-btn {
	margin-top: 6rem
}
