body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@charset "UTF-8";
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
:root {
  --primary: #0F7FAD;
  --primaryLight: #14a7e1;
  --primaryLightest: #3bb8e9;
  --black: #0a0a0a;
  --grey: #8c99a6;
  --greyLighter: #d6d6d6;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 2rem;
	font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--black);
}
@media (min-width: 640px) {
  h1, h2, h3, h4, h5, h6{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
  h1, h2, h3, h4, h5, h6{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

h2{
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
}
@media (min-width: 640px) {
  h2{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1024px) {
  h2{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

h1{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
}
@media (min-width: 640px) {
  h1{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 1024px) {
  h1{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}

p, input, div{
	font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(102, 112, 124, var(--tw-text-opacity));
}

p{
	margin-bottom: 1rem;
}

a{
	border-bottom-width: 1px;
	border-color: transparent;
	font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: var(--primary);
	text-decoration: none;
  transition: 0.2s ease;
}
a:hover{
	border-color: var(--primary);
}

.line-70 {
  max-width: 70ch;
}

.line-80 {
  max-width: 80ch;
}

.line-90 {
  max-width: 90ch;
}

.wys-grey-lighter > p{
	color: var(--greyLighter);
}
.wys-grey-lighter > p > a{
	--tw-text-opacity: 1;
	color: rgba(215, 221, 226, var(--tw-text-opacity));
}
.wys-grey-lighter > p .wys-text-black > p{
	color: var(--black);
}

.container{
	padding-left: 1rem;
	padding-right: 1rem;
}

.title-display-left {
  padding-left: 49px;
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
  font-family: Montserrat, Oswald, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.title-display-left::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 15px;
  background-color: var(--primary);
}
.title-display-left::after {
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: var(--primary);
}

.title-display-center{
	position: relative;
	margin-bottom: 1rem;
	display: inline-block;
	text-align: center;
	font-family: Montserrat, Oswald, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.title-display-center::before {
  content: "";
  width: 2px;
  height: 35px;
  position: absolute;
  top: -37px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  background-color: var(--primary);
}
.title-display-center::after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  top: -33px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  background-color: var(--primary);
}

.title-display-center.text-grey-lightest::before,
.title-display-left.text-grey-lightest::before {
  background-color: var(--greyLighter);
}
.title-display-center.text-grey-lightest::after,
.title-display-left.text-grey-lightest::after {
  background-color: var(--greyLighter);
}

.section_page-banner {
  max-height: calc(100vh - 57px);
}
@media (min-width: 1024px) {
  .section_page-banner {
    max-height: calc(100vh - 126px);
  }
}
@media (min-width: 768px) {
  .section_page-banner .content {
    max-width: 660px;
  }
}
@media (min-width: 1024px) {
  .section_page-banner .content {
    max-width: 448px;
  }
}

#cookie-notice.active{
	pointer-events: auto !important;
	visibility: visible !important;
	z-index: 10 !important;
	opacity: 1 !important;
}
@media (min-width: 768px) {
  #cookie-notice {
    width: 320px !important;
    transform: translateY(100%);
  }
  #cookie-notice.active {
    transform: translateY(0);
  }
}

#panel-share.active{
	visibility: visible;
	opacity: 1;
}
@media (max-width: 767px) {
  #panel-share{
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
  #panel-share{
		height: 100%;
	}
  #panel-share{
		width: 100%;
	}
  #panel-share {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #panel-share .panel-share{
		position: absolute;
	}
  #panel-share .panel-share{
		bottom: 0;
	}
  #panel-share .panel-share{
		left: 0;
	}
  #panel-share .panel-share{
		width: 100%;
	}
  #panel-share .panel-share{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

  #panel-share .panel-share {
    bottom: 0;
  }

  #panel-share .panel-share {
    left: 0;
  }
  #panel-share .panel-share {
    transform: translateY(100%);
  }
  #panel-share.active .panel-share {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  #panel-share {
    transform: translate(-50%, -80%);
    left: 50%;
    top: -0.75rem;
  }
  #panel-share.active {
    transform: translate(-50%, -100%);
  }
}

.imgShadow {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5), 0 15px 15px rgba(0, 0, 0, 0.3);
}

.arrow-bottom::after{
	position: absolute;
	border-radius: 0.125rem;
  content: " ";
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none;
}

.mixitup-control{
	border-radius: 0.25rem;
	border-width: 1px;
	border-color: var(--grey);
	--tw-text-opacity: 1;
	color: rgba(102, 112, 124, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.mixitup-control:hover{
	border-radius: 0.25rem;
	border-width: 1px;
	border-color: var(--primaryLight);
	background-color: var(--primaryLight);
	--tw-text-opacity: 1;
	color: rgba(247, 247, 250, var(--tw-text-opacity));
}
.mixitup-control.mixitup-control-active{
	border-radius: 0.25rem;
	border-width: 1px;
	border-color: var(--primary);
	background-color: var(--primary);
	--tw-text-opacity: 1;
	color: rgba(247, 247, 250, var(--tw-text-opacity));
}

.justify-stretch {
  justify-content: stretch;
}

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

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

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

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

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}
.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.transition {
  transition: all 0.2s ease;
}

.list-none {
  list-style-type: none;
}

.embed{
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
}

.aspect-square {
  aspect-ratio: 1;
}
.bg-half-grey-lightest{
	position: relative;
}
.bg-half-grey-lightest::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	--tw-bg-opacity: 1;
	background-color: rgba(247, 247, 250, var(--tw-bg-opacity));
    top: 0;
    right: 0;
    left: 0;
  content: "";
}

.slick-slide{
	display: inline-block;
}

.h-24 {
  height: 24rem;
}

.h-fit {
  height: fit-content;
}

.w-fit {
  width: fit-content;
}

.-z-1 {
  z-index: -1;
}

.text-custom-blue {
  color: #1176ff;
}

.text-custom-lighter-blue {
  color: #58baee;
}

.select-wrapper {
  box-sizing: content-box;
  display: inline-block;
  border: 1px solid #909090;
  cursor: pointer;
}

.select-wrapper, .select-wrapper select {
  width: 70px;
  height: 26px;
  line-height: 26px;
}

.select-wrapper:hover {
  border-color: #9a9a9a;
}

.select-wrapper .holder {
  display: block;
  margin: 0 35px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: -1;
}

.select-wrapper select {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 1;
}

.box {
  position: relative;
  border: 1px solid #0076ff;
  background-color: #fbfbfb;
  padding: 0.75rem;
}

.blue-check {
  position: absolute;
  right: 10px;
  top: 35%;
}

.checkout-step .pane{
	display: none;
}
.checkout-step.active .pane{
	display: block;
}

.fixed-sidebar {
  padding: 0.5rem 0;
  position: fixed;
  bottom: 50%;
  right: -5px;
  width: 80px;
  transition: right 0.2s ease;
}
.fixed-sidebar path {
  transition: transform 0.2s ease;
}
.fixed-sidebar.hide {
  right: -74px;
}
.fixed-sidebar.hide path {
  transform: rotateY(180deg) translateX(-80%);
}

.fixed-sidebar * {
  color: #fff;
}

.fixed-sidebar .chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  height: 30px;
  width: 20px;
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
}

.tabContent.active,
.imageContainer.active {
  display: block;
}

.tab.active {
  color: var(--primaryLightest);
}

.toggle:hover{
	background-color: var(--primaryLight);
	--tw-text-opacity: 1;
	color: rgba(247, 247, 250, var(--tw-text-opacity));
}
.toggle.active{
	background-color: var(--primaryLight);
	--tw-text-opacity: 1;
	color: rgba(247, 247, 250, var(--tw-text-opacity));
}

#pageGallery .pageGalleryLayout .pageGalleryImage:nth-child(1){
	grid-column: span 2 / span 2;
}
#pageGallery .pageGalleryLayout .pageGalleryImage:nth-child(4){
	grid-column: span 2 / span 2;
}
#pageGallery .pageGalleryLayout .pageGalleryImage:hover .galleryFilter {
  display: flex;
}

