.growfast-service{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.growfast-service>div{
	width: 50%;
}
@media (max-width: 768px) {
	.growfast-service>div{
		width: 100%;
	}
	
	.growfast-service>div.growfast-service__bg{
		min-height: 50vw !important;
	}
	
	.growfast-service>div.growfast-service__content{
		min-height: 100% !important;
	}
}
.growfast-service__content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 4rem 6rem;
}

.growfast-service__content>*{
  z-index: 9;
}

@media (max-width: 992px) {
	.growfast-service__content{
		padding: 3rem;
	}
}
@media (max-width: 480px) {
	.growfast-service__content{
		padding: 2rem 1rem;
	}
}
.growfast-service--right .growfast-service__content{
	order: -1;
}
.growfast-service__content--title span {
	position: relative;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 0 0.125rem;
	background-repeat: no-repeat;
	background-size: 0% 80%;
	transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
	background-position: left 90%;
	background-size: 0% 25%;
}
.growfast-service__content--description ul{
	padding-left: 1rem;
	margin-top: 1rem;
}
.growfast-service__content--description ul li{
	margin-bottom: 1rem;
}
.growfast-service__content--description ul li:last-child{
	margin-bottom: 0
}
.growfast-service__bg {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
}
.growfast-service__bg--image:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
	display: block;
}
.growfast-service__bg--image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.growfast-service__bg--video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%,-50%);
	max-width: initial;
}

.growfast-service__bg--video:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1000%;
	content: '';
	z-index: 1;
	display: block;
}

.growfast-service__bg--video > div >*{
	width: 150% !important;
	max-width: 150% !important;
}

@media (max-width: 1240px) {
	.growfast-service__bg--video{
		transform: translate(-125%,-50%);
	}
	.growfast-service__bg--video > div >*{
		width: 250% !important;
		max-width: 250% !important;
	}
}

@media (max-width: 992px) {
	.growfast-service__bg--video{
		transform: translate(-150%,-50%);
	}
	.growfast-service__bg--video > div >*{
		width: 300% !important;
		max-width: 300% !important;
	}
}

@media (max-width: 768px) {
	.growfast-service__bg--video{
		transform: translate(-50%,-50%);
	}
	.growfast-service__bg--video > div >*{
		width: 100% !important;
		max-width: 100% !important;
	}
}


.growfast-service__content--title.animated span {
	background-size: 100% 25%;
}
.growfast-service__content__button-wrapper{
	display: flex;
	justify-content: flex-start;
}
.growfast-service__content__button-wrapper--button{
	display: inline-flex;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	align-self: flex-start;
}
.growfast-service__content__button-wrapper--button svg{
	width: 12px;
	height: 12px;
}
.growfast-service__content__button-wrapper--button svg path{
-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.growfast-service__content__button-wrapper--button .hs_cos_wrapper_type_icon{
	margin-left: 0.5rem;
	margin-right: -0.5rem;
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon {
	margin-left: 0;
	margin-right: 0;
	width: 0;
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-reveal .growfast-button--text {
	transition: transform .5s;
	transition-timing-function: ease;
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-reveal .growfast-button--text,
.growfast-service__content__button-wrapper--button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon svg {
	transition-timing-function: cubic-bezier(0, .71, .4, 1);
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-reveal:hover .growfast-button--text {
	transform: translateX(-0.5rem);
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon svg {
	opacity: 0;
	transform: translateX(0);
	transition: opacity .25s, transform .5s;
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-reveal:hover .hs_cos_wrapper_type_icon svg {
	opacity: 1;
	transform: translateX(0.125rem);
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-swap .hs_cos_wrapper_type_icon:first-child {
	margin-left: 0;
	margin-right: 0;
	width: 0;
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-swap .growfast-button--text {
	transition: transform .6s .125s cubic-bezier(.1, .75, .25, 1);
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-swap:hover .growfast-button--text {
	transition-delay: .1s;
	transform: translateX(1rem);
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-swap .hs_cos_wrapper_type_icon {
	transition: opacity .4s .25s, transform .6s .25s;
	transition-timing-function: ease, ease;
	transition-delay: 0.25s, 0.25s;
	transition-timing-function: cubic-bezier(.1, .75, .25, 1);
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-swap .hs_cos_wrapper_type_icon:first-child {
	opacity: 0;
	transform: translateX(-0.75rem);
	transition-delay: 0s;
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-swap:hover .hs_cos_wrapper_type_icon:first-child {
	opacity: 1;
	transform: translateX(-0.25rem);
	transition-delay: .225s;
}

.growfast-service__content__button-wrapper--button.growfast-button--effect-swap:hover .hs_cos_wrapper_type_icon:last-child {
	transition-delay: 0s;
	transform: translateX(0.5rem);
	opacity: 0;
}

.growfast-service__svg-top-wawe{
	position: absolute;
	top: 0;
	left: 0;
}

.growfast-service__svg-bottom-wawe{
	position: absolute;
	bottom: 0;
	left: 0;
}

.growfast-service__svg-top-wawe--variant_1{
	top: calc(-3vw);
}

.growfast-service__svg-top-wawe--variant_2{
	top: calc(-11vw);
}

.growfast-service__svg-top-wawe--variant_3{
	top: calc(-13vw);
}

.growfast-service__svg-top-wawe--variant_4{
	top: calc(-11vw);
}

.growfast-service__svg-top-wawe--variant_5{
	top: calc(-2vw);
}

.growfast-service__svg-top-wawe--variant_6{
	top: calc(-6vw);
}

.growfast-service__svg-top-wawe--variant_7{
	top: calc(-4vw);
}

.growfast-service__svg-top-wawe--variant_8{
	top: calc(-11vw);
}

.growfast-service__svg-top-wawe--variant_9{
	top: calc(-8.5vw);
}

.growfast-service__svg-top-wawe--variant_10{
	top: calc(-6.5vw);
}

.growfast-service__svg-top-wawe--variant_11{
	top: calc(-6.5vw);
}

.growfast-service__svg-top-wawe--variant_11-2{
	top: calc(-5vw);
}

.growfast-service__svg-top-wawe--variant_11,
.growfast-service__svg-bottom-wawe--variant_11{
	opacity: 1;
}
.growfast-service__svg-top-wawe--variant_11-2,
.growfast-service__svg-bottom-wawe--variant_11-2{
	opacity: 0.25;
}

@media (max-width: 600px) {
	.growfast-service__svg-bottom-wawe,
	.growfast-service__svg-top-wawe{
		display: none;
	}
}

.growfast-service--parallax-effect .growfast-service__bg > *{
	height: 125%;
	position: relative;
	top: -25%;
}

.growfast-service.growfast-element-animation .growfast-service__content>*{
	opacity: 0;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media (min-width: 993px) {
	.growfast-service.growfast-element-animation.animated .growfast-service__content>*{
		-webkit-animation-name: default_animation;
		animation-name: default_animation;
	}
}

@media (max-width: 992px) {
	.growfast-service.growfast-element-animation .growfast-service__content>*{
		opacity: 1 !important;
	}
}

.hubspot-disable-focus-styles .growfast-service.growfast-element-animation .growfast-service__content>*{
	opacity: 1 !important;
}