/* ========================================================================= */

/* Preflight */

/* ========================================================================= */

/* ========================================================================= */

/* Tailwind */

/* ========================================================================= */

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
  font-display: swap;

  font-family: 'Deccan';

  font-weight: 400;

  font-style: normal;

  font-variant-numeric: oldstyle-nums proportional-nums;

  src: url('/fonts/deccan_regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';

  font-weight: 100 900;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/Inter-roman.var.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';

  font-weight: 100 900;

  font-display: swap;

  font-style: italic;

  src: url('/fonts/Inter-italic.var.woff2') format('woff2');
}

@font-face {
  font-family: 'ES Allianz';

  font-weight: 100 900;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/ESAllianz-Light.var.woff2') format('woff2');
}

@font-face {
  font-family: 'ES Allianz';

  font-weight: 100 900;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/ESAllianz-Regular.var.woff2') format('woff2');
}

@font-face {
  font-family: 'Reckless';

  font-weight: 100 900;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/Reckless-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Saans';

  font-weight: 100 900;

  font-display: swap;

  font-style: normal;

  src: url('/fonts/Saans-Regular-1.woff2') format('woff2');
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

.type-style-1,
.type-style-2,
.type-style-3,
.type-style-4,
.type-style-5,
.type-style-6,
.type-style-7,
.type-style-8,
.type-style-9,
.type-style-10,
.type-style-11,
.type-style-12,
.type-style-n1,
.type-style-n2,
.type-style-n3,
.type-style-n4,
.type-style-n5,
.type-style-n6,
.type-style-n7,
.type-style-n8,
.type-style-n9 {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
}

.type-style-1 {
  --tw-type--family: "Deccan",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 400;
  --tw-type--size: 1.75rem;
  --tw-type--letter-spacing: 0.14rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-1 {
    --tw-type--size: 2.125rem;
    --tw-type--letter-spacing: 0.17rem;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-2 {
  --tw-type--family: "Deccan",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 400;
  --tw-type--size: 1.25rem;
  --tw-type--line-height: normal;
  --tw-type--letter-spacing: 0.075rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  --tw-numeric-figure: oldstyle-nums;
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.type-style-3 {
  --tw-type--family: "ES Allianz",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";
  --tw-type--weight: 400;
  --tw-type--size: 0.9375rem;
  --tw-type--line-height: 1.3125rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-4 {
  --tw-type--family: "ES Allianz",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";
  --tw-type--weight: 500;
  --tw-type--size: 0.5625rem;
  --tw-type--line-height: 0.6875rem;
  --tw-type--letter-spacing: 0.028125rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

.type-style-5 {
  --tw-type--family: "Deccan",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--letter-spacing: 0.075rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  --tw-numeric-figure: oldstyle-nums;
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.type-style-6 {
  --tw-type--family: "ES Allianz",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";
  --tw-type--weight: 500;
  --tw-type--size: 0.625rem;
  --tw-type--line-height: 1.375rem;
  --tw-type--letter-spacing: 0.03125rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-8 {
  --tw-type--family: "Deccan",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 300;
  --tw-type--size: 1.125rem;
  --tw-type--line-height: 1.38625rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-9 {
  --tw-type--family: "Deccan",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 400;
  --tw-type--size: 0.9375rem;
  --tw-type--line-height: 1.40625rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-10 {
  --tw-type--family: "Saans",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";
  --tw-type--weight: 380;
  --tw-type--size: 1.3125rem;
  --tw-type--line-height: 130%;
  --tw-type--letter-spacing: 0.42px;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-10 {
    --tw-type--size: 1.75rem;
    --tw-type--line-height: 117%;
    --tw-type--letter-spacing: 0.28px;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-12 {
  --tw-type--family: "Saans",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";
  --tw-type--weight: 380;
  --tw-type--size: 0.875rem;
  --tw-type--line-height: 135%;
  --tw-type--letter-spacing: 0.28px;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

@media (min-width: 1024px) {
  .type-style-12 {
    --tw-type--family: "Saans",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";
    --tw-type--size: 1rem;
    --tw-type--line-height: 135%;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.type-style-n1 {
  --tw-type--family: "Saans",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";
  --tw-type--weight: 400;
  --tw-type--size: 2.4375rem;
  --tw-type--line-height: 2.68125rem;
  --tw-type--letter-spacing: 0.024375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-n2 {
  --tw-type--family: "Saans",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";
  --tw-type--weight: 400;
  --tw-type--size: 1.75rem;
  --tw-type--line-height: 2.0475rem;
  --tw-type--letter-spacing: 0.0175rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-n5 {
  --tw-type--family: "Saans",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";
  --tw-type--weight: 400;
  --tw-type--size: 1.125rem;
  --tw-type--line-height: 1.51875rem;
  --tw-type--letter-spacing: 0.0225rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-n6 {
  --tw-type--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";
  --tw-type--weight: 400;
  --tw-type--size: 0.75rem;
  --tw-type--line-height: 1.0875rem;
  --tw-type--letter-spacing: 0.0375rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-n7 {
  --tw-type--family: "Deccan",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 400;
  --tw-type--size: 0.9375rem;
  --tw-type--line-height: 1.546875rem;
  --tw-type--letter-spacing: 0.046875rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-n8 {
  --tw-type--family: "Saans",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";
  --tw-type--weight: 400;
  --tw-type--size: 0.875rem;
  --tw-type--line-height: 1.3125rem;
  --tw-type--letter-spacing: 0.0175rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
}

.type-style-n9 {
  --tw-type--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";
  --tw-type--weight: 400;
  --tw-type--size: 0.625rem;
  --tw-type--line-height: 0.90625rem;
  --tw-type--letter-spacing: 0.06875rem;
  --tw-type--text-transform: uppercase;
  --tw-type--font-feature-settings: normal;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-\[8px\] {
  bottom: 8px;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-\[8px\] {
  right: 8px;
}

.top-0 {
  top: 0;
}

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

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

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

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

.-mr-10 {
  margin-right: -0.625rem;
}

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

.mb-15 {
  margin-bottom: 0.9375rem;
}

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

.mb-30 {
  margin-bottom: 1.875rem;
}

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

.mb-60 {
  margin-bottom: 3.75rem;
}

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

.ml-5 {
  margin-left: 0.3125rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

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

.mt-15 {
  margin-top: 0.9375rem;
}

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

.mt-25 {
  margin-top: 1.5625rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

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

.mt-45 {
  margin-top: 2.8125rem;
}

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

.mt-70 {
  margin-top: 4.375rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-dynamic-screen {
  height: 100vh;
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.w-70 {
  width: 4.375rem;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.cursor-pointer {
  cursor: pointer;
}

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

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

.items-baseline {
  align-items: baseline;
}

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

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

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

.gap-20 {
  gap: 1.25rem;
}

.gap-60 {
  gap: 3.75rem;
}

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

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

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.border {
  border-width: 1px;
}

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

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-forest {
  --tw-border-opacity: 1;
  border-color: rgb(0 60 22 / var(--tw-border-opacity));
}

.border-forest\/10 {
  border-color: rgb(0 60 22 / 0.1);
}

.border-forest\/30 {
  border-color: rgb(0 60 22 / 0.3);
}

.border-forest\/50 {
  border-color: rgb(0 60 22 / 0.5);
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(217 46 46 / var(--tw-border-opacity));
}

.bg-active-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 205 / var(--tw-bg-opacity));
}

.bg-forest {
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 22 / var(--tw-bg-opacity));
}

.bg-inactive-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}

.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 230 / var(--tw-bg-opacity));
}

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

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

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 187 / var(--tw-bg-opacity));
}

.bg-zinc {
  --tw-bg-opacity: 1;
  background-color: rgb(192 197 199 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.p-20 {
  padding: 1.25rem;
}

.p-25 {
  padding: 1.5625rem;
}

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

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

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

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

.py-27 {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-\[27px\] {
  padding-top: 27px;
  padding-bottom: 27px;
}

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

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

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-45 {
  padding-bottom: 2.8125rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-5 {
  padding-left: 0.3125rem;
}

.pr-1\/5 {
  padding-right: 20%;
}

.pt-15 {
  padding-top: 0.9375rem;
}

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

.pt-40 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.leading-\[0\] {
  line-height: 0;
}

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-forest {
  --tw-text-opacity: 1;
  color: rgb(0 60 22 / var(--tw-text-opacity));
}

.text-forest\/30 {
  color: rgb(0 60 22 / 0.3);
}

.text-forest\/50 {
  color: rgb(0 60 22 / 0.5);
}

.text-rose {
  --tw-text-opacity: 1;
  color: rgb(169 83 79 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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;
}

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

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

@media (min-width: 1024px) {
  .md\:type-style-11 {
    font-family: var(--tw-type--family);
    font-weight: var(--tw-type--weight, normal);
    font-size: var(--tw-type--size, 16px);
    line-height: var(--tw-type--line-height, 1);
    letter-spacing: var(--tw-type--letter-spacing, 0px);
    text-transform: var(--tw-type--text-transform, none);
    font-feature-settings: var(--tw-type--font-feature-settings, normal);
    --tw-type--family: "Saans",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";
    --tw-type--weight: 380;
    --tw-type--size: 1.625rem;
    --tw-type--line-height: 117%;
    --tw-type--letter-spacing: 0.26px;
    --tw-type--text-transform: none;
    --tw-type--font-feature-settings: normal;
  }
}

.placeholder\:text-forest\/30::-moz-placeholder {
  color: rgb(0 60 22 / 0.3);
}

.placeholder\:text-forest\/30::placeholder {
  color: rgb(0 60 22 / 0.3);
}

.group:focus-within .group-focus-within\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {
  .sm\:mb-40 {
    margin-bottom: 2.5rem;
  }

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

  .sm\:pl-0 {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-20 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-45 {
    margin-bottom: 2.8125rem;
  }

  .md\:mb-50 {
    margin-bottom: 3.125rem;
  }

  .md\:mb-80 {
    margin-bottom: 5rem;
  }

  .md\:mb-\[130px\] {
    margin-bottom: 130px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-20 {
    margin-top: 1.25rem;
  }

  .md\:mt-30 {
    margin-top: 1.875rem;
  }

  .md\:mt-40 {
    margin-top: 2.5rem;
  }

  .md\:mt-50 {
    margin-top: 3.125rem;
  }

  .md\:mt-80 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .md\:pb-60 {
    padding-bottom: 3.75rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pt-70 {
    padding-top: 4.375rem;
  }
}

/* ========================================================================= */

/* Modules */

/* ========================================================================= */

input,
select,
textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 205 / var(--tw-bg-opacity));
}

.field {
  display: block;
  width: 100%;
}

.field__label {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: "ES Allianz",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";
  --tw-type--weight: 500;
  --tw-type--size: 0.625rem;
  --tw-type--line-height: 1.375rem;
  --tw-type--letter-spacing: 0.03125rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 60 22 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.field__input {
  font-family: var(--tw-type--family);
  font-weight: var(--tw-type--weight, normal);
  font-size: var(--tw-type--size, 16px);
  line-height: var(--tw-type--line-height, 1);
  letter-spacing: var(--tw-type--letter-spacing, 0px);
  text-transform: var(--tw-type--text-transform, none);
  font-feature-settings: var(--tw-type--font-feature-settings, normal);
  --tw-type--family: "Deccan",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
  --tw-type--weight: 400;
  --tw-type--size: 1rem;
  --tw-type--letter-spacing: 0.075rem;
  --tw-type--text-transform: none;
  --tw-type--font-feature-settings: normal;
  --tw-numeric-figure: oldstyle-nums;
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  width: 100%;
  border-bottom-width: 1px;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(0 60 22 / var(--tw-text-opacity));
}

.field__input::-moz-placeholder {
  color: rgb(0 60 22 / 0.3);
  -moz-transition-property: opacity;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
}

.field__input::placeholder {
  color: rgb(0 60 22 / 0.3);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
}

.field__input:focus::-moz-placeholder {
  opacity: 0;
}

.field__input:focus::placeholder {
  opacity: 0;
}

.field__textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 60 22 / var(--tw-text-opacity));
}

.field__textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 60 22 / var(--tw-text-opacity));
}

/**
 * Show field label while placeholder text is not shown
 */

.field__label:has(+ input:not(:-moz-placeholder-shown)), .field__label:has(+ textarea:not(:-moz-placeholder-shown)) {
  opacity: 1;
}

.field__label:has(+ input:not(:placeholder-shown)),
.field__label:has(+ textarea:not(:placeholder-shown)) {
  opacity: 1;
}

.select-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23003C16' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0 bottom 0.4em;
  background-repeat: no-repeat;
  background-size: 1.3em;
  padding-inline-end: 2.5rem;
}

.select-field .phone-select {
  background-position: right 0 bottom -0.1em;
  background-size: auto;
  padding-inline-end: 1.5rem;
}

.radio-field input,
.checkbox-field input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.radio-field .radio-field__label:before {
  /* unchecked */
  margin-right: 0.625rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  border-width: 1px;
  border-color: rgb(0 60 22 / 0.1);
  vertical-align: middle;
  content: '';
  border-radius: 50%;
}

.radio-field input:checked + .radio-field__label:before {
  /* checked */
  box-shadow:
        0 0 0 3px #ffefcd inset,
        0 0 0 10px #003c16 inset;
}

.checkbox-field__label:before {
  /* unchecked */
  margin-right: 0.625rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  border-width: 1px;
  border-color: rgb(0 60 22 / 0.1);
  vertical-align: middle;
  content: '';
}

.checkbox-field input:checked + .checkbox-field__label:before {
  /* checked */
  --tw-border-opacity: 1;
  border-color: rgb(0 60 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 22 / var(--tw-bg-opacity));
  background: currentColor url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M18.854 7.146a.5.5 0 0 1 .057.638l-.057.07-9 9a.498.498 0 0 1-.227.13l-.084.014h-.086a.498.498 0 0 1-.31-.144l-4-4a.5.5 0 0 1 .637-.765l.07.057L9.5 15.793l8.646-8.647a.5.5 0 0 1 .708 0Z' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  /* inner icons size */
}

/**
 * Resize the width of field based on
 * its value in [data-field-value] attribute
 */

.auto-sized-field {
  position: relative;
  display: inline-grid;
  align-items: center;
  vertical-align: top;
}

.auto-sized-field:after,
.auto-sized-field input,
.auto-sized-field textarea {
  margin: 0;
  width: auto;
  min-width: 10px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-image: none;
  grid-area: 1 / 2;
  font: inherit;
  letter-spacing: inherit;
}

.auto-sized-field:after {
  content: attr(data-field-value);
  visibility: hidden;
  white-space: pre-wrap;
}

/* ========================================================================= */

/* Layout */

/* ========================================================================= */

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

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

/* ========================================================================= */

/* Dialog */

/* ========================================================================= */

.dialog-reset {
  position: fixed;
  inset: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 0;
}

.dialog-reset::backdrop {
  background-color: transparent;
}

.dialog-reset {
  max-height: none;
  max-width: none;
}

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

.dialog-drawer {
  z-index: 40;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  animation: slideInBtm 0.3s linear;
}

.dialog-drawer.closing {
  animation: slideOutBtm 0.25s linear forwards;
}

dialog:not([open]) {
  display: none;
}

@keyframes slideInBtm {
  0% {
    transform: translateY(100%);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateY(0%);
    animation-timing-function: ease-in;
  }
}

@keyframes slideOutBtm {
  0% {
    transform: translateY(0%);
    animation-timing-function: ease-in;
  }

  100% {
    transform: translateY(100%);
    animation-timing-function: ease-out;
  }
}

/* ========================================================================= */

/* Module */

/* ========================================================================= */

.module + .module {
  margin-top: 1.875rem;
}

.module-wide + .module-wide {
  margin-top: 2.8125rem;
}

/* ========================================================================= */

/* Loader */

/* ========================================================================= */

.loader {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
}

.circular-loader {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke:#003c16;
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

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

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

/* ========================================================================= */

/* Globals */

/* ========================================================================= */

html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

/* ========================================================================= */

/* Skip link */

/* ========================================================================= */

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.skip-link:focus {
  z-index: 9999;
}

.skip-link {
  background-color: #ffffff;
  border: 1px solid #000000;
  transform: translate(-110%, 0);
  transform: translate(calc(-100% - 1px), 0);
}

.skip-link:focus {
  transform: translate(0, 0);
}

/* suppress focus ring on form controls for mouse users */

[data-whatintent = 'mouse'] *:focus {
  outline: none;
}

html:not([data-whatintent = 'mouse']) *:focus {
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
