

@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
}

template {
	display: none
}

[hidden] {
	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;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	font-weight: 700;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.btn:after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 0;
	left: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	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%;
	-webkit-transition-delay: .1s;
	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: #0db98c;
	color: #fff
}

.btn-primary.text-blue-500:not(:hover) {
	color: #2a3d48
}

.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;
	background-color: #4aa27f
}

.btn-primary.btn-white {
	background-color: #fff;
	color: #0db98c;
	border-width: 1px
}

.btn-primary.btn-white:hover {
	background-color: #0db98c;
	color: #fff;
	border-color: #fff
}

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

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

.btn-secondary.loading {
	box-shadow: none;
	background-color: #0db98c
}

.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;
	background-color: #fff;
	color: #dc5050;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s
}

.btn-secondary.btn-red:hover {
	background-color: #dc5050;
	color: #fff
}

.btn-secondary.btn-red.loading {
	background-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='%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")
}

.btn-tertiary {
	border-width: 1px;
	border-color: #2a3d48
}

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

.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;
	box-shadow: none;
	border-width: 1px;
	border-color: #cfd7dc;
	color: #70838f;
	pointer-events: none
}

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

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

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

.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
}

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

.save-btn.loading {
	background-color: transparent
}

.save-btn.saved {
	border-color: #0db98c;
	color: #0db98c;
	pointer-events: none;
	cursor: default
}

.save-btn.saved:before {
	width: .75rem;
	height: .75rem;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-right: .5rem;
	position: relative;
	top: -2px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-1054-181H386v938h-1440z'/%3E%3Cpath stroke-width='2' d='M1 6.75l4 4L12 1' stroke='%2355B891' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E")
}

.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-red-100 {
	background-color: #f8e1df
}

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

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

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

.bg-green-500 {
	background-color: #0db98c
}

.bg-blue-100 {
	background-color: #70838f
}

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

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

.bg-peach-100 {
	background-color: #fbe7d9
}

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

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

.hover\:bg-green-500:hover {
	background-color: #0db98c
}

.bg-bottom {
	background-position: bottom
}

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

.bg-right {
	background-position: 100%
}

.bg-top {
	background-position: top
}

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

.bg-cover {
	background-size: cover
}

.border-transparent {
	border-color: transparent
}

.border-gray-200 {
	border-color: #abb9c4
}

.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: #0db98c
}

.rounded-none {
	border-radius: 0
}

.rounded-sm {
	border-radius: .125rem
}

.rounded {
	border-radius: 4px
}

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

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

.rounded-t-none {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.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-0 {
	border-width: 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
}

.hover\:border-0:hover {
	border-width: 0
}

.cursor-pointer {
	cursor: pointer
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.flex {
	display: -webkit-box;
	display: flex
}

.inline-flex {
	display: -webkit-inline-box;
	display: inline-flex
}

.table {
	display: table
}

.table-row {
	display: table-row
}

.table-cell {
	display: table-cell
}

.hidden {
	display: none
}

.flex-row {
	-webkit-box-orient: horizontal;
	flex-direction: row
}

.flex-col,
.flex-row {
	-webkit-box-direction: normal
}

.flex-col {
	-webkit-box-orient: vertical;
	flex-direction: column
}

.flex-col-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse
}

.flex-wrap {
	flex-wrap: wrap
}

.items-start {
	-webkit-box-align: start;
	align-items: flex-start
}

.items-end {
	-webkit-box-align: end;
	align-items: flex-end
}

.items-center {
	-webkit-box-align: center;
	align-items: center
}

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

.justify-start {
	-webkit-box-pack: start;
	justify-content: flex-start
}

.justify-end {
	-webkit-box-pack: end;
	justify-content: flex-end
}

.justify-center {
	-webkit-box-pack: center;
	justify-content: center
}

.justify-between {
	-webkit-box-pack: justify;
	justify-content: space-between
}

.flex-grow {
	-webkit-box-flex: 1;
	flex-grow: 1
}

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

.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}

.order-first {
	-webkit-box-ordinal-group: -9998;
	order: -9999
}

.order-last {
	-webkit-box-ordinal-group: 10000;
	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-12 {
	height: 3rem
}

.h-16 {
	height: 4rem
}

.h-30 {
	height: 7rem
}

.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
}

.leading-tighter {
	line-height: 1.3
}

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

.m-0 {
	margin: 0
}

.m-3 {
	margin: .75rem
}

.m-6 {
	margin: 1.5rem
}

.m-8 {
	margin: 2rem
}

.m-10 {
	margin: 2.5rem
}

.-m-2 {
	margin: -.5rem
}

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

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

.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
}

.mb-5 {
	margin-bottom: 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
}

.mr-10 {
	margin-right: 2.5rem
}

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

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

.mt-auto {
	margin-top: auto
}

.mr-auto {
	margin-right: auto
}

.mb-auto {
	margin-bottom: auto
}

.ml-auto {
	margin-left: auto
}

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

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

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

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

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

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

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

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

.last\:-mb-4:last-child {
	margin-bottom: -1rem
}

.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
}

.overflow-scroll {
	overflow: scroll
}

.p-0 {
	padding: 0
}

