

@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:500&display=swap);
/* 
@font-face {
	font-family: Brown;
	src: url(/fonts/Brown-Light-3c4a0f8974d49be34d1924540812dfc8.woff2?vsn=d) format("woff2"), url(/fonts/Brown-Light-753d07e0b07e710c6a4a1692df07df72.woff?vsn=d) format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Brown;
	src: url(/fonts/Brown-Bold-2132990ff76eda35e3d33e3f6254f854.woff2?vsn=d) format("woff2"), url(/fonts/Brown-Bold-dc8a71f5dfb5f767a7b164776bfb68e9.woff?vsn=d) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Brown;
	src: url(/fonts/Brown-Regular-254fd1c8e68690337b2789afc741fe58.woff2?vsn=d) format("woff2"), url(/fonts/Brown-Regular-7d85fe4f960a14b432fb0c6ff2186bbb.woff?vsn=d) format("woff");
	font-weight: 400;
	font-style: normal
}
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

a {
	background-color: transparent
}

b,
strong {
	font-weight: bolder
}

code {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -.25em
}

img {
	border-style: none
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
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
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	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-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

html {
	box-sizing: border-box;
	font-family: sans-serif
}

*,
:after,
:before {
	box-sizing: inherit
}

blockquote,
figure,
h1,
h2,
h3,
h4,
hr,
p {
	margin: 0
}

button {
	background: transparent;
	padding: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

html {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.5
}

*,
:after,
:before {
	border: 0 solid #e9f4f1
}

hr {
	border-top-width: 1px
}

img {
	border-style: solid
}

textarea {
	resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #a0aec0
}

input::placeholder,
textarea::placeholder {
	color: #a0aec0
}

[role=button],
button {
	cursor: pointer
}

table {
	border-collapse: collapse
}

h1,
h2,
h3,
h4 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

button,
input,
select,
textarea {
	padding: 0;
	line-height: inherit;
	color: inherit
}

code {
	font-family: Roboto Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

canvas,
img,
svg {
	display: block;
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto
}

.container {
	width: 100%
}

@media (min-width:640px) {
	.container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px
	}
}

@media (min-width:1100px) {
	.container {
		max-width: 1100px
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px
	}
}

.btn {
	text-align: center;
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: 4px;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.btn,
.btn:after {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.btn:after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 0;
	left: 0;
	opacity: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23fff' d='M27.475 45.351C24.908 57.79 32.913 69.958 45.35 72.525s24.607-5.438 27.174-17.876m-3.82-.788C66.585 64.144 56.522 70.848 46.14 68.706S29.172 56.423 31.294 46.139'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
	background-size: auto 80%;
	transition-delay: .1s;
	content: ""
}

.btn:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px)
}

.btn.loading {
	color: transparent!important;
	pointer-events: none;
	box-shadow: none
}

.btn.loading * {
	opacity: 0
}

.btn.loading:after {
	opacity: 1
}

.btn-primary {
	background-color: #55b891;
	color: #fff
}

.btn-primary:not(:hover) {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent
}

.btn-primary.loading {
	box-shadow: none
}

.btn-primary.loading,
.btn-primary:hover {
	background-color: #4aa27f
}

.btn-secondary {
	border-width: 1px;
	border-color: #cfd7dc
}

.btn-secondary.loading {
	box-shadow: none;
	background-color: #55b891
}

.btn-secondary:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%232A3D48' d='M27.475 45.351C24.908 57.79 32.913 69.958 45.35 72.525s24.607-5.438 27.174-17.876m-3.82-.788C66.585 64.144 56.522 70.848 46.14 68.706S29.172 56.423 31.294 46.139'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E")
}

.btn-secondary:hover {
	border-width: 1px;
	border-color: #718096
}

.btn-secondary.btn-red {
	border-color: #dc5050;
	color: #dc5050
}

.btn-secondary.btn-red.loading:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23DC5050' d='M27.475 45.351C24.908 57.79 32.913 69.958 45.35 72.525s24.607-5.438 27.174-17.876m-3.82-.788C66.585 64.144 56.522 70.848 46.14 68.706S29.172 56.423 31.294 46.139'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E")
}

.btn-blue {
	background-color: #2a3d48;
	color: #fff
}

.btn-large {
	font-size: 1.125rem;
	padding: .75rem 2.5rem
}

.btn-disabled {
	background-color: #f2f5f6;
	cursor: not-allowed;
	border-width: 1px;
	border-color: #cfd7dc;
	color: #70838f;
	pointer-events: none
}

.btn-disabled,
.btn-disabled:not(:hover) {
	box-shadow: none
}

.btn-disabled:hover {
	background-color: #cfd7dc
}

.disabled {
	background-color: #f2f5f6;
	pointer-events: none
}

.disabled,
.disabled:hover {
	border-color: #cfd7dc
}

.disabled svg * {
	stroke: #abb9c4
}

.btn-facebook {
	position: relative;
	background-color: #2e77f2
}

.btn-facebook:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #fff;
	border-width: 1px;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	border-color: #2e77f2;
	content: "";
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 22px auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='20' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 8a7.753 7.753 0 01-6.54 7.656V10.24h1.807L11.36 8H9.21V6.545c0-.612.301-1.21 1.264-1.21h.977V3.429s-.887-.151-1.735-.151c-1.77 0-2.927 1.072-2.927 3.015V8H4.82v2.24h1.97v5.416A7.753 7.753 0 01.25 8 7.749 7.749 0 018 .25 7.749 7.749 0 0115.75 8z' fill='%232E77F2' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.btn-facebook:hover {
	background-color: #2a3d48
}

.btn-facebook:hover:before {
	border-color: #2a3d48
}

.btn-facebook.loading {
	background-color: #2e77f2
}

.btn-google {
	position: relative;
	background-color: #4285f3
}

.btn-google:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #fff;
	border-width: 1px;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #4285f3;
	content: "";
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 22px auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M17.64 9.205c0-.639-.057-1.252-.164-1.841H9v3.481h4.844a4.14 4.14 0 01-1.796 2.716v2.259h2.908c1.702-1.567 2.684-3.875 2.684-6.615z' fill='%234285F4'/%3E%3Cpath d='M9 18c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711H.957v2.332A8.997 8.997 0 009 18z' fill='%2334A853'/%3E%3Cpath d='M3.964 10.71A5.41 5.41 0 013.682 9c0-.593.102-1.17.282-1.71V4.958H.957A8.996 8.996 0 000 9c0 1.452.348 2.827.957 4.042l3.007-2.332z' fill='%23FBBC05'/%3E%3Cpath d='M9 3.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C13.463.891 11.426 0 9 0A8.997 8.997 0 00.957 4.958L3.964 7.29C4.672 5.163 6.656 3.58 9 3.58z' fill='%23EA4335'/%3E%3Cpath d='M0 0h18v18H0z'/%3E%3C/g%3E%3C/svg%3E")
}

.btn-google:hover {
	background-color: #2a3d48
}

.btn-google:hover:before {
	border-color: #2a3d48
}

.btn-google.loading {
	background-color: #4285f3
}

.social svg * {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.social a:hover svg * {
	fill: #55b891
}

@media (min-width:1024px) {
	.btn:not(.next):not(.previous):not(.btn-large) {
		padding-top: .55rem;
		padding-bottom: .45rem
	}
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.bg-white {
	background-color: #fff
}

.bg-gray-100 {
	background-color: #f2f5f6
}

.bg-gray-300 {
	background-color: #e9f4f1
}

.bg-gray-400 {
	background-color: #e7eaed
}

.bg-gray-900 {
	background-color: #1a202c
}



.bg-red-100 {
	background-color: #f8e1df
}

.bg-red-500 {
	background-color: #dc5050
}

.bg-orange-100 {
	background-color: #f8e9df
}

.bg-green-100 {
	background-color: #daf0e9
}

.bg-green-500 {
	background-color: #55b891
}

.bg-blue-500 {
	background-color: #2a3d48
}

.bg-blue-600 {
	background-color: #d1edea
}

.bg-salmon-500 {
	background-color: #f8e9df
}

.hover\:bg-green-500:hover {
	background-color: #55b891
}

.bg-bottom {
	background-position: bottom
}

.bg-center {
	background-position: 50%
}

.bg-top {
	background-position: top
}

.bg-no-repeat {
	background-repeat: no-repeat
}

.bg-cover {
	background-size: cover
}

.bg-contain {
	background-size: contain
}

.border-transparent {
	border-color: transparent
}

.border-gray-300 {
	border-color: #e9f4f1
}

.border-gray-400 {
	border-color: #e7eaed
}

.border-gray-500 {
	border-color: #cfd7dc
}

.border-blue-500 {
	border-color: #2a3d48
}

.hover\:border-green-500:hover {
	border-color: #55b891
}

.focus\:border-blue-500:focus {
	border-color: #2a3d48
}

.rounded-none {
	border-radius: 0
}

.rounded {
	border-radius: 4px
}

.rounded-lg {
	border-radius: .5rem
}

.rounded-full {
	border-radius: 9999px
}

.rounded-r-none {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.rounded-l-none {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.border-2 {
	border-width: 2px
}

.border {
	border-width: 1px
}

.border-r-0 {
	border-right-width: 0
}

.border-b-0 {
	border-bottom-width: 0
}

.border-l-0 {
	border-left-width: 0
}

.border-b-2 {
	border-bottom-width: 2px
}

.border-t {
	border-top-width: 1px
}

.border-r {
	border-right-width: 1px
}

.border-b {
	border-bottom-width: 1px
}

.border-l {
	border-left-width: 1px
}

.last\:border-b-0:last-child {
	border-bottom-width: 0
}

.cursor-pointer {
	cursor: pointer
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.flex {
	display: flex
}

.inline-flex {
	display: inline-flex
}

.table {
	display: table
}

.table-row {
	display: table-row
}

.table-cell {
	display: table-cell
}

.hidden {
	display: none
}

.flex-col {
	flex-direction: column
}

.flex-col-reverse {
	flex-direction: column-reverse
}

.flex-wrap {
	flex-wrap: wrap
}

.items-start {
	align-items: flex-start
}

.items-end {
	align-items: flex-end
}

.items-center {
	align-items: center
}

.justify-end {
	justify-content: flex-end
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.flex-grow {
	flex-grow: 1
}

.flex-shrink-0 {
	flex-shrink: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-first {
	order: -9999
}

.order-last {
	order: 9999
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.font-body {
	font-family: Brown, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-mono {
	font-family: Roboto Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-normal {
	font-weight: 400
}

.font-medium {
	font-weight: 500
}

.font-semibold {
	font-weight: 600
}

.font-bold {
	font-weight: 700
}

.h-4 {
	height: 1rem
}

.h-6 {
	height: 1.5rem
}

.h-8 {
	height: 2rem
}

.h-10 {
	height: 2.5rem
}

.h-32 {
	height: 8rem
}

.h-auto {
	height: auto
}

.h-full {
	height: 100%
}

.leading-none {
	line-height: 1
}

.leading-tight {
	line-height: 1.1
}

.leading-snug {
	line-height: 1.2
}

.leading-normal {
	line-height: 1.5
}

.list-disc {
	list-style-type: disc
}

.m-3 {
	margin: .75rem
}

.m-6 {
	margin: 1.5rem
}

.m-8 {
	margin: 2rem
}

.m-10 {
	margin: 2.5rem
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0
}

.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.mx-2 {
	margin-left: .5rem;
	margin-right: .5rem
}

.my-3 {
	margin-top: .75rem;
	margin-bottom: .75rem
}

.mx-3 {
	margin-left: .75rem;
	margin-right: .75rem
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.-mx-1 {
	margin-left: -.25rem;
	margin-right: -.25rem
}

.-mx-2 {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem
}

.mt-0 {
	margin-top: 0
}

.mb-0 {
	margin-bottom: 0
}

.mt-1 {
	margin-top: .25rem
}

.mr-1 {
	margin-right: .25rem
}

.mb-1 {
	margin-bottom: .25rem
}

.ml-1 {
	margin-left: .25rem
}

.mt-2 {
	margin-top: .5rem
}

.mr-2 {
	margin-right: .5rem
}

.mb-2 {
	margin-bottom: .5rem
}

.ml-2 {
	margin-left: .5rem
}

.mt-3 {
	margin-top: .75rem
}

.mr-3 {
	margin-right: .75rem
}

.mb-3 {
	margin-bottom: .75rem
}

.ml-3 {
	margin-left: .75rem
}

.mt-4 {
	margin-top: 1rem
}

.mr-4 {
	margin-right: 1rem
}

.mb-4 {
	margin-bottom: 1rem
}

.ml-4 {
	margin-left: 1rem
}

.mt-5 {
	margin-top: 1.25rem
}

.mt-6 {
	margin-top: 1.5rem
}

.mr-6 {
	margin-right: 1.5rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.ml-6 {
	margin-left: 1.5rem
}

.mt-8 {
	margin-top: 2rem
}

.mr-8 {
	margin-right: 2rem
}

.mb-8 {
	margin-bottom: 2rem
}

.mt-10 {
	margin-top: 2.5rem
}

.mb-10 {
	margin-bottom: 2.5rem
}

.mt-12 {
	margin-top: 3rem
}

.mb-12 {
	margin-bottom: 3rem
}

.mt-auto {
	margin-top: auto
}

.mr-auto {
	margin-right: auto
}

.ml-auto {
	margin-left: auto
}

.-mt-2 {
	margin-top: -.5rem
}

.-mb-6 {
	margin-bottom: -1.5rem
}

.-mt-40 {
	margin-top: -10rem
}

.max-w-2xl {
	max-width: 42rem
}

.opacity-0 {
	opacity: 0
}

.opacity-75 {
	opacity: .75
}

.hover\:opacity-100:hover {
	opacity: 1
}

.outline-none {
	outline: 0
}

.overflow-hidden {
	overflow: hidden
}

.p-1 {
	padding: .25rem
}

.p-2 {
	padding: .5rem
}

.p-3 {
	padding: .75rem
}

.p-4 {
	padding: 1rem
}

.p-5 {
	padding: 1.25rem
}

.p-6 {
	padding: 1.5rem
}

.p-8 {
	padding: 2rem
}

.p-24 {
	padding: 6rem
}

.p-32 {
	padding: 8rem
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.px-0 {
	padding-left: 0;
	padding-right: 0
}

.py-1 {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.px-1 {
	padding-left: .25rem;
	padding-right: .25rem
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}

.py-3 {
	padding-top: .75rem;
	padding-bottom: .75rem
}

.px-3 {
	padding-left: .75rem;
	padding-right: .75rem
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem
}

.px-20 {
	padding-left: 5rem;
	padding-right: 5rem
}

.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem
}

.py-48 {
	padding-top: 12rem;
	padding-bottom: 12rem
}

.pt-0 {
	padding-top: 0
}

.pr-0 {
	padding-right: 0
}

.pb-0 {
	padding-bottom: 0
}

.pt-1 {
	padding-top: .25rem
}

.pl-1 {
	padding-left: .25rem
}

.pr-2 {
	padding-right: .5rem
}

.pb-2 {
	padding-bottom: .5rem
}

.pl-2 {
	padding-left: .5rem
}

.pt-3 {
	padding-top: .75rem
}

.pr-3 {
	padding-right: .75rem
}

.pb-3 {
	padding-bottom: .75rem
}

.pl-3 {
	padding-left: .75rem
}

.pt-4 {
	padding-top: 1rem
}

.pr-4 {
	padding-right: 1rem
}

.pb-4 {
	padding-bottom: 1rem
}

.pl-4 {
	padding-left: 1rem
}

.pb-5 {
	padding-bottom: 1.25rem
}

.pl-5 {
	padding-left: 1.25rem
}

.pt-6 {
	padding-top: 1.5rem
}

.pr-6 {
	padding-right: 1.5rem
}

.pb-6 {
	padding-bottom: 1.5rem
}

.pl-6 {
	padding-left: 1.5rem
}

.pt-8 {
	padding-top: 2rem
}

.pr-8 {
	padding-right: 2rem
}

.pb-8 {
	padding-bottom: 2rem
}

.pl-10 {
	padding-left: 2.5rem
}

.pt-12 {
	padding-top: 3rem
}

.pr-12 {
	padding-right: 3rem
}

.pb-12 {
	padding-bottom: 3rem
}

.pl-12 {
	padding-left: 3rem
}

.pb-16 {
	padding-bottom: 4rem
}

.pl-16 {
	padding-left: 4rem
}

.pb-24 {
	padding-bottom: 6rem
}

.pl-32 {
	padding-left: 8rem
}

.static {
	position: static
}

.fixed {
	position: fixed
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.sticky {
	position: -webkit-sticky;
	position: sticky
}

.inset-0 {
	top: 0;
	bottom: 0
}

.inset-0,
.inset-x-0 {
	right: 0;
	left: 0
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.bottom-0 {
	bottom: 0
}

.left-0 {
	left: 0
}

.shadow {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent
}

.shadow-md {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.fill-current {
	fill: currentColor
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-white {
	color: #fff
}

.text-gray-500 {
	color: #cfd7dc
}

.text-gray-600 {
	color: #718096
}

.text-red-500 {
	color: #dc5050
}

.text-orange-500 {
	color: #e28f5d
}

.text-green-500 {
	color: #55b891
}

.text-blue-100 {
	color: #70838f
}

.text-blue-500 {
	color: #2a3d48
}

.hover\:text-green-500:hover {
	color: #55b891
}

.hover\:text-blue-500:hover {
	color: #2a3d48
}

.text-xs {
	font-size: .75rem
}

.text-sm {
	font-size: .875rem
}

.text-base {
	font-size: 1rem
}

.text-lg {
	font-size: 1.125rem
}

.text-xl {
	font-size: 1.25rem
}

.text-2xl {
	font-size: 1.5rem
}

.text-3xl {
	font-size: 1.875rem
}

.text-4xl {
	font-size: 2.25rem
}

.text-5xl {
	font-size: 3rem
}

.text-2xs {
	font-size: .7rem
}

.text-2s {
	font-size: .85rem
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase
}

.line-through {
	text-decoration: line-through
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.align-top {
	vertical-align: top
}

.align-middle {
	vertical-align: middle
}

.invisible {
	visibility: hidden
}

.truncate,
.whitespace-no-wrap {
	white-space: nowrap
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis
}

.w-4 {
	width: 1rem
}

.w-6 {
	width: 1.5rem
}

.w-8 {
	width: 2rem
}

.w-10 {
	width: 2.5rem
}

.w-16 {
	width: 4rem
}

.w-20 {
	width: 5rem
}

.w-24 {
	width: 6rem
}

.w-32 {
	width: 8rem
}

.w-auto {
	width: auto
}

.w-1\/2 {
	width: 50%
}

.w-1\/4 {
	width: 25%
}

.w-1\/5 {
	width: 20%
}

.w-full {
	width: 100%
}

.z-10 {
	z-index: 10
}

.z-20 {
	z-index: 20
}

.z-40 {
	z-index: 40
}

.z-50 {
	z-index: 50
}

.transition {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.transition-color {
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s
}

.wrap,
.wrap-extended {
	max-width: 1800px
}

.square:after {
	padding-bottom: 100%;
	content: "";
	display: block
}

.flex-break {
	flex-basis: 100%;
	width: 100%
}

.opacity-80 {
	opacity: .8;
	filter: alpha(opacity=80)
}

.checklist,
.disc {
	padding-left: 1rem
}

.checklist li,
.disc li {
	padding-bottom: .75rem;
	padding-left: 2rem;
	position: relative
}

.checklist li:before,
.disc li:before {
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25 7.105a.14.14 0 01-.193 0L2.459 3.6 0 5.999l3.597 3.508L6.154 12 16 2.397 13.539 0 6.25 7.105z' fill='%2355B891' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.checklist li:last-of-type,
.disc li:last-of-type {
	padding-bottom: 0
}

.disc {
	padding-left: .5rem
}

.disc li {
	padding-bottom: .75rem;
	padding-left: 1.5rem
}

.disc li:before {
	background-image: none;
	background-color: #2a3d48;
	border-radius: 9999px;
	width: .5rem;
	height: .5rem;
	margin-top: .5rem
}

.icon {
	max-width: 3.75rem;
	max-height: 3rem
}

.table-space {
	border-spacing: 0 10px
}

.table-space .no-space {
	border-spacing: 0
}

.paragraphs p {
	margin-bottom: 1rem
}

.paragraphs p:last-of-type {
	margin-bottom: 0
}

.lg\:sticky,
.sticky {
	margin-top: -6.5rem;
	padding-top: 6.5rem;
	top: 0
}

.lg\:sticky.adjust,
.sticky.adjust {
	margin-top: -5rem;
	padding-top: 5rem
}

@media (min-width:768px) {
	.icon {
		max-height: 3rem
	}
	.table-space * {
		max-width: 30vw
	}
	.table-space .quantity-container {
		max-width: 160px
	}
}

@media (min-width:1024px) {
	.lg\:table-space {
		border-spacing: 0 10px
	}
}

.shadow-text {
	text-shadow: 0 2px 30px #341717
}

.shadow-text-2 {
	text-shadow: 0 2px 30px #291212
}

.shadow-text-3 {
	box-shadow: 0 10px 40px rgba(67, 25, 24, .5)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0
}

.checkbox-pill {
	border-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility: hidden;
	position: absolute
}

.checkbox-pill:checked~label span:first-child:before {
	content: "On";
	display: inline-block
}

.checkbox-pill:checked~label span:nth-child(2) {
	display: inline-block
}

.checkbox-pill:checked~label:before {
	background-color: #55b891;
	border-color: #55b891
}

.checkbox-pill:checked~label:after {
	transform: translate(1rem);
	-webkit-transform: translate(1rem);
	-ms-transform: translate(1rem);
	border-color: #55b891
}

.checkbox-pill~label {
	display: block;
	padding-left: 3rem;
	margin-left: .5rem;
	position: relative;
	color: #2a3d48;
	cursor: pointer
}

.checkbox-pill~label span:first-child:before {
	content: "Off";
	display: inline-block
}

.checkbox-pill~label span:nth-child(2) {
	display: none
}

.checkbox-pill~label:before {
	padding-right: 1.25rem;
	padding-left: 1rem;
	background-color: #abb9c4;
	border-color: #abb9c4
}

.checkbox-pill~label:after,
.checkbox-pill~label:before {
	content: "";
	height: 1.5rem;
	margin-left: -.5rem;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	border-width: 1px;
	border-radius: 9999px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition-delay: .05s
}

.checkbox-pill~label:after {
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent;
	border-color: #cfd7dc;
	width: 1.5rem;
	right: 0;
	bottom: 0
}

.StripeElement {
	border-color: #cfd7dc
}

.radio {
	border-width: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	visibility: hidden;
	position: absolute
}

.radio~label {
	padding-left: 3rem;
	position: relative;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
	top: -1px
}

.radio~label .font-bold {
	font-size: 1rem
}

.radio~label:after,
.radio~label:before {
	content: "";
	margin: .75rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 9999px;
	border-width: 1px;
	border-color: #cfd7dc;
	position: absolute;
	top: 0;
	left: 0;
	top: -2px
}

.radio~label:after {
	background-color: #55b891;
	width: .75rem;
	height: .75rem;
	border-color: #55b891;
	margin: 1rem;
	opacity: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.radio~label.p-4:before {
	margin: 1rem
}

.radio~label.p-4:after {
	margin: 1.25rem
}

.radio:checked~label {
	border-color: #55b891
}

.radio:checked~label:after {
	opacity: 1
}

.quantity-container.max-width {
	max-width: 160px
}

.quantity-container * {
	height: 2.5rem;
	font-size: 1.125rem;
	line-height: 1
}

.radio-group input~label:hover {
	border-color: #2a3d48
}

.radio-group input:checked~label:hover {
	border-color: #55b891
}

.select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0l7.361 12.75H.14L7.5 0z' fill='%232A3D48'/%3E%3Cpath d='M7.5 32.75L.139 20H14.86L7.5 32.75z' fill='%23000'/%3E%3C/svg%3E");
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-color: #cfd7dc;
	background-repeat: no-repeat;
	background-position: 100%;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .75rem 2rem .75rem .75rem;
	line-height: 1;
	background-color: #fff;
	font-weight: 400;
	background-position: right .5rem center;
	background-size: 6px auto
}

.select:hover {
	cursor: pointer;
	border-color: #2a3d48
}

.quantity {
	max-width: calc(200px + .5rem);
	min-width: 40px
}

.input {
	border-width: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-color: #e9f4f1;
	margin-bottom: 1rem;
	color: #2a3d48;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	background-color: #fff;
	width: 100%;
	padding: .75rem;
	outline: 0;
	font-weight: 400
}

.input,
.input-button {
	border-radius: 4px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.input-button {
	padding: .75rem 2rem;
	background-color: #55b891;
	white-space: nowrap;
	color: #fff;
	font-weight: 700
}

.input-button:hover {
	background-color: #4aa27f
}

.form-table>div>div:first-child,
.form-table>div>label,
.form-table>section>div>label {
	font-size: 1rem;
	color: #2a3d48;
	flex-shrink: 0;
	display: block
}

.form-table>div>div:first-child .text-blue-100,
.form-table>div>label .text-blue-100,
.form-table>section>div>label .text-blue-100 {
	color: #70838f
}

.checkout input[type=email],
.checkout input[type=password],
.checkout input[type=text],
.checkout textarea,
.form input[type=email],
.form input[type=password],
.form input[type=text],
.form textarea {
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-color: #cfd7dc;
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
	padding: .5rem .75rem
}

input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	min-height: 46px
}

input[type=number],
textarea[type=number] {
	min-height: 0;
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

textarea {
	padding-top: .75rem;
	padding-bottom: .75rem
}

input,
select,
textarea {
	color: #2a3d48
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder,
select:-moz-placeholder,
select:-ms-input-placeholder,
select::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #abb9c4;
	opacity: 1;
	filter: alpha(opacity=100)
}

input.error,
select.error,
textarea.error {
	border-color: #dc5050!important
}

label.error:before {
	border-color: #dc5050
}

.products-filter input~label {
	cursor: pointer;
	padding-right: 4rem
}

.products-filter input~label span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: .5rem;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.products-filter input~label span:before {
	content: "Clear";
	font-size: .75rem;
	color: #2a3d48
}

.products-filter input~label span:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='absolute right-0 mr-2 h-2 w-2' width='14' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%232A3D48' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.98.98L12.09 11.09M12.02.98L1.91 11.09'/%3E%3C/g%3E%3C/svg%3E");
	width: .75rem;
	height: .75rem;
	display: block;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-left: .25rem;
	background-size: 90% auto;
	content: ""
}

.products-filter input~label:hover span:before {
	color: #2a3d48
}

.products-filter input:checked~label {
	background-color: #f2f5f6;
	color: #55b891
}

.products-filter input:checked~label span {
	opacity: 1
}

.error-message {
	color: #dc5050;
	padding-left: .75rem;
	padding-bottom: .75rem;
	display: block;
	font-size: .75rem;
	position: absolute;
	line-height: 1;
	left: 0;
	bottom: 0
}

.checkout .has-error,
.form .has-error {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 0
}

.checkout .has-error input,
.checkout .has-error textarea,
.form .has-error input,
.form .has-error textarea {
	border-color: #dc5050
}

@media (min-width:768px) {
	.error-message {
		padding-left: 1rem
	}
	.input {
		border-style: none;
		margin-bottom: 0;
		border-right-width: 0;
		box-shadow: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding: 1rem 1.5rem
	}
	.input-button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding: 1rem 1.5rem
	}
	.form-table>div>div:first-child,
	.form-table>div>label,
	.form-table>section>div>label {
		width: 8rem;
		margin-top: .25rem
	}
	.form-table>div>div:first-child.md\:invisible,
	.form-table>div>label.md\:invisible,
	.form-table>section>div>label.md\:invisible {
		display: none
	}
	.form-table .error-message {
		padding-left: 10rem;
		margin-left: -.5rem
	}
	.form-table.form-table-extended>div>div:first-child,
	.form-table.form-table-extended>div>label {
		width: 10rem
	}
	.form-table.form-table-extended .error-message {
		padding-left: .75rem;
		margin-left: 0
	}
}

@media (min-width:1024px) {
	input,
	textarea {
		min-height: 0
	}
	.form-table {
		padding-right: 3rem
	}
	.form-table>div>div,
	.form-table>div>div:first-child,
	.form-table>div>label,
	.form-table>section>div>label {
		margin-bottom: .5rem;
		margin-top: 0
	}
	.form-table .response {
		width: calc(50% + 10rem)
	}
	.form-table.form-table-extended .error-message {
		padding-left: 10rem;
		margin-left: .75rem
	}
	.form-table.form-table-extended .form-table .error-message {
		padding-left: 10rem;
		margin-left: -1rem
	}
	.checkout-section .form-table .error-message {
		padding-left: .75rem
	}
}

.checkout {
	padding-top: 4rem
}

.checkout .header {
	padding: 1.5rem;
	background-size: auto 300%
}

.checkout .header h1 span {
	font-size: 2.25rem
}

.checkout aside {
	min-width: 350px
}

.checkout .product-image img {
	max-width: 90%;
	max-height: 90%
}

.checkout .sticky {
	margin-top: -1.5rem;
	padding-top: .25rem
}

.checkout .table-space {
	border-spacing: 0
}

.checkout-section {
	border-color: #e7eaed;
	border-top-width: 1px;
	padding: 1.5rem .75rem 1.25rem;
	line-height: 1.2;
	margin-bottom: .75rem;
	color: #70838f;
	font-size: .875rem;
	position: relative;
	display: none
}

.checkout-section.checkout-section-error {
	border-color: #dc5050
}

.checkout-section.checkout-section-error .checkout-section-error-message {
	display: block
}

.checkout-section:first-of-type {
	border-top-width: 0
}

.checkout-section p.font-bold,
.checkout-section span.font-bold {
	color: #2a3d48
}

.checkout-section p.font-bold.text-green-500,
.checkout-section span.font-bold.text-green-500 {
	color: #55b891
}

.checkout-section .active-hide {
	display: none
}

.checkout-section.checkout-section-complete {
	display: block;
	padding-bottom: 1.5rem
}

.checkout-section.checkout-section-complete h3 {
	color: #2a3d48
}

.checkout-section.checkout-section-complete .active-hide {
	display: block
}

.checkout-section .active-show {
	display: none
}

.checkout-section.checkout-section-active {
	padding-bottom: 2rem;
	display: block
}

.checkout-section.checkout-section-active:last-of-type {
	padding-bottom: 0
}

.checkout-section.checkout-section-active h3 {
	color: #2a3d48
}

.checkout-section.checkout-section-active .active-show {
	display: block
}

.checkout-section.checkout-section-active .active-hide {
	display: none
}

.checkout-section.checkout-section-active main {
	display: block
}

.checkout-section main {
	display: none;
	padding-top: 1.5rem
}

.checkout-section:last-of-type {
	margin-bottom: 0
}

.checkout-section .select {
	display: inline-block;
	font-size: 1rem;
	color: #2a3d48;
	padding: .75rem;
	width: 100%
}

@media (min-width:768px) {
	.checkout {
		padding-top: 4rem
	}
}

@media (min-width:1024px) {
	.checkout .header h1 span {
		font-size: 3rem
	}
	.checkout .lg\:sticky,
	.checkout .sticky {
		margin-top: -1.25rem;
		padding-top: 1.25rem
	}
	.checkout-section {
		border-width: 1px;
		display: block;
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.checkout-section.px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.checkout-section.px-0 header {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.checkout-section:first-of-type {
		border-top-width: 1px
	}
	.checkout-section.checkout-section-active {
		border-color: #2a3d48;
		border-bottom-width: 1px
	}
	.checkout-section.checkout-section-active:last-of-type {
		padding-bottom: 2rem
	}
	.checkout-section.checkout-section-error {
		border-color: #dc5050
	}
	.checkout-section .select {
		width: auto;
		padding-right: 6rem
	}
}

@media (min-width:1100px) {
	main.checkout {
		padding-top: calc(4rem - 2px)
	}
}

.toggle span {
	height: 2px;
	margin: 2px 0;
	width: 75%
}

.toggle span.w-full {
	width: 100%
}

#menu-toggle>span {
	position: relative;
	top: 2px
}

#menu-toggle figure svg {
	margin-left: -1px;
	display: none;
	position: absolute
}

@media (max-width:768px) {
	.global-menu {
		top: 4rem
	}
	.global-menu.sub-open>* {
		pointer-events: none
	}
	.global-menu.sub-open>li,
	.global-menu.sub-open>ul {
		display: none
	}
	.global-menu.sub-open>li.sub-open,
	.global-menu.sub-open>ul.sub-open {
		display: block
	}
	.global-menu.sub-open>span {
		display: none
	}
	.global-menu.sub-open .sub-open {
		pointer-events: auto
	}
	.global-menu.sub-open .sub-open>a,
	.global-menu.user-sub-open .user-nav>li:not(.sub-open),
	.global-menu.user-sub-open .user-nav>span,
	.global-menu.user-sub-open>li,
	.global-menu.user-sub-open>span {
		display: none
	}
	.global-menu.user-sub-open .sub-open {
		pointer-events: auto;
		display: block
	}
	.global-menu.user-sub-open .sub-open>a {
		display: none
	}
	.menu-active header>.border-b {
		border-width: 0
	}
	.menu-active header>div:first-of-type {
		position: absolute
	}
	.menu-active header form,
	.menu-active header nav.flex>:not(.global-menu):not(#menu-toggle) {
		display: none
	}
	.menu-active .global-menu:not(.user-nav) {
		display: flex
	}
	.menu-active #menu-toggle>span:first-of-type,
	.menu-active main {
		display: none
	}
	.menu-active #menu-toggle>span.close {
		display: block
	}
	.menu-active #menu-toggle.back>span {
		display: none
	}
	.menu-active #menu-toggle.back>span.back {
		display: block
	}
	.menu-active #menu-toggle.back .toggle {
		align-items: center
	}
	.menu-active #menu-toggle.back .toggle span {
		display: none
	}
	.menu-active #menu-toggle.back .toggle svg {
		display: block
	}
	.menu-active .toggle span {
		position: relative;
		margin: 0;
		width: 100%
	}
	.menu-active .toggle span:first-of-type {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		top: 1px
	}
	.menu-active .toggle span:nth-child(2) {
		display: none
	}
	.menu-active .toggle span:last-of-type {
		top: -1px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg)
	}
}

.basket span {
	min-width: 1rem
}

.reorder svg path {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.reorder:hover svg path {
	fill: #55b891
}

.reorder-mobile {
	width: 34px
}

.user-nav {
	top: 2px
}

.has-children {
	cursor: pointer;
	position: relative
}

.has-children>a span:first-child {
	vertical-align: middle
}

.has-children>a span:first-child:after {
	content: "";
	position: absolute;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' viewBox='0 0 10 16' xmlns='http://www.w3.org/2000/svg' class='absolute md:hidden inset-y-0 my-auto right-0 mr-2'%3E%3Cpath d='M2.134.217L10 7.977l-7.915 7.806a.755.755 0 01-1.058 0l-.808-.796a.73.73 0 010-1.044l6.05-5.966-6.002-5.92a.733.733 0 010-1.045l.807-.796a.756.756 0 011.06 0z' fill='%232A3D48' fill-rule='evenodd'/%3E%3C/svg%3E");
	width: 6px;
	height: 100%
}

@media (min-width:768px) {
	.menu-active header>div:first-of-type {
		position: fixed
	}
	.menu-active .global-menu {
		display: flex
	}
	.menu-active main {
		display: block
	}
	.global-menu.user-nav .has-children:first-of-type .sub-menu,
	.global-menu.user-nav .sub-menu {
		min-width: 180px;
		width: auto;
		left: 0;
		flex-direction: column
	}
	.global-menu.sub-open>li {
		display: inline-block
	}
	.global-menu.sub-open>li.sub-open,
	.global-menu.sub-open>li.sub-open>a {
		display: block
	}
	.global-menu.sub-open>span {
		display: none
	}
	.global-menu.sub-open>* {
		pointer-events: auto
	}
	.global-menu.sub-open .sub-open>a {
		background-color: transparent;
		border-width: 0;
		border-color: #e7eaed
	}
	.global-menu li {
		margin-bottom: -1px
	}
	.global-menu .has-children>a span:first-child {
		vertical-align: middle
	}
	.global-menu .has-children>a span:first-child:after {
		top: -1px;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-width='2' d='M1.286 1.286L5 5l3.714-3.714' stroke='%23ABB9C4' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E");
		width: 10px;
		height: 100%
	}
	.global-menu .has-children.sub-open {
		color: #55b891
	}
	.global-menu .has-children.sub-open .sub-menu {
		display: flex
	}
	.global-menu .has-children.sub-open>a span:first-child:after {
		top: -2px;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-width='2' d='M8.714 5.714L5 2 1.286 5.714' stroke='%23ABB9C4' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E")
	}
	.global-menu .has-children:first-of-type .sub-menu {
		min-width: 700px;
		max-width: 740px
	}
	.global-menu .has-children:first-of-type li {
		width: 33.333333%
	}
	.global-menu .has-children:first-of-type li:nth-of-type(2) span:last-of-type {
		margin-top: 1.5rem
	}
	.global-menu .sub-menu {
		max-width: 400px;
		min-width: 300px;
		left: -1.5rem;
		-webkit-backface-visibility: hidden;
		top: calc(3rem - 2px);
		cursor: default;
		line-height: 1.6
	}
	.global-menu .sub-menu span {
		-moz-column-span: all;
		column-span: all
	}
	.user-nav .has-children:first-of-type li {
		width: 100%
	}
}

@media (min-width:1024px) {
	.global-menu .has-children:first-of-type .sub-menu {
		min-width: 700px;
		max-width: 800px
	}
	.global-menu .sub-menu {
		width: 65vw;
		top: calc(4rem - 2px)
	}
	.global-menu.user-nav .sub-menu {
		-moz-column-count: 1;
		column-count: 1
	}
}

@media (min-width:1100px) {
	.global-menu .sub-menu {
		top: calc(4rem - 2px)
	}
}

.has-children.sub-open .sub-menu {
	display: block
}

@media (hover:none) and (pointer:coarse) {
	.search input:not(:placeholder-shown)~.clear {
		display: block
	}
}

.modal-active {
	overflow: hidden
}

.modal-active>header,
.modal-active>main {
	display: none
}

.modal-active.modal-active-automatic-modal>header,
.modal-active.modal-active-automatic-modal>main {
	display: block
}

.modal.automatic-modal {
	background: rgba(42, 61, 72, .8);
	display: block;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 0;
	position: fixed;
	transition: all .4s;
	transition-delay: .4s
}

.modal.automatic-modal .modal-container {
	margin-top: 5rem;
	margin-bottom: 5rem;
	opacity: 0;
	transition: all .4s;
	width: 90%;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transition-delay: 0s
}

.modal.automatic-modal.show {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s
}

.modal.automatic-modal.show .modal-container {
	transition-delay: .1s;
	opacity: 1;
	transform: translate(0);
	-webkit-transform: translate(0);
	-ms-transform: translate(0)
}

.modal {
	width: 100vw;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
	justify-content: center;
	display: none;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
	pointer-events: all;
	overflow: scroll
}

.modal.modal-center {
	align-items: center;
	padding-top: 8rem;
	padding-bottom: 8rem
}

.modal.modal-center .cross {
	width: 2rem;
	height: 2rem;
	margin: .75rem;
	background-size: 35% auto
}

.modal.modal-center .modal-center {
	position: static
}

.modal .cross {
	width: 2.5rem;
	height: 2.5rem;
	margin: 1rem;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 9999px;
	background-color: #2a3d48;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.862 1.862l6.32 6.32M8.138 1.862l-6.32 6.32'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 30% auto
}

.modal .cross:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05)
}

.modal .modal-container {
	z-index: 60;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative
}

@media (min-width:768px) {
	.modal.automatic-modal {
		position: fixed
	}
	.modal-active>header,
	.modal-active>main {
		display: block
	}
	.modal {
		position: absolute;
		height: 100vh;
		height: auto;
		background: rgba(42, 61, 72, .8)
	}
	.modal .modal-container {
		margin-top: 5rem;
		margin-bottom: 5rem;
		width: 90%;
		max-width: 940px
	}
	.modal.modal-center {
		position: fixed
	}
	.modal.modal-center .modal-container {
		margin-top: 0;
		margin-bottom: 0
	}
	.modal.modal-center>div {
		max-width: 500px
	}
}

.account-aside .count {
	min-width: 1.5rem
}

.account-aside a {
	border-right: 4px solid transparent
}

.account-aside a span {
	padding-top: .1rem;
	top: 1rem
}

.account-aside a.active {
	border-right-color: #55b891;
	color: #55b891
}

.order-status {
	width: 104%
}

.order-status .order-status-col {
	position: relative;
	text-align: center;
	line-height: 1.2;
	padding-left: .25rem;
	padding-right: .25rem;
	width: 33.333333%
}

.order-status .order-status-col:after,
.order-status .order-status-col:before {
	content: "";
	height: 3px;
	width: 100%;
	margin-top: .75rem;
	top: 0;
	position: absolute;
	background-color: #cfd7dc;
	top: 2px;
	left: 50%
}

.order-status .order-status-col:after {
	background-color: transparent
}

.order-status .order-status-col:last-of-type:after,
.order-status .order-status-col:last-of-type:before {
	display: none
}

.order-status .order-status-col .count {
	position: relative;
	z-index: 20;
	background-color: #fff;
	padding-top: 2px
}

.order-status .order-status-col.complete,
.order-status .order-status-col.progress {
	font-weight: 700;
	color: #55b891
}

.order-status .order-status-col.complete span,
.order-status .order-status-col.progress span {
	color: #55b891
}

.order-status .order-status-col.complete .count,
.order-status .order-status-col.progress .count {
	background-color: #55b891;
	color: #fff;
	border-color: #55b891
}

.order-status .order-status-col.complete:after,
.order-status .order-status-col.progress:after {
	background-image: url(/images/Dash-7a56b0fe86c91ce34af9ef6ea505b777.svg?vsn=d);
	width: 50%
}

.order-status .order-status-col.complete:after {
	display: none
}

.order-status .order-status-col.complete:before {
	background-color: #55b891
}

.order-row {
	margin-bottom: -1px
}

.order-row>a {
	height: calc(100% + 2px);
	margin-top: -1px
}

.order-row:hover .btn {
	border-color: #2a3d48
}

.order-table .table-row .table-cell:first-of-type {
	width: 110px
}

@media (min-width:768px) {
	.order-status {
		min-width: 0
	}
	.order-status .order-status-col {
		width: 25%;
		padding-left: .75rem;
		padding-right: .75rem
	}
	.order-table .md\:table-row .md\:table-cell:first-of-type,
	.order-table .md\:table-row .table-cell:first-of-type,
	.order-table .table-row .md\:table-cell:first-of-type,
	.order-table .table-row .table-cell:first-of-type {
		width: 150px
	}
}

@media (min-width:1024px) {
	.order-status .flickity-viewport {
		padding-left: .75rem;
		padding-right: .75rem
	}
	.order-status .order-status-col {
		width: 16.666667%;
		padding-left: 0;
		padding-right: 0
	}
}

.notification {
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
	transform: translateY(-10px)
}

.notification.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0)
}

.star {
	width: 1.25rem;
	height: 1.25rem;
	display: inline-block;
	background-color: #cfd7dc;
	position: relative;
	margin-right: .25rem;
	-webkit-clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.star:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.star.active:after {
	background-color: #ecc94b
}

.star.active.half:after {
	width: 50%
}

.callout-image-2 {
	width: 120%;
	max-width: 150%;
	transform: translate(-10%, -20%);
	-webkit-transform: translate(-10%, -20%);
	-ms-transform: translate(-10%, -20%);
	margin-bottom: -10%
}

@media (min-width:1024px) {
	.callout-image-2 {
		transform: translate(-45%, -10%);
		-webkit-transform: translate(-45%, -10%);
		-ms-transform: translate(-45%, -10%);
		/* margin-top: -25%; */
		margin-top: 15%;
		width: 180%;
		max-width: 180%
	}
}

