/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

/**
 * 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: #e2e8f0; /* 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0;
}

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

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: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
    max-width: 100%;
    height: auto;
}

:target {
    display: block;
    position: relative;
    top: -96px;
    visibility: hidden;
}

html {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 62.5%;
}

body {
    font-family: var(--font-family-base);
    margin: 0 auto;
    font-size: 2rem;
    background-color: #fbfbfb;
    font-variant-numeric: lining-nums;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    -webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
    background-color: white;
    /* font-size: 1.25rem; */
    /* width: 1440px; */
}

/*below line will remove the special Raleway font style on numbers*/

* {
    font-variant-numeric: lining-nums;
}

body.text-default {
    font-family: var(--font-family-base);
}

svg {
    display: inline-block;
}

abbr[title] {
    text-decoration: none;
}

input,
select {
    border-color: #E4E4E4;
}

input:disabled, select:disabled {
    background-color: #F6F6F6;
}

.theme-lindab input[type='checkbox'],
.theme-lindab input[type='radio'] {
    accent-color: #0075BF;
}

details[open] summary svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    align-self: center;
    flex: 0 0 auto;
}

summary::-webkit-details-marker {
    display: none;
}

.container {
    width: 100%;
}

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

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

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

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

.theme-lindab {
    --site-bg-color: #f7f3ea;
    --font-family-base: 'Barlow', sans-serif;
    --font-family-alt: 'Barlow', sans-serif;
    --font-family-heading: 'Barlow Condensed', sans-serif;
    --card-border-radius: 2rem;
}

.theme-lindab-group {
    --site-bg-color: #eaecef;
    --font-family-base: 'Raleway', sans-serif;
    --font-family-alt: 'Raleway', sans-serif;
    --font-family-heading: 'Raleway', sans-serif;
    --card-border-radius: 0;
}

@media (max-width: 981px) {

    .promoWrapper:after {
        content: '';

        width: calc(100% - 3.2rem);

        height: 2px;

        position: absolute;

        left: 50%;

        -webkit-transform: translateX(-50%);

        transform: translateX(-50%);

        background-color: #C9C9C9
    }
}

/* typography headings */

h1,
h2,
h3,
h4,
h5,
h6,
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6 {
    font-family: var(--font-family-heading);
}

.image__object-fit {
    overflow: hidden;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.image-gallery__button:hover,
.image-gallery__button:focus {
    background-color: rgba(228, 228, 228, 0.75);
    outline: none;
}

@media (min-width: 1024px) {
    .lg\:whitespace-nowrap {
        white-space: nowrap;
    }

    .lg\:overflow-ellipsis {
        text-overflow: ellipsis;
    }
}

.iframe-16-9 {
    padding-top: 56.25%;
}

.iframe-other {
    padding-top: 75%;
}

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

.overflow-ellipsis {
    text-overflow: ellipsis;
}

.filterItem:not(:last-child):after {
    content: '|';
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    font-weight: 200;
}

.filterItem:first-of-type {
    margin-left: 0.8rem;
}

#clickdimensionsForm .responsiveRow input[type='checkbox'] {
    margin-right: 5px;
}

#clickdimensionsForm .responsiveRow .alignBottom.minSize3 > div {
    display: flex;
    align-items: center;
}

nav > ul > li > a:hover {
    color: #ffffff;
}

.link-blue {
    color: #0075bf !important;
}

.link-white,
.link-white a {
    color: #ffffff !important;
}