.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-12 {
	padding: 3rem
}

.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-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
}

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

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

.px-32 {
	padding-left: 8rem;
	padding-right: 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
}

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

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

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

.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
}

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

.pb-10 {
	padding-bottom: 2.5rem
}

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

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

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

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

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

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

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

.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: #0db98c
}

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

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

.hover\:text-white:hover {
	color: #fff
}

.hover\:text-green-500:hover {
	color: #0db98c
}

.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
}

.underline {
	text-decoration: underline
}

.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-30 {
	width: 7rem
}

.w-32 {
	width: 8rem
}

.w-48 {
	width: 12rem
}

.w-auto {
	width: auto
}

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

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

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

.w-2\/5 {
	width: 40%
}

.w-3\/5 {
	width: 60%
}

.w-4\/5 {
	width: 80%
}

.w-3\/12 {
	width: 25%
}

.w-4\/12 {
	width: 33.333333%
}

.w-5\/12 {
	width: 41.666667%
}

.w-full {
	width: 100%
}

.z-10 {
	z-index: 10
}

.z-20 {
	z-index: 20
}

.z-30 {
	z-index: 30
}

.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%
}

.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
}

.checklist li.disc:before,
.disc li.disc:before {
	background-image: none;
	border-color: #0db98c;
	border-radius: 9999px;
	width: .75rem;
	height: .75rem;
	top: 4px;
	border-width: 2px
}

.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: #0db98c;
	border-color: #0db98c
}

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

.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 {
	content: "";
	padding-right: 1.25rem;
	padding-left: 1rem;
	height: 1.5rem;
	margin-left: -.5rem;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	background-color: #abb9c4;
	border-width: 1px;
	border-color: #abb9c4;
	border-radius: 9999px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

.checkbox-pill~label:after {
	content: "";
	background-color: #fff;
	height: 1.5rem;
	margin-left: -.5rem;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent;
	border-color: #cfd7dc;
	border-width: 1px;
	width: 1.5rem;
	border-radius: 9999px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

.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: #0db98c;
	width: .75rem;
	height: .75rem;
	border-color: #0db98c;
	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: #0db98c
}

.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: #0db98c
}

.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: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: 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: #0db98c;
	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: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: 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
}

.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
	}
}

.fixed-form {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.fixed-form input {
	border-width: 1px;
	border-color: #fff;
	min-height: 40px
}

.fixed-form button.btn-blue {
	border-width: 1px;
	border-color: #2a3d48
}

.fixed-form button.btn-blue:hover {
	border-color: #fff;
	background-color: transparent
}

.fixed-form .mobile-button {
	width: calc(20% - .5rem)
}

.fixed-form.show {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.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: #0db98c
}

.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 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.92 2C.4 2 0 1.566 0 1c0-.566.4-1 .92-1h9.16c.52 0 .92.434.92 1 0 .566-.4 1-.92 1H.92zm9.13 8c.52 0 .95.434.95 1 0 .566-.4 1-.92 1H.92C.4 12 0 11.566 0 11c0-.566.4-1 .92-1h9.13zm3.98-5A.98.98 0 0115 6c0 .566-.408 1-.94 1H.94C.407 7 0 6.566 0 6c0-.566.408-1 .94-1h13.09z' fill='%232A3D48' fill-rule='evenodd'/%3E%3C/svg%3E")
}

#search-toggle {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.373 13.322l-4.2-3.354a6.27 6.27 0 001.24-3.738C12.413 2.803 9.62 0 6.206 0 2.792 0 0 2.803 0 6.23c0 3.427 2.792 6.23 6.206 6.23 1.41 0 2.698-.48 3.724-1.245l3.342 4.216c.812.863 1.814.647 2.315 0 .526-.648.645-1.294-.214-2.109zm-9.167-2.779c-2.363 0-4.296-1.94-4.296-4.313 0-2.373 1.933-4.313 4.296-4.313 2.364 0 4.297 1.94 4.297 4.313 0 2.372-1.933 4.313-4.297 4.313z' fill='%232A3D48' fill-rule='evenodd'/%3E%3C/svg%3E")
}

#menu-toggle,
#search-toggle {
	background-size: 14px auto
}

.menu-active #menu-toggle,
.search-active #search-toggle,
.sub-menu-active #menu-toggle {
	background-size: 12px auto;
	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");
	border-color: #0db98c;
	background-color: #0db98c
}

.mobile-menu a span:after {
	content: "";
	display: block;
	width: 100%;
	background-color: #2a3d48;
	position: absolute;
	opacity: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	height: 2px;
	bottom: 2px
}

.mobile-menu li.sub-open a span:after {
	opacity: 1
}

.mobile-menu-back {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232A3D48' stroke-width='2' d='M8.5 1L2 7.5 8.5 14' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E")
}

