<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/ugq6wsj.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&amp;display=swap');

/*! tailwindcss v2.2.9 | 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, /* 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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 &lt;details&gt; 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: #9ca3af;
}

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --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);
}

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

@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-\[5\.8rem\]{
  top: 5.8rem;
}

.left-0{
  left: 0px;
}

.-top-2{
  top: -0.5rem;
}

.-right-4{
  right: -1rem;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.-top-20{
  top: -5rem;
}

.right-20{
  right: 5rem;
}

.-bottom-20{
  bottom: -5rem;
}

.right-52{
  right: 13rem;
}

.bottom-0{
  bottom: 0px;
}

.-right-56{
  right: -14rem;
}

.-left-72{
  left: -18rem;
}

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

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

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

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

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

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-start-1{
  grid-column-start: 1;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-12{
  grid-column-end: 12;
}

.m-8{
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

.mb-1{
  margin-bottom: 0.25rem;
}

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

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

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

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

.mt-2{
  margin-top: 0.5rem;
}

.mt-auto{
  margin-top: auto;
}

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

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

.mb-20{
  margin-bottom: 5rem;
}

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

.mt-7{
  margin-top: 1.75rem;
}

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

.-mb-5{
  margin-bottom: -1.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

.h-1{
  height: 0.25rem;
}

.h-auto{
  height: auto;
}

.h-\[80\%\]{
  height: 80%;
}

.h-full{
  height: 100%;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[1000px\]{
  height: 1000px;
}

.h-\[120px\]{
  height: 120px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[64px\]{
  height: 64px;
}

.h-\[25rem\]{
  height: 25rem;
}

.h-\[700px\]{
  height: 700px;
}

.h-\[100\%\]{
  height: 100%;
}

.h-\[50rem\]{
  height: 50rem;
}

.h-\[35rem\]{
  height: 35rem;
}

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

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-\[400px\]{
  width: 400px;
}

.w-auto{
  width: auto;
}

.w-\[1000px\]{
  width: 1000px;
}

.w-\[750px\]{
  width: 750px;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[850px\]{
  width: 850px;
}

.w-\[64px\]{
  width: 64px;
}

.w-screen{
  width: 100vw;
}

.w-\[50rem\]{
  width: 50rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[60px\]{
  width: 60px;
}

.max-w-sm{
  max-width: 24rem;
}

.translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: var(--tw-transform);
}

.-translate-y-6{
  --tw-translate-y: -1.5rem;
  transform: var(--tw-transform);
}

.translate-y-\[-40px\]{
  --tw-translate-y: -40px;
  transform: var(--tw-transform);
}

.translate-x-\[30rem\]{
  --tw-translate-x: 30rem;
  transform: var(--tw-transform);
}

.translate-y-\[20px\]{
  --tw-translate-y: 20px;
  transform: var(--tw-transform);
}

.-translate-y-24{
  --tw-translate-y: -6rem;
  transform: var(--tw-transform);
}

.-translate-y-10{
  --tw-translate-y: -2.5rem;
  transform: var(--tw-transform);
}

.rotate-\[-40deg\]{
  --tw-rotate: -40deg;
  transform: var(--tw-transform);
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.-rotate-45{
  --tw-rotate: -45deg;
  transform: var(--tw-transform);
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

.gap-8{
  gap: 2rem;
}

.gap-12{
  gap: 3rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-y-24{
  row-gap: 6rem;
}

.space-y-4 &gt; :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));
}

.space-x-0 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-2 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-12 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-5 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 &gt; :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden{
  overflow: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

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

.border-t-2{
  border-top-width: 2px;
}

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

.border-b-\[5px\]{
  border-bottom-width: 5px;
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(49, 164, 104, var(--tw-border-opacity));
}

.border-\[\#EFEFEF\]{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

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

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 164, 104, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

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

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 44, 77, var(--tw-bg-opacity));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

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

.bg-quaternary{
  --tw-bg-opacity: 1;
  background-color: rgba(204, 215, 215, var(--tw-bg-opacity));
}

.\!bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 44, 77, var(--tw-bg-opacity)) !important;
}

.bg-\[\#052c4d\]{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 44, 77, var(--tw-bg-opacity));
}

.bg-\[\#20794B\]{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 121, 75, var(--tw-bg-opacity));
}

.bg-\[\#F5F7F7\]{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 247, 247, var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-5{
  padding: 1.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-12{
  padding: 3rem;
}

.p-14{
  padding: 3.5rem;
}

.p-10{
  padding: 2.5rem;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

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

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

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

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

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

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

.pt-56{
  padding-top: 14rem;
}

.pt-36{
  padding-top: 9rem;
}

.pt-20{
  padding-top: 5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-0{
  padding-top: 0px;
}

.pb-7{
  padding-bottom: 1.75rem;
}

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

.text-right{
  text-align: right;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

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

.text-\[12px\]{
  font-size: 12px;
}

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

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

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

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

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-black{
  font-weight: 900;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-tight{
  line-height: 1.25;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

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

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

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

.text-\[\#EFEFEF\]{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(49, 164, 104, var(--tw-text-opacity));
}

.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(49, 164, 104, var(--tw-text-opacity)) !important;
}

.\!text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgba(5, 44, 77, var(--tw-text-opacity)) !important;
}

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

.text-tertiary{
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
}

.underline{
  text-decoration: underline;
}

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

.opacity-30{
  opacity: 0.3;
}

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

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}

.filter{
  filter: var(--tw-filter);
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-200{
  transition-duration: 200ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.alignfull{
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide{
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1280px;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button){
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button){
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
  }

  .wp-block-button.alignleft a{
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
  }

  .wp-block-button.alignright a{
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-brother {
  font-family: brother-1816, sans-serif;
}

.swiper {
  cursor: grab;
  cursor: -webkit-grab;
}

.swiper&gt;.swiper-scrollbar {
  left: 0 !important;
  width: 83% !important;
  border-radius: 0px !important;
}

.swiper-quote&gt;.swiper-scrollbar {
  width: 50% !important;
  left: 0 !important;
}

.swiper-scrollbar-drag {
  border-radius: 0px !important;
  background-color: #31A468;
}

@media screen and (max-width: 768px) {
  .swiper&gt;.swiper-scrollbar {
    width: 100% !important;
  }

  .swiper-quote&gt;.swiper-scrollbar {
    width: 100% !important;
  }
}

.slider__slide img {
  height: 100%;
  width: 600px;
}

.swiper-diensten &gt; .swiper-scrollbar {
  border-radius: 0px !important;
  /* background-color: #fff !important; */
}