.link-black {
    --text-opacity: 1 !important;
    color: #2A2A2A !important;
    color: rgba(42, 42, 42, var(--text-opacity)) !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.bigLandscape a {
    text-decoration: underline;
}

.configurator input:invalid, .configurator select:invalid {
    border-color: #D0021B;
}

.configurator input:valid, .configurator select:valid {
    border-color: #00B900;
}

.accordion-block:not(.accordion-block + .accordion-block) {
    padding-top: 4rem;
}

.accordion-block:not(.accordion-block + .accordion-block) button {
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
}

.accordion-block:not(:has(+ .accordion-block)) {
    padding-bottom: 4rem;
}

.accordion-block button:focus {
    outline: none;
}

.accordion-block button:focus-visible {
    outline: 3px solid #000000;
}

.image-objectfit {
    overflow: hidden;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.image-modal {
    width: 35rem;
}

.image-modal--image {
    height: 100%;
}

.image-modal--video {
    height: 20rem;
}

@media (min-width: 768px) {

    .image-modal--video {
        height: 42rem
    }
}

@media (min-width: 1024px) {

    .image-modal--video {
        height: 53rem
    }
}

@media (min-width: 768px) {

    .image-modal {
        width: 74rem
    }
}

@media (min-width: 1024px) {

    .image-modal {
        width: 95rem;

        height: 63rem
    }
}

.animate-spin-slow {
    -webkit-animation: spin 3s infinite linear;
    animation: spin 3s infinite linear;
}

.product-matrix tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.product-matrix input {
    border: 0.1rem solid #C9C9C9;
    padding-right: 8px;
}

/* Chrome, Safari, Edge, Opera */

.product-matrix input::-webkit-outer-spin-button,
.product-matrix input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

.product-matrix input[type='number'] {
    -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */

.product-counter::-webkit-inner-spin-button,
.product-counter::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

.product-counter[type='number'] {
    -moz-appearance: textfield;
}

.filterbar-item:not(:last-child):after {
    content: '|';
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    font-weight: 200;
}

.filterbar-item:first-of-type {
    margin-left: 0.8rem;
}

@media (min-width: 1101px) {

    .article-row__left-item {
        width: 64rem
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {

    .article-row__left-item {
        max-width: 42rem
    }
}

.confarticle-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #ffffff;
    opacity: 0.5;
}

.calendar {
    box-shadow: 0rem 0.2rem 0.3rem 0.2rem #F6F6F6;
}

.calendar-tab-list:after {
    content: '';
    width: 100%;
    height: 0.125rem;
    background-color: #E4E4E4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.calendar-tab-active {
    border-top: 0.4rem solid #0075BF;
    border-left: 0.1rem solid #E4E4E4;
    border-right: 0.1rem solid #E4E4E4;
    border-bottom-width: 0;
    z-index: 1;
    background-color: #ffffff;
}

.lg-calendar-tab-active {
    border-top: 0.4rem solid #00426e;
    border-left: 0.1rem solid #eae8e3;
    border-right: 0.1rem solid #eae8e3;
    border-bottom-width: 0;
    z-index: 1;
    background-color: #eaecef;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-item {
    flex-flow: row wrap;
}

.columnblock--shadow {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.columnblock--wrapper {
    flex: 1 1 auto;
}

.pressrelease-mediagallery-img {
    width: 100%;
    height: 21rem;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover;';
}

.richtext table {
    /* border: 0.1rem solid theme('colors.black'); */
    font-size: 1.6rem;
    margin: 0 0 4rem;
}

.richtext table td {
    /* border: 0.1rem solid theme('colors.black'); */
    padding: 0.8rem;
}

.richtext .table-styled table {
    border: none;
    border-spacing: 0;
}

.richtext .table-styled table thead {
    background-color: #01416F;
    color: #ffffff;
}

.richtext .table-styled table tr {
    border-bottom: 0.1rem solid #E4E4E4;
}

.richtext .table-styled table tr td,
.richtext .table-styled table tr th {
    border: none;
    padding: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.richtext .table-styled table tr td p,
.richtext .table-styled table tr td a,
.richtext .table-styled table tr th p,
.richtext .table-styled table tr th a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0;
}

.richtext .table-styled table tr td a:hover, .richtext .table-styled table tr th a:hover {
    text-decoration: underline;
}

.richtext .table-fullwidth {
    width: 100%;
    overflow-y: auto;
}

.richtext .table-fullwidth table {
    width: 152% !important;
}

@media (min-width: 768px) {

    .richtext .table-fullwidth {
        width: auto;

        overflow-y: visible
    }
}

.richtext .table-technical {
    border: 0.25pt solid black;
}

.richtext .table-technical thead {
    border-bottom: 3pt solid black;
}

.richtext .table-technical thead td {
    font-weight: bold;
}

.richtext .table-technical tbody tr:nth-child(odd) {
    background: #f3f3f3;
}

.richtext h1 {
    font-family: var(--font-family-heading);
    margin-bottom: 2.4rem;
    margin-top: 3.2rem;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4rem;
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

@media (min-width: 768px) {

    .richtext h1 {
        font-size: 4.8rem;

        line-height: 5.6rem
    }
}

.richtext h2 {
    font-family: var(--font-family-heading);
    margin-bottom: 1.6rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 2.8rem;
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

@media (min-width: 768px) {

    .richtext h2 {
        font-size: 3.2rem;

        line-height: 4rem
    }
}

.richtext h3 {
    font-family: var(--font-family-heading);
    margin-bottom: 1.6rem;
    margin-top: 2.8rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

@media (min-width: 768px) {

    .richtext h3 {
        font-size: 2.4rem;

        line-height: 3.2rem
    }
}

.richtext h4 {
    font-family: var(--font-family-heading);
    margin-bottom: 1.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

.richtext h5 {
    font-family: var(--font-family-heading);
    margin-bottom: 1.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

.richtext h6 {
    font-family: var(--font-family-heading);
    margin-bottom: 1.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

.richtext p {
    font-family: var(--font-family-base);
    margin-bottom: 1.6rem;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 0 !important;
}

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

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

.richtext ul,
.richtext ol {
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.richtext ul li, .richtext ol li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
}

.richtext a {
    text-decoration: underline;
}

.richtext a:hover {
    text-decoration: none;
}

/*Lindab Group specific richtext styles*/

.richtext-lg table {
    /* border: 0.1rem solid theme('colors.black'); */
    font-size: 1.6rem;
    margin: 0 0 4rem;
}

.richtext-lg table td {
    /* border: 0.1rem solid theme('colors.black'); */
    padding: 0.8rem;
}

.richtext-lg .table-styled table {
    border: none;
    border-spacing: 0;
}

.richtext-lg .table-styled table thead {
    background-color: #00426e !important;
    color: #eaecef !important;
}

.richtext-lg .table-styled table tr {
    border-bottom: 0.1rem solid #E4E4E4;
}

.richtext-lg .table-styled table tr td,
.richtext-lg .table-styled table tr th {
    border: none;
    padding: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.richtext-lg .table-styled table tr td p,
.richtext-lg .table-styled table tr td a,
.richtext-lg .table-styled table tr th p,
.richtext-lg .table-styled table tr th a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 0;
}

.richtext-lg .table-styled table tr td a:hover, .richtext-lg .table-styled table tr th a:hover {
    text-decoration: underline;
}

.richtext-lg .table-fullwidth {
    width: 100%;
    overflow-y: auto;
}

.richtext-lg .table-fullwidth table {
    width: 152% !important;
}

@media (min-width: 768px) {

    .richtext-lg .table-fullwidth {
        width: auto;

        overflow-y: visible
    }
}

.richtext-lg .table-technical {
    border: 0.25pt solid black;
}

.richtext-lg .table-technical thead {
    border-bottom: 3pt solid black;
}

.richtext-lg .table-technical thead td {
    font-weight: bold;
}

.richtext-lg .table-technical tbody tr:nth-child(odd) {
    background: #f3f3f3;
}

.richtext-lg h1 {
    font-family: var(--font-family-base) !important;
    margin-bottom: 2.4rem !important;
    margin-top: 3.2rem !important;
    font-size: 3.2rem !important;
    line-height: 4rem !important;
    --text-opacity: 1 !important;
    color: #00426e !important;
    color: rgba(0, 66, 110, var(--text-opacity)) !important;
}

@media (min-width: 768px) {

    .richtext-lg h1 {
        font-size: 4.8rem !important;

        line-height: 5.6rem !important
    }
}

.richtext-lg h2 {
    font-family: var(--font-family-base) !important;
    margin-bottom: 1.6rem !important;
    font-weight: 400 !important;
    font-size: 2.4rem !important;
    line-height: 3.2rem !important;
    margin-top: 2.8rem !important;
    --text-opacity: 1 !important;
    color: #00426e !important;
    color: rgba(0, 66, 110, var(--text-opacity)) !important;
}

@media (min-width: 768px) {

    .richtext-lg h2 {
        font-size: 3.2rem !important;

        line-height: 4rem !important
    }
}

.richtext-lg h3 {
    font-family: var(--font-family-base) !important;
    margin-bottom: 1.6rem !important;
    margin-top: 2.8rem !important;
    font-weight: 500 !important;
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
    --text-opacity: 1 !important;
    color: #00426e !important;
    color: rgba(0, 66, 110, var(--text-opacity)) !important;
}

@media (min-width: 768px) {

    .richtext-lg h3 {
        font-size: 2.4rem !important;

        line-height: 3.2rem !important
    }
}

.richtext-lg h4 {
    font-family: var(--font-family-base) !important;
    margin-bottom: 1.6rem !important;
    font-weight: 500 !important;
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
    --text-opacity: 1 !important;
    color: #00426e !important;
    color: rgba(0, 66, 110, var(--text-opacity)) !important;
}

.richtext-lg h5 {
    font-family: var(--font-family-base) !important;
    margin-bottom: 1.2rem !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
    --text-opacity: 1 !important;
    color: #00426e !important;
    color: rgba(0, 66, 110, var(--text-opacity)) !important;
}

.richtext-lg h6 {
    font-family: var(--font-family-base) !important;
    margin-bottom: 1.2rem !important;
    font-weight: 600 !important;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
    --text-opacity: 1 !important;
    color: #00426e !important;
    color: rgba(0, 66, 110, var(--text-opacity)) !important;
}

.richtext-lg p {
    font-family: var(--font-family-base);
    margin-bottom: 1.6rem;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 0 !important;
}

.richtext-lg a {
    --text-opacity: 1 !important;
    color: #00426e !important;
    color: rgba(0, 66, 110, var(--text-opacity)) !important;
}

.richtext-lg ul {
    list-style-type: disc;
}

.richtext-lg ol {
    list-style-type: decimal;
}

.richtext-lg ul,
.richtext-lg ol {
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.richtext-lg ul li, .richtext-lg ol li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
}

.w-languageSelector {
    width: calc(100% + 0.4rem);
}

.bg-none {
    background: none;
}

.border-none {
    border: none;
}

.border-top-none {
    border-top: none;
}

.border-right-none {
    border-right: none;
}

.border-left-none {
    border-left: none;
}

.text-inherit {
    color: inherit;
}

.font-inherit {
    font: inherit;
}

.autocomplete ul {
    border-left: 0.1rem solid #E4E4E4;
    border-right: 0.1rem solid #E4E4E4;
    border-bottom: 0.2rem solid #0075BF;
}

.autocomplete ul li:not(:first-child) {
    border-top: 0.1rem solid #E4E4E4;
}

.quickimporttable .row-valid {
    background-color: #ffffff;
}

.quickimporttable .row-valid:nth-child(even) {
    background-color: #FAFAFA;
}

.quickimporttable .row-inValid {
    background-color: #fcf3f4;
}

.quickimporttable .row-inValid:nth-child(even) {
    background-color: #f9e7e9;
}

.showmore-transparent-block {
    background: linear-gradient(to top, #fff 40%, rgba(0, 0, 0, 0));
}

.addresspicker input:read-only,
.addresspicker textarea:read-only {
    background-color: #F6F6F6;
}

.articlerow:last-child {
    border-bottom: none;
}

.articlerow:nth-child(-n + 3) {
    border-bottom: 0.1rem solid #C9C9C9;
    padding-bottom: 1.6rem;
}

.articlerow:nth-child(-n + 2) {
    padding-bottom: 1.6rem;
}

.megamenu-dropdown {
    width: 101vw;
    max-width: 144rem;
    z-index: 70;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 0.4rem solid #ffffff;
    border-top: 0.4rem solid #ffffff;
}

.megamenu-dropdown--after::after {
    bottom: -4.9rem;
    height: 4.5rem;
    width: 100%;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    content: ' ';
    display: block;
}

/* .megamenu-dropdown--after.lindab-menu::after {
		border-top: 0.4rem solid theme('colors.blue.default');
	} */

.megamenu-dropdown--after.lindab-group-menu::after {
    border-top: 0.4rem solid #00426e;
}

.megamenu__column--grow {
    width: 37.4rem;
    max-width: 37.4rem;
}

.megamenu__column--grow:last-child {
    margin-right: 0;
}

.megamenu__column {
    flex-basis: 17.2rem;
}

.megamenu__column:last-child {
    margin-right: 0;
}

.megamenu__column-wrapper--grow {
    flex: 1 1 45rem;
    max-height: 45rem;
    min-height: 0px;
}

.megamenu__column-wrapper {
    flex: 1 1 auto;
    max-height: none;
    min-height: 0px;
}

.datepicker__wrapper {
    position: relative;
}

.datepicker__wrapper .react-datepicker-wrapper {
    display: block;
}

.datepicker__wrapper .react-datepicker {
    font-size: 1.6rem;
    font-family: var(--font-family-base);
}

.datepicker__wrapper .react-datepicker__month-container {
    width: 30rem;
}

.datepicker__wrapper .react-datepicker__header {
    background-color: #0075BF;
    color: #ffffff;
}

.datepicker__wrapper .react-datepicker__current-month {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 1.6rem;
    height: 2.4rem;
}

.datepicker__wrapper .react-datepicker__day-name {
    color: #ffffff;
    width: 3.8rem;
    margin-bottom: 0.4rem;
}

.datepicker__wrapper .react-datepicker__week {
    width: 100%;
}

.datepicker__wrapper .react-datepicker__day {
    width: 3.8rem;
    padding: 0.8rem;
}

.datepicker__wrapper .react-datepicker-popper[data-placement^='bottom-start']
.react-datepicker__triangle,
.datepicker__wrapper .react-datepicker-popper[data-placement^='bottom-start']
.react-datepicker__triangle::before {
    border-bottom-color: #0075BF;
}

.datepicker__wrapper .react-datepicker__navigation--previous {
    border-right-color: #ffffff;
}

.datepicker__wrapper .react-datepicker__navigation--next {
    border-left-color: #ffffff;
}

.datepicker__wrapper .react-datepicker__day--selected {
    background-color: #0075BF;
}

.datepicker__wrapper .react-datepicker__input-container > input {
    display: block;
    width: 100%;
    padding: 0.8rem 1.6rem;
    border: 0.1rem solid #C9C9C9;
    border-radius: 0.4rem;
    font-family: var(--font-family-base);
    font-size: 1.6rem;
    line-height: 2.4rem;
}

@media (max-width: 890px) {

    .datepicker__wrapper .react-datepicker__input-container > input {
        width: 100%;

        font-size: 1.4rem;

        height: 3.2rem;

        padding: 0.8rem 1.6rem
    }
}

.datepicker__button {
    background-color: #0075BF;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    cursor: pointer;
}

.datepicker__button--small {
    width: 3.2rem;
    height: 3.2rem;
}

.datepicker__button--small > svg {
    height: 1.5rem;
    width: 1.5rem;
}

.datepicker__button--default {
    width: 4rem;
    height: 4rem;
}

.datepicker__button--default > svg {
    height: 2rem;
    width: 2rem;
}

.datepicker__button:hover:enabled {
    background-color: #005D92;
}

@media (max-width: 890px) {

    .datepicker__button {
        width: 3.2rem;

        height: 3.2rem
    }

    .datepicker__button > svg {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.datepicker__button > svg {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    cursor: pointer;
}

.my-page-dropdown:before {
    content: '';
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: 1.2rem solid #ffffff;
    height: 0;
    bottom: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.checkout-grid .validation-required label::after {
    content: '*';
    color: #0075BF;
    margin-left: 4px;
}

/* New Contact Page styles */

.floating-block {
    max-width: 350px;
    margin-top: -100px;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    z-index: 50;
    padding: 2rem;
    position: fixed;
    top: 33%;
}

@media (max-width: 640px) {

    .floating-block {
        position: relative;

        margin-left: auto;

        margin-right: auto;

        mrgin-top: -50px;

        width: 100%;

        height: auto;

        max-height: none
    }
}

.floating-block-contact-list {
    width: 288px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1100px) {

    .floating-block-contact-list {
        display: flex;

        flex-direction: row;

        justify-content: space-between;

        margin-top: 1rem;

        margin-bottom: 1rem
    }
}

.heading-in-media-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 30dvw;
}

.btn-filter-region {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    --text-opacity: 1;
    color: #2A2A2A;
    color: rgba(42, 42, 42, var(--text-opacity));
}

.btn-all-filter-region {
    font-size: 16px;
    line-height: 20px;
    --text-opacity: 1;
    color: #2A2A2A;
    color: rgba(42, 42, 42, var(--text-opacity));
    font-weight: 600;
    margin-right: 1.6rem;
}

.new-location-row-heading {
    font-weight: 600;
}

.new-location-row-link {
    font-size: 14px;
    line-height: 16px;
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
    font-weight: 500;
}

.new-location-row-details {
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 12px 18px;
    border-radius: 4px;
    background-color: #f6f6f6;
}

.new-location-row-contact-img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin-right: 22px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.new-location-row-contact-phone-email {
    font-size: 16px;
    line-height: 32px;
    --text-opacity: 1;
    color: #2A2A2A;
    color: rgba(42, 42, 42, var(--text-opacity));
    font-weight: 400;
}

address div p {
    margin-bottom: 0 !important;
}

#contact-list:last-child {
    border-bottom: none !important;
    bottom: 0;
}

/*custom tilwind styles with important class*/

.bg-lgLightGrayBlue-imp {
    background-color: #eaecef !important;
}

.hero-shape {
    overflow: hidden;
    /* Rectangle + attached semicircle on right */
    -webkit-clip-path: ellipse(100% 110% at 0% 50%);
    clip-path: ellipse(100% 110% at 0% 50%);
}

@media (max-width: 755px) {
    .hero-shape {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--space-x-reverse)));
}

.space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.8rem * var(--space-x-reverse));
    margin-left: calc(0.8rem * calc(1 - var(--space-x-reverse)));
}

.space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--space-x-reverse)));
}

.space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2A2A2A;
    border-color: rgba(42, 42, 42, var(--divide-opacity));
}

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

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

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

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

.bg-white-whiteOpacity {
    background-color: rgba(255,255,255,0.95);
}

.bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.bg-orange {
    --bg-opacity: 1;
    background-color: #FF6600;
    background-color: rgba(255, 102, 0, var(--bg-opacity));
}

.bg-green {
    --bg-opacity: 1;
    background-color: #00B900;
    background-color: rgba(0, 185, 0, var(--bg-opacity));
}

.bg-blue {
    --bg-opacity: 1;
    background-color: #0075BF;
    background-color: rgba(0, 117, 191, var(--bg-opacity));
}

.bg-indigo {
    --bg-opacity: 1;
    background-color: #01416F;
    background-color: rgba(1, 65, 111, var(--bg-opacity));
}

.bg-greyLight {
    --bg-opacity: 1;
    background-color: #FAFAFA;
    background-color: rgba(250, 250, 250, var(--bg-opacity));
}

.bg-grey {
    --bg-opacity: 1;
    background-color: #F6F6F6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.bg-greyDark {
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
}

.bg-greyDarker {
    --bg-opacity: 1;
    background-color: #C9C9C9;
    background-color: rgba(201, 201, 201, var(--bg-opacity));
}

.bg-greyDarkest {
    --bg-opacity: 1;
    background-color: #767676;
    background-color: rgba(118, 118, 118, var(--bg-opacity));
}

.bg-blueLight {
    --bg-opacity: 1;
    background-color: #bce4fa;
    background-color: rgba(188, 228, 250, var(--bg-opacity));
}

.bg-blueDark {
    --bg-opacity: 1;
    background-color: #005E94;
    background-color: rgba(0, 94, 148, var(--bg-opacity));
}

.bg-blueDarker {
    --bg-opacity: 1;
    background-color: #003D61;
    background-color: rgba(0, 61, 97, var(--bg-opacity));
}

.bg-greenLight {
    --bg-opacity: 1;
    background-color: #A7D5C2;
    background-color: rgba(167, 213, 194, var(--bg-opacity));
}

.bg-orangeLightest {
    --bg-opacity: 1;
    background-color: #fcf7f2;
    background-color: rgba(252, 247, 242, var(--bg-opacity));
}

.bg-orangeLight {
    --bg-opacity: 1;
    background-color: #F5822B;
    background-color: rgba(245, 130, 43, var(--bg-opacity));
}

.bg-lgDarkBlue {
    --bg-opacity: 1;
    background-color: #00426e;
    background-color: rgba(0, 66, 110, var(--bg-opacity));
}

.bg-lgBlueGray {
    --bg-opacity: 1;
    background-color: #4d6b7b;
    background-color: rgba(77, 107, 123, var(--bg-opacity));
}

.bg-lgGreenGray {
    --bg-opacity: 1;
    background-color: #6b7a7c;
    background-color: rgba(107, 122, 124, var(--bg-opacity));
}

.bg-lgGreen {
    --bg-opacity: 1;
    background-color: #4c7468;
    background-color: rgba(76, 116, 104, var(--bg-opacity));
}

.bg-lgYellow {
    --bg-opacity: 1;
    background-color: #d7a72f;
    background-color: rgba(215, 167, 47, var(--bg-opacity));
}

.bg-lgBrown {
    --bg-opacity: 1;
    background-color: #887c74;
    background-color: rgba(136, 124, 116, var(--bg-opacity));
}

.bg-lgDarkGray {
    --bg-opacity: 1;
    background-color: #4d555b;
    background-color: rgba(77, 85, 91, var(--bg-opacity));
}

.bg-lgBeige {
    --bg-opacity: 1;
    background-color: #dad3c9;
    background-color: rgba(218, 211, 201, var(--bg-opacity));
}

.bg-lgLightBrown {
    --bg-opacity: 1;
    background-color: #eae1d9;
    background-color: rgba(234, 225, 217, var(--bg-opacity));
}

.bg-lgLightGray {
    --bg-opacity: 1;
    background-color: #eae8e3;
    background-color: rgba(234, 232, 227, var(--bg-opacity));
}

.bg-lgLightGrayBlue {
    --bg-opacity: 1;
    background-color: #eaecef;
    background-color: rgba(234, 236, 239, var(--bg-opacity));
}

.bg-beige {
    --bg-opacity: 1;
    background-color: #f7f3ea;
    background-color: rgba(247, 243, 234, var(--bg-opacity));
}

.bg-lavender {
    --bg-opacity: 1;
    background-color: #E7D5EA;
    background-color: rgba(231, 213, 234, var(--bg-opacity));
}

.bg-pastelGreen {
    --bg-opacity: 1;
    background-color: #A7D5C2;
    background-color: rgba(167, 213, 194, var(--bg-opacity));
}

.hover\:bg-white-hover:hover {
    --bg-opacity: 1;
    background-color: #e6e6e6;
    background-color: rgba(230, 230, 230, var(--bg-opacity));
}

.hover\:bg-orange-hover:hover {
    --bg-opacity: 1;
    background-color: #CC5200;
    background-color: rgba(204, 82, 0, var(--bg-opacity));
}

.hover\:bg-green-hover:hover {
    --bg-opacity: 1;
    background-color: #008600;
    background-color: rgba(0, 134, 0, var(--bg-opacity));
}

.hover\:bg-blue-hover:hover {
    --bg-opacity: 1;
    background-color: #005D92;
    background-color: rgba(0, 93, 146, var(--bg-opacity));
}

.hover\:bg-grey-hover:hover {
    --bg-opacity: 1;
    background-color: #DDDDDD;
    background-color: rgba(221, 221, 221, var(--bg-opacity));
}

.hover\:bg-greyDark:hover {
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
}

.hover\:bg-greyDark-hover:hover {
    --bg-opacity: 1;
    background-color: #CDCDCD;
    background-color: rgba(205, 205, 205, var(--bg-opacity));
}

.hover\:bg-greyDarker:hover {
    --bg-opacity: 1;
    background-color: #C9C9C9;
    background-color: rgba(201, 201, 201, var(--bg-opacity));
}

.hover\:bg-greyDarker-hover:hover {
    --bg-opacity: 1;
    background-color: #B4B4B4;
    background-color: rgba(180, 180, 180, var(--bg-opacity));
}

.hover\:bg-greyDarkest-hover:hover {
    --bg-opacity: 1;
    background-color: #858585;
    background-color: rgba(133, 133, 133, var(--bg-opacity));
}

.disabled\:bg-grey:disabled {
    --bg-opacity: 1;
    background-color: #F6F6F6;
    background-color: rgba(246, 246, 246, var(--bg-opacity));
}

.disabled\:bg-greyDark:disabled {
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
}

.odd\:bg-white:nth-child(odd) {
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.even\:bg-greyLight:nth-child(even) {
    --bg-opacity: 1;
    background-color: #FAFAFA;
    background-color: rgba(250, 250, 250, var(--bg-opacity));
}

.even\:bg-beige:nth-child(even) {
    --bg-opacity: 1;
    background-color: #f7f3ea;
    background-color: rgba(247, 243, 234, var(--bg-opacity));
}

.bg-none {
    background-image: none;
}

.bg-overlay {
    background-image: linear-gradient(to right, #0276C0 0%, #ffffff 100%);
}

.border-collapse {
    border-collapse: collapse;
}

.border-transparent {
    border-color: transparent;
}

.border-black {
    --border-opacity: 1;
    border-color: #2A2A2A;
    border-color: rgba(42, 42, 42, var(--border-opacity));
}

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

.border-red {
    --border-opacity: 1;
    border-color: #D0021B;
    border-color: rgba(208, 2, 27, var(--border-opacity));
}

.border-orange {
    --border-opacity: 1;
    border-color: #FF6600;
    border-color: rgba(255, 102, 0, var(--border-opacity));
}

.border-green {
    --border-opacity: 1;
    border-color: #00B900;
    border-color: rgba(0, 185, 0, var(--border-opacity));
}

.border-blue {
    --border-opacity: 1;
    border-color: #0075BF;
    border-color: rgba(0, 117, 191, var(--border-opacity));
}

.border-greyLight {
    --border-opacity: 1;
    border-color: #FAFAFA;
    border-color: rgba(250, 250, 250, var(--border-opacity));
}

.border-grey {
    --border-opacity: 1;
    border-color: #F6F6F6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
}

.border-greyDark {
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
}

.border-greyDarker {
    --border-opacity: 1;
    border-color: #C9C9C9;
    border-color: rgba(201, 201, 201, var(--border-opacity));
}

.border-greyDarkest {
    --border-opacity: 1;
    border-color: #767676;
    border-color: rgba(118, 118, 118, var(--border-opacity));
}

.border-blueLight {
    --border-opacity: 1;
    border-color: #bce4fa;
    border-color: rgba(188, 228, 250, var(--border-opacity));
}

.border-blueDark {
    --border-opacity: 1;
    border-color: #005E94;
    border-color: rgba(0, 94, 148, var(--border-opacity));
}

.border-lgDarkBlue {
    --border-opacity: 1;
    border-color: #00426e;
    border-color: rgba(0, 66, 110, var(--border-opacity));
}

.border-lgBlueGray {
    --border-opacity: 1;
    border-color: #4d6b7b;
    border-color: rgba(77, 107, 123, var(--border-opacity));
}

.border-lgGreenGray {
    --border-opacity: 1;
    border-color: #6b7a7c;
    border-color: rgba(107, 122, 124, var(--border-opacity));
}

.border-lgGreen {
    --border-opacity: 1;
    border-color: #4c7468;
    border-color: rgba(76, 116, 104, var(--border-opacity));
}

.border-lgYellow {
    --border-opacity: 1;
    border-color: #d7a72f;
    border-color: rgba(215, 167, 47, var(--border-opacity));
}

.border-lgBrown {
    --border-opacity: 1;
    border-color: #887c74;
    border-color: rgba(136, 124, 116, var(--border-opacity));
}

.border-lgDarkGray {
    --border-opacity: 1;
    border-color: #4d555b;
    border-color: rgba(77, 85, 91, var(--border-opacity));
}

.border-lgBeige {
    --border-opacity: 1;
    border-color: #dad3c9;
    border-color: rgba(218, 211, 201, var(--border-opacity));
}

.border-lgLightBrown {
    --border-opacity: 1;
    border-color: #eae1d9;
    border-color: rgba(234, 225, 217, var(--border-opacity));
}

.border-lgLightGray {
    --border-opacity: 1;
    border-color: #eae8e3;
    border-color: rgba(234, 232, 227, var(--border-opacity));
}

.border-lgLightGrayBlue {
    --border-opacity: 1;
    border-color: #eaecef;
    border-color: rgba(234, 236, 239, var(--border-opacity));
}

.border-beige {
    --border-opacity: 1;
    border-color: #f7f3ea;
    border-color: rgba(247, 243, 234, var(--border-opacity));
}

.disabled\:border-grey:disabled {
    --border-opacity: 1;
    border-color: #F6F6F6;
    border-color: rgba(246, 246, 246, var(--border-opacity));
}

.disabled\:border-greyDarker:disabled {
    --border-opacity: 1;
    border-color: #C9C9C9;
    border-color: rgba(201, 201, 201, var(--border-opacity));
}

.rounded {
    border-radius: 0.4rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

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

.rounded-2xl {
    border-radius: 1rem;
}

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

.rounded-card {
    border-radius: var(--card-border-radius);
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-t-card {
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
}

.rounded-b-card {
    border-bottom-right-radius: var(--card-border-radius);
    border-bottom-left-radius: var(--card-border-radius);
}

.rounded-tl-md {
    border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
    border-top-right-radius: 0.375rem;
}

.rounded-br-md {
    border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
}

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

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

.border-solid {
    border-style: solid;
}

.border-none {
    border-style: none;
}

.disabled\:border-solid:disabled {
    border-style: solid;
}

.border-0 {
    border-width: 0;
}

.border-1 {
    border-width: 0.1rem;
}

.border-2 {
    border-width: 0.2rem;
}

.border {
    border-width: 1px;
}

.border-r-0 {
    border-right-width: 0;
}

.border-l-0 {
    border-left-width: 0;
}

.border-r-1 {
    border-right-width: 0.1rem;
}

.border-b-1 {
    border-bottom-width: 0.1rem;
}

.border-b-2 {
    border-bottom-width: 0.2rem;
}

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

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

.disabled\:border-2:disabled {
    border-width: 0.2rem;
}

.disabled\:border:disabled {
    border-width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.disabled\:cursor-default:disabled {
    cursor: default;
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

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

.flex-row-reverse {
    flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
    flex: 1 1 0%;
}

.flex-100 {
    flex: 1 0 100%;
}

.flex-1-1-20 {
    flex: 1 1 20%;
}

.flex-1-1-80 {
    flex: 1 1 80%;
}

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

.flex-shrink {
    flex-shrink: 1;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-4 {
    order: 4;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.font-standard {
    font-family: var(--font-family-base);
}

.font-heading {
    font-family: var(--font-family-heading);
}

.font-thin {
    font-weight: 200;
}

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

.font-normal {
    font-weight: 400;
}

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

.font-semibold {
    font-weight: 600;
}

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

.font-extralight {
    font-weight: 200;
}

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

.h-0 {
    height: 0;
}

.h-1 {
    height: 0.4rem;
}

.h-3 {
    height: 1.2rem;
}

.h-4 {
    height: 1.6rem;
}

.h-5 {
    height: 2rem;
}

.h-6 {
    height: 2.4rem;
}

.h-7 {
    height: 2.8rem;
}

.h-8 {
    height: 3.2rem;
}

.h-9 {
    height: 3.6rem;
}

.h-10 {
    height: 4rem;
}

.h-11 {
    height: 4.4rem;
}

.h-12 {
    height: 4.8rem;
}

.h-13 {
    height: 5.2rem;
}

.h-16 {
    height: 6.4rem;
}

.h-17 {
    height: 6.8rem;
}

.h-18 {
    height: 7.2rem;
}

.h-20 {
    height: 8rem;
}

.h-25 {
    height: 10rem;
}

.h-32 {
    height: 8rem;
}

.h-40 {
    height: 16rem;
}

.h-45 {
    height: 18rem;
}

.h-55 {
    height: 21.1875rem;
}

.h-90 {
    height: 36rem;
}

.h-400 {
    height: 160rem;
}

.h-auto {
    height: auto;
}

.h-4\.5 {
    height: 1.8rem;
}

.h-13\.5 {
    height: 5.4rem;
}

.h-1\/12 {
    height: 8.333333%;
}

.h-11\/12 {
    height: 91.666667%;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.h-42\.5 {
    height: 17rem;
}

.h-47\.5 {
    height: 19rem;
}

.h-inherit {
    height: inherit;
}

.h-49px {
    height: 49px;
}

.text-sm {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.text-lg {
    font-size: 1.125rem;
}

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

.text-3xl {
    font-size: 1.875rem;
}

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

.text-h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
}

.text-h2-large {
    font-size: 3.8rem;
    line-height: 4.8rem;
}

.text-h2 {
    font-size: 3.2rem;
    line-height: 4rem;
}

.text-h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.text-h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.text-h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.text-h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.text-p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.text-xsm {
    font-size: 1.2rem;
    line-height: 2.0rem;
}

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

.text-preamble {
    font-size: 2.2rem;
    line-height: 3.2rem;
}

.text-span {
    font-size: 1.6rem;
}

.text-8xl {
    font-size: 6rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-9 {
    line-height: 2.25rem;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-14 {
    line-height: 3.5rem;
}

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

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

.m-0 {
    margin: 0;
}

.m-2 {
    margin: 0.8rem;
}

.m-auto {
    margin: auto;
}

.-m-1 {
    margin: -0.4rem;
}

.-m-4 {
    margin: -1.6rem;
}

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

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

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

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

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

.my-4 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.mx-4 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
}

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

.my-6 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.my-7 {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
}

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

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

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

.my-65 {
    margin-top: 26rem;
    margin-bottom: 26rem;
}

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

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

.my-2\.5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.-my-1\.5 {
    margin-top: -0.6rem;
    margin-bottom: -0.6rem;
}

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

.mr-0 {
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

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

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

.mr-1 {
    margin-right: 0.4rem;
}

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

.ml-1 {
    margin-left: 0.4rem;
}

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

.mr-2 {
    margin-right: 0.8rem;
}

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

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

.mt-3 {
    margin-top: 1.2rem;
}

.mr-3 {
    margin-right: 1.2rem;
}

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

.ml-3 {
    margin-left: 1.2rem;
}

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

.mr-4 {
    margin-right: 1.6rem;
}

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

.ml-4 {
    margin-left: 1.6rem;
}

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

.mr-5 {
    margin-right: 2rem;
}

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

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

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

.mr-6 {
    margin-right: 2.4rem;
}

.mb-6 {
    margin-bottom: 2.4rem;
}

.ml-6 {
    margin-left: 2.4rem;
}

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

.mb-7 {
    margin-bottom: 2.8rem;
}

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

.mr-8 {
    margin-right: 3.2rem;
}

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

.ml-8 {
    margin-left: 3.2rem;
}

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

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

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

.mr-12 {
    margin-right: 4.8rem;
}

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

.ml-12 {
    margin-left: 4.8rem;
}

.mt-16 {
    margin-top: 6.4rem;
}

.mb-16 {
    margin-bottom: 6.4rem;
}

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

.ml-20 {
    margin-left: 8rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mt-56 {
    margin-top: 14rem;
}

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

.mt-0\.5 {
    margin-top: 0.2rem;
}

.mt-3px {
    margin-top: 3px;
}

.ml-1\.5 {
    margin-left: 0.6rem;
}

.mt-2\.5 {
    margin-top: 1rem;
}

.mr-2\.5 {
    margin-right: 1rem;
}

.mb-2\.5 {
    margin-bottom: 1rem;
}

.ml-2\.5 {
    margin-left: 1rem;
}

.mt-3\.5 {
    margin-top: 1.4rem;
}

.ml-3\.5 {
    margin-left: 1.4rem;
}

.mr-4\.5 {
    margin-right: 1.8rem;
}

.mt-7\.5 {
    margin-top: 3rem;
}

.mt-10\.5 {
    margin-top: 4.2rem;
}

.mt-22\.5 {
    margin-top: 9rem;
}

.mr-4\/12 {
    margin-right: 33.333333%;
}

.mr-8\/12 {
    margin-right: 66.666667%;
}

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

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

.-ml-1 {
    margin-left: -0.4rem;
}

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

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

.-mr-4 {
    margin-right: -1.6rem;
}

.-ml-4 {
    margin-left: -1.6rem;
}

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

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

.-ml-32 {
    margin-left: -8rem;
}

.max-h-45 {
    max-height: 18rem;
}

.max-h-113 {
    max-height: 45.2rem;
}

.max-h-300 {
    max-height: 300%;
}

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

.max-w-50 {
    max-width: 20rem;
}

.max-w-55 {
    max-width: 22rem;
}

.max-w-75 {
    max-width: 30rem;
}

.max-w-150 {
    max-width: 60rem;
}

.max-w-360 {
    max-width: 144rem;
}

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

.max-w-full {
    max-width: 100%;
}

.max-w-297\.5 {
    max-width: 119rem;
}

.max-w-site {
    max-width: calc(76.625rem * 1.6);
}

.min-h-25 {
    min-height: 10rem;
}

.min-h-40 {
    min-height: 16rem;
}

.min-h-45 {
    min-height: 18rem;
}

.min-h-65 {
    min-height: 26rem;
}

.min-h-full {
    min-height: 100%;
}

.min-w-10 {
    min-width: 4rem;
}

.min-w-12 {
    min-width: 4.8rem;
}

.min-w-18 {
    min-width: 7.2rem;
}

.min-w-25 {
    min-width: 10rem;
}

.min-w-35 {
    min-width: 14rem;
}

.min-w-40 {
    min-width: 16rem;
}

.min-w-55 {
    min-width: 22rem;
}

.min-w-110 {
    min-width: 30rem;
}

.min-w-full {
    min-width: 100%;
}

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

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

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

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

.focus\:outline-white:focus {
    outline: 0.2rem solid #fff;
    outline-offset: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

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

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

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.4rem;
}

.p-2 {
    padding: 0.8rem;
}

.p-3 {
    padding: 1.2rem;
}

.p-4 {
    padding: 1.6rem;
}

.p-5 {
    padding: 2rem;
}

.p-8 {
    padding: 3.2rem;
}

.p-2\.5 {
    padding: 1rem;
}

.p-3\.5 {
    padding: 1.4rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

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

.py-1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

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

.px-2 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

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

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

.py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

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

.px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
}

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

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

.py-7 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}

.px-7 {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}

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

.px-8 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}

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

.px-12 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}

.py-1\.5 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.py-1\.75 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.py-2\.5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-2\.5 {
    padding-left: 1rem;
    padding-right: 1rem;
}

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

.pr-0 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0;
}

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

.pl-1 {
    padding-left: 0.4rem;
}

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

.pb-2 {
    padding-bottom: 0.8rem;
}

.pl-2 {
    padding-left: 0.8rem;
}

.pt-3 {
    padding-top: 1.2rem;
}

.pr-3 {
    padding-right: 1.2rem;
}

.pb-3 {
    padding-bottom: 1.2rem;
}

.pl-3 {
    padding-left: 1.2rem;
}

.pt-4 {
    padding-top: 1.6rem;
}

.pb-4 {
    padding-bottom: 1.6rem;
}

.pl-4 {
    padding-left: 1.6rem;
}

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

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

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

.pr-6 {
    padding-right: 2.4rem;
}

.pb-6 {
    padding-bottom: 2.4rem;
}

.pl-6 {
    padding-left: 2.4rem;
}

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

.pl-7 {
    padding-left: 2.8rem;
}

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

.pb-8 {
    padding-bottom: 3.2rem;
}

.pr-10 {
    padding-right: 4rem;
}

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

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

.pt-12 {
    padding-top: 4.8rem;
}

.pr-12 {
    padding-right: 4.8rem;
}

.pb-12 {
    padding-bottom: 4.8rem;
}

.pl-12 {
    padding-left: 4.8rem;
}

.pt-16 {
    padding-top: 6.4rem;
}

.pt-2\.5 {
    padding-top: 1rem;
}

.pb-2\.5 {
    padding-bottom: 1rem;
}

.pt-22\.5 {
    padding-top: 9rem;
}

.placeholder-greyDarkest::-webkit-input-placeholder {
    --placeholder-opacity: 1;
    color: #767676;
    color: rgba(118, 118, 118, var(--placeholder-opacity));
}

.placeholder-greyDarkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #767676;
    color: rgba(118, 118, 118, var(--placeholder-opacity));
}

.placeholder-greyDarkest::placeholder {
    --placeholder-opacity: 1;
    color: #767676;
    color: rgba(118, 118, 118, var(--placeholder-opacity));
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

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

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

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

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.top-3 {
    top: 0.75rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.left-3 {
    left: 0.75rem;
}

.top-5 {
    top: 2rem;
}

.right-5 {
    right: 2rem;
}

.bottom-10 {
    bottom: 2.4rem;
}

.left-10 {
    left: 2.4rem;
}

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

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

.top-1\/10 {
    top: 10%;
}

.left-23\/50 {
    left: 46%;
}

.resize {
    resize: both;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-custom {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 30%);
}

.fill-current {
    fill: currentColor;
}

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

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

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

.text-black {
    --text-opacity: 1;
    color: #2A2A2A;
    color: rgba(42, 42, 42, var(--text-opacity));
}

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

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}

.text-red {
    --text-opacity: 1;
    color: #D0021B;
    color: rgba(208, 2, 27, var(--text-opacity));
}

.text-orange {
    --text-opacity: 1;
    color: #FF6600;
    color: rgba(255, 102, 0, var(--text-opacity));
}

.text-green {
    --text-opacity: 1;
    color: #00B900;
    color: rgba(0, 185, 0, var(--text-opacity));
}

.text-blue {
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

.text-indigo {
    --text-opacity: 1;
    color: #01416F;
    color: rgba(1, 65, 111, var(--text-opacity));
}

.text-greyDark {
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
}

.text-greyDarker {
    --text-opacity: 1;
    color: #C9C9C9;
    color: rgba(201, 201, 201, var(--text-opacity));
}

.text-greyDarkest {
    --text-opacity: 1;
    color: #767676;
    color: rgba(118, 118, 118, var(--text-opacity));
}

.text-orangeLight {
    --text-opacity: 1;
    color: #F5822B;
    color: rgba(245, 130, 43, var(--text-opacity));
}

.text-lgDarkBlue {
    --text-opacity: 1;
    color: #00426e;
    color: rgba(0, 66, 110, var(--text-opacity));
}

.text-lgDarkGray {
    --text-opacity: 1;
    color: #4d555b;
    color: rgba(77, 85, 91, var(--text-opacity));
}

.text-lgLightGray {
    --text-opacity: 1;
    color: #eae8e3;
    color: rgba(234, 232, 227, var(--text-opacity));
}

.text-lgLightGrayBlue {
    --text-opacity: 1;
    color: #eaecef;
    color: rgba(234, 236, 239, var(--text-opacity));
}

.text-beige {
    --text-opacity: 1;
    color: #f7f3ea;
    color: rgba(247, 243, 234, var(--text-opacity));
}

.hover\:text-black:hover {
    --text-opacity: 1;
    color: #2A2A2A;
    color: rgba(42, 42, 42, var(--text-opacity));
}

.hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
}

.hover\:text-blue:hover {
    --text-opacity: 1;
    color: #0075BF;
    color: rgba(0, 117, 191, var(--text-opacity));
}

.hover\:text-lgLightGray:hover {
    --text-opacity: 1;
    color: #eae8e3;
    color: rgba(234, 232, 227, var(--text-opacity));
}

.disabled\:text-greyDarker:disabled {
    --text-opacity: 1;
    color: #C9C9C9;
    color: rgba(201, 201, 201, var(--text-opacity));
}

.group:hover .group-hover\:text-black {
    --text-opacity: 1;
    color: #2A2A2A;
    color: rgba(42, 42, 42, var(--text-opacity));
}

.text-opacity-50 {
    --text-opacity: 0.5;
}

.italic {
    font-style: italic;
}

.not-italic {
    font-style: normal;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.underline {
    text-decoration: underline;
}

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

.hover\:underline:hover {
    text-decoration: underline;
}

.hover\:no-underline:hover {
    text-decoration: none;
}

.active\:underline:active {
    text-decoration: underline;
}

.group:hover .group-hover\:underline {
    text-decoration: underline;
}

.lining-nums {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.lining-nums {
    --font-variant-numeric-figure: lining-nums;
}

.tracking-normal {
    letter-spacing: 0;
}

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

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-text-top {
    vertical-align: text-top;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.whitespace-normal {
    white-space: normal;
}

.whitespace-no-wrap {
    white-space: nowrap;
}

.break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

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

.w-1 {
    width: 0.4rem;
}

.w-2 {
    width: 0.8rem;
}

.w-3 {
    width: 1.2rem;
}

.w-4 {
    width: 1.6rem;
}

.w-5 {
    width: 2rem;
}

.w-6 {
    width: 2.4rem;
}

.w-8 {
    width: 3.2rem;
}

.w-9 {
    width: 3.6rem;
}

.w-10 {
    width: 4rem;
}

.w-11 {
    width: 4.4rem;
}

.w-12 {
    width: 4.8rem;
}

.w-16 {
    width: 6.4rem;
}

.w-18 {
    width: 7.2rem;
}

.w-20 {
    width: 8rem;
}

.w-25 {
    width: 10rem;
}

.w-32 {
    width: 8rem;
}

.w-35 {
    width: 14rem;
}

.w-55 {
    width: 22rem;
}

.w-65 {
    width: 26rem;
}

.w-75 {
    width: 30rem;
}

.w-150 {
    width: 60rem;
}

.w-auto {
    width: auto;
}

.w-4\.5 {
    width: 1.8rem;
}

.w-1\/12 {
    width: 8.333333%;
}

.w-2\/12 {
    width: 16.666667%;
}

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

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

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

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

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

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

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

.w-10\/12 {
    width: 83.333333%;
}

.w-11\/12 {
    width: 91.666667%;
}

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

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

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

.w-1\/6 {
    width: 16.666667%;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.w-grid-1\/12 {
    width: calc(8.333333% - (2rem * 1.6));
}

.w-grid-2\/12 {
    width: calc(16.666667% - (2rem * 1.6));
}

.w-grid-3\/12 {
    width: calc(25% - (2rem * 1.6));
}

.w-grid-4\/12 {
    width: calc(33.333333% - (2rem * 1.6));
}

.w-grid-5\/12 {
    width: calc(41.666667% - (2rem * 1.6));
}

.w-grid-6\/12 {
    width: calc(50% - (2rem * 1.6));
}

.w-grid-7\/12 {
    width: calc(58.333333% - (2rem * 1.6));
}

.w-grid-8\/12 {
    width: calc(66.666667% - (2rem * 1.6));
}

.w-grid-9\/12 {
    width: calc(75% - (2rem * 1.6));
}

.w-grid-10\/12 {
    width: calc(83.333333% - (2rem * 1.6));
}

.w-grid-11\/12 {
    width: calc(91.666667% - (2rem * 1.6));
}

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

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

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

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

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

.gap-0 {
    grid-gap: 0;
    gap: 0;
}

.gap-1 {
    grid-gap: 0.4rem;
    gap: 0.4rem;
}

.gap-2 {
    grid-gap: 0.8rem;
    gap: 0.8rem;
}

.gap-3 {
    grid-gap: 1.2rem;
    gap: 1.2rem;
}

.gap-4 {
    grid-gap: 1.6rem;
    gap: 1.6rem;
}

.gap-6 {
    grid-gap: 2.4rem;
    gap: 2.4rem;
}

.gap-8 {
    grid-gap: 3.2rem;
    gap: 3.2rem;
}

.gap-1\.5 {
    grid-gap: 0.6rem;
    gap: 0.6rem;
}

.gap-x-6 {
    grid-column-gap: 2.4rem;
    -webkit-column-gap: 2.4rem;
    column-gap: 2.4rem;
}

.gap-y-3 {
    grid-row-gap: 1.2rem;
    row-gap: 1.2rem;
}

.gap-y-4 {
    grid-row-gap: 1.6rem;
    row-gap: 1.6rem;
}

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

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

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

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

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

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

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

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.group:hover .group-hover\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
}

.rotate-0 {
    --transform-rotate: 0;
}

.rotate-45 {
    --transform-rotate: 45deg;
}

.rotate-90 {
    --transform-rotate: 90deg;
}

.rotate-180 {
    --transform-rotate: 180deg;
}

.-rotate-90 {
    --transform-rotate: -90deg;
}

.-translate-y-1\/2 {
    --transform-translate-y: -50%;
}

.group:hover .group-hover\:-translate-y-1 {
    --transform-translate-y: -0.4rem;
}

.transition-all {
    transition-property: all;
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
}

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

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

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

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

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {
    75%, 100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {
    75%, 100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    100% {
        -webkit-transform: rotate(359deg) scale(1);
        transform: rotate(359deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    100% {
        -webkit-transform: rotate(359deg) scale(1);
        transform: rotate(359deg) scale(1);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
        max-height: 300%;
    }

    99% {
        visibility: hidden;
        opacity: 0;
        max-height: 300%;
    }

    100% {
        visibility: hidden;
        opacity: 0;
        max-height: 0%;
    }
}

@keyframes fadeOut {
    0% {
        visibility: visible;
        opacity: 1;
        max-height: 300%;
    }

    99% {
        visibility: hidden;
        opacity: 0;
        max-height: 300%;
    }

    100% {
        visibility: hidden;
        opacity: 0;
        max-height: 0%;
    }
}

.animate-rotate {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.animate-fadeOut {
    -webkit-animation: fadeOut 3s linear 0s 1 normal forwards;
    animation: fadeOut 3s linear 0s 1 normal forwards;
}

@media (min-width: 640px) {
    .sm\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .sm\:container {
            max-width: 640px;
        }
    }

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

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

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

    .sm\:block {
        display: block;
    }

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

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

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

    .sm\:h-auto {
        height: auto;
    }

    .sm\:text-h4 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .sm\:max-h-45 {
        max-height: 18rem;
    }

    .sm\:max-w-none {
        max-width: none;
    }

    .sm\:max-w-full {
        max-width: 100%;
    }

    .sm\:max-w-2\/3 {
        max-width: 66%;
    }

    .sm\:py-1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

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

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

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

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

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

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

    .sm\:gap-2 {
        grid-gap: 0.8rem;
        gap: 0.8rem;
    }

    .sm\:gap-6 {
        grid-gap: 2.4rem;
        gap: 2.4rem;
    }

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

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

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

@media (min-width: 768px) {
    .md\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .md\:container {
            max-width: 640px;
        }
    }

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

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

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

    .md\:border-black {
        --border-opacity: 1;
        border-color: #2A2A2A;
        border-color: rgba(42, 42, 42, var(--border-opacity));
    }

    .md\:rounded-card {
        border-radius: var(--card-border-radius);
    }

    .md\:border-0 {
        border-width: 0;
    }

    .md\:border {
        border-width: 1px;
    }

    .md\:border-l {
        border-left-width: 1px;
    }

    .md\:block {
        display: block;
    }

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

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

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

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

    .md\:flex-no-wrap {
        flex-wrap: nowrap;
    }

    .md\:items-end {
        align-items: flex-end;
    }

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

    .md\:order-first {
        order: -9999;
    }

    .md\:order-none {
        order: 0;
    }

    .md\:font-normal {
        font-weight: 400;
    }

    .md\:h-5 {
        height: 2rem;
    }

    .md\:h-11 {
        height: 4.4rem;
    }

    .md\:h-12 {
        height: 4.8rem;
    }

    .md\:h-35 {
        height: 14rem;
    }

    .md\:h-45 {
        height: 18rem;
    }

    .md\:h-60 {
        height: 24rem;
    }

    .md\:h-65 {
        height: 26rem;
    }

    .md\:h-115 {
        height: 46rem;
    }

    .md\:h-120 {
        height: 48rem;
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:h-42\.5 {
        height: 17rem;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
    }

    .md\:text-h1 {
        font-size: 4.8rem;
        line-height: 5.6rem;
    }

    .md\:text-h2-large {
        font-size: 3.8rem;
        line-height: 4.8rem;
    }

    .md\:text-h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .md\:text-h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .md\:text-p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .md\:text-preambleLight {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }

    .md\:text-hero {
        font-size: 8rem;
        line-height: 8.5rem;
    }

    .md\:m-0 {
        margin: 0;
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .md\:my-2 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .md\:my-4 {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }

    .md\:mx-4 {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }

    .md\:my-10 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .md\:my-20 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

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

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

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

    .md\:ml-0 {
        margin-left: 0;
    }

    .md\:mt-2 {
        margin-top: 0.8rem;
    }

    .md\:mr-2 {
        margin-right: 0.8rem;
    }

    .md\:mb-2 {
        margin-bottom: 0.8rem;
    }

    .md\:ml-2 {
        margin-left: 0.8rem;
    }

    .md\:mr-3 {
        margin-right: 1.2rem;
    }

    .md\:mb-3 {
        margin-bottom: 1.2rem;
    }

    .md\:mt-4 {
        margin-top: 1.6rem;
    }

    .md\:mr-4 {
        margin-right: 1.6rem;
    }

    .md\:ml-4 {
        margin-left: 1.6rem;
    }

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

    .md\:mt-6 {
        margin-top: 2.4rem;
    }

    .md\:mb-6 {
        margin-bottom: 2.4rem;
    }

    .md\:ml-6 {
        margin-left: 2.4rem;
    }

    .md\:mt-8 {
        margin-top: 3.2rem;
    }

    .md\:mb-8 {
        margin-bottom: 3.2rem;
    }

    .md\:ml-8 {
        margin-left: 3.2rem;
    }

    .md\:mt-10 {
        margin-top: 4rem;
    }

    .md\:mb-10 {
        margin-bottom: 4rem;
    }

    .md\:mb-12 {
        margin-bottom: 4.8rem;
    }

    .md\:mt-16 {
        margin-top: 6.4rem;
    }

    .md\:mr-20 {
        margin-right: 8rem;
    }

    .md\:mt-25 {
        margin-top: 10rem;
    }

    .md\:mb-25 {
        margin-bottom: 10rem;
    }

    .md\:max-h-full {
        max-height: 100%;
    }

    .md\:max-w-25 {
        max-width: 10rem;
    }

    .md\:max-w-none {
        max-width: none;
    }

    .md\:max-w-3xl {
        max-width: 48rem;
    }

    .md\:max-w-full {
        max-width: 100%;
    }

    .md\:max-w-2\/3 {
        max-width: 66%;
    }

    .md\:min-h-43 {
        min-height: 17.2rem;
    }

    .md\:min-h-65 {
        min-height: 26rem;
    }

    .md\:min-h-115 {
        min-height: 46rem;
    }

    .md\:min-h-160 {
        min-height: 60rem;
    }

    .md\:min-w-100 {
        min-width: 26rem;
    }

    .md\:min-w-42\.5 {
        min-width: 17rem;
    }

    .md\:p-2 {
        padding: 0.8rem;
    }

    .md\:p-3 {
        padding: 1.2rem;
    }

    .md\:p-8 {
        padding: 3.2rem;
    }

    .md\:p-10 {
        padding: 4rem;
    }

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

    .md\:py-2 {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .md\:py-3 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .md\:py-4 {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .md\:px-4 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .md\:py-5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md\:px-6 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .md\:px-8 {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .md\:px-12 {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    .md\:py-2\.5 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

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

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

    .md\:pr-4 {
        padding-right: 1.6rem;
    }

    .md\:pl-4 {
        padding-left: 1.6rem;
    }

    .md\:pb-5 {
        padding-bottom: 2rem;
    }

    .md\:pr-6 {
        padding-right: 2.4rem;
    }

    .md\:pl-6 {
        padding-left: 2.4rem;
    }

    .md\:pt-8 {
        padding-top: 3.2rem;
    }

    .md\:pb-8 {
        padding-bottom: 3.2rem;
    }

    .md\:absolute {
        position: absolute;
    }

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

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

    .md\:bottom-0 {
        bottom: 0;
    }

    .md\:left-0 {
        left: 0;
    }

    .md\:left-48 {
        left: 12rem;
    }

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

    .md\:text-white {
        --text-opacity: 1;
        color: #ffffff;
        color: rgba(255, 255, 255, var(--text-opacity));
    }

    .md\:w-5 {
        width: 2rem;
    }

    .md\:w-12 {
        width: 4.8rem;
    }

    .md\:w-16 {
        width: 6.4rem;
    }

    .md\:w-20 {
        width: 8rem;
    }

    .md\:w-35 {
        width: 14rem;
    }

    .md\:w-65 {
        width: 26rem;
    }

    .md\:w-160 {
        width: 64rem;
    }

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

    .md\:w-1\/12 {
        width: 8.333333%;
    }

    .md\:w-2\/12 {
        width: 16.666667%;
    }

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

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

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

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

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

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

    .md\:w-9\/12 {
        width: 75%;
    }

    .md\:w-10\/12 {
        width: 83.333333%;
    }

    .md\:w-11\/12 {
        width: 91.666667%;
    }

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

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

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:w-grid-1\/12 {
        width: calc(8.333333% - (2rem * 1.6));
    }

    .md\:w-grid-2\/12 {
        width: calc(16.666667% - (2rem * 1.6));
    }

    .md\:w-grid-3\/12 {
        width: calc(25% - (2rem * 1.6));
    }

    .md\:w-grid-4\/12 {
        width: calc(33.333333% - (2rem * 1.6));
    }

    .md\:w-grid-5\/12 {
        width: calc(41.666667% - (2rem * 1.6));
    }

    .md\:w-grid-6\/12 {
        width: calc(50% - (2rem * 1.6));
    }

    .md\:w-grid-7\/12 {
        width: calc(58.333333% - (2rem * 1.6));
    }

    .md\:w-grid-8\/12 {
        width: calc(66.666667% - (2rem * 1.6));
    }

    .md\:w-grid-9\/12 {
        width: calc(75% - (2rem * 1.6));
    }

    .md\:w-grid-10\/12 {
        width: calc(83.333333% - (2rem * 1.6));
    }

    .md\:w-grid-11\/12 {
        width: calc(91.666667% - (2rem * 1.6));
    }

    .md\:w-42\.5 {
        width: 17rem;
    }

    .md\:gap-0 {
        grid-gap: 0;
        gap: 0;
    }

    .md\:gap-6 {
        grid-gap: 2.4rem;
        gap: 2.4rem;
    }

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

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

    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }
}

@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px;
        }
    }

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

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

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

    .lg\:border-transparent {
        border-color: transparent;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

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

    .lg\:hidden {
        display: none;
    }

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

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

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

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

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

    .lg\:flex-grow {
        flex-grow: 1;
    }

    .lg\:order-none {
        order: 0;
    }

    .lg\:h-90 {
        height: 36rem;
    }

    .lg\:h-62\.5 {
        height: 25rem;
    }

    .lg\:text-p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .lg\:mx-6 {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }

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

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

    .lg\:mt-4 {
        margin-top: 1.6rem;
    }

    .lg\:mb-8 {
        margin-bottom: 3.2rem;
    }

    .lg\:mb-10 {
        margin-bottom: 4rem;
    }

    .lg\:ml-6\/12 {
        margin-left: 50%;
    }

    .lg\:max-w-50 {
        max-width: 20rem;
    }

    .lg\:max-w-150 {
        max-width: 60rem;
    }

    .lg\:max-w-160 {
        max-width: 64rem;
    }

    .lg\:max-w-200 {
        max-width: 80rem;
    }

    .lg\:max-w-300 {
        max-width: 120rem;
    }

    .lg\:max-w-none {
        max-width: none;
    }

    .lg\:min-h-62\.5 {
        min-height: 25rem;
    }

    .lg\:min-w-45 {
        min-width: 18rem;
    }

    .lg\:py-6 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .lg\:pt-6 {
        padding-top: 2.4rem;
    }

    .lg\:pr-6 {
        padding-right: 2.4rem;
    }

    .lg\:pb-6 {
        padding-bottom: 2.4rem;
    }

    .lg\:pl-6 {
        padding-left: 2.4rem;
    }

    .lg\:pr-1\/12 {
        padding-right: 8.333333%;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:right-0 {
        right: 0;
    }

    .lg\:left-auto {
        left: auto;
    }

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

    .lg\:w-45 {
        width: 18rem;
    }

    .lg\:w-1\/12 {
        width: 8.333333%;
    }

    .lg\:w-2\/12 {
        width: 16.666667%;
    }

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

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

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

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

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

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

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

    .lg\:w-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-11\/12 {
        width: 91.666667%;
    }

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

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

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

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

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

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

    .lg\:w-grid-1\/12 {
        width: calc(8.333333% - (2rem * 1.6));
    }

    .lg\:w-grid-2\/12 {
        width: calc(16.666667% - (2rem * 1.6));
    }

    .lg\:w-grid-3\/12 {
        width: calc(25% - (2rem * 1.6));
    }

    .lg\:w-grid-4\/12 {
        width: calc(33.333333% - (2rem * 1.6));
    }

    .lg\:w-grid-5\/12 {
        width: calc(41.666667% - (2rem * 1.6));
    }

    .lg\:w-grid-6\/12 {
        width: calc(50% - (2rem * 1.6));
    }

    .lg\:w-grid-7\/12 {
        width: calc(58.333333% - (2rem * 1.6));
    }

    .lg\:w-grid-8\/12 {
        width: calc(66.666667% - (2rem * 1.6));
    }

    .lg\:w-grid-9\/12 {
        width: calc(75% - (2rem * 1.6));
    }

    .lg\:w-grid-10\/12 {
        width: calc(83.333333% - (2rem * 1.6));
    }

    .lg\:w-grid-11\/12 {
        width: calc(91.666667% - (2rem * 1.6));
    }

    .lg\:gap-4 {
        grid-gap: 1.6rem;
        gap: 1.6rem;
    }

    .lg\:gap-8 {
        grid-gap: 3.2rem;
        gap: 3.2rem;
    }

    .lg\:gap-10 {
        grid-gap: 4rem;
        gap: 4rem;
    }

    .lg\:gap-12 {
        grid-gap: 4.8rem;
        gap: 4.8rem;
    }

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

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

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

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px;
        }
    }

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

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

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

    .xl\:hidden {
        display: none;
    }

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

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

    .xl\:max-w-30 {
        max-width: 12rem;
    }

    .xl\:px-3 {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .xl\:shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .xl\:w-768px {
        width: 768px;
    }

    .xl\:gap-1 {
        grid-gap: 0.4rem;
        gap: 0.4rem;
    }

    .xl\:gap-11 {
        grid-gap: 4.4rem;
        gap: 4.4rem;
    }

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

@media (max-width: 1220px) {
    .lgMax\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .lgMax\:container {
            max-width: 640px;
        }
    }

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

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

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

    .lgMax\:mr-6 {
        margin-right: 2.4rem;
    }

    .lgMax\:mb-6 {
        margin-bottom: 2.4rem;
    }

    .lgMax\:ml-6 {
        margin-left: 2.4rem;
    }
}

@media (max-width: 1150px) {
    .lgSmallerMax\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .lgSmallerMax\:container {
            max-width: 640px;
        }
    }

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

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

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

    .lgSmallerMax\:ml-4 {
        margin-left: 1.6rem;
    }
}

@media (max-width: 981px) {
    .mdMax\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .mdMax\:container {
            max-width: 640px;
        }
    }

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

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

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

    .mdMax\:hidden {
        display: none;
    }

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

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

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

    .mdMax\:pt-7 {
        padding-top: 2.8rem;
    }

    .mdMax\:pt-7\.5 {
        padding-top: 3rem;
    }

    .mdMax\:w-full {
        width: 100%;
    }
}

@media (max-width: 755px) {
    .smMax\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .smMax\:container {
            max-width: 640px;
        }
    }

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

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

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

    .smMax\:block {
        display: block;
    }

    .smMax\:inline {
        display: inline;
    }

    .smMax\:hidden {
        display: none;
    }

    .smMax\:h-auto {
        height: auto;
    }

    .smMax\:h-inherit {
        height: inherit;
    }

    .smMax\:text-sm {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .smMax\:ml-0 {
        margin-left: 0;
    }

    .smMax\:mt-4 {
        margin-top: 1.6rem;
    }

    .smMax\:mb-4 {
        margin-bottom: 1.6rem;
    }

    .smMax\:min-w-full {
        min-width: 100%;
    }

    .smMax\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .smMax\:px-1 {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .smMax\:py-0\.5 {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .smMax\:px-1\.5 {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .smMax\:pl-2 {
        padding-left: 0.8rem;
    }

    .smMax\:pt-10 {
        padding-top: 4rem;
    }

    .smMax\:w-full {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .ssmMax\:container {
        width: 100%;
    }

    @media (min-width: 640px) {
        .ssmMax\:container {
            max-width: 640px;
        }
    }

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

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

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

    .ssmMax\:block {
        display: block;
    }

    .ssmMax\:mb-2 {
        margin-bottom: 0.8rem;
    }

    .ssmMax\:mt-4 {
        margin-top: 1.6rem;
    }

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