@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap);
/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Open Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

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

@media (min-width: 480px){

    .container{
        max-width: 480px;
    }
}

@media (min-width: 600px){

    .container{
        max-width: 600px;
    }
}

@media (min-width: 782px){

    .container{
        max-width: 782px;
    }
}

@media (min-width: 960px){

    .container{
        max-width: 960px;
    }
}

@media (min-width: 1184px){

    .container{
        max-width: 1184px;
    }
}

.fixed{
    position: fixed;
}

.absolute{
    position: absolute;
}

.relative{
    position: relative;
}

.inset-0{
    inset: 0px;
}

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

.bottom-0{
    bottom: 0px;
}

.bottom-3{
    bottom: 0.75rem;
}

.left-0{
    left: 0px;
}

.left-\[10\%\]{
    left: 10%;
}

.right-0{
    right: 0px;
}

.right-4{
    right: 1rem;
}

.right-5{
    right: 1.25rem;
}

.top-36{
    top: 9rem;
}

.top-5{
    top: 1.25rem;
}

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

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

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

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

.\!m-0{
    margin: 0px !important;
}

.m-0{
    margin: 0px;
}

.m-8{
    margin: 2rem;
}

.\!mx-\[calc\(50\%-50vw\)\]{
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

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

.mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.mx-\[calc\(50\%-50vw\)\]{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

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

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

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

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

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

.my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

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

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

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

.\!mb-2\.5{
    margin-bottom: 0.625rem !important;
}

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

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

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

.-mt-\[4px\]{
    margin-top: -4px;
}

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

.mb-11{
    margin-bottom: 2.75rem;
}

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

.mb-14{
    margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9{
    margin-top: 2.25rem;
}

.mt-\[50px\]{
    margin-top: 50px;
}

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

.block{
    display: block;
}

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

.flex{
    display: flex;
}

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

.grid{
    display: grid;
}

.hidden{
    display: none;
}

.aspect-\[16\/9\]{
    aspect-ratio: 16/9;
}

.h-1{
    height: 0.25rem;
}

.h-2{
    height: 0.5rem;
}

.h-4{
    height: 1rem;
}

.h-6{
    height: 1.5rem;
}

.h-8{
    height: 2rem;
}

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

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

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

.h-auto{
    height: auto;
}

.h-full{
    height: 100%;
}

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

.min-h-0{
    min-height: 0px;
}

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

.w-16{
    width: 4rem;
}

.w-2{
    width: 0.5rem;
}

.w-20{
    width: 5rem;
}

.w-4{
    width: 1rem;
}

.w-6{
    width: 1.5rem;
}

.w-8{
    width: 2rem;
}

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

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

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

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

.w-full{
    width: 100%;
}

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

.\!max-w-\[100dvw\]{
    max-width: 100dvw !important;
}

.max-w-2xl{
    max-width: 42rem;
}

.max-w-3xl{
    max-width: 48rem;
}

.max-w-4xl{
    max-width: 56rem;
}

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

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

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

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

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

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

.max-w-xl{
    max-width: 36rem;
}

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

.flex-\[0_0_100\%\]{
    flex: 0 0 100%;
}

.flex-none{
    flex: none;
}

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

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

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

.grow{
    flex-grow: 1;
}

.basis-\[33\%\]{
    flex-basis: 33%;
}

.-translate-x-2{
    --tw-translate-x: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
    cursor: pointer;
}

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

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

.auto-cols-\[100\%\]{
    grid-auto-columns: 100%;
}

.grid-flow-col{
    grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

.\!justify-start{
    justify-content: flex-start !important;
}

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

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

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

.gap-1{
    gap: 0.25rem;
}

.gap-1\.5{
    gap: 0.375rem;
}

.gap-12{
    gap: 3rem;
}

.gap-2{
    gap: 0.5rem;
}

.gap-20{
    gap: 5rem;
}

.gap-28{
    gap: 7rem;
}

.gap-4{
    gap: 1rem;
}

.gap-5{
    gap: 1.25rem;
}

.gap-6{
    gap: 1.5rem;
}

.gap-7{
    gap: 1.75rem;
}

.gap-8{
    gap: 2rem;
}

.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}

.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}

.gap-y-1{
    row-gap: 0.25rem;
}

.gap-y-4{
    row-gap: 1rem;
}

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

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

.divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(27 27 27 / var(--tw-divide-opacity));
}

.overflow-auto{
    overflow: auto;
}

.overflow-hidden{
    overflow: hidden;
}

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

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

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

.scroll-smooth{
    scroll-behavior: smooth;
}

.\!whitespace-normal{
    white-space: normal !important;
}

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

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

.rounded{
    border-radius: 0.25rem;
}

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

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

.rounded-sm{
    border-radius: 0.125rem;
}

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

.border{
    border-width: 1px;
}

.border-\[2px\]{
    border-width: 2px;
}

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

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

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

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

.border-lavender{
    --tw-border-opacity: 1;
    border-color: rgb(238 242 250 / var(--tw-border-opacity));
}

.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

.border-b-pale{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(213 222 238 / var(--tw-border-opacity));
}

.border-t-primary{
    --tw-border-opacity: 1;
    border-top-color: rgb(0 92 169 / var(--tw-border-opacity));
}

.bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
}

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