ul.marker{
	text-align: left;
}
ul.marker li{
	margin-bottom: 1rem;
	padding-left: .5rem;
}
ul.marker li::marker {
  content: url("/app/uploads/2022/02/bullet.png");
  width: 1.25rem;
  aspect-ratio: 1;
  margin-right: 0.5rem;
}

/* purgecss start ignore */
.lozad:not(.noblur) {
  filter: blur(8px);
}
.lozad:not(.noblur)[data-loaded=true] {
  filter: none;
}

/* purgecss end ignore */
.btn-toolbar a{
	display: inline-block;
	border-radius: 0.25rem;
	background-color: var(--primaryLight);
	font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.025em;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.btn-toolbar a:hover{
	background-color: var(--primary);
}

.btn{
	display: inline-block;
	border-radius: 0.5rem;
	background-color: var(--primaryLightest);
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn:hover{
	background-color: var(--primaryLight);
}

.btnSecondary{
	display: inline-block;
	border-radius: 0.5rem;
	background-color: var(--grey);
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--black);
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btnSecondary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 221, 226, var(--tw-bg-opacity));
}

.comment-list{
	list-style-type: none;
	padding-left: 0;
}

.comment-list ol {
  list-style: none;
}

.comment-form p{
	margin-bottom: 4rem;
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea{
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	appearance: none;
	border-radius: 0.25rem;
	border-width: 1px;
	border-color: var(--grey);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(102, 112, 124, var(--tw-text-opacity));
}

.comment-form input[type=submit]{
	border-radius: 0.125rem;
	background-color: var(--primary);
	--tw-bg-opacity: 1;
	background-color: rgba(146, 155, 168, var(--tw-bg-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-family: Montserrat, Roboto, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.comment-form input[type=submit]:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(102, 112, 124, var(--tw-bg-opacity));
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/** Search form */
.search-form{
	display: flex;
	align-items: center;
}

.search-form label{
	margin-bottom: 4rem;
  font-weight: normal;
}

.search-form .search-field{
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	appearance: none;
	border-radius: 0.25rem;
	border-width: 1px;
	border-color: var(--grey);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(102, 112, 124, var(--tw-text-opacity));
}

.search-form .search-submit{
	display: inline-block;
	-webkit-user-select: none;
	        user-select: none;
	white-space: nowrap;
	border-radius: 0.25rem;
	border-width: 1px;
	background-color: var(--grey);
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 4rem;
	padding-right: 4rem;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(247, 247, 250, var(--tw-text-opacity));
	text-decoration: none;
}
.search-form .search-submit:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 221, 226, var(--tw-bg-opacity));
}

/*
 * Inputs
 */
.icaal-contact-form input:not(.btn), .icaal-contact-form select, .icaal-contact-form textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.icaal-contact-form select {
  appearance: none;
}

/*.icaal-contact-form input[name="postcode"] {*/
/*text-transform: uppercase;*/
/*}*/
.icaal-contact-form input[type=checkbox] {
  width: auto;
}

.icaal-contact-form .icaal-contact-form-wrap {
  margin-bottom: 0.5em;
}

.icaal-contact-form input.is-valid, .icaal-contact-form select.is-valid, .icaal-contact-form textarea.is-valid {
  border-color: #eee;
}

.icaal-contact-form input.is-invalid, .icaal-contact-form select.is-invalid, .icaal-contact-form textarea.is-invalid {
  border-color: #a94442;
}

.icaal-contact-form .select-wrapper {
  position: relative;
}

.icaal-contact-form .select-wrapper:before {
  content: "";
  font-family: FontAwesome;
  color: #999;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10%;
  pointer-events: none;
}

.icaal-contact-form input[type=checkbox] {
  margin-right: 5px !important;
  opacity: 1 !important;
  position: static !important;
  transform: translate(0, 0) !important;
}

.icaal-contact-form .icaal-contact-form-checkbox {
  float: left;
  padding-left: 5px;
}

/*
 * Button
 */
.icaal-contact-form .btn.btn-loading, .icaal-contact-form .btn.btn-loading:hover {
  background: #efefef;
  border-color: #efefef;
  color: #c8c8c8;
}

.icaal-contact-form .submit:hover {
  cusor: pointer;
}

.alert{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(180, 215, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(232, 243, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 118, 255, var(--tw-text-opacity));
}
.alert.alert-success{
	--tw-border-opacity: 1;
	border-color: rgba(162, 245, 191, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(227, 252, 236, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(56, 193, 114, var(--tw-text-opacity));
}
.alert.alert-danger{
	--tw-border-opacity: 1;
	border-color: rgba(249, 172, 170, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(252, 235, 234, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(227, 52, 47, var(--tw-text-opacity));
}

.form-pane {
  display: none;
}
.form-pane.active {
  display: block;
}

.form-pane-option.active {
  border-color: var(--primary);
  border-width: 3px;
}

.progress-bar-wrap {
  height: 6px;
  background-color: #ededed;
}
.progress-bar-wrap .progress-bar {
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  max-width: 100%;
  transition: all 0.25s ease-in-out;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter{
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
  display: block;
  height: auto;
}

.alignleft, .alignright{
	margin-bottom: 4rem;
  height: auto;
}

@media (min-width: 640px) {
  .alignleft{
		margin-right: 4rem;
	}
  .alignleft {
    float: left;
  }

  .alignright{
		margin-left: 4rem;
	}

  .alignright {
    float: right;
  }
}
/** Captions */
.wp-caption{
	margin-bottom: 4rem;
	display: inline-block;
}

.wp-caption img{
	margin-bottom: 2rem;
	height: auto;
	max-width: 100%;
	line-height: 1;
}

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/** Text meant only for screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

#header{
	z-index: 20;
}
@media (max-width: 992px) {
  #header .nav-primary{
		visibility: hidden;
	}
  #header .nav-primary{
		position: absolute;
	}
  #header .nav-primary{
		right: 0;
	}
  #header .nav-primary{
		z-index: 10;
	}
  #header .nav-primary{
		width: 100%;
	}
  #header .nav-primary{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

  #header .nav-primary {
    right: 0;
  }
  #header .nav-primary {
    top: 51px;
    height: calc(100vh - 51px);
    transform: translateX(100%);
  }
  #header .nav-primary > ul{
		margin-left: auto;
	}
  #header .nav-primary > ul{
		height: 100%;
	}
  #header .nav-primary > ul{
		width: 75%;
	}
  #header .nav-primary > ul{
		border-top-width: 1px;
	}
  #header .nav-primary > ul{
		--tw-border-opacity: 1;
		border-color: rgba(215, 221, 226, var(--tw-border-opacity));
	}
  #header .nav-primary > ul{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  #header .nav-primary ul{
		list-style-type: none;
	}
  #header .nav-primary ul{
		padding-left: 0;
	}
  #header .nav-primary ul li a{
		display: block;
	}
  #header .nav-primary ul li a{
		border-bottom-width: 1px;
	}
  #header .nav-primary ul li a{
		--tw-border-opacity: 1;
		border-color: rgba(215, 221, 226, var(--tw-border-opacity));
	}
  #header .nav-primary ul li a{
		padding-left: 2rem;
		padding-right: 2rem;
	}
  #header .nav-primary ul li a{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
  #header .nav-primary ul li a{
		font-weight: 400;
	}
  #header .nav-primary ul li a{
		--tw-text-opacity: 1;
		color: rgba(102, 112, 124, var(--tw-text-opacity));
	}
  #header .nav-primary ul li a:hover{
		color: var(--primary);
	}
  #header .nav-primary ul li.menu-item-has-children{
		position: relative;
	}
  #header .nav-primary ul li.menu-item-has-children > a{
		color: var(--black);
	}
  #header .nav-primary ul li.menu-item-has-children > a:hover{
		--tw-text-opacity: 1;
		color: rgba(102, 112, 124, var(--tw-text-opacity));
	}
  #header .nav-primary ul li.menu-item-has-children .toggle > svg{
		color: var(--primary);
	}
  #header .nav-primary ul li.menu-item-has-children .toggle > svg{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
  #header .nav-primary ul li.menu-item-has-children .toggle > svg {
    transform: rotate(0);
  }
  #header .nav-primary ul li.menu-item-has-children .toggle > svg path {
    fill: currentColor;
  }
  #header .nav-primary ul li.menu-item-has-children .sub-menu{
		display: none;
	}
  #header .nav-primary ul li.menu-item-has-children .sub-menu{
		overflow: hidden;
	}
  #header .nav-primary ul li.menu-item-has-children .sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(247, 247, 250, var(--tw-bg-opacity));
	}
  #header .nav-primary ul li.menu-item-has-children.open > a{
		border-color: var(--primary);
	}
  #header .nav-primary ul li.menu-item-has-children.open > a{
		color: var(--black);
	}
  #header .nav-primary ul li.menu-item-has-children.open > .toggle > svg {
    transform: rotate(180deg);
  }
  #header .nav-primary .mobile-nav {
    display: block;
  }
  #header .nav-primary.open{
		visibility: visible;
	}
  #header .nav-primary.open {
    transform: translateX(0);
  }
  #header .nav-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    top: 51px;
    height: calc(100vh - 51px);
  }
  #header .nav-backdrop.show{
		visibility: visible;
	}
  #header .nav-backdrop.show{
		opacity: 1;
	}
}
@media (min-width: 1024px) {
  #header .nav-primary > ul > li > a{
		display: inline-block;
	}
  #header .nav-primary > ul > li > a{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  #header .nav-primary > ul > li > a{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
  #header .nav-primary > ul > li > a{
		font-size: 0.75rem;
		line-height: 1rem;
	}
  #header .nav-primary > ul > li > a{
		font-weight: 500;
	}
  #header .nav-primary > ul > li > a{
		text-transform: uppercase;
	}
  #header .nav-primary > ul > li > a{
		letter-spacing: 0.025em;
	}
  #header .nav-primary > ul > li > a{
		color: var(--primary);
	}
  #header .nav-primary > ul > li > a:hover{
		color: var(--primaryLightest);
	}
  #header .nav-primary > ul > li > .sub-menu{
		background-color: var(--primaryLightest);
	}
  #header .nav-primary > ul > li > .sub-menu {
    top: 54px;
  }
  #header .nav-primary > ul > li > .sub-menu > li > .sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  #header .nav-primary > ul > li:hover > .sub-menu {
    top: 70px;
  }
  #header .nav-primary .mobile-nav {
    display: none;
  }
  #header .nav-toolbar > ul > li:not(.btn-toolbar) a{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  #header .nav-toolbar > ul > li:not(.btn-toolbar) a{
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
  #header .nav-toolbar > ul > li:not(.btn-toolbar) a{
		font-weight: 400;
	}
  #header .nav-toolbar > ul > li > .sub-menu{
		z-index: 50;
	}
  #header .nav-toolbar > ul > li > .sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
  #header .nav-toolbar > ul > li > .sub-menu {
    top: 12px;
  }
  #header .nav-toolbar > ul > li:hover > .sub-menu {
    top: 28px;
  }
  #header .nav-has-dropdowns > ul{
		display: flex;
	}
  #header .nav-has-dropdowns > ul{
		list-style-type: none;
	}
  #header .nav-has-dropdowns > ul{
		flex-wrap: wrap;
	}
  #header .nav-has-dropdowns > ul{
		align-items: center;
	}
  #header .nav-has-dropdowns > ul{
		padding-left: 0;
	}
  #header .nav-has-dropdowns > ul > li{
		position: relative;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		position: absolute;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		left: 0;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		width: 12rem;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		list-style-type: none;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		border-radius: 0.125rem;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		border-bottom-width: 1px;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		border-color: var(--primary);
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		padding-left: 0;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu{
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}

  #header .nav-has-dropdowns > ul > li > .sub-menu {
    left: 0;
  }
  #header .nav-has-dropdowns > ul > li > .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  #header .nav-has-dropdowns > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  #header .nav-has-dropdowns > ul > li > .sub-menu > li{
		position: relative;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li a{
		display: block;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li a{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li a{
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li a{
		font-size: 0.75rem;
		line-height: 1rem;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li a{
		font-weight: 400;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li a{
		--tw-text-opacity: 1;
		color: rgba(247, 247, 250, var(--tw-text-opacity));
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li a:hover{
		color: var(--primary);
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		position: absolute;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		top: 0;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		width: 12rem;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		list-style-type: none;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		border-radius: 0.125rem;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		border-bottom-width: 1px;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		border-color: var(--primary);
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		padding-left: 0;
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu{
		--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu {
    top: 0;
  }
  #header .nav-has-dropdowns > ul > li > .sub-menu > li > .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: translateX(0);
  }
  #header .nav-has-dropdowns > ul > li > .sub-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.scrolled{
	opacity: 1 !important;
}
@media (min-width: 1024px) {
  .scrolled.container > .nav-primary > ul > li > a{
		--tw-text-opacity: 1 !important;
		color: rgba(247, 247, 250, var(--tw-text-opacity)) !important;
	}
}

footer .widget p, footer .widget ul, footer .widget li, footer .widget a{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .widget h3{
	margin-bottom: 2rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding-bottom: 2rem;
	font-family: Montserrat, Oswald, system-ui, BlinkMacSystemFont, -apple-system, Roboto, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
footer .widget .menu{
	list-style-type: none;
	padding-left: 0;
}
footer .widget .menu li{
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
  #wpadminbar {
    display: none !important;
  }
}
.wrap {
  margin-top: 57px;
}
@media (min-width: 1024px) {
  .wrap {
    margin-top: 126px !important;
  }
}

.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: 1280px){
	.container{
		max-width: 1280px;
	}
}

@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.inset-0{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.top-0{
	top: 0;
}
.right-0{
	right: 0;
}
.left-0{
	left: 0;
}
.top-1{
	top: 1rem;
}
.right-1{
	right: 1rem;
}
.bottom-0{
	bottom: 0;
}
.top-4{
	top: 4rem;
}
.bottom-2{
	bottom: 2rem;
}
.z-20{
	z-index: 20;
}
.z-10{
	z-index: 10;
}
.z-0{
	z-index: 0;
}
.z-\[999\]{
	z-index: 999;
}
.z-50{
	z-index: 50;
}
.z-40{
	z-index: 40;
}
.order-1{
	order: 1;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-4{
	grid-column: span 4 / span 4;
}
.row-auto{
	grid-row: auto;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.m-0{
	margin: 0;
}
.m-px{
	margin: 1px;
}
.m-0-25{
	margin: .25rem;
}
.m-0-5{
	margin: .5rem;
}
.m-0-75{
	margin: .75rem;
}
.m-1{
	margin: 1rem;
}
.m-1-5{
	margin: 1.5rem;
}
.m-2{
	margin: 2rem;
}
.m-3{
	margin: 3rem;
}
.m-4{
	margin: 4rem;
}
.m-5{
	margin: 5rem;
}
.m-6{
	margin: 6rem;
}
.m-8{
	margin: 8rem;
}
.m-10{
	margin: 10rem;
}
.m-12{
	margin: 12rem;
}
.m-16{
	margin: 16rem;
}
.m-20{
	margin: 20rem;
}
.m-24{
	margin: 24rem;
}
.m-32{
	margin: 32rem;
}
.m-auto{
	margin: auto;
}
.-m-px{
	margin: -1px;
}
.-m-0-25{
	margin: -0.25rem;
}
.-m-0-5{
	margin: -0.5rem;
}
.-m-0-75{
	margin: -0.75rem;
}
.-m-1{
	margin: -1rem;
}
.-m-1-5{
	margin: -1.5rem;
}
.-m-2{
	margin: -2rem;
}
.-m-3{
	margin: -3rem;
}
.-m-4{
	margin: -4rem;
}
.-m-5{
	margin: -5rem;
}
.-m-6{
	margin: -6rem;
}
.-m-8{
	margin: -8rem;
}
.-m-10{
	margin: -10rem;
}
.-m-12{
	margin: -12rem;
}
.-m-16{
	margin: -16rem;
}
.-m-20{
	margin: -20rem;
}
.-m-24{
	margin: -24rem;
}
.-m-32{
	margin: -32rem;
}
.mx-0{
	margin-left: 0;
	margin-right: 0;
}
.mx-px{
	margin-left: 1px;
	margin-right: 1px;
}
.mx-0-25{
	margin-left: .25rem;
	margin-right: .25rem;
}
.mx-0-5{
	margin-left: .5rem;
	margin-right: .5rem;
}
.mx-0-75{
	margin-left: .75rem;
	margin-right: .75rem;
}
.mx-1{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-1-5{
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.mx-2{
	margin-left: 2rem;
	margin-right: 2rem;
}
.mx-3{
	margin-left: 3rem;
	margin-right: 3rem;
}
.mx-4{
	margin-left: 4rem;
	margin-right: 4rem;
}
.mx-5{
	margin-left: 5rem;
	margin-right: 5rem;
}
.mx-6{
	margin-left: 6rem;
	margin-right: 6rem;
}
.mx-8{
	margin-left: 8rem;
	margin-right: 8rem;
}
.mx-10{
	margin-left: 10rem;
	margin-right: 10rem;
}
.mx-12{
	margin-left: 12rem;
	margin-right: 12rem;
}
.mx-16{
	margin-left: 16rem;
	margin-right: 16rem;
}
.mx-20{
	margin-left: 20rem;
	margin-right: 20rem;
}
.mx-24{
	margin-left: 24rem;
	margin-right: 24rem;
}
.mx-32{
	margin-left: 32rem;
	margin-right: 32rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.-mx-px{
	margin-left: -1px;
	margin-right: -1px;
}
.-mx-0-25{
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.-mx-0-5{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.-mx-0-75{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.-mx-1{
	margin-left: -1rem;
	margin-right: -1rem;
}
.-mx-1-5{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.-mx-2{
	margin-left: -2rem;
	margin-right: -2rem;
}
.-mx-3{
	margin-left: -3rem;
	margin-right: -3rem;
}
.-mx-4{
	margin-left: -4rem;
	margin-right: -4rem;
}
.-mx-5{
	margin-left: -5rem;
	margin-right: -5rem;
}
.-mx-6{
	margin-left: -6rem;
	margin-right: -6rem;
}
.-mx-8{
	margin-left: -8rem;
	margin-right: -8rem;
}
.-mx-10{
	margin-left: -10rem;
	margin-right: -10rem;
}
.-mx-12{
	margin-left: -12rem;
	margin-right: -12rem;
}
.-mx-16{
	margin-left: -16rem;
	margin-right: -16rem;
}
.-mx-20{
	margin-left: -20rem;
	margin-right: -20rem;
}
.-mx-24{
	margin-left: -24rem;
	margin-right: -24rem;
}
.-mx-32{
	margin-left: -32rem;
	margin-right: -32rem;
}
.my-0{
	margin-top: 0;
	margin-bottom: 0;
}
.my-px{
	margin-top: 1px;
	margin-bottom: 1px;
}
.my-0-25{
	margin-top: .25rem;
	margin-bottom: .25rem;
}
.my-0-5{
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.my-0-75{
	margin-top: .75rem;
	margin-bottom: .75rem;
}
.my-1{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-1-5{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-2{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-3{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-4{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-5{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-6{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.my-8{
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.my-10{
	margin-top: 10rem;
	margin-bottom: 10rem;
}
.my-12{
	margin-top: 12rem;
	margin-bottom: 12rem;
}
.my-16{
	margin-top: 16rem;
	margin-bottom: 16rem;
}
.my-20{
	margin-top: 20rem;
	margin-bottom: 20rem;
}
.my-24{
	margin-top: 24rem;
	margin-bottom: 24rem;
}
.my-32{
	margin-top: 32rem;
	margin-bottom: 32rem;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.-my-px{
	margin-top: -1px;
	margin-bottom: -1px;
}
.-my-0-25{
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
}
.-my-0-5{
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.-my-0-75{
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
}
.-my-1{
	margin-top: -1rem;
	margin-bottom: -1rem;
}
.-my-1-5{
	margin-top: -1.5rem;
	margin-bottom: -1.5rem;
}
.-my-2{
	margin-top: -2rem;
	margin-bottom: -2rem;
}
.-my-3{
	margin-top: -3rem;
	margin-bottom: -3rem;
}
.-my-4{
	margin-top: -4rem;
	margin-bottom: -4rem;
}
.-my-5{
	margin-top: -5rem;
	margin-bottom: -5rem;
}
.-my-6{
	margin-top: -6rem;
	margin-bottom: -6rem;
}
.-my-8{
	margin-top: -8rem;
	margin-bottom: -8rem;
}
.-my-10{
	margin-top: -10rem;
	margin-bottom: -10rem;
}
.-my-12{
	margin-top: -12rem;
	margin-bottom: -12rem;
}
.-my-16{
	margin-top: -16rem;
	margin-bottom: -16rem;
}
.-my-20{
	margin-top: -20rem;
	margin-bottom: -20rem;
}
.-my-24{
	margin-top: -24rem;
	margin-bottom: -24rem;
}
.-my-32{
	margin-top: -32rem;
	margin-bottom: -32rem;
}
.mt-0{
	margin-top: 0;
}
.mt-px{
	margin-top: 1px;
}
.mt-0-25{
	margin-top: .25rem;
}
.mt-0-5{
	margin-top: .5rem;
}
.mt-0-75{
	margin-top: .75rem;
}
.mt-1{
	margin-top: 1rem;
}
.mt-1-5{
	margin-top: 1.5rem;
}
.mt-2{
	margin-top: 2rem;
}
.mt-3{
	margin-top: 3rem;
}
.mt-4{
	margin-top: 4rem;
}
.mt-5{
	margin-top: 5rem;
}
.mt-6{
	margin-top: 6rem;
}
.mt-8{
	margin-top: 8rem;
}
.mt-10{
	margin-top: 10rem;
}
.mt-12{
	margin-top: 12rem;
}
.mt-16{
	margin-top: 16rem;
}
.mt-20{
	margin-top: 20rem;
}
.mt-24{
	margin-top: 24rem;
}
.mt-32{
	margin-top: 32rem;
}
.mt-auto{
	margin-top: auto;
}
.-mt-px{
	margin-top: -1px;
}
.-mt-0-25{
	margin-top: -0.25rem;
}
.-mt-0-5{
	margin-top: -0.5rem;
}
.-mt-0-75{
	margin-top: -0.75rem;
}
.-mt-1{
	margin-top: -1rem;
}
.-mt-1-5{
	margin-top: -1.5rem;
}
.-mt-2{
	margin-top: -2rem;
}
.-mt-3{
	margin-top: -3rem;
}
.-mt-4{
	margin-top: -4rem;
}
.-mt-5{
	margin-top: -5rem;
}
.-mt-6{
	margin-top: -6rem;
}
.-mt-8{
	margin-top: -8rem;
}
.-mt-10{
	margin-top: -10rem;
}
.-mt-12{
	margin-top: -12rem;
}
.-mt-16{
	margin-top: -16rem;
}
.-mt-20{
	margin-top: -20rem;
}
.-mt-24{
	margin-top: -24rem;
}
.-mt-32{
	margin-top: -32rem;
}
.mr-0{
	margin-right: 0;
}
.mr-px{
	margin-right: 1px;
}
.mr-0-25{
	margin-right: .25rem;
}
.mr-0-5{
	margin-right: .5rem;
}
.mr-0-75{
	margin-right: .75rem;
}
.mr-1{
	margin-right: 1rem;
}
.mr-1-5{
	margin-right: 1.5rem;
}
.mr-2{
	margin-right: 2rem;
}
.mr-3{
	margin-right: 3rem;
}
.mr-4{
	margin-right: 4rem;
}
.mr-5{
	margin-right: 5rem;
}
.mr-6{
	margin-right: 6rem;
}
.mr-8{
	margin-right: 8rem;
}
.mr-10{
	margin-right: 10rem;
}
.mr-12{
	margin-right: 12rem;
}
.mr-16{
	margin-right: 16rem;
}
.mr-20{
	margin-right: 20rem;
}
.mr-24{
	margin-right: 24rem;
}
.mr-32{
	margin-right: 32rem;
}
.mr-auto{
	margin-right: auto;
}
.-mr-px{
	margin-right: -1px;
}
.-mr-0-25{
	margin-right: -0.25rem;
}
.-mr-0-5{
	margin-right: -0.5rem;
}
.-mr-0-75{
	margin-right: -0.75rem;
}
.-mr-1{
	margin-right: -1rem;
}
.-mr-1-5{
	margin-right: -1.5rem;
}
.-mr-2{
	margin-right: -2rem;
}
.-mr-3{
	margin-right: -3rem;
}
.-mr-4{
	margin-right: -4rem;
}
.-mr-5{
	margin-right: -5rem;
}
.-mr-6{
	margin-right: -6rem;
}
.-mr-8{
	margin-right: -8rem;
}
.-mr-10{
	margin-right: -10rem;
}
.-mr-12{
	margin-right: -12rem;
}
.-mr-16{
	margin-right: -16rem;
}
.-mr-20{
	margin-right: -20rem;
}
.-mr-24{
	margin-right: -24rem;
}
.-mr-32{
	margin-right: -32rem;
}
.mb-0{
	margin-bottom: 0;
}
.mb-px{
	margin-bottom: 1px;
}
.mb-0-25{
	margin-bottom: .25rem;
}
.mb-0-5{
	margin-bottom: .5rem;
}
.mb-0-75{
	margin-bottom: .75rem;
}
.mb-1{
	margin-bottom: 1rem;
}
.mb-1-5{
	margin-bottom: 1.5rem;
}
.mb-2{
	margin-bottom: 2rem;
}
.mb-3{
	margin-bottom: 3rem;
}
.mb-4{
	margin-bottom: 4rem;
}
.mb-5{
	margin-bottom: 5rem;
}
.mb-6{
	margin-bottom: 6rem;
}
.mb-8{
	margin-bottom: 8rem;
}
.mb-10{
	margin-bottom: 10rem;
}
.mb-12{
	margin-bottom: 12rem;
}
.mb-16{
	margin-bottom: 16rem;
}
.mb-20{
	margin-bottom: 20rem;
}
.mb-24{
	margin-bottom: 24rem;
}
.mb-32{
	margin-bottom: 32rem;
}
.mb-auto{
	margin-bottom: auto;
}
.-mb-px{
	margin-bottom: -1px;
}
.-mb-0-25{
	margin-bottom: -0.25rem;
}
.-mb-0-5{
	margin-bottom: -0.5rem;
}
.-mb-0-75{
	margin-bottom: -0.75rem;
}
.-mb-1{
	margin-bottom: -1rem;
}
.-mb-1-5{
	margin-bottom: -1.5rem;
}
.-mb-2{
	margin-bottom: -2rem;
}
.-mb-3{
	margin-bottom: -3rem;
}
.-mb-4{
	margin-bottom: -4rem;
}
.-mb-5{
	margin-bottom: -5rem;
}
.-mb-6{
	margin-bottom: -6rem;
}
.-mb-8{
	margin-bottom: -8rem;
}
.-mb-10{
	margin-bottom: -10rem;
}
.-mb-12{
	margin-bottom: -12rem;
}
.-mb-16{
	margin-bottom: -16rem;
}
.-mb-20{
	margin-bottom: -20rem;
}
.-mb-24{
	margin-bottom: -24rem;
}
.-mb-32{
	margin-bottom: -32rem;
}
.ml-0{
	margin-left: 0;
}
.ml-px{
	margin-left: 1px;
}
.ml-0-25{
	margin-left: .25rem;
}
.ml-0-5{
	margin-left: .5rem;
}
.ml-0-75{
	margin-left: .75rem;
}
.ml-1{
	margin-left: 1rem;
}
.ml-1-5{
	margin-left: 1.5rem;
}
.ml-2{
	margin-left: 2rem;
}
.ml-3{
	margin-left: 3rem;
}
.ml-4{
	margin-left: 4rem;
}
.ml-5{
	margin-left: 5rem;
}
.ml-6{
	margin-left: 6rem;
}
.ml-8{
	margin-left: 8rem;
}
.ml-10{
	margin-left: 10rem;
}
.ml-12{
	margin-left: 12rem;
}
.ml-16{
	margin-left: 16rem;
}
.ml-20{
	margin-left: 20rem;
}
.ml-24{
	margin-left: 24rem;
}
.ml-32{
	margin-left: 32rem;
}
.ml-auto{
	margin-left: auto;
}
.-ml-px{
	margin-left: -1px;
}
.-ml-0-25{
	margin-left: -0.25rem;
}
.-ml-0-5{
	margin-left: -0.5rem;
}
.-ml-0-75{
	margin-left: -0.75rem;
}
.-ml-1{
	margin-left: -1rem;
}
.-ml-1-5{
	margin-left: -1.5rem;
}
.-ml-2{
	margin-left: -2rem;
}
.-ml-3{
	margin-left: -3rem;
}
.-ml-4{
	margin-left: -4rem;
}
.-ml-5{
	margin-left: -5rem;
}
.-ml-6{
	margin-left: -6rem;
}
.-ml-8{
	margin-left: -8rem;
}
.-ml-10{
	margin-left: -10rem;
}
.-ml-12{
	margin-left: -12rem;
}
.-ml-16{
	margin-left: -16rem;
}
.-ml-20{
	margin-left: -20rem;
}
.-ml-24{
	margin-left: -24rem;
}
.-ml-32{
	margin-left: -32rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-full{
	height: 100%;
}
.h-12{
	height: 12rem;
}
.h-3\/5{
	height: 60%;
}
.h-20{
	height: 20rem;
}
.h-8{
	height: 8rem;
}
.h-5\/6{
	height: 83.333333%;
}
.h-\[8rem\]{
	height: 8rem;
}
.h-auto{
	height: auto;
}
.h-6{
	height: 6rem;
}
.h-1{
	height: 1rem;
}
.h-1-25{
	height: 1.25rem;
}
.h-3{
	height: 3rem;
}
.h-1\/2{
	height: 50%;
}
.h-screen{
	height: 100vh;
}
.h-\[75\%\]{
	height: 75%;
}
.h-4{
	height: 4rem;
}
.min-h-\[50vh\]{
	min-height: 50vh;
}
.min-h-\[300px\]{
	min-height: 300px;
}
.w-\[28\%\]{
	width: 28%;
}
.w-full{
	width: 100%;
}
.w-10{
	width: 10rem;
}
.w-20{
	width: 20rem;
}
.w-8{
	width: 8rem;
}
.w-4\/5{
	width: 80%;
}
.w-\[8rem\]{
	width: 8rem;
}
.w-3{
	width: 3rem;
}
.w-6{
	width: 6rem;
}
.w-1{
	width: 1rem;
}
.w-1-25{
	width: 1.25rem;
}
.w-1\/2{
	width: 50%;
}
.w-3\/5{
	width: 60%;
}
.w-1\/5{
	width: 20%;
}
.w-2\/3{
	width: 66.666667%;
}
.w-16{
	width: 16rem;
}
.w-2\/5{
	width: 40%;
}
.w-11\/12{
	width: 91.666667%;
}
.w-1\/4{
	width: 25%;
}
.max-w-2xl{
	max-width: 42rem;
}
.max-w-full{
	max-width: 100%;
}
.max-w-3xl{
	max-width: 48rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-auto{
	flex: 1 1 auto;
}
.flex-initial{
	flex: 0 1 auto;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.flex-grow{
	flex-grow: 1;
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.list-none{
	list-style-type: none;
}
.grid-cols-8{
	grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.place-items-center{
	place-items: center;
}
.content-center{
	align-content: center;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.justify-evenly{
	justify-content: space-evenly;
}
.gap-1{
	gap: 1rem;
}
.gap-4{
	gap: 4rem;
}
.gap-2{
	gap: 2rem;
}
.gap-x-1{
	column-gap: 1rem;
}
.gap-y-2{
	row-gap: 2rem;
}
.gap-x-1-5{
	column-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start{
	align-self: flex-start;
}
.justify-self-end{
	justify-self: end;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-x-auto{
	overflow-x: auto;
}
.overflow-x-scroll{
	overflow-x: scroll;
}
.overflow-y-scroll{
	overflow-y: scroll;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-sm{
	border-radius: 0.125rem;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-l-sm{
	border-top-left-radius: 0.125rem;
	border-bottom-left-radius: 0.125rem;
}
.rounded-tr-sm{
	border-top-right-radius: 0.125rem;
}
.border{
	border-width: 1px;
}
.border-0{
	border-width: 0px;
}
.border-2{
	border-width: 2px;
}
.border-t{
	border-top-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-l{
	border-left-width: 1px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-r{
	border-right-width: 1px;
}
.border-r-2{
	border-right-width: 2px;
}
.border-l-2{
	border-left-width: 2px;
}
.border-r-4{
	border-right-width: 4px;
}
.border-none{
	border-style: none;
}
.border-grey-light{
	--tw-border-opacity: 1;
	border-color: rgba(215, 221, 226, var(--tw-border-opacity));
}
.border-grey-lighter{
	border-color: var(--greyLighter);
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-transparent{
	border-color: transparent;
}
.border-primary{
	border-color: var(--primary);
}
.border-primary-light{
	border-color: var(--primaryLight);
}
.border-grey-dark{
	--tw-border-opacity: 1;
	border-color: rgba(146, 155, 168, var(--tw-border-opacity));
}
.border-red{
	--tw-border-opacity: 1;
	border-color: rgba(227, 52, 47, var(--tw-border-opacity));
}
.bg-primary{
	background-color: var(--primary);
}
.bg-grey-lightest{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 247, 250, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-grey-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(146, 155, 168, var(--tw-bg-opacity));
}
.bg-black{
	background-color: var(--black);
}
.bg-transparent{
	background-color: transparent;
}
.bg-primary-light{
	background-color: var(--primaryLight);
}
.bg-grey-lighter{
	background-color: var(--greyLighter);
}
.bg-primary-lightest{
	background-color: var(--primaryLightest);
}
.bg-blue{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 118, 255, var(--tw-bg-opacity));
}
.bg-grey-lightest\/30{
	background-color: rgba(247, 247, 250, 0.3);
}
.bg-grey-darkest{
	--tw-bg-opacity: 1;
	background-color: rgba(69, 80, 96, var(--tw-bg-opacity));
}
.bg-green{
	--tw-bg-opacity: 1;
	background-color: rgba(56, 193, 114, var(--tw-bg-opacity));
}
.fill-current{
	fill: currentColor;
}
.object-cover{
	object-fit: cover;
}
.object-center{
	object-position: center;
}
.p-0{
	padding: 0;
}
.p-px{
	padding: 1px;
}
.p-0-25{
	padding: .25rem;
}
.p-0-5{
	padding: .5rem;
}
.p-0-75{
	padding: .75rem;
}
.p-1{
	padding: 1rem;
}
.p-1-5{
	padding: 1.5rem;
}
.p-2{
	padding: 2rem;
}
.p-3{
	padding: 3rem;
}
.p-4{
	padding: 4rem;
}
.p-5{
	padding: 5rem;
}
.p-6{
	padding: 6rem;
}
.p-8{
	padding: 8rem;
}
.p-10{
	padding: 10rem;
}
.p-12{
	padding: 12rem;
}
.p-16{
	padding: 16rem;
}
.p-20{
	padding: 20rem;
}
.p-24{
	padding: 24rem;
}
.p-32{
	padding: 32rem;
}
.px-0{
	padding-left: 0;
	padding-right: 0;
}
.px-px{
	padding-left: 1px;
	padding-right: 1px;
}
.px-0-25{
	padding-left: .25rem;
	padding-right: .25rem;
}
.px-0-5{
	padding-left: .5rem;
	padding-right: .5rem;
}
.px-0-75{
	padding-left: .75rem;
	padding-right: .75rem;
}
.px-1{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-1-5{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-2{
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-3{
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-4{
	padding-left: 4rem;
	padding-right: 4rem;
}
.px-5{
	padding-left: 5rem;
	padding-right: 5rem;
}
.px-6{
	padding-left: 6rem;
	padding-right: 6rem;
}
.px-8{
	padding-left: 8rem;
	padding-right: 8rem;
}
.px-10{
	padding-left: 10rem;
	padding-right: 10rem;
}
.px-12{
	padding-left: 12rem;
	padding-right: 12rem;
}
.px-16{
	padding-left: 16rem;
	padding-right: 16rem;
}
.px-20{
	padding-left: 20rem;
	padding-right: 20rem;
}
.px-24{
	padding-left: 24rem;
	padding-right: 24rem;
}
.px-32{
	padding-left: 32rem;
	padding-right: 32rem;
}
.py-0{
	padding-top: 0;
	padding-bottom: 0;
}
.py-px{
	padding-top: 1px;
	padding-bottom: 1px;
}
.py-0-25{
	padding-top: .25rem;
	padding-bottom: .25rem;
}
.py-0-5{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.py-0-75{
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.py-1{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-1-5{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-2{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-3{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-4{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-5{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-6{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-8{
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.py-10{
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.py-12{
	padding-top: 12rem;
	padding-bottom: 12rem;
}
.py-16{
	padding-top: 16rem;
	padding-bottom: 16rem;
}
.py-20{
	padding-top: 20rem;
	padding-bottom: 20rem;
}
.py-24{
	padding-top: 24rem;
	padding-bottom: 24rem;
}
.py-32{
	padding-top: 32rem;
	padding-bottom: 32rem;
}
.pt-0{
	padding-top: 0;
}
.pt-px{
	padding-top: 1px;
}
.pt-0-25{
	padding-top: .25rem;
}
.pt-0-5{
	padding-top: .5rem;
}
.pt-0-75{
	padding-top: .75rem;
}
.pt-1{
	padding-top: 1rem;
}
.pt-1-5{
	padding-top: 1.5rem;
}
.pt-2{
	padding-top: 2rem;
}
.pt-3{
	padding-top: 3rem;
}
.pt-4{
	padding-top: 4rem;
}
.pt-5{
	padding-top: 5rem;
}
.pt-6{
	padding-top: 6rem;
}
.pt-8{
	padding-top: 8rem;
}
.pt-10{
	padding-top: 10rem;
}
.pt-12{
	padding-top: 12rem;
}
.pt-16{
	padding-top: 16rem;
}
.pt-20{
	padding-top: 20rem;
}
.pt-24{
	padding-top: 24rem;
}
.pt-32{
	padding-top: 32rem;
}
.pr-0{
	padding-right: 0;
}
.pr-px{
	padding-right: 1px;
}
.pr-0-25{
	padding-right: .25rem;
}
.pr-0-5{
	padding-right: .5rem;
}
.pr-0-75{
	padding-right: .75rem;
}
.pr-1{
	padding-right: 1rem;
}
.pr-1-5{
	padding-right: 1.5rem;
}
.pr-2{
	padding-right: 2rem;
}
.pr-3{
	padding-right: 3rem;
}
.pr-4{
	padding-right: 4rem;
}
.pr-5{
	padding-right: 5rem;
}
.pr-6{
	padding-right: 6rem;
}
.pr-8{
	padding-right: 8rem;
}
.pr-10{
	padding-right: 10rem;
}
.pr-12{
	padding-right: 12rem;
}
.pr-16{
	padding-right: 16rem;
}
.pr-20{
	padding-right: 20rem;
}
.pr-24{
	padding-right: 24rem;
}
.pr-32{
	padding-right: 32rem;
}
.pb-0{
	padding-bottom: 0;
}
.pb-px{
	padding-bottom: 1px;
}
.pb-0-25{
	padding-bottom: .25rem;
}
.pb-0-5{
	padding-bottom: .5rem;
}
.pb-0-75{
	padding-bottom: .75rem;
}
.pb-1{
	padding-bottom: 1rem;
}
.pb-1-5{
	padding-bottom: 1.5rem;
}
.pb-2{
	padding-bottom: 2rem;
}
.pb-3{
	padding-bottom: 3rem;
}
.pb-4{
	padding-bottom: 4rem;
}
.pb-5{
	padding-bottom: 5rem;
}
.pb-6{
	padding-bottom: 6rem;
}
.pb-8{
	padding-bottom: 8rem;
}
.pb-10{
	padding-bottom: 10rem;
}
.pb-12{
	padding-bottom: 12rem;
}
.pb-16{
	padding-bottom: 16rem;
}
.pb-20{
	padding-bottom: 20rem;
}
.pb-24{
	padding-bottom: 24rem;
}
.pb-32{
	padding-bottom: 32rem;
}
.pl-0{
	padding-left: 0;
}
.pl-px{
	padding-left: 1px;
}
.pl-0-25{
	padding-left: .25rem;
}
.pl-0-5{
	padding-left: .5rem;
}
.pl-0-75{
	padding-left: .75rem;
}
.pl-1{
	padding-left: 1rem;
}
.pl-1-5{
	padding-left: 1.5rem;
}
.pl-2{
	padding-left: 2rem;
}
.pl-3{
	padding-left: 3rem;
}
.pl-4{
	padding-left: 4rem;
}
.pl-5{
	padding-left: 5rem;
}
.pl-6{
	padding-left: 6rem;
}
.pl-8{
	padding-left: 8rem;
}
.pl-10{
	padding-left: 10rem;
}
.pl-12{
	padding-left: 12rem;
}
.pl-16{
	padding-left: 16rem;
}
.pl-20{
	padding-left: 20rem;
}
.pl-24{
	padding-left: 24rem;
}
.pl-32{
	padding-left: 32rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.align-middle{
	vertical-align: middle;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-medium{
	font-weight: 500;
}
.font-bold{
	font-weight: 700;
}
.font-light{
	font-weight: 300;
}
.font-extrabold{
	font-weight: 800;
}
.font-semibold{
	font-weight: 600;
}
.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
.leading-5{
	line-height: 1.25rem;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.tracking-tight{
	letter-spacing: -0.025em;
}
.text-grey-light{
	--tw-text-opacity: 1;
	color: rgba(215, 221, 226, var(--tw-text-opacity));
}
.text-grey{
	color: var(--grey);
}
.text-black{
	color: var(--black);
}
.text-grey-darker{
	--tw-text-opacity: 1;
	color: rgba(102, 112, 124, var(--tw-text-opacity));
}
.text-primary{
	color: var(--primary);
}
.text-grey-lightest{
	--tw-text-opacity: 1;
	color: rgba(247, 247, 250, var(--tw-text-opacity));
}
.text-primary-lightest{
	color: var(--primaryLightest);
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-grey-darkest{
	--tw-text-opacity: 1;
	color: rgba(69, 80, 96, var(--tw-text-opacity));
}
.text-grey-dark{
	--tw-text-opacity: 1;
	color: rgba(146, 155, 168, var(--tw-text-opacity));
}
.text-red{
	--tw-text-opacity: 1;
	color: rgba(227, 52, 47, var(--tw-text-opacity));
}
.text-primary-light{
	color: var(--primaryLight);
}
.opacity-60{
	opacity: 0.6;
}
.opacity-90{
	opacity: 0.9;
}
.opacity-0{
	opacity: 0;
}
.opacity-70{
	opacity: 0.7;
}
.opacity-30{
	opacity: 0.3;
}
.opacity-80{
	opacity: 0.8;
}
.bg-blend-multiply{
	background-blend-mode: multiply;
}
.mix-blend-multiply{
	mix-blend-mode: multiply;
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.backdrop-blur{
	--tw-backdrop-blur: blur(8px);
	backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur-md{
	--tw-backdrop-blur: blur(12px);
	backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-filter{
	backdrop-filter: var(--tw-backdrop-filter);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300{
	transition-duration: 300ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.top-0 {
    top: 0;
  }
.right-0 {
    right: 0;
  }
.bottom-0 {
    bottom: 0;
  }
.left-0 {
    left: 0;
  }
.top-1 {
    top: 1rem;
  }
.right-1 {
    right: 1rem;
  }
.bottom-2 {
    bottom: 2rem;
  }
.order-1 {
    order: 1;
  }
.embed-21by9 {
    padding-bottom: 42.85714286%;
  }
.embed-16by9 {
    padding-bottom: 56.25%;
  }
.embed-4by3 {
    padding-bottom: 75%;
  }
.embed-3by4 {
    padding-bottom: 125%;
  }
.embed-7by10 {
    padding-bottom: 143%;
  }
.embed-1by1 {
    padding-bottom: 100%;
  }
@media (min-width: 768px) {
    .md-embed-1by1 {
      padding-bottom: 100%;
    }
  }
.object-cover-absolute{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
    object-fit: cover;
}
.scroll-x-proximity {
    scroll-snap-type: proximity;
    scroll-snap-type: x proximity;
  }
.scroll-align-start {
    scroll-snap-align: start;
  }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.hover\:border-primary:hover{
	border-color: var(--primary);
}
.hover\:bg-grey-lighter:hover{
	background-color: var(--greyLighter);
}
.hover\:bg-transparent:hover{
	background-color: transparent;
}
.hover\:bg-black:hover{
	background-color: var(--black);
}
.hover\:bg-primary-dark:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 118, 208, var(--tw-bg-opacity));
}
.hover\:bg-grey-lightest:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 247, 250, var(--tw-bg-opacity));
}
.hover\:bg-blue-dark:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 98, 211, var(--tw-bg-opacity));
}
.hover\:bg-grey-light:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(215, 221, 226, var(--tw-bg-opacity));
}
.hover\:text-grey-darkest:hover{
	--tw-text-opacity: 1;
	color: rgba(69, 80, 96, var(--tw-text-opacity));
}
.hover\:text-primary-dark:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 118, 208, var(--tw-text-opacity));
}
.hover\:text-grey-lightest:hover{
	--tw-text-opacity: 1;
	color: rgba(247, 247, 250, var(--tw-text-opacity));
}
.hover\:text-primary:hover{
	color: var(--primary);
}
.hover\:text-green:hover{
	--tw-text-opacity: 1;
	color: rgba(56, 193, 114, var(--tw-text-opacity));
}
.hover\:text-black:hover{
	color: var(--black);
}
.hover\:text-primary-lightest:hover{
	color: var(--primaryLightest);
}
.hover\:opacity-0:hover{
	opacity: 0;
}
.focus\:bg-grey-lighter:focus{
	background-color: var(--greyLighter);
}
.focus\:text-black:focus{
	color: var(--black);
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus{
	--tw-ring-offset-width: 2px;
}
.disabled\:bg-grey:disabled{
	background-color: var(--grey);
}
.group:hover .group-hover\:opacity-75{
	opacity: 0.75;
}
@media (min-width: 640px){
	.sm\:bottom-2{
		bottom: 2rem;
	}
	.sm\:left-2{
		left: 2rem;
	}
	.sm\:ml-1-5{
		margin-left: 1.5rem;
	}
	.sm\:mt-0{
		margin-top: 0;
	}
	.sm\:mb-1{
		margin-bottom: 1rem;
	}
	.sm\:block{
		display: block;
	}
	.sm\:grid{
		display: grid;
	}
	.sm\:h-12{
		height: 12rem;
	}
	.sm\:w-12{
		width: 12rem;
	}
	.sm\:w-2\/5{
		width: 40%;
	}
	.sm\:w-1\/3{
		width: 33.333333%;
	}
	.sm\:w-11\/12{
		width: 91.666667%;
	}
	.sm\:w-1\/2{
		width: 50%;
	}
	.sm\:w-4\/5{
		width: 80%;
	}
	.sm\:w-2\/3{
		width: 66.666667%;
	}
	.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:flex-row{
		flex-direction: row;
	}
	.sm\:gap-x-6{
		column-gap: 6rem;
	}
	.sm\:p-0{
		padding: 0;
	}
	.sm\:p-1-5{
		padding: 1.5rem;
	}
	.sm\:p-2{
		padding: 2rem;
	}
	.sm\:py-3{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.sm\:px-1-5{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:py-2{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.sm\:py-1-5{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.sm\:px-2{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.sm\:pr-0{
		padding-right: 0;
	}
	.sm\:pr-2{
		padding-right: 2rem;
	}
	.sm\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.sm\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

  .sm\:bottom-2 {
    bottom: 2rem;
  }

  .sm\:left-2 {
    left: 2rem;
  }
}
@media (min-width: 768px){
	.md\:fixed{
		position: fixed;
	}
	.md\:absolute{
		position: absolute;
	}
	.md\:inset-0{
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.md\:left-2{
		left: 2rem;
	}
	.md\:bottom-2{
		bottom: 2rem;
	}
	.md\:right-1{
		right: 1rem;
	}
	.md\:top-auto{
		top: auto;
	}
	.md\:mx-0{
		margin-left: 0;
		margin-right: 0;
	}
	.md\:-mx-1{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.md\:my-2{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.md\:mb-2{
		margin-bottom: 2rem;
	}
	.md\:mb-0{
		margin-bottom: 0;
	}
	.md\:mb-1{
		margin-bottom: 1rem;
	}
	.md\:mr-1{
		margin-right: 1rem;
	}
	.md\:mr-3{
		margin-right: 3rem;
	}
	.md\:mr-0-5{
		margin-right: .5rem;
	}
	.md\:block{
		display: block;
	}
	.md\:inline-block{
		display: inline-block;
	}
	.md\:inline{
		display: inline;
	}
	.md\:flex{
		display: flex;
	}
	.md\:hidden{
		display: none;
	}
	.md\:w-\[28\%\]{
		width: 28%;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-4\/5{
		width: 80%;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:w-5\/6{
		width: 83.333333%;
	}
	.md\:w-3\/5{
		width: 60%;
	}
	.md\:w-10{
		width: 10rem;
	}
	.md\:w-1\/4{
		width: 25%;
	}
	.md\:w-2\/5{
		width: 40%;
	}
	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-wrap{
		flex-wrap: wrap;
	}
	.md\:flex-nowrap{
		flex-wrap: nowrap;
	}
	.md\:p-2{
		padding: 2rem;
	}
	.md\:px-1{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:py-1{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:px-0-25{
		padding-left: .25rem;
		padding-right: .25rem;
	}
	.md\:py-0-75{
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	.md\:px-2{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-1-5{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:pb-1{
		padding-bottom: 1rem;
	}
	.md\:pl-0{
		padding-left: 0;
	}
	.md\:pr-1{
		padding-right: 1rem;
	}
	.md\:pl-1{
		padding-left: 1rem;
	}
	.md\:pr-2{
		padding-right: 2rem;
	}
	.md\:pt-6{
		padding-top: 6rem;
	}
	.md\:pb-4{
		padding-bottom: 4rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

  .md\:right-1 {
    right: 1rem;
  }

  .md\:bottom-2 {
    bottom: 2rem;
  }

  .md\:left-2 {
    left: 2rem;
  }
}
@media (min-width: 1024px){
	.lg\:absolute{
		position: absolute;
	}
	.lg\:order-2{
		order: 2;
	}
	.lg\:col-span-7{
		grid-column: span 7 / span 7;
	}
	.lg\:col-span-5{
		grid-column: span 5 / span 5;
	}
	.lg\:my-auto{
		margin-top: auto;
		margin-bottom: auto;
	}
	.lg\:-mx-1{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.lg\:my-4{
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	.lg\:mt-5{
		margin-top: 5rem;
	}
	.lg\:mb-4{
		margin-bottom: 4rem;
	}
	.lg\:mb-0{
		margin-bottom: 0;
	}
	.lg\:mt-auto{
		margin-top: auto;
	}
	.lg\:mt-0{
		margin-top: 0;
	}
	.lg\:mb-1{
		margin-bottom: 1rem;
	}
	.lg\:block{
		display: block;
	}
	.lg\:inline-block{
		display: inline-block;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:grid{
		display: grid;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:h-full{
		height: 100%;
	}
	.lg\:min-h-\[570px\]{
		min-height: 570px;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-1\/2{
		width: 50%;
	}
	.lg\:w-2\/5{
		width: 40%;
	}
	.lg\:w-3\/5{
		width: 60%;
	}
	.lg\:w-1\/4{
		width: 25%;
	}
	.lg\:w-6{
		width: 6rem;
	}
	.lg\:w-full{
		width: 100%;
	}
	.lg\:w-4\/5{
		width: 80%;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:w-1\/6{
		width: 16.666667%;
	}
	.lg\:w-3\/4{
		width: 75%;
	}
	.lg\:w-auto{
		width: auto;
	}
	.lg\:w-\[480px\]{
		width: 480px;
	}
	.lg\:w-1\/5{
		width: 20%;
	}
	.lg\:w-5\/6{
		width: 83.333333%;
	}
	.lg\:max-w-7xl{
		max-width: 80rem;
	}
	.lg\:grid-cols-12{
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:flex-row-reverse{
		flex-direction: row-reverse;
	}
	.lg\:flex-wrap{
		flex-wrap: wrap;
	}
	.lg\:flex-nowrap{
		flex-wrap: nowrap;
	}
	.lg\:items-start{
		align-items: flex-start;
	}
	.lg\:justify-center{
		justify-content: center;
	}
	.lg\:gap-x-3{
		column-gap: 3rem;
	}
	.lg\:overflow-hidden{
		overflow: hidden;
	}
	.lg\:overflow-visible{
		overflow: visible;
	}
	.lg\:p-2{
		padding: 2rem;
	}
	.lg\:p-1-5{
		padding: 1.5rem;
	}
	.lg\:p-4{
		padding: 4rem;
	}
	.lg\:p-3{
		padding: 3rem;
	}
	.lg\:py-4{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lg\:py-0{
		padding-top: 0;
		padding-bottom: 0;
	}
	.lg\:px-0{
		padding-left: 0;
		padding-right: 0;
	}
	.lg\:px-2{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:px-1{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:py-3{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:py-2{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.lg\:px-4{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:px-3{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:py-8{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.lg\:pt-5{
		padding-top: 5rem;
	}
	.lg\:pb-4{
		padding-bottom: 4rem;
	}
	.lg\:pt-6{
		padding-top: 6rem;
	}
	.lg\:pt-8{
		padding-top: 8rem;
	}
	.lg\:pb-6{
		padding-bottom: 6rem;
	}
	.lg\:pr-2{
		padding-right: 2rem;
	}
	.lg\:pt-4{
		padding-top: 4rem;
	}
	.lg\:pr-4{
		padding-right: 4rem;
	}
	.lg\:pt-2{
		padding-top: 2rem;
	}
	.lg\:pl-4{
		padding-left: 4rem;
	}
	.lg\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:text-5xl{
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

  .lg\:order-2 {
    order: 2;
  }

  .lg\:hover\:w-\[60\%\]:hover{
		width: 60%;
	}
}
@media (min-width: 1280px){
	.xl\:w-3\/5{
		width: 60%;
	}
	.xl\:w-2\/3{
		width: 66.666667%;
	}
	.xl\:w-3\/4{
		width: 75%;
	}
	.xl\:gap-x-4{
		column-gap: 4rem;
	}
	.xl\:gap-x-2{
		column-gap: 2rem;
	}
	.xl\:px-4{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.xl\:pr-4{
		padding-right: 4rem;
	}
	.xl\:pl-0{
		padding-left: 0;
	}
}
