html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
	margin: 0;
	padding: 0
}

li>ol,
li>ul {
	margin-bottom: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset {
	min-width: 0;
	border: 0
}

img {
	max-width: 100%;
	font-style: italic;
	vertical-align: middle
}

img[height],
img[width] {
	max-width: none
}

h1,
h2,
h3 {
	font-weight: 700;
	letter-spacing: .111em;
	text-transform: uppercase
}

h1,
h2,
h3,
p,
small {
	font-family: brandon-grotesque, Helvetica, Arial, Verdana, Trebuchet MS
}

p,
small {
	font-weight: 400
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 30px
}

@media (min-width:48em) {
	h1 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 36px
	}
}

h2 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px
}

@media (min-width:48em) {
	h2 {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px
	}
}

h3 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px
}

@media (min-width:48em) {
	h3 {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 24px
	}
}

p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px
}

@media (min-width:48em) {
	p {
		font-size: 16px;
		font-size: 1rem;
		line-height: 24px
	}
}

p:not(:last-child) {
	margin-bottom: 12px
}

small {
	font-size: 12px;
	font-size: .75rem;
	line-height: 18px
}

html {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: scroll;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto
}

body,
html {
	position: relative
}

body {
	min-height: 100vh;
	background-color: #fff;
	font-family: brandon-grotesque, Helvetica, Arial, Verdana, Trebuchet MS;
	color: #020301
}

main {
	position: relative;
	z-index: 1
}

@media (max-width:63.99em) {
	.has-overlay {
		overflow: hidden;
		height: 100%
	}
}

@media (max-width:29.99em) {
	.has-overlay body {
		position: fixed;
		height: 100%;
		width: 100%;
		overflow: hidden
	}
}

a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none
}

form {
	text-align: center
}

fieldset {
	margin-bottom: 24px
}

label {
	display: block;
	text-align: left
}

.c-input,
.c-select,
label {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px
}

.c-input,
.c-select {
	width: 100%;
	padding: 0;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 2px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent
}

.c-input+label,
.c-select+label {
	-webkit-transform: translateY(calc(-100% - 2px));
	-ms-transform: translateY(calc(-100% - 2px));
	transform: translateY(calc(-100% - 2px));
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	pointer-events: none;
	-webkit-transition: color .15s linear, -webkit-transform .15s ease;
	transition: color .15s linear, -webkit-transform .15s ease;
	-o-transition: transform .15s ease, color .15s linear;
	transition: transform .15s ease, color .15s linear;
	transition: transform .15s ease, color .15s linear, -webkit-transform .15s ease
}

.c-input.has-value+label,
.c-input:active+label,
.c-input:focus+label,
.c-select+label {
	-webkit-transform: translateY(calc(-200% - 2px)) scale(.7);
	-ms-transform: translateY(calc(-200% - 2px)) scale(.7);
	transform: translateY(calc(-200% - 2px)) scale(.7);
	color: #cf8562
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 100%;
	background-color: transparent
}

select::-ms-expand {
	display: none
}

.c-select {
	position: relative
}

.c-select__arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	fill: #020301;
	pointer-events: none
}

.c-input__wrapper {
	margin-bottom: 24px
}

@media (min-width:64em) {
	.c-input__wrapper {
		margin-bottom: 0
	}
}

.c-success-msg {
	margin-top: 24px;
	color: #cf8562;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none
}

.c-success-msg.is-visible,
.o-layout {
	display: block
}

.o-layout {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -24px;
	font-size: 0
}

.o-layout__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 24px;
	font-size: 16px;
	font-size: 1rem
}

.o-layout--flush {
	margin-left: 0
}

.o-layout--flush>.o-layout__item {
	padding-left: 0
}

.o-layout--tiny {
	margin-left: -6px
}

.o-layout--tiny>.o-layout__item {
	padding-left: 6px
}

.o-layout--small {
	margin-left: -12px
}

.o-layout--small>.o-layout__item {
	padding-left: 12px
}

.o-layout--large {
	margin-left: -48px
}

.o-layout--large>.o-layout__item {
	padding-left: 48px
}

.o-layout--huge {
	margin-left: -96px
}

.o-layout--huge>.o-layout__item {
	padding-left: 96px
}

.o-layout--middle>.o-layout__item {
	vertical-align: middle
}

.o-layout--bottom>.o-layout__item {
	vertical-align: bottom
}

.o-layout--stretch {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.o-layout--stretch,
.o-layout--stretch>.o-layout__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.o-layout--center {
	text-align: center
}

.o-layout--center>.o-layout__item {
	text-align: left
}

.o-layout--right {
	text-align: right
}

.o-layout--left,
.o-layout--left>.o-layout__item,
.o-layout--right>.o-layout__item {
	text-align: left
}

.o-layout--reverse {
	direction: rtl
}

.o-layout--reverse>.o-layout__item {
	direction: ltr
}

.o-layout--auto>.o-layout__item {
	width: auto
}

.o-list-bare {
	list-style: none
}

.o-list-bare,
.o-list-bare__item {
	margin-left: 0
}

.o-list-inline {
	margin-left: 0;
	list-style: none
}

.o-list-inline__item {
	display: inline-block
}

.o-box {
	display: block;
	padding: 24px
}

.o-box:after {
	content: ""!important;
	display: block!important;
	clear: both!important
}

.o-box>:last-child {
	margin-bottom: 0
}

.o-box--flush {
	padding: 0
}

.o-box--tiny {
	padding: 6px
}

.o-box--small {
	padding: 12px
}

.o-box--large {
	padding: 48px
}

.o-box--huge {
	padding: 96px
}

.o-ratio {
	position: relative;
	display: block;
	overflow: hidden
}

.o-ratio:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%
}