.bg-lavender{
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 250 / var(--tw-bg-opacity));
}

.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-pale{
    --tw-bg-opacity: 1;
    background-color: rgb(213 222 238 / var(--tw-bg-opacity));
}

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

.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(49 128 195 / var(--tw-bg-opacity));
}

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

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

.bg-\[linear-gradient\(transparent_60\%\2c _var\(--wp--preset--color--lavender\)_60\%\)\]{
    background-image: linear-gradient(transparent 60%, var(--wp--preset--color--lavender) 60%);
}

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

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

.\!p-0{
    padding: 0px !important;
}

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

.p-2{
    padding: 0.5rem;
}

.p-3{
    padding: 0.75rem;
}

.p-4{
    padding: 1rem;
}

.p-5{
    padding: 1.25rem;
}

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

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

.\!py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

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

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

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

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

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

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

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

.px-\[22px\]{
    padding-left: 22px;
    padding-right: 22px;
}

.px-\[9px\]{
    padding-left: 9px;
    padding-right: 9px;
}

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

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

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

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

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

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

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

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

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

.py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

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

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

.pb-3\.5{
    padding-bottom: 0.875rem;
}

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

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

.pt-1{
    padding-top: 0.25rem;
}

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

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

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

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

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

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

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

.font-heading{
    font-family: Galano, sans-serif;
}

.font-sans{
    font-family: Open Sans, sans-serif;
}

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

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

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

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

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

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

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

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

.text-regular{
    font-size: 1.5rem;
}

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

.text-small{
    font-size: 0.875rem;
}

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

.text-xxl{
    font-size: 1.5rem;
}

.text-xxxl{
    font-size: 1.875rem;
}

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

.\!font-normal{
    font-weight: 400 !important;
}

.\!font-semibold{
    font-weight: 600 !important;
}

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

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

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

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

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

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

.uppercase{
    text-transform: uppercase;
}

.italic{
    font-style: italic;
}

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

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

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

.leading-none{
    line-height: 1;
}

.leading-relaxed{
    line-height: 1.625;
}

.leading-snug{
    line-height: 1.375;
}

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

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

.\!text-light{
    --tw-text-opacity: 1 !important;
    color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}

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

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

.text-\[\#70ad47\]{
    --tw-text-opacity: 1;
    color: rgb(112 173 71 / var(--tw-text-opacity));
}

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

.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

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

.text-grey{
    --tw-text-opacity: 1;
    color: rgb(56 71 80 / var(--tw-text-opacity));
}

.text-inherit{
    color: inherit;
}

.text-light{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-mouse{
    --tw-text-opacity: 1;
    color: rgb(97 115 132 / var(--tw-text-opacity));
}

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

.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(49 128 195 / var(--tw-text-opacity));
}

