.featured-testimonial {
	position: relative;
	padding-top: 300px;
	display: flex
}

@media screen and (min-width: 46.875em) {
	.featured-testimonial {
		padding-left: 50%;
		padding-top: 0
	}
}

@media screen and (min-width: 46.875em) and (max-width: 67.4375em) {
	.featured-testimonial--breakpoint-tablet {
		padding-left: 0;
		padding-top: 700px
	}
}

.featured-testimonial__image-wrapper {
	height: 300px;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	background-color: #f9fafb
}

@media screen and (min-width: 46.875em) {
	.featured-testimonial--breakpoint-mobile .featured-testimonial__image-wrapper {
		width: 50%;
		height: 100%
	}
}

@media screen and (min-width: 46.875em) and (max-width: 67.4375em) {
	.featured-testimonial--breakpoint-tablet .featured-testimonial__image-wrapper {
		width: 100%;
		height: 700px
	}
}

@media screen and (min-width: 67.5em) {
	.featured-testimonial--breakpoint-tablet .featured-testimonial__image-wrapper {
		width: 50%;
		height: 100%
	}
}

.featured-testimonial__image {
	width: 100%;
	height: 100%
}

.featured-testimonial__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 0;
	object-position: 50% 0
}

.featured-testimonial__content {
	background-color: #000639;
	color: #ffffff;
	padding: 40px 30px
}

@media screen and (max-width: 46.8125em) {
	.featured-testimonial__content {
		width: 100%
	}
}

@media screen and (min-width: 46.875em) {
	.featured-testimonial__content {
		padding: 60px 30px
	}
}

@media screen and (min-width: 67.5em) {
	.featured-testimonial__content {
		margin-top: 0;
		min-height: 35.9375em;
		display: flex;
		justify-content: center;
		flex-direction: column
	}
}

.featured-testimonial__quote-wrapper {
	margin: 0 auto
}

@media screen and (min-width: 67.5em) {
	.featured-testimonial__quote-wrapper {
		width: 75%;
		display: flex;
		flex-direction: column;
		flex-grow: 1
	}
}

@media screen and (max-width: 46.8125em) {
	.featured-testimonial--breakpoint-mobile .featured-testimonial__quote-wrapper {
		max-width: 25em
	}
}

@media screen and (max-width: 67.4375em) {
	.featured-testimonial--breakpoint-tablet .featured-testimonial__quote-wrapper {
		max-width: 25em
	}
}

.featured-testimonial__quote {
	font-weight: 500;
	margin-bottom: 35px;
	width: 100%
}

@media screen and (min-width: 46.875em) {
	.featured-testimonial__quote {
		margin-bottom: 60px
	}
}

@media screen and (min-width: 67.5em) {
	.featured-testimonial__quote {
		flex-grow: 1;
		font-size: 1.875em;
		align-items: center;
		display: flex
	}
}

@media screen and (min-width: 46.875em) and (max-width: 67.4375em) {
	.featured-testimonial--breakpoint-tablet .featured-testimonial__quote {
		font-size: 1.875em;
		line-height: 1.3;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px
	}
}

.featured-testimonial__citation {
	display: block;
	font-weight: 500
}

@media screen and (min-width: 46.875em) {
	.featured-testimonial--breakpoint-tablet .featured-testimonial__citation {
		font-size: 1.25em
	}
}

@media screen and (min-width: 67.5em) {
	.featured-testimonial--breakpoint-mobile .featured-testimonial__citation {
		font-size: 1.25em
	}
}

.featured-testimonial__video-wrapper {
	display: flex;
	justify-content: center
}

.featured-testimonial__video-wrapper .wistia_click_to_play {
	width: auto !important
}

.featured-testimonial__video-play-button {
	border: 1px solid #ffffff;
	color: #ffffff
}

@media screen and (max-width: 46.8125em) {
	.featured-testimonial__video-play-button {
		font-size: 0.875em;
		display: flex;
		margin: 0 auto
	}
}

.featured-testimonial__video-play-button:hover,
.featured-testimonial__video-play-button:focus {
	background-color: #ffffff;
	color: #000000
}

.featured-testimonial__video-play-icon {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	margin-left: -5px;
	margin-bottom: -5px
}

@media screen and (max-width: 46.8125em) {
	.featured-testimonial__video-play-icon {
		min-height: 15px;
		min-width: 15px;
		max-height: 15px;
		max-width: 15px;
		margin-top: auto;
		margin-bottom: auto
	}
}

.featured-testimonial__video-play-button:hover .featured-testimonial__video-play-icon,
.featured-testimonial__video-play-button:focus .featured-testimonial__video-play-icon {
	fill: #000639
}

.styled-link {
	display: inline-block;
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	color: #5c6ac4;
	position: relative;
	max-width: calc(100% - 1.7em);
	text-decoration: none;
	transition: border 150ms ease-in-out
}

.styled-link:hover,
.styled-link:focus,
a:hover .styled-link,
a:focus .styled-link {
	text-decoration: none;
	border-bottom-color: currentColor;
	color: #5c6ac4
}

.styled-link__icon {
	fill: currentColor;
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1em;
	margin-top: 0.15em;
	margin-left: 0.3em;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: -webkit-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out
}

.styled-link:hover .styled-link__icon,
.styled-link:focus .styled-link__icon,
a:hover .styled-link__icon,
a:focus .styled-link__icon {
	-webkit-transform: translateX(2px);
	transform: translateX(2px)
}

@media screen and (prefers-reduced-motion: reduce) {
	.styled-link,
	.styled-link__icon {
		transition: none;
		-webkit-animation: none;
		animation: none
	}
}

.styled-link--skin-black,
.styled-link--skin-black:hover,
.styled-link--skin-black:focus,
a:hover .styled-link--skin-black,
a:focus .styled-link--skin-black {
	color: #000000
}

