/*
! tailwindcss v3.2.4 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.top-\[67\%\] {
  top: 67%;
}

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

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.top-\[40px\] {
  top: 40px;
}

.left-\[-1px\] {
  left: -1px;
}

.top-\[200px\] {
  top: 200px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

.top-\[139px\] {
  top: 139px;
}

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

.right-auto {
  right: auto;
}

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

.top-\[24px\] {
  top: 24px;
}

.left-\[62px\] {
  left: 62px;
}

.-top-\[9px\] {
  top: -9px;
}

.left-\[83px\] {
  left: 83px;
}

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

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

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

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[2em\] {
  margin-top: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[414\/407\] {
  aspect-ratio: 414/407;
}

.aspect-\[580\/368\] {
  aspect-ratio: 580/368;
}

.aspect-\[414\/250\] {
  aspect-ratio: 414/250;
}

.aspect-\[414\/276\] {
  aspect-ratio: 414/276;
}

.h-full {
  height: 100%;
}

.h-\[9\.2rem\] {
  height: 9.2rem;
}

.h-\[5\.125rem\] {
  height: 5.125rem;
}

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-\[21\.5rem\] {
  height: 21.5rem;
}

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

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

.h-\[39\.125rem\] {
  height: 39.125rem;
}

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

.h-14 {
  height: 3.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-\[20\.6px\] {
  height: 20.6px;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.w-\[5\.125rem\] {
  width: 5.125rem;
}

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

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

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

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

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

.w-52 {
  width: 13rem;
}

.w-64 {
  width: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.max-w-\[36\.25rem\] {
  max-width: 36.25rem;
}

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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-y-1\/2 {
  --tw-translate-y: -50%;
  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-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, 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-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

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

.gap-24 {
  gap: 6rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

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

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

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

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

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

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(25 68 83 / var(--tw-border-opacity));
}

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

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

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 68 83 / var(--tw-bg-opacity));
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 140 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(239 97 107 / var(--tw-bg-opacity));
}

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

.bg-bgg-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(8 119 140 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(110 189 143 / var(--tw-bg-opacity));
}

.bg-bgg-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#4c5356\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 83 86 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3);
}

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

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

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

.p-\[12px\] {
  padding: 12px;
}

.p-0 {
  padding: 0px;
}

.p-\[24px\] {
  padding: 24px;
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[24px\] {
  padding-top: 24px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

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

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

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

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

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

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

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

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

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

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

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

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

.text-\[2\.75rem\] {
  font-size: 2.75rem;
}

.text-\[1\.875rem\] {
  font-size: 1.875rem;
}

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

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

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

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

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

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

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

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

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

.leading-\[1\.7rem\] {
  line-height: 1.7rem;
}

.leading-\[1\.3em\] {
  line-height: 1.3em;
}

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

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

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

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

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

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

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(25 68 83 / var(--tw-text-opacity));
}

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

.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(0 119 140 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-\[1\.rem\] {
  color: 1.rem;
}

.text-detail-100 {
  --tw-text-opacity: 1;
  color: rgb(181 147 54 / var(--tw-text-opacity));
}

.text-detail-200 {
  --tw-text-opacity: 1;
  color: rgb(0 163 166 / var(--tw-text-opacity));
}

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

.text-text {
  --tw-text-opacity: 1;
  color: rgb(79 84 86 / var(--tw-text-opacity));
}

.text-\[\#4f5456\] {
  --tw-text-opacity: 1;
  color: rgb(79 84 86 / var(--tw-text-opacity));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.brand:nth-child(odd) .text-container {
  background: #194453;
}

.brand:nth-child(even) .text-container {
  background: #08778c;
}

.text-container {
  height: 100%;
  flex-grow: 1;
}

.brand:nth-child(even) .logo {
  left: auto !important;
  right: -1px;
}

/*testimonials on home page*/

.testimonials:nth-child(odd) .img-container {
  order: -1;
}

.testimonials:nth-child(even) .img-container {
  order: 99;
}

.testimonials:nth-child(even) .background {
  right: 0;
  left: auto;
}

.testimonials:nth-child(odd) .background {
  right: auto;
  left: 0;
}

.testimonials:nth-child(3n + 1) .background {
  background: #194453;
}

.testimonials:nth-child(3n + 2) .background {
  background: #08778c;
}

.testimonials:nth-child(3n + 3) .background {
  background: #6ebd8f;
}

