@keyframes scroll-loop {
0% {
opacity:0;
transform:translateY(-8px);
}
20% {
opacity:1;
transform:translateY(0);
}
50% {
opacity:0;
transform:translateY(5px);
}
50.0001% {
opacity:0;
transform:translateY(-5px);
}
100% {
opacity:0;
transform:translateY(-5px);
}
}
.hp-heading-h2 {
	font-size: 1.875rem;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 1.14;
}

@media (min-width:48em) {
.hp-heading-h2 {
	font-size: 1.75rem;
	line-height: 1.21;
}
}

@media (min-width:90em) {
.hp-heading-h2 {
	font-size: 2.25rem;
	letter-spacing: .02em;
}
}
.hp-heading-h3 {
	color: #000;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: .02em;
}

@media (min-width:90em) {
.hp-heading-h3 {
	font-size: 1.625rem;
}
}
.hp-cta-arrow {
	display: inline-block;
	padding-right: 1.375rem;
	position: relative;
	transition: padding 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	color: #fff;
	font-size: 0.8125rem;
	letter-spacing: .058em;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width:90em) {
.hp-cta-arrow {
	font-size: 14px;
	letter-spacing: .1em;
}
}
.hp-cta-arrow:before, .hp-cta-arrow:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
}
.hp-cta-arrow:before {
	margin-top: -0.0625rem;
	right: 0.25rem;
	width: 0.5rem;
	height: 0.125rem;
	background-color: #005fd5;
	transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1), width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.hp-cta-arrow:after {
	margin-top: -0.25rem;
	border-top: 0.25rem dashed transparent;
	border-bottom: 0.25rem dashed transparent;
	border-left: 0.25rem solid #005fd5;
	transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.hp-cta-arrow:hover {
	padding-left: 0.5rem;
}
.hp-cta-arrow:hover:before {
	right: -0.25rem;
	width: 1rem;
}
.hp-cta-arrow:hover:after {
	right: -0.5rem;
}
.hp-cta-arrow-white {
	color: #fff;
}
.hp-cta-arrow-white:before {
	background-color: #fff;
}
.hp-cta-arrow-white:after {
	border-left-color: #fff;
}
.hp-cta-arrow-blue {
	color: #005fd5;
}
.hp-cta-video {
	display: inline-block;
	padding: 0.9375rem 0.9375rem 0.9375rem 3.4375rem;
	position: relative;
	transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
	z-index: 1;
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: .058em;
	line-height: .9;
	text-decoration: none;
	text-transform: uppercase;
}
.hp-cta-video:before, .hp-cta-video:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: -1;
}
.hp-cta-video:before {
	width: 2.625rem;
	height: 2.625rem;
	background-color: #fff;
	border-radius: 1.3125rem;
	transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.hp-cta-video:after {
	top: 0.875rem;
	left: 1.125rem;
	border-top: 0.4375rem dashed transparent;
	border-bottom: 0.4375rem dashed transparent;
	border-left: 0.625rem solid #005fd5;
	transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.hp-cta-video:hover {
	color: #005fd5;
}
.hp-cta-video:hover:before {
	width: 100%;
}
.hp-cta-video:hover:after {
	left: 1.625rem;
}
.hp-cta-read {
	display: inline-block;
	padding: 0.9375rem 0.9375rem 0.9375rem 3.4375rem;
	position: relative;
	transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
	z-index: 1;
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: .058em;
	line-height: .9;
	text-decoration: none;
	text-transform: uppercase;
}
.hp-cta-read:before, .hp-cta-read:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8125rem;
	content: '';
	z-index: -1;
}
.hp-cta-read:before {
	width: 2.625rem;
	height: 2.625rem;
	background-color: #fff;
	border-radius: 1.3125rem;
	transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.hp-cta-read:after {
	top: 0.875rem;
	left: 0.875rem;
	width: 0.875rem;
	height: 0.8125rem;
	background-image: repeating-linear-gradient(#005fd5, #005fd5 0.1875rem, #fff 0.1875rem, #fff 0.3125rem, #005fd5 0.3125rem, #005fd5 0.5rem, #fff 0.5rem, #fff 0.625rem, #005fd5 0.625rem, #005fd5 0.8125rem), repeating-linear-gradient(#005fd5, #005fd5 0.1875rem, #fff 0.1875rem, #fff 0.3125rem, #005fd5 0.3125rem, #005fd5 0.5rem, #fff 0.5rem, #fff 0.625rem, #005fd5 0.625rem, #005fd5 0.8125rem);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 0.4375rem 0.8125rem, 0.4375rem 0.625rem;
	transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.hp-cta-read:hover {
	color: #005fd5;
}
.hp-cta-read:hover:before {
	width: 100%;
}
.hp-cta-read:hover:after {
	left: 1.625rem;
}
.hp-btn-primary {
	display: inline-block;
	overflow: hidden;
	min-width: 11.0625rem;
	padding: 0 0.9375rem;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #5fc9cf;
	border: 0;
	border-radius: 0.1875rem;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 2.75rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.hp-btn-primary span {
	position: relative;
	z-index: 2;
}
.hp-btn-primary:before, .hp-btn-primary:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}
.hp-btn-primary:before {
	background-color: #fff;
	z-index: 1;
	transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hp-btn-primary:after {
	border: 1px solid #5fc9cf;
	border-radius: 0.1875rem;
	z-index: 2;
}
.hp-btn-primary:hover {
	background-color: #5fc9cf;
}
.hp-btn-primary:hover:before {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.hp-btn-secondary {
	display: inline-block;
	overflow: hidden;
	padding: 0 0.9375rem;
	position: relative;
	min-width: 11.0625rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #005fd5;
	border-radius: 0.1875rem;
	cursor: pointer;
	outline: none;
	transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #005fd5;
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 2.75rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.hp-btn-secondary span {
	position: relative;
	z-index: 2;
}
.hp-btn-secondary:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #005fd5;
	content: '';
	z-index: 1;
	transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hp-btn-secondary:hover {
	background-color: transparent;
	color: #fff;
}
.hp-btn-secondary:hover:before {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.hp-scroll-container.is-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.hp-section-hero {
	overflow: hidden;
	margin-top: -3.5625rem;
	position: relative;
	height: 34.375rem;
}

@media (min-width:30em) {
.hp-section-hero {
	height: 37rem;
}
}

@media (min-width:48em) {
.hp-section-hero {
	height: 50rem;
}
}

@media (min-width:64em) {
.hp-section-hero {
	height: 48rem;
}
}

@media (min-width:105em) {
.hp-section-hero {
	height: 63.5rem;
}
}

@media (min-width:120em) {
.hp-section-hero {
	height: 72.5rem;
}
}
.hp-section-hero-body {
	padding: 5rem 0.625rem 0;
	position: relative;
	opacity: 0;
	z-index: 2;
	color: #fff;
	text-align: center;
}

@media (min-width:30em) {
.hp-section-hero-body {
	padding-top: 4.5rem;
}
}

@media (min-width:48em) {
.hp-section-hero-body {
	padding-top: 6rem;
}
}

@media (min-width:64em) {
.hp-section-hero-body {
	padding-top: 5rem;
}
}

@media (min-width:105em) {
.hp-section-hero-body {
	padding-top: 7.875rem;
}
}

@media (min-width:120em) {
.hp-section-hero-body {
	padding-top: 8rem;
}
}
.hp-section-hero-heading {
	margin: 0 auto;
	max-width: 18.75rem;
	font-size: 2.125rem;
	font-weight: 300;
	letter-spacing: .02em;
}

@media (min-width:48em) {
.hp-section-hero-heading {
	max-width: none;
	font-size: 2.55rem;
}
}

@media (min-width:105em) {
.hp-section-hero-heading {
	font-size: 3.375rem;
}
}
.hp-section-hero-catcher {
	margin: 0.9375rem auto 0;
	max-width: 18.75rem;
	color: #c6d1d8;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 1.53;
}

@media (min-width:48em) {
.hp-section-hero-catcher {
	margin-top: 0.75rem;
	max-width: none;
	line-height: 1.24;
}
}

@media (min-width:105em) {
.hp-section-hero-catcher {
	margin-top: 1.125rem;
	font-size: 1.25rem;
}
}
.hp-section-hero-btn {
	display: inline-block;
	overflow: hidden;
	margin-top: 1.875rem;
	position: relative;
	min-width: 9.5625rem;
	border-radius: 2px;
	transition: color .2s ease .15s;
	color: #000;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: .033em;
	line-height: 3.66;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width:48em) {
.hp-section-hero-btn {
	margin-top: 1.9375rem;
}
}

@media (min-width:105em) {
.hp-section-hero-btn {
	margin-top: 3.75rem;
	min-width: 10.375rem;
	font-size: 0.8125rem;
	line-height: 3.62;
}
}
.hp-section-hero-btn:before, .hp-section-hero-btn:after, .hp-section-hero-btn-inner:before, .hp-section-hero-btn-inner:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	border-radius: 2px;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hp-section-hero-btn:before {
	background-color: #0047a0;
	z-index: 1;
	transition-delay: 0s;
}
.hp-section-hero-btn:after {
	background-color: #005fd5;
	z-index: 2;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transition-delay: .2s;
}
.hp-section-hero-btn-inner {
	position: relative;
	display: block;
	z-index: 3;
}
.hp-section-hero-btn-inner:before {
	background-color: #fff;
	z-index: 1;
	transition-delay: .4s;
}
.hp-section-hero-btn-inner:after {
	background-color: #005fd5;
	z-index: 2;
}
.hp-section-hero-btn-text {
	display: block;
	position: relative;
	z-index: 3;
	opacity: 0;
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
	transition-delay: .65s;
	transition-duration: .3s;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hp-section-hero-btn.is-visible {
	color: black;
}
.hp-section-hero-btn.is-visible:before, .hp-section-hero-btn.is-visible:after, .hp-section-hero-btn.is-visible .hp-section-hero-btn-inner:before {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.hp-section-hero-btn.is-visible .hp-section-hero-btn-text {
	opacity: 1;
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hp-section-hero-btn:hover {
	color: #fff;
	transition-delay: .1s;
	transition-duration: .1s;
}
.hp-section-hero-btn:hover .hp-section-hero-btn-inner:after {
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition-duration: .3s;
}
.hp-section-hero-devices {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 2;
}

@media (min-width:48em) {
.hp-section-hero-devices {
	bottom: 1.125rem;
}
}

@media (min-width:105em) {
.hp-section-hero-devices {
	bottom: 4.25rem;
}
}

@media (min-width:120em) {
.hp-section-hero-devices {
	bottom: 1.375rem;
}
}
.hp-section-hero-device {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.hp-section-hero-device:before {
	display: block;
	content: '';
}
.hp-section-hero-device-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.hp-section-hero-device-video {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
}
.hp-section-hero-device-slideshow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hp-section-hero-device-image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
}
.hp-section-hero-device-image.is-active {
	opacity: 1;
}
.hp-section-hero-device-inner {
	position: absolute;
}
.hp-section-hero-device-inner:before {
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 2px solid #f1f2f5;
	content: '';
	z-index: 1;
}
.hp-section-hero-device-laptop {
	margin-left: -13.125rem;
	bottom: 0;
	left: 50%;
	width: 25rem;
	background-image: url("//cdn03.boxcdn.net/sites/default/files/homepage/v2/images/hero/device-laptop.png");
}

@media (min-width:30em) {
.hp-section-hero-device-laptop {
	margin-left: -18.75rem;
	width: 37.5rem;
}
}

@media (min-width:48em) {
.hp-section-hero-device-laptop {
	margin-left: -24.75rem;
	width: 50rem;
}
}

@media (min-width:105em) {
.hp-section-hero-device-laptop {
	margin-left: -28.75rem;
	width: 58.8125rem;
}
}

@media (min-width:120em) {
.hp-section-hero-device-laptop {
	margin-left: -37.0625rem;
	bottom: 2rem;
	width: 75rem;
}
}
.hp-section-hero-device-laptop:before {
	padding-top: 57.5983%;
}
.hp-section-hero-device-laptop-inner {
	top: 4.428%;
	left: 16.047%;
	width: 67.8001%;
	height: 75.646%;
}
.hp-section-hero-device-mobile {
	margin-left: 2.1875rem;
	bottom: -1.0625rem;
	left: 50%;
	width: 9.5rem;
	background-image: url("//cdn03.boxcdn.net/sites/default/files/homepage/v2/images/hero/device-phone.png");
}

@media (min-width:30em) {
.hp-section-hero-device-mobile {
	margin-left: 4.6875rem;
	width: 12.75rem;
}
}

@media (min-width:48em) {
.hp-section-hero-device-mobile {
	margin-left: 6.25rem;
	width: 17rem;
}
}

@media (min-width:105em) {
.hp-section-hero-device-mobile {
	margin-left: 7.8125rem;
	width: 19.1875rem;
}
}

@media (min-width:120em) {
.hp-section-hero-device-mobile {
	margin-left: 9.8125rem;
	width: 25rem;
}
}
.hp-section-hero-device-mobile:before {
	padding-top: 146.25407%;
}
.hp-section-hero-device-mobile-inner {
	top: 10.022%;
	left: 22.801%;
	width: 55.049%;
	height: 66.815%;
}
.hp-section-hero-background {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 2.8125rem;
	left: 0;
	width: 100%;
	background-color: #0c101c;
	z-index: 1;
}

@media (min-width:30em) {
.hp-section-hero-background {
	bottom: 5.3125rem;
}
}

@media (min-width:48em) {
.hp-section-hero-background {
	bottom: 6.75rem;
}
}

@media (min-width:105em) {
.hp-section-hero-background {
	bottom: 11rem;
}
}

@media (min-width:120em) {
.hp-section-hero-background {
	bottom: 12rem;
}
}
.hp-section-hero-layers {
	margin: 0 0 0 -20.5rem;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	width: 42.5rem;
	height: 31.125rem;
	opacity: 0;
	z-index: 2;
}

@media (min-width:30em) {
.hp-section-hero-layers {
	margin-left: -29.0625rem;
	width: 58.125rem;
	height: 32.4375rem;
}
}

@media (min-width:48em) {
.hp-section-hero-layers {
	margin-left: -38.75rem;
	width: 77.5rem;
	height: 43.25rem;
}
}

@media (min-width:64em) {
.hp-section-hero-layers {
	margin-left: -58.3125rem;
	margin-top: -20.625rem;
	top: 50%;
	bottom: auto;
	width: 117.5rem;
	height: 41.25rem;
}
}

@media (min-width:105em) {
.hp-section-hero-layers {
	margin-left: -66.25rem;
	margin-top: -26.25rem;
	width: 132.5rem;
	height: 52.5rem;
}
}

@media (min-width:120em) {
.hp-section-hero-layers {
	margin-left: -86.25rem;
	margin-top: -30.625rem;
	width: 172.5rem;
	height: 61.25rem;
}
}
.hp-section-hero-layers:before, .hp-section-hero-layers:after {
	display: block;
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	content: '';
	z-index: 10;
}
.hp-section-hero-layers:before {
	left: 0;
	background-image: linear-gradient(to right, #171f25, rgba(23,31,37,0));
}
.hp-section-hero-layers:after {
	right: 0;
	background-image: linear-gradient(to left, #0c101c, rgba(12,16,28,0));
}
.hp-section-hero-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hp-section-hero-layer img {
	display: block;
	margin: 0 auto;
	-ms-transform-origin: 0 75%;
	transform-origin: 0 75%;
}
.hp-section-hero-canvas, .hp-section-hero-temp-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hp-section-hero-temp-canvas {
	top: -999em;
	left: -999em;
}
.hp-section-hero-link-scroll {
	position: absolute;
	bottom: 0.25rem;
	left: 0;
	width: 100%;
	opacity: 0;
	font-size: 0.875rem;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width:64em) {
.hp-section-hero-link-scroll {
	bottom: 1.5rem;
}
}

@media (min-width:105em) {
.hp-section-hero-link-scroll {
	bottom: 0;
}
}
.hp-section-hero-link-scroll-text {
	display: none;
	color: #171f25;
}

@media (min-width:105em) {
.hp-section-hero-link-scroll-text {
	display: block;
}
}
.hp-section-hero-link-scroll-icon {
	margin: 0 auto;
	position: relative;
	width: 0.8125rem;
	height: 0.375rem;
}

@media (min-width:105em) {
.hp-section-hero-link-scroll-icon {
	margin: 1.25rem auto 0;
	width: 1.8125rem;
	height: 2.8125rem;
}
}
.hp-section-hero-link-scroll-icon:after {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 0.375rem dashed transparent;
	border-right: 0.375rem dashed transparent;
	border-top: 0.375rem solid #171f25;
	content: '';
	animation: scroll-loop 1.5s linear 0s infinite normal;
}

@media (min-width:105em) {
.hp-section-hero-link-scroll-icon:after {
	display: none;
}
}
.hp-section-hero-link-scroll-svg {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

@media (min-width:105em) {
.hp-section-hero-link-scroll-svg {
	display: block;
}
}
.hp-section-hero-link-scroll-svg:nth-child(1) {
	fill: #dcddde;
}
.hp-section-hero-link-scroll-svg:nth-child(2) {
	fill: #7a7e82;
}
.hp-section-hero-link-scroll-svg:nth-child(3) {
	fill: #171f25;
}
.hp-section-hero-link-scroll-svg:nth-child(3) path:first-child {
	animation: scroll-loop 1.5s linear 0s infinite normal;
}
.hp-section-hero-link-scroll svg {
	width: 29px;
	height: 45px;
}
.hp-section-simple {
	overflow: hidden;
	margin-top: 2rem;
	position: relative;
	height: 45rem;
	background-color: #005fd5;
	z-index: 0;
}

@media (min-width:48em) {
.hp-section-simple {
	margin-top: 4rem;
	height: 56rem;
}
}

@media (min-width:64em) {
.hp-section-simple {
	height: 40rem;
}
}

@media (min-width:90em) {
.hp-section-simple {
	/*height: 43.75rem;*/
	height: 100%;
}
}

@media (min-width:120em) {
.hp-section-simple {
	height: 60rem;
}
}
.hp-section-simple .container {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width:64em) {
.hp-section-simple .container {
	-ms-flex-pack: center;
	justify-content: center;
}
}
.hp-section-simple-text {
	float: none;
	margin: 3rem auto 0;
	width: 18.75rem;
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
}

@media (min-width:48em) {
.hp-section-simple-text {
	float: left;
	margin: 5.9322% 2.9661% 0 39.93644%;
	width: 48.51695%;
	max-width: 17.5rem;
	text-align: left;
}
}

@media (min-width:64em) {
.hp-section-simple-text {
	margin: 0 2.9661% 0 65.67797%;
	width: 31.35593%;
}
}

@media (min-width:90em) {
.hp-section-simple-text {
	max-width: 21.875rem;
}
}
.hp-section-simple-text p {
	margin: 2em 0;
	color: #c6d1d8;
	font-size: 1rem;
	letter-spacing: .04em;
	line-height: 1.53;
}
.hp-section-simple-heading {
	margin-bottom: 1em;
}
.hp-section-simple-cta {
	margin-top: 1em;
}
p + .hp-section-simple-cta {
	margin-top: 0;
}
.hp-section-simple-blocks {
	margin-top: -54rem;
	margin-right: -18.75rem;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 120rem;
	height: 120rem;
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg);
	-ms-transform-origin: 113.75rem 50%;
	transform-origin: 113.75rem 50%;
	z-index: 1;
}

@media (min-width:48em) {
.hp-section-simple-blocks {
	margin-top: -52rem;
	margin-right: -22rem;
	-ms-transform: rotate(-30deg);
	transform: rotateZ(-30deg);
}
}

@media (min-width:64em) {
.hp-section-simple-blocks {
	margin-top: -56rem;
	margin-right: -8rem;
}
}

@media (min-width:90em) {
.hp-section-simple-blocks {
	margin-top: -60rem;
	margin-right: -4.5rem;
	-ms-transform-origin: 108.1875rem 50%;
	transform-origin: 108.1875rem 50%;
}
}

@media (min-width:120em) {
.hp-section-simple-blocks {
	-ms-transform-origin: 103.6875rem 50%;
	transform-origin: 103.6875rem 50%;
}
}
.hp-section-simple-block {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}
.hp-section-simple-block-1 {
	top: 0;
	right: 0;
	width: 20.8125rem;
	height: 100%;
	background: #005fd5;
}

@media (min-width:90em) {
.hp-section-simple-block-1 {
	width: 23.5625rem;
}
}

@media (min-width:120em) {
.hp-section-simple-block-1 {
	width: 32.5rem;
}
}
.hp-section-simple-block-2 {
	bottom: 58%;
	right: 20.8125rem;
	width: 999em;
	height: 999em;
	background: #fff;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width:48em) {
.hp-section-simple-block-2 {
	bottom: 58%;
}
}

@media (min-width:90em) {
.hp-section-simple-block-2 {
	right: 23.5625rem;
}
}

@media (min-width:120em) {
.hp-section-simple-block-2 {
	right: 32.5rem;
}
}
.hp-section-simple-block-3 {
	top: 41.9%;
	right: 20.8125rem;
	width: 999em;
	height: 999em;
	background: #5fc9cf;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width:48em) {
.hp-section-simple-block-3 {
	top: 41.9%;
}
}

@media (min-width:90em) {
.hp-section-simple-block-3 {
	right: 23.5625rem;
}
}

@media (min-width:120em) {
.hp-section-simple-block-3 {
	right: 32.5rem;
}
}
.hp-section-simple-device {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.hp-section-simple-device:before {
	display: block;
	content: '';
}
.hp-section-simple-device-inner {
	position: absolute;
}
.hp-section-simple-device-1 {
	margin-top: -7rem;
	top: 50%;
	left: -0.125rem;
	width: 12.5rem;
}

@media (min-width:30em) {
.hp-section-simple-device-1 {
	margin-top: -8rem;
}
}

@media (min-width:48em) {
.hp-section-simple-device-1 {
	left: 0.5rem;
	width: 23.125rem;
}
}

@media (min-width:64em) {
.hp-section-simple-device-1 {
	margin-top: -19.5rem;
	width: 16.5rem;
}
}

@media (min-width:90em) {
.hp-section-simple-device-1 {
	margin-top: -17.5625rem;
	left: 0.5625rem;
	width: 18.6875rem;
}
}

@media (min-width:120em) {
.hp-section-simple-device-1 {
	margin-top: -24.1875rem;
	left: 0.75rem;
	width: 25.75rem;
}
}
.hp-section-simple-device-1:before {
	padding-top: 187.7759%;
}
.hp-section-simple-device-1-inner {
	top: 12.3%;
	left: 20.71%;
	width: 73.85%;
	height: 69.89%;
}
.hp-section-simple-device-2 {
	right: 1.875rem;
	bottom: 0.375rem;
	width: 17.75rem;
}

@media (min-width:48em) {
.hp-section-simple-device-2 {
	width: 39.625rem;
}
}

@media (min-width:64em) {
.hp-section-simple-device-2 {
	right: 2.875rem;
	bottom: 0.875rem;
	width: 28.4375rem;
}
}

@media (min-width:90em) {
.hp-section-simple-device-2 {
	right: 3.25rem;
	bottom: 1rem;
	width: 32.1875rem;
}
}

@media (min-width:120em) {
.hp-section-simple-device-2 {
	right: 4.4375rem;
	bottom: 1.375rem;
	width: 44.4375rem;
}
}
.hp-section-simple-device-2:before {
	padding-top: 136.6502%;
}
.hp-section-simple-device-2-inner {
	top: 8.65%;
	left: 14.29%;
	width: 79.9%;
	height: 78.01%;
}
.hp-section-simple-device-3 {
	top: 1.875rem;
	right: 1.875rem;
	width: 24rem;
}

@media (min-width:48em) {
.hp-section-simple-device-3 {
	width: 53.4375rem;
}
}

@media (min-width:64em) {
.hp-section-simple-device-3 {
	top: 2.875rem;
	right: 2.875rem;
	width: 38.1875rem;
}
}

@media (min-width:90em) {
.hp-section-simple-device-3 {
	top: 3.25rem;
	right: 3.25rem;
	width: 43.25rem;
}
}

@media (min-width:120em) {
.hp-section-simple-device-3 {
	top: 4.4375rem;
	right: 4.4375rem;
	width: 59.625rem;
}
}
.hp-section-simple-device-3:before {
	padding-top: 50.9171%;
}
.hp-section-simple-device-3-inner {
	top: 6.2%;
	left: 18.86%;
	width: 70.65%;
	height: 77.95%;
}
.hp-section-simple-mask {
	margin: -500rem 0 0 -508.125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000rem;
	height: 1000rem;
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg);
	z-index: 10;
}

@media (min-width:30em) {
.hp-section-simple-mask {
	margin-left: -505.0625rem;
	-ms-transform: rotate(-30deg);
	transform: rotateZ(-30deg);
}
}

@media (min-width:64em) {
.hp-section-simple-mask {
	margin-left: -516.75rem;
}
}

@media (min-width:90em) {
.hp-section-simple-mask {
	margin-left: -521rem;
}
}

@media (min-width:120em) {
.hp-section-simple-mask {
	margin-left: -530.5625rem;
}
}
.hp-section-simple-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hp-section-simple-layer:nth-child(1) .hp-section-simple-shape {
	background-color: #005fd5;
}
.hp-section-simple-layer:nth-child(2) .hp-section-simple-shape {
	background-color: #0056c0;
}
.hp-section-simple-layer:nth-child(3) .hp-section-simple-shape {
	background-color: #004395;
}
.hp-section-simple-layer:nth-child(4) .hp-section-simple-shape {
	background-color: #fff;
}
.hp-section-simple-shape {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}
.hp-section-simple-shape:nth-child(1) {
	right: 0;
	-ms-transform: translateX(-2px);
	transform: translateX(-2px);
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.hp-section-simple-shape:nth-child(2) {
	left: 0;
	-ms-transform: translateX(2px);
	transform: translateX(2px);
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.hp-section-secure {
	position: relative;
	text-align: center;
}
.hp-section-secure-heading {
	margin: 3rem auto;
	max-width: 22.5rem;
	color: #171f25;
	text-align: center;
}

@media (min-width:48em) {
.hp-section-secure-heading {
	margin: 6.625rem auto 4.125rem;
	max-width: 31.25rem;
}
}

@media (min-width:64em) {
.hp-section-secure-heading {
	max-width: 48.51695%;
}
}

@media (min-width:90em) {
.hp-section-secure-heading {
	margin: 8.125rem auto 5rem;
}
}
.hp-section-secure-heading br {
	display: none;
}

@media (min-width:64em) {
.hp-section-secure-heading br {
	display: block;
}
}
.hp-section-secure-blocks {
	overflow: hidden;
}
.hp-section-secure-block {
	margin: 3rem auto 0;
	position: relative;
	max-width: 20rem;
	text-align: center;
}

@media (min-width:48em) {
.hp-section-secure-block {
	max-width: 26.25rem;
}
}

@media (min-width:64em) {
.hp-section-secure-block {
	float: left;
	margin-top: 0;
	margin-right: 2.9661%;
	max-width: 31.35593%;
}
}
.hp-section-secure-block:first-child {
	margin-top: 0;
}

@media (min-width:64em) {
.hp-section-secure-block:last-child {
	margin-right: 0;
}
}
.hp-section-secure-block-heading {
	padding: .8em 0;
	color: #171f25;
}
.hp-section-secure-block p {
	color: #93a5b1;
	font-size: 1rem;
	letter-spacing: .01em;
	line-height: 1.86;
}

@media (min-width:90em) {
.hp-section-secure-block p {
	font-size: 16px;
	letter-spacing: .03em;
}
}
.hp-section-secure-block .hp-section-secure-icon {
	margin: 0 auto;
}
.hp-section-secure-block:nth-child(1) .hp-section-secure-icon {
	width: 3.875rem;
	height: 3.5625rem;
}

@media (min-width:48em) {
.hp-section-secure-block:nth-child(1) .hp-section-secure-icon {
	width: 5.1875rem;
	height: 4.75rem;
}
}
.hp-section-secure-block:nth-child(2) .hp-section-secure-icon {
	width: 3.875rem;
	height: 3.0625rem;
}

@media (min-width:48em) {
.hp-section-secure-block:nth-child(2) .hp-section-secure-icon {
	width: 5.1875rem;
	height: 4.125rem;
}
}

@media (min-width:64em) {
.hp-section-secure-block:nth-child(2) .hp-section-secure-icon {
	margin-top: 5px;
	margin-bottom: 5px;
}
}
.hp-section-secure-block:nth-child(3) .hp-section-secure-icon {
	width: 4.5625rem;
	height: 3.3125rem;
}

@media (min-width:48em) {
.hp-section-secure-block:nth-child(3) .hp-section-secure-icon {
	width: 6.625rem;
	height: 4.5rem;
}
}

@media (min-width:64em) {
.hp-section-secure-block:nth-child(3) .hp-section-secure-icon {
	margin-top: 2px;
	margin-bottom: 2px;
}
}
.hp-section-secure-cta {
	margin-top: 3.75rem;
}
.hp-section-open {
	overflow: hidden;
	margin-top: 4rem;
	position: relative;
}

@media (min-width:48em) {
.hp-section-open {
	margin-top: 7.5rem;
}
}

@media (min-width:64em) {
.hp-section-open {
	height: 38.75rem;
}
}

@media (min-width:90em) {
.hp-section-open {
	margin-top: 8.75rem;
	height: 44.375rem;
}
}
.hp-section-open .container {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}
.hp-section-open-text {
	margin: 3rem auto;
	width: 300px;
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
}

@media (min-width:48em) {
.hp-section-open-text {
	margin: 6rem auto;
	width: auto;
	max-width: 19.375rem;
	text-align: left;
}
}

@media (min-width:64em) {
.hp-section-open-text {
	float: left;
	width: 31.35593%;
	margin-left: 5.61441%;
}
}

@media (min-width:90em) {
.hp-section-open-text {
	max-width: 24.375rem;
}
}
.hp-section-open-text p {
	margin: 2em 0;
	color: #c6d1d8;
	font-size: 1rem;
	letter-spacing: .04em;
	line-height: 1.53;
}

@media (min-width:90em) {
.hp-section-open-text p {
	max-width: 22.5rem;
}
}
.hp-section-open-heading {
	margin-bottom: 1em;
}
.hp-section-open-device {
	position: relative;
	margin: 0 -0.625rem;
	left: 10px;
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width:30em) {
.hp-section-open-device {
	margin: 0 auto;
	left: auto;
	width: 31.25rem;
}
}

@media (min-width:64em) {
.hp-section-open-device {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35rem;
}
}

@media (min-width:90em) {
.hp-section-open-device {
	width: 42.1875rem;
}
}
.hp-section-open-device:before {
	display: block;
	padding-top: 91.32%;
	content: '';
}
.hp-section-open-bm {
	position: absolute;
	top: 14.48%;
	left: 8.57%;
	width: 83.75%;
	height: 76.84%;
}
.hp-section-open-screen {
	position: absolute;
	top: 14.48%;
	left: 61.79%;
	width: 42.14%;
	height: 82.19%;
	transform: perspective(750em) rotateX(32.2deg) rotateZ(44.5deg) rotateY(-6.8deg);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.hp-section-open-screen-slide {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 0;
}
.hp-section-open-screen-slide.is-active {
	opacity: 1;
}
.hp-section-open-screen img {
	display: block;
	position: relative;
	box-shadow: 30px 20px 30px rgba(0,0,0,0.5);
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 1;
}
.hp-section-open-screen-image-1, .hp-section-open-screen-image-3 {
	transform: translate3d(-38.67%, -22%, 0);
}
.hp-section-open-screen-image-2 {
	transform: translate3d(-66.8%, -10%, 0);
	z-index: 2;
}
.hp-section-open-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0.9375rem;
	left: 0;
	background-color: #171f25;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
}

@media (min-width:30em) {
.hp-section-open-background {
	bottom: 1.875rem;
}
}

@media (min-width:64em) {
.hp-section-open-background {
	bottom: 2.5rem;
}
}
.hp-section-integration {
	position: relative;
}
.hp-section-integration-heading {
	margin: 5rem auto 3.125rem;
	color: #171f25;
}

@media (min-width:48em) {
.hp-section-integration-heading {
	margin-top: 6.25rem;
}
}

@media (min-width:64em) {
.hp-section-integration-heading {
	margin-top: 7.5rem;
	margin-bottom: 5rem;
}
}
.hp-section-integration-apps {
	overflow: hidden;
	margin-bottom: 2.5rem;
}

@media (min-width:64em) {
.hp-section-integration-apps {
	margin-bottom: 3.75rem;
}
}
.hp-section-integration-app {
	display: -ms-flexbox;
	display: flex;
	float: left;
	padding: 0 2.9661%;
	margin: 5.9322% 2.9661% 0 0;
	position: relative;
	width: 48.51695%;
	height: 70px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:48em) {
.hp-section-integration-app {
	padding: 0;
	width: 22.77542%;
}
}

@media (min-width:64em) {
.hp-section-integration-app {
	height: 130px;
}
}
.hp-section-integration-app svg, .hp-section-integration-app img {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 200px;
}
.hp-section-integration-app:before {
	display: none;
}
.hp-section-integration-app:after {
	display: block;
	position: absolute;
	top: 0;
	right: -2.9661%;
	width: 1px;
	height: 100%;
	background-color: #e2e2e2;
	content: '';
}

@media (min-width:48em) {
.hp-section-integration-app:after {
	right: -6.11354%;
}
}
.hp-section-integration-app:nth-child(-1n+2) {
	margin-top: 0;
}

@media (min-width:48em) {
.hp-section-integration-app:nth-child(-1n+4) {
	margin-top: 0;
}
}
.hp-section-integration-app:nth-child(2n) {
	margin-right: 0;
}

@media (min-width:48em) {
.hp-section-integration-app:nth-child(2n) {
	margin-right: 2.9661%;
}
}
.hp-section-integration-app:nth-child(2n):after {
	display: none;
}

@media (min-width:48em) {
.hp-section-integration-app:nth-child(2n):after {
	display: block;
}
}

@media (min-width:48em) {
.hp-section-integration-app:nth-child(4n) {
	margin-right: 0;
}
}

@media (min-width:48em) {
.hp-section-integration-app:nth-child(4n):after {
	display: none;
}
}
.hp-section-testimonials {
	margin-top: 4rem;
	position: relative;
	z-index: 1;
}

@media (min-width:48em) {
.hp-section-testimonials {
	margin-top: 7.5rem;
}
}

@media (min-width:90em) {
.hp-section-testimonials {
	margin-top: 8.75rem;
}
}
.hp-section-testimonials-slider {
	position: relative;
	height: 32.5rem;
}

@media (min-width:90em) {
.hp-section-testimonials-slider {
	height: 40rem;
}
}
.hp-section-testimonials-slides {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #005fd5;
	z-index: 1;
}
.hp-section-testimonials-slide {
	display: none;
	padding: 2.5rem 0 4.375rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

@media (min-width:64em) {
.hp-section-testimonials-slide {
	padding: 0;
	text-align: left;
}
}
.hp-section-testimonials-slide.is-active {
	display: block;
}
.hp-section-testimonials-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #005fd5;
	z-index: 1;
}

@media (min-width:64em) {
.hp-section-testimonials-background {
	width: 50%;
}
}
.hp-section-testimonials-container {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:64em) {
.hp-section-testimonials-container {
	display: block;
}
}
.hp-section-testimonials-logo {
	display: block;
	margin: 0 auto 10px;
}

@media (min-width:64em) {
.hp-section-testimonials-logo {
	margin: 0;
}
}
.hp-section-testimonials-text {
	display: -ms-flexbox;
	display: flex;
	float: none;
	margin: 0 auto;
	position: relative;
	width: auto;
	max-width: 22.5rem;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}

@media (min-width:64em) {
.hp-section-testimonials-text {
	float: left;
	margin: 0 0 0 2.9661%;
	padding-bottom: 3.125rem;
	width: 42.90254%;
	max-width: 26.875rem;
	height: 100%;
}
}
.hp-section-testimonials-text blockquote {
	margin-top: .5em;
	color: #fff;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.65;
}

@media (min-width:64em) {
.hp-section-testimonials-text blockquote {
	margin-top: 1em;
	font-size: 1.125rem;
	letter-spacing: .03em;
}
}
.hp-section-testimonials-text blockquote footer {
	margin-top: 1.5em;
	color: rgba(255,255,255,0.75);
	font-size: .88em;
	font-style: italic;
	letter-spacing: .05em;
}
.hp-section-testimonials-media {
	margin-top: 2rem;
	position: relative;
	z-index: 3;
}

@media (min-width:64em) {
.hp-section-testimonials-media {
	overflow: hidden;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
}
}
.hp-section-testimonials-media-mask {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	background-color: transparent;
	z-index: 4;
}

@media (min-width:64em) {
.hp-section-testimonials-media-mask {
	display: block;
}
}
.hp-section-testimonials-image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

@media (min-width:64em) {
.hp-section-testimonials-image {
	display: block;
}
}
.hp-section-testimonials-btn {
	position: relative;
	z-index: 2;
}

@media (min-width:64em) {
.hp-section-testimonials-btn {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
}
}
.hp-section-testimonials-pagination {
	position: absolute;
	bottom: 1.875rem;
	left: 0;
	width: 100%;
	height: 0.5rem;
	pointer-events: none;
	z-index: 2;
	text-align: center;
}

@media (min-width:64em) {
.hp-section-testimonials-pagination {
	bottom: 2.5rem;
}
}
.hp-section-testimonials-pages {
	width: 100%;
}

@media (min-width:64em) {
.hp-section-testimonials-pages {
	padding-right: 0;
	width: 42.90254%;
}
}
.hp-section-testimonials-page {
	display: inline-block;
	margin-right: 1rem;
	position: relative;
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
	text-indent: -999em;
}
.hp-section-testimonials-page:before {
	display: block;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	bottom: -0.5rem;
	left: -0.5rem;
	background-color: transparent;
	content: '';
}
.hp-section-testimonials-page span {
	display: block;
	position: relative;
	height: 100%;
	z-index: 2;
}
.hp-section-testimonials-page span:before, .hp-section-testimonials-page span:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	content: '';
	-ms-transform: scale(0);
	transform: scale(0);
}
.hp-section-testimonials-page span:before {
	transition: none;
}
.hp-section-testimonials-page span:after {
	transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hp-section-testimonials-page.is-active span:after, .hp-section-testimonials-page:hover span:after {
	-ms-transform: scale(1);
	transform: scale(1);
}
.hp-section-testimonials-page.is-active span:before {
	opacity: 0;
	-ms-transform: scale(3);
	transform: scale(3);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hp-section-testimonials-page:last-child {
	margin-right: 0;
}
.hp-section-testimonials-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	z-index: 10;
}
.hp-section-cta {
	overflow: hidden;
	padding: 4rem 0;
	position: relative;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
}

@media (min-width:48em) {
.hp-section-cta {
	padding: 5rem 0;
	border-bottom: 0;
}
}

@media (min-width:90em) {
.hp-section-cta {
	padding: 6rem 0;
}
}
.hp-section-cta-heading {
	margin: 0 auto 1.5em;
	max-width: 360px;
	color: #171f25;
}

@media (min-width:48em) {
.hp-section-cta-heading {
	max-width: none;
}
}
.hp-section-cta-btn {
	margin: 0 0.625rem 1rem;
	vertical-align: middle;
}

@media (min-width:48em) {
.hp-section-cta-btn {
	margin-top: 0;
	margin-bottom: 0;
}
}

@media (min-width:36em) {

}



.search-filter-results > .row{
    display:flex;
    flex-wrap:wrap;

}

.page-id-9150 #search-filter-results-9156 > .row{
    display:flex;
    flex-wrap:wrap;

}

/* .postid-26938 .mg-single-wrap .mg-small {
    visibility:hidden !important;
} */