@media (max-width:767px) {
	.subheader li {
		margin-top: -2px
	}
	.global-menu {
		background-color: #f2f5f6;
		top: calc(6.5rem - 1px);
		padding-bottom: 5rem
	}
	.global-menu.sub-open>* {
		pointer-events: none
	}
	.global-menu.sub-open a {
		color: #2a3d48
	}
	.global-menu.sub-open a:after {
		opacity: 1
	}
	.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 {
		display: none
	}
	.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
	}
	.user-nav .chevron-right a:after {
		margin-right: 1rem;
		width: .5rem
	}
	.menu-active .subheader,
	.menu-active .subheader.top,
	.sub-menu-active .subheader,
	.sub-menu-active .subheader.top {
		position: absolute;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	.menu-active header>div:first-of-type,
	.sub-menu-active header>div:first-of-type {
		position: absolute
	}
	.menu-active header form,
	.menu-active main,
	.sub-menu-active header form,
	.sub-menu-active main {
		display: none
	}
	.search-active {
		background-color: #f2f5f6
	}
	.search-active header>.border-b {
		border-width: 0
	}
	.search-active header>div:first-of-type {
		position: absolute
	}
	.search-active header .subheader,
	.search-active header form {
		display: none
	}
	.search-active .search-form {
		display: -webkit-box;
		display: flex
	}
	.search-active main {
		display: none
	}
	.subheader {
		-webkit-transition: -webkit-transform .4s;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s
	}
	.subheader.top {
		-webkit-transform: translateY(-2.75rem);
		transform: translateY(-2.75rem)
	}
	.subheader.top.show {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	.subheader .sub-open>a {
		font-weight: 700
	}
	.search-form {
		top: 4rem
	}
	.search-form button {
		top: -2px
	}
}

.filter-active>*,
.filter-active main>section>div {
	display: none
}

.filter-active .shop-sidebar,
.filter-active main,
.filter-active main>section {
	display: block
}

.menu-active .global-menu:not(.user-nav) {
	display: -webkit-box;
	display: flex
}

.sub-menu-active .mobile-menu-back {
	opacity: 1!important
}

.search-suggestions a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3rem;
	opacity: .5;
	display: block;
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	background-size: 14px auto;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.373 13.322l-4.2-3.354a6.27 6.27 0 001.24-3.738C12.413 2.803 9.62 0 6.206 0 2.792 0 0 2.803 0 6.23c0 3.427 2.792 6.23 6.206 6.23 1.41 0 2.698-.48 3.724-1.245l3.342 4.216c.812.863 1.814.647 2.315 0 .526-.648.645-1.294-.214-2.109zm-9.167-2.779c-2.363 0-4.296-1.94-4.296-4.313 0-2.373 1.933-4.313 4.296-4.313 2.364 0 4.297 1.94 4.297 4.313 0 2.372-1.933 4.313-4.297 4.313z' fill='%232A3D48' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.basket span {
	min-width: 1rem
}

.basket-icon {
	top: -1px
}

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

.reorder:hover svg path {
	fill: #0db98c
}

.has-children {
	cursor: pointer
}

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

@media (min-width:768px) {
	.has-children {
		position: relative
	}
	.user-nav {
		top: 2px
	}
	.user-nav .sub-menu {
		margin-top: -1px
	}
	.menu-active header>div:first-of-type,
	.search-active header>div:first-of-type {
		position: fixed
	}
	.menu-active .global-menu,
	.search-active .global-menu {
		display: -webkit-box;
		display: flex
	}
	.menu-active main,
	.search-active main {
		display: block
	}
	.global-menu.user-nav .has-children:first-of-type .sub-menu {
		min-width: 180px;
		width: auto;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.global-menu.user-nav .sub-menu {
		min-width: 180px;
		width: auto;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.global-menu.sub-open>li {
		display: inline-block
	}
	.global-menu.sub-open>li>a {
		color: #70838f
	}
	.global-menu.sub-open>li.sub-open {
		display: block
	}
	.global-menu.sub-open>li.sub-open>a {
		display: block;
		color: #2a3d48
	}
	.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:not(.chevron)>a {
		position: relative
	}
	.global-menu .has-children:not(.chevron)>a:after {
		content: "";
		display: block;
		position: absolute;
		transition: all .2s;
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		bottom: 0;
		left: 0;
		height: 2px;
		width: calc(100% - 1rem)
	}
	.global-menu .has-children:not(.chevron)>a:hover:after {
		background-color: #2a3d48
	}
	.global-menu .has-children:not(.chevron)>a span:first-child {
		vertical-align: middle
	}
	.global-menu .has-children:not(.chevron).sub-open {
		color: #2a3d48
	}
	.global-menu .has-children:not(.chevron).sub-open>a:after {
		background-color: #2a3d48
	}
	.global-menu .has-children:not(.chevron).sub-open .sub-menu {
		display: -webkit-box;
		display: flex
	}
	.global-menu .has-children:not(.chevron):first-of-type .sub-menu {
		min-width: 700px;
		max-width: 740px
	}
	.global-menu .has-children:not(.chevron):first-of-type li {
		width: 33.333333%
	}
	.global-menu .has-children:not(.chevron):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: 3rem;
		cursor: default;
		line-height: 1.6
	}
	.global-menu .sub-menu span {
		-webkit-column-span: all;
		-moz-column-span: all;
		column-span: all
	}
	.user-nav .has-children:first-of-type li {
		width: 100%
	}
	.user-nav>li>a>span {
		position: relative
	}
	.user-nav>li>a>span:after {
		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.786L5 5.5l3.714-3.714' stroke='%23ABB9C4' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E");
		width: .75rem;
		height: 100%;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background-position: 50%;
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: -.25rem;
		top: -1px;
		content: ""
	}
	.user-nav.user-sub-open .sub-menu {
		display: block
	}
	.user-nav.user-sub-open>li>a>span:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@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: 3rem
	}
	.global-menu.user-nav .sub-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

@media (min-width:1280px) {
	.global-menu .has-children:not(.chevron)>a:after {
		width: calc(100% - 1.5rem)
	}
}

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

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

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

.circle {
	width: 2.25rem;
	height: 2.25rem
}

.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: #0db98c;
	color: #0db98c
}