@media screen and (min-width: 1536px) {
  .testimonials:nth-child(odd) {
    left: 120px;
  }

  .testimonials:nth-child(even) {
    right: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials:nth-child(n) .img-container {
    order: initial;
  }

  .testimonials:nth-child(3n + 1) .text-container {
    background: #194453;
  }

  .testimonials:nth-child(3n + 2) .text-container {
    background: #08778c;
  }

  .testimonials:nth-child(3n + 3) .text-container {
    background: #6ebd8f;
  }
}

/*vision blocks on about page*/

.visionblocks:nth-child(odd) .img-container {
  order: -1;
  z-index: 40;
}

.visionblocks:nth-child(even) .img-container {
  order: 99;
  z-index: 40;
}

.visionblocks:nth-child(even) .background {
  right: auto;
  left: 0;
  background: #194453;
}

.visionblocks:nth-child(odd) .background {
  right: 0;
  left: auto;
  background: #08778c;
}

@media screen and (max-width: 768px) {
  .visionblocks:nth-child(n) .img-container {
    order: initial;
  }

  .visionblocks:nth-child(odd) .text-container {
    background: #194453;
  }

  .visionblocks:nth-child(even) .text-container {
    background: #08778c;
  }
}

/*locations on about page*/

.location:nth-child(even) .img-container {
  order: -1;
}

.location:nth-child(odd) .img-container {
  order: 99;
}

.location:nth-child(odd) .background {
  right: auto;
  left: 0;
}

.location:nth-child(even) .background {
  right: 0;
  left: auto;
}

.location:nth-child(3n + 1) .background {
  background: #194453;
}

.location:nth-child(3n + 2) .background {
  background: #08778c;
}

.location:nth-child(3n + 3) .background {
  background: #6ebd8f;
}

@media screen and (min-width: 1536px) {
  .location:nth-child(odd) > div {
    left: 120px;
  }

  .location:nth-child(even) > div {
    right: 120px;
  }
}

@media screen and (max-width: 768px) {
  .location:nth-child(n) .img-container {
    order: initial;
  }

  .location:nth-child(3n + 1) .text-container {
    background: #194453;
  }

  .location:nth-child(3n + 2) .text-container {
    background: #08778c;
  }

  .location:nth-child(3n + 3) .text-container {
    background: #6ebd8f;
  }
}

@media only screen and (max-width: 1200px) {
  #regular-footer-menu li.menu-item:last-child a    {
    background: rgb(25 68 83);
    padding: 12px 32px;
    display: block;
    text-align: center;
  }

  #object-footer-menu li.menu-item:last-child a    {
    background: rgb(181 147 54);
    padding: 12px 32px;
    display: block;
    text-align: center;
  }

  #store-footer-menu li.menu-item:last-child a    {
    background: rgb(0 163 166);
    padding: 12px 32px;
    display: block;
    text-align: center;
  }
}

body {
  font-family: galano-grotesque, sans-serif;
}

html {
  scroll-behavior: smooth;
}

main {
  max-width: 2000px;
  margin-inline: auto;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-light.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-regular.otf") format("opentype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-medium.otf") format("opentype");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-semi-bold.woff") format("woff");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-bold.otf") format("opentype"), url("fonts/galano-grotesque-bold.woff") format("woff");

  font-weight: 700;

  font-style: normal;
}

.button {
  display: block;
  position: relative;
  padding: 16px 48px;
  font-weight: 500;
  filter: saturate(100%);
  color: #fff;
  width: 100%;
  max-width: 450px;
  text-align: center;
}

footer form {
  margin-bottom: 0px;
}

footer .sib_signup_form, footer .sib_signup_form > div:last-of-type {
  width: 100%;
  max-width: 700px;
}

form#sib_signup_form_1 p.sib-alert-message-success {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.header-text {
  /*text-shadow: 0 25px 25px rgb(0 0 0 / 0.15);*/
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(0,0,0,0.5));
  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);
}

.swiper-pagination  {
  height:2rem;
}

.swiper-pagination-bullet {
  outline: 1px solid white;
  outline-offset: 3px;
  background-color: transparent !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

.btninverted {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btninverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.team-block-bg {
  height: calc(100% + 40px);
}

.family-block-bg {
  height: calc(80% + 20px);
}

.contact-container {
  max-width: calc(216px + 1280px);
}

.wpcf7-spinner  {
  display:none !important;
}

.wpcf7-form  {
  display:grid;
  gap: 1.5rem 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drawing-background {
  background-image: url('https://careline-inrichtingen.b00.dev/wp-content/uploads/2022/10/drawing.fba176a.png');
  background-color: #eaebeb;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
}

.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

#menu-nav>li   {
  margin-bottom: 12px;
}

.menu-item  {
  margin: 4px 0;
}

#header_menu_desktop li.menu-item-type-custom span::after  {
  height:14px;
  margin-left:16px;
  content:url("data:image/svg+xml,%3Csvg class='ml-2' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.917 11.299l8.382-8.382M5.466 2.917h5.833V8.75' stroke='%234F5456' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

#header_menu_desktop .current-menu-item a span {
  font-weight: 700;
  text-transform: none;
  text-decoration: underline;
}

body > div > .current-menu-item  {
  font-weight: 700;
  text-decoration: underline;
}

#header-site-menu .current-menu-item:not(.menu-item-type-custom) a {
  font-weight: 700;
  text-decoration: underline;
}

footer li.menu-item    {
  font-weight: normal;
}

#regular-footer-menu li.menu-item:last-child a    {
  background: rgb(25 68 83);
  padding: 8px 54px 8px 16px;
}

