.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ""
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
* {
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
	display: block
}
template {
	display: none
}
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0)
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}
img, iframe, video, audio, object {
	max-width: 100%
}
img, iframe {
	border: 0 none
}
img {
	border: 0;
	height: auto;
	display: inline-block;
	vertical-align: middle
}
b, strong {
	font-weight: 700
}
address {
	font-style: normal
}
svg:not(:root) {
	overflow: hidden
}
a, button, input[type=submit], input[type=button], input[type=reset], input[type=file], input[type=image], label[for] {
	cursor: pointer
}
a[href^=tel], button[disabled], input[disabled], textarea[disabled], select[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, a[href^=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none;
appearance:none
}
textarea {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}
button, select {
	text-transform: none
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}
nav ul, nav ol {
	list-style: none outside none
}
body {
	min-width: 320px;
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #575756
}
a {
	color: inherit;
	text-decoration: underline
}
a:hover, a[href^=tel] {
	text-decoration: none
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem
}
h1 {
	font-size: 32px;
	line-height: 1.34
}
@media (min-width: 768px) {
h1 {
	font-size: 42px
}
}
@media (min-width: 1024px) {
h1 {
	font-size: 48px
}
}
h2 {
	font-size: 24px;
	line-height: 1.42
}
@media (min-width: 768px) {
h2 {
	font-size: 28px
}
}
h3 {
	font-size: 20px;
	line-height: 1.34
}
@media (min-width: 768px) {
h3 {
	font-size: 24px
}
}
h4 {
	font-size: 18px;
	line-height: 1.3
}
@media (min-width: 768px) {
h4 {
	font-size: 20px
}
}
h5 {
	font-size: 14px;
	line-height: 1.5
}
@media (min-width: 768px) {
h5 {
	font-size: 16px
}
}
h6 {
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: .1em;
	text-transform: uppercase
}
p, ul, ol, dl, table, blockquote {
	margin-bottom: 1rem;
	line-height: 2.2
}
h1[class], h2[class], h3[class], h4[class], h5[class], h6[class], h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child, blockquote:last-child {
	margin-bottom: 0
}
ul, ol {
	margin-left: 20px
}
img {
	margin-bottom: 10px
}
img[style="float: left;"] {
	max-width: 50%;
	height: auto;
	margin: 0 10px 10px 0
}
img[style="float: right;"] {
	max-width: 50%;
	height: auto;
	margin: 0 0 10px 10px
}
nav ul, nav ol {
	margin-left: 0
}
@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/helveticaneuemedium.woff2) format("woff2"), url(../fonts/helveticaneuemedium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/helveticaneue.woff2) format("woff2"), url(../fonts/helveticaneue.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/helveticaneue-bold.woff2) format("woff2"), url(../fonts/helveticaneue-bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Helvetica Neue;
	src: url(../fonts/helveticaneue-light.woff2) format("woff2"), url(../fonts/helveticaneue-light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: betteryou;
	src: url(../fonts/betteryou.woff2) format("woff2"), url(../fonts/betteryou.woff) format("woff"), url(../fonts/betteryou.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
.clear:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden
}
.notext {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap
}
.text20 {
	font-size: 20px!important;
	line-height: 1.3
}
.text16 {
	font-size: 16px!important;
	line-height: 1.5
}
.text14 {
	font-size: 14px!important;
	line-height: 1.44
}
.text12 {
	font-size: 12px!important;
	line-height: 1.5
}
.utl-heading-beta {
	margin-bottom: 1rem;
	font-size: 1.25rem;
font-size:calc(1.25rem + .25 * ((100vw - 20rem) / 55))
}
@media (min-width: 768px) {
.utl-heading-beta {
	font-size: 1.5rem
}
}
.text-center {
	text-align: center
}
.overflow-hidden {
	overflow: hidden
}
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
a.skip-link {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999
}
a.skip-link:focus, a.skip-link:active {
	color: #fff;
	background-color: #000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 5px;
	border-radius: 15px;
	border: 4px solid yellow;
	text-align: center;
	font-size: 1.2em;
	z-index: 999
}
[hidden], .is-hidden, .hidden {
display:none!important
}
.alignleft {
	float: left
}
.alignright {
	float: right
}
[disabled], .disabled {
cursor:default
}
.col {
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding: 0 5px
}
@media (min-width: 768px) {
.col {
	padding: 0 10px
}
}
.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -5px
}
@media (min-width: 768px) {
.cols {
	margin: 0 -10px
}
}
.col--1of2 {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
.visible-xs-flex, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none!important
}
@media (max-width: 767px) {
.hidden-xs {
	display: none!important
}
.visible-xs-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.visible-xs-block {
	display: block!important
}
.visible-xs-inline {
	display: inline!important
}
.visible-xs-inline-block {
	display: inline-block!important
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.hidden-sm {
	display: none!important
}
.visible-sm-block {
	display: block!important
}
.visible-sm-inline {
	display: inline!important
}
.visible-sm-inline-block {
	display: inline-block!important
}
}
@media (min-width: 1024px) and (max-width: 1200px) {
.hidden-md {
	display: none!important
}
.visible-md-block {
	display: block!important
}
.visible-md-inline {
	display: inline!important
}
.visible-md-inline-block {
	display: inline-block!important
}
}
@media (min-width: 1201px) {
.hidden-lg {
	display: none!important
}
.visible-lg-block {
	display: block!important
}
.visible-lg-inline {
	display: inline!important
}
.visible-lg-inline-block {
	display: inline-block!important
}
}
.accordions-simple .accordions-simple__item {
	margin-bottom: 1rem
}
.accordions-simple .accordions-simple__item:last-child {
	margin-bottom: 0
}
.accordions-simple .accordions-simple__item>a {
	color: #f45197;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	display: block;
border-bottom:.0625rem solid transparent;
	margin-bottom: 0;
	-webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out, color .2s ease-in-out;
	transition: border-color .2s ease-in-out, color .2s ease-in-out
}
.accordions-simple .accordions-simple__item>a:hover {
	text-decoration: none!important
}
@media (min-width: 1024px) {
.accordions-simple .accordions-simple__item>a:hover {
	border-color: #666;
	color: #666
}
}
.accordions-simple .accordions-simple__item.is-active>a {
	border-color: #666;
	color: #666
}
.accordions-simple .accordions-simple__item-content {
	padding-top: 1rem
}
.accordions-simple .accordions-simple__item-content a {
	color: #e9488d;
	text-decoration: none
}
.accordions-simple .accordions-simple__item-content a:hover {
	text-decoration: underline
}
.accordions {
	padding: 0 5px
}
.accordions .accordions__item>a {
	text-decoration: none;
	display: block;
padding:.5rem 2rem;
	color: #666;
	line-height: 1.2;
	background-color: #e8e8e8;
	outline: none;
	font-size: 1.125rem;
font-size:calc(1.125rem + .125 * ((100vw - 20rem) / 55));
	position: relative
}
.accordions .accordions__item>a:before {
	position: absolute;
	top: 39%;
	right: 1rem;
margin-top:-.5rem;
	content: "+"
}
.accordions .accordions__item>a:hover {
	text-decoration: none
}
.accordions .accordions__item-content {
	color: #0a0a0a;
	background-color: #f8f8f8;
	padding: 1rem
}
.accordions .accordions__item-content a {
	color: #e9488d;
	text-decoration: none
}
.accordions .accordions__item-content a:hover {
	text-decoration: underline
}
.accordions .accordions__item-content .c-button, .accordions .accordions__item-content .btn {
	display: inline-block;
	background: #E9488D;
	border: 1px solid #E9488D;
	padding: 13px 30px 14px;
	border-radius: 0;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.accordions .accordions__item-content .c-button:hover, .accordions .accordions__item-content .btn:hover {
	text-decoration: none;
	background-color: #575756;
	color: #fff;
	border-color: #575756
}
.account-login {
	padding-top: 2rem
}
.account-login .form--login, .account-login .form--recover {
	padding: 0
}
.account-login .form--login .form__btn {
	width: 100%;
	margin: 0 0 40px
}
.account-register {
	padding-top: 2rem
}
.account-register .form--account {
	padding: 0
}
.account-register .form--account .form__actions {
	text-align: left
}
.account-register .form--account .form__cta, .account-register .form--account .checkbox {
	margin-bottom: 1rem
}
.article--default {
	padding-bottom: 0
}
.article--default .article__head {
	position: relative;
	height: 15rem;
	margin-bottom: 1rem;
	overflow: hidden;
	background-position: 50%;
	background-size: cover
}
.article--default .article__head-overlay, .article--default .shell {
	height: 100%
}
.article--default .article__head .row {
	margin: auto
}
.article--default .article__head .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.article--default .article__head-content {
	margin-bottom: 2rem;
	width: 100%;
	padding: 1rem;
	color: #fefefe;
	background-color: #333c
}
.article--default .article__title {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 400
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.article--default .article__title {
font-size:calc(1.5rem + .5 * ((100vw - 20rem) / 55))
}
}
@media (min-width: 768px) {
.article--default .article__title {
	font-size: 2rem
}
}
.article--default .article__meta {
	margin-bottom: 45px
}
.article--default .article__author, .article--default .article__date {
	font-size: 12px
}
@media (min-width: 768px) {
.article--default .article__date {
	text-align: right
}
}
.article--default .article__image {
	margin-bottom: 0
}
.article--default .article__image img {
	width: 100%;
	height: auto;
	margin-bottom: 0
}
.article--default .article__content ul a:not([class]), .article--default .article__content p a:not([class]) {
	color: #e9488d;
	text-decoration: none
}
.article--default .article__content ul a:not([class]):hover, .article--default .article__content p a:not([class]):hover {
	text-decoration: underline
}
.article--default .article__body blockquote {
	margin-left: 1em;
	margin-right: 1em
}
.article--default .article__actions {
	padding-top: 1rem;
	margin-bottom: 0;
	text-align: center
}
.article--default .article__actions-title {
	margin-bottom: 16px
}
.article--default .article__related {
	padding-top: 1rem;
	margin-bottom: 2rem;
	text-align: center
}
.article--default .article__related--product {
	margin-bottom: 2rem
}
@media (min-width: 768px) {
.article--default .article__related--product {
	margin-bottom: 1rem
}
}
.article--default .article__related--articles {
	margin-bottom: 0
}
.article--default .article__related .product-item {
	margin-bottom: 1rem
}
.article--default .article__related .product-item .product-item__image {
	margin-bottom: 0
}
.article--default .article__related .product-item .product-item__image-holder {
padding:.5rem 0
}
.article--default .article__related .product-item .product-item__content {
	padding: 1rem 1rem 0
}
@media (min-width: 768px) {
.article--default .article__related .product-item .product-item__content {
	padding-left: 0;
	padding-right: 0
}
}
.article--default .article__related--products .product-item .btn--add, .article--default .article__related--products .product-item .btn--view {
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media (min-width: 1279px) {
.article--default .article__related--products .product-item .btn--add, .article--default .article__related--products .product-item .btn--view {
	width: 50%;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
}
.article--default .article__related--products .product-item .btn--add svg {
	width: 24px;
	height: 21px;
	margin-right: 10px
}
.article--default .article__related-title {
	margin-bottom: 1rem;
	font-size: 24px;
	font-weight: 400
}
.article--default .article__related-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.article--default .article__comments {
	padding: 60px 10% 0;
	border-top: 1px solid #FADAE8
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.article--default .article__comments {
	padding: 30px 0 0
}
}
.article--default .article__action {
	text-align: center
}
.article-item--default {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #FADAE8
}
.article-item--default .article-item__image {
	display: block;
	height: 0;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.article-item--default .article-item__image:hover {
	opacity: .8
}
.article-item--default .article-item__content {
	padding: 1rem;
	background: #f8f8f8
}
.article-item--default .article-item__head {
	margin-bottom: 1rem
}
.article-item--default .article-item__title {
	margin-bottom: 5px
}
.article-item--default .article-item__title a {
	text-decoration: none
}
.article-item--default .article-item__meta {
	color: #575756
}
.article-item--default .article-item__body {
	margin-bottom: 1rem
}
.article-item--column {
	border: 0;
	margin-bottom: 2rem;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.article-item--column .article-item__image {
	padding-top: 89.25%
}
@media (min-width: 1024px) {
.article-item--column .article-item__image {
	padding-top: 78.6%
}
}
.article-item--column .article-item__meta {
	display: none
}
.article-item--column .article-item__title {
	margin-bottom: 0;
	font-size: 20px
}
.article-item--column .article-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.article-item--column .article-item__content>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.article-item--column .article-item__foot {
	margin-top: auto
}
.articles {
	padding: 2rem 0
}
.articles .articles__heading .utl-heading-alpha h2, .articles .articles__entry {
	margin-bottom: 2rem
}
.articles .articles__actions {
	margin-top: 1rem
}
.articles>.row>.column.medium-6:not(:last-child) {
	margin-bottom: 2rem
}
@media (min-width: 768px) {
.articles>.row>.column.medium-6:not(:last-child) {
	margin-bottom: 0
}
}
.author {
	margin: 3.125rem 0 1.25rem;
	padding: 1rem;
	background-color: #f8f8f8;
	font-size: 16px
}
@media (min-width: 768px) {
.author {
	padding: 2rem
}
}
.author .author__media {
	margin-bottom: 1.25rem;
	text-align: center
}
@media (min-width: 768px) {
.author .author__media {
	text-align: left;
	margin-bottom: 0
}
}
.author .author__media>* {
	text-align: center!important
}
@media (min-width: 768px) {
.author .author__media>* {
	text-align: left!important
}
}
.author .author__media img {
	margin-bottom: 0
}
.author .author__title {
	margin-bottom: 1rem;
	font-weight: 700;
font-size:calc(1.125rem + .125 * ((100vw - 20rem) / 55))
}
@media (min-width: 1201px) {
.author .author__title {
	font-size: 1.25rem
}
}
.author .author__link {
	padding-top: 1.25rem
}
.author .author__entry a, .author .author__link a {
	color: #e9488d;
	text-decoration: none
}
.author .author__entry a:hover, .author .author__link a:hover {
	text-decoration: underline
}
.banner {
	margin: 1rem auto
}
.banner .banner__body {
	display: block;
	text-decoration: none
}
.banner--head {
	margin-top: 0
}
.banner--head .banner__title {
	position: relative;
	margin-bottom: 1.4rem;
	padding-bottom: 1rem;
	font-weight: 400
}
.banner--head .banner__title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 50px;
	height: 2px;
	background-color: #575756
}
.banner--head .banner__subtitle {
	font-weight: 400;
	line-height: 1.2
}
.banner--head .banner__image {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 30%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1
}
.banner--head .banner__image--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0
}
@media (min-width: 768px) {
.banner--head .banner__image--mobile {
	display: none
}
}
.banner--head .banner__image--desktop {
	display: none
}
@media (min-width: 768px) {
.banner--head .banner__image--desktop {
	display: block
}
}
.banner--head .banner__content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 2rem 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media (min-width: 768px) {
.banner--head .banner__content {
	width: 60%
}
}
@media (min-width: 1024px) {
.banner--head .banner__content {
	width: 100%
}
}
.banner--head .banner__body {
	position: relative;
	z-index: 2
}
@media (min-width: 768px) {
.banner--head .banner__body {
	margin: 0 -20%
}
}
@media (min-width: 1024px) {
.banner--head .banner__body {
	margin: 0
}
}
.banner--v1 {
	width: calc(100% + 40px);
	margin: 0 -20px 1rem
}
@media (min-width: 768px) {
.banner--v1 {
	margin: 1rem 0;
	width: 100%
}
}
.banner--v1 .banner__body {
	position: relative;
	padding: 27px 20px;
	background: -o-linear-gradient(45deg, #80BF26 0%, #C6E953 100%);
	background: linear-gradient(45deg, #80BF26 0%, #C6E953 100%);
	color: #fff
}
@media (min-width: 768px) {
.banner--v1 .banner__body {
	padding: 42px 20px
}
}
@media (min-width: 1024px) {
.banner--v1 .banner__body {
	padding: 67px 45px
}
}
@media (min-width: 1201px) {
.banner--v1 .banner__body {
	padding: 60px 104px 57px 129px
}
}
.banner--v1 .banner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.banner--v1 .banner__head {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-right: 1px solid #fff;
	padding-right: 11px
}
@media (min-width: 768px) {
.banner--v1 .banner__head {
	max-width: 36%
}
}
@media (min-width: 1024px) {
.banner--v1 .banner__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	max-width: 55.6%
}
}
.banner--v1 .banner__title {
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.banner--v1 .banner__title {
	font-size: 24px
}
}
@media (min-width: 768px) {
.banner--v1 .banner__title {
	font-size: 30px
}
}
@media (min-width: 1024px) {
.banner--v1 .banner__title {
	padding: 10px 17px 10px 0
}
}
@media (min-width: 1201px) {
.banner--v1 .banner__title {
	font-size: 40px
}
}
@media (min-width: 1024px) {
.banner--v1 .banner__title+.banner__subtitle {
	padding-left: 16px;
	border-left: 1px solid #fff
}
}
.banner--v1 .banner__subtitle {
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 700;
	font-size: 14px
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.banner--v1 .banner__subtitle {
	font-size: 16px
}
}
@media (min-width: 768px) {
.banner--v1 .banner__subtitle {
	font-size: 20px
}
}
@media (min-width: 1024px) {
.banner--v1 .banner__subtitle {
	padding: 18px 0
}
}
@media (min-width: 1201px) {
.banner--v1 .banner__subtitle {
	font-size: 27px
}
}
.banner--v1 .banner__image {
	display: none
}
@media (min-width: 768px) {
.banner--v1 .banner__image {
	display: block;
	position: absolute;
	left: 48%;
	bottom: 0;
	max-width: 120px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px
}
}
@media (min-width: 1024px) {
.banner--v1 .banner__image {
	left: 60.3%;
	max-width: 160px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px
}
}
.banner--v1 .banner__image img {
	margin: 0
}
.banner--v1 .banner__actions {
	margin-left: auto;
	max-width: 145px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 145px;
	flex: 0 0 145px;
	padding-left: 13px
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.banner--v1 .banner__actions {
	max-width: 184px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 184px;
	flex: 0 0 184px;
	padding-left: 18px
}
}
@media (min-width: 768px) {
.banner--v1 .banner__actions {
	padding-left: 30%;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
}
@media (min-width: 1024px) {
.banner--v1 .banner__actions {
	max-width: 44.4%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44.4%;
	flex: 0 0 44.4%
}
}
.banner--v1 .banner__actions .btn {
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
	min-width: auto;
	color: #575756
}
.banner--v1 .banner__actions .btn:hover {
	color: #e9488d
}
.blog--default.default--holder {
	padding-bottom: 0
}
.blog--default.default--holder .paging--default {
	margin-bottom: 0
}
.boost-pfs-filter-bottom-pagination-default {
	margin-bottom: 50px;
	padding: 30px 0;
	text-align: center!important
}
.boost-pfs-filter-bottom-pagination-default ul, .boost-pfs-filter-bottom-pagination-default li {
	display: inline-block;
	vertical-align: middle;
	width: auto!important;
	height: auto!important;
	border: 0!important;
	border-radius: 0!important;
	margin: 2px!important;
	line-height: 1.6!important
}
@media (min-width: 768px) {
.boost-pfs-filter-bottom-pagination-default ul, .boost-pfs-filter-bottom-pagination-default li {
	margin: 5px!important
}
}
.boost-pfs-filter-bottom-pagination-default .boost-pfs-filter-pagination-active, .boost-pfs-filter-bottom-pagination-default li a, .boost-pfs-filter-bottom-pagination-default li.is-current span {
	display: inline-block;
	width: 36px!important;
	height: 36px!important;
	font-size: 12px;
	margin: 0!important;
	padding: 9px 0!important;
	text-align: center;
	border: 1px solid #FADAE8
}
.boost-pfs-filter-bottom-pagination-default .boost-pfs-filter-pagination-active, .boost-pfs-filter-bottom-pagination-default li.is-current span, .boost-pfs-filter-bottom-pagination-default li:hover a {
	border-color: #575756
}
.boost-pfs-filter-bottom-pagination-default .boost-pfs-filter-pagination-active {
	font-weight: 400;
	text-shadow: 0 0 1px #575756!important
}
.boost-pfs-filter-bottom-pagination-default a {
	text-decoration: none
}
.boost-pfs-filter-bottom-pagination-default .paging-prev, .boost-pfs-filter-bottom-pagination-default .paging-next {
	position: relative;
	display: inline-block;
	border: 0;
	vertical-align: middle;
	font-size: 0;
	width: 50px;
	height: 50px;
	color: #575756
}
@media (min-width: 320px) {
.boost-pfs-filter-bottom-pagination-default .paging-prev, .boost-pfs-filter-bottom-pagination-default .paging-next {
	width: 36px;
	height: 36px
}
}
.boost-pfs-filter-bottom-pagination-default .paging-prev:after, .boost-pfs-filter-bottom-pagination-default .paging-next:after {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #000;
	margin: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.boost-pfs-filter-bottom-pagination-default .paging-next:after {
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg)
}
.boost-pfs-filter-bottom-pagination-default>span:after {
	opacity: .2
}
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper {
	padding: 20px 0;
	background: #fff
}
@media (min-width: 768px) {
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper {
	padding: 35px 0
}
}
@media (min-width: 1201px) {
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper {
	padding: 50px 0
}
}
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper .boost-pfs-search-container .boost-pfs-search-result-header {
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 400
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper .boost-pfs-search-container .boost-pfs-search-result-header {
font-size:calc(1.5rem + .5 * ((100vw - 20rem) / 55))
}
}
@media (min-width: 768px) {
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper .boost-pfs-search-container .boost-pfs-search-result-header {
	font-size: 2rem
}
}
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper .boost-pfs-search-form {
	display: none!important
}
.boost-pfs-filter-collection-header-wrapper.boost-pfs-search-form-wrapper .search__breadcrumbs {
	margin-bottom: 16px;
	text-align: left
}
.breadcrumbs {
	margin-bottom: 60px;
	font-size: 12px;
	color: #e9488d
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.breadcrumbs {
	margin-bottom: 30px
}
}
.breadcrumbs a {
	text-decoration: none
}
.breadcrumbs a:hover {
	text-decoration: underline
}
.breadcrumbs .is-current {
	font-weight: 700;
	color: #575756
}
.breadcrumbs .breadcrumbs__divider {
	padding: 0 5px
}
.btn-cart {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none
}
@media (min-width: 768px) {
.btn-cart {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
.btn-cart .btn-cart__counter {
	position: absolute;
	top: -10px;
	left: 24px;
	z-index: 2;
	display: inline-block;
	padding: 0 4px;
	min-width: 16px;
	min-height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	background: #E9488D;
	font-size: 10px;
	font-weight: 700;
	color: #fff
}
@media (min-width: 768px) {
.btn-cart .btn-cart__counter {
	top: 0;
	left: 40px
}
}
@media (min-width: 1201px) {
.btn-cart .btn-cart__counter {
	top: 3px;
	left: 63px
}
}
.btn-cart svg {
	position: relative
}
@media (min-width: 768px) {
.btn-cart svg {
	top: 4px
}
}
.btn-cart .btn-cart__text {
	display: none
}
@media (min-width: 768px) {
.btn-cart .btn-cart__text {
	padding: 0 0 3px 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 300
}
}
@media (min-width: 1201px) {
.btn-cart .btn-cart__text {
	padding: 0 0 3px 10px
}
}
.btn-menu {
	position: absolute;
	top: 18px;
	left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: top .3s, right .3s;
	-o-transition: top .3s, right .3s;
	transition: top .3s, right .3s
}
.btn-menu .btn-menu__text span:nth-child(1) {
	display: inline-block
}
.btn-menu .btn-menu__text span:nth-child(2) {
	display: none
}
.btn-menu .btn-menu__inner {
	margin-right: 6px;
	-webkit-transition: margin .3s;
	-o-transition: margin .3s;
	transition: margin .3s
}
.btn-menu .btn-menu__inner span {
	position: relative;
	display: block;
	margin-left: auto;
	width: 15px;
	height: 2px;
	background: #575756;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.btn-menu .btn-menu__inner span+span {
	margin-top: 3px
}
.btn-menu:hover, .btn-menu:focus {
	text-decoration: none
}
.btn-menu.btn-menu--is-triggered .btn-menu__text span:nth-child(1) {
	display: none
}
.btn-menu.btn-menu--is-triggered .btn-menu__text span:nth-child(2) {
	display: inline-block
}
.btn-menu.btn-menu--is-triggered .btn-menu__inner {
	margin-right: 0
}
.btn-menu.btn-menu--is-triggered .btn-menu__inner span {
	width: 22px
}
.btn-menu.btn-menu--is-triggered .btn-menu__inner span:nth-child(1) {
	-webkit-transform: translate(-2px, 5px) rotate(135deg);
	-ms-transform: translate(-2px, 5px) rotate(135deg);
	transform: translate(-2px, 5px) rotate(135deg)
}
.btn-menu.btn-menu--is-triggered .btn-menu__inner span:nth-child(2) {
	-webkit-transform: translate(-2px, 0px) rotate(-135deg);
	-ms-transform: translate(-2px, 0px) rotate(-135deg);
	transform: translate(-2px) rotate(-135deg)
}
.btn-menu.btn-menu--is-triggered .btn-menu__inner span:nth-child(3) {
	opacity: 0;
	visibility: hidden
}
.btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #E9488D;
	border: 1px solid #E9488D;
	border-radius: 0;
	padding: 13px 30px 14px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.btn:hover {
	background-color: #575756;
	color: #fff;
	border-color: #575756
}
.btn--inverse {
	background: #fff;
	color: #e9488d;
	border-color: #e9488d
}
.btn--inverse:hover {
	background: #fff;
	color: #575756;
	border-color: #575756
}
.btn--grey {
	background: #EDEDED;
	color: #e9488d;
	border-color: #ededed
}
.btn--grey:hover {
	background: #EDEDED;
	color: #575756;
	border-color: #ededed
}
.btn--white {
	background: #fff;
	color: #e9488d;
	border-color: #fff
}
.btn--white:hover {
	background: #fff;
	color: #575756;
	border-color: #fff
}
.btn--block {
	display: block;
	padding-left: 0;
	padding-right: 0
}
.c-banner {
	position: relative;
	margin-bottom: 1rem
}
.c-banner img {
	margin-bottom: 0;
	width: 100%
}
@media (min-width: 768px) {
.c-banner .c-banner__image--mobile {
	display: none
}
}
.c-banner .c-banner__image--desktop {
	display: none
}
@media (min-width: 768px) {
.c-banner .c-banner__image--desktop {
	display: block
}
}
@media screen and (max-width: 39.99875em) {
.c-product--view .c-gallery {
	margin-bottom: 2rem
}
}
.c-gallery .c-gallery__thumbs {
	margin-top: 1rem;
	text-align: center
}
.c-gallery .c-gallery__thumbs .slick-slider {
	overflow: hidden
}
.c-gallery .c-gallery__thumbs .slick-list {
margin:0 -.625rem
}
.c-gallery .c-gallery__thumbs .slick-slide {
margin:0 .625rem
}
.c-gallery .c-gallery__image-container {
	text-align: center
}
.c-gallery .c-gallery__thumbs .c-gallery__image-container {
border:.0625rem solid #e8e8e8
}
.c-mini-icon-pod {
	text-align: center
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.c-mini-icon-pod {
	margin-bottom: 2rem
}
}
.c-mini-icon-pod .c-mini-icon-pod__media {
	width: 100px;
	margin: auto;
	text-align: center
}
.c-mini-icon-pod .c-mini-icon-pod__text {
margin-top:.5rem
}
.c-product {
	margin-bottom: 2rem
}
.c-product h2 {
	font-weight: 400
}
.c-product .c-product__tips {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
padding-bottom:.5rem;
border-bottom:.0625rem solid #e8e8e8;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: 39.99875em) {
.c-product .c-product__tips {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
@media print, screen and (min-width: 40em) {
.c-product .c-product__tips {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
}
.c-product .c-product__tips-intro {
	color: #666;
font-size:.75rem
}
@media screen and (max-width: 39.99875em) {
.c-product .c-product__tips-intro {
margin-bottom:.5rem;
	text-align: center
}
}
@media print, screen and (min-width: 40em) {
.c-product .c-product__tips-intro {
	margin-right: 1rem
}
}
.c-product .c-product__tips-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.c-product .c-product__price {
	font-weight: 700;
	color: #666
}
.c-product .c-product__price ins {
	display: block
}
.c-product .c-product__price ins, .c-product .c-product__price del {
	text-decoration: none
}
.c-product .c-product__price del {
	font-size: .75em;
	font-weight: 400;
	color: #a0a0a0;
	position: relative
}
.c-product .c-product__price del:after {
	content: "";
	background-color: #e9488d;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.c-product .c-product__form {
	margin-top: 2rem
}
@media (min-width: 768px) {
.c-product .c-product__form-foot-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 -5px
}
}
@media (max-width: 767px) {
.c-product .c-product__form-foot button {
	width: 100%;
	margin-top: 10px
}
}
.c-product .c-product__form-foot-col {
	padding: 0 5px
}
.c-product .c-product__form-quantity p {
	text-align: center;
	margin-bottom: 0
}
.c-product .c-product__form-quantity-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.c-product .c-product__form-quantity input {
	text-align: center;
	background-color: transparent;
	width: 60px;
padding:.5rem;
	border: 1px solid #575756;
	border-radius: 0;
	margin: 0 10px;
	-moz-appearance: textfield
}
.c-product .c-product__form-quantity input::-webkit-outer-spin-button, .c-product .c-product__form-quantity input::-webkit-inner-spin-button {
-webkit-appearance:none;
margin:0
}
.c-product .c-product__form-quantity a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px
}
.c-product .c-product__description {
	margin-top: 2rem
}
.c-product .c-product__description.has-fancy-list ul, .c-product .c-product__description.has-fancy-list ol {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1rem
}
.c-product .c-product__description.has-fancy-list li:before {
	content: "K";
	font-family: betteryou;
	vertical-align: middle;
	width: 20px;
	height: 20px;
margin-right:.3125rem
}
.c-product .c-product__description li:not(:last-child) {
margin-bottom:.5rem
}
.c-side-by-side .c-side-by-side__content h2 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 2rem
}
.c-ticked-list {
	margin: 0 0 1rem;
	padding: 0!important;
	list-style: none
}
.c-ticked-list li:before {
	content: "\2713";
	font-family: betteryou;
margin-right:.3125rem
}
.c-tooltip {
	width: 2.5rem;
	height: 2.5rem;
	position: relative;
	cursor: pointer
}
.c-tooltip:not(:last-child) {
	margin-right: 1rem
}
.c-tooltip__hover {
	display: none;
	width: 9.375rem;
padding:.5rem;
	position: absolute;
	right: 0;
	left: 50%;
	color: #fefefe;
font-size:.75rem;
	text-align: center
}
@media screen and (max-width: 39.99875em) {
.c-tooltip__hover {
	bottom: -100%;
	background-color: #666;
-webkit-transform:translate(-50%, .5rem);
-ms-transform:translate(-50%, .5rem);
transform:translate(-50%, .5rem)
}
}
@media print, screen and (min-width: 40em) {
.c-tooltip__hover {
	top: -100%;
	background-color: #66666680;
-webkit-transform:translate(-50%, -.5rem);
-ms-transform:translate(-50%, -.5rem);
transform:translate(-50%, -.5rem)
}
}
.c-tooltip:last-child .c-tooltip__hover {
	left: auto
}
@media screen and (max-width: 39.99875em) {
.c-tooltip:last-child .c-tooltip__hover {
-webkit-transform:translateY(.5rem);
-ms-transform:translateY(.5rem);
transform:translateY(.5rem)
}
}
@media print, screen and (min-width: 40em) {
.c-tooltip:last-child .c-tooltip__hover {
-webkit-transform:translateY(-.5rem);
-ms-transform:translateY(-.5rem);
transform:translateY(-.5rem)
}
}
.c-tooltip__hover:after {
	content: "";
	width: 0;
	height: 0;
border-right:.625rem solid transparent;
border-left:.625rem solid transparent;
	position: absolute;
	left: 50%
}
@media screen and (max-width: 39.99875em) {
.c-tooltip__hover:after {
border-bottom:.625rem solid #666;
	top: 0;
-webkit-transform:translate(-50%, -.625rem);
-ms-transform:translate(-50%, -.625rem);
transform:translate(-50%, -.625rem)
}
}
@media print, screen and (min-width: 40em) {
.c-tooltip__hover:after {
border-top:.625rem solid rgba(102,102,102,.5);
	bottom: 0;
-webkit-transform:translate(-50%, .625rem);
-ms-transform:translate(-50%, .625rem);
transform:translate(-50%, .625rem)
}
}
.c-tooltip:last-child .c-tooltip__hover:after {
	right: 0;
	left: auto
}
.c-video {
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
.c-video embed, .c-video iframe, .c-video object {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.c-video img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0
}
.cart-drawer {
	width: 500px;
	max-width: 85vw;
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 32;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translate(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.cart-drawer.is-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translate(0)
}
.cart-drawer.is-empty .cart-drawer__foot {
	display: none
}
.cart-drawer .cart-drawer__head {
	margin-bottom: 20px;
	position: relative
}
.cart-drawer .cart-drawer__head h3 {
	margin-bottom: 0
}
.cart-drawer .cart-drawer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 30px 20px;
	overflow-x: hidden;
	overflow-y: auto
}
@media (min-width: 768px) {
.cart-drawer .cart-drawer__inner {
	padding: 30px
}
}
.cart-drawer .cart-drawer__close {
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
	position: absolute;
	top: 6px;
	right: 0
}
.cart-drawer .cart-drawer__foot {
	margin-top: auto
}
.cart-drawer .cart-drawer__foot .btn {
	font-size: 12px
}
.cart-drawer .cart-drawer__subtotal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}
.cart-drawer .cart-drawer__subtotal span:first-child {
	font-size: 24px
}
.cart-drawer .cart-drawer__subtotal span:last-child {
	font-size: 18px
}
.cart-drawer-overlay {
	font-size: 0;
	background-color: #000000b3;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	-o-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 31
}
.cart-drawer.is-visible+.cart-drawer-overlay {
	opacity: 1;
	visibility: visible
}
.cart table {
	width: 100%;
	display: block;
	text-align: left
}
@media (min-width: 768px) {
.cart table {
	display: table
}
}
.cart th, .cart td {
	padding: 10px
}
.cart th:first-child, .cart td:first-child {
	padding-left: 0
}
.cart th:last-child, .cart td:last-child {
	padding-right: 0
}
.cart th {
	display: none;
	font-weight: 700;
	color: #575756;
	border-bottom: 2px solid #575756
}
@media (min-width: 768px) {
.cart th {
	display: table-cell
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart td {
	display: block;
	width: 100%!important
}
}
@media (min-width: 768px) {
.cart td {
	vertical-align: top;
	display: table-cell
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart tr {
	padding: 15px 0;
	display: block;
	width: 100%;
	position: relative
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart tr+tr {
	border-top: 1px solid #EDEDED
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart thead {
	display: none
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart tbody {
	width: 100%;
	display: block
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart tbody td {
	padding: 0 0 5px
}
.cart tbody td:before {
	content: attr(data-attr);
	display: inline;
	padding-right: 6px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase
}
}
.cart tbody tr {
	border-bottom: 1px solid #EDEDED
}
.cart tbody tr:last-child {
	border-bottom: 0
}
.cart tfoot {
	text-align: right
}
@media (min-width: 320px) and (max-width: 767px) {
.cart tfoot {
	display: block;
	width: 100%;
	border-top: 2px solid #575756
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart tfoot tr:first-child {
	padding: 10px 0
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart tfoot tr:first-child td {
	padding: 0;
	border: 0
}
}
.cart tfoot td {
	padding: 15px 10px
}
.cart .cart__product {
	text-decoration: none;
	color: #e9488d
}
.cart .cart__product h4, .cart .cart__product h5 {
	font-size: 16px;
	font-weight: 400;
	text-align: center
}
.cart .cart__image {
	width: 180px;
	text-align: center
}
@media (min-width: 768px) {
.cart .cart__image {
	width: 140px
}
}
@media (min-width: 1201px) {
.cart .cart__image {
	width: 230px
}
}
.cart .cart__image img {
	margin: 0 auto;
	max-width: 180px
}
@media (min-width: 768px) {
.cart .cart__image img {
	max-width: 90%
}
}
@media (min-width: 1201px) {
.cart .cart__image img {
	max-width: 60%
}
}
.cart .cart__variant {
	padding-top: 5px;
	display: none
}
.cart .cart__properties {
	padding-top: 10px;
	font-style: italic;
	opacity: .6
}
.cart .cart__total-label {
	font-size: 16px;
	color: #575756
}
.cart .cart__total-value {
	font-size: 18px;
	line-height: 1.56
}
.cart .cart__subtotal-savings:empty {
	display: none
}
.cart .cart__info {
	font-style: italic;
	color: #575756
}
.cart .cart__info td {
	padding-bottom: 15px;
	text-align: right
}
.cart .cart__quantity .form__controls {
	display: inline-block
}
@media (min-width: 768px) {
.cart .cart__quantity .form__controls {
	display: block
}
}
@media (min-width: 768px) {
.cart .cart__quantity, .cart .cart__price, .cart .cart__total {
	width: 100px
}
}
@media (min-width: 1201px) {
.cart .cart__quantity, .cart .cart__price, .cart .cart__total {
	width: 140px
}
}
.cart .cart__quantity, .cart .cart__total, .cart .cart__remove-holder, .cart .cart__price {
	text-align: left
}
@media (min-width: 768px) {
.cart .cart__quantity, .cart .cart__total, .cart .cart__remove-holder, .cart .cart__price {
	text-align: center
}
}
.cart .cart__remove-holder {
	width: 36px
}
@media (min-width: 320px) and (max-width: 767px) {
.cart .cart__remove-holder {
	padding: 5px 0
}
}
.cart .cart__remove {
	width: 22px
}
.cart .field--quantity {
	height: 30px;
	max-width: 52px;
	text-align: center
}
.cart .js-quantity .field {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}
.cart .js-quantity .field::-webkit-outer-spin-button, .cart .js-quantity .field::-webkit-inner-spin-button {
-webkit-appearance:none;
margin:0
}
.cart .js-quantity.field input[type=number] {
	-moz-appearance: textfield
}
.cart td.cart__price, .cart .price {
	color: #575756
}
.cart td.cart__price:before {
	color: #575756
}
.cart .remove {
	font-size: 12px;
	text-decoration: none
}
.cart .remove span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #575756
}
.cart .remove span:before, .cart .remove span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	right: 5px;
	height: 1px;
	background: #575756;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}
.cart .remove span:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}
.cart .remove:hover span {
	background: #575756
}
.cart .remove:hover span:before, .cart .remove:hover span:after {
	background: #575756
}
.cart .remove img {
	width: 18px;
	margin: 0
}
.cart .form--default .form__actions {
	text-align: center
}
@media (min-width: 768px) {
.cart .form--default .form__actions {
	text-align: right
}
}
.cart .form--default .form__btn {
	margin: 0
}
@media (min-width: 320px) and (max-width: 767px) {
.cart .form--default .form__btn {
	width: 100%
}
}
.cart .cart__continue {
	margin-bottom: 2rem;
	text-align: right
}
@media (min-width: 320px) and (max-width: 767px) {
.cart .cart__continue .btn {
	margin: 0;
	width: 100%
}
}
.cart .cart__discounts.cart__box {
	padding: 1rem;
	background: #f8f8f8
}
.cart .cart__discounts .input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.cart .cart__discounts .input-group-button {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.cart .cart__discounts .input-group-button .button {
	border: 0;
	background: #575756;
	width: auto;
	height: 44px;
	min-width: 74px;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	line-height: 44px;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	display: inline-block
}
@media (min-width: 768px) {
.cart .cart__discounts .input-group-button .button {
	min-width: 84px
}
}
.cart .cart__discounts .input-group-button .button:hover {
	background: #E9488D
}
.cart .cart__box {
	margin-bottom: 2rem
}
@media (min-width: 320px) and (max-width: 767px) {
.cart .cart__box {
	padding: 1rem 0
}
}
@media (min-width: 320px) and (max-width: 767px) {
.cart .cart__box.cart__totals {
	margin-bottom: 0
}
}
.cart .cart__box-title {
	margin-bottom: 16px;
	font-weight: 700;
	border-bottom: 1px solid #575756;
	line-height: 1.4
}
.cart .cart__box-entry a {
	color: #e9488d;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	text-decoration: none
}
.cart .cart__box-entry a:hover {
	text-decoration: underline
}
.cart .cart__totals, .cart .cart__totals-table {
	margin-bottom: 1rem
}
.cart .cart__totals-table .cart__info {
	font-size: 12px
}
.cart .cart__totals-table ul {
	margin: 0;
	width: 100%;
	display: table;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: right;
	list-style: none
}
.cart .cart__totals-table li {
	display: table-row
}
.cart .cart__totals-table li>* {
	display: table-cell;
padding:.5rem .625rem .625rem
}
.cart .cart__totals-table li>*:nth-child(1) {
	width: 50%
}
.cart .cart__totals-table li>*:nth-child(2) {
	width: 50%
}
.cart .cart__totals-list li>*:nth-child(2) {
	border-left: 1px solid #575756
}
.cart .cart__totals-foot {
	border-top: 1px solid #575756;
	border-bottom: 1px solid #575756;
	background: #f1f1f1;
	font-weight: 700
}
.cms-content table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}
.cms-content tbody, .cms-content tfoot, .cms-content thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}
.cms-content caption {
padding:.5rem .625rem .625rem;
	font-weight: 700
}
.cms-content thead {
	background: #f8f8f8
}
.cms-content tfoot, .cms-content thead {
	color: #0a0a0a
}
.cms-content tfoot {
	background: #f1f1f1
}
.cms-content tfoot tr, .cms-content thead tr {
	background: transparent
}
.cms-content tfoot td, .cms-content tfoot th, .cms-content thead td, .cms-content thead th {
padding:.5rem .625rem .625rem;
	text-align: left
}
.cms-content tbody td, .cms-content tbody th {
	font-weight: 400;
	text-align: left;
padding:.5rem .625rem .625rem
}
.cms-content tbody tr:nth-child(2n) {
	border-bottom: 0;
	background-color: #f1f1f1
}
.cms-content table.unstriped tbody {
	background-color: #fefefe
}
.cms-content table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}
@media screen and (max-width: 63.99875em) {
.cms-content table.stack tfoot, .cms-content table.stack thead {
	display: none
}
.cms-content table.stack td, .cms-content table.stack th, .cms-content table.stack tr {
	display: block
}
.cms-content table.stack td {
	border-top: 0
}
}
.cms-content table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
.cms-content table.hover thead tr:hover {
	background-color: #f3f3f3
}
.cms-content table.hover tfoot tr:hover {
	background-color: #ececec
}
.cms-content table.hover tbody tr:hover {
	background-color: #f9f9f9
}
.cms-content table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
	background-color: #ececec
}
.cms-content .table-scroll {
	overflow-x: auto
}
.cms-content .utl-heading-gamma--alt {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
border-bottom:.05rem solid #0a0a0a;
	margin-bottom: 1rem
}
.collection--default {
	padding: 0
}
.collection--default .collection__head {
	text-align: left;
	margin-bottom: 2rem
}
.collection--default .collection__head--image {
	min-height: 14%;
	padding: 3.5% 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff
}
.collection--default .collection__title {
	font-weight: 400
}
.collection--default .collection__sort {
	margin-bottom: 2rem
}
.collection--default .collection__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px
}
@media (min-width: 768px) {
.collection--default .collection__items {
	margin: 0 -10px
}
}
.collection--default .collection__items>* {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 5px;
	margin-bottom: 2rem
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.collection--default .collection__items>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
}
@media (min-width: 768px) {
.collection--default .collection__items>* {
	padding: 0 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%
}
}
.collections--default {
	padding: 20px 0
}
@media (min-width: 768px) {
.collections--default {
	padding: 35px 0
}
}
@media (min-width: 1201px) {
.collections--default {
	padding: 50px 0
}
}
.collections--default .collections__head {
	text-align: center;
	margin-bottom: 50px
}
.collections--default .collections__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -5px;
	overflow: hidden
}
@media (min-width: 768px) {
.collections--default .collections__items {
	margin: 0 -10px
}
}
.collections--default .collections__items>* {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 5px;
	margin-bottom: 2rem
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.collections--default .collections__items>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
}
@media (min-width: 768px) {
.collections--default .collections__items>* {
	padding: 0 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%
}
}
.collection-item--default {
	text-align: center
}
.collection-item--default a {
	text-decoration: none
}
.collection-item--default .collection-item__link {
	position: relative;
	display: block;
	padding-top: 100%;
	margin-bottom: 15px
}
.collection-item--default .collection-item__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.collections-grid {
	padding: 2rem 0 0
}
.collections-grid .breadcrumbs {
	margin-bottom: 1rem
}
.collections-grid .collections-grid__sidebar-box {
	margin-bottom: 2rem;
	padding: 1rem;
	background-color: #f8f8f8
}
.collections-grid .collections-sidebar__inner--infoblocks {
	display: none
}
@media (min-width: 768px) {
.collections-grid .collections-sidebar__inner--infoblocks {
	display: block
}
}
@media (min-width: 320px) and (max-width: 767px) {
.collections-grid .medium-3, .collections-grid .medium-9 {
	width: 100%;
	left: auto
}
}
.collections-grid .paging--default {
	margin-bottom: 0
}
.template-collection .boost-pfs-container-default {
	max-width: 1280px
}
.template-collection .collections-grid {
	max-width: 1240px;
	padding: 2rem 20px 0;
	margin: auto
}
@media (min-width: 768px) {
.template-collection .collections-grid {
	max-width: 1248px;
	padding-right: 24px;
	padding-left: 24px
}
}
@media (min-width: 1024px) {
.template-collection .collections-grid {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px
}
}
.template-collection .collection--default {
	padding: 0
}
.template-collection .boost-pfs-filter-products {
	margin: 0 0 0 -10px;
	width: calc(100% + 10px)
}
@media (min-width: 768px) {
.template-collection .boost-pfs-filter-products {
	margin: 0 0 0 -20px;
	width: calc(100% + 20px)
}
}
.template-collection .boost-pfs-filter-message {
	padding-left: 10px
}
@media (min-width: 768px) {
.template-collection .boost-pfs-filter-message {
	padding-left: 20px
}
}
.template-collection .boost-pfs-filter-collection-header-wrapper {
	padding: 0;
	background-color: transparent
}
.template-collection .boost-pfs-filter-collection-header-wrapper .boost-pfs-section-header {
	text-align: left;
	margin-bottom: 0
}
.template-collection .boost-pfs-filter-collection-header-wrapper .boost-pfs-filter-collection-header {
	margin-bottom: 1rem;
	font-weight: 400;
	text-align: left;
	font-size: 32px;
	line-height: 1.34
}
@media (min-width: 768px) {
.template-collection .boost-pfs-filter-collection-header-wrapper .boost-pfs-filter-collection-header {
	font-size: 42px
}
}
@media (min-width: 1024px) {
.template-collection .boost-pfs-filter-collection-header-wrapper .boost-pfs-filter-collection-header {
	font-size: 48px
}
}
.template-collection .boost-pfs-filter-message {
	text-align: left;
	font-size: 16px
}
.template-collection .boost-pfs-filter-tree-h-wrapper, .template-collection .boost-pfs-filter-toolbar-top-mobile, .template-collection .boost-pfs-filter-default-toolbar {
	display: none!important
}
.template-collection .boost-pfs-filter-bottom-pagination-default {
	margin-bottom: 10px
}
.template-collection .boost-pfs-action-list-enabled {
	padding-bottom: 0
}
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled {
	width: 50%
}
@media (min-width: 768px) and (max-width: 1023px) {
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled {
	clear: unset
}
}
@media (min-width: 1024px) {
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled {
	width: 33.33%
}
}
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-filter-product-item-inner {
	padding-bottom: 84px!important
}
@media (min-width: 1201px) {
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-filter-product-item-inner {
	padding-bottom: 50px!important
}
}
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled .product-view-btn-holder {
	bottom: 42px;
	width: 100%
}
@media (min-width: 1201px) {
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled .product-view-btn-holder {
	bottom: 0;
	width: 50%
}
}
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-action-list-wrapper {
	width: 100%!important
}
@media (min-width: 1201px) {
.template-collection .product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-action-list-wrapper {
	width: 50%!important
}
}
.row {
	max-width: 75rem;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto
}
.row:after, .row:before {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.row:after {
	clear: both
}
.row.collapse>.column, .row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.row .row {
	margin-right: -5px;
	margin-left: -5px
}
@media print, screen and (min-width: 40em) {
.row .row {
	margin-right: -10px;
	margin-left: -10px
}
}
@media print, screen and (min-width: 64em) {
.row .row {
	margin-right: -10px;
	margin-left: -10px
}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}
.row.expanded {
	max-width: none
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}
.row:not(.expanded) .row {
	max-width: none
}
.row.gutter-small>.column, .row.gutter-small>.columns {
	padding-right: 5px;
	padding-left: 5px
}
.row.gutter-medium>.column, .row.gutter-medium>.columns {
	padding-right: 10px;
	padding-left: 10px
}
.column, .columns {
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px
}
@media print, screen and (min-width: 40em) {
.column, .columns {
	padding-right: 10px;
	padding-left: 10px
}
}
.column, .column:last-child:not(:first-child), .columns, .columns:last-child:not(:first-child) {
	float: left;
	clear: none
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left
}
.column.row.row, .row.row.columns {
	float: none
}
.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}
.small-1 {
	width: 8.33333%
}
.small-push-1 {
	position: relative;
	left: 8.33333%
}
.small-pull-1 {
	position: relative;
	left: -8.33333%
}
.small-offset-0 {
	margin-left: 0
}
.small-2 {
	width: 16.66667%
}
.small-push-2 {
	position: relative;
	left: 16.66667%
}
.small-pull-2 {
	position: relative;
	left: -16.66667%
}
.small-offset-1 {
	margin-left: 8.33333%
}
.small-3 {
	width: 25%
}
.small-push-3 {
	position: relative;
	left: 25%
}
.small-pull-3 {
	position: relative;
	left: -25%
}
.small-offset-2 {
	margin-left: 16.66667%
}
.small-4 {
	width: 33.33333%
}
.small-push-4 {
	position: relative;
	left: 33.33333%
}
.small-pull-4 {
	position: relative;
	left: -33.33333%
}
.small-offset-3 {
	margin-left: 25%
}
.small-5 {
	width: 41.66667%
}
.small-push-5 {
	position: relative;
	left: 41.66667%
}
.small-pull-5 {
	position: relative;
	left: -41.66667%
}
.small-offset-4 {
	margin-left: 33.33333%
}
.small-6 {
	width: 50%
}
.small-push-6 {
	position: relative;
	left: 50%
}
.small-pull-6 {
	position: relative;
	left: -50%
}
.small-offset-5 {
	margin-left: 41.66667%
}
.small-7 {
	width: 58.33333%
}
.small-push-7 {
	position: relative;
	left: 58.33333%
}
.small-pull-7 {
	position: relative;
	left: -58.33333%
}
.small-offset-6 {
	margin-left: 50%
}
.small-8 {
	width: 66.66667%
}
.small-push-8 {
	position: relative;
	left: 66.66667%
}
.small-pull-8 {
	position: relative;
	left: -66.66667%
}
.small-offset-7 {
	margin-left: 58.33333%
}
.small-9 {
	width: 75%
}
.small-push-9 {
	position: relative;
	left: 75%
}
.small-pull-9 {
	position: relative;
	left: -75%
}
.small-offset-8 {
	margin-left: 66.66667%
}
.small-10 {
	width: 83.33333%
}
.small-push-10 {
	position: relative;
	left: 83.33333%
}
.small-pull-10 {
	position: relative;
	left: -83.33333%
}
.small-offset-9 {
	margin-left: 75%
}
.small-11 {
	width: 91.66667%
}
.small-push-11 {
	position: relative;
	left: 91.66667%
}
.small-pull-11 {
	position: relative;
	left: -91.66667%
}
.small-offset-10 {
	margin-left: 83.33333%
}
.small-12 {
	width: 100%
}
.small-offset-11 {
	margin-left: 91.66667%
}
.small-up-1>.column, .small-up-1>.columns {
	float: left;
	width: 100%
}
.small-up-1>.column:nth-of-type(n), .small-up-1>.columns:nth-of-type(n) {
	clear: none
}
.small-up-1>.column:nth-of-type(n+1), .small-up-1>.columns:nth-of-type(n+1) {
	clear: both
}
.small-up-1>.column:last-child, .small-up-1>.columns:last-child {
	float: left
}
.small-up-2>.column, .small-up-2>.columns {
	float: left;
	width: 50%
}
.small-up-2>.column:nth-of-type(n), .small-up-2>.columns:nth-of-type(n) {
	clear: none
}
.small-up-2>.column:nth-of-type(odd), .small-up-2>.columns:nth-of-type(odd) {
	clear: both
}
.small-up-2>.column:last-child, .small-up-2>.columns:last-child {
	float: left
}
.small-up-3>.column, .small-up-3>.columns {
	float: left;
	width: 33.33333%
}
.small-up-3>.column:nth-of-type(n), .small-up-3>.columns:nth-of-type(n) {
	clear: none
}
.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.small-up-3>.column:last-child, .small-up-3>.columns:last-child {
	float: left
}
.small-up-4>.column, .small-up-4>.columns {
	float: left;
	width: 25%
}
.small-up-4>.column:nth-of-type(n), .small-up-4>.columns:nth-of-type(n) {
	clear: none
}
.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.small-up-4>.column:last-child, .small-up-4>.columns:last-child {
	float: left
}
.small-up-5>.column, .small-up-5>.columns {
	float: left;
	width: 20%
}
.small-up-5>.column:nth-of-type(n), .small-up-5>.columns:nth-of-type(n) {
	clear: none
}
.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.small-up-5>.column:last-child, .small-up-5>.columns:last-child {
	float: left
}
.small-up-6>.column, .small-up-6>.columns {
	float: left;
	width: 16.66667%
}
.small-up-6>.column:nth-of-type(n), .small-up-6>.columns:nth-of-type(n) {
	clear: none
}
.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.small-up-6>.column:last-child, .small-up-6>.columns:last-child {
	float: left
}
.small-up-7>.column, .small-up-7>.columns {
	float: left;
	width: 14.28571%
}
.small-up-7>.column:nth-of-type(n), .small-up-7>.columns:nth-of-type(n) {
	clear: none
}
.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.small-up-7>.column:last-child, .small-up-7>.columns:last-child {
	float: left
}
.small-up-8>.column, .small-up-8>.columns {
	float: left;
	width: 12.5%
}
.small-up-8>.column:nth-of-type(n), .small-up-8>.columns:nth-of-type(n) {
	clear: none
}
.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.small-up-8>.column:last-child, .small-up-8>.columns:last-child {
	float: left
}
.small-collapse>.column, .small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.expanded.row .small-collapse.row, .small-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.small-uncollapse>.column, .small-uncollapse>.columns {
	padding-right: 5px;
	padding-left: 5px
}
.small-centered {
	margin-right: auto;
	margin-left: auto
}
.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.small-pull-0, .small-push-0, .small-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.small-pull-0, .small-pull-0:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-uncentered, .small-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}
.small-pull-0:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-uncentered:last-child:not(:first-child) {
	float: right
}
@media print, screen and (min-width: 40em) {
.medium-1 {
	width: 8.33333%
}
.medium-push-1 {
	position: relative;
	left: 8.33333%
}
.medium-pull-1 {
	position: relative;
	left: -8.33333%
}
.medium-offset-0 {
	margin-left: 0
}
.medium-2 {
	width: 16.66667%
}
.medium-push-2 {
	position: relative;
	left: 16.66667%
}
.medium-pull-2 {
	position: relative;
	left: -16.66667%
}
.medium-offset-1 {
	margin-left: 8.33333%
}
.medium-3 {
	width: 25%
}
.medium-push-3 {
	position: relative;
	left: 25%
}
.medium-pull-3 {
	position: relative;
	left: -25%
}
.medium-offset-2 {
	margin-left: 16.66667%
}
.medium-4 {
	width: 33.33333%
}
.medium-push-4 {
	position: relative;
	left: 33.33333%
}
.medium-pull-4 {
	position: relative;
	left: -33.33333%
}
.medium-offset-3 {
	margin-left: 25%
}
.medium-5 {
	width: 41.66667%
}
.medium-push-5 {
	position: relative;
	left: 41.66667%
}
.medium-pull-5 {
	position: relative;
	left: -41.66667%
}
.medium-offset-4 {
	margin-left: 33.33333%
}
.medium-6 {
	width: 50%
}
.medium-push-6 {
	position: relative;
	left: 50%
}
.medium-pull-6 {
	position: relative;
	left: -50%
}
.medium-offset-5 {
	margin-left: 41.66667%
}
.medium-7 {
	width: 58.33333%
}
.medium-push-7 {
	position: relative;
	left: 58.33333%
}
.medium-pull-7 {
	position: relative;
	left: -58.33333%
}
.medium-offset-6 {
	margin-left: 50%
}
.medium-8 {
	width: 66.66667%
}
.medium-push-8 {
	position: relative;
	left: 66.66667%
}
.medium-pull-8 {
	position: relative;
	left: -66.66667%
}
.medium-offset-7 {
	margin-left: 58.33333%
}
.medium-9 {
	width: 75%
}
.medium-push-9 {
	position: relative;
	left: 75%
}
.medium-pull-9 {
	position: relative;
	left: -75%
}
.medium-offset-8 {
	margin-left: 66.66667%
}
.medium-10 {
	width: 83.33333%
}
.medium-push-10 {
	position: relative;
	left: 83.33333%
}
.medium-pull-10 {
	position: relative;
	left: -83.33333%
}
.medium-offset-9 {
	margin-left: 75%
}
.medium-11 {
	width: 91.66667%
}
.medium-push-11 {
	position: relative;
	left: 91.66667%
}
.medium-pull-11 {
	position: relative;
	left: -91.66667%
}
.medium-offset-10 {
	margin-left: 83.33333%
}
.medium-12 {
	width: 100%
}
.medium-offset-11 {
	margin-left: 91.66667%
}
.medium-up-1>.column, .medium-up-1>.columns {
	float: left;
	width: 100%
}
.medium-up-1>.column:nth-of-type(n), .medium-up-1>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-1>.column:nth-of-type(n+1), .medium-up-1>.columns:nth-of-type(n+1) {
	clear: both
}
.medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
	float: left
}
.medium-up-2>.column, .medium-up-2>.columns {
	float: left;
	width: 50%
}
.medium-up-2>.column:nth-of-type(n), .medium-up-2>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-2>.column:nth-of-type(odd), .medium-up-2>.columns:nth-of-type(odd) {
	clear: both
}
.medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
	float: left
}
.medium-up-3>.column, .medium-up-3>.columns {
	float: left;
	width: 33.33333%
}
.medium-up-3>.column:nth-of-type(n), .medium-up-3>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
	float: left
}
.medium-up-4>.column, .medium-up-4>.columns {
	float: left;
	width: 25%
}
.medium-up-4>.column:nth-of-type(n), .medium-up-4>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
	float: left
}
.medium-up-5>.column, .medium-up-5>.columns {
	float: left;
	width: 20%
}
.medium-up-5>.column:nth-of-type(n), .medium-up-5>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
	float: left
}
.medium-up-6>.column, .medium-up-6>.columns {
	float: left;
	width: 16.66667%
}
.medium-up-6>.column:nth-of-type(n), .medium-up-6>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
	float: left
}
.medium-up-7>.column, .medium-up-7>.columns {
	float: left;
	width: 14.28571%
}
.medium-up-7>.column:nth-of-type(n), .medium-up-7>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
	float: left
}
.medium-up-8>.column, .medium-up-8>.columns {
	float: left;
	width: 12.5%
}
.medium-up-8>.column:nth-of-type(n), .medium-up-8>.columns:nth-of-type(n) {
	clear: none
}
.medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
	float: left
}
.medium-collapse>.column, .medium-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.expanded.row .medium-collapse.row, .medium-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.medium-uncollapse>.column, .medium-uncollapse>.columns {
	padding-right: 10px;
	padding-left: 10px
}
.medium-centered {
	margin-right: auto;
	margin-left: auto
}
.medium-centered, .medium-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.medium-pull-0, .medium-push-0, .medium-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.medium-pull-0, .medium-pull-0:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-uncentered, .medium-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}
.medium-pull-0:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-uncentered:last-child:not(:first-child) {
	float: right
}
}
@media print, screen and (min-width: 64em) {
.large-1 {
	width: 8.33333%
}
.large-push-1 {
	position: relative;
	left: 8.33333%
}
.large-pull-1 {
	position: relative;
	left: -8.33333%
}
.large-offset-0 {
	margin-left: 0
}
.large-2 {
	width: 16.66667%
}
.large-push-2 {
	position: relative;
	left: 16.66667%
}
.large-pull-2 {
	position: relative;
	left: -16.66667%
}
.large-offset-1 {
	margin-left: 8.33333%
}
.large-3 {
	width: 25%
}
.large-push-3 {
	position: relative;
	left: 25%
}
.large-pull-3 {
	position: relative;
	left: -25%
}
.large-offset-2 {
	margin-left: 16.66667%
}
.large-4 {
	width: 33.33333%
}
.large-push-4 {
	position: relative;
	left: 33.33333%
}
.large-pull-4 {
	position: relative;
	left: -33.33333%
}
.large-offset-3 {
	margin-left: 25%
}
.large-5 {
	width: 41.66667%
}
.large-push-5 {
	position: relative;
	left: 41.66667%
}
.large-pull-5 {
	position: relative;
	left: -41.66667%
}
.large-offset-4 {
	margin-left: 33.33333%
}
.large-6 {
	width: 50%
}
.large-push-6 {
	position: relative;
	left: 50%
}
.large-pull-6 {
	position: relative;
	left: -50%
}
.large-offset-5 {
	margin-left: 41.66667%
}
.large-7 {
	width: 58.33333%
}
.large-push-7 {
	position: relative;
	left: 58.33333%
}
.large-pull-7 {
	position: relative;
	left: -58.33333%
}
.large-offset-6 {
	margin-left: 50%
}
.large-8 {
	width: 66.66667%
}
.large-push-8 {
	position: relative;
	left: 66.66667%
}
.large-pull-8 {
	position: relative;
	left: -66.66667%
}
.large-offset-7 {
	margin-left: 58.33333%
}
.large-9 {
	width: 75%
}
.large-push-9 {
	position: relative;
	left: 75%
}
.large-pull-9 {
	position: relative;
	left: -75%
}
.large-offset-8 {
	margin-left: 66.66667%
}
.large-10 {
	width: 83.33333%
}
.large-push-10 {
	position: relative;
	left: 83.33333%
}
.large-pull-10 {
	position: relative;
	left: -83.33333%
}
.large-offset-9 {
	margin-left: 75%
}
.large-11 {
	width: 91.66667%
}
.large-push-11 {
	position: relative;
	left: 91.66667%
}
.large-pull-11 {
	position: relative;
	left: -91.66667%
}
.large-offset-10 {
	margin-left: 83.33333%
}
.large-12 {
	width: 100%
}
.large-offset-11 {
	margin-left: 91.66667%
}
.large-up-1>.column, .large-up-1>.columns {
	float: left;
	width: 100%
}
.large-up-1>.column:nth-of-type(n), .large-up-1>.columns:nth-of-type(n) {
	clear: none
}
.large-up-1>.column:nth-of-type(n+1), .large-up-1>.columns:nth-of-type(n+1) {
	clear: both
}
.large-up-1>.column:last-child, .large-up-1>.columns:last-child {
	float: left
}
.large-up-2>.column, .large-up-2>.columns {
	float: left;
	width: 50%
}
.large-up-2>.column:nth-of-type(n), .large-up-2>.columns:nth-of-type(n) {
	clear: none
}
.large-up-2>.column:nth-of-type(odd), .large-up-2>.columns:nth-of-type(odd) {
	clear: both
}
.large-up-2>.column:last-child, .large-up-2>.columns:last-child {
	float: left
}
.large-up-3>.column, .large-up-3>.columns {
	float: left;
	width: 33.33333%
}
.large-up-3>.column:nth-of-type(n), .large-up-3>.columns:nth-of-type(n) {
	clear: none
}
.large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.large-up-3>.column:last-child, .large-up-3>.columns:last-child {
	float: left
}
.large-up-4>.column, .large-up-4>.columns {
	float: left;
	width: 25%
}
.large-up-4>.column:nth-of-type(n), .large-up-4>.columns:nth-of-type(n) {
	clear: none
}
.large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.large-up-4>.column:last-child, .large-up-4>.columns:last-child {
	float: left
}
.large-up-5>.column, .large-up-5>.columns {
	float: left;
	width: 20%
}
.large-up-5>.column:nth-of-type(n), .large-up-5>.columns:nth-of-type(n) {
	clear: none
}
.large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.large-up-5>.column:last-child, .large-up-5>.columns:last-child {
	float: left
}
.large-up-6>.column, .large-up-6>.columns {
	float: left;
	width: 16.66667%
}
.large-up-6>.column:nth-of-type(n), .large-up-6>.columns:nth-of-type(n) {
	clear: none
}
.large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.large-up-6>.column:last-child, .large-up-6>.columns:last-child {
	float: left
}
.large-up-7>.column, .large-up-7>.columns {
	float: left;
	width: 14.28571%
}
.large-up-7>.column:nth-of-type(n), .large-up-7>.columns:nth-of-type(n) {
	clear: none
}
.large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.large-up-7>.column:last-child, .large-up-7>.columns:last-child {
	float: left
}
.large-up-8>.column, .large-up-8>.columns {
	float: left;
	width: 12.5%
}
.large-up-8>.column:nth-of-type(n), .large-up-8>.columns:nth-of-type(n) {
	clear: none
}
.large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.large-up-8>.column:last-child, .large-up-8>.columns:last-child {
	float: left
}
.large-collapse>.column, .large-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.expanded.row .large-collapse.row, .large-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.large-uncollapse>.column, .large-uncollapse>.columns {
	padding-right: 10px;
	padding-left: 10px
}
.large-centered {
	margin-right: auto;
	margin-left: auto
}
.large-centered, .large-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.large-pull-0, .large-push-0, .large-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.large-pull-0, .large-pull-0:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-uncentered, .large-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}
.large-pull-0:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-uncentered:last-child:not(:first-child) {
	float: right
}
}
.column-block {
	margin-bottom: 1.25rem
}
.column-block>:last-child {
	margin-bottom: 0
}
@media print, screen and (min-width: 40em) {
.column-block {
	margin-bottom: 1.875rem
}
.column-block>:last-child {
	margin-bottom: 0
}
}
.comments {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #FADAE8
}
.comments .comments__item {
	margin-bottom: 30px
}
.comments .comments__item:last-child {
	margin-bottom: 0
}
.comments .comments__text {
	font-size: 16px;
	color: #e9488d;
	margin-bottom: 5px
}
.distributors .distributors__select-row {
	margin-bottom: 4rem
}
.distributors .distributors__select select {
	border-color: #616365;
	color: #616365
}
.distributors .c-center-strap {
	margin: auto;
	text-align: center
}
@media (min-width: 768px) {
.distributors .c-center-strap {
	width: 50%
}
}
.distributors .utl-heading-beta {
	margin-bottom: 1rem;
	font-size: 1.25rem;
font-size:calc(1.25rem + .25 * ((100vw - 20rem) / 55))
}
@media (min-width: 768px) {
.distributors .utl-heading-beta {
	font-size: 1.5rem
}
}
.distributors .distributors__page-title {
	margin-bottom: 1rem;
	font-weight: 700;
	border-bottom: 1px solid #666;
	text-align: left;
	font-size: 18px
}
@media (min-width: 768px) {
.distributors .distributors__page-title {
	font-size: 20px
}
}
.distributors .c-distributor {
	margin-bottom: 2rem;
	line-height: 1.6;
	display: none
}
.distributors .c-distributor a {
	color: #e9488d;
	text-decoration: none
}
.distributors .c-distributor a:hover {
	text-decoration: underline
}
.distributors .c-distributor a[href^=tel] {
	color: inherit;
	text-decoration: none
}
@media (min-width: 768px) {
.distributors .c-distributor a[href^=tel] {
	pointer-events: none
}
}
.distributors .c-distributor__name {
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4
}
@media (min-width: 768px) {
.distributors .c-distributor__name {
	font-size: 20px
}
}
.faq {
	padding-top: 2rem
}
.faq .breadcrumbs {
	margin-bottom: 1rem
}
.faq .c-page-title {
	margin-bottom: 1rem;
	font-weight: 400;
	text-align: center
}
.faq .faq__nav {
	margin-bottom: 4rem
}
.faq .faq__search form {
	max-width: none
}
.faq .faq__search .search__btn {
	width: 53px
}
@media (min-width: 768px) {
.faq .faq__search .search__btn {
	width: 86px
}
}
.faq .faq__search .search__field {
	font-size: 16px
}
@media (min-width: 768px) {
.faq .faq__search .search__field {
	font-size: 1rem
}
}
.faq .faq__search .search__field::-webkit-input-placeholder {
color:#cacaca
}
.faq .faq__search .search__field::-moz-placeholder {
color:#cacaca
}
.faq .faq__search .search__field:-ms-input-placeholder {
color:#cacaca
}
.faq .faq__search .search__field::-ms-input-placeholder {
color:#cacaca
}
.faq .faq__search .search__field::placeholder {
color:#cacaca
}
.faq .faq__sections {
	padding: 4rem 0
}
.faq .faq__section:not(:last-child) {
	margin-bottom: 4rem
}
.faq .faq__section-title {
	color: #f45197
}
.faq .faq__section-title {
	text-align: center;
	margin-bottom: 1rem;
	font-weight: 400;
font-size:calc(1.25rem + .25 * ((100vw - 20rem) / 55))
}
@media (min-width: 768px) {
.faq .faq__section-title {
	text-align: right
}
}
@media (min-width: 1201px) {
.faq .faq__section-title {
	font-size: 1.5rem
}
}
@media (min-width: 768px) {
.faq .faq__section-items {
	margin-top: 1.25rem;
	padding-left: 2rem
}
}
.faq .faq__sections.is-searched .faq__see-more {
	display: none
}
.faq .c-faq:nth-child(n+4), .faq .faq__sections.is-searched .c-faq {
	display: none
}
.faq .faq__sections.is-searched .c-faq.is-search-result {
	display: block
}
.faq .faq__section.is-search-hidden, .faq .faq__sections.is-searched .faq__section {
	display: none
}
.faq .faq__sections.is-searched .faq__section.is-search-result {
	display: block
}
.faq .faq__no-items {
	line-height: 1
}
.faq .c-faq:not(:last-child) {
	margin-bottom: 1.5rem
}
.faq .c-faq__title {
	position: relative;
	padding: 0 26px 0 0;
	display: block;
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
.faq .c-faq__title:hover {
	color: #e9488d
}
.faq .c-faq__title:before {
	content: "L";
	position: absolute;
	top: 50%;
margin-top:-.625rem;
	right: 0;
	font-family: betteryou
}
.faq .c-faq__content {
	margin-top: 1rem;
	display: none
}
.faq .c-faq__content a:not(.btn) {
	color: #e9488d;
	text-decoration: none
}
.faq .c-faq__content a:not(.btn):hover {
	text-decoration: underline
}
.faq .c-faq.is-active .c-faq__title {
	color: #e9488d
}
.faq .c-faq.is-active .c-faq__title:before {
	content: "\2013"
}
.faq .faq__see-more {
	color: #e9488d;
	text-decoration: none
}
.faq .faq__see-more:hover {
	text-decoration: underline
}
.footer {
	position: relative;
	margin-top: 6.25rem;
	background: #575756;
	color: #fff;
	font-size: 12px;
	line-height: 1.5
}
@media (min-width: 1201px) {
.footer .shell {
	max-width: 1440px
}
}
.footer .footer__bar {
	padding: 19px 45px 10px 50px;
	background: #EDEDED;
	color: #575756
}
@media (min-width: 768px) {
.footer .footer__bar {
	padding: 15px 0 5px
}
}
@media (min-width: 1201px) {
.footer .footer__bar {
	padding-left: 40px;
	padding-right: 40px
}
}
.footer .footer__bar-inner ul {
	max-width: 260px;
	margin: 0 auto;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
	font-weight: 700
}
@media (min-width: 768px) {
.footer .footer__bar-inner ul {
	margin: 0 -10px;
	max-width: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}
@media (min-width: 1201px) {
.footer .footer__bar-inner ul {
	margin: 0 -10px
}
}
@media (min-width: 1440px) {
.footer .footer__bar-inner ul {
	margin: 0 -60px
}
}
.footer .footer__bar-inner li {
	position: relative;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width: 768px) {
.footer .footer__bar-inner li {
	padding: 0 10px;
	max-width: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
.footer .footer__bar-inner li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	background: #DADADA;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
@media (min-width: 1201px) {
.footer .footer__bar-inner li {
	padding: 0 10px
}
}
@media (min-width: 1440px) {
.footer .footer__bar-inner li {
	padding: 0 60px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
}
.footer .footer__bar-inner li:last-child:before {
	display: none
}
.footer .footer__bar-inner li img {
	margin: 0;
	width: 30px;
	height: 30px
}
.footer .footer__bar-inner li figure {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.footer .footer__bar-inner li span {
	display: inline-block
}
@media (min-width: 1440px) {
.footer .footer__bar-inner li span {
	white-space: nowrap
}
}
.footer .footer__subscribe {
	padding: 22px 0 20px;
	background: #E9488D;
	text-align: center
}
@media (min-width: 768px) {
.footer .footer__subscribe {
	text-align: left
}
}
@media (min-width: 1201px) {
.footer .footer__subscribe {
	padding: 14px 0
}
}
@media (min-width: 768px) {
.footer .footer__subscribe-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
}
.footer .footer__subscribe-head {
	padding-bottom: 17px
}
@media (min-width: 768px) {
.footer .footer__subscribe-head {
	max-width: 36%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	padding-right: 24px
}
}
@media (min-width: 1201px) {
.footer .footer__subscribe-head {
	padding: 5px 24px 0 0;
	max-width: 28.6%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28.6%;
	flex: 0 0 28.6%
}
}
.footer .footer__subscribe-title {
	line-height: 1;
	font-size: 20px;
	font-weight: 300
}
.footer .footer__subscribe-title strong {
	font-weight: 700
}
@media (min-width: 768px) {
.footer .footer__subscribe-form {
	max-width: 64%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64%;
	flex: 0 0 64%
}
}
@media (min-width: 1201px) {
.footer .footer__subscribe-form {
	max-width: 71.4%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 71.4%;
	flex: 0 0 71.4%
}
}
.footer .footer__body {
	padding: 20px 0 40px
}
@media (min-width: 768px) {
.footer .footer__body {
	padding: 20px 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
}
.footer .footer__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width: 768px) {
.footer .footer__left {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 30%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%
}
}
@media (min-width: 1201px) {
.footer .footer__left {
	padding-right: 40px;
	max-width: 25.3%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25.3%;
	flex: 0 0 25.3%
}
}
.footer .footer__logo {
	margin-right: auto
}
.footer .footer__logo img, .footer .footer__logo svg {
	width: 183px;
	margin-bottom: 18px
}
@media (min-width: 768px) {
.footer .footer__logo img, .footer .footer__logo svg {
	width: 160px
}
}
@media (min-width: 1024px) {
.footer .footer__logo img, .footer .footer__logo svg {
	width: 183px
}
}
.footer .footer__entry {
	margin-right: auto
}
.footer .footer__entry p {
	margin-bottom: 18px
}
.footer .footer__entry p a {
	text-decoration: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}
.footer .footer__entry p a:hover {
	color: #e9488d
}
@media (min-width: 768px) {
.footer .footer__entry p a[href^=tel]:hover {
	color: #fff
}
}
.footer .footer__socials {
	max-width: 400px;
	margin: 0 -17px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.footer .footer__socials {
	margin: 0 -30px
}
}
@media (min-width: 768px) {
.footer .footer__socials {
	margin: 0 -10px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
}
@media (min-width: 1201px) {
.footer .footer__socials {
	margin: 0 -20px;
	padding-top: 11px
}
}
.footer .footer__socials li {
	padding-left: 20px;
	padding-right: 20px
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.footer .footer__socials li {
	padding-left: 30px;
	padding-right: 35px
}
}
@media (min-width: 768px) {
.footer .footer__socials li {
	padding-left: 10px;
	padding-right: 10px
}
}
@media (min-width: 1201px) {
.footer .footer__socials li {
	padding-left: 20px;
	padding-right: 20px
}
}
.footer .footer__socials svg path {
	fill: #fff
}
@media (min-width: 768px) {
.footer .footer__center {
	padding-top: 44px;
	max-width: 45%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%
}
}
@media (min-width: 1201px) {
.footer .footer__center {
	max-width: 51%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51%;
	flex: 0 0 51%
}
}
.footer .footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.footer .footer__nav-col {
	padding: 14px 7px 20px 0;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
@media (min-width: 768px) {
.footer .footer__nav-col {
	padding: 0 20px 40px 0
}
}
@media (min-width: 1201px) {
.footer .footer__nav-col {
	padding-right: 40px
}
}
.footer .footer__nav-col:nth-child(2n) {
	padding-left: 5px
}
@media (min-width: 768px) {
.footer .footer__nav-col:nth-child(2n) {
	padding-left: 0
}
}
.footer .footer__nav-title h5 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700
}
@media (min-width: 768px) {
.footer .footer__nav-title h5 {
	margin-bottom: 7px
}
}
.footer .footer__nav-menu ul {
	margin: 0;
	list-style: none
}
.footer .footer__nav-menu li {
	margin-bottom: 10px
}
@media (min-width: 768px) {
.footer .footer__nav-menu li {
	margin-bottom: 4px
}
}
@media (min-width: 1201px) {
.footer .footer__nav-menu li {
	margin-bottom: 0
}
}
.footer .footer__nav-menu a {
	text-decoration: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}
.footer .footer__nav-menu a:hover {
	color: #e9488d
}
@media (min-width: 768px) {
.footer .footer__right {
	max-width: 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%
}
}
@media (min-width: 1201px) {
.footer .footer__right {
	max-width: 22%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22%;
	flex: 0 0 22%
}
}
.footer .footer__copyright {
	padding: 20px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700
}
@media (min-width: 768px) {
.footer .footer__copyright {
	padding: 43px 0 0;
	text-align: left
}
}
.footer .footer__logos {
	margin: 0 -11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none
}
@media (min-width: 768px) {
.footer .footer__logos {
	margin: 0 -14px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
}
.footer .footer__logos li {
	padding: 7px 11px
}
@media (min-width: 768px) {
.footer .footer__logos li {
	padding: 7px 14px
}
}
.footer .footer__logos li:last-child {
	padding-left: 25px
}
@media (min-width: 768px) {
.footer .footer__logos li:last-child {
	padding-left: 14px;
	padding-top: 19px
}
}
.footer .footer__logos img {
	max-width: 87px
}
input::-webkit-input-placeholder {
color:inherit;
opacity:1
}
input::-moz-placeholder {
color:inherit;
opacity:1
}
input:-ms-input-placeholder {
color:inherit;
opacity:1
}
input::-ms-input-placeholder {
color:inherit;
opacity:1
}
input::placeholder {
color:inherit;
opacity:1
}
input:-webkit-autofill {
-webkit-text-fill-color:inherit;
-webkit-box-shadow:0 0 0 1000px #fff inset
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=number]:hover, input[type=number]:focus {
	-moz-appearance: number-input
}
textarea::-webkit-input-placeholder {
color:inherit;
opacity:1
}
textarea::-moz-placeholder {
color:inherit;
opacity:1
}
textarea:-ms-input-placeholder {
color:inherit;
opacity:1
}
textarea::-ms-input-placeholder {
color:inherit;
opacity:1
}
textarea::placeholder {
color:inherit;
opacity:1
}
select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
select::-ms-expand {
display:none
}
input[type=checkbox] {
	opacity: 0;
	position: absolute
}
input[type=checkbox]~label {
	position: relative;
	color: #575756;
	background-color: #f4f4f4;
	padding: 6px 10px 6px 40px;
	display: inline-block;
	width: auto;
	max-width: none;
	min-width: 250px;
	float: none;
	text-align: left
}
input[type=checkbox]~label:before {
	position: absolute;
	top: 8px;
	left: 12px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	border: 1px solid #575756
}
input[type=checkbox]~label:after {
	content: none;
	position: absolute;
	left: 17px;
	top: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
	height: 7px;
	width: 11px;
	border-left: 2px solid;
	border-bottom: 2px solid
}
input[type=checkbox]:checked~label:after {
	content: ""
}
.field {
	border-radius: 0;
	outline: 0;
	font-weight: 400;
	width: 100%;
	padding: 0 10px;
	height: 44px;
	border: 1px solid #DADADA;
	color: #575756
}
.field::-webkit-input-placeholder {
color:#575756;
opacity:1
}
.field::-moz-placeholder {
color:#575756;
opacity:1
}
.field:-ms-input-placeholder {
color:#575756;
opacity:1
}
.field::-ms-input-placeholder {
color:#575756;
opacity:1
}
.field::placeholder {
color:#575756;
opacity:1
}
.field:focus {
	border-color: #e9488d
}
.textarea {
	border-radius: 0;
	outline: 0;
	font-weight: 400;
	width: 100%;
	padding: 0 10px;
	height: 44px;
	border: 1px solid #DADADA;
	color: #575756
}
.textarea::-webkit-input-placeholder {
color:#575756;
opacity:1
}
.textarea::-moz-placeholder {
color:#575756;
opacity:1
}
.textarea:-ms-input-placeholder {
color:#575756;
opacity:1
}
.textarea::-ms-input-placeholder {
color:#575756;
opacity:1
}
.textarea::placeholder {
color:#575756;
opacity:1
}
.textarea:focus {
	border-color: #e9488d
}
.select {
	position: relative
}
.select:after {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #000;
	margin: -3px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}
.select select {
	display: block;
	width: 100%;
	padding: 12px 20px 12px 10px;
	border: 1px solid #DADADA
}
.form-search form {
	width: 100%;
	max-width: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width: 768px) {
.form-search form {
	max-width: 301px
}
}
.form-search .search__btn {
	border: 0;
	background: #575756;
	width: 44px;
	height: 44px;
	min-width: 44px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	line-height: 44px;
	text-align: center;
	display: inline-block
}
.form-search .search__btn:hover {
	background: #E9488D
}
.form-search .search__btn svg {
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle
}
.form-search .search__field {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	margin: 0;
	font-size: 12px
}
.form--small {
	max-width: 700px;
	margin: 0 auto 40px
}
.form--small:last-child {
	margin-bottom: 0
}
.form--default {
	padding: 20px 0 35px
}
@media (min-width: 768px) {
.form--default {
	padding: 35px 0 50px
}
}
@media (min-width: 1201px) {
.form--default {
	padding: 50px 0 70px
}
}
.form--default h2 {
	font-weight: 400;
	font-size: 20px
}
@media (min-width: 768px) {
.form--default h2 {
	font-size: 23px
}
}
@media (min-width: 1024px) {
.form--default h2 {
	font-size: 26px
}
}
@media (min-width: 1024px) {
.form--default h2 {
	font-size: 32px
}
}
.form--default label, .form--default .form__label {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	color: #575756
}
.form--default label.required:after, .form--default span.required:after {
	content: " *";
	color: #e9488d;
	font-weight: 400;
	font-family: inherit;
	font-size: 12px
}
.form--default label.required em, .form--default span.required em, .form--default .remember-me-popup {
	display: none
}
.form--default .c-gateway-pod {
	margin-bottom: 1rem;
	padding: 2rem;
	border: 1px solid #E9488D
}
.form--default p.required, .form--default .validation-advice {
	margin: 5px 0 0;
	color: #e9488d;
	font-size: 13px
}
.form--default .back-link, .form--default .back-link a, .form--default .forgotten-pass {
	color: #e9488d;
	text-decoration: none
}
.form--default .back-link:hover, .form--default .back-link a:hover, .form--default .forgotten-pass:hover {
	text-decoration: underline
}
.form--default .form-instructions {
	font-style: italic;
	font-size: 13px;
	color: #a0a0a0
}
.form--default .buttons-set {
	clear: both;
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid #ededed;
	text-align: right
}
.form--default .buttons-set .back-link {
	float: left;
	margin: 0;
	line-height: 44px
}
.form--default .buttons-set a:not(.button) {
	line-height: 20px;
	display: inline-block;
	padding: 5px
}
.form--default .c-gateway__button {
	margin-top: 1rem
}
.form--default .messages {
	margin-bottom: 10px
}
.form--default .form__title, .form--default .c-page-title {
	margin-bottom: 1rem;
	font-weight: 400;
	text-align: center;
	font-size: 25px;
	line-height: 1.34
}
@media (min-width: 768px) {
.form--default .form__title, .form--default .c-page-title {
	font-size: 32px
}
}
@media (min-width: 1024px) {
.form--default .form__title, .form--default .c-page-title {
	margin-bottom: 2rem;
	font-size: 48px
}
}
.form--default .form__head {
	margin-bottom: 30px
}
.form--default .form__description {
	padding: 20px 10% 0;
	font-size: 16px;
	text-align: center
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.form--default .form__description {
	padding-left: 0;
	padding-right: 0
}
}
.form--default .form__col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%
}
.form--default .form__row {
	margin-bottom: 20px
}
.form--default .form__label {
	display: block;
	margin-bottom: 8px
}
.form--default .form__actions {
	text-align: right
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.form--default .form__actions {
	text-align: center
}
}
.form--default .form__btn {
	margin: 5px
}
.form--default .form__empty {
	padding-bottom: 50px;
	text-align: center
}
.form--default .form__empty h2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #E9488D;
	margin-bottom: 30px
}
.form--default .form__empty p {
	color: #e9488d;
	margin-bottom: 35px
}
.form--default .form__message--error {
	color: red
}
.form--default .form__message--error ul {
	list-style-type: none;
	margin: 0 0 20px
}
.form--guest {
	padding: 30px 0
}
.form--recover .form__actions, .form--register .form__actions {
	text-align: center
}
.form--recover .form__btn, .form--register .form__btn {
	width: 100%;
	margin: 0 0 40px
}
.form--recover .form__label, .form--register .form__label, .form--recover {
	display: none
}
.form--contact .form__head {
	padding-bottom: 80px;
	border-bottom: 1px solid #FADAE8
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.form--contact .form__head {
	padding-bottom: 40px
}
}
.form--contact .form__description {
	text-align: left
}
.form--contact .form__label {
	display: none
}
.form--contact .form__body, .form--contact .form__actions {
	padding: 0 10%
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.form--contact .form__body, .form--contact .form__actions {
	padding-left: 0;
	padding-right: 0
}
}
.grid-custom .row {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto
}
.grid-custom .row:after, .grid-custom .row:before {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.grid-custom .row:after {
	clear: both
}
.grid-custom .row.collapse>.column, .grid-custom .row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.grid-custom .row .row {
margin-right:-.625rem;
margin-left:-.625rem
}
@media print, screen and (min-width: 40em) {
.grid-custom .row .row {
margin-right:-.9375rem;
margin-left:-.9375rem
}
}
@media print, screen and (min-width: 64em) {
.grid-custom .row .row {
margin-right:-.9375rem;
margin-left:-.9375rem
}
}
.grid-custom .row .row.collapse {
	margin-right: 0;
	margin-left: 0
}
.grid-custom .row.expanded {
	max-width: none
}
.grid-custom .row.expanded .row {
	margin-right: auto;
	margin-left: auto
}
.grid-custom .row:not(.expanded) .row {
	max-width: none
}
.grid-custom .row.gutter-small>.column, .grid-custom .row.gutter-small>.columns {
padding-right:.625rem;
padding-left:.625rem
}
.grid-custom .row.gutter-medium>.column, .grid-custom .row.gutter-medium>.columns {
padding-right:.9375rem;
padding-left:.9375rem
}
.grid-custom .column, .grid-custom .columns {
	width: 100%;
	float: left;
padding-right:.625rem;
padding-left:.625rem
}
@media print, screen and (min-width: 40em) {
.grid-custom .column, .grid-custom .columns {
padding-right:.9375rem;
padding-left:.9375rem
}
}
.grid-custom .column, .grid-custom .column:last-child:not(:first-child), .grid-custom .columns, .grid-custom .columns:last-child:not(:first-child) {
	float: left;
	clear: none
}
.grid-custom .column:last-child:not(:first-child), .grid-custom .columns:last-child:not(:first-child) {
	float: right
}
.grid-custom .column.end:last-child:last-child, .grid-custom .end.columns:last-child:last-child {
	float: left
}
.grid-custom .column.row.row, .grid-custom .row.row.columns {
	float: none
}
.grid-custom .row .column.row.row, .grid-custom .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}
.grid-custom .small-1 {
	width: 8.33333%
}
.grid-custom .small-push-1 {
	position: relative;
	left: 8.33333%
}
.grid-custom .small-pull-1 {
	position: relative;
	left: -8.33333%
}
.grid-custom .small-offset-0 {
	margin-left: 0
}
.grid-custom .small-2 {
	width: 16.66667%
}
.grid-custom .small-push-2 {
	position: relative;
	left: 16.66667%
}
.grid-custom .small-pull-2 {
	position: relative;
	left: -16.66667%
}
.grid-custom .small-offset-1 {
	margin-left: 8.33333%
}
.grid-custom .small-3 {
	width: 25%
}
.grid-custom .small-push-3 {
	position: relative;
	left: 25%
}
.grid-custom .small-pull-3 {
	position: relative;
	left: -25%
}
.grid-custom .small-offset-2 {
	margin-left: 16.66667%
}
.grid-custom .small-4 {
	width: 33.33333%
}
.grid-custom .small-push-4 {
	position: relative;
	left: 33.33333%
}
.grid-custom .small-pull-4 {
	position: relative;
	left: -33.33333%
}
.grid-custom .small-offset-3 {
	margin-left: 25%
}
.grid-custom .small-5 {
	width: 41.66667%
}
.grid-custom .small-push-5 {
	position: relative;
	left: 41.66667%
}
.grid-custom .small-pull-5 {
	position: relative;
	left: -41.66667%
}
.grid-custom .small-offset-4 {
	margin-left: 33.33333%
}
.grid-custom .small-6 {
	width: 50%
}
.grid-custom .small-push-6 {
	position: relative;
	left: 50%
}
.grid-custom .small-pull-6 {
	position: relative;
	left: -50%
}
.grid-custom .small-offset-5 {
	margin-left: 41.66667%
}
.grid-custom .small-7 {
	width: 58.33333%
}
.grid-custom .small-push-7 {
	position: relative;
	left: 58.33333%
}
.grid-custom .small-pull-7 {
	position: relative;
	left: -58.33333%
}
.grid-custom .small-offset-6 {
	margin-left: 50%
}
.grid-custom .small-8 {
	width: 66.66667%
}
.grid-custom .small-push-8 {
	position: relative;
	left: 66.66667%
}
.grid-custom .small-pull-8 {
	position: relative;
	left: -66.66667%
}
.grid-custom .small-offset-7 {
	margin-left: 58.33333%
}
.grid-custom .small-9 {
	width: 75%
}
.grid-custom .small-push-9 {
	position: relative;
	left: 75%
}
.grid-custom .small-pull-9 {
	position: relative;
	left: -75%
}
.grid-custom .small-offset-8 {
	margin-left: 66.66667%
}
.grid-custom .small-10 {
	width: 83.33333%
}
.grid-custom .small-push-10 {
	position: relative;
	left: 83.33333%
}
.grid-custom .small-pull-10 {
	position: relative;
	left: -83.33333%
}
.grid-custom .small-offset-9 {
	margin-left: 75%
}
.grid-custom .small-11 {
	width: 91.66667%
}
.grid-custom .small-push-11 {
	position: relative;
	left: 91.66667%
}
.grid-custom .small-pull-11 {
	position: relative;
	left: -91.66667%
}
.grid-custom .small-offset-10 {
	margin-left: 83.33333%
}
.grid-custom .small-12 {
	width: 100%
}
.grid-custom .small-offset-11 {
	margin-left: 91.66667%
}
.grid-custom .small-up-1>.column, .grid-custom .small-up-1>.columns {
	float: left;
	width: 100%
}
.grid-custom .small-up-1>.column:nth-of-type(n), .grid-custom .small-up-1>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-1>.column:nth-of-type(n+1), .grid-custom .small-up-1>.columns:nth-of-type(n+1) {
	clear: both
}
.grid-custom .small-up-1>.column:last-child, .grid-custom .small-up-1>.columns:last-child {
	float: left
}
.grid-custom .small-up-2>.column, .grid-custom .small-up-2>.columns {
	float: left;
	width: 50%
}
.grid-custom .small-up-2>.column:nth-of-type(n), .grid-custom .small-up-2>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-2>.column:nth-of-type(odd), .grid-custom .small-up-2>.columns:nth-of-type(odd) {
	clear: both
}
.grid-custom .small-up-2>.column:last-child, .grid-custom .small-up-2>.columns:last-child {
	float: left
}
.grid-custom .small-up-3>.column, .grid-custom .small-up-3>.columns {
	float: left;
	width: 33.33333%
}
.grid-custom .small-up-3>.column:nth-of-type(n), .grid-custom .small-up-3>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-3>.column:nth-of-type(3n+1), .grid-custom .small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.grid-custom .small-up-3>.column:last-child, .grid-custom .small-up-3>.columns:last-child {
	float: left
}
.grid-custom .small-up-4>.column, .grid-custom .small-up-4>.columns {
	float: left;
	width: 25%
}
.grid-custom .small-up-4>.column:nth-of-type(n), .grid-custom .small-up-4>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-4>.column:nth-of-type(4n+1), .grid-custom .small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.grid-custom .small-up-4>.column:last-child, .grid-custom .small-up-4>.columns:last-child {
	float: left
}
.grid-custom .small-up-5>.column, .grid-custom .small-up-5>.columns {
	float: left;
	width: 20%
}
.grid-custom .small-up-5>.column:nth-of-type(n), .grid-custom .small-up-5>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-5>.column:nth-of-type(5n+1), .grid-custom .small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.grid-custom .small-up-5>.column:last-child, .grid-custom .small-up-5>.columns:last-child {
	float: left
}
.grid-custom .small-up-6>.column, .grid-custom .small-up-6>.columns {
	float: left;
	width: 16.66667%
}
.grid-custom .small-up-6>.column:nth-of-type(n), .grid-custom .small-up-6>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-6>.column:nth-of-type(6n+1), .grid-custom .small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.grid-custom .small-up-6>.column:last-child, .grid-custom .small-up-6>.columns:last-child {
	float: left
}
.grid-custom .small-up-7>.column, .grid-custom .small-up-7>.columns {
	float: left;
	width: 14.28571%
}
.grid-custom .small-up-7>.column:nth-of-type(n), .grid-custom .small-up-7>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-7>.column:nth-of-type(7n+1), .grid-custom .small-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.grid-custom .small-up-7>.column:last-child, .grid-custom .small-up-7>.columns:last-child {
	float: left
}
.grid-custom .small-up-8>.column, .grid-custom .small-up-8>.columns {
	float: left;
	width: 12.5%
}
.grid-custom .small-up-8>.column:nth-of-type(n), .grid-custom .small-up-8>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .small-up-8>.column:nth-of-type(8n+1), .grid-custom .small-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.grid-custom .small-up-8>.column:last-child, .grid-custom .small-up-8>.columns:last-child {
	float: left
}
.grid-custom .small-collapse>.column, .grid-custom .small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.grid-custom .expanded.row .small-collapse.row, .grid-custom .small-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.grid-custom .small-uncollapse>.column, .grid-custom .small-uncollapse>.columns {
padding-right:.625rem;
padding-left:.625rem
}
.grid-custom .small-centered {
	margin-right: auto;
	margin-left: auto
}
.grid-custom .small-centered, .grid-custom .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.grid-custom .small-pull-0, .grid-custom .small-push-0, .grid-custom .small-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.grid-custom .small-pull-0, .grid-custom .small-pull-0:last-child:not(:first-child), .grid-custom .small-push-0, .grid-custom .small-push-0:last-child:not(:first-child), .grid-custom .small-uncentered, .grid-custom .small-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}
.grid-custom .small-pull-0:last-child:not(:first-child), .grid-custom .small-push-0:last-child:not(:first-child), .grid-custom .small-uncentered:last-child:not(:first-child) {
	float: right
}
@media print, screen and (min-width: 40em) {
.grid-custom .medium-1 {
	width: 8.33333%
}
.grid-custom .medium-push-1 {
	position: relative;
	left: 8.33333%
}
.grid-custom .medium-pull-1 {
	position: relative;
	left: -8.33333%
}
.grid-custom .medium-offset-0 {
	margin-left: 0
}
.grid-custom .medium-2 {
	width: 16.66667%
}
.grid-custom .medium-push-2 {
	position: relative;
	left: 16.66667%
}
.grid-custom .medium-pull-2 {
	position: relative;
	left: -16.66667%
}
.grid-custom .medium-offset-1 {
	margin-left: 8.33333%
}
.grid-custom .medium-3 {
	width: 25%
}
.grid-custom .medium-push-3 {
	position: relative;
	left: 25%
}
.grid-custom .medium-pull-3 {
	position: relative;
	left: -25%
}
.grid-custom .medium-offset-2 {
	margin-left: 16.66667%
}
.grid-custom .medium-4 {
	width: 33.33333%
}
.grid-custom .medium-push-4 {
	position: relative;
	left: 33.33333%
}
.grid-custom .medium-pull-4 {
	position: relative;
	left: -33.33333%
}
.grid-custom .medium-offset-3 {
	margin-left: 25%
}
.grid-custom .medium-5 {
	width: 41.66667%
}
.grid-custom .medium-push-5 {
	position: relative;
	left: 41.66667%
}
.grid-custom .medium-pull-5 {
	position: relative;
	left: -41.66667%
}
.grid-custom .medium-offset-4 {
	margin-left: 33.33333%
}
.grid-custom .medium-6 {
	width: 50%
}
.grid-custom .medium-push-6 {
	position: relative;
	left: 50%
}
.grid-custom .medium-pull-6 {
	position: relative;
	left: -50%
}
.grid-custom .medium-offset-5 {
	margin-left: 41.66667%
}
.grid-custom .medium-7 {
	width: 58.33333%
}
.grid-custom .medium-push-7 {
	position: relative;
	left: 58.33333%
}
.grid-custom .medium-pull-7 {
	position: relative;
	left: -58.33333%
}
.grid-custom .medium-offset-6 {
	margin-left: 50%
}
.grid-custom .medium-8 {
	width: 66.66667%
}
.grid-custom .medium-push-8 {
	position: relative;
	left: 66.66667%
}
.grid-custom .medium-pull-8 {
	position: relative;
	left: -66.66667%
}
.grid-custom .medium-offset-7 {
	margin-left: 58.33333%
}
.grid-custom .medium-9 {
	width: 75%
}
.grid-custom .medium-push-9 {
	position: relative;
	left: 75%
}
.grid-custom .medium-pull-9 {
	position: relative;
	left: -75%
}
.grid-custom .medium-offset-8 {
	margin-left: 66.66667%
}
.grid-custom .medium-10 {
	width: 83.33333%
}
.grid-custom .medium-push-10 {
	position: relative;
	left: 83.33333%
}
.grid-custom .medium-pull-10 {
	position: relative;
	left: -83.33333%
}
.grid-custom .medium-offset-9 {
	margin-left: 75%
}
.grid-custom .medium-11 {
	width: 91.66667%
}
.grid-custom .medium-push-11 {
	position: relative;
	left: 91.66667%
}
.grid-custom .medium-pull-11 {
	position: relative;
	left: -91.66667%
}
.grid-custom .medium-offset-10 {
	margin-left: 83.33333%
}
.grid-custom .medium-12 {
	width: 100%
}
.grid-custom .medium-offset-11 {
	margin-left: 91.66667%
}
.grid-custom .medium-up-1>.column, .grid-custom .medium-up-1>.columns {
	float: left;
	width: 100%
}
.grid-custom .medium-up-1>.column:nth-of-type(n), .grid-custom .medium-up-1>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-1>.column:nth-of-type(n+1), .grid-custom .medium-up-1>.columns:nth-of-type(n+1) {
	clear: both
}
.grid-custom .medium-up-1>.column:last-child, .grid-custom .medium-up-1>.columns:last-child {
	float: left
}
.grid-custom .medium-up-2>.column, .grid-custom .medium-up-2>.columns {
	float: left;
	width: 50%
}
.grid-custom .medium-up-2>.column:nth-of-type(n), .grid-custom .medium-up-2>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-2>.column:nth-of-type(odd), .grid-custom .medium-up-2>.columns:nth-of-type(odd) {
	clear: both
}
.grid-custom .medium-up-2>.column:last-child, .grid-custom .medium-up-2>.columns:last-child {
	float: left
}
.grid-custom .medium-up-3>.column, .grid-custom .medium-up-3>.columns {
	float: left;
	width: 33.33333%
}
.grid-custom .medium-up-3>.column:nth-of-type(n), .grid-custom .medium-up-3>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-3>.column:nth-of-type(3n+1), .grid-custom .medium-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.grid-custom .medium-up-3>.column:last-child, .grid-custom .medium-up-3>.columns:last-child {
	float: left
}
.grid-custom .medium-up-4>.column, .grid-custom .medium-up-4>.columns {
	float: left;
	width: 25%
}
.grid-custom .medium-up-4>.column:nth-of-type(n), .grid-custom .medium-up-4>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-4>.column:nth-of-type(4n+1), .grid-custom .medium-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.grid-custom .medium-up-4>.column:last-child, .grid-custom .medium-up-4>.columns:last-child {
	float: left
}
.grid-custom .medium-up-5>.column, .grid-custom .medium-up-5>.columns {
	float: left;
	width: 20%
}
.grid-custom .medium-up-5>.column:nth-of-type(n), .grid-custom .medium-up-5>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-5>.column:nth-of-type(5n+1), .grid-custom .medium-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.grid-custom .medium-up-5>.column:last-child, .grid-custom .medium-up-5>.columns:last-child {
	float: left
}
.grid-custom .medium-up-6>.column, .grid-custom .medium-up-6>.columns {
	float: left;
	width: 16.66667%
}
.grid-custom .medium-up-6>.column:nth-of-type(n), .grid-custom .medium-up-6>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-6>.column:nth-of-type(6n+1), .grid-custom .medium-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.grid-custom .medium-up-6>.column:last-child, .grid-custom .medium-up-6>.columns:last-child {
	float: left
}
.grid-custom .medium-up-7>.column, .grid-custom .medium-up-7>.columns {
	float: left;
	width: 14.28571%
}
.grid-custom .medium-up-7>.column:nth-of-type(n), .grid-custom .medium-up-7>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-7>.column:nth-of-type(7n+1), .grid-custom .medium-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.grid-custom .medium-up-7>.column:last-child, .grid-custom .medium-up-7>.columns:last-child {
	float: left
}
.grid-custom .medium-up-8>.column, .grid-custom .medium-up-8>.columns {
	float: left;
	width: 12.5%
}
.grid-custom .medium-up-8>.column:nth-of-type(n), .grid-custom .medium-up-8>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .medium-up-8>.column:nth-of-type(8n+1), .grid-custom .medium-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.grid-custom .medium-up-8>.column:last-child, .grid-custom .medium-up-8>.columns:last-child {
	float: left
}
.grid-custom .medium-collapse>.column, .grid-custom .medium-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.grid-custom .expanded.row .medium-collapse.row, .grid-custom .medium-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.grid-custom .medium-uncollapse>.column, .grid-custom .medium-uncollapse>.columns {
padding-right:.9375rem;
padding-left:.9375rem
}
.grid-custom .medium-centered {
	margin-right: auto;
	margin-left: auto
}
.grid-custom .medium-centered, .grid-custom .medium-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.grid-custom .medium-pull-0, .grid-custom .medium-push-0, .grid-custom .medium-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.grid-custom .medium-pull-0, .grid-custom .medium-pull-0:last-child:not(:first-child), .grid-custom .medium-push-0, .grid-custom .medium-push-0:last-child:not(:first-child), .grid-custom .medium-uncentered, .grid-custom .medium-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}
.grid-custom .medium-pull-0:last-child:not(:first-child), .grid-custom .medium-push-0:last-child:not(:first-child), .grid-custom .medium-uncentered:last-child:not(:first-child) {
	float: right
}
}
@media print, screen and (min-width: 64em) {
.grid-custom .large-1 {
	width: 8.33333%
}
.grid-custom .large-push-1 {
	position: relative;
	left: 8.33333%
}
.grid-custom .large-pull-1 {
	position: relative;
	left: -8.33333%
}
.grid-custom .large-offset-0 {
	margin-left: 0
}
.grid-custom .large-2 {
	width: 16.66667%
}
.grid-custom .large-push-2 {
	position: relative;
	left: 16.66667%
}
.grid-custom .large-pull-2 {
	position: relative;
	left: -16.66667%
}
.grid-custom .large-offset-1 {
	margin-left: 8.33333%
}
.grid-custom .large-3 {
	width: 25%
}
.grid-custom .large-push-3 {
	position: relative;
	left: 25%
}
.grid-custom .large-pull-3 {
	position: relative;
	left: -25%
}
.grid-custom .large-offset-2 {
	margin-left: 16.66667%
}
.grid-custom .large-4 {
	width: 33.33333%
}
.grid-custom .large-push-4 {
	position: relative;
	left: 33.33333%
}
.grid-custom .large-pull-4 {
	position: relative;
	left: -33.33333%
}
.grid-custom .large-offset-3 {
	margin-left: 25%
}
.grid-custom .large-5 {
	width: 41.66667%
}
.grid-custom .large-push-5 {
	position: relative;
	left: 41.66667%
}
.grid-custom .large-pull-5 {
	position: relative;
	left: -41.66667%
}
.grid-custom .large-offset-4 {
	margin-left: 33.33333%
}
.grid-custom .large-6 {
	width: 50%
}
.grid-custom .large-push-6 {
	position: relative;
	left: 50%
}
.grid-custom .large-pull-6 {
	position: relative;
	left: -50%
}
.grid-custom .large-offset-5 {
	margin-left: 41.66667%
}
.grid-custom .large-7 {
	width: 58.33333%
}
.grid-custom .large-push-7 {
	position: relative;
	left: 58.33333%
}
.grid-custom .large-pull-7 {
	position: relative;
	left: -58.33333%
}
.grid-custom .large-offset-6 {
	margin-left: 50%
}
.grid-custom .large-8 {
	width: 66.66667%
}
.grid-custom .large-push-8 {
	position: relative;
	left: 66.66667%
}
.grid-custom .large-pull-8 {
	position: relative;
	left: -66.66667%
}
.grid-custom .large-offset-7 {
	margin-left: 58.33333%
}
.grid-custom .large-9 {
	width: 75%
}
.grid-custom .large-push-9 {
	position: relative;
	left: 75%
}
.grid-custom .large-pull-9 {
	position: relative;
	left: -75%
}
.grid-custom .large-offset-8 {
	margin-left: 66.66667%
}
.grid-custom .large-10 {
	width: 83.33333%
}
.grid-custom .large-push-10 {
	position: relative;
	left: 83.33333%
}
.grid-custom .large-pull-10 {
	position: relative;
	left: -83.33333%
}
.grid-custom .large-offset-9 {
	margin-left: 75%
}
.grid-custom .large-11 {
	width: 91.66667%
}
.grid-custom .large-push-11 {
	position: relative;
	left: 91.66667%
}
.grid-custom .large-pull-11 {
	position: relative;
	left: -91.66667%
}
.grid-custom .large-offset-10 {
	margin-left: 83.33333%
}
.grid-custom .large-12 {
	width: 100%
}
.grid-custom .large-offset-11 {
	margin-left: 91.66667%
}
.grid-custom .large-up-1>.column, .grid-custom .large-up-1>.columns {
	float: left;
	width: 100%
}
.grid-custom .large-up-1>.column:nth-of-type(n), .grid-custom .large-up-1>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-1>.column:nth-of-type(n+1), .grid-custom .large-up-1>.columns:nth-of-type(n+1) {
	clear: both
}
.grid-custom .large-up-1>.column:last-child, .grid-custom .large-up-1>.columns:last-child {
	float: left
}
.grid-custom .large-up-2>.column, .grid-custom .large-up-2>.columns {
	float: left;
	width: 50%
}
.grid-custom .large-up-2>.column:nth-of-type(n), .grid-custom .large-up-2>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-2>.column:nth-of-type(odd), .grid-custom .large-up-2>.columns:nth-of-type(odd) {
	clear: both
}
.grid-custom .large-up-2>.column:last-child, .grid-custom .large-up-2>.columns:last-child {
	float: left
}
.grid-custom .large-up-3>.column, .grid-custom .large-up-3>.columns {
	float: left;
	width: 33.33333%
}
.grid-custom .large-up-3>.column:nth-of-type(n), .grid-custom .large-up-3>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-3>.column:nth-of-type(3n+1), .grid-custom .large-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.grid-custom .large-up-3>.column:last-child, .grid-custom .large-up-3>.columns:last-child {
	float: left
}
.grid-custom .large-up-4>.column, .grid-custom .large-up-4>.columns {
	float: left;
	width: 25%
}
.grid-custom .large-up-4>.column:nth-of-type(n), .grid-custom .large-up-4>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-4>.column:nth-of-type(4n+1), .grid-custom .large-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.grid-custom .large-up-4>.column:last-child, .grid-custom .large-up-4>.columns:last-child {
	float: left
}
.grid-custom .large-up-5>.column, .grid-custom .large-up-5>.columns {
	float: left;
	width: 20%
}
.grid-custom .large-up-5>.column:nth-of-type(n), .grid-custom .large-up-5>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-5>.column:nth-of-type(5n+1), .grid-custom .large-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.grid-custom .large-up-5>.column:last-child, .grid-custom .large-up-5>.columns:last-child {
	float: left
}
.grid-custom .large-up-6>.column, .grid-custom .large-up-6>.columns {
	float: left;
	width: 16.66667%
}
.grid-custom .large-up-6>.column:nth-of-type(n), .grid-custom .large-up-6>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-6>.column:nth-of-type(6n+1), .grid-custom .large-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.grid-custom .large-up-6>.column:last-child, .grid-custom .large-up-6>.columns:last-child {
	float: left
}
.grid-custom .large-up-7>.column, .grid-custom .large-up-7>.columns {
	float: left;
	width: 14.28571%
}
.grid-custom .large-up-7>.column:nth-of-type(n), .grid-custom .large-up-7>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-7>.column:nth-of-type(7n+1), .grid-custom .large-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.grid-custom .large-up-7>.column:last-child, .grid-custom .large-up-7>.columns:last-child {
	float: left
}
.grid-custom .large-up-8>.column, .grid-custom .large-up-8>.columns {
	float: left;
	width: 12.5%
}
.grid-custom .large-up-8>.column:nth-of-type(n), .grid-custom .large-up-8>.columns:nth-of-type(n) {
	clear: none
}
.grid-custom .large-up-8>.column:nth-of-type(8n+1), .grid-custom .large-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.grid-custom .large-up-8>.column:last-child, .grid-custom .large-up-8>.columns:last-child {
	float: left
}
.grid-custom .large-collapse>.column, .grid-custom .large-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.grid-custom .expanded.row .large-collapse.row, .grid-custom .large-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.grid-custom .large-uncollapse>.column, .grid-custom .large-uncollapse>.columns {
padding-right:.9375rem;
padding-left:.9375rem
}
.grid-custom .large-centered {
	margin-right: auto;
	margin-left: auto
}
.grid-custom .large-centered, .grid-custom .large-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.grid-custom .large-pull-0, .grid-custom .large-push-0, .grid-custom .large-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.grid-custom .large-pull-0, .grid-custom .large-pull-0:last-child:not(:first-child), .grid-custom .large-push-0, .grid-custom .large-push-0:last-child:not(:first-child), .grid-custom .large-uncentered, .grid-custom .large-uncentered:last-child:not(:first-child) {
	float: left;
	clear: none
}
.grid-custom .large-pull-0:last-child:not(:first-child), .grid-custom .large-push-0:last-child:not(:first-child), .grid-custom .large-uncentered:last-child:not(:first-child) {
	float: right
}
}
.grid-custom .column-block {
	margin-bottom: 1.25rem
}
.grid-custom .column-block>:last-child {
	margin-bottom: 0
}
@media print, screen and (min-width: 40em) {
.grid-custom .column-block {
	margin-bottom: 1.875rem
}
.grid-custom .column-block>:last-child {
	margin-bottom: 0
}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff
}
.header .header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0
}
@media (min-width: 768px) {
.header .header__logo {
	margin-right: 15px
}
}
.header .header__search {
	position: absolute;
	top: 100%;
	left: -20px;
	width: calc(100% + 40px);
	z-index: 10;
	background: #EDEDED;
	padding: 10px
}
@media (min-width: 768px) {
.header .header__search {
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	width: auto;
	background: transparent;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
@media (min-width: 1201px) {
.header .header__search {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px
}
}
.header .header__inner {
	position: relative;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width: 768px) {
.header .header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0
}
}
@media (min-width: 1024px) {
.header .header__inner {
	padding: 7px 0 10px
}
}
@media (min-width: 768px) {
.header .header__aside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
}
.header .header__bar {
	position: relative;
	padding: 3px 0;
	background: #E9488D;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: .1em;
	text-align: center;
	display: none
}
@media (min-width: 768px) {
.header .header__bar {
	padding: 8px 0
}
}
.header .header__bar .shell {
	position: relative
}
.header .header__bar-close {
	position: absolute;
	display: inline-block;
	line-height: 0;
	text-decoration: none;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.header .header__bar-close svg line {
	stroke: #fff
}
.health-hub .utl-heading-alpha h2 {
	margin-bottom: 1rem;
	font-weight: 400;
font-size:calc(1.5rem + .5 * ((100vw - 20rem) / 55))
}
@media (min-width: 1201px) {
.health-hub .utl-heading-alpha h2 {
	font-size: 2rem
}
}
.health-hub .health-hub__entry {
	padding: 2rem 0;
	text-align: center
}
.health-hub .health-hub__entry p {
	margin-bottom: 1rem
}
.health-hub .health-hub__entry h2 {
	font-weight: 400;
	font-size: 1.5rem
}
@media (min-width: 768px) {
.health-hub .health-hub__entry h2 {
font-size:calc(1.5rem + .5 * ((100vw - 20rem) / 55))
}
}
.health-hub .health-hub__entry .c-center-strap {
	margin: auto;
	text-align: center;
	line-height: 1.6;
	font-size: 1.25rem;
font-size:calc(1.25rem + .25 * ((100vw - 20rem) / 55))
}
@media (min-width: 768px) {
.health-hub .health-hub__entry .c-center-strap {
	width: 50%;
	font-size: 1.5rem
}
}
.health-hub .health-hub__tiles+.health-hub__tiles {
	padding-top: 3rem
}
@media (min-width: 768px) {
.health-hub .health-hub__tiles+.health-hub__tiles {
	padding-top: 2rem
}
}
.default--holder {
	padding: 20px 0
}
@media (min-width: 768px) {
.default--holder {
	padding: 35px 0
}
}
@media (min-width: 1201px) {
.default--holder {
	padding: 50px 0
}
}
.default--holder .page__title {
	margin-bottom: 30px;
	text-align: center
}
.default--holder.page--error .page__title {
	margin-bottom: 0
}
.default--holder.page--error .page__content {
	text-align: center
}
.default--holder.page--error .page__content p {
	margin-bottom: 30px;
	font-size: 32px
}
.default--holder.section-account {
	overflow: hidden;
	padding-bottom: 0
}
.default--holder.section-account .section__head {
	text-align: left
}
.default--holder.section-account .section__title {
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 2rem
}
.default--holder.section-account .section__aside {
	position: relative;
	width: auto;
	padding: 2rem;
	background-color: #f8f8f8;
	text-align: center
}
@media (min-width: 768px) {
.default--holder.section-account .section__aside {
	text-align: left
}
}
.default--holder.section-account .section__aside ul {
	margin: 0;
	list-style: none
}
.default--holder.section-account .section__aside ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0
}
.default--holder.section-account .section__aside ul li:last-child {
	margin-right: 0
}
@media (min-width: 768px) {
.default--holder.section-account .section__aside ul li {
	margin-bottom: 1rem;
	display: block
}
}
.default--holder.section-account .section__aside ul a {
	display: block;
	margin: 5px 0;
	font-size: 16px;
	text-decoration: none
}
@media (min-width: 768px) {
.default--holder.section-account .section__aside ul a {
	margin: 0
}
}
.default--holder.section-account .section__aside ul .active a {
	font-weight: 700;
	text-decoration: underline
}
.default--holder.section-account .section__content {
	width: auto;
	padding: 0
}
@media (min-width: 768px) {
.default--holder.section-account .section__content {
	padding: 0 0 45px
}
}
.default--holder .no-orders {
	padding-top: 2rem;
	font-size: 16px;
	color: #575756;
	border-top: 1px solid #cacaca
}
.default--holder .order {
	text-align: left
}
.default--holder .order th {
	font-weight: 400;
	padding: 1rem;
	color: #575756
}
.default--holder .order td {
	padding: 1rem;
	text-align: left
}
.default--holder .order td.order__number {
	color: #e9488d
}
.default--holder .order td.order__number:before {
	color: #575756
}
.default--holder .order td.order__number, .default--holder .order td.order__total {
	font-weight: 700
}
.default--holder .order th, .default--holder .order td {
	border-bottom: 1px solid #cacaca
}
.default--holder .order th:first-child, .default--holder .order td:first-child {
	padding-left: 0
}
.default--holder .order th:last-child, .default--holder .order td:last-child {
	padding-right: 0
}
.default--holder .order-info .cols {
	display: block
}
@media (min-width: 768px) {
.default--holder .order-info .cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.default--holder .order-head {
	margin-bottom: 15px
}
.default--holder .order-head .order-head__date {
	color: #575756
}
.default--holder .table-order {
	margin-bottom: 2rem
}
.default--holder .table-order--products {
	margin-bottom: 50px
}
.default--holder .table-order--products a {
	text-decoration: none
}
.default--holder .table-order--products a:hover {
	text-decoration: underline
}
.default--holder .table-order--products th, .default--holder .table-order--products td {
	padding: 1rem!important
}
@media (min-width: 768px) {
.default--holder .table-order--products th, .default--holder .table-order--products td {
	border: 1px solid #cacaca;
	padding: 1rem!important
}
}
.default--holder .table-order--info th {
	text-align: left
}
.default--holder .order-details .order-details__value {
	font-weight: 700
}
.default--holder .btn--new {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #E9488D;
	border: 1px solid #E9488D;
	border-radius: 0;
	padding: 13px 30px 14px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.default--holder .btn--new:hover {
	background-color: #575756;
	color: #fff;
	border-color: #575756
}
.default--holder .btn--new--inverse {
	background: #fff;
	color: #e9488d;
	border-color: #e9488d
}
.default--holder .btn--new--inverse:hover {
	background: #fff;
	color: #575756;
	border-color: #575756
}
.default--holder .btn--new--grey {
	background: #EDEDED;
	color: #e9488d;
	border-color: #ededed
}
.default--holder .btn--new--grey:hover {
	background: #EDEDED;
	color: #575756;
	border-color: #ededed
}
.default--holder .btn--new--white {
	background: #fff;
	color: #e9488d;
	border-color: #fff
}
.default--holder .btn--new--white:hover {
	background: #fff;
	color: #575756;
	border-color: #fff
}
.default--holder .form--address {
	width: 100%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 30px;
	padding: 30px 0;
	border-top: 1px solid #575756;
	border-bottom: 1px solid #575756
}
.default--holder .form--address .form__label {
	display: none
}
.default--holder .form--address .fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}
.default--holder .form--address .form__col {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.default--holder .form--address .legend {
	margin: 0 0 15px;
	color: #636363;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	padding-bottom: 7px;
	border-bottom: 1px solid #ededed
}
.default--holder .form--address .form__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.default--holder .addresses {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.default--holder .addresses .address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin: 0 0% 30px;
	border: 1px solid #cacaca
}
.default--holder .addresses .address__title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: auto;
	padding: 1rem;
	font-weight: 400;
	border-bottom: 1px solid #cacaca
}
.default--holder .addresses .address__title span {
	margin-left: auto;
	font-size: 16px
}
.default--holder .addresses .address__title span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 6px;
	width: 9px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4px;
	margin-left: 4px
}
.default--holder .addresses .address__details {
	width: 100%;
	padding: 1rem
}
.default--holder .addresses .address__actions {
	width: 100%;
	margin-top: auto;
	padding: 1rem;
	text-align: right;
	border-top: 1px solid #cacaca
}
.default--holder .addresses .address__actions a {
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
	color: #e9488d;
	text-decoration: none
}
.default--holder .addresses .address__actions a:hover {
	text-decoration: underline
}
.default--holder .addresses .address__actions span {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px
}
.default--holder .addresses__paging {
	width: 100%
}
.default--holder .addresses__actions {
	border-top: 1px solid #cacaca;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.default--holder .addresses__actions a {
	margin-left: auto
}
.default--holder .addresses__empty {
	font-size: 16px;
	color: #575756;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.default--holder .addresses .address {
	width: 100%;
	margin-right: 0
}
}
@media (min-width: 320px) and (max-width: 767px) {
.default--holder table, .default--holder tr, .default--holder td, .default--holder tbody, .default--holder tfoot {
	display: block
}
.default--holder th {
	display: none
}
.default--holder td:before {
	content: attr(data-heading);
	display: block;
	margin-right: 5px;
	font-weight: 700
}
.default--holder tr+tr {
	border-top: 1px solid #575756
}
.default--holder .table-order--info td+td {
	padding-top: 0!important
}
.default--holder .table-order--products {
	margin-bottom: 2rem
}
.default--holder .table-order--products td {
	padding: 1rem!important;
	border: 0
}
.default--holder .table-order--products td+td {
	padding-top: 0!important
}
.default--holder .table-order--products .order-details__title {
	font-weight: 700
}
.default--holder .table-order--products .order-details__total {
	border-top: 1px solid #575756
}
.default--holder .table-order--products tfoot {
	padding-top: 5px;
	border-top: 1px solid #575756;
	border-bottom: 1px solid #575756
}
.default--holder .table-order--products tfoot tr, .default--holder .table-order--products tfoot td {
	border: 0;
	padding: 0
}
.default--holder .table-order--products tfoot tr {
	margin-bottom: 5px
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.default--holder .table-order, .default--holder .table-order--products {
	font-size: 14px
}
.default--holder .table-order--products th, .default--holder .table-order--products td {
padding:.6rem!important
}
}
.icon {
	font-family: betteryou;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	speak: none;
	-moz-osx-font-smoothing: grayscale
}
.icon:before {
	line-height: 1;
	vertical-align: middle
}
.icon--facebook {
	color: #3b5998
}
.icon--facebook:before {
	content: "J"
}
.icon--twitter {
	color: #1da1f2
}
.icon--twitter:before {
	content: "e"
}
.icon--instagram {
	color: #405de6
}
.icon--instagram:before {
	content: "H"
}
.icon--envelope {
	color: #f45197
}
.icon--envelope:before {
	content: "P"
}
.ico-basket {
	width: 24px;
	height: 21px
}
.info-block {
	margin-bottom: 2rem;
	text-align: center
}
.info-block:last-child {
	margin-bottom: 1rem
}
@media (min-width: 768px) {
.info-block {
	display: block
}
}
.info-block .info-block__media {
	width: 100px;
	margin: auto;
	text-align: center
}
.info-block .info-block__entry {
	max-width: 80%;
	margin: 0 auto;
	font-weight: 700
}
.line-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.line-item+.line-item {
	margin-top: 20px
}
@media (min-width: 320px) {
.line-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
}
.line-item .line-item__image {
	width: 70px
}
@media (min-width: 768px) {
.line-item .line-item__image {
	width: 100px
}
}
.line-item .line-item__image a {
	font-size: 0;
	text-decoration: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	padding-top: 100%
}
.line-item .line-item__content {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 32px
}
.line-item .line-item__price {
	color: #e9488d
}
.line-item .line-item__remove {
	position: absolute;
	top: 0;
	right: 0;
	color: #e9488d;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	text-decoration: none
}
.line-item .line-item__remove:hover {
	text-decoration: underline
}
.line-item .line-item__remove img {
	width: 18px;
	margin: 0
}
.line-item .line-item__meta {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding-right: 15px
}
@media (min-width: 320px) {
.line-item .line-item__meta {
	padding-right: 0
}
}
.line-item .line-item__meta h5, .line-item .line-item__meta p {
	margin-bottom: 0
}
.line-item .line-item__meta h5 a {
	text-decoration: none
}
.line-item .line-item__meta h5 a:hover {
	text-decoration: underline
}
.line-item .line-item__property {
	opacity: .5
}
.line-item .line-item__controls {
	text-align: center;
	width: 70px
}
@media (min-width: 320px) {
.line-item .line-item__controls {
	text-align: left
}
}
.line-item .line-item__quantity {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #DADADA
}
.line-item .line-item__quantity a {
	padding: 0 5px;
	text-decoration: none;
	display: inline-block
}
.line-item .line-item__quantity input {
	text-align: center;
	display: inline-block;
	width: 50%;
	border: none;
	border-radius: 0;
	-moz-appearance: textfield;
	pointer-events: none
}
.line-item .line-item__quantity input::-webkit-outer-spin-button, .line-item .line-item__quantity input::-webkit-inner-spin-button {
-webkit-appearance:none;
margin:0
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.line-item .line-item__quantity input {
	pointer-events: all
}
}
[class^=list-] {
list-style:none outside none;
margin-left:0
}
.logo {
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	text-decoration: none
}
.logo img, .logo svg {
	width: 133px
}
@media (min-width: 768px) {
.logo img, .logo svg {
	width: 183px
}
}
.main {
	padding-top: 45px;
	-webkit-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s
}
@media (min-width: 768px) {
.main {
	padding-top: 45px
}
}
.main .shopify-challenge__container {
	max-width: 1240px;
	padding: 20px;
	margin: auto
}
@media (min-width: 768px) {
.main .shopify-challenge__container {
	max-width: 1248px;
	padding: 35px 24px
}
}
@media (min-width: 1024px) {
.main .shopify-challenge__container {
	max-width: 1280px;
	padding: 50px 40px
}
}
.main .shopify-policy__container {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	padding: 20px;
	margin: auto
}
@media (min-width: 768px) {
.main .shopify-policy__container {
	max-width: 1248px;
	padding: 35px 24px
}
}
@media (min-width: 1024px) {
.main .shopify-policy__container {
	max-width: 1280px;
	padding: 50px 40px
}
}
.main .shopify-policy__title, .main .shopify-policy__body {
	padding-bottom: 30px
}
.main .page--default {
	padding: 20px 0
}
@media (min-width: 768px) {
.main .page--default {
	padding: 35px 0
}
}
@media (min-width: 1201px) {
.main .page--default {
	padding: 50px 0
}
}
.messages {
	margin: 0 0 10px;
	list-style: none;
	text-align: center;
	font-weight: 700
}
.messages ul {
	margin: 0;
	list-style: none
}
.messages li li {
	position: relative;
	margin-bottom: 5px;
	padding: 7px 10px 7px 20px;
	background: #f4f4f4;
	font-size: 15px
}
.messages li li:before {
	top: 50%;
	left: 0;
	margin-top: -6px
}
.messages .error-msg li {
	color: #000;
	border-left: 0;
	background-color: #faebe7
}
.messages .notice-msg li {
	color: #000;
	border-left: 0;
	background-color: #f9ebe6
}
.messages .success-msg li {
	border-left: 0;
	color: #80bd01;
	background-color: #80bd011a
}
.mini-trustpilotpdp {
	width: 200px;
	text-align: left;
	padding: 10px 0;
	margin-left: -10px
}
.mini-trustpilot {
	width: 100%;
	margin-left: 25px;
	padding-top: 10px
}
.nav-access {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media (min-width: 768px) {
.nav-access .nav-access__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 300
}
}
@media (min-width: 1201px) {
.nav-access .nav-access__menu {
	padding-right: 25px
}
}
@media (min-width: 768px) {
.nav-access .nav-access__menu li+li {
	border-left: 1px solid #DADADA
}
}
@media (min-width: 768px) {
.nav-access .nav-access__menu a {
	display: inline-block;
	padding: 10px 16px;
	text-decoration: none
}
}
@media (min-width: 1024px) {
.nav-access .nav-access__menu a {
	padding: 10px 40px
}
.nav-access .nav-access__menu a:hover {
	color: #e9488d
}
.nav-access .nav-access__menu a:hover .hover-fill {
	fill: #e9488d
}
.nav-access .nav-access__menu a:hover .hover-stroke {
	stroke: #e9488d
}
}
.nav {
	position: fixed;
	top: 80px;
	right: 0;
	height: calc(100vh - 80px);
	padding: 0 20px;
	font-size: 14px;
	background-color: #ededed;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translate(100%);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	z-index: 11;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto
}
@media (min-width: 768px) {
.nav {
	position: relative;
	top: auto;
	right: auto;
	height: auto;
	padding: 0;
	display: block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	overflow: visible;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
}
.nav .nav__menu-holder>ul {
	position: relative;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul {
	position: static;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left
}
}
@media (min-width: 320px) and (max-width: 767px) {
.nav .nav__menu-holder>ul>li {
	max-width: 100%!important;
	-webkit-box-flex: 0!important;
	-ms-flex: 0 0 100%!important;
	flex: 0 0 100%!important
}
}
.nav .nav__menu-holder>ul>li+li {
	border-top: 1px solid #DADADA
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li+li {
	border-top: 0
}
}
.nav .nav__menu-holder>ul>li:last-child>a:before {
	display: none
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	background: #DADADA;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
.nav .nav__menu-holder>ul>li>a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 26px 0 27px;
	font-weight: 700;
	font-size: 20px;
	text-align: left;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>a {
	padding: 10px 6px;
	font-size: 13px;
	text-align: center
}
}
@media (min-width: 1024px) {
.nav .nav__menu-holder>ul>li>a {
	padding: 10px;
	font-size: 14px
}
}
@media (min-width: 320px) and (max-width: 767px) {
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown.is-active>.nav__dropdown {
	left: 0
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown.is-active>.nav__dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.nav .nav__menu-holder>ul>li.nav__item.is-active>a, .nav .nav__menu-holder>ul>li.nav__item--has-dropdown.is-active>a {
	background: #E9488D;
	color: #fff
}
.nav .nav__menu-holder>ul>li.nav__item.is-active>a:before, .nav .nav__menu-holder>ul>li.nav__item--has-dropdown.is-active>a:before {
	opacity: 0;
	visibility: hidden
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.nav .nav__menu-holder>ul>li.nav__item.is-active>a span:before, .nav .nav__menu-holder>ul>li.nav__item.is-active>a span:after, .nav .nav__menu-holder>ul>li.nav__item--has-dropdown.is-active>a span:before, .nav .nav__menu-holder>ul>li.nav__item--has-dropdown.is-active>a span:after {
	background: #fff
}
}
@media (min-width: 1024px) {
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown:hover>.nav__dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}
}
@media (min-width: 1024px) {
.nav .nav__menu-holder>ul>li.nav__item:hover>a, .nav .nav__menu-holder>ul>li.nav__item--has-dropdown:hover>a {
	background: #E9488D;
	color: #fff
}
.nav .nav__menu-holder>ul>li.nav__item:hover>a:before, .nav .nav__menu-holder>ul>li.nav__item--has-dropdown:hover>a:before {
	opacity: 0;
	visibility: hidden
}
}
@media (min-width: 1024px) {
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown:hover>a span:before, .nav .nav__menu-holder>ul>li.nav__item--has-dropdown:hover>a span:after {
	background: #fff
}
}
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown>a span {
	position: relative;
	display: block
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown>a span {
	display: inline-block;
	padding-right: 15px
}
}
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown>a span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	background: #575756;
	vertical-align: middle;
	width: 10px;
	height: 2px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	pointer-events: none
}
.nav .nav__menu-holder>ul>li.nav__item--has-dropdown>a span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	background: #575756;
	vertical-align: middle;
	width: 2px;
	height: 10px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	pointer-events: none
}
.nav .nav__menu-holder>ul>li>.nav__dropdown {
	position: absolute;
	position: fixed;
	z-index: 6;
	top: 80px;
	height: calc(100vh - 80px);
	left: 100%;
	width: 100%;
	margin: 0;
	padding: 0 20px 60px;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: left .3s;
	-o-transition: left .3s;
	transition: left .3s
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown {
	position: absolute;
	z-index: 6;
	top: 100%;
	left: 50%;
	margin: auto;
	padding: 25px 9px;
	width: 100%;
	height: auto!important;
	max-width: none;
	font-size: 14px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	-o-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 6px #00000029;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
}
@media (min-width: 1201px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown {
	font-size: 16px;
	padding: 36px 20px 37px
}
}
.nav .nav__menu-holder>ul>li>.nav__dropdown a {
	text-decoration: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}
.nav .nav__menu-holder>ul>li>.nav__dropdown a:hover {
	color: #e9488d
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li>a {
	padding: 27px 0 0;
	display: block;
	font-weight: 700;
	font-size: 20px
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li>a {
	padding: 0;
	font-size: 16px
}
}
@media (min-width: 1201px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li>a {
	font-size: 20px
}
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li.btn-back>a {
	position: relative;
	margin: 0 -20px;
	width: calc(100% + 40px);
	text-decoration: none;
	display: block;
	padding: 26px 20px 27px;
	background-color: #ededed;
	font-weight: 700;
	font-size: 20px;
	text-align: left;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	pointer-events: all
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li.btn-back svg {
	display: inline-block;
	margin-right: 4px
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li.btn-back:hover svg path {
	stroke: #e9488d
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li {
	max-width: none
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li {
	padding: 0 15px;
	max-width: 25%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%
}
}
@media (min-width: 1201px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li {
	padding: 0 20px
}
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li.btn-back+li {
	border: 0
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li+li {
	border-top: 1px solid #DADADA
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li+li {
	border: 0;
	border-left: 1px solid #DADADA
}
}
@media (min-width: 1201px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>.nav__item--columns {
	max-width: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li:first-child {
	padding-left: 0
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li:first-child {
	padding-left: 10px
}
}
.nav .nav__menu-holder>ul>li>.nav__dropdown>li:last-child {
	border-right: 0
}
.nav .nav__menu-holder>ul>li>.nav__dropdown .nav__dropdown {
	padding: 4px 0 26px
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown .nav__dropdown {
	display: block;
	padding: 10px 0 20px
}
}
@media (min-width: 1201px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown .nav__dropdown {
	padding: 4px 0 0
}
}
.nav .nav__menu-holder>ul>li>.nav__dropdown .nav__dropdown li+li {
	margin-top: 10px
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown .nav__dropdown li+li {
	margin-top: 5px
}
}
@media (min-width: 1201px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown .nav__dropdown li+li {
	margin-top: 10px
}
}
.nav .nav__item--sidebar-image {
	display: none
}
@media (min-width: 768px) {
.nav .nav__item--sidebar-image {
	display: block
}
}
.nav .nav__item--sidebar-image img {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.nav .nav__item--sidebar-image a:hover img {
	opacity: .8
}
.nav .nav__dropdown--columns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}
@media (min-width: 1201px) {
.nav .nav__dropdown--columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 42px;
	-moz-column-gap: 42px;
	column-gap: 42px
}
}
@media (min-width: 768px) {
.nav .nav__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	max-width: 700px
}
}
@media (min-width: 768px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li.nav__item--sidebar-blocks {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 70%;
	flex: 1 1 70%;
	max-width: 70%
}
}
@media (min-width: 1024px) {
.nav .nav__menu-holder>ul>li>.nav__dropdown>li.nav__item--sidebar-blocks {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
	max-width: 60%
}
}
.nav .nav__block {
	position: relative;
	text-align: center;
	max-width: 100%;
	padding: 0 10% 27px;
	margin: 0 auto
}
@media (min-width: 768px) {
.nav .nav__block {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding: 0 15px 15px
}
}
@media (min-width: 1024px) {
.nav .nav__block {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding: 0 20px 20px
}
}
.nav .nav__block+.nav__block {
	border-top: 1px solid #DADADA
}
@media (min-width: 768px) {
.nav .nav__block+.nav__block {
	border: 0
}
}
.nav .nav__block-image {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.nav .nav__block-image img {
	margin-bottom: 0
}
.nav .nav__block-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none
}
.nav .nav__block-link:hover+.nav__block-image {
	opacity: .8
}
.nav .nav__block-link:hover+.nav__block-image+.nav__block-entry {
	text-decoration: underline
}
.nav .nav__socials, .nav .nav-access {
	margin-bottom: 0;
	border-top: 1px solid #DADADA
}
.nav .nav__socials {
	padding-top: 27px
}
.nav .nav-access a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 26px 0 27px;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}
.nav .nav-access li+li {
	border-top: 1px solid #DADADA
}
@media (max-width: 767px) {
.nav.is-active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
.nav.header-bar-removed {
	top: 58px;
	height: calc(100vh - 58px)
}
@media (min-width: 768px) {
.nav.header-bar-removed {
	top: auto;
	height: auto
}
}
.nav.header-bar-removed .nav__menu-holder>ul>li>.nav__dropdown {
	top: 58px;
	height: calc(100vh - 58px)
}
@media (min-width: 768px) {
.nav.header-bar-removed .nav__menu-holder>ul>li>.nav__dropdown {
	top: 100%
}
}
.o-full-strap__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 2rem;
	margin-top: 2rem
}
.o-nav ul {
	list-style: none
}
.o-nav a {
	display: block
}
.o-nav.o-nav--horizontal ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center
}
@media (min-width: 768px) {
.o-nav.o-nav--horizontal ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.o-nav.o-nav--horizontal li {
	text-align: center
}
.o-nav.o-nav--horizontal a {
	padding: 3px 10px;
	color: #e9488d;
	text-decoration: none
}
.o-nav.o-nav--horizontal a:hover {
	text-decoration: underline
}
.paging--default {
	margin-bottom: 50px;
	padding: 30px 0;
	text-align: center
}
.paging--default ul, .paging--default li {
	display: inline-block;
	vertical-align: middle;
	margin: 2px
}
@media (min-width: 768px) {
.paging--default ul, .paging--default li {
	margin: 5px
}
}
.paging--default li a, .paging--default li.is-current span {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 12px;
	padding: 9px 0;
	text-align: center;
	border: 1px solid #FADAE8
}
.paging--default li.is-current span, .paging--default li:hover a {
	border-color: #575756
}
.paging--default li.is-current span {
	text-shadow: 0 0 1px #575756
}
.paging--default a {
	text-decoration: none
}
.paging--default .paging-prev, .paging--default .paging-next {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 50px;
	height: 50px
}
@media (min-width: 320px) {
.paging--default .paging-prev, .paging--default .paging-next {
	width: 36px;
	height: 36px
}
}
.paging--default .paging-prev:after, .paging--default .paging-next:after {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #000;
	margin: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.paging--default .paging-next:after {
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg)
}
.paging--default>span:after {
	opacity: .2
}
.product-item-pfs-grid .mini-trustpilot {
	margin: 0 auto;
	padding-top: 1.2rem
}
.product-item-pfs-grid .boost-pfs-filter-product-item-inner {
	padding-bottom: 84px!important
}
@media (min-width: 768px) {
.product-item-pfs-grid .boost-pfs-filter-product-item-inner {
	padding-bottom: 50px!important
}
}
.product-item-pfs-grid .boost-pfs-filter-product-item-inner.has-one-btn .product-view-btn-holder {
	width: 100%
}
.product-item-pfs-grid .boost-pfs-filter-product-bottom {
	text-align: center
}
.product-item-pfs-grid .boost-pfs-filter-product-item-title {
	color: #575756;
	font-size: 14px;
	text-decoration: none
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.product-item-pfs-grid .boost-pfs-filter-product-item-title {
	font-size: 16px
}
}
.product-item-pfs-grid .boost-pfs-quickview-btn {
	display: none!important
}
.product-item-pfs-grid .boost-pfs-filter-product-item-image-link {
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.product-item-pfs-grid .boost-pfs-filter-product-item-image-link:hover {
	opacity: .8
}
.product-item-pfs-grid .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-sale-price {
	color: #e9488d
}
.product-item-pfs-grid .boost-pfs-filter-product-item-image-link img.boost-pfs-filter-product-item-flip-image {
	display: none!important
}
.product-item-pfs-grid .boost-pfs-filter-product-item-image {
	position: static;
	border: 1px solid #EDEDED
}
.product-item-pfs-grid .boost-pfs-action-list-wrapper .boost-pfs-addtocart-product-form {
	width: 100%!important
}
.product-item-pfs-grid .product-view-btn-holder {
	position: absolute;
	bottom: 42px;
	left: 0;
	width: 100%
}
@media (min-width: 768px) {
.product-item-pfs-grid .product-view-btn-holder {
	bottom: 0;
	width: 50%
}
}
.product-item-pfs-grid .product-view-btn-holder .btn {
	min-width: auto;
	width: 100%;
	padding: 0 6px;
	height: 42px;
	line-height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #575756
}
@media (min-width: 768px) {
.product-item-pfs-grid .product-view-btn-holder .btn {
	letter-spacing: .06em
}
}
@media (min-width: 1024px) {
.product-item-pfs-grid .product-view-btn-holder .btn {
	letter-spacing: .1em
}
}
.product-item-pfs-grid.boost-pfs-action-list-enabled {
	padding-bottom: 50px;
	padding-left: 10px!important;
	overflow: visible
}
@media (min-width: 768px) {
.product-item-pfs-grid.boost-pfs-action-list-enabled {
	padding-left: 20px!important
}
}
@media (min-width: 1201px) {
.product-item-pfs-grid.boost-pfs-action-list-enabled {
	padding-bottom: 0;
	margin-bottom: 50px
}
}
.product-item-pfs-grid.boost-pfs-action-list-enabled:hover .boost-pfs-action-list-wrapper {
	z-index: 2
}
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #E9488D!important;
	border: 1px solid #E9488D!important;
	border-radius: 0;
	height: 42px;
	padding: 0 10px;
	font-weight: 700;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #fff!important;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none
}
@media (min-width: 768px) {
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn {
	letter-spacing: .06em
}
}
@media (min-width: 1024px) {
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn {
	letter-spacing: .1em
}
}
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn:hover {
	background-color: #575756!important;
	color: #fff!important;
	border-color: #575756!important
}
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn span {
	display: inline-block;
	font-size: inherit;
	height: auto
}
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn span svg {
	display: inline-block;
	width: 24px;
	height: 21px;
	margin: -5px 10px 0 0;
	vertical-align: middle
}
@media (min-width: 768px) {
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn span svg {
	margin-right: 6px;
	width: 16px;
	height: 13px
}
}
@media (min-width: 1024px) {
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-addtocart-btn span svg {
	width: 24px;
	height: 21px;
	margin-right: 10px
}
}
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-action-list-wrapper, .product-item-pfs-grid.bc-al-style4 .boost-pfs-action-list-wrapper {
	padding: 0;
	bottom: 0!important;
	left: auto!important;
	right: 0!important;
	top: auto!important;
	opacity: 1;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	width: 100%!important
}
@media (min-width: 768px) {
.product-item-pfs-grid.boost-pfs-action-list-enabled .boost-pfs-action-list-wrapper, .product-item-pfs-grid.bc-al-style4 .boost-pfs-action-list-wrapper {
	width: 50%!important
}
}
.product-item-pfs-grid.has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-main-image {
	visibility: visible
}
.product-item-pfs-grid .boost-pfs-filter-product-item-label span, .product-item-pfs-list .boost-pfs-filter-product-item-label span, .product-item-pfs-placeholder .boost-pfs-filter-product-item-label span {
	border-radius: 0;
	color: #575756;
	background: #DADADA
}
.product--section {
	display: block;
	width: 100%
}
.product-selects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.product-selects .product-selects__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px
}
@media (min-width: 1201px) {
.product-selects .product-selects__item {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	max-width: calc(50% - 10px)
}
}
.product-selects .product-select__title {
	margin-bottom: 5px;
	color: #000
}
.product-selects select {
	color: #000
}
.product--default {
	display: block
}
@media (min-width: 768px) {
.product--default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}
.product--default .product__images {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media (min-width: 768px) {
.product--default .product__images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%
}
}
.product--default .product__images .slick-slide {
	font-size: 0
}
.product--default .product__images iframe {
	width: 100%
}
.product--default .product__images img {
	display: block;
	width: 100%;
	margin: 0 auto 20px
}
.product--default .product__thumbs .slick-list {
	margin: 0 -10px
}
.product--default .product__thumbs .slick-slide {
	padding: 0 10px
}
.product--default .product__video {
	margin-bottom: 20px;
	position: relative
}
.product--default .product__video video, .product--default .product__video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.product--default .product__thumbs img, .product--default .product__thumbs .product__video {
	cursor: pointer
}
.product--default .product__thumbs iframe {
	pointer-events: none
}
.product--default .product__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
@media (min-width: 768px) {
.product--default .product__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%
}
}
.product--default .product__meta {
	margin-bottom: 20px
}
.product--default .product__vendor {
	font-style: italic
}
.product--default .product__entry {
	margin-bottom: 30px
}
.product--default .product__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}
.product--default .product__price del {
	display: inline-block;
	margin-right: 5px
}
.product--default .product__price ins {
	text-decoration: none
}
.product--default .product__form button[type=submit][disabled] {
	opacity: .5;
	pointer-events: none
}
.product--default .product__form .form__row {
	padding-bottom: 20px
}
.product--default .product__form .select {
	width: auto;
	min-width: 210px
}
.product-item--default {
	text-align: center
}
.product-item--default .mini-trustpilot {
	margin: 0 auto;
	padding-top: 1.2rem
}
.product-item--default .product-item__image {
	display: block;
	padding-bottom: 100%;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center center;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.product-item--default .product-item__image:hover {
	opacity: .8
}
.product-item--default .product-item__title {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 700
}
.product-item--default .product-item__title a {
	text-decoration: none
}
.product-item--default .product-item__price {
	padding-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #e9488d;
	line-height: 1.75;
	text-transform: uppercase
}
.product-item--default .product-item__price del {
	display: inline-block;
	font-weight: 400;
	color: #575756;
	margin-right: 5px
}
.product-item--default .product-item__price ins {
	text-decoration: none
}
.product-item--default .product-item__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.product-item--default .btn--add, .product-item--default .btn--view {
	min-width: auto;
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 42px;
	padding: 0 6px;
	line-height: 1.5
}
@media (min-width: 768px) {
.product-item--default .btn--add, .product-item--default .btn--view {
	width: 50%;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	letter-spacing: .06em
}
}
@media (min-width: 1024px) {
.product-item--default .btn--add, .product-item--default .btn--view {
	letter-spacing: .1em
}
}
.product-item--default .btn--add svg {
	display: inline-block;
	width: 24px;
	height: 21px;
	margin: -5px 10px 0 0;
	vertical-align: middle
}
@media (min-width: 768px) {
.product-item--default .btn--add svg {
	margin-right: 6px;
	width: 16px;
	height: 13px
}
}
@media (min-width: 1024px) {
.product-item--default .btn--add svg {
	width: 24px;
	height: 21px;
	margin-right: 10px
}
}
.product-item--default .btn--add svg .hover-fill {
	fill: #fff
}
.product-item--default .btn--add svg .hover-stroke {
	stroke: #fff
}
.product-item--collection .btn--add, .product-item--collection .btn--view {
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media (min-width: 1201px) {
.product-item--collection .btn--add, .product-item--collection .btn--view {
	width: 50%;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
}
@media (min-width: 768px) {
.product-item--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: left
}
.product-item--list .product-item__image-holder {
	max-width: 30%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%
}
.product-item--list .product-item__image {
	margin-bottom: 0
}
.product-item--list .product-item__content {
	max-width: 70%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	padding-left: 30px
}
.product-item--list .product-item__title {
	font-size: 20px
}
.product-item--list .product-item__foot {
	padding-top: 20px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.product-item--list .product-item__price {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 15px;
	font-size: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.product-item--list .product-item__buttons {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
}
@media (min-width: 1201px) {
.product-item--list .product-item__content {
	padding-left: 40px
}
.product-item--list .product-item__price {
	font-size: 24px
}
}
.remember-me-popup {
	display: none;
	border: 1px solid #cccccc;
	padding: 10px;
	position: relative
}
.remember-me-popup .remember-me-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 12px
}
.remember-me-popup .remember-me-popup-close-button {
	display: none
}
.remember-me-popup.show {
	display: block
}
.customer-account-create #remember-me-popup {
	max-width: 455px
}
.c-product--view .s-slick .slick-next, .c-product--view .s-slick .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	border: none
}
.c-product--view .s-slick .slick-next, .c-product--view .s-slick .slick-next:focus, .c-product--view .s-slick .slick-next:hover, .c-product--view .s-slick .slick-prev, .c-product--view .s-slick .slick-prev:focus, .c-product--view .s-slick .slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}
.c-product--view .s-slick .slick-slider {
	margin-bottom: 0
}
.c-product--view .s-slick .slick-slide {
	outline: none
}
.c-product--view .s-slick .slick-slide img {
	display: inline-block;
	margin-bottom: 0
}
.c-product--view .s-slick .slick-arrow {
	z-index: 2
}
.c-product--view .s-slick .slick-arrow:before {
	color: #616365;
	font-family: betteryou
}
.c-product--view .s-slick .slick-prev:before {
	content: "M"
}
.c-product--view .s-slick .slick-next:before {
	content: "O"
}
.c-product--view .s-slick .slick-dots {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	position: absolute;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.c-product--view .s-slick .slick-dots li {
	display: inline-block;
width:.625rem;
height:.625rem;
	padding: 0;
margin:0 .3125rem 0 0;
	-webkit-transition: width .2s ease-in-out, height .2s ease-in-out;
	-o-transition: width .2s ease-in-out, height .2s ease-in-out;
	transition: width .2s ease-in-out, height .2s ease-in-out;
	cursor: pointer;
	position: relative
}
.c-product--view .s-slick .slick-dots li.slick-active {
width:.9375rem;
height:.9375rem
}
.c-product--view .s-slick .slick-dots li.slick-active button {
	background-color: #666
}
.c-product--view .s-slick .slick-dots button {
	font-size: 0;
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
border:.0625rem solid #666;
	border-radius: 50%;
	line-height: 1;
	background-color: #fefefe;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	outline: none
}
.c-product--view .s-slick .slick-dots button:before {
	display: none
}
.c-product--view .s-slick .slick-arrow:before {
	font-size: 1.875rem
}
.c-product--view .s-slick .slick-prev {
	left: 0
}
@media (max-width: 63.99875em) {
.c-product--view .s-slick .slick-prev {
	left: 0
}
}
.c-product--view .s-slick .slick-next {
	right: 0
}
.c-product--view .s-slick .slick-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.sca-store-locator {
	padding-top: 1.6rem
}
.sca-store-locator .sca-store-locator__title {
	margin-bottom: 0;
	font-size: 1.25rem;
font-size:calc(1.25rem + .25 * ((100vw - 20rem) / 55))
}
@media (min-width: 768px) {
.sca-store-locator .sca-store-locator__title {
	font-size: 1.5rem
}
}
.sca-store-locator #scasl-app-container {
	z-index: 1!important
}
.sca-store-locator #bh-sl-map-container {
	margin-bottom: 2rem!important
}
.sca-store-locator #page-header {
	display: none
}
.sca-store-locator .bh-sl-container {
	font-family: inherit;
	font-size: 16px
}
.sca-store-locator .bh-sl-container .form-input label {
	font-weight: 400;
font-size:.875rem;
	line-height: 1.8;
	color: #0a0a0a
}
.sca-store-locator .bh-sl-container .form-input input, .sca-store-locator .bh-sl-container .form-input select {
	border-radius: 0
}
.sca-store-locator .bh-sl-container .form-input input::-webkit-input-placeholder, .sca-store-locator .bh-sl-container .form-input select::-webkit-input-placeholder {
color:#ccc;
opacity:1
}
.sca-store-locator .bh-sl-container .form-input input::-moz-placeholder, .sca-store-locator .bh-sl-container .form-input select::-moz-placeholder {
color:#ccc;
opacity:1
}
.sca-store-locator .bh-sl-container .form-input input:-ms-input-placeholder, .sca-store-locator .bh-sl-container .form-input select:-ms-input-placeholder {
color:#ccc;
opacity:1
}
.sca-store-locator .bh-sl-container .form-input input::-ms-input-placeholder, .sca-store-locator .bh-sl-container .form-input select::-ms-input-placeholder {
color:#ccc;
opacity:1
}
.sca-store-locator .bh-sl-container .form-input input::placeholder, .sca-store-locator .bh-sl-container .form-input select::placeholder {
color:#ccc;
opacity:1
}
.sca-store-locator .scasl-search-btn #bh-sl-submit, .sca-store-locator #scapl-geocode-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: #E9488D!important;
	border: 1px solid #E9488D;
	border-radius: 0;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.sca-store-locator .scasl-search-btn #bh-sl-submit:hover, .sca-store-locator #scapl-geocode-btn:hover {
	background: #575756!important;
	color: #fff;
	border-color: #575756
}
.sca-store-locator #scapl-geocode-btn {
	border: 0
}
@media (min-width: 768px) {
.sca-store-locator #scapl-geocode-btn {
	border: 1px solid #E9488D
}
}
.sca-store-locator .new-for-mobile .scasl-see-more, .sca-store-locator .new-for-mobile .scasl-see-less {
	text-decoration: none;
	color: #e9488d
}
.sca-store-locator .new-for-mobile .scasl-see-more:hover, .sca-store-locator .new-for-mobile .scasl-see-less:hover {
	text-decoration: underline
}
.sca-store-locator #scasl-tabs li {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.sca-store-locator .new-for-mobile ul#scasl-tabs li.scasl-tab-list.active, .sca-store-locator .new-for-mobile ul#scasl-tabs li.scasl-tab-map.active {
	background: #E9488D!important;
	color: #fff;
	border-color: #e9488d
}
.sca-store-locator .scasl-map {
	margin-top: 1rem;
	width: 100%
}
@media (min-width: 601px) {
.sca-store-locator .scasl-map {
	margin-top: 0;
	width: calc(70% - 20px)!important
}
}
.sca-store-locator .new-for-mobile ul#scasl-tabs {
	display: block
}
@media (min-width: 601px) {
.sca-store-locator .new-for-mobile ul#scasl-tabs {
	display: none
}
}
.search--default {
	padding: 20px 0
}
@media (min-width: 768px) {
.search--default {
	padding: 35px 0
}
}
@media (min-width: 1201px) {
.search--default {
	padding: 50px 0
}
}
.search--default .search__items {
	display: block;
	margin: 0
}
@media (min-width: 768px) {
.search--default .search__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.5%
}
}
.search--default .search__item {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0
}
@media (min-width: 768px) {
.search--default .search__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%;
	padding: 0 1.5%;
	margin-bottom: 50px
}
}
.search--default .search__item--article, .search--default .search__item--page {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.search--default .search__item .article-item--default {
	margin-bottom: 0
}
.search--default .results, .search--default .form-search, .search--default .page__head {
	margin-bottom: 10px;
	text-align: center
}
.search--default .results, .search--default .no-results {
	padding: 15px 0 5px
}
@media (min-width: 768px) {
.search--default .results, .search--default .no-results {
	padding-bottom: 50px
}
}
.search--default .no-results {
	text-align: center
}
.search--default .form-search form {
	margin: 0 auto
}
@media (min-width: 768px) {
.boost-pfs-search-suggestion-wrapper {
	position: fixed!important
}
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion {
	background: #f8f8f8
}
@media (min-width: 768px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion {
	left: 50%!important;
	-webkit-transform: translateX(-50%)!important;
	-ms-transform: translateX(-50%)!important;
	transform: translate(-50%)!important;
	display: block!important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	min-width: 600px!important;
	height: 480px
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion:after {
	content: "";
	display: table;
	clear: both;
	line-height: 0
}
}
@media (min-width: 1024px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion {
	min-width: 1000px!important
}
}
.boost-pfs-search-suggestion-wrapper .ui-menu-item-wrapper {
	padding: 10px 12px!important;
	background: #fff!important
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media (min-width: 768px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header-view-all, .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=products] {
	max-width: 60%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	width: 60%;
	float: none;
	clear: left
}
}
@media (min-width: 1024px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header-view-all, .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=products] {
	max-width: 74%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	width: 74%
}
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=products]>ul {
	padding: 0 10px
}
@media (min-width: 768px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=products]>ul {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
}
@media (min-width: 1024px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=products]>ul .boost-pfs-search-suggestion-item {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
}
@media (min-width: 768px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=collections], .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=suggestions], .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=pages] {
	max-width: 40%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	width: 40%;
	float: right;
	clear: right
}
}
@media (min-width: 1024px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=collections], .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=suggestions], .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-group[data-group=pages] {
	max-width: 26%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	width: 26%
}
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header {
	position: relative;
	padding: 10px
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 5px;
	height: 1px;
	width: calc(100% - 20px);
	background: #575756
}
@media (max-width: 767px) {
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion {
	width: 95%!important
}
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item, .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-item, .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-item:hover, .boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-item.selected {
	background: transparent!important
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-item {
	padding: 10px!important
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header+.boost-pfs-search-suggestion-item {
	padding-top: 10px!important
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-item-product {
	padding-bottom: 10px!important
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-product-title {
	font-weight: 400
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header-view-all {
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
	text-align: left
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header-view-all:after {
	display: none
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header-view-all:hover {
	background: #f8f8f8
}
.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion-header-view-all>a {
	display: inline-block
}
.boost-pfs-search-suggestion-mobile-overlay, .boost-pfs-search-suggestion-mobile-top-panel {
	display: none!important
}
.boost-pfs-search-suggestion-wrapper.boost-pfs-search-suggestion-mobile[data-search-box-id=boost-pfs-search-box-mobile], .boost-pfs-search-suggestion-wrapper.boost-pfs-search-suggestion-open.boost-pfs-search-suggestion-mobile {
	top: 143px!important;
	height: calc(100% - 143px)!important
}
.section-logos {
	padding-top: 1.6rem
}
.section-logos .section-logos__title {
font-size:calc(1.5rem + .5 * ((100vw - 20rem) / 55))
}
@media (min-width: 768px) {
.section-logos .section-logos__title {
	font-size: 2rem
}
}
.section-logos .section-logos__title {
	margin-bottom: 1rem;
	font-weight: 400
}
.section-logos .section-logos__entry {
	font-size: 24px
}
.section-logos .section-logos__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}
@media (min-width: 320px) and (max-width: 639px) {
.section-logos .section-logos__col:nth-child(odd) {
	clear: left
}
}
@media (min-width: 640px) {
.section-logos .section-logos__col:nth-child(4n+1) {
	clear: left
}
}
.section-logos .section-logos__col:last-child {
	float: left
}
.section-logos .section-logos__col img {
	margin-bottom: 0
}
.section-logos .section-logos__col p {
	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6
}
.section-logos .section-logos__image-holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.section-logos .section-logos__image-holder>* {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block
}
.section-product-articles {
	padding-top: 3rem
}
.section-product-articles h3 {
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 1rem
}
.section-product-media-content {
	background-color: #f8f8f8;
	padding: 2rem 0;
	margin-top: 2rem
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.section-product-media-content {
	padding-left: 5px;
	padding-right: 5px
}
}
.section-product-reviews {
	margin-top: 2rem
}
.section-product-reviews h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 2rem
}
.section-product-reviews .columns:first-child:last-child {
	width: 100%!important
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.section-product-reviews .column {
	margin-bottom: 1rem
}
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.section-product-reviews .column:last-child {
	margin-bottom: 0
}
}
.section-product-socials {
	text-align: center;
	margin-top: 2rem
}
.section-product-socials h3, .section-product-socials h4 {
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 1rem
}
.section-product-socials h3 {
	font-size: 2rem
}
.section-product-socials h4 {
	font-size: 1.5rem
}
.section-product-tabs {
	margin-top: 2rem
}
.section-related-products {
	padding-top: 2rem
}
@media (min-width: 375px), screen and (min-width: 813px) and (orientation: landscape) {
.section-related-products {
	padding-left: 5px;
	padding-right: 5px
}
}
.section-related-products h3 {
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 1rem
}
.share ul {
	list-style-type: none;
	font-size: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0
}
.share li {
	margin: 0 1rem
}
.share span {
	font-size: 0;
	line-height: 0
}
.share a {
	text-decoration: none;
	display: block
}
.shell {
	max-width: 1240px;
	padding-right: 20px;
	padding-left: 20px;
	margin: auto
}
@media (min-width: 768px) {
.shell {
	max-width: 1248px;
	padding-right: 24px;
	padding-left: 24px
}
}
@media (min-width: 1024px) {
.shell {
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 40px
}
}
.shell>.row {
	margin-left: -10px;
	margin-right: -10px
}
@media (min-width: 768px) {
.shell>.row {
	margin-left: -10px;
	margin-right: -10px
}
}
@media (min-width: 1201px) {
.shell>.row {
	margin: auto
}
}
.shell--no-gutters {
	padding: 0
}
.shell--size2 {
	max-width: 1790px
}
.shell--fluid {
	max-width: none
}
.sidebar-nav {
	font-size: 14px;
	font-weight: 400
}
.sidebar-nav ul {
	margin: 0 0 1rem;
	list-style: none
}
.sidebar-nav a {
	color: #575756;
	text-decoration: none
}
.sidebar-nav a:hover {
	color: #e9488d;
	text-decoration: underline
}
.sidebar-nav .sidebar-nav__title {
	margin-bottom: 0
}
@media (min-width: 768px) {
.sidebar-nav .sidebar-nav__title {
	margin-bottom: 1rem
}
}
.sidebar-nav .sidebar-nav__menu {
	padding-top: 1rem
}
@media (min-width: 768px) {
.sidebar-nav .sidebar-nav__menu {
	padding-top: 0
}
}
.sidebar-nav .sidebar-nav__menu h5 {
margin-bottom:.5rem
}
.sidebar-nav .sidebar-nav__links {
	margin-left: 1rem
}
.sidebar-nav .sidebar-nav__links li.is-current a {
	position: relative;
	color: #e9488d;
	text-decoration: underline
}
.sidebar-nav .sidebar-nav__links li.is-current a:before {
	content: ">";
	display: inline-block;
	position: absolute;
	left: -15px;
	vertical-align: middle;
	color: inherit
}
.sidebar-nav .sidebar-nav__item {
	padding: 10px
}
.sidebar-nav .sidebar-nav__item img {
	margin: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.sidebar-nav .sidebar-nav__item a {
	display: block
}
.sidebar-nav .sidebar-nav__item a:hover img {
	opacity: .8
}
.sidebar-nav .is-cloned {
	display: block!important
}
@media (min-width: 768px) {
.sidebar-nav .is-cloned {
	display: none!important
}
}
.sidebar-nav .has-clone {
	display: none!important
}
@media (min-width: 768px) {
.sidebar-nav .has-clone {
	display: block!important
}
}
.slider-articles .slider-articles__item {
	text-align: center
}
.slider-articles .slick-slide {
	padding: 0 1rem
}
.slider-articles .slick-arrow {
	font-size: 0;
	line-height: 0;
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer
}
.slider-articles .slick-arrow:before {
	font-family: betteryou;
	font-size: 20px;
	line-height: 1;
	color: #616365;
	opacity: .75;
	-webkit-font-smoothing: antialiased
}
.slider-articles .slick-arrow, .slider-articles .slick-arrow:focus, .slider-articles .slick-arrow:hover {
	background: transparent;
	color: transparent;
	outline: none
}
.slider-articles .slick-prev {
	left: -25px
}
@media screen and (max-width: 63.99875em) {
.slider-articles .slick-prev {
	left: 0
}
}
.slider-articles .slick-prev:before {
	content: "M"
}
.slider-articles .slick-next {
	right: -25px
}
@media screen and (max-width: 63.99875em) {
.slider-articles .slick-next {
	right: 0
}
}
.slider-articles .slick-next:before {
	content: "O"
}
@media screen and (min-width: 25.875em) {
.slider-products .slick-slide {
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75)
}
.slider-products .slick-slide.slick-current {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
}
.slider-products .slick-arrow {
	font-size: 0;
	line-height: 0;
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer
}
.slider-products .slick-arrow:before {
	font-family: betteryou;
	font-size: 20px;
	line-height: 1;
	color: #616365;
	opacity: .75;
	-webkit-font-smoothing: antialiased
}
.slider-products .slick-arrow, .slider-products .slick-arrow:focus, .slider-products .slick-arrow:hover {
	background: transparent;
	color: transparent;
	outline: none
}
.slider-products .slick-prev {
	left: -25px
}
@media screen and (max-width: 63.99875em) {
.slider-products .slick-prev {
	left: 0
}
}
.slider-products .slick-prev:before {
	content: "M"
}
.slider-products .slick-next {
	right: -25px
}
@media screen and (max-width: 63.99875em) {
.slider-products .slick-next {
	right: 0
}
}
.slider-products .slick-next:before {
	content: "O"
}
.socials {
	margin: 0 -20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none
}
.socials li {
	padding: 0 20px 18px
}
.socials a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.socials a:hover {
	text-decoration: none;
	opacity: .8
}
.socials--share {
	font-size: 0
}
.socials--share li {
	padding: 0;
	margin: 0 2px 5px
}
.socials--share .socials__link {
	width: 42px;
	height: 42px;
	padding: 5px;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	vertical-align: middle
}
.socials--share .socials__link--facebook {
	background: #3b5998
}
.socials--share .socials__link--twitter {
	background: #1da1f2
}
.socials--share .socials__link--email, .socials--share .socials__link--addthis {
	background: #ff6550
}
.socials--share .socials__icon-wrapper {
	width: 32px;
	height: 32px;
	line-height: 32px
}
.socials--share .socials__link svg {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%
}
.sort .sort__label {
	color: #575756;
	margin-right: 30px
}
.sort .sort__select {
	display: inline-block;
	max-width: 310px;
	width: 100%
}
@media (min-width: 768px) {
.subscribe .subscribe__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}
.subscribe .subscribe__row {
	margin: 0 0 10px;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media (min-width: 1024px) {
.subscribe .subscribe__row {
	margin: 0 20px 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
}
.subscribe .subscribe__actions {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
@media (min-width: 1024px) {
.subscribe .subscribe__actions {
	max-width: 130px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px
}
}
.subscribe .subscribe__field {
	border: 1px solid #fff;
	background-color: #ffffff1a;
	font-size: 12px;
	color: #fff
}
.subscribe .subscribe__field::-webkit-input-placeholder {
color:#fff
}
.subscribe .subscribe__field::-moz-placeholder {
color:#fff
}
.subscribe .subscribe__field:-ms-input-placeholder {
color:#fff
}
.subscribe .subscribe__field::-ms-input-placeholder {
color:#fff
}
.subscribe .subscribe__field::placeholder {
color:#fff
}
.subscribe .subscribe__field:focus {
	border-color: #575756
}
.subscribe .subscribe__btn {
	width: 100%;
	padding: 13px 30px 11px;
	font-size: 12px
}
.tabs .tabs__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.tabs .tabs__nav a {
	font-size: 1.24rem;
	line-height: 1.2;
	text-decoration: none;
	color: #575756;
	background-color: #e8e8e8;
	display: block;
padding:.5rem 2rem;
	border-right: 1px solid #575756
}
.tabs .tabs__nav li:last-child a {
	border-right: 0
}
.tabs .tabs__nav li.is-active a {
	background-color: #f8f8f8
}
.tabs .tabs__item {
	display: none
}
.tabs .tabs__item.is-active {
	display: block
}
.tabs .tabs__body {
	color: #0a0a0a;
	background-color: #f8f8f8;
	padding: 1rem
}
.tabs .tabs__item a {
	color: #e9488d;
	text-decoration: none
}
.tabs .tabs__item a:hover {
	text-decoration: underline
}
.tabs .tabs__item .c-button, .tabs .tabs__item .btn {
	display: inline-block;
	background: #E9488D;
	border: 1px solid #E9488D;
	padding: 13px 30px 14px;
	border-radius: 0;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.tabs .tabs__item .c-button:hover, .tabs .tabs__item .btn:hover {
	text-decoration: none;
	background-color: #575756;
	color: #fff;
	border-color: #575756
}
.ticker {
	padding: 19px 45px 10px 50px;
	background: #fff;
	color: #575756;
	display: none
}
@media (min-width: 768px) {
.ticker {
	padding: 18px 24px 5px;
	display: block
}
}
@media (min-width: 1201px) {
.ticker {
	padding-left: 85px;
	padding-right: 85px
}
}
.ticker .ticker__content ul {
	max-width: 260px;
	margin: 0 auto;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 10px;
	font-weight: 700
}
@media (min-width: 768px) {
.ticker .ticker__content ul {
	margin: 0 -10px;
	max-width: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
}
@media (min-width: 1201px) {
.ticker .ticker__content ul {
	margin: 0 -20px
}
}
@media (min-width: 1440px) {
.ticker .ticker__content ul {
	margin: 0 -35px;
	font-size: 12px
}
}
.ticker .ticker__content li {
	position: relative;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width: 768px) {
.ticker .ticker__content li {
	padding: 0 10px;
	max-width: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
.ticker .ticker__content li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	background: #DADADA;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
@media (min-width: 1201px) {
.ticker .ticker__content li {
	padding: 0 20px
}
}
@media (min-width: 1440px) {
.ticker .ticker__content li {
	padding: 0 35px
}
}
@media (min-width: 768px) {
.ticker .ticker__content li:nth-child(1) {
	max-width: 40%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%
}
}
@media (min-width: 768px) {
.ticker .ticker__content li:nth-child(2) {
	max-width: 27%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27%;
	flex: 0 0 27%
}
}
.ticker .ticker__content li:nth-child(3) {
	margin-bottom: 4px
}
.ticker .ticker__content li:nth-child(3n):before {
	display: none
}
.ticker .ticker__icon img {
	margin: 0
}
@media (min-width: 1440px) {
.ticker .ticker__icon img {
	width: 22px;
	height: 22px
}
}
.ticker .ticker__icon {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media (min-width: 1201px) {
.ticker .ticker__icon {
	margin-right: 20px
}
}
.ticker .ticker__entry {
	display: inline-block;
	font-weight: 300
}
@media (min-width: 1440px) {
.ticker .ticker__entry {
	white-space: nowrap
}
}
.ticker .ticker__entry strong {
	font-weight: 700
}
.tiles .tiles__cols {
	display: block
}
@media (min-width: 768px) {
.tiles .tiles__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.tiles .tiles__cols>.column {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%
}
@media (min-width: 768px) {
.tiles .tiles__cols.medium-up-2>.column {
	width: 50%;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
}
@media (min-width: 768px) {
.tiles .tiles__cols.medium-up-3>.column {
	width: 33.33%;
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%
}
}
@media (min-width: 768px) {
.tiles .tiles__cols.medium-up-3>.column {
	width: 50%;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
}
@media (min-width: 1024px) {
.tiles .tiles__cols.medium-up-3>.column {
	width: 33.33%;
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%
}
}
@media (min-width: 768px) {
.tiles .tiles__cols.medium-up-4>.column {
	width: 50%;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}
}
@media (min-width: 1024px) {
.tiles .tiles__cols.medium-up-4>.column {
	width: 25%;
	max-width: 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%
}
}
.tiles .tiles__item {
	margin-bottom: 1rem;
	text-align: center
}
@media (min-width: 768px) {
.tiles .tiles__item {
	margin-bottom: 2rem
}
}
.tiles .tiles__item-link {
	display: block;
	text-decoration: none
}
.tiles .tiles__item-image {
	position: relative;
	width: 100%;
	display: block;
	padding-top: 70%;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}
.tiles .tiles__item-image:hover {
	opacity: .8
}
.tiles .tiles__item-image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.tiles .tiles__item-title {
	margin-bottom: 1rem;
	font-weight: 700
}
.tiles .tiles__item-content {
	padding: 1rem
}
@media (min-width: 1024px) {
.tiles .tiles__item--1of3 .tiles__item-image {
	padding-top: 64%
}
}
@media (min-width: 1024px) {
.tiles .tiles__item--1of4 .tiles__item-image {
	padding-top: 64%
}
}
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}
.wrapper #shopify-section-footer {
	position: relative;
	z-index: 5;
	margin-top: auto
}
.wrapper>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
/*# sourceMappingURL=/s/files/1/0482/1336/0800/t/9/assets/bundle.css.map?v=129214608980233252241696243170 */