.o-ratio>embed,
.o-ratio>iframe,
.o-ratio>object,
.o-ratio__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.o-ratio--1920\:540:before {
	padding-bottom: 28.125%
}

.o-ratio--1920\:905:before {
	padding-bottom: 47.13542%
}

.o-wrapper {
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px
}

.o-wrapper:after {
	content: ""!important;
	display: block!important;
	clear: both!important
}

.o-wrapper--small {
	max-width: 768px
}

.o-wrapper--large {
	max-width: 1200px
}

@media (min-width:75em) {
	.o-wrapper--flush\@wide {
		padding-right: 0;
		padding-left: 0
	}
}

.o-section {
	padding-top: 48px;
	padding-bottom: 48px
}

.o-section:after {
	content: ""!important;
	display: block!important;
	clear: both!important
}

@media (min-width:48em) {
	.o-section {
		padding-top: 96px;
		padding-bottom: 96px
	}
}

.o-section__title {
	margin-bottom: 48px;
	text-align: center
}

.o-section--secondary {
	background-color: #f8f5ef
}

.o-section--bt {
	border-top: 2px solid #cdcccc
}

.o-section--no-header {
	padding-top: 120px
}

@media (min-width:64em) {
	.o-section--no-header {
		padding-top: 270px
	}
}

.o-section--no-header-flush {
	padding-top: 72px
}

@media (min-width:64em) {
	.o-section--no-header-flush {
		padding-top: 174px
	}
}

.o-section--bottom-flush {
	padding-bottom: 0
}