.hero {
	/* display:block; */
    position:center;
	background-image: url(/images/home/open-sign.jpg);
    /* background:url(../images/House-03.png); */
    background-repeat:no-repeat;
    background-size: auto auto;
    width:auto;
    height:200px;
    /* float:right; */
    bottom:0;
    right:0;
}

@media (min-width:768px) {
	.hero {
		/* background-image: url(/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d); */
		background-image: url(/images/home/open-sign.jpg);
		/* background-image: -webkit-image-set(url("/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d") 1x, url("/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d") 2x); */
		background-image: -webkit-image-set(url("/images/home/open-sign.jpg?vsn=d") 1x, url("/images/home/open-sign.jpg?vsn=d") 2x);
		background-image: image-set("/images/home/hero.jpg" 1x, "/images/home/hero@2x.jpg" 2x)
	}
}

@media only screen and (min-width:1500px) {
	.hero {
		/* background-image: url(/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d) */
		background-image: url(/images/home/open-sign.jpg)
	}
}

.filter-toggle.active span:first-child,
.filter-toggle span:last-child {
	display: none
}

.filter-toggle.active span:last-child {
	display: inline
}

.filter-icons {
	@apple align-middle
}

.filter-icons:before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='14' viewBox='0 0 13 14' xmlns='http://www.w3.org/2000/svg' class='mr-3'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-115-266h320v4811h-320z'/%3E%3Cg transform='translate(1)'%3E%3Cpath d='M0 2h11M0 7h11M0 12h11' stroke='%232A3D48' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle fill='%232A3D48' cx='9' cy='12' r='2'/%3E%3Ccircle fill='%232A3D48' cx='2' cy='7' r='2'/%3E%3Ccircle fill='%232A3D48' cx='7' cy='2' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.filter-icons.active:before {
	top: 3px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-116-267h320v676h-320z'/%3E%3Cg stroke='%232A3D48' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M1.607 1.607l8.848 8.848M10.393 1.607l-8.848 8.848'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.product-image img {
	max-width: 80%;
	max-height: 90%;
	width: auto;
	height: auto
}