.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: #0db98c
}

.order-status .order-status-col.complete span,
.order-status .order-status-col.progress span {
	color: #0db98c
}

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

.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: #0db98c
}

.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
	}
}

.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: #0db98c
}

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

.hero figure {
	background-image: url(/images/home/hero@mobile-407d5e28d9629ea9a0cee37607b8f69e.jpg?vsn=d)
}

.hero .bg-green-500 {
	position: relative
}

.hero .bg-green-500:after {
	position: absolute;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(/images/headers/food-296b2c1c48eb18bd8862d57af1860e9d.svg?vsn=d);
	content: "";
	opacity: .1
}

@media (min-width:768px) {
	.hero figure {
		background-image: url(/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d);
		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: image-set(url("/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d") 1x, url("/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d") 2x)
	}
}

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

.shop-sidebar .select {
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: .875rem
}

.chevron-right a {
	position: relative;
	margin-bottom: -1px
}

.chevron-right a:after {
	position: absolute;
	width: .5rem;
	height: 100%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	display: block;
	right: 0;
	top: 0;
	margin-right: .75rem;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-213-164h1440v2716H-213z'/%3E%3Cpath d='M1.9 10.063L5.8 6 1.9 1.937' stroke='%232A3D48' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
}

.chevron-right a.current {
	z-index: 10;
	position: relative;
	border-color: transparent
}

.chevron-right a.current:after {
	display: none
}

.chevron-right a.current:hover {
	background-color: #0db98c
}

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

.product-card-lg .product-image img {
	max-width: 80%
}

.product-card-lg .product-image:after {
	content: "";
	display: block;
	padding-bottom: 50%
}

.product-card:not(.product-card-lg) footer .btn {
	margin: 0 -1px
}

.product-card:not(.product-card-lg) footer .quantity-container {
	margin: 0 -1px
}

.product-card:not(.product-card-lg) footer .quantity-container>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.product-card:not(.product-card-lg) footer .quantity-container>input {
	border-bottom-width: 0
}

.product-skeleton:after {
	position: absolute;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/images/headers/food-296b2c1c48eb18bd8862d57af1860e9d.svg?vsn=d);
	content: "";
	opacity: .1
}

.products-filter {
	min-height: 2.5rem
}

.products-filter .tag {
	display: inline-block;
	padding-top: .25rem;
	padding-bottom: .25rem
}

.products-filter input {
	position: absolute;
	pointer-events: none;
	visibility: hidden
}

.products-filter input~label {
	cursor: pointer;
	display: inline-block;
	border-radius: 9999px;
	border-width: 1px;
	border-color: #cfd7dc;
	line-height: 1;
	padding: .25rem .5rem;
	font-family: Roboto Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: .7rem;
	text-transform: uppercase;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: background-color .4s, border-color .4s, color .4s;
	transition: background-color .4s, border-color .4s, color .4s
}

.products-filter input~label:after {
	position: absolute;
	width: .5rem;
	height: 100%;
	display: block;
	top: 0;
	right: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	margin-right: .5rem;
	content: "";
	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")
}

.products-filter input~label:hover {
	background-color: #0db98c;
	border-color: #0db98c;
	color: #fff
}

.products-filter input:hover~label {
	background-color: #0db98c;
	border-color: #0db98c;
	color: #fff
}

.products-filter input:checked~label {
	background-color: #0db98c;
	border-color: #0db98c;
	color: #fff;
	padding-right: 1.25rem
}

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

.filter-back {
	-webkit-box-align: center;
	align-items: center
}

.filter-back:before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	width: .75rem;
	background-position: 50%;
	margin-right: .5rem;
	height: .75rem;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	top: -2px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-32-120h1440v2716H-32z'/%3E%3Cpath d='M6.1 1.938L2.2 6l3.9 4.063' stroke='%232A3D48' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
}

.filter-back:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-32-120h1440v2716H-32z'/%3E%3Cpath d='M6.1 1.938L2.2 6l3.9 4.063' stroke='%2355B891' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
}

.mobile-filter-button {
	padding-right: 2rem
}

.mobile-filter-button:after {
	content: "";
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	width: .75rem;
	height: 100%;
	right: 0;
	top: 0;
	background-position: 50%;
	margin-right: .5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1)' fill='none' fill-rule='evenodd'%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/svg%3E")
}

.shop-sidebar .cross {
	width: 2.5rem;
	height: 2.5rem;
	margin: .75rem;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	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
}

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