#object-footer-menu li.menu-item:last-child a    {
  background: rgb(181 147 54);
  padding: 8px 54px 8px 16px;
}

#store-footer-menu li.menu-item:last-child a    {
  background: rgb(0 163 166);
  padding: 8px 54px 8px 16px;
}

.footer-menu li.menu-item:last-child a  {
  margin-top: 1rem;
  color:white;
  display:flex;
  align-items: center;
  font-weight:500;
}

.footer-menu li.menu-item:last-child {
  position: relative;
}

.footer-menu li.menu-item:last-child::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display:flex;
  content: '';
  background-image: url('./img/footer-link-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height:0.8rem;
  width:0.8rem;
}

/*Tooltip rules*/

.tooltip-container {
  position: relative;
  top: 0;
}

.tooltip-content {
  visibility: hidden;
}

.tooltip-container:hover .tooltip-content {
  visibility: visible;
}

.aanhef {
  display:grid;
  margin-top: 1rem;
  gap: 0.5rem 0 ;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-between;
  width:250px;
}

.aanhef span    {
  margin-left: 0;
}

.wpcf7-list-item    {
  margin-left: 0 !important;
}

.hs-form *  {
  box-sizing: border-box;
}

.hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0.5rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ef626c;
  border-color: #ef626c;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

.form-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(239 98 108 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .form-button {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .form-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.what-you-see h1    {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 2px 0;
}

.what-you-see h2    {
  font-size:20px;
  line-height: 1.2;
  font-weight: bold;
}

.what-you-see h3 {
  font-weight:800;
}

.page-content p {
  margin-bottom: 1rem;
}

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

@media (min-width: 640px) {
  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:pt-32 {
    padding-top: 8rem;
  }

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

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

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

  .md\:relative {
    position: relative;
  }

  .md\:top-\[20px\] {
    top: 20px;
  }

  .md\:left-\[4\.5\%\] {
    left: 4.5%;
  }

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

  .md\:top-\[420px\] {
    top: 420px;
  }

  .md\:left-\[4\%\] {
    left: 4%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ml-\[120px\] {
    margin-left: 120px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1920\/800\] {
    aspect-ratio: 1920/800;
  }

  .md\:aspect-\[580\/368\] {
    aspect-ratio: 580/368;
  }

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

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

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

  .md\:h-4\/5 {
    height: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

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

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

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

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

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

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

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

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

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:gap-\[16px\] {
    gap: 16px;
  }

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

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

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

  .md\:bg-bgg-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }

  .md\:p-\[24px\] {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

  .md\:pb-\[146px\] {
    padding-bottom: 146px;
  }

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

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

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

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pt-\[96px\] {
    padding-top: 96px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

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

  .md\:pt-\[128px\] {
    padding-top: 128px;
  }

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

  .md\:text-end {
    text-align: end;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .md\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

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

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

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

  .md\:leading-\[4rem\] {
    line-height: 4rem;
  }

  .md\:leading-\[1\.5\] {
    line-height: 1.5;
  }

  .md\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }
}

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

  .lg\:bottom-\[175px\] {
    bottom: 175px;
  }

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

  .lg\:left-\[16\.6\%\] {
    left: 16.6%;
  }

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

  .lg\:mx-\[76px\] {
    margin-left: 76px;
    margin-right: 76px;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:mr-auto {
    margin-right: auto;
  }

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

  .lg\:ml-\[120px\] {
    margin-left: 120px;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[0\] {
    aspect-ratio: 0;
  }

  .lg\:aspect-\[580\/368\] {
    aspect-ratio: 580/368;
  }

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

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

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

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

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

  .lg\:h-\[34\.125rem\] {
    height: 34.125rem;
  }

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

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

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

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

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

  .lg\:w-\[31\.5rem\] {
    width: 31.5rem;
  }

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

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .lg\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

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

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .lg\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

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

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

  .lg\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

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

  .lg\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

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

  .lg\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

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

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

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

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

  .lg\:leading-\[4\.75rem\] {
    line-height: 4.75rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-\[16\.6\%\] {
    margin-left: 16.6%;
  }

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

  .xl\:-mt-\[24\.25rem\] {
    margin-top: -24.25rem;
  }

  .xl\:mr-\[7\.5\%\] {
    margin-right: 7.5%;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

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

  .xl\:pl-\[24\.25rem\] {
    padding-left: 24.25rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:left-\[100px\] {
    left: 100px;
  }

  .\32xl\:left-\[120px\] {
    left: 120px;
  }

  .\32xl\:right-\[120px\] {
    right: 120px;
  }

  .\32xl\:mr-\[12\%\] {
    margin-right: 12%;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}