.o-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:64em) {
	.o-flex\@desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.o-flex__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.o-flex--centered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:64em) {
	.o-flex--centered\@desktop {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:63.99em) {
	.o-flex--centered\@until-desktop {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.o-flex--space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.o-flex--space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.o-flex--row\@tablet {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:48em) {
	.o-flex--row\@tablet {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.o-flex--row\@desktop {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:64em) {
	.o-flex--row\@desktop {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.o-flex--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:64em) {
	.o-flex--column\@desktop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.o-flex--no-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media (min-width:48em) {
	.o-flex--reverse\@tablet.o-flex--row\@tablet {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.tns-outer {
	padding: 0!important
}

.tns-outer [hidden] {
	display: none!important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer
}

.tns-outer.ms-touch {
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	-ms-scroll-chaining: none;
	-ms-scroll-snap-type: mandatory;
	-ms-scroll-snap-points-x: snapInterval(0, 100%)
}

.tns-slider {
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}

.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left;
	margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
	position: relative;
	left: 0
}

.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: opacity 0s;
	-webkit-transition: transform 0s, opacity 0s;
	-webkit-transition: opacity 0s, -webkit-transform 0s;
	transition: opacity 0s, -webkit-transform 0s;
	-o-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6
}

.tns-lazy-img.loaded {
	opacity: 1
}

.tns-ah {
	-webkit-transition: height 0s;
	-o-transition: height 0s;
	transition: height 0s
}

.tns-ovh {
	overflow: hidden
}

.tns-hdx {
	overflow-x: hidden
}

.tns-hdy {
	overflow-y: hidden
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em
}

.tns-transparent {
	opacity: 0;
	visibility: hidden
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-fadeOut,
.tns-normal {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}

.c-link {
	position: relative;
	display: inline-block
}

@media (min-width:64em) {
	.c-link {
		-webkit-transition: opacity .2s linear, -webkit-transform .2s ease;
		transition: opacity .2s linear, -webkit-transform .2s ease;
		-o-transition: opacity .2s linear, transform .2s ease;
		transition: opacity .2s linear, transform .2s ease;
		transition: opacity .2s linear, transform .2s ease, -webkit-transform .2s ease
	}
	.c-link:hover {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
		opacity: .6
	}
	.c-link:active {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		opacity: .5
	}
}

.c-link--nav {
	position: relative;
	color: #020301;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

.c-link--nav:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #cf8562;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.c-link--nav:hover:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.c-link--nav.is-active {
	color: #cf8562
}

.c-link--nav.is-active:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.c-link--category {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	color: #cf8562;
	text-transform: uppercase
}

@media (min-width:48em) {
	.c-link--category {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px
	}
}

.c-link--black {
	color: #020301
}

.c-link--primary {
	color: #cf8562
}

.c-link--primary:after {
	background-color: #cf8562
}

.c-link--underline:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #cf8562
}

@media (min-width:64em) {
	.c-link--underline:after {
		-webkit-transition: -webkit-transform .15s ease;
		transition: -webkit-transform .15s ease;
		-o-transition: transform .15s ease;
		transition: transform .15s ease;
		transition: transform .15s ease, -webkit-transform .15s ease
	}
	.c-article-card:hover .c-link--underline:after {
		-webkit-transform: scaleX(.6);
		-ms-transform: scaleX(.6);
		transform: scaleX(.6)
	}
}

.c-link--strong {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

.c-link--center {
	display: block;
	text-align: center
}

.c-btn {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@media (min-width:64em) {
	.c-btn {
		-webkit-transition: opacity .2s linear;
		-o-transition: opacity .2s linear;
		transition: opacity .2s linear
	}
	.c-btn:hover {
		opacity: .6
	}
	.c-btn:active {
		opacity: .5
	}
}

.c-btn__icon {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px
}

.c-btn--primary>.c-btn__icon {
	fill: #cf8562
}

.c-btn__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle
}

.c-btn--outline {
	border: 2px solid #020301;
	padding: 12px 24px;
	background-color: transparent;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

.c-btn--outline-square {
	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;
	border: 1px solid #020301;
	width: 48px;
	height: 48px;
	padding: 12px
}

.c-btn--outline-square.is-active {
	border-color: #cf8562
}

.c-btn--outline-square.is-active>.c-btn__text {
	color: #cf8562
}

.c-btn--outline-square.is-disabled {
	border-color: #cdcccc;
	pointer-events: none
}

.c-btn--outline-square.is-disabled>.c-btn__icon {
	fill: #cdcccc
}

.c-btn--block {
	display: block;
	width: 100%;
	text-align: center
}

.c-btn--primary>.c-btn__text {
	color: #cf8562
}

.c-btn--primary.c-btn--outline {
	border-color: #cf8562
}

.c-burger {
	display: inline-block;
	position: relative;
	z-index: 100;
	width: 24px;
	height: 24px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cf8562), to(#cf8562));
	background-image: -webkit-linear-gradient(top, #cf8562, #cf8562);
	background-image: -o-linear-gradient(top, #cf8562 0, #cf8562 100%);
	background-image: linear-gradient(180deg, #cf8562 0, #cf8562);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	cursor: pointer;
	-webkit-transition: background-size .1s linear;
	-o-transition: background-size .1s linear;
	transition: background-size .1s linear
}

.c-burger:after,
.c-burger:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background-color: #cf8562;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.c-burger:before {
	-webkit-transform: translateY(-500%);
	-ms-transform: translateY(-500%);
	transform: translateY(-500%)
}

.c-burger:after {
	-webkit-transform: translateY(500%);
	-ms-transform: translateY(500%);
	transform: translateY(500%)
}

.c-burger--close,
.c-burger.is-active {
	background-size: 0 2px
}

.c-burger--close:before,
.c-burger.is-active:before {
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}

.c-burger--close:after,
.c-burger.is-active:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}

.c-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #f8f5ef
}

@media (min-width:64em) {
	.c-nav {
		display: static;
		height: auto;
		padding-top: 72px;
		padding-bottom: 72px;
		background-color: #f8f5ef;
		-webkit-transition: background-color .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: background-color .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		-o-transition: transform .3s cubic-bezier(0, 1.12, .91, .95), background-color .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95), background-color .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95), background-color .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center
	}
	.c-nav.is-homepage {
		padding-top: 60px;
		padding-bottom: 18px
	}
	.c-nav.is-sticky {
		-webkit-transform: scaleY(.5);
		-ms-transform: scaleY(.5);
		transform: scaleY(.5)
	}
	.c-nav.is-homepage.is-sticky {
		-webkit-transform: scaleY(.375);
		-ms-transform: scaleY(.375);
		transform: scaleY(.375)
	}
}

@media (min-width:64em) {
	.c-nav:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		pointer-events: none
	}
}

.c-nav.is-sticky:before {
	opacity: 1
}

.c-nav__mobile-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 0
}

@media (min-width:64em) {
	.c-nav__mobile-container {
		display: none
	}
}

.c-nav__mobile-container>a>img {
	height: 24px;
	max-width: none
}

.c-nav__logo-desktop {
	position: relative;
	display: none;
	overflow: hidden
}

@media (min-width:64em) {
	.c-nav__logo-desktop {
		display: inline-block;
		margin-right: 90px;
		margin-left: 90px;
		-webkit-transition: -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		-o-transition: transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		-webkit-transform-origin: bottom center;
		-ms-transform-origin: bottom center;
		transform-origin: bottom center
	}
	.is-homepage .c-nav__logo-desktop {
		margin-right: 60px;
		margin-left: 60px
	}
	.is-homepage .c-nav__logo-desktop>img {
		-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
		transition: opacity .2s ease, -webkit-transform .2s ease;
		-o-transition: transform .2s ease, opacity .2s ease;
		transition: transform .2s ease, opacity .2s ease;
		transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease
	}
	.is-homepage .c-nav__logo-desktop>img:last-child {
		position: absolute;
		left: 0;
		bottom: -100%;
		width: 100%;
		height: 100%;
		opacity: 0
	}
	.is-homepage.is-sticky .c-nav__logo-desktop {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
	.is-homepage.is-sticky .c-nav__logo-desktop>img:first-child {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
	.is-homepage.is-sticky .c-nav__logo-desktop>img:last-child {
		-webkit-transform: translateY(-80%);
		-ms-transform: translateY(-80%);
		transform: translateY(-80%);
		opacity: 1
	}
}

@media (max-width:63.99em) {
	.c-nav__container {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #f8f5ef;
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
		-webkit-transition: opacity .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: opacity .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		-o-transition: transform .3s cubic-bezier(0, 1.12, .91, .95), opacity .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95), opacity .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95), opacity .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95)
	}
	.c-nav__container.is-active {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

@media (min-width:64em) {
	.c-nav__container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		-o-transition: transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95);
		transition: transform .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center
	}
	.is-homepage .c-nav__container {
		-webkit-transform-origin: bottom center;
		-ms-transform-origin: bottom center;
		transform-origin: bottom center
	}
	.is-sticky .c-nav__container {
		-webkit-transform: scaleY(2);
		-ms-transform: scaleY(2);
		transform: scaleY(2)
	}
	.is-sticky.is-homepage .c-nav__container {
		-webkit-transform: scaleY(2.667);
		-ms-transform: scaleY(2.667);
		transform: scaleY(2.667)
	}
}

@media (max-width:63.99em) {
	.c-nav__menu-wrapper {
		text-align: center;
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		transform-origin: top right;
		-webkit-transform: translateY(10%);
		-ms-transform: translateY(10%);
		transform: translateY(10%);
		opacity: 0;
		-webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
		transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
		-o-transition: transform .3s ease-in, opacity .3s ease-in;
		transition: transform .3s ease-in, opacity .3s ease-in;
		transition: transform .3s ease-in, opacity .3s ease-in, -webkit-transform .3s ease-in
	}
	.is-active>.c-nav__menu-wrapper {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s
	}
}

@media (min-width:64em) {
	.c-nav__menu-wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.is-sticky.is-homepage .c-nav__menu-wrapper {
		-webkit-transform: translateY(110%);
		-ms-transform: translateY(110%);
		transform: translateY(110%)
	}
}

.c-nav__menu {
	position: relative;
	margin-bottom: 24px
}

.c-nav__menu-wrapper:last-of-type>.c-nav__menu:last-child {
	margin-bottom: 0
}

@media (min-width:64em) {
	.c-nav__menu {
		margin-bottom: 0
	}
}

.c-nav__submenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	padding-bottom: 24px;
	overflow: scroll;
	background-color: #fff;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
	transition: opacity .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95);
	-o-transition: transform .3s cubic-bezier(0, 1.12, .91, .95), opacity .3s cubic-bezier(0, 1.12, .91, .95);
	transition: transform .3s cubic-bezier(0, 1.12, .91, .95), opacity .3s cubic-bezier(0, 1.12, .91, .95);
	transition: transform .3s cubic-bezier(0, 1.12, .91, .95), opacity .3s cubic-bezier(0, 1.12, .91, .95), -webkit-transform .3s cubic-bezier(0, 1.12, .91, .95)
}

@media (min-width:64em) {
	.c-nav__submenu {
		position: absolute;
		top: 48px;
		z-index: auto;
		width: auto;
		height: auto;
		padding: 12px;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .12);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .12);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		overflow: hidden;
		z-index: 10
	}
}