.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
	}
}

@media (min-width:768px) {
	.product-card-lg .product-image:after {
		padding-bottom: 100%
	}
}

@media (min-width:1024px) {
	#basket-contents .sticky {
		width: 29%
	}
}

.basket-nav svg {
	top: -2px
}

.basket-nav .font-mono,
.basket-nav svg {
	position: relative
}

.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: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: .875rem;
	-webkit-box-pack: center;
	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: calc(6.7rem - 3px)
}

.basket-status:hover svg * {
	fill: #2a3d48;
	-webkit-transition: all .4s;
	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: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	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 {
	font-size: 2.25rem
}

.header h1 {
	font-size: 2.25rem;
	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(4.75rem + 1px)
}

.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: -webkit-box;
	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: -webkit-box;
	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: #0db98c
}

@media screen and (max-width:768px) {
	.intercom-launcher-badge-frame,
	.intercom-launcher-frame {
		-webkit-transition: all .4s!important;
		transition: all .4s!important
	}
	.intercom-shift .intercom-launcher-badge-frame,
	.intercom-shift .intercom-launcher-frame {
		-webkit-transform: translateY(-75px);
		transform: translateY(-75px)
	}
}

@media (min-width:768px) {
	.subheader {
		padding-top: calc(8.5rem + 1px)
	}
	.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: 10.6rem
	}
}

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

@media (min-width:1024px) {
	.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:1024px) {
	.subheader {
		padding-top: calc(8rem + 1px)
	}
}

@media (min-width:1280px) {
	main {
		padding-top: 9.5rem
	}
}

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

.async_flash {
	-webkit-transform: translateY(-85%);
	transform: translateY(-85%);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17), 0 0 0 0 transparent;
	line-height: 1;
	font-weight: 400;
	padding: .75rem 1rem;
	position: absolute;
	background-color: #0db98c;
	color: #fff;
	border-radius: 9999px;
	font-size: .75rem;
	top: 0;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	margin-top: -.5rem;
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.async_flash:after {
	content: "";
	display: block;
	bottom: 0;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 5px;
	border-top: 5px solid #0db98c;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	-webkit-transform: translateY(90%);
	transform: translateY(90%)
}

.async_flash.show {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	visibility: visible
}

.copy .async_flash {
	margin-top: 0;
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%)
}

.copy .async_flash.show {
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%)
}

.full-link {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.square-image {
	max-width: 500px;
	height: auto
}

.aspect:after {
	content: "";
	padding-bottom: 55%;
	display: block
}

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

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

.basket-icon {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	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: #0db98c;
	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
}

.referral main {
	padding-top: 0
}

.referral .hero {
	height: 100vh;
	position: relative;
	max-height: 450px
}

.referral .hero:after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: rgba(89, 55, 38, .3)
}

.referral .hero :not(.md\:absolute):not(.absolute) {
	z-index: 20;
	position: relative
}

.referral .hero .absolute {
	z-index: 20
}

.referral .section .text-3xl {
	font-size: 1.75rem
}

.referral .square-mobile:after {
	padding-bottom: 65%;
	display: block;
	content: ""
}

.referral .container {
	max-width: 100%
}

.max-width {
	max-width: 200px
}

.referral-status {
	border-radius: 9999px;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	margin-right: 1rem;
	background-position: 50%;
	background-repeat: no-repeat;
	flex-shrink: 0
}

.referral-status.trialing {
	background-color: #f5c98c;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Ccircle cx='11.5' cy='1.5' r='1.5'/%3E%3Ccircle cx='6.5' cy='1.5' r='1.5'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5'/%3E%3C/g%3E%3C/svg%3E")
}

.referral-status.member {
	background-color: #0db98c;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.025l2.545 2.8L8 1' stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.referral .hero {
	background-image: url(/images/home/hero@mobile-407d5e28d9629ea9a0cee37607b8f69e.jpg?vsn=d)
}

@media (min-width:768px) {
	.referral .hero {
		background-image: url(/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d);
		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: image-set(url("/images/home/hero-42f1e7a8b9553a654758954eb77d236a.jpg?vsn=d") 1x, url("/images/home/hero@2x-93577abb3a777ff0f399f6833ad16c49.jpg?vsn=d") 2x)
	}
}

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

@media (min-width:768px) {
	.container {
		max-width: 100%
	}
	.referral .hero {
		max-height: 650px
	}
	.referral .square-mobile:after {
		padding-bottom: 100%
	}
}

@media (min-width:1024px) {
	.referral .hero {
		min-height: 550px
	}
	.referral .container {
		max-width: 1400px
	}
}

@media only screen and (min-width:1440px) {
	.referral {
		font-size: 120%
	}
	.referral .hero {
		max-height: 750px
	}
	.referral .container {
		max-width: 1600px
	}
}

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

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

.notification-card {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	max-width: 450px;
	min-width: 240px
}

@media (min-width:768px) {
	.notification-card {
		min-width: 360px
	}
}

.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;
	pointer-events: none;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

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

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