.text-silver{
    --tw-text-opacity: 1;
    color: rgb(149 144 144 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.opacity-50{
    opacity: 0.5;
}

.bg-blend-normal{
    background-blend-mode: normal;
}

.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

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

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

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

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

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

.alignwide{
    margin: 2rem 0;
    max-width: 1184px !important;
}

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

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

@media (min-width: 600px){

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

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

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

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

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

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

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

@font-face {
    font-family: "Galano";
    src: url(../fonts/Galano-Regular.woff2?13ff90d38d04f36c610c60d6a381c449) format('woff2'),
        url(../fonts/Galano-Regular.woff?18dfbc2551ddcb2e6a3c1fce70f49a4a) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Galano";
    src: url(../fonts/Galano-RegularItalic.woff2?cbf00399309c0e307d1eeddd08e834ad) format('woff2'),
        url(../fonts/Galano-RegularItalic.woff?0c52c3e29ccb50c34198feab76f3c02a) format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Galano";
    src: url(../fonts/Galano-SemiBold.woff2?02266462a19e6635973eceb450d2153b) format('woff2'),
        url(../fonts/Galano-SemiBold.woff?24ee8a314a89a3d63a7651b84f49f3e4) format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Galano";
    src: url(../fonts/Galano-SemiBoldItalic.woff2?09ca5dbf2fba962a4e492b188e6233f1) format('woff2'),
        url(../fonts/Galano-SemiBoldItalic.woff?5b3a0623eedbfd5a12b6e9faebbe16ef) format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Galano";
    src: url(../fonts/Galano-Bold.woff2?114d490d953828b1e01149a3a83d3cde) format('woff2'),
        url(../fonts/Galano-Bold.woff?55efe1d76f9950796d321bec222bdd84) format('woff');
    font-weight: 700;
    font-style: normal;
}

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

body{
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.entry-content h1, .block-editor-block-list__layout h1{
    font-family: Galano, sans-serif;
    line-height: 1.25;
}

.entry-content h2, .block-editor-block-list__layout h2{
    font-family: Galano, sans-serif;
    line-height: 1.25;
}

.entry-content h3, .block-editor-block-list__layout h3{
    font-family: Galano, sans-serif;
    line-height: 1.25;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(0 92 169 / var(--tw-text-opacity));
    text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 1rem;
    font-weight: 600;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}

.menu-item:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

@media (min-width: 960px){

    .menu-item{
        border-bottom-width: 2px;
        border-color: transparent;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }
}

.sub-menu{
    margin-left: 1rem;
    margin-top: 0.5rem;
}

@media (min-width: 960px){

    .sub-menu{
        position: absolute;
        top: 30px;
        margin-top: 0px;
        margin-left: 0px;
        display: none;
        min-width: 190px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: 1rem;
        padding-top: 1rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(56 71 80 / var(--tw-text-opacity));
    }
}

/*temporary hidden */

.sub-menu li{
    margin-bottom: 0.5rem;
    border-style: none;
    line-height: 1.25;
}

.menu-item-has-children{
    position: relative;
}

.menu-item-has-children:hover .sub-menu{
    display: block;
}

.current-menu-item{
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 92 169 / var(--tw-text-opacity));
}

.custom-logo{
    width: 5rem;
}

@media (min-width: 960px){

    .custom-logo{
        width: 6rem;
    }
}

@media (min-width: 1184px){

    .custom-logo{
        width: 9rem;
    }
}

.embla__dot{
    height: 0.5rem;
    width: 0.5rem;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(49 128 195 / var(--tw-bg-opacity));
}

.embla__dot--selected{
    --tw-bg-opacity: 1;
    background-color: rgb(0 92 169 / var(--tw-bg-opacity));
}

mark{
    background-color: transparent;
}

.timeline div:nth-child(1) .number,
.timeline div:nth-child(1) .title{
    --tw-text-opacity: 1;
    color: rgb(112 173 71 / var(--tw-text-opacity));
}

.timeline div:nth-child(2) .number,
.timeline div:nth-child(2) .title{
    --tw-text-opacity: 1;
    color: rgb(0 128 80 / var(--tw-text-opacity));
}

.timeline .wrapper::after{
    position: absolute;
    margin-top: 1.25rem;
    height: 5rem;
    width: 3px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(112 173 71 / var(--tw-bg-opacity));
}

.timeline .wrapper:nth-child(2n)::after{
    content: var(--tw-content);
    display: none;
}

@media (min-width: 960px){

    .timeline .wrapper::after{
        right: -3rem;
        top: 3.5rem;
        margin-top: 0px;
        height: 3px;
        content: var(--tw-content);
        width: 5rem;
    }
}

.square-list p{
    position: relative;
    margin-bottom: 0.625rem;
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
}

.square-list p::before{
    position: absolute;
    top: 0.375rem;
    left: -1rem;
    height: 0.5rem;
    width: 0.5rem;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(49 128 195 / var(--tw-bg-opacity));
}

.check-list p{
    position: relative;
    margin-bottom: 1rem;
    margin-left: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
}

.check-list p::before{
    position: absolute;
    top: 0px;
    left: -2rem;
    height: 0.5rem;
    content: var(--tw-content);
    width: 0.5rem;
        content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 13.5L10.5 18L19 6" stroke="%23005CA9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.grid-column-gap-20 {
  grid-column-gap: 20px;
}

@media (min-width: 782px) {
    .grid-column-gap-20 {
        grid-column-gap: 0;
    }
}

.contact-block p strong{
    font-weight: 700;
}

.contact-block p a{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 92 169 / var(--tw-text-opacity));
    text-decoration-line: underline;
}

.masonry-item:nth-child(6),
.masonry-item:nth-child(7) {
    word-break: break-word !important; 
}

.remove-block-margin{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.current-lang{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 92 169 / var(--tw-text-opacity));
}

.before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
}

.before\:inset-0::before{
    content: var(--tw-content);
    inset: 0px;
}

.before\:top-0::before{
    content: var(--tw-content);
    top: 0px;
}

.before\:top-1::before{
    content: var(--tw-content);
    top: 0.25rem;
}

.before\:top-1\.5::before{
    content: var(--tw-content);
    top: 0.375rem;
}

.before\:z-10::before{
    content: var(--tw-content);
    z-index: 10;
}

.before\:h-2::before{
    content: var(--tw-content);
    height: 0.5rem;
}

.before\:w-2::before{
    content: var(--tw-content);
    width: 0.5rem;
}

.before\:bg-secondary::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(49 128 195 / var(--tw-bg-opacity));
}

.after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
}

