/*! tailwindcss v2.2.16 | 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 {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'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: Verdana, 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
}
    h1 {
	margin-bottom: 1rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
        letter-spacing: 0.025em;
}

    h2 {
	margin-bottom: 1rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
        letter-spacing: 0.025em;
}

    p {
	margin-bottom: 1rem;
        line-height: 1.75;
}

    a {
	--tw-text-opacity: 1;
	color: rgba(151, 27, 29, var(--tw-text-opacity));
	text-decoration: underline;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

    a:hover {
	--tw-text-opacity: 1;
	color: rgba(227, 41, 45, var(--tw-text-opacity));
}

/* This is all you. */

[x-cloak] {
    display: none !important;
}

@media (min-width: 1024px) {
    .sub-nav:hover .lg\:sub-nav\:opacity-100 {
        opacity: 1 !important;
    }

    .sub-nav:hover .lg\:sub-nav\:visible {
        visibility: visible !important;
    }
}

body {
    --header-height: 164px;
    background-image: url("/assets/concrete_seamless.jpg");
}

/** Header */

.headroom {
    will-change: transform;
    transition: transform 300ms;
}

.headroom--pinned {
	border-bottom-width: 1px;
    transform: translateY(0);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

/** Blocks */

.banner {
    height: calc(100vh - var(--header-height));
}

.slide {
    height: inherit;
}

.banner .flickity-page-dots {
	position: absolute;
	bottom: 1.75rem;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.banner .flickity-page-dots .dot {
	--tw-bg-opacity: 1;
	background-color: rgba(151, 27, 29, var(--tw-bg-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.banner .flickity-page-dots .dot.is-selected {
	--tw-scale-x: 1.25;
	--tw-scale-y: 1.25;
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(151, 27, 29, var(--tw-bg-opacity));
}

/**************************\
  Basic Modal Styles
\**************************/

.micromodal {
    position: relative;
    z-index: 1000;
}

.modal__overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
    min-width: 320px;
    max-width: 800px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

@media screen and (min-width: 640px) {
    .modal__container {
        width: 500px;
    }
}

@media screen and (min-width: 1024px) {
    .modal__container {
        width: 800px;
    }
}

.modal--large .modal__container {
    position: relative;
    width: 90vw;
    max-width: 90vw;
}

.modal__header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: -8px;
    right: 0;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
    padding: 10px;
    min-width: 0;
    font-size: 20px;
    color: #9b9b9b;
}

.modal__close span {
        margin-left: 5px;
    }

.modal__close:before {
    content: "\2715";
}

.modal__content {
    min-height: 200px;
    line-height: 1.5;
    color: black;
    max-height: 550px;
    overflow-y: scroll;
    padding-right: 2rem;
}

.modal__btn {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

.modal__iframe {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100vw;
    max-width: 100%;
}

.modal__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 640px) {
    .modal__container {
        padding: 15px;
    }

    .modal--full-width-mobile .modal__container {
        width: 100vw;
        height: 100vh;
        padding: 82px 0 0 0;
        border-radius: 0;
    }

    .modal--full-width-mobile .modal__tabs {
        padding: 0 5px;
    }
    .modal--full-width-mobile .modal__header {
        padding: 5px 15px;
        background: green;
        color: #fff;
    }
    .modal--full-width-mobile .modal__header h2 {
        font-size: 17px;
    }
    .modal--full-width-mobile .modal__content {
        max-height: none;
        padding: 15px;
        padding-bottom: 50px;
    }
    .modal--full-width-mobile .modal__close {
        padding: 0;
        color: #fff;
        font-size: 17px;
    }
    .modal--full-width-mobile .modal__close :before {
        font-size: 20px;
    }
}

/**************************\
  Demo Animation Style
\**************************/

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes mmslideIn {
    from {
        transform: translateX(15%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes mmslideIn {
    from {
        transform: translateX(15%);
    }
    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes mmslideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-15%);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-15%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.nav-item:hover > a {
	--tw-bg-opacity: 1;
	background-color: rgba(151, 27, 29, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.nav-item:hover > ul {
    visiblity: visible !important;
    height: auto !important;
}

.sub-nav:hover > ul {
    visiblity: visible !important;
    height: auto !important;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

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

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.aspect-w-2 {
	--tw-aspect-w: 2;
}

.aspect-w-11 {
	--tw-aspect-w: 11;
}

.aspect-w-12 {
	--tw-aspect-w: 12;
}

.aspect-w-14 {
	--tw-aspect-w: 14;
}

.aspect-w-16 {
	--tw-aspect-w: 16;
}

.aspect-h-1 {
	--tw-aspect-h: 1;
}

.aspect-h-7 {
	--tw-aspect-h: 7;
}

.aspect-h-8 {
	--tw-aspect-h: 8;
}

.aspect-h-9 {
	--tw-aspect-h: 9;
}

.aspect-h-11 {
	--tw-aspect-h: 11;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
	font-weight: 400;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose p, .prose li {
	letter-spacing: .025em;
	margin-bottom: 1.5rem;
	line-height: 1.25;
}

.prose h1 {
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

.prose h2 {
	font-size: 2.625rem;
	margin-bottom: 1.5rem;
}

.prose h3 {
	font-size: 2.25rem;
}

.prose p, .prose li {
	color: #626262;
	line-height: 1.75;
}

.intro {
	margin-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(98, 98, 98, var(--tw-text-opacity));
}

.button {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(151, 27, 29, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	text-decoration: none;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(227, 41, 45, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.fade-in {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
}

.fade-in-up {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateY(75px);
        opacity: 0;
}

.is-visible .fade-in-up,
    .is-visible .in-up {
        transform: none;
        opacity: 1;
    }

.is-visible .fade-in {
        opacity: 1;
    }

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.fixed {
	position: fixed !important;
}

.absolute {
	position: absolute !important;
}

.relative {
	position: relative !important;
}

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

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

.top-0 {
	top: 0px !important;
}

.left-0 {
	left: 0px !important;
}

.right-0 {
	right: 0px !important;
}

.bottom-0 {
	bottom: 0px !important;
}

.top-1\/2 {
	top: 50% !important;
}

.left-1\/2 {
	left: 50% !important;
}

.z-20 {
	z-index: 20 !important;
}

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

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

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

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

.my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-20 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.mb-8 {
	margin-bottom: 2rem !important;
}

.mb-4 {
	margin-bottom: 1rem !important;
}

.mt-20 {
	margin-top: 5rem !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.ml-4 {
	margin-left: 1rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mr-4 {
	margin-right: 1rem !important;
}

.mt-\[127px\] {
	margin-top: 127px !important;
}

.mb-6 {
	margin-bottom: 1.5rem !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-3 {
	margin-right: 0.75rem !important;
}

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.flex {
	display: flex !important;
}

.table {
	display: table !important;
}

.hidden {
	display: none !important;
}

.h-full {
	height: 100% !important;
}

.h-screen {
	height: 100vh !important;
}

.h-14 {
	height: 3.5rem !important;
}

.h-5 {
	height: 1.25rem !important;
}

.h-\[2px\] {
	height: 2px !important;
}

.h-9 {
	height: 2.25rem !important;
}

.h-8 {
	height: 2rem !important;
}

.h-16 {
	height: 4rem !important;
}

.h-10 {
	height: 2.5rem !important;
}

.max-h-full {
	max-height: 100% !important;
}

.max-h-\[1500px\] {
	max-height: 1500px !important;
}

.max-h-0 {
	max-height: 0px !important;
}

.min-h-\[395px\] {
	min-height: 395px !important;
}

.w-full {
	width: 100% !important;
}

.w-72 {
	width: 18rem !important;
}

.w-10 {
	width: 2.5rem !important;
}

.w-9 {
	width: 2.25rem !important;
}

.w-12 {
	width: 3rem !important;
}

.w-7 {
	width: 1.75rem !important;
}

.w-40 {
	width: 10rem !important;
}

.w-16 {
	width: 4rem !important;
}

.max-w-none {
	max-width: none !important;
}

.flex-grow {
	flex-grow: 1 !important;
}

.origin-right {
	transform-origin: right !important;
}

.-translate-y-20 {
	--tw-translate-y: -5rem !important;
	transform: var(--tw-transform) !important;
}

.translate-x-full {
	--tw-translate-x: 100% !important;
	transform: var(--tw-transform) !important;
}

.-translate-y-1\/2 {
	--tw-translate-y: -50% !important;
	transform: var(--tw-transform) !important;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50% !important;
	transform: var(--tw-transform) !important;
}

.scale-x-75 {
	--tw-scale-x: .75 !important;
	transform: var(--tw-transform) !important;
}

.scale-x-90 {
	--tw-scale-x: .9 !important;
	transform: var(--tw-transform) !important;
}

.scale-x-50 {
	--tw-scale-x: .5 !important;
	transform: var(--tw-transform) !important;
}

.transform {
	transform: var(--tw-transform) !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.flex-col {
	flex-direction: column !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.items-center {
	align-items: center !important;
}

.justify-center {
	justify-content: center !important;
}

.justify-between {
	justify-content: space-between !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

.whitespace-nowrap {
	white-space: nowrap !important;
}

.rounded-full {
	border-radius: 9999px !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.border-2 {
	border-width: 2px !important;
}

.border {
	border-width: 1px !important;
}

.border-grey-dull {
	--tw-border-opacity: 1 !important;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity)) !important;
}

.bg-grey-dove {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(98, 98, 98, var(--tw-bg-opacity)) !important;
}

.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-red {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(151, 27, 29, var(--tw-bg-opacity)) !important;
}

.bg-red-alt {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(179, 25, 27, var(--tw-bg-opacity)) !important;
}

.bg-black {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-opacity-5 {
	--tw-bg-opacity: 0.05 !important;
}

.bg-opacity-90 {
	--tw-bg-opacity: 0.9 !important;
}

.bg-opacity-0 {
	--tw-bg-opacity: 0 !important;
}

.object-cover {
	-o-object-fit: cover !important;
	   object-fit: cover !important;
}

.p-4 {
	padding: 1rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-1 {
	padding: 0.25rem !important;
}

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

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

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

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

.pt-\[127px\] {
	padding-top: 127px !important;
}

.pt-8 {
	padding-top: 2rem !important;
}

.pt-3 {
	padding-top: 0.75rem !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.font-sans {
	font-family: Verdana, sans-serif !important;
}

.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}

.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}

.text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}

.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-light {
	font-weight: 300 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.leading-normal {
	line-height: 1.5 !important;
}

.tracking-wide {
	letter-spacing: 0.025em !important;
}

.text-grey-darker {
	--tw-text-opacity: 1 !important;
	color: rgba(86, 86, 86, var(--tw-text-opacity)) !important;
}

.text-grey {
	--tw-text-opacity: 1 !important;
	color: rgba(160, 160, 160, var(--tw-text-opacity)) !important;
}

.text-red {
	--tw-text-opacity: 1 !important;
	color: rgba(151, 27, 29, var(--tw-text-opacity)) !important;
}

.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.underline {
	text-decoration: underline !important;
}

.no-underline {
	text-decoration: none !important;
}

.opacity-10 {
	opacity: 0.1 !important;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.transition-all {
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.transition-transform {
	transition-property: transform !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

.duration-300 {
	transition-duration: 300ms !important;
}

.duration-500 {
	transition-duration: 500ms !important;
}

.escape-both {
            margin-right: calc(50% - 50vw) !important;
            margin-left: calc(50% - 50vw) !important;
        }

.hover\:bg-red:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(151, 27, 29, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-opacity-10:hover {
	--tw-bg-opacity: 0.1 !important;
}

.hover\:text-red:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(151, 27, 29, var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.group:hover .group-hover\:scale-110 {
	--tw-scale-x: 1.1 !important;
	--tw-scale-y: 1.1 !important;
	transform: var(--tw-transform) !important;
}

.group:hover .group-hover\:scale-x-100 {
	--tw-scale-x: 1 !important;
	transform: var(--tw-transform) !important;
}

.group:hover .group-hover\:text-red {
	--tw-text-opacity: 1 !important;
	color: rgba(151, 27, 29, var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {

	.sm\:w-6\/12 {
		width: 50% !important;
	}
}

@media (min-width: 768px) {

	.md\:order-last {
		order: 9999 !important;
	}

	.md\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.md\:mr-0 {
		margin-right: 0px !important;
	}

	.md\:mb-0 {
		margin-bottom: 0px !important;
	}

	.md\:h-screen {
		height: 100vh !important;
	}

	.md\:w-8\/12 {
		width: 66.666667% !important;
	}

	.md\:w-6\/12 {
		width: 50% !important;
	}

	.md\:w-5\/12 {
		width: 41.666667% !important;
	}

	.md\:w-7\/12 {
		width: 58.333333% !important;
	}

	.md\:pb-0 {
		padding-bottom: 0px !important;
	}

        .md\:escape-left {
            margin-left: calc(92% - 50vw - 15px) !important;
        }

        .group:nth-child(even) .md\:group-even\:order-first {
		order: -9999 !important;
	}
}

@media (min-width: 1024px) {

	.lg\:invisible {
		visibility: hidden !important;
	}

	.lg\:absolute {
		position: absolute !important;
	}

	.lg\:relative {
		position: relative !important;
	}

	.lg\:left-full {
		left: 100% !important;
	}

	.lg\:top-0 {
		top: 0px !important;
	}

	.lg\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.lg\:block {
		display: block !important;
	}

	.lg\:inline-block {
		display: inline-block !important;
	}

	.lg\:flex {
		display: flex !important;
	}

	.lg\:hidden {
		display: none !important;
	}

	.lg\:h-auto {
		height: auto !important;
	}

	.lg\:h-28 {
		height: 7rem !important;
	}

	.lg\:max-h-\[initial\] {
		max-height: none !important;
		max-height: initial !important;
	}

	.lg\:w-auto {
		width: auto !important;
	}

	.lg\:w-64 {
		width: 16rem !important;
	}

	.lg\:w-9\/12 {
		width: 75% !important;
	}

	.lg\:w-3\/12 {
		width: 25% !important;
	}

	.lg\:w-6\/12 {
		width: 50% !important;
	}

	.lg\:w-28 {
		width: 7rem !important;
	}

	.lg\:w-4\/12 {
		width: 33.333333% !important;
	}

	.lg\:w-8\/12 {
		width: 66.666667% !important;
	}

	.lg\:w-full {
		width: 100% !important;
	}

	.lg\:w-7\/12 {
		width: 58.333333% !important;
	}

	.lg\:max-w-sm {
		max-width: 24rem !important;
	}

	.lg\:translate-x-0 {
		--tw-translate-x: 0px !important;
		transform: var(--tw-transform) !important;
	}

	.lg\:flex-row {
		flex-direction: row !important;
	}

	.lg\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.lg\:overflow-y-visible {
		overflow-y: visible !important;
	}

	.lg\:pt-0 {
		padding-top: 0px !important;
	}

	.lg\:text-center {
		text-align: center !important;
	}

	.lg\:text-4xl {
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}

	.lg\:opacity-0 {
		opacity: 0 !important;
	}

        .lg\:escape-left-more {
            margin-left: calc(78% - 50vw - 15px) !important;
        }

        .lg\:even\:ml-auto:nth-child(even) {
		margin-left: auto !important;
	}

        .group:hover .lg\:group-hover\:visible {
		visibility: visible !important;
	}

        .group:hover .lg\:group-hover\:opacity-100 {
		opacity: 1 !important;
	}

        .group:nth-child(even) .lg\:group-even\:order-last {
		order: 9999 !important;
	}
}

@media (min-width: 1280px) {

	.xl\:w-3\/12 {
		width: 25% !important;
	}

	.xl\:w-9\/12 {
		width: 75% !important;
	}
}