.modal.automatic-modal.show .modal-container {
	-webkit-transition-delay: .1s;
	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;
	-webkit-box-pack: center;
	justify-content: center;
	display: none;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
	pointer-events: all;
	overflow: scroll;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-perspective: 1000;
	perspective: 1000
}

.modal#save-basket {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	padding-top: 0;
	padding-bottom: 0
}

.modal#save-basket .error-message {
	display: none
}

.modal#save-basket .has-error .error-message {
	display: block
}

.modal#save-basket.hidden {
	display: none
}

.modal#save-basket .modal-container {
	border-radius: 0;
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 8rem
}

.modal#save-basket .modal-container .input {
	box-shadow: none;
	border-width: 1px;
	border-color: #e9f4f1
}

.modal#save-basket .save-form,
.modal#save-basket .success {
	position: absolute;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s;
	transition: all .4s
}

.modal#save-basket .save-form.hide,
.modal#save-basket .success.hide {
	visibility: hidden;
	opacity: 0;
	pointer-events: none
}

.modal#save-basket .save-form {
	position: relative
}

.modal#save-basket .success {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}

.modal .overflow-scroll {
	padding-bottom: 5rem
}

.modal.modal-center {
	-webkit-box-align: 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#save-basket {
		-webkit-box-align: center;
		align-items: center
	}
	.modal#save-basket .modal-container {
		border-radius: 4px;
		padding-bottom: 1.5rem;
		max-width: 450px
	}
	.modal .overflow-scroll {
		padding-bottom: 0;
		overflow: auto
	}
	.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,
	.modal.modal-center>form {
		max-width: 500px
	}
}

.collections>.flex:first-of-type .card h3 {
	font-size: 1.875rem
}

.collections>.flex:first-of-type .card .btn {
	margin-top: 0
}

.collections>.flex:first-of-type .collection-large .card h3 {
	font-size: 1.875rem
}

.collections>.flex:first-of-type>.flex-col:first-of-type figure {
	height: auto
}

.collections .card h3 {
	font-size: 1.25rem;
	margin-bottom: .5rem;
	line-height: 1
}

.collections .card p {
	font-size: .75rem;
	line-height: 1.2;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1.5rem
}

.collections .card .btn {
	margin-top: auto;
	z-index: 30;
	position: relative
}

.collections .card img {
	width: 50%;
	height: auto
}