@media (min-width:64em) and (-ms-high-contrast:none),
screen and (min-width:64em) and (-ms-high-contrast:active) {
	.c-nav__submenu {
		width: 720px
	}
}

.c-nav__submenu.is-active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1
}

@media (min-width:64em) {
	.c-nav__submenu:before {
		content: "";
		position: absolute;
		top: -12px;
		left: 36px;
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #fff
	}
}

.c-nav__submenu-header {
	min-height: 72px;
	background-color: #f8f5ef;
	height: 72px;
	margin-bottom: 24px
}

@media (min-width:64em) {
	.c-nav__submenu-header {
		display: none
	}
}

.c-nav__submenu-heading {
	line-height: 72px
}

.c-nav__submenu-container {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	margin-bottom: 24px;
	border-bottom: 1px solid #cdcccc;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 24px;
	-webkit-transform: translateY(5%);
	-ms-transform: translateY(5%);
	transform: translateY(5%);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
	transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
	-o-transition: transform .3s ease-in, opacity .3s ease-in;
	transition: transform .3s ease-in, opacity .3s ease-in;
	transition: transform .3s ease-in, opacity .3s ease-in, -webkit-transform .3s ease-in
}

.is-active>.c-nav__submenu-container {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

@media (min-width:64em) {
	.c-nav__submenu-container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom-width: 0;
		padding-bottom: 0;
		-webkit-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%)
	}
	.c-nav__submenu-container:not(:first-of-type) {
		padding-left: 24px
	}
	.c-nav__submenu-container:not(:last-of-type) {
		padding-right: 24px;
		border-right: 1px solid #cdcccc
	}
}