.swiper-diensten &gt; .swiper-scrollbar &gt; .swiper-scrollbar-drag {
  background-color: #052c4d !important;
}

@media (min-width: 1610px) {
  .container {
    max-width: 1600px;
  }
}

.header-video {
  -webkit-clip-path: url(#header-clip);
          clip-path: url(#header-clip);
}

@media screen and (max-width: 1024px) {
  .header-video {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
}

@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) {
    .header-video {
      -webkit-clip-path: unset !important;
              clip-path: unset !important;
      width:60%;
      position: absolute;
      right: 0;
      top: 4rem;
      transform: rotateZ(-40deg);
    }
  }
}

@media screen and (max-width: 1024px) {
  .header-video {
    -webkit-clip-path: unset;
            clip-path: unset;
  }

  @supports (-webkit-appearance: none) {
    .header-video {
      position: relative;
      width: 100%;
      transform: rotateZ(0deg);
      top: 0rem;
    }
  }
}

.krom-color-block {
  position: relative;
}

.krom-color-block&gt;* {
  z-index: 2;
  position: relative;
}

.krom-color-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgb(49, 164, 104);
  background: linear-gradient(90deg, rgba(49, 164, 104, 1) 10%, rgba(49, 164, 104, 0) 100%);
}

.krom-color-block-blue {
  position: relative;
}

.krom-color-block-blue&gt;* {
  z-index: 2;
  position: relative;
}

.krom-color-block-blue::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgb(9, 41, 64);
  background: linear-gradient(90deg, rgba(9, 41, 64, 1) 10%, rgba(9, 41, 64, 0) 100%);
}

.kromwijk__form form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
}

.kromwijk__form form input[type="text"],
.kromwijk__form form input[type="email"],
.kromwijk__form form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
}

.kromwijk__form .wpcf7-list-item {
  margin: 0;
}

.kromwijk__form .wpcf7-list-item-label {
  color: #fff;
}

.kromwijk__form form input[type="submit"] {
  background-color: #052c4d;
  color: #fff;
  padding: 15px 10px;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: brother-1816, sans-serif;
}