.category-card figure.bg-blue-500 {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.category-card:hover figure.bg-blue-500 {
	opacity: 1
}

.header.food {
	background-color: #d1edea;
	background-image: url(/images/headers/food-296b2c1c48eb18bd8862d57af1860e9d.svg?vsn=d)
}

.header.drinks {
	background-color: #f8e9df;
	background-image: url(/images/headers/drinks-919d19b321bfc32f5e7d1152bb4f02ae.svg?vsn=d)
}

.header.household {
	background-color: #ddf0f9;
	background-image: url(/images/headers/household-84c69699b25175beac846b29a181c0e0.svg?vsn=d)
}

.header.personal {
	background-color: #f8e1df;
	background-image: url(/images/headers/personal-535e110f033ffb1a4bfbd11715b80316.svg?vsn=d)
}

.header.generic {
	background-color: #f2f5f6;
	background-image: url(/images/headers/generic-868749995571b2c0ea64a6a76d69164a.svg?vsn=d)
}

.basket-header .sticky {
	z-index: 21;
	margin-top: -7.9rem;
	padding-top: 7.9rem
}

@media (min-width:768px) {
	.basket-header .sticky {
		margin-top: -4rem;
		padding-top: 4rem
	}
}

.basket-nav svg {
	position: relative;
	top: -2px
}

.basket-nav .font-mono {
	position: relative;
	top: 1px
}

.basket-aside {
	margin-top: 10px
}

.basket-item-image {
	width: 8rem;
	height: 100%
}

@media (min-width:768px) {
	.basket-item-image {
		width: 10rem;
		height: auto;
		min-height: 7.25rem
	}
}

@media (max-width:768px) {
	.reorder-nav.sticky {
		margin-top: calc(-8rem - 1px);
		padding-top: calc(8rem - 1px)
	}
}

@media (min-width:768px) {
	.reorder-nav.sticky {
		position: relative;
		margin-top: 0;
		padding-top: 0
	}
}

main.signup {
	padding-top: 0!important
}

main.signup .wrap3 {
	width: 100%;
	max-width: 800px
}

main.signup input:-moz-placeholder,
main.signup input:-ms-input-placeholder {
	color: #fff
}

main.signup input::-webkit-input-placeholder {
	color: #fff
}

.line {
	position: relative;
	display: flex;
	align-items: center;
	font-size: .875rem;
	justify-content: center
}

.line:before {
	content: "";
	display: block;
	width: 100%;
	background-color: #cfd7dc;
	position: absolute;
	height: 1px
}

.line span {
	top: 1px
}

@media (min-width:768px) {
	main.signup .wrap3 {
		width: 90vw
	}
	main.signup input:-moz-placeholder,
	main.signup input:-ms-input-placeholder {
		color: #abb9c4
	}
	main.signup input::-webkit-input-placeholder {
		color: #abb9c4
	}
	.line {
		width: calc(100% - 17rem);
		margin: 0 auto;
		padding-left: 2rem;
		padding-right: 1rem
	}
}

@media (min-width:1100px) {
	main.signup .wrap3 {
		width: 50vw;
		min-width: 700px
	}
}

.background-image-session {
	position: absolute;
	width: 100vw;
	height: 100%;
	display: none;
	background-color: #f2f5f6;
	background-position: 50%;
	background-position: top;
	background-blend-mode: multiply
}

@media (min-width:768px) {
	.background-image-session {
		min-width: 1200px;
		display: block
	}
	.signup {
		min-height: 100vh
	}
}

main {
	padding-top: 7.5rem
}

.hero {
	height: calc(100vh - 7.5rem - 75px);
	max-height: 850px;
	min-height: 470px
}

.basket-status:hover svg * {
	fill: #2a3d48;
	transition: all .4s
}

.logo img {
	max-height: 30px;
	max-width: 150px
}

.logos2 img {
	max-width: 90px;
	max-height: 60px
}

.logos2 img.reduced {
	max-height: 50px
}

.header {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 1.5rem;
	background-color: #d1edea;
	background-position: 50%;
	background-size: auto 250%;
	background-image: url(/images/headers/generic-868749995571b2c0ea64a6a76d69164a.svg?vsn=d)
}

.header.reduced {
	padding: 1.5rem;
	background-size: auto 300%
}

.header.reduced h1>span,
.header h1 {
	font-size: 2.25rem
}

.header h1 {
	padding: .5rem 1rem;
	background-color: #fff;
	text-align: center
}

.header h1>span {
	margin-bottom: -.25rem;
	display: block;
	line-height: 1.2
}

.subheader {
	padding-top: calc(8rem + 1px);
	padding-left: .75rem;
	padding-right: .75rem
}

.card-logo img {
	max-height: 80px
}

.payment img {
	max-height: 20px;
	max-width: 30px
}

.payment a:last-of-type img {
	max-width: 60px;
	max-height: 30px
}

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.slider {
	display: flex;
	flex-wrap: wrap
}

.slider .flickity-viewport {
	min-width: 100%
}

.slider.flickity-enabled {
	display: block
}

.slider .flickity-prev-next-button {
	display: none
}

.slider .flickity-slider {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	will-change: transform
}

.slider .flickity-slider>.flex {
	min-height: 100%
}

.slider.slider-auto-height .flickity-viewport {
	margin-bottom: 7px
}

.slider.slider-auto-height .flickity-slider>.flex {
	min-height: 0
}

.background-image {
	background-size: cover;
	background-image: url(/images/headers/PastaBackgroundMobile-3c103743c796dbd43b1d20a593f1ab6d.svg?vsn=d)
}

.table-row-hover>* {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.table-row-hover:hover>* {
	border-color: #55b891
}

@media (min-width:768px) {
	.background-image {
		background-size: cover;
		background-image: url(/images/session/PastaBackground-a7dd9f5c7b2b640c35c0d740b2501329.png?vsn=d)
	}
	.quantity {
		min-width: 50px
	}
	.logo img {
		max-height: 30px;
		max-width: 200px
	}
	.user-nav {
		top: 4px
	}
	.header {
		padding: 3rem
	}
	.header h1 {
		font-size: 4rem
	}
	.header h1 span {
		margin-bottom: -.5rem
	}
	main {
		padding-top: 9.5rem
	}
	.hero {
		height: calc(100vh - 7.5rem - 2px)
	}
}

.anchor {
	display: block;
	position: absolute;
	top: 0;
	margin-top: -4rem
}

@media (min-width:1024px) {
	.subheader {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.header.reduced {
		padding: 2rem
	}
	.header.reduced h1 span {
		font-size: 3rem
	}
	.slider.slider-auto-height .flickity-viewport {
		height: auto!important
	}
	.slider.slider-auto-height .flickity-slider>.flex {
		min-height: 100%;
		position: relative!important;
		left: 0!important
	}
	.slider.slider-auto-height .flickity-slider>.flex .shadow-md {
		margin-bottom: 10px
	}
}

@media (min-width:1100px) {
	.hero {
		height: calc(100vh - 6.4rem - 1px)
	}
	main {
		padding-top: calc(6.4rem - 1px)
	}
	.user-nav {
		top: 0
	}
	.subheader {
		padding-top: 73px
	}
}

@media (min-width:1280px) {
	.subheader {
		padding-left: calc(40px + 4rem);
		padding-right: calc(40px + 4rem)
	}
}

.font-body {
	font-size: 100%
}

h1,
h2,
h3,
h4 {
	font-weight: 700
}

.basket-icon {
	display: flex;
	align-items: center;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	padding: .5rem .75rem;
	margin-left: .75rem;
	border-radius: 9999px;
	position: relative
}

.basket-icon.basket-icon-empty {
	border-width: 1px;
	border-color: #cfd7dc;
	color: #2a3d48
}

.basket-icon.basket-icon-empty span {
	background-color: #2a3d48;
	color: #fff
}

.basket-icon.basket-icon-empty:hover {
	border-color: #718096
}

.basket-icon.basket-icon-full {
	background-color: #55b891;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent;
	color: #fff
}

.basket-icon.basket-icon-full span {
	background-color: #fff;
	color: #2a3d48
}

.basket-icon.basket-icon-full:hover {
	box-shadow: none
}

.StripeElement {
	padding: .5rem;
	border-width: 1px;
	border-radius: 4px
}

:focus {
	outline: none!important
}

summary {
	display: block
}

@media (min-width:768px) {
	.md\:bg-transparent {
		background-color: transparent
	}
	.md\:bg-white {
		background-color: #fff
	}
	.md\:bg-left-top {
		background-position: 0 0
	}
	.md\:bg-cover {
		background-size: cover
	}
	.md\:border-gray-400 {
		border-color: #e7eaed
	}
	.md\:rounded {
		border-radius: 4px
	}
	.md\:border-0 {
		border-width: 0
	}
	.md\:border {
		border-width: 1px
	}
	.md\:border-b-0 {
		border-bottom-width: 0
	}
	.md\:border-t {
		border-top-width: 1px
	}
	.md\:border-r {
		border-right-width: 1px
	}
	.md\:border-b {
		border-bottom-width: 1px
	}
	.md\:border-l {
		border-left-width: 1px
	}
	.md\:block {
		display: block
	}
	.md\:inline-block {
		display: inline-block
	}
	.md\:inline {
		display: inline
	}
	.md\:flex {
		display: flex
	}
	.md\:inline-flex {
		display: inline-flex
	}
	.md\:table {
		display: table
	}
	.md\:table-row {
		display: table-row
	}
	.md\:table-cell {
		display: table-cell
	}
	.md\:hidden {
		display: none
	}
	.md\:flex-row {
		flex-direction: row
	}
	.md\:flex-col {
		flex-direction: column
	}
	.md\:flex-wrap {
		flex-wrap: wrap
	}
	.md\:items-center {
		align-items: center
	}
	.md\:justify-start {
		justify-content: flex-start
	}
	.md\:justify-between {
		justify-content: space-between
	}
	.md\:order-none {
		order: 0
	}
	.md\:font-normal {
		font-weight: 400
	}
	.md\:h-24 {
		height: 6rem
	}
	.md\:h-auto {
		height: auto
	}
	.md\:h-full {
		height: 100%
	}
	.md\:leading-snug {
		line-height: 1.2
	}
	.md\:my-0 {
		margin-top: 0;
		margin-bottom: 0
	}
	.md\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}
	.md\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
	.md\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem
	}
	.md\:mt-0 {
		margin-top: 0
	}
	.md\:mr-0 {
		margin-right: 0
	}
	.md\:mb-0 {
		margin-bottom: 0
	}
	.md\:ml-0 {
		margin-left: 0
	}
	.md\:mb-1 {
		margin-bottom: .25rem
	}
	.md\:mt-2 {
		margin-top: .5rem
	}
	.md\:mb-2 {
		margin-bottom: .5rem
	}
	.md\:ml-2 {
		margin-left: .5rem
	}
	.md\:mt-3 {
		margin-top: .75rem
	}
	.md\:mr-3 {
		margin-right: .75rem
	}
	.md\:mr-4 {
		margin-right: 1rem
	}
	.md\:mt-6 {
		margin-top: 1.5rem
	}
	.md\:mr-6 {
		margin-right: 1.5rem
	}
	.md\:mb-6 {
		margin-bottom: 1.5rem
	}
	.md\:mt-8 {
		margin-top: 2rem
	}
	.md\:mb-8 {
		margin-bottom: 2rem
	}
	.md\:mb-10 {
		margin-bottom: 2.5rem
	}
	.md\:mt-12 {
		margin-top: 3rem
	}
	.md\:mb-12 {
		margin-bottom: 3rem
	}
	.md\:mb-20 {
		margin-bottom: 5rem
	}
	.md\:mr-auto {
		margin-right: auto
	}
	.md\:-mt-20 {
		margin-top: -5rem
	}
	.md\:overflow-hidden {
		overflow: hidden
	}
	.md\:p-0 {
		padding: 0
	}
	.md\:p-3 {
		padding: .75rem
	}
	.md\:p-4 {
		padding: 1rem
	}
	.md\:p-5 {
		padding: 1.25rem
	}
	.md\:p-6 {
		padding: 1.5rem
	}
	.md\:p-12 {
		padding: 3rem
	}
	.md\:p-16 {
		padding: 4rem
	}
	.md\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}
	.md\:px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.md\:py-1 {
		padding-top: .25rem;
		padding-bottom: .25rem
	}
	.md\:py-2 {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	.md\:px-2 {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.md\:px-3 {
		padding-left: .75rem;
		padding-right: .75rem
	}
	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem
	}
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.md\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem
	}
	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.md\:pt-0 {
		padding-top: 0
	}
	.md\:pr-0 {
		padding-right: 0
	}
	.md\:pb-0 {
		padding-bottom: 0
	}
	.md\:pl-0 {
		padding-left: 0
	}
	.md\:pb-2 {
		padding-bottom: .5rem
	}
	.md\:pt-3 {
		padding-top: .75rem
	}
	.md\:pr-3 {
		padding-right: .75rem
	}
	.md\:pt-4 {
		padding-top: 1rem
	}
	.md\:pr-4 {
		padding-right: 1rem
	}
	.md\:pb-4 {
		padding-bottom: 1rem
	}
	.md\:pl-4 {
		padding-left: 1rem
	}
	.md\:pr-6 {
		padding-right: 1.5rem
	}
	.md\:pb-6 {
		padding-bottom: 1.5rem
	}
	.md\:pr-8 {
		padding-right: 2rem
	}
	.md\:pb-8 {
		padding-bottom: 2rem
	}
	.md\:pt-12 {
		padding-top: 3rem
	}
	.md\:pl-12 {
		padding-left: 3rem
	}
	.md\:pb-16 {
		padding-bottom: 4rem
	}
	.md\:pl-16 {
		padding-left: 4rem
	}
	.md\:pr-24 {
		padding-right: 6rem
	}
	.md\:pb-24 {
		padding-bottom: 6rem
	}
	.md\:pr-32 {
		padding-right: 8rem
	}
	.md\:static {
		position: static
	}
	.md\:absolute {
		position: absolute
	}
	.md\:relative {
		position: relative
	}
	.md\:shadow {
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent
	}
	.md\:shadow-md {
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
	}
	.md\:shadow-2xl {
		box-shadow: 0 5px 50px rgba(0, 0, 0, .1)
	}
	.md\:text-left {
		text-align: left
	}
	.md\:text-right {
		text-align: right
	}
	.md\:hover\:text-green-500:hover,
	.md\:text-green-500 {
		color: #55b891
	}
	.md\:text-xs {
		font-size: .75rem
	}
	.md\:text-base {
		font-size: 1rem
	}
	.md\:text-lg {
		font-size: 1.125rem
	}
	.md\:text-xl {
		font-size: 1.25rem
	}
	.md\:text-2xl {
		font-size: 1.5rem
	}
	.md\:text-3xl {
		font-size: 1.875rem
	}
	.md\:text-4xl {
		font-size: 2.25rem
	}
	.md\:text-5xl {
		font-size: 3rem
	}
	.md\:text-6xl {
		font-size: 4rem
	}
	.md\:visible {
		visibility: visible
	}
	.md\:invisible {
		visibility: hidden
	}
	.md\:w-24 {
		width: 6rem
	}
	.md\:w-40 {
		width: 10rem
	}
	.md\:w-64 {
		width: 16rem
	}
	.md\:w-auto {
		width: auto
	}
	.md\:w-1\/2 {
		width: 50%
	}
	.md\:w-1\/3 {
		width: 33.333333%
	}
	.md\:w-2\/3 {
		width: 66.666667%
	}
	.md\:w-1\/4 {
		width: 25%
	}
	.md\:w-3\/4 {
		width: 75%
	}
	.md\:w-2\/5 {
		width: 40%
	}
	.md\:w-3\/5 {
		width: 60%
	}
	.md\:w-2\/12 {
		width: 16.666667%
	}
	.md\:w-full {
		width: 100%
	}
	.md\:z-0 {
		z-index: 0
	}
}