.c-nav__submenu-category {
	margin-bottom: 24px
}

@media (min-width:64em) {
	.c-nav__submenu-list {
		margin-left: 24px
	}
}

.c-nav__submenu-list-item {
	margin-bottom: 12px;
	white-space: nowrap
}

.c-nav__submenu-list-item:last-child {
	margin-bottom: 0
}

.c-link__submenu-more {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: opacity .2s ease-in, -webkit-transform .2s ease-in;
	transition: opacity .2s ease-in, -webkit-transform .2s ease-in;
	-o-transition: transform .2s ease-in, opacity .2s ease-in;
	transition: transform .2s ease-in, opacity .2s ease-in;
	transition: transform .2s ease-in, opacity .2s ease-in, -webkit-transform .2s ease-in
}

@media (max-width:63.99em) {
	.c-link__submenu-more {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 24px;
		text-transform: uppercase
	}
}

@media (max-width:63.99em) and (min-width:48em) {
	.c-link__submenu-more {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px
	}
}

@media (min-width:64em) {
	.c-link__submenu-more {
		position: absolute;
		right: 48px;
		bottom: 48px
	}
}

.is-active>.c-link__submenu-more {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.c-hero-header {
	position: relative;
	margin-top: 72px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden
}

@media (min-width:64em) {
	.c-hero-header {
		margin-top: 192px;
		padding-top: 0
	}
}

.c-hero-header__carousel-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 24px;
	padding-right: 24px;
	pointer-events: none
}

.c-hero-header__carousel-control {
	-webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	pointer-events: auto
}

.c-hero-header__carousel-control:focus {
	outline: 0
}

.c-hero-header__bg-img-link,
.c-hero-header picture {
	width: 100%;
	height: 100%
}

.c-hero-header__bg-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.c-hero-header__container {
	position: relative;
	height: 100%
}

.c-hero-header__mobile-img {
	margin-bottom: 48px
}

@media (min-width:64em) {
	.c-hero-header__mobile-img {
		display: none
	}
}

.c-hero-header__intro {
	margin-bottom: 24px;
	max-width: 320px;
	text-align: center
}

@media (min-width:64em) {
	.c-hero-header__intro {
		margin-bottom: 0
	}
}

.c-hero-header__intro>h1 {
	margin-bottom: 24px;
	text-transform: none;
	letter-spacing: 0
}

.c-hero-header__scroll-down {
	display: none
}

@media (min-width:64em) {
	.c-hero-header__scroll-down {
		display: block;
		position: absolute;
		bottom: 24px;
		bottom: 48px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-animation: 2s ease-in 1s infinite a;
		animation: 2s ease-in 1s infinite a
	}
}

@-webkit-keyframes a {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-100%);
		transform: translateX(-50%) translateY(-100%)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(100%);
		transform: translateX(-50%) translateY(100%)
	}
}

@keyframes a {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-100%);
		transform: translateX(-50%) translateY(-100%)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	80% {
		opacity: 1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(100%);
		transform: translateX(-50%) translateY(100%)
	}
}

.c-hero-banner {
	margin-top: 72px
}

@media (min-width:64em) {
	.c-hero-banner {
		margin-top: 174px
	}
}

.c-benefits {
	width: 100%;
	list-style-type: none
}

@media (min-width:64em) {
	.c-benefits--at-hero-header {
		position: absolute;
		bottom: 96px;
		left: 0;
		padding-right: 24px;
		padding-left: 24px
	}
}

.c-benefits__item {
	font-size: 12px;
	font-size: .75rem;
	line-height: 18px;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 50%;
	width: 50%;
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase
}

@media (min-width:48em) {
	.c-benefits__item {
		padding-top: 24px;
		padding-bottom: 24px
	}
}

@media (max-width:63.99em) {
	.c-benefits__item:nth-child(2n) {
		border-right-width: 1px
	}
	.c-benefits__item:nth-last-child(-n+2) {
		border-bottom-width: 1px
	}
}

@media (min-width:64em) {
	.c-benefits__item {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: auto;
		border-width: 1px 0 1px 1px
	}
	.c-benefits__item:last-child {
		border-right-width: 1px
	}
}

.c-benefits__icon {
	margin-bottom: 3px;
	width: 24px;
	height: 24px;
	stroke-width: 0;
	fill: #020301
}

@media (min-width:48em) {
	.c-benefits__icon {
		margin-right: 3px;
		margin-bottom: 0
	}
}

.c-benefits__text {
	width: 100%
}

@media (min-width:48em) {
	.c-benefits__text {
		width: auto
	}
}

.c-article-card {
	position: relative;
	text-align: center
}

.c-article-card__wrapper {
	margin-bottom: 48px
}

.c-article-card__header {
	position: relative;
	margin-bottom: 12px;
	display: block
}

.c-article-card__img-wrapper {
	margin-bottom: 24px
}

@media (min-width:64em) {
	.c-article-card__img-wrapper {
		margin-bottom: 0
	}
}