.kromwijk__form .wpcf7-response-output,
.kromwijk__form .wpcf7-not-valid-tip {
  background-color: red;
  color: #fff;
  margin: 0.5rem 0 0 0;
  padding: 10px !important;
  border: 0 !important;
}

.header-menu-fixed{
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 0 !important;
  background-color: #fff;
  z-index: 999;
  transform: translateY(-100%);
  -webkit-animation: showHeader .35s ease forwards;
          animation: showHeader .35s ease forwards;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
              0 2px 2px rgba(0,0,0,0.15), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.15);
}

.menu-open {
  display: flex !important;
  z-index:0;
  opacity: 0;
  transform: translateY(-2rem);
  -webkit-animation: showMenu .5s ease forwards;
          animation: showMenu .5s ease forwards;
}

@-webkit-keyframes showHeader {
  0%{
    transform: translateY(-100%);
  }

  100%{
    transform: translateY(0%);
  }
}

@keyframes showHeader {
  0%{
    transform: translateY(-100%);
  }

  100%{
    transform: translateY(0%);
  }
}

@-webkit-keyframes showMenu {
  0%{
    transform: translateY(-2rem);
    opactiy: 0;
  }

  100%{
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes showMenu {
  0%{
    transform: translateY(-2rem);
    opactiy: 0;
  }

  100%{
    transform: translateY(0%);
    opacity: 1;
  }
}

/* @import "custom.scss"; */

.quote__item:before{
  font-size: 2rem;
  opacity: 0.5;
  content: '"';
  margin-left: -10px;
}

.quote__item:after{
  content: '"';
  font-size: 2rem;
  opacity: 0.5;
}

.kromwijk-formatting h1, h2, h3, h4, h5, h6 {
  font-family: brother-1816, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.kromwijk-formatting h1 {
  font-size: 40px;
  line-height: 3rem;
}

.kromwijk-formatting h2 {
  font-size: 25px;
  line-height: 2rem;
}

.kromwijk-formatting p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.75rem;
  color: #888888;
}

@media screen and (max-width: 970px) {
  .kromwijk-formatting h1 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .kromwijk-formatting h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .kromwijk-formatting p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    color: #888888;
  }
}

.button-kromwijk {
  display: inline-block;
  background-color: #0c3052;
  color: #fff;
  padding: 15px 10px;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: brother-1816, sans-serif;
  transition: transform .5s ease-in-out;
}

.button-kromwijk:hover{
  transform: scale(1.05);
}

.hover\:scale-\[1\.05\]:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}

.hover\:shadow-xl:hover{
  --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);
}

@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:space-x-2 &gt; :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

@media (min-width: 768px){
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:h-\[30rem\]{
    height: 30rem;
  }

  .md\:h-\[250px\]{
    height: 250px;
  }

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

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

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

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

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

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

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

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-end-6{
    grid-column-end: 6;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-44{
    margin-top: 11rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[480px\]{
    height: 480px;
  }

  .lg\:h-\[400px\]{
    height: 400px;
  }

  .lg\:h-\[250px\]{
    height: 250px;
  }

  .lg\:h-\[80vh\]{
    height: 80vh;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-\[1000px\]{
    height: 1000px;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-\[40rem\]{
    height: 40rem;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

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

  .lg\:w-3\/4{
    width: 75%;
  }

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

  .lg\:w-\[250px\]{
    width: 250px;
  }

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

  .lg\:w-\[47\%\]{
    width: 47%;
  }

  .lg\:w-\[49\%\]{
    width: 49%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-\[1200px\]{
    width: 1200px;
  }

  .lg\:-translate-y-96{
    --tw-translate-y: -24rem;
    transform: var(--tw-transform);
  }

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

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4 &gt; :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14 &gt; :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 &gt; :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 &gt; :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-14{
    padding: 3.5rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

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

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .lg\:pb-72{
    padding-bottom: 18rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-\[88px\]{
    font-size: 88px;
  }

  .lg\:text-\[17px\]{
    font-size: 17px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[25px\]{
    font-size: 25px;
  }

  .lg\:leading-\[6rem\]{
    line-height: 6rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-\[3rem\]{
    line-height: 3rem;
  }

  .lg\:leading-\[2rem\]{
    line-height: 2rem;
  }

  .lg\:text-tertiary{
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }
}

@media (min-width: 1280px){
  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:h-auto{
    height: auto;
  }
}</pre></body></html>