.collections .card figure {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.collections .card .bg-blue-100 {
	background-color: #b7dbe5
}

.collections .collection-large .card h3 {
	font-size: 1.875rem;
	margin-top: auto
}

.collections.single-collection .card h3 {
	font-size: 1.875rem
}

.collections.single-collection>.flex:first-of-type>.flex-col:first-of-type h3 {
	font-size: 1.875rem
}

.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex {
	width: 50%
}

.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex h3 {
	font-size: 1.5rem
}

@media (min-width:1024px) {
	.collections>.flex:first-of-type .card h3 {
		font-size: 2.25rem
	}
	.collections>.flex:first-of-type .card p {
		padding-left: 5rem;
		padding-right: 5rem
	}
	.collections>.flex:first-of-type .card img {
		width: 25%
	}
	.collections>.flex:first-of-type .collection-large .card img {
		width: 50%
	}
	.collections>.flex:first-of-type>.flex-col:first-of-type .card h3 {
		font-size: 3rem
	}
	.collections>.flex:first-of-type>.flex-col:first-of-type .card img {
		width: 60%
	}
	.collections>.flex:first-of-type .collection-large .card h3 {
		font-size: 3rem
	}
	.collections .collection-large .card .bg-gray-100 {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
	.collections .collection-large .card img {
		width: 50%
	}
	.collections .collection-large .card h3 {
		font-size: 3rem
	}
	.collections .card p {
		font-size: .875rem
	}
	.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex {
		width: 100%
	}
	.collections.single-collection>.flex:first-of-type>.flex-col:last-of-type>.flex h3 {
		font-size: 1.875rem
	}
}

.collections-header {
	background-color: transparent;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-image: none
}

.collections-header h1 {
	padding-bottom: 0
}

.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-500 {
		border-color: #cfd7dc
	}
	.md\:rounded {
		border-radius: 4px
	}
	.md\:rounded-full {
		border-radius: 9999px
	}
	.md\:border-0 {
		border-width: 0
	}
	.md\:border {
		border-width: 1px
	}
	.md\:border-t-0 {
		border-top-width: 0
	}
	.md\:border-b-0 {
		border-bottom-width: 0
	}
	.md\:border-l-0 {
		border-left-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: -webkit-box;
		display: flex
	}
	.md\:inline-flex {
		display: -webkit-inline-box;
		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 {
		-webkit-box-orient: horizontal;
		flex-direction: row
	}
	.md\:flex-col,
	.md\:flex-row {
		-webkit-box-direction: normal
	}
	.md\:flex-col {
		-webkit-box-orient: vertical;
		flex-direction: column
	}
	.md\:flex-wrap {
		flex-wrap: wrap
	}
	.md\:flex-no-wrap {
		flex-wrap: nowrap
	}
	.md\:items-center {
		-webkit-box-align: center;
		align-items: center
	}
	.md\:justify-start {
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.md\:justify-center {
		-webkit-box-pack: center;
		justify-content: center
	}
	.md\:justify-between {
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.md\:flex-grow {
		-webkit-box-flex: 1;
		flex-grow: 1
	}
	.md\:font-normal {
		font-weight: 400
	}
	.md\:font-bold {
		font-weight: 700
	}
	.md\:h-24 {
		height: 6rem
	}
	.md\:h-auto {
		height: auto
	}
	.md\:h-full {
		height: 100%
	}
	.md\:leading-snug {
		line-height: 1.2
	}
	.md\:m-0 {
		margin: 0
	}
	.md\:m-4 {
		margin: 1rem
	}
	.md\:m-12 {
		margin: 3rem
	}
	.md\:my-0 {
		margin-top: 0;
		margin-bottom: 0
	}
	.md\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}
	.md\:mx-3 {
		margin-left: .75rem;
		margin-right: .75rem
	}
	.md\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
	.md\:-mx-3 {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
	.md\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem
	}
	.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\:mr-2 {
		margin-right: .5rem
	}
	.md\:mb-2 {
		margin-bottom: .5rem
	}
	.md\:mt-3 {
		margin-top: .75rem
	}
	.md\:mr-3 {
		margin-right: .75rem
	}
	.md\:mb-3 {
		margin-bottom: .75rem
	}
	.md\:mt-4 {
		margin-top: 1rem
	}
	.md\:mr-4 {
		margin-right: 1rem
	}
	.md\:mb-4 {
		margin-bottom: 1rem
	}
	.md\:mt-5 {
		margin-top: 1.25rem
	}
	.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\:mt-12 {
		margin-top: 3rem
	}
	.md\:mb-12 {
		margin-bottom: 3rem
	}
	.md\:mt-16 {
		margin-top: 4rem
	}
	.md\:mb-20 {
		margin-bottom: 5rem
	}
	.md\:mt-auto {
		margin-top: auto
	}
	.md\:mr-auto {
		margin-right: auto
	}
	.md\:-mt-20 {
		margin-top: -5rem
	}
	.md\:last\:mb-0:last-child {
		margin-bottom: 0
	}
	.md\:overflow-hidden {
		overflow: hidden
	}
	.md\:p-0 {
		padding: 0
	}
	.md\:p-2 {
		padding: .5rem
	}
	.md\:p-3 {
		padding: .75rem
	}
	.md\:p-4 {
		padding: 1rem
	}
	.md\:p-5 {
		padding: 1.25rem
	}
	.md\:p-6 {
		padding: 1.5rem
	}
	.md\:p-8 {
		padding: 2rem
	}
	.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\: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-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem
	}
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem
	}
	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.md\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem
	}
	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.md\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
	.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\:pr-1 {
		padding-right: .25rem
	}
	.md\:pr-2 {
		padding-right: .5rem
	}
	.md\:pt-3 {
		padding-top: .75rem
	}
	.md\:pr-3 {
		padding-right: .75rem
	}
	.md\:pb-3 {
		padding-bottom: .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\:pt-6 {
		padding-top: 1.5rem
	}
	.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\:pr-12 {
		padding-right: 3rem
	}
	.md\:pb-16 {
		padding-bottom: 4rem
	}
	.md\:pl-16 {
		padding-left: 4rem
	}
	.md\:pl-20 {
		padding-left: 5rem
	}
	.md\:pr-24 {
		padding-right: 6rem
	}
	.md\:pb-24 {
		padding-bottom: 6rem
	}
	.md\:pr-32 {
		padding-right: 8rem
	}
	.md\:pb-32 {
		padding-bottom: 8rem
	}
	.md\:static {
		position: static
	}
	.md\:absolute {
		position: absolute
	}
	.md\:relative {
		position: relative
	}
	.md\:top-auto {
		top: auto
	}
	.md\:left-auto {
		left: auto
	}
	.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-center {
		text-align: center
	}
	.md\:text-right {
		text-align: right
	}
	.md\:text-green-500 {
		color: #0db98c
	}
	.md\:text-blue-100 {
		color: #70838f
	}
	.md\:hover\:text-green-500:hover {
		color: #0db98c
	}
	.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\:visible {
		visibility: visible
	}
	.md\:invisible {
		visibility: hidden
	}
	.md\:w-24 {
		width: 6rem
	}
	.md\:w-40 {
		width: 10rem
	}
	.md\:w-64 {
		width: 16rem
	}
	.md\:w-72 {
		width: 15rem
	}
	.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-20 {
		z-index: 20
	}
}

@media (min-width:1024px) {
	.lg\:border-0 {
		border-width: 0
	}
	.lg\:border {
		border-width: 1px
	}
	.lg\:border-b-0 {
		border-bottom-width: 0
	}
	.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\:inline-block {
		display: inline-block
	}
	.lg\:flex {
		display: -webkit-box;
		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 {
		-webkit-box-orient: horizontal;
		flex-direction: row
	}
	.lg\:flex-col,
	.lg\:flex-row {
		-webkit-box-direction: normal
	}
	.lg\:flex-col {
		-webkit-box-orient: vertical;
		flex-direction: column
	}
	.lg\:flex-wrap {
		flex-wrap: wrap
	}
	.lg\:justify-start {
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.lg\:justify-between {
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.lg\:order-none {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.lg\:h-auto {
		height: auto
	}
	.lg\:leading-snug {
		line-height: 1.2
	}
	.lg\:m-0 {
		margin: 0
	}
	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}
	.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\:mb-2 {
		margin-bottom: .5rem
	}
	.lg\:ml-2 {
		margin-left: .5rem
	}
	.lg\:mt-3 {
		margin-top: .75rem
	}
	.lg\:mb-3 {
		margin-bottom: .75rem
	}
	.lg\:ml-3 {
		margin-left: .75rem
	}
	.lg\:mb-4 {
		margin-bottom: 1rem
	}
	.lg\:mt-5 {
		margin-top: 1.25rem
	}
	.lg\:mt-6 {
		margin-top: 1.5rem
	}
	.lg\:mb-6 {
		margin-bottom: 1.5rem
	}
	.lg\:mt-8 {
		margin-top: 2rem
	}
	.lg\:ml-8 {
		margin-left: 2rem
	}
	.lg\:mb-12 {
		margin-bottom: 3rem
	}
	.lg\:ml-32 {
		margin-left: 8rem
	}
	.lg\:ml-40 {
		margin-left: 10rem
	}
	.lg\:p-0 {
		padding: 0
	}
	.lg\:p-3 {
		padding: .75rem
	}
	.lg\:p-4 {
		padding: 1rem
	}
	.lg\:p-6 {
		padding: 1.5rem
	}
	.lg\:p-20 {
		padding: 5rem
	}
	.lg\:p-24 {
		padding: 6rem
	}
	.lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}
	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem
	}
	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem
	}
	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem
	}
	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}
	.lg\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem
	}
	.lg\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem
	}
	.lg\:pb-0 {
		padding-bottom: 0
	}
	.lg\:pl-0 {
		padding-left: 0
	}
	.lg\:pt-3 {
		padding-top: .75rem
	}
	.lg\:pb-3 {
		padding-bottom: .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\:pt-6 {
		padding-top: 1.5rem
	}
	.lg\:pr-6 {
		padding-right: 1.5rem
	}
	.lg\:pl-6 {
		padding-left: 1.5rem
	}
	.lg\:pr-8 {
		padding-right: 2rem
	}
	.lg\:pl-8 {
		padding-left: 2rem
	}
	.lg\:pb-12 {
		padding-bottom: 3rem
	}
	.lg\:pt-16 {
		padding-top: 4rem
	}
	.lg\:pb-16 {
		padding-bottom: 4rem
	}
	.lg\:pt-20 {
		padding-top: 5rem
	}
	.lg\:pr-20 {
		padding-right: 5rem
	}
	.lg\:pb-24 {
		padding-bottom: 6rem
	}
	.lg\:pl-32 {
		padding-left: 8rem
	}
	.lg\:absolute {
		position: absolute
	}
	.lg\:relative {
		position: relative
	}
	.lg\:sticky {
		position: -webkit-sticky;
		position: sticky
	}
	.lg\:text-left {
		text-align: left
	}
	.lg\:text-blue-500 {
		color: #2a3d48
	}
	.lg\:text-base {
		font-size: 1rem
	}
	.lg\:text-lg {
		font-size: 1.125rem
	}
	.lg\:text-4xl {
		font-size: 2.25rem
	}
	.lg\:text-5xl {
		font-size: 3rem
	}
	.lg\:text-6xl {
		font-size: 4rem
	}
	.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%
	}
	.lg\:w-3\/12 {
		width: 25%
	}
	.lg\:w-4\/12 {
		width: 33.333333%
	}
	.lg\:w-5\/12 {
		width: 41.666667%
	}
	.lg\:w-full {
		width: 100%
	}
}