.c-article-card__img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #f8f5ef;
	background-blend-mode: luminosity
}

@media (min-width:64em) {
	.c-article-card__img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transition: -webkit-transform 1s linear;
		transition: -webkit-transform 1s linear;
		-o-transition: transform 1s linear;
		transition: transform 1s linear;
		transition: transform 1s linear, -webkit-transform 1s linear
	}
	.c-article-card:hover .c-article-card__img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition-delay: .15s;
		-o-transition-delay: .15s;
		transition-delay: .15s;
		-webkit-transition-duration: 3s;
		-o-transition-duration: 3s;
		transition-duration: 3s
	}
}

@media (min-width:64em) {
	.c-article-card__heading {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-color: hsla(48, 16%, 94%, .8);
		-webkit-transition: height .25s ease;
		-o-transition: height .25s ease;
		transition: height .25s ease
	}
	.c-article-card:hover .c-article-card__heading {
		height: 25%
	}
}

.c-article-card__category {
	margin-bottom: 6px;
	color: #cf8562;
	letter-spacing: 1px;
	text-transform: uppercase
}

.c-article-card__title {
	color: #020301
}

.c-article-card__excerpt {
	min-height: 48px;
	margin-bottom: 12px
}

.c-article-half {
	margin-bottom: 24px
}

@media (min-width:48em) {
	.c-article-half {
		margin-bottom: 0
	}
}

@media (min-width:48em) {
	.c-article-half>* {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
}

.c-article-half__img-wrapper {
	position: relative
}

@media (min-width:48em) {
	.c-article-half__img {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.c-article-half__body {
	padding: 24px
}

@media (min-width:48em) {
	.c-article-half__body {
		padding: 96px
	}
}

.c-article-half__header {
	margin-bottom: 24px
}

@media (min-width:48em) {
	.c-article-half__header {
		margin-bottom: 48px
	}
}

.c-article-half__title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 36px;
	margin-bottom: 12px;
	letter-spacing: 0;
	text-transform: none
}

@media (min-width:48em) {
	.c-article-half__title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 42px
	}
}

.c-article-half__subtitle {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px
}

@media (min-width:48em) {
	.c-article-half__subtitle {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px
	}
}

.c-product-slider {
	position: relative;
	padding-left: 48px;
	padding-right: 48px
}

.c-product-slider__control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-product-slider__control:first-child {
	left: 0
}

.c-product-slider__control:last-child {
	right: 0
}

.c-product-card__wrapper {
	margin-bottom: 24px
}

@media (min-width:48em) {
	.c-product-card__wrapper {
		margin-bottom: 48px
	}
}

.c-product-card__img {
	margin-bottom: 12px
}

.c-product__img {
	margin-bottom: 48px
}

.c-product__img>img {
	display: block;
	margin: 0 auto
}

.c-product__header {
	position: relative;
	margin-bottom: 48px;
	padding-bottom: 72px
}

.c-product__header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 12px;
	border-width: 2px 0;
	border-color: #cf8562;
	border-style: solid
}

.c-product__name {
	margin-bottom: 24px;
	color: #cf8562
}

.c-product__size.c-product__size {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	margin-bottom: 24px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.c-product__excerpt {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px
}

@media (min-width:48em) {
	.c-product__excerpt {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px
	}
}

.c-product__details h3 {
	margin-bottom: 24px
}

.c-product__details h3:not(:first-of-type) {
	margin-top: 48px
}

.c-footer__container {
	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
}

.c-footer__nav {
	margin-bottom: 36px;
	width: 100%
}

.c-footer__nav-item {
	margin-bottom: 24px;
	text-align: center
}

.c-footer__nav-item:last-child {
	margin-bottom: 0
}

@media (min-width:48em) {
	.c-footer__nav-item {
		margin-bottom: 0
	}
}

@media (min-width:64em) {
	.c-footer__nav-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0
	}
}

.c-footer__logo {
	margin-bottom: 24px
}

.c-footer__copyright {
	margin-bottom: 48px
}

.c-footer__socials>a {
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear
}

.c-footer__socials>a>* {
	display: inline-block;
	vertical-align: middle
}

.c-footer__socials>a>img {
	margin-right: 6px
}

.c-footer__socials>a>span {
	color: #020301
}

.c-footer__socials>a:hover {
	opacity: .8
}

.c-footer__socials>a:not(:last-child) {
	margin-bottom: 24px
}

@media (min-width:48em) {
	.c-footer__socials>a:not(:last-child) {
		margin-bottom: 0;
		margin-right: 24px
	}
}

.c-breadcrumbs {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px;
	margin-bottom: 48px
}

@media (min-width:48em) {
	.c-breadcrumbs {
		margin-bottom: 72px
	}
}

.c-breadcrumbs>li:not(:last-child):after {
	content: "/";
	margin-left: 6px;
	margin-right: 6px;
	color: #cf8562
}

.c-category {
	margin-bottom: 48px
}

@media (min-width:64em) {
	.c-category__mobile-btn {
		display: none
	}
}

.c-category__section {
	margin-bottom: 48px
}