.styled-link--skin-inherit,
.styled-link--skin-inherit:hover,
.styled-link--skin-inherit:focus,
a:hover .styled-link--skin-inherit,
a:focus .styled-link--skin-inherit {
	color: inherit
}

.resource-cards__card {
	padding: 30px;
	box-shadow: 0 9px 45px 0 #dfe3e8;
	border-radius: 5px;
	min-height: 460px;
	margin: 0.625em;
	width: calc(33% - 1.25em)
}

@media screen and (max-width: 67.4375em) {
	.resource-cards__card {
		margin: 10px auto;
		width: calc(50% - 1.25em);
		min-height: 400px
	}
}

@media screen and (max-width: 46.8125em) {
	.resource-cards__card {
		width: 100%
	}
	.resource-cards__card:last-child {
		margin-bottom: 0
	}
}

@media screen and (max-width: 46.8125em) {
	.resource-cards__heading {
		padding: 0 1.25em
	}
}

.resource-cards__card-image {
	width: 100%
}

.resource-cards__card-image img {
	border-radius: 5px
}

.resource-cards__card-heading {
	padding-top: 30px
}

.resource-cards__card-lower {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 130px
}

.value-props--background-panel {
	background-color: #f4f6f8;
	margin-bottom: 15.625em;
	padding-bottom: 0;
	position: relative
}

@media screen and (min-width: 67.5em) {
	.value-props--background-panel {
		background-color: transparent;
		margin-bottom: 0;
		padding-bottom: 30px
	}
	.value-props--background-panel::before {
		content: '';
		display: block;
		background-color: #f4f6f8;
		position: absolute;
		width: 60%;
		height: 100%;
		top: 0;
		left: 0
	}
}

.value-props--background-panel .value-props__image-panel {
	margin-bottom: -15.625em
}

@media screen and (min-width: 67.5em) {
	.value-props--background-panel .value-props__image-panel {
		margin-bottom: 0
	}
}

@media screen and (min-width: 67.5em) {
	.value-props--image-left::before {
		left: auto;
		right: 0
	}
}

.dropshipping-hero__wrapper {
	max-width: 600px
}

@media screen and (min-width: 46.875em) {
	.dropshipping-hero__image--offset {
		right: 55%
	}
}

.dropshipping-hero__container {
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (max-width: 46.8125em) {
	.dropshipping-hero__container {
		padding-top: 60px
	}
}

@media screen and (min-width: 67.5em) {
	.dropshipping-hero--padding.grid__item {
		padding-right: calc(5% + 18px)
	}
}

@media screen and (min-width: 46.875em) {
	.dropshipping-hero--padding.grid__item {
		padding-right: calc(5% + 9px)
	}
}

@media screen and (max-width: 46.8125em) {
	.dropshipping-hero--padding.grid__item {
		padding-right: calc(5% + 4px);
		padding-left: calc(5% + 4px)
	}
}

@media screen and (min-width: 67.5em) {
	.dropshipping-hero__email-wrapper {
		width: 90%
	}
}

@media screen and (min-width: 67.5em) {
	.dropshipping-hero__email-disclaimer {
		width: 90%
	}
}

@media screen and (max-width: 46.8125em) {
	.dropshipping__find-products-container {
		padding-bottom: 0
	}
}

@media screen and (min-width: 46.875em) {
	.dropshipping__find-products-container {
		background-size: 1600px auto;
		background-image: url(https://cdn.shopify.com/assets2/seo/dropshipping/find-product-75a6d13d02ec3311305b74ada4849ccc292c3dbe60f2f407bee7255f197a3f24.jpg);
		background-repeat: no-repeat;
		background-position: bottom center
	}
}

@media only screen and (min-width: 46.875em) and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min-width: 46.875em) and (min-resolution: 1.3dppx) {
	.dropshipping__find-products-container {
		background-image: url(https://cdn.shopify.com/assets2/seo/dropshipping/find-product-2x-ad7208f89ea55d1cb6e34f522a7677991059b89a9d66045774b938fc31498086.jpg)
	}
}

@media screen and (min-width: 67.5em) {
	.dropshipping__find-products-container {
		margin-bottom: 60px
	}
}

@media screen and (min-width: 46.875em) {
	.secondary-subhead {
		font-size: 1.75em
	}
}

@media screen and (min-width: 46.875em) {
	.secondary-subhead-steps {
		padding: 0 20%
	}
}

.secondary-testimonial__citation {
	display: block;
	font-weight: 500
}

@media screen and (min-width: 46.875em) {
	.secondary-testimonial__citation {
		font-size: 0.75em
	}
}

@media screen and (min-width: 67.5em) {
	.secondary-testimonial__citation {
		font-size: 1em
	}
}

.secondary-testimonial__quote {
	font-size: 1.25em;
	width: 75%;
	margin: 0 auto
}

@media screen and (min-width: 46.875em) {
	.secondary-testimonial__quote {
		font-size: 1.5em
	}
}

@media screen and (min-width: 67.5em) {
	.secondary-testimonial__card-container {
		margin-bottom: 60px
	}
}

.secondary-testimonial__card {
	display: flex;
	align-items: center;
	padding: 30px;
	min-height: 15.625em
}

@media screen and (max-width: 46.8125em) {
	.secondary-testimonial__card {
		margin-bottom: 60px
	}
}

@media screen and (max-width: 67.4375em) {
	.secondary-testimonial__card {
		margin-bottom: 30px;
		min-height: inherit
	}
}

@media screen and (min-width: 67.5em) {
	.secondary-testimonial__card {
		padding: 30px
	}
}

.secondary-testimonial__signup {
	margin-top: 30px;
	margin-bottom: 30px
}