@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");/*
! tailwindcss v3.4.1 | 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.
7. Disable tap highlights on iOS
*/html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
}@media (min-width: 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: 1435px){.container{
    max-width: 1435px;
  }
}@media (min-width: 1690px){.container{
    max-width: 1690px;
  }
}@media (min-width: 2000px){.container{
    max-width: 2000px;
  }
}.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}@media (min-width: 768px){.container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  inset: 0px;
}.-left-3{
  left: -0.75rem;
}.-left-\[120px\]{
  left: -120px;
}.-right-3{
  right: -0.75rem;
}.-top-\[10\%\]{
  top: -10%;
}.-top-\[120px\]{
  top: -120px;
}.bottom-0{
  bottom: 0px;
}.left-0{
  left: 0px;
}.right-0{
  right: 0px;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-full{
  top: 100%;
}.top-1\/3{
  top: 33.333333%;
}.-z-10{
  z-index: -10;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-50{
  z-index: 50;
}.col-start-1{
  grid-column-start: 1;
}.row-start-1{
  grid-row-start: 1;
}.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.ml-auto{
  margin-left: auto;
}.mt-1{
  margin-top: 0.25rem;
}.mt-12{
  margin-top: 3rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-8{
  margin-top: 2rem;
}.block{
  display: block;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-3\/2{
  aspect-ratio: 3/2;
}.aspect-\[0\.9\]{
  aspect-ratio: 0.9;
}.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.size-10{
  width: 2.5rem;
  height: 2.5rem;
}.size-12{
  width: 3rem;
  height: 3rem;
}.size-16{
  width: 4rem;
  height: 4rem;
}.size-2{
  width: 0.5rem;
  height: 0.5rem;
}.size-3{
  width: 0.75rem;
  height: 0.75rem;
}.size-3\.5{
  width: 0.875rem;
  height: 0.875rem;
}.size-4{
  width: 1rem;
  height: 1rem;
}.size-5{
  width: 1.25rem;
  height: 1.25rem;
}.size-6{
  width: 1.5rem;
  height: 1.5rem;
}.size-8{
  width: 2rem;
  height: 2rem;
}.size-9{
  width: 2.25rem;
  height: 2.25rem;
}.size-full{
  width: 100%;
  height: 100%;
}.\!h-auto{
  height: auto !important;
}.h-1\/2{
  height: 50%;
}.h-12{
  height: 3rem;
}.h-16{
  height: 4rem;
}.h-3\/4{
  height: 75%;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-\[120\%\]{
  height: 120%;
}.h-\[140px\]{
  height: 140px;
}.h-\[2px\]{
  height: 2px;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.h-px{
  height: 1px;
}.h-screen{
  height: 100vh;
}.max-h-\[100px\]{
  max-height: 100px;
}.max-h-\[120\%\]{
  max-height: 120%;
}.min-h-0{
  min-height: 0px;
}.min-h-80{
  min-height: 20rem;
}.min-h-\[320px\]{
  min-height: 320px;
}.min-h-\[425px\]{
  min-height: 425px;
}.min-h-\[500px\]{
  min-height: 500px;
}.min-h-\[75lvh\]{
  min-height: 75lvh;
}.min-h-\[80lvh\]{
  min-height: 80lvh;
}.min-h-lvh{
  min-height: 100lvh;
}.min-h-screen{
  min-height: 100vh;
}.w-16{
  width: 4rem;
}.w-3\/4{
  width: 75%;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-\[150\%\]{
  width: 150%;
}.w-\[300px\]{
  width: 300px;
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.\!max-w-full{
  max-width: 100% !important;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-\[1000px\]{
  max-width: 1000px;
}.max-w-\[160px\]{
  max-width: 160px;
}.max-w-\[250px\]{
  max-width: 250px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[350px\]{
  max-width: 350px;
}.max-w-\[400px\]{
  max-width: 400px;
}.max-w-\[450px\]{
  max-width: 450px;
}.max-w-\[500px\]{
  max-width: 500px;
}.max-w-\[550px\]{
  max-width: 550px;
}.max-w-\[600px\]{
  max-width: 600px;
}.max-w-\[800px\]{
  max-width: 800px;
}.max-w-\[850px\]{
  max-width: 850px;
}.max-w-full{
  max-width: 100%;
}.max-w-sm{
  max-width: 24rem;
}.flex-1{
  flex: 1 1 0%;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.-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));
}.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-y-0{
  --tw-translate-y: 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-y-4{
  --tw-translate-y: 1rem;
  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-full{
  --tw-translate-y: 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-90{
  --tw-rotate: -90deg;
  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));
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-grab{
  cursor: grab;
}.cursor-pointer{
  cursor: pointer;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-rows-1{
  grid-template-rows: repeat(1, 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;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-items-center{
  justify-items: center;
}.gap-0{
  gap: 0px;
}.gap-1{
  gap: 0.25rem;
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-14{
  gap: 3.5rem;
}.gap-16{
  gap: 4rem;
}.gap-2{
  gap: 0.5rem;
}.gap-24{
  gap: 6rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-48{
  gap: 12rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-64{
  gap: 16rem;
}.gap-8{
  gap: 2rem;
}.gap-y-16{
  row-gap: 4rem;
}.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-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-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}.place-self-end{
  place-self: end;
}.place-self-center{
  place-self: center;
}.\!overflow-hidden{
  overflow: hidden !important;
}.overflow-hidden{
  overflow: hidden;
}.\!overflow-visible{
  overflow: visible !important;
}.overflow-y-auto{
  overflow-y: auto;
}.text-pretty{
  text-wrap: pretty;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-3xl{
  border-radius: 1.5rem;
}.rounded-\[20px\]{
  border-radius: 20px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-current{
  border-color: currentColor;
}.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}.border-opacity-25{
  --tw-border-opacity: 0.25;
}.bg-\[\#1b3d9f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 61 159 / var(--tw-bg-opacity));
}.bg-accent-300{
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 137 / var(--tw-bg-opacity));
}.bg-accent-500{
  --tw-bg-opacity: 1;
  background-color: rgb(226 233 125 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}.bg-current{
  background-color: currentColor;
}.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(61 95 191 / var(--tw-bg-opacity));
}.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(18 50 143 / var(--tw-bg-opacity));
}.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}.bg-secondary-100\/10{
  background-color: rgb(242 242 242 / 0.1);
}.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 50 / var(--tw-bg-opacity));
}.bg-tertiary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(242 160 94 / 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-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-black\/30{
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-primary-700{
  --tw-gradient-from: #12328F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 50 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-secondary-500{
  --tw-gradient-from: #343432 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 52 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-secondary-500\/0{
  --tw-gradient-from: rgb(52 52 50 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 52 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[20\%\]{
  --tw-gradient-from-position: 20%;
}.via-secondary-500\/0{
  --tw-gradient-to: rgb(52 52 50 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(52 52 50 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-black\/50{
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}.to-black\/90{
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}.to-primary-700\/0{
  --tw-gradient-to: rgb(18 50 143 / 0) var(--tw-gradient-to-position);
}.to-secondary-500{
  --tw-gradient-to: #343432 var(--tw-gradient-to-position);
}.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.object-top{
  -o-object-position: top;
     object-position: top;
}.p-1{
  padding: 0.25rem;
}.p-12{
  padding: 3rem;
}.p-2{
  padding: 0.5rem;
}.p-4{
  padding: 1rem;
}.p-6{
  padding: 1.5rem;
}.p-8{
  padding: 2rem;
}.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-14{
  padding-bottom: 3.5rem;
}.pb-24{
  padding-bottom: 6rem;
}.pl-6{
  padding-left: 1.5rem;
}.pt-16{
  padding-top: 4rem;
}.pt-24{
  padding-top: 6rem;
}.text-center{
  text-align: center;
}.font-body{
  font-family: Manrope, sans-serif;
}.font-heading{
  font-family: Manrope, sans-serif;
}.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-\[20px\]{
  font-size: 20px;
}.text-\[56px\]{
  font-size: 56px;
}.text-\[64px\]{
  font-size: 64px;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.capitalize{
  text-transform: capitalize;
}.leading-7{
  line-height: 1.75rem;
}.leading-none{
  line-height: 1;
}.leading-relaxed{
  line-height: 1.625;
}.tracking-tighter{
  letter-spacing: -0.05em;
}.text-\[\#424242\]{
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}.text-accent-300{
  --tw-text-opacity: 1;
  color: rgb(230 242 137 / var(--tw-text-opacity));
}.text-accent-300\/40{
  color: rgb(230 242 137 / 0.4);
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-current{
  color: currentColor;
}.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(61 95 191 / var(--tw-text-opacity));
}.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(18 50 143 / var(--tw-text-opacity));
}.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(52 52 50 / var(--tw-text-opacity));
}.text-secondary-500\/80{
  color: rgb(52 52 50 / 0.8);
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-white\/15{
  color: rgb(255 255 255 / 0.15);
}.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-25{
  opacity: 0.25;
}.opacity-50{
  opacity: 0.5;
}.opacity-90{
  opacity: 0.9;
}.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.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);
}.outline{
  outline-style: solid;
}.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.saturate-0{
  --tw-saturate: saturate(0);
  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);
}.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.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-\[flex-grow\]{
  transition-property: flex-grow;
  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-opacity{
  transition-property: opacity;
  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-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-back-out{
  transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-in-out-expo{
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.will-change-transform{
  will-change: transform;
}html,
body{
  scroll-behavior: smooth;
  font-family: Manrope, sans-serif;
}body{
  line-height: 1.625;
}@media (min-width: 1690px){body{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
}strong{
  font-weight: 700;
}h1,
.is-h1,
h2,
.is-h2,
h3,
.is-h3,
h4,
.is-h4,
h5,
.is-h5,
h6,
.is-h6{
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 1.2em !important;
  letter-spacing: -0.025em;
}@media (min-width: 640px){h1,
.is-h1,
h2,
.is-h2,
h3,
.is-h3,
h4,
.is-h4,
h5,
.is-h5,
h6,
.is-h6{
    line-height: 1.1em !important;
  }
}/* H1 Desktop: 70, SemiBold */h1,
.is-h1{
  font-size: 34px;
}@media (min-width: 640px){h1,
.is-h1{
    font-size: 40px;
    line-height: 1.0em !important;
  }
}@media (min-width: 768px){h1,
.is-h1{
    font-size: 54px;
  }
}@media (min-width: 1435px){h1,
.is-h1{
    font-size: 68px;
  }
}@media (min-width: 1690px){h1,
.is-h1{
    font-size: 86px;
  }
}@media (min-width: 2000px){h1,
.is-h1{
    font-size: 110px;
  }
}/* H2 Desktop: 48, Bold */h2,
.is-h2{
  font-size: 32px;
}@media (min-width: 768px){h2,
.is-h2{
    font-size: 40px;
  }
}@media (min-width: 1024px){h2,
.is-h2{
    font-size: 48px;
  }
}@media (min-width: 1690px){h2,
.is-h2{
    font-size: 72px;
  }
}/* H3 Desktop: 34, SemiBold */h3,
.is-h3{
  font-size: 28px;
}@media (min-width: 640px){h3,
.is-h3{
    font-size: 32px;
  }
}@media (min-width: 768px){h3,
.is-h3{
    font-size: 38px;
  }
}@media (min-width: 1024px){h3,
.is-h3{
    font-size: 48px;
  }
}@media (min-width: 1690px){h3,
.is-h3{
    font-size: 58px;
  }
}/* H4 Desktop: 28, SemiBold */h4,
.is-h4{
  font-size: 22px;
  line-height: 1.375;
}@media (min-width: 768px){h4,
.is-h4{
    font-size: 36px;
  }
}@media (min-width: 1024px){h4,
.is-h4{
    font-size: 40px;
  }
}@media (min-width: 1690px){h4,
.is-h4{
    font-size: 48px;
  }
}/* Small H2 Desktop: 20, Bold */h5,
.is-h5{
  font-size: 20px;
  line-height: 1.375 !important;
}@media (min-width: 768px){h5,
.is-h5{
    font-size: 26px;
  }
}@media (min-width: 1024px){h5,
.is-h5{
    font-size: 28px;
  }
}@media (min-width: 1690px){h5,
.is-h5{
    font-size: 32px;
  }
}/* Body L scale: 18, SemiBold */h6,
.is-h6{
  font-size: 18px;
  line-height: 1.375 !important;
}@media (min-width: 768px){h6,
.is-h6{
    font-size: 20px;
  }
}@media (min-width: 1690px){h6,
.is-h6{
    font-size: 22px;
  }
}/* List styles inside WYSIWYG editors */.block-content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}@media (min-width: 768px){.block-content{
    gap: 1.5rem;
  }
}.block-content ul{
  margin-left: 1rem;
}.block-content ul li{
  list-style-type: disc;
}.block-content ol{
  margin-left: 1rem;
}.block-content ol li{
  list-style-type: decimal;
}.block-content p a:not(.button, .is-button){
  font-weight: 700;
  text-decoration-line: underline;
}.supertitle,
.is-supertitle{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.375;
}@media (min-width: 1024px){.supertitle,
.is-supertitle{
    font-size: 22px;
  }
}@media (min-width: 1690px){.supertitle,
.is-supertitle{
    font-size: 26px;
  }
}.use-supertitle .supertitle,
	.use-supertitle .is-supertitle{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}@media (min-width: 640px){.use-supertitle .supertitle,
	.use-supertitle .is-supertitle{
    gap: 1rem;
  }
}.use-supertitle .supertitle::before, .use-supertitle .is-supertitle::before{
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 137 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.map-point {
	fill: #f1f4a3;
}.map-point-pulse {
	fill: #f1f4a3;
	transform-origin: center;
	transform-box: fill-box;
	animation: map-point-pulse 2s ease-out infinite;
}@keyframes map-point-pulse {
	0% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	100% {
		transform: scale(3);
		opacity: 0;
	}
}.button,
.is-button{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-duration: 150ms;
}.button:hover, .is-button: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));
}.button:active, .is-button:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  transition-duration: 150ms;
}/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 */:root {
	--swiper-theme-color: #007aff;
}:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}.swiper-horizontal {
	touch-action: pan-y;
}.swiper-vertical {
	touch-action: pan-x;
}.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}.swiper-slide-invisible-blank {
	visibility: hidden;
}.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}.swiper-3d {
	perspective: 1200px;
}.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}.accordion-header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-duration: 300ms;
}.accordion-header:hover{
  padding-left: 0.5rem;
}@media (min-width: 768px){.accordion-header{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}.accordion-header svg{
  transition-duration: 300ms;
}.accordion-header.active{
  --tw-bg-opacity: 1;
  background-color: rgb(203 201 212 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
}.accordion-header.active svg{
  --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));
}.accordion-content {
	transition: max-height 0.4s ease;
	max-height: 0px;
	overflow: hidden;
	border-bottom-width: 1px;
}.accordion-content > .accordion-inner{
  padding: 1.5rem;
}/* Form styles go here *//* header {
	&.header-scrolling {
		@apply bg-slate-100;
	}
} */body.menu-open [data-menu]{
  --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));
}[data-menu]{
  --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));
}main section{
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}@media (min-width: 1024px){main section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}@media (min-width: 1690px){main section{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}.rounded-top{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}@media (min-width: 1024px){.rounded-top{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}@media (min-width: 1690px){.rounded-top{
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }
}.rounded-bottom{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}@media (min-width: 1024px){.rounded-bottom{
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}@media (min-width: 1690px){.rounded-bottom{
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
  }
}.section-padding{
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}@media (min-width: 1024px){.section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}@media (min-width: 1690px){.section-padding{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}.section-padding-top{
  position: relative;
  padding-top: 2.5rem;
}@media (min-width: 1024px){.section-padding-top{
    padding-top: 5rem;
  }
}@media (min-width: 1690px){.section-padding-top{
    padding-top: 8rem;
  }
}.section-padding-bottom{
  position: relative;
  padding-bottom: 2.5rem;
}@media (min-width: 1024px){.section-padding-bottom{
    padding-bottom: 5rem;
  }
}@media (min-width: 1690px){.section-padding-bottom{
    padding-bottom: 8rem;
  }
}.remove-section-padding{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.banner{
  position: relative;
  padding-top: 6rem !important;
}@media (min-width: 640px){.banner{
    padding-top: 11rem !important;
  }
}@media (min-width: 1690px){.banner{
    padding-top: 13rem !important;
  }
}/* REMOVE LOOM EXTENSION PADDING */section#shadow-host-companion{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}[data-block="map"] + [data-block="news"] section{
  padding-top: 0px;
}[data-block="stories_slider"] + [data-block="map"] section{
  padding-top: 0px;
}[data-block="impact_grid"] + [data-block="stories_slider"] section{
  padding-top: 0px;
}.\*\:text-balance > *{
  text-wrap: balance;
}.placeholder\:text-\[\#777\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}.placeholder\:text-\[\#777\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}.hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}.hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}.hover\:gap-3:hover{
  gap: 0.75rem;
}.hover\:bg-\[--color\]:hover{
  background-color: var(--color);
}.hover\:bg-primary-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(166 189 255 / var(--tw-bg-opacity));
}.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 95 191 / var(--tw-bg-opacity));
}.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(61 95 191 / var(--tw-text-opacity));
}.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(18 50 143 / var(--tw-text-opacity));
}.hover\:text-secondary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(52 52 50 / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:underline:hover{
  text-decoration-line: underline;
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.active\:scale-90:active{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}.active\:cursor-grabbing:active{
  cursor: grabbing;
}.disabled\:cursor-wait:disabled{
  cursor: wait;
}.disabled\:opacity-70:disabled{
  opacity: 0.7;
}.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}.group:hover .group-hover\:top-0{
  top: 0px;
}.group:hover .group-hover\:-translate-y-12{
  --tw-translate-y: -3rem;
  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));
}.group:hover .group-hover\:-translate-y-4{
  --tw-translate-y: -1rem;
  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));
}.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 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));
}.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}.group:hover .group-hover\:gap-3{
  gap: 0.75rem;
}.group:hover .group-hover\:text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(166 189 255 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(61 95 191 / var(--tw-text-opacity));
}.group:hover .group-hover\:opacity-0{
  opacity: 0;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.group.active .group-\[\.active\]\:translate-y-0{
  --tw-translate-y: 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));
}.group.active .group-\[\.active\]\:grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}.group.active .group-\[\.active\]\:opacity-100{
  opacity: 1;
}.group.active .group-\[\.active\]\:delay-\[400ms\]{
  transition-delay: 400ms;
}@media not all and (min-width: 1024px){.max-lg\:hidden{
    display: none;
  }.max-lg\:justify-end{
    justify-content: flex-end;
  }.max-lg\:\!overflow-visible{
    overflow: visible !important;
  }
}@media not all and (min-width: 768px){.max-md\:hidden{
    display: none;
  }
}@media (min-width: 640px){.sm\:mt-1{
    margin-top: 0.25rem;
  }.sm\:mt-12{
    margin-top: 3rem;
  }.sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }.sm\:h-\[160px\]{
    height: 160px;
  }.sm\:h-lvh{
    height: 100lvh;
  }.sm\:min-h-\[500px\]{
    min-height: 500px;
  }.sm\:w-\[90\%\]{
    width: 90%;
  }.sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.sm\:grid-cols-\[11rem_1fr\]{
    grid-template-columns: 11rem 1fr;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:gap-4{
    gap: 1rem;
  }.sm\:gap-6{
    gap: 1.5rem;
  }.sm\:rounded-3xl{
    border-radius: 1.5rem;
  }.sm\:rounded-\[20px\]{
    border-radius: 20px;
  }.sm\:p-10{
    padding: 2.5rem;
  }.sm\:p-8{
    padding: 2rem;
  }.sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.sm\:pb-12{
    padding-bottom: 3rem;
  }.sm\:pb-16{
    padding-bottom: 4rem;
  }.sm\:pt-24{
    padding-top: 6rem;
  }.sm\:text-\[64px\]{
    font-size: 64px;
  }.sm\:text-\[72px\]{
    font-size: 72px;
  }
}@media (min-width: 768px){.md\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }.md\:size-16{
    width: 4rem;
    height: 4rem;
  }.md\:size-5{
    width: 1.25rem;
    height: 1.25rem;
  }.md\:h-10{
    height: 2.5rem;
  }.md\:min-h-\[600px\]{
    min-height: 600px;
  }.md\:max-w-\[200px\]{
    max-width: 200px;
  }.md\:max-w-\[500px\]{
    max-width: 500px;
  }.md\:max-w-\[600px\]{
    max-width: 600px;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-16{
    gap: 4rem;
  }.md\: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));
  }.md\:pb-24{
    padding-bottom: 6rem;
  }.md\:pt-20{
    padding-top: 5rem;
  }.md\:text-\[28px\]{
    font-size: 28px;
  }
}@media (min-width: 1024px){.lg\:left-4{
    left: 1rem;
  }.lg\:right-4{
    right: 1rem;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:col-span-3{
    grid-column: span 3 / span 3;
  }.lg\:row-span-2{
    grid-row: span 2 / span 2;
  }.lg\:-mr-48{
    margin-right: -12rem;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:h-\[180px\]{
    height: 180px;
  }.lg\:min-h-\[500px\]{
    min-height: 500px;
  }.lg\:min-h-\[596px\]{
    min-height: 596px;
  }.lg\:min-h-\[700px\]{
    min-height: 700px;
  }.lg\:min-h-\[800px\]{
    min-height: 800px;
  }.lg\:w-3\/4{
    width: 75%;
  }.lg\:w-\[80\%\]{
    width: 80%;
  }.lg\:max-w-\[1000px\]{
    max-width: 1000px;
  }.lg\:translate-y-4{
    --tw-translate-y: 1rem;
    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));
  }.lg\:auto-rows-\[minmax\(320px\2c auto\)\]{
    grid-auto-rows: minmax(320px,auto);
  }.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-cols-\[2fr_1fr\]{
    grid-template-columns: 2fr 1fr;
  }.lg\:grid-rows-\[0fr\]{
    grid-template-rows: 0fr;
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:gap-12{
    gap: 3rem;
  }.lg\:gap-20{
    gap: 5rem;
  }.lg\:gap-4{
    gap: 1rem;
  }.lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }.lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }.lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }.lg\:p-10{
    padding: 2.5rem;
  }.lg\:p-12{
    padding: 3rem;
  }.lg\:p-14{
    padding: 3.5rem;
  }.lg\:p-16{
    padding: 4rem;
  }.lg\:p-24{
    padding: 6rem;
  }.lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }.lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.lg\:pb-12{
    padding-bottom: 3rem;
  }.lg\:pt-32{
    padding-top: 8rem;
  }.lg\:text-\[26px\]{
    font-size: 26px;
  }.lg\:opacity-0{
    opacity: 0;
  }
}@media (min-width: 1280px){.xl\:h-12{
    height: 3rem;
  }.xl\:w-\[60\%\]{
    width: 60%;
  }.xl\:gap-24{
    gap: 6rem;
  }.xl\:gap-4{
    gap: 1rem;
  }.xl\:p-10{
    padding: 2.5rem;
  }.xl\:p-16{
    padding: 4rem;
  }.xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.xl\:pb-32{
    padding-bottom: 8rem;
  }.xl\:pt-24{
    padding-top: 6rem;
  }
}@media (min-width: 1435px){.\32xl\:max-w-\[1000px\]{
    max-width: 1000px;
  }.\32xl\:max-w-\[1300px\]{
    max-width: 1300px;
  }.\32xl\:gap-14{
    gap: 3.5rem;
  }.\32xl\:gap-16{
    gap: 4rem;
  }
}@media (min-width: 1690px){.\33xl\:max-w-3xl{
    max-width: 48rem;
  }.\33xl\:max-w-\[1100px\]{
    max-width: 1100px;
  }.\33xl\:pb-40{
    padding-bottom: 10rem;
  }.\33xl\:pt-32{
    padding-top: 8rem;
  }.\33xl\:text-\[22px\]{
    font-size: 22px;
  }.\33xl\:text-\[28px\]{
    font-size: 28px;
  }.\33xl\:\*\:text-xl > *{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (min-width: 2000px){.\34xl\:max-w-\[1600px\]{
    max-width: 1600px;
  }.\34xl\:pt-40{
    padding-top: 10rem;
  }
}.\[\&\.active\]\:flex-\[2\].active{
  flex: 2;
}@media (min-width: 1435px){.\32xl\:\[\&\.active\]\:flex-\[3\].active{
    flex: 3;
  }
}.\[\&\>\*\:first-child\]\:text-secondary-500>*:first-child{
  --tw-text-opacity: 1;
  color: rgb(52 52 50 / var(--tw-text-opacity));
}@media not all and (min-width: 640px){.max-sm\:\[\&_\.is-supertitle\]\:text-sm .is-supertitle{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}.\[\&_\>\*\:first-child\]\:pt-4 >*:first-child{
  padding-top: 1rem;
}@media (min-width: 1280px){.xl\:\[\&_\>\*\:first-child\]\:pt-6 >*:first-child{
    padding-top: 1.5rem;
  }
}.\[\&_\>\*\:last-child\]\:pb-2 >*:last-child{
  padding-bottom: 0.5rem;
}@media (min-width: 768px){.md\:\[\&_p\]\:pt-6 p{
    padding-top: 1.5rem;
  }
}@media (min-width: 1690px){.\33xl\:\[\&_p\]\:text-xl p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (min-width: 2000px){.\34xl\:\[\&_p\]\:pt-12 p{
    padding-top: 3rem;
  }
}