.c-category--products .c-category__section {
	display: none
}

@media (min-width:64em) {
	.c-category--products .c-category__section {
		display: block
	}
}

.c-category__parent {
	margin-bottom: 24px
}

.c-category__child {
	margin-bottom: 12px
}

.c-category--article .c-category__child {
	display: inline-block;
	margin-right: 12px
}

@media (min-width:64em) {
	.c-category--article .c-category__child {
		display: block;
		margin-right: 0
	}
}

.c-pagination {
	margin-top: 24px
}

.c-pagination>:not(:last-child) {
	margin-right: 12px
}

.c-article__header {
	margin-bottom: 48px
}

.c-article__category.c-article__category {
	margin-bottom: 24px;
	color: #cf8562;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

.c-article__title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 36px;
	margin-bottom: 12px;
	text-transform: none;
	letter-spacing: 0
}

@media (min-width:48em) {
	.c-article__title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 42px
	}
}

.c-article__subtitle.c-article__subtitle {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin-bottom: 24px
}

@media (min-width:48em) {
	.c-article__subtitle.c-article__subtitle {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 30px
	}
}

.c-article__meta {
	color: #cdcccc
}

.c-article__content figure:not(:first-child),
.s-article figure:not(:first-child) {
	margin-top: 24px
}

@media (min-width:48em) {
	.c-article__content figure:not(:first-child),
	.s-article figure:not(:first-child) {
		margin-top: 48px
	}
}

.c-article__content figure:not(:last-child),
.s-article figure:not(:last-child) {
	margin-bottom: 24px
}

@media (min-width:48em) {
	.c-article__content figure:not(:last-child),
	.s-article figure:not(:last-child) {
		margin-bottom: 48px
	}
}

.c-article__content figcaption,
.s-article figcaption {
	font-size: 14px;
	font-size: .875rem;
	line-height: 24px
}

.c-article__content h1,
.c-article__content h2,
.c-article__content h3,
.s-article h1,
.s-article h2,
.s-article h3 {
	margin-bottom: 12px
}

.c-product-finder__step-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 48px
}

.c-product-finder__step-list:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	display: block;
	height: 2px;
	background-color: #020301
}

@media (min-width:48em) {
	.c-product-finder__step-list:after {
		left: 12px;
		right: 12px
	}
}

.c-product-finder__step-item {
	position: relative;
	font-size: 0;
	line-height: 0
}

@media (min-width:64em) {
	.c-product-finder__step-item {
		font-size: 16px;
		font-size: 1rem;
		line-height: 24px
	}
}

@media (min-width:48em) {
	.c-product-finder__step-item:first-child:before,
	.c-product-finder__step-item:last-child:before {
		content: "";
		position: absolute;
		bottom: 5px;
		display: block;
		width: 50%;
		height: 2px;
		background-color: #f8f5ef;
		z-index: 1
	}
	.c-product-finder__step-item:last-child:before {
		right: 0
	}
}

.c-product-finder__step-item:after {
	content: "";
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #020301;
	z-index: 2
}

@media (min-width:48em) {
	.c-product-finder__step-item:after {
		margin-top: 20px
	}
}

.c-product-finder__step-item.is-active {
	color: #cf8562
}

.c-product-finder__step-item.is-active:after {
	background-color: #cf8562
}

.c-product-finder__section-title {
	text-align: center;
	margin-bottom: 24px
}

.c-product-finder__btn-group {
	margin-bottom: -24px
}