@media (min-width:1280px) {
	.xl\:block {
		display: block
	}
	.xl\:flex {
		display: -webkit-box;
		display: flex
	}
	.xl\:flex-no-wrap {
		flex-wrap: nowrap
	}
	.xl\:mt-0 {
		margin-top: 0
	}
	.xl\:mb-0 {
		margin-bottom: 0
	}
	.xl\:mb-8 {
		margin-bottom: 2rem
	}
	.xl\:p-8 {
		padding: 2rem
	}
	.xl\:p-12 {
		padding: 3rem
	}
	.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\:text-5xl {
		font-size: 3rem
	}
	.xl\:w-auto {
		width: auto
	}
	.xl\:w-1\/2 {
		width: 50%
	}
	.xl\:w-1\/3 {
		width: 33.333333%
	}
	.xl\:w-1\/4 {
		width: 25%
	}
	.xl\:w-3\/4 {
		width: 75%
	}
	.xl\:w-1\/5 {
		width: 20%
	}
	.xl\:w-3\/5 {
		width: 60%
	}
	.xl\:w-4\/5 {
		width: 80%
	}
	.xl\:w-1\/6 {
		width: 16.666667%
	}
}

@media (min-width:1100px) {
	.\32lg\:flex {
		display: -webkit-box;
		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%
	}
}