.after\:h-20::after{
    content: var(--tw-content);
    height: 5rem;
}

.after\:w-\[3px\]::after{
    content: var(--tw-content);
    width: 3px;
}

.after\:bg-\[\#70ad47\]::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(112 173 71 / var(--tw-bg-opacity));
}

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

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

.hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 92 169 / var(--tw-bg-opacity));
}

.hover\:text-inherit:hover{
    color: inherit;
}

.hover\:text-light:hover{
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity));
}

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

.hover\:opacity-90:hover{
    opacity: 0.9;
}

.hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

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

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

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

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

.after\:nth-2n\:hidden:nth-child(2n)::after{
    content: var(--tw-content);
    display: none;
}

@media (min-width: 480px){

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

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

@media (min-width: 600px){

    .sm\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 782px){

    .md\:mx-2{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .md\:mx-2\.5{
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

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

    .md\:-mt-1{
        margin-top: -0.25rem;
    }

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

    .md\:mb-3{
        margin-bottom: 0.75rem;
    }

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

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

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

    .md\:hidden{
        display: none;
    }

    .md\:h-5{
        height: 1.25rem;
    }

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

    .md\:h-full{
        height: 100%;
    }

    .md\:min-h-0{
        min-height: 0px;
    }

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

    .md\:w-5{
        width: 1.25rem;
    }

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

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

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

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

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

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

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

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

    .md\:grow-0{
        flex-grow: 0;
    }

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

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

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

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

    .md\:gap-1{
        gap: 0.25rem;
    }

    .md\:gap-12{
        gap: 3rem;
    }

    .md\:gap-2{
        gap: 0.5rem;
    }

    .md\:gap-8{
        gap: 2rem;
    }

    .md\:p-4{
        padding: 1rem;
    }

    .md\:p-6{
        padding: 1.5rem;
    }

    .md\:p-8{
        padding: 2rem;
    }

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

    .md\:\!py-4{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

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

    .md\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .md\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

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

    .md\:text-4xl{
        font-size: 2rem;
    }

    .md\:text-7xl{
        font-size: 3rem;
    }

    .md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-large{
        font-size: 1.125rem;
    }

    .md\:text-xl{
        font-size: 1.25rem;
    }

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

@media (min-width: 960px){

    .lg\:absolute{
        position: absolute;
    }

    .lg\:top-\[30px\]{
        top: 30px;
    }

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

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

    .lg\:mx-4{
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .lg\:my-14{
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .lg\:my-16{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

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

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

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

    .lg\:mb-16{
        margin-bottom: 4rem;
    }

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

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

    .lg\:mb-6{
        margin-bottom: 1.5rem;
    }

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

    .lg\:ml-28{
        margin-left: 7rem;
    }

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

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

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

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

    .lg\:mt-14{
        margin-top: 3.5rem;
    }

    .lg\:mt-16{
        margin-top: 4rem;
    }

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

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

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

    .lg\:mt-9{
        margin-top: 2.25rem;
    }

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

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

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

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-6{
        height: 1.5rem;
    }

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

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

    .lg\:w-6{
        width: 1.5rem;
    }

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

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

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

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

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

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

    .lg\:flex-none{
        flex: none;
    }

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

    .lg\:grow{
        flex-grow: 1;
    }

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

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

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

    .lg\:grid-rows-4{
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

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

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

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

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

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

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

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

    .lg\:gap-10{
        gap: 2.5rem;
    }

    .lg\:gap-2{
        gap: 0.5rem;
    }

    .lg\:gap-24{
        gap: 6rem;
    }

    .lg\:gap-8{
        gap: 2rem;
    }

    .lg\:gap-x-6{
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }

    .lg\:border-b-0{
        border-bottom-width: 0px;
    }

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

    .lg\:border-r{
        border-right-width: 1px;
    }

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

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

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

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

    .lg\:p-4{
        padding: 1rem;
    }

    .lg\:p-8{
        padding: 2rem;
    }

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

    .lg\:\!py-4{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lg\:px-11{
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .lg\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;
    }

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

    .lg\:py-14{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .lg\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .lg\:py-28{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .lg\:py-4{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:py-7{
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

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

    .lg\:pb-12{
        padding-bottom: 3rem;
    }

    .lg\:pr-10{
        padding-right: 2.5rem;
    }

    .lg\:pr-28{
        padding-right: 7rem;
    }

    .lg\:pt-12{
        padding-top: 3rem;
    }

    .lg\:pt-4{
        padding-top: 1rem;
    }

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

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

    .lg\:text-4xl{
        font-size: 2rem;
    }

    .lg\:text-5xl{
        font-size: 2.25rem;
    }

    .lg\:text-7xl{
        font-size: 3rem;
    }

    .lg\:text-8xl{
        font-size: 4rem;
    }

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

    .lg\:text-xl{
        font-size: 1.25rem;
    }

    .lg\:text-xxxl{
        font-size: 1.875rem;
    }

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

    .lg\:\!leading-6{
        line-height: 1.5rem !important;
    }

    .lg\:text-grey{
        --tw-text-opacity: 1;
        color: rgb(56 71 80 / var(--tw-text-opacity));
    }

    .lg\:transition-colors{
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:after\:-right-12::after{
        content: var(--tw-content);
        right: -3rem;
    }

    .lg\:after\:top-14::after{
        content: var(--tw-content);
        top: 3.5rem;
    }

    .lg\:after\:mt-0::after{
        content: var(--tw-content);
        margin-top: 0px;
    }

    .lg\:after\:h-\[3px\]::after{
        content: var(--tw-content);
        height: 3px;
    }

    .lg\:after\:w-20::after{
        content: var(--tw-content);
        width: 5rem;
    }
}

@media (min-width: 1184px){

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

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

    .xl\:w-36{
        width: 9rem;
    }

    .xl\:w-\[36ch\]{
        width: 36ch;
    }

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

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

    .xl\:gap-32{
        gap: 8rem;
    }

    .\32xl\:my-16{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .\32xl\:mb-16{
        margin-bottom: 4rem;
    }

    .\32xl\:mt-16{
        margin-top: 4rem;
    }

    .\32xl\:w-\[40\%\]{
        width: 40%;
    }

    .\32xl\:w-\[45\%\]{
        width: 45%;
    }

    .\32xl\:p-8{
        padding: 2rem;
    }

    .\32xl\:\!py-4{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .\32xl\:text-4xl{
        font-size: 2rem;
    }
}

.\[\&\:nth-child\(1\)\]\:bg-lavender:nth-child(1){
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 250 / var(--tw-bg-opacity));
}

@media (min-width: 480px){

    .xs\:\[\&\:nth-child\(1\)\]\:col-span-2:nth-child(1){
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(1\)\]\:col-span-2:nth-child(1){
        grid-column: span 2 / span 2;
    }
}

.\[\&\:nth-child\(10\)\]\:border-primary:nth-child(10){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(10\)\]\:col-start-4:nth-child(10){
        grid-column-start: 4;
    }

    .lg\:\[\&\:nth-child\(10\)\]\:row-span-2:nth-child(10){
        grid-row: span 2 / span 2;
    }

    .lg\:\[\&\:nth-child\(10\)\]\:row-start-3:nth-child(10){
        grid-row-start: 3;
    }
}

.\[\&\:nth-child\(11\)\]\:border-primary:nth-child(11){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

.\[\&\:nth-child\(11\)\]\:bg-primary:nth-child(11){
    --tw-bg-opacity: 1;
    background-color: rgb(0 92 169 / var(--tw-bg-opacity));
}

.\[\&\:nth-child\(11\)\]\:text-white:nth-child(11){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 480px){

    .xs\:\[\&\:nth-child\(11\)\]\:col-span-2:nth-child(11){
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(11\)\]\:col-span-1:nth-child(11){
        grid-column: span 1 / span 1;
    }

    .lg\:\[\&\:nth-child\(11\)\]\:col-start-5:nth-child(11){
        grid-column-start: 5;
    }

    .lg\:\[\&\:nth-child\(11\)\]\:row-span-2:nth-child(11){
        grid-row: span 2 / span 2;
    }

    .lg\:\[\&\:nth-child\(11\)\]\:row-start-3:nth-child(11){
        grid-row-start: 3;
    }

    .lg\:\[\&\:nth-child\(11\)\]\:bg-transparent:nth-child(11){
        background-color: transparent;
    }

    .lg\:\[\&\:nth-child\(11\)\]\:text-primary:nth-child(11){
        --tw-text-opacity: 1;
        color: rgb(0 92 169 / var(--tw-text-opacity));
    }
}

.\[\&\:nth-child\(2\)\]\:border-primary:nth-child(2){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(2\)\]\:col-start-3:nth-child(2){
        grid-column-start: 3;
    }

    .lg\:\[\&\:nth-child\(3\)\]\:col-span-2:nth-child(3){
        grid-column: span 2 / span 2;
    }

    .lg\:\[\&\:nth-child\(3\)\]\:col-start-4:nth-child(3){
        grid-column-start: 4;
    }

    .lg\:\[\&\:nth-child\(3\)\]\:row-span-2:nth-child(3){
        grid-row: span 2 / span 2;
    }

    .lg\:\[\&\:nth-child\(3\)\]\:h-64:nth-child(3){
        height: 16rem;
    }

    .lg\:\[\&\:nth-child\(3\)\]\:bg-primary:nth-child(3){
        --tw-bg-opacity: 1;
        background-color: rgb(0 92 169 / var(--tw-bg-opacity));
    }

    .lg\:\[\&\:nth-child\(3\)\]\:text-white:nth-child(3){
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.\[\&\:nth-child\(4\)\]\:border-primary:nth-child(4){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(4\)\]\:row-start-2:nth-child(4){
        grid-row-start: 2;
    }
}

.\[\&\:nth-child\(5\)\]\:border-primary:nth-child(5){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(5\)\]\:row-span-2:nth-child(5){
        grid-row: span 2 / span 2;
    }

    .lg\:\[\&\:nth-child\(5\)\]\:row-start-2:nth-child(5){
        grid-row-start: 2;
    }
}

.\[\&\:nth-child\(6\)\]\:border-primary:nth-child(6){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

.\[\&\:nth-child\(6\)\]\:bg-primary:nth-child(6){
    --tw-bg-opacity: 1;
    background-color: rgb(0 92 169 / var(--tw-bg-opacity));
}

.\[\&\:nth-child\(6\)\]\:text-white:nth-child(6){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 480px){

    .xs\:\[\&\:nth-child\(6\)\]\:col-span-2:nth-child(6){
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(6\)\]\:col-span-1:nth-child(6){
        grid-column: span 1 / span 1;
    }

    .lg\:\[\&\:nth-child\(6\)\]\:row-span-2:nth-child(6){
        grid-row: span 2 / span 2;
    }

    .lg\:\[\&\:nth-child\(6\)\]\:row-start-2:nth-child(6){
        grid-row-start: 2;
    }

    .lg\:\[\&\:nth-child\(6\)\]\:break-all:nth-child(6){
        word-break: break-all;
    }

    .lg\:\[\&\:nth-child\(6\)\]\:bg-transparent:nth-child(6){
        background-color: transparent;
    }

    .lg\:\[\&\:nth-child\(6\)\]\:text-primary:nth-child(6){
        --tw-text-opacity: 1;
        color: rgb(0 92 169 / var(--tw-text-opacity));
    }
}

.\[\&\:nth-child\(7\)\]\:border-primary:nth-child(7){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(7\)\]\:row-start-3:nth-child(7){
        grid-row-start: 3;
    }

    .lg\:\[\&\:nth-child\(7\)\]\:break-all:nth-child(7){
        word-break: break-all;
    }

    .lg\:\[\&\:nth-child\(8\)\]\:col-span-2:nth-child(8){
        grid-column: span 2 / span 2;
    }

    .lg\:\[\&\:nth-child\(8\)\]\:col-start-1:nth-child(8){
        grid-column-start: 1;
    }

    .lg\:\[\&\:nth-child\(8\)\]\:row-start-4:nth-child(8){
        grid-row-start: 4;
    }

    .lg\:\[\&\:nth-child\(8\)\]\:bg-lavender:nth-child(8){
        --tw-bg-opacity: 1;
        background-color: rgb(238 242 250 / var(--tw-bg-opacity));
    }
}

.\[\&\:nth-child\(9\)\]\:border-primary:nth-child(9){
    --tw-border-opacity: 1;
    border-color: rgb(0 92 169 / var(--tw-border-opacity));
}

@media (min-width: 960px){

    .lg\:\[\&\:nth-child\(9\)\]\:col-start-3:nth-child(9){
        grid-column-start: 3;
    }

    .lg\:\[\&\:nth-child\(9\)\]\:row-start-4:nth-child(9){
        grid-row-start: 4;
    }
}

.\[\&_br\]\:hidden br{
    display: none;
}

.\[\&_p\:empty\]\:hidden p:empty{
    display: none;
}