@media (min-width:1024px) {
	.lg\:bg-transparent {
		background-color: transparent
	}
	.lg\:bg-white {
		background-color: #fff
	}
	.lg\:border-none {
		border-style: none
	}
	.lg\:border {
		border-width: 1px
	}
	.lg\:border-t {
		border-top-width: 1px
	}
	.lg\:border-r {
		border-right-width: 1px
	}
	.lg\:border-l {
		border-left-width: 1px
	}
	.lg\:block {
		display: block
	}
	.lg\:flex {
		display: flex
	}
	.lg\:table {
		display: table
	}
	.lg\:table-row {
		display: table-row
	}
	.lg\:table-cell {
		display: table-cell
	}
	.lg\:hidden {
		display: none
	}
	.lg\:flex-row {
		flex-direction: row
	}
	.lg\:items-center {
		align-items: center
	}
	.lg\:justify-start {
		justify-content: flex-start
	}
	.lg\:justify-between {
		justify-content: space-between
	}
	.lg\:order-none {
		order: 0
	}
	.lg\:font-normal {
		font-weight: 400
	}
	.lg\:h-auto {
		height: auto
	}
	.lg\:-mx-3 {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
	.lg\:mt-0 {
		margin-top: 0
	}
	.lg\:mb-0 {
		margin-bottom: 0
	}
	.lg\:ml-0 {
		margin-left: 0
	}
	.lg\:mr-2 {
		margin-right: .5rem
	}
	.lg\:ml-2 {
		margin-left: .5rem
	}
	.lg\:mt-3 {
		margin-top: .75rem
	}
	.lg\:mr-3 {
		margin-right: .75rem
	}
	.lg\:ml-3 {
		margin-left: .75rem
	}
	.lg\:ml-6 {
		margin-left: 1.5rem
	}
	.lg\:mt-20 {
		margin-top: 5rem
	}
	.lg\:ml-32 {
		margin-left: 8rem
	}
	.lg\:ml-40 {
		margin-left: 10rem
	}
	.lg\:overflow-visible {
		overflow: visible
	}
	.lg\:p-0 {
		padding: 0
	}
	.lg\:p-3 {
		padding: .75rem
	}
	.lg\:p-4 {
		padding: 1rem
	}
	.lg\:p-6 {
		padding: 1.5rem
	}
	.lg\:p-8 {
		padding: 2rem
	}
	.lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}
	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem
	}
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem
	}
	.lg\:pb-0 {
		padding-bottom: 0
	}
	.lg\:pl-0 {
		padding-left: 0
	}
	.lg\:pt-3 {
		padding-top: .75rem
	}
	.lg\:pl-3 {
		padding-left: .75rem
	}
	.lg\:pt-4 {
		padding-top: 1rem
	}
	.lg\:pr-4 {
		padding-right: 1rem
	}
	.lg\:pl-4 {
		padding-left: 1rem
	}
	.lg\:pl-6 {
		padding-left: 1.5rem
	}
	.lg\:pt-10 {
		padding-top: 2.5rem
	}
	.lg\:pl-12 {
		padding-left: 3rem
	}
	.lg\:pb-16 {
		padding-bottom: 4rem
	}
	.lg\:pl-32 {
		padding-left: 8rem
	}
	.lg\:absolute {
		position: absolute
	}
	.lg\:relative {
		position: relative
	}
	.lg\:sticky {
		position: -webkit-sticky;
		position: sticky
	}
	.lg\:text-blue-500 {
		color: #2a3d48
	}
	.lg\:text-base {
		font-size: 1rem
	}
	.lg\:text-lg {
		font-size: 1.125rem
	}
	.lg\:text-5xl {
		font-size: 3rem
	}
	.lg\:text-6xl {
		font-size: 4rem
	}
	.lg\:text-h1 {
		font-size: 6rem
	}
	.lg\:w-24 {
		width: 6rem
	}
	.lg\:w-48 {
		width: 12rem
	}
	.lg\:w-auto {
		width: auto
	}
	.lg\:w-1\/2 {
		width: 50%
	}
	.lg\:w-1\/3 {
		width: 33.333333%
	}
	.lg\:w-2\/3 {
		width: 66.666667%
	}
	.lg\:w-1\/4 {
		width: 25%
	}
	.lg\:w-3\/4 {
		width: 75%
	}
	.lg\:w-1\/5 {
		width: 20%
	}
	.lg\:w-4\/5 {
		width: 80%
	}
}