@media (min-width:48em) {
	.c-product-finder__btn-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.c-product-finder__btn-group>button {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: block;
	width: 100%;
	margin-bottom: 24px;
	border: 2px solid #020301;
	padding: 12px;
	background-color: transparent;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer
}

@media (min-width:48em) {
	.c-product-finder__btn-group>button {
		width: auto
	}
}

.c-product-finder__btn-group>button:not(:last-child) {
	margin-right: 20px
}

.c-product-finder__reset {
	display: block;
	margin: 0 auto
}

.u-1\/2 {
	width: 50%!important
}

.u-2\/2 {
	width: 100%!important
}

.u-1\/3 {
	width: 33.33333%!important
}

.u-2\/3 {
	width: 66.66667%!important
}

.u-3\/3 {
	width: 100%!important
}

.u-1\/4 {
	width: 25%!important
}

.u-2\/4 {
	width: 50%!important
}

.u-3\/4 {
	width: 75%!important
}

.u-4\/4 {
	width: 100%!important
}

.u-1\/5 {
	width: 20%!important
}

.u-2\/5 {
	width: 40%!important
}

.u-3\/5 {
	width: 60%!important
}

.u-4\/5 {
	width: 80%!important
}

.u-5\/5 {
	width: 100%!important
}

@media (min-width:30em) {
	.u-1\/2\@mobile {
		width: 50%!important
	}
	.u-2\/2\@mobile {
		width: 100%!important
	}
	.u-1\/3\@mobile {
		width: 33.33333%!important
	}
	.u-2\/3\@mobile {
		width: 66.66667%!important
	}
	.u-3\/3\@mobile {
		width: 100%!important
	}
	.u-1\/4\@mobile {
		width: 25%!important
	}
	.u-2\/4\@mobile {
		width: 50%!important
	}
	.u-3\/4\@mobile {
		width: 75%!important
	}
	.u-4\/4\@mobile {
		width: 100%!important
	}
	.u-1\/5\@mobile {
		width: 20%!important
	}
	.u-2\/5\@mobile {
		width: 40%!important
	}
	.u-3\/5\@mobile {
		width: 60%!important
	}
	.u-4\/5\@mobile {
		width: 80%!important
	}
	.u-5\/5\@mobile {
		width: 100%!important
	}
}

@media (min-width:48em) {
	.u-1\/2\@tablet {
		width: 50%!important
	}
	.u-2\/2\@tablet {
		width: 100%!important
	}
	.u-1\/3\@tablet {
		width: 33.33333%!important
	}
	.u-2\/3\@tablet {
		width: 66.66667%!important
	}
	.u-3\/3\@tablet {
		width: 100%!important
	}
	.u-1\/4\@tablet {
		width: 25%!important
	}
	.u-2\/4\@tablet {
		width: 50%!important
	}
	.u-3\/4\@tablet {
		width: 75%!important
	}
	.u-4\/4\@tablet {
		width: 100%!important
	}
	.u-1\/5\@tablet {
		width: 20%!important
	}
	.u-2\/5\@tablet {
		width: 40%!important
	}
	.u-3\/5\@tablet {
		width: 60%!important
	}
	.u-4\/5\@tablet {
		width: 80%!important
	}
	.u-5\/5\@tablet {
		width: 100%!important
	}
}

@media (min-width:64em) {
	.u-1\/2\@desktop {
		width: 50%!important
	}
	.u-2\/2\@desktop {
		width: 100%!important
	}
	.u-1\/3\@desktop {
		width: 33.33333%!important
	}
	.u-2\/3\@desktop {
		width: 66.66667%!important
	}
	.u-3\/3\@desktop {
		width: 100%!important
	}
	.u-1\/4\@desktop {
		width: 25%!important
	}
	.u-2\/4\@desktop {
		width: 50%!important
	}
	.u-3\/4\@desktop {
		width: 75%!important
	}
	.u-4\/4\@desktop {
		width: 100%!important
	}
	.u-1\/5\@desktop {
		width: 20%!important
	}
	.u-2\/5\@desktop {
		width: 40%!important
	}
	.u-3\/5\@desktop {
		width: 60%!important
	}
	.u-4\/5\@desktop {
		width: 80%!important
	}
	.u-5\/5\@desktop {
		width: 100%!important
	}
}

@media (min-width:75em) {
	.u-1\/2\@wide {
		width: 50%!important
	}
	.u-2\/2\@wide {
		width: 100%!important
	}
	.u-1\/3\@wide {
		width: 33.33333%!important
	}
	.u-2\/3\@wide {
		width: 66.66667%!important
	}
	.u-3\/3\@wide {
		width: 100%!important
	}
	.u-1\/4\@wide {
		width: 25%!important
	}
	.u-2\/4\@wide {
		width: 50%!important
	}
	.u-3\/4\@wide {
		width: 75%!important
	}
	.u-4\/4\@wide {
		width: 100%!important
	}
	.u-1\/5\@wide {
		width: 20%!important
	}
	.u-2\/5\@wide {
		width: 40%!important
	}
	.u-3\/5\@wide {
		width: 60%!important
	}
	.u-4\/5\@wide {
		width: 80%!important
	}
	.u-5\/5\@wide {
		width: 100%!important
	}
}

@media (min-width:90em) {
	.u-1\/2\@superwide {
		width: 50%!important
	}
	.u-2\/2\@superwide {
		width: 100%!important
	}
	.u-1\/3\@superwide {
		width: 33.33333%!important
	}
	.u-2\/3\@superwide {
		width: 66.66667%!important
	}
	.u-3\/3\@superwide {
		width: 100%!important
	}
	.u-1\/4\@superwide {
		width: 25%!important
	}
	.u-2\/4\@superwide {
		width: 50%!important
	}
	.u-3\/4\@superwide {
		width: 75%!important
	}
	.u-4\/4\@superwide {
		width: 100%!important
	}
	.u-1\/5\@superwide {
		width: 20%!important
	}
	.u-2\/5\@superwide {
		width: 40%!important
	}
	.u-3\/5\@superwide {
		width: 60%!important
	}
	.u-4\/5\@superwide {
		width: 80%!important
	}
	.u-5\/5\@superwide {
		width: 100%!important
	}
}

@media print {
	*,
	:after,
	:before,
	:first-letter,
	:first-line {
		background: transparent!important;
		color: #000!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

.faq-list li {
	padding-bottom: 25px;
}
li, ol {
	list-style-position: inside;
}
.none {
	display: none;
}
.blue * {
	color: rgb(0, 0, 238);
}

.align-list-text {
    margin-left: 32px;
    list-style-position: outside;
}

/*# sourceMappingURL=main.min.css.map */