@media (min-width:1280px) {
	.xl\:flex {
		display: flex
	}
	.xl\:mt-0 {
		margin-top: 0
	}
	.xl\:mb-0 {
		margin-bottom: 0
	}
	.xl\:mb-8 {
		margin-bottom: 2rem
	}
	.xl\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}
	.xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem
	}
	.xl\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem
	}
	.xl\:pl-0 {
		padding-left: 0
	}
	.xl\:pr-4 {
		padding-right: 1rem
	}
	.xl\:pl-4 {
		padding-left: 1rem
	}
	.xl\:pr-6 {
		padding-right: 1.5rem
	}
	.xl\:absolute {
		position: absolute
	}
	.xl\:w-auto {
		width: auto
	}
	.xl\:w-1\/2 {
		width: 50%
	}
	.xl\:w-1\/4 {
		width: 25%
	}
	.xl\:w-3\/4 {
		width: 75%
	}
	.xl\:w-1\/5 {
		width: 20%
	}
}

@media (min-width:1100px) {
	.\32lg\:flex {
		display: flex
	}
	.\32lg\:my-0 {
		margin-top: 0;
		margin-bottom: 0
	}
	.\32lg\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}
	.\32lg\:p-0 {
		padding: 0
	}
	.\32lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}
	.\32lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.\32lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.\32lg\:pt-0 {
		padding-top: 0
	}
	.\32lg\:absolute {
		position: absolute
	}
	.\32lg\:relative {
		position: relative
	}
	.\32lg\:w-1\/4 {
		width: 25%
	}
}

