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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.rsc-container {
  width: 100%;
}

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

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

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

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

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

.rsc-fixed {
  position: fixed;
}

.rsc-absolute {
  position: absolute;
}

.rsc-relative {
  position: relative;
}

.rsc-sticky {
  position: sticky;
}

.-rsc-left-\[18px\] {
  left: -18px;
}

.-rsc-top-16 {
  top: -4rem;
}

.-rsc-top-4 {
  top: -1rem;
}

.rsc-bottom-4 {
  bottom: 1rem;
}

.rsc-left-0 {
  left: 0px;
}

.rsc-right-4 {
  right: 1rem;
}

.rsc-top-0 {
  top: 0px;
}

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

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

.-rsc-ml-\[40\.5px\] {
  margin-left: -40.5px;
}

.-rsc-ml-\[calc\(10\.5px\/2\)\] {
  margin-left: calc(calc(10.5px / 2) * -1);
}

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

.-rsc-mt-\[calc\(32px\/2\)\] {
  margin-top: calc(calc(32px / 2) * -1);
}

.rsc-mt-24 {
  margin-top: 6rem;
}

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

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

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

.rsc-line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.rsc-block {
  display: block;
}

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

.rsc-flex {
  display: flex;
}

.rsc-grid {
  display: grid;
}

.rsc-hidden {
  display: none;
}

.rsc-h-10 {
  height: 2.5rem;
}

.rsc-h-12 {
  height: 3rem;
}

.rsc-h-3 {
  height: 0.75rem;
}

.rsc-h-5 {
  height: 1.25rem;
}

.rsc-h-9 {
  height: 2.25rem;
}

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

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

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

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

.rsc-h-\[calc\(100vh-100\.8px\)\] {
  height: calc(100vh - 100.8px);
}

.rsc-h-auto {
  height: auto;
}

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

.rsc-w-10 {
  width: 2.5rem;
}

.rsc-w-12 {
  width: 3rem;
}

.rsc-w-3 {
  width: 0.75rem;
}

.rsc-w-5 {
  width: 1.25rem;
}

.rsc-w-60 {
  width: 15rem;
}

.rsc-w-9 {
  width: 2.25rem;
}

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

.rsc-w-\[calc\(100vw\)\] {
  width: calc(100vw);
}

.rsc-w-\[calc\(100vw-32px\)\] {
  width: calc(100vw - 32px);
}

.rsc-w-auto {
  width: auto;
}

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

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

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

.rsc-flex-none {
  flex: none;
}

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

.rsc-rotate-45 {
  --tw-rotate: 45deg;
  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 rsc-pulse {
  50% {
    opacity: .5;
  }
}

.rsc-animate-pulse {
  animation: rsc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.rsc-cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.rsc-gap-0 {
  gap: 0px;
}

.rsc-gap-2 {
  gap: 0.5rem;
}

.rsc-gap-4 {
  gap: 1rem;
}

.rsc-gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

.rsc-rounded {
  border-radius: 0.25rem;
}

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

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

.rsc-rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rsc-rounded-br {
  border-bottom-right-radius: 0.25rem;
}

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

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

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

.rsc-border-l-2 {
  border-left-width: 2px;
}

.rsc-border-t-\[1px\] {
  border-top-width: 1px;
}

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

.rsc-border-rscprimary {
  --tw-border-opacity: 1;
  border-color: rgb(17 138 107 / var(--tw-border-opacity));
}

.rsc-border-b-rscprimary-light\/15 {
  border-bottom-color: rgb(99 143 126 / 0.15);
}

.rsc-border-l-rscsecondary-light {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 130 90 / var(--tw-border-opacity));
}

.rsc-border-l-slate-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
}

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

.rsc-bg-rscbrown\/10 {
  background-color: rgb(165 150 115 / 0.1);
}

.rsc-bg-rscprimary {
  --tw-bg-opacity: 1;
  background-color: rgb(17 138 107 / var(--tw-bg-opacity));
}

.rsc-bg-rscprimary-light\/15 {
  background-color: rgb(99 143 126 / 0.15);
}

.rsc-bg-rscsecondary {
  --tw-bg-opacity: 1;
  background-color: rgb(225 120 82 / var(--tw-bg-opacity));
}

.rsc-bg-rscwhatsapp {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity));
}

.rsc-bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.rsc-bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

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

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

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

.rsc-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.rsc-from-rscprimary {
  --tw-gradient-from: #118a6b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 138 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.rsc-from-rscsecondary {
  --tw-gradient-from: #e17852 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 120 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.rsc-to-rscprimary-light {
  --tw-gradient-to: #638f7e var(--tw-gradient-to-position);
}

.rsc-to-rscsecondary-light {
  --tw-gradient-to: #e8825a var(--tw-gradient-to-position);
}

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

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

.rsc-p-0 {
  padding: 0px;
}

.rsc-p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

.rsc-pb-16 {
  padding-bottom: 4rem;
}

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

.rsc-pl-6 {
  padding-left: 1.5rem;
}

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

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

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

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

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

.rsc-font-nunito {
  font-family: Nunito;
}

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

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

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

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

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

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

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

.rsc-italic {
  font-style: italic;
}

.rsc-text-\[\#1DA1F2\] {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity));
}

.rsc-text-\[\#25D366\] {
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity));
}

.rsc-text-\[\#4267B2\] {
  --tw-text-opacity: 1;
  color: rgb(66 103 178 / var(--tw-text-opacity));
}

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

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

.rsc-text-rscprimary {
  --tw-text-opacity: 1;
  color: rgb(17 138 107 / var(--tw-text-opacity));
}

.rsc-text-rscprimary-light\/15 {
  color: rgb(99 143 126 / 0.15);
}

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

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

.rsc-shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

/* GLOBAL */

/* html, body */

html, body {
  font-family: Nunito;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

/* Animations */

@keyframes rsc-sliding {
  0%, 100% {
    transform: translateX(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

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

.rsc-animate-sliding {
  animation: rsc-sliding 1s infinite;
}

/* logo */

.rsc-logo {
  height: 3rem;
  width: auto;
}

/* divider */

hr.rsc-divider {
  border-color: rgb(99 143 126 / 0.15);
}

/* buttons */

button.rsc-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

button.rsc-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

button.rsc-button {
  span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  span {
    font-weight: 600;
  }
  span {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  &.center {
    justify-content: center;
  }
  &.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  &.medium {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  &.medium {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  &.small {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  &.small {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  &.fullwidth {
    width: 100%;
  }
  &.rounded {
    border-radius: 9999px;
  }
  &.gray {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  &.gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  &.gray {
    span {
      color: #1f2937 !important;
    }
  }
  &.primary {
    --tw-bg-opacity: 1;
    background-color: rgb(17 138 107 / var(--tw-bg-opacity));
  }
  &.primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(99 143 126 / var(--tw-bg-opacity));
  }
  &.primary {
    span {
      color: #ffffff !important;
    }
  }
  &.primary-outline {
    border-width: 1px;
  }
  &.primary-outline {
    --tw-border-opacity: 1;
    border-color: rgb(17 138 107 / var(--tw-border-opacity));
  }
  &.primary-outline {
    background-color: transparent;
  }
  &.primary-outline {
    span {
      color: #118a6b !important;
    }
  }
  &.secondary-outline {
    border-width: 1px;
  }
  &.secondary-outline {
    --tw-border-opacity: 1;
    border-color: rgb(225 120 82 / var(--tw-border-opacity));
  }
  &.secondary-outline {
    background-color: transparent;
  }
  &.secondary-outline {
    span {
      color: #e17852 !important;
    }
  }
  &.dark-outline {
    border-width: 1px;
  }
  &.dark-outline {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }
  &.dark-outline {
    background-color: transparent;
  }
  &.dark-outline {
    span {
      color: #1f2937 !important;
    }
  }
  &.secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(225 120 82 / var(--tw-bg-opacity));
  }
  &.secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 130 90 / var(--tw-bg-opacity));
  }
  &.secondary {
    span {
      color: #ffffff !important;
    }
  }
  &.secondary-text {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  &.secondary-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  &.secondary-text {
    span {
      color: #e17852 !important;
    }
  }
  &.danger-text {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  &.danger-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  &.danger-text {
    span {
      color: rgb(220, 38, 38) !important;
    }
  }
  &.primary-text {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  &.primary-text:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  &.primary-text {
    span {
      color: #118a6b !important;
    }
  }
  &.secondary-transparent {
    border-width: 1px;
  }
  &.secondary-transparent {
    --tw-border-opacity: 1;
    border-color: rgb(225 120 82 / var(--tw-border-opacity));
  }
  &.secondary-transparent {
    background-color: transparent;
  }
  &.secondary-transparent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 120 82 / var(--tw-bg-opacity));
  }
  &.secondary-transparent {
    span {
      font-weight: 400;
    }
    span {
      color: #e17852 !important;
    }
    &.active {
      --tw-bg-opacity: 1;
      background-color: rgb(225 120 82 / var(--tw-bg-opacity));
    }
    &.active {
      span {
        color: #ffffff !important;
      }
    }
  }
  &.secondary-transparent:hover {
    span {
      color: #ffffff !important;
    }
  }
  &.primary-gradient {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }
  &.primary-gradient {
    --tw-gradient-from: #118a6b var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 138 107 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  &.primary-gradient {
    --tw-gradient-to: #638f7e var(--tw-gradient-to-position);
  }
  &.primary-gradient:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  &.primary-gradient {
    span {
      color: #ffffff !important;
    }
  }
  &.secondary-gradient {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }
  &.secondary-gradient {
    --tw-gradient-from: #e17852 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(225 120 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  &.secondary-gradient {
    --tw-gradient-to: #e8825a var(--tw-gradient-to-position);
  }
  &.secondary-gradient:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  &.secondary-gradient {
    span {
      color: #ffffff !important;
    }
  }
  &.no-padding {
    padding: 0px;
  }
  &.no-padding:hover {
    background-color: transparent;
  }
  &.no-padding:hover {
    opacity: 0.8;
  }
  &.text-normal {
    span {
      font-weight: 400;
    }
  }
}

/* container */

.rsc-custom-container {
  width: 100%;
}

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

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

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

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

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

.rsc-custom-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

/* header */

#rscHeader {
  position: sticky;
  top: 0px;
  z-index: 50;
  border-bottom-width: 1px;
  border-bottom-color: rgb(99 143 126 / 0.15);
}

/* topbar */

#rscTopbar {
  --tw-bg-opacity: 1;
  background-color: rgb(17 138 107 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  nav {
    ul {
      display: flex;
    }
    ul {
      flex-direction: row;
    }
    ul {
      align-items: center;
    }
    ul {
      gap: 1rem;
    }
    ul {
      li {
        a {
          display: flex;
        }
        a {
          flex-direction: row;
        }
        a {
          align-items: center;
        }
        a {
          gap: 0.5rem;
        }
        a {
          span {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          span {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          span:hover {
            --tw-text-opacity: 1;
            color: rgb(20 83 45 / var(--tw-text-opacity));
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          i:hover {
            --tw-text-opacity: 1;
            color: rgb(20 83 45 / var(--tw-text-opacity));
          }
        }
        .rsc-submenu-wrap {
          position: absolute;
        }
        .rsc-submenu-wrap {
          top: 0px;
        }
        .rsc-submenu-wrap {
          margin-top: 35px;
        }
        .rsc-submenu-wrap {
          display: none;
        }
        .rsc-submenu-wrap {
          cursor: pointer;
        }
        .rsc-submenu-wrap {
          ul {
            display: flex;
          }
          ul {
            width: 15rem;
          }
          ul {
            flex-direction: column;
          }
          ul {
            align-items: flex-start;
          }
          ul {
            gap: 1rem;
          }
          ul {
            border-bottom-left-radius: 0.25rem;
          }
          ul {
            border-bottom-right-radius: 0.25rem;
          }
          ul {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          ul {
            padding: 1rem;
          }
          ul {
            --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
          ul {
            li {
              a {
                span {
                  --tw-text-opacity: 1;
                  color: rgb(31 41 55 / var(--tw-text-opacity));
                }
                span:hover {
                  --tw-text-opacity: 1;
                  color: rgb(17 138 107 / var(--tw-text-opacity));
                }
              }
            }
          }
          &.active {
            display: block;
          }
        }
      }
    }
    &.rsc-topbar-mobile {
      display: block;
    }
    @media (min-width: 1024px) {
      &.rsc-topbar-mobile {
        display: none;
      }
    }
    &.rsc-topbar-mobile {
      ul {
        li {
          a {
            span:hover {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
          }
          .rsc-submenu-wrap {
            ul {
              gap: 0px;
            }
            ul {
              padding: 0px;
            }
            ul {
              li {
                width: 100%;
              }
              li {
                border-bottom-width: 1px;
              }
              li {
                border-bottom-color: rgb(99 143 126 / 0.15);
              }
              li {
                padding-left: 1rem;
                padding-right: 1rem;
              }
              li {
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
              }
              li {
                &:last-child {
                  border-bottom-color: transparent;
                }
              }
            }
          }
        }
      }
    }
    &.rsc-topbar-desktop {
      display: none;
    }
    @media (min-width: 1024px) {
      &.rsc-topbar-desktop {
        display: block;
      }
    }
  }
}

/* menu */

#rscMenu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* mobile menu */
  nav.rsc-mobile-nav {
    display: block;
  }
  @media (min-width: 1024px) {
    nav.rsc-mobile-nav {
      display: none;
    }
  }
  nav.rsc-mobile-nav {
    ul {
      display: flex;
    }
    ul {
      flex-direction: row;
    }
    ul {
      align-items: center;
    }
    ul {
      gap: 2rem;
    }
    ul {
      li {
        a {
          display: flex;
        }
        a {
          flex-direction: row;
        }
        a {
          align-items: center;
        }
        a {
          gap: 0.5rem;
        }
        .rsc-submenu-wrap {
          position: absolute;
        }
        .rsc-submenu-wrap {
          top: 0px;
        }
        .rsc-submenu-wrap {
          left: 0px;
        }
        .rsc-submenu-wrap {
          margin-top: 99px;
        }
        .rsc-submenu-wrap {
          display: none;
        }
        .rsc-submenu-wrap {
          cursor: pointer;
        }
        .rsc-submenu-wrap {
          ul {
            display: flex;
          }
          ul {
            height: calc(100vh - 100.8px);
          }
          ul {
            width: calc(100vw);
          }
          ul {
            flex-direction: column;
          }
          ul {
            align-items: flex-start;
          }
          ul {
            gap: 0px;
          }
          ul {
            overflow-y: auto;
          }
          ul {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          ul {
            padding: 0px;
          }
          ul {
            --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
          ul {
            li {
              width: 100%;
            }
            li {
              border-bottom-width: 1px;
            }
            li {
              border-bottom-color: rgb(99 143 126 / 0.15);
            }
            li {
              padding: 1rem;
            }
            li {
              a {
                justify-content: space-between;
              }
              a {
                /* span {
                  @apply rsc-text-sm;
                } */
              }
              .rsc-dropdown-wrap {
                display: none;
              }
              .rsc-dropdown-wrap {
                ul {
                  height: auto;
                }
                ul {
                  width: calc(100vw - 32px);
                }
                ul {
                  overflow-y: hidden;
                }
                ul {
                  background-color: transparent;
                }
                ul {
                  padding-top: 1rem;
                }
                ul {
                  --tw-shadow: 0 0 #0000;
                  --tw-shadow-colored: 0 0 #0000;
                  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
                }
                ul {
                  li {
                    &:last-child {
                      border-bottom-color: transparent;
                    }
                  }
                }
              }
              &.active {
                background-color: rgb(99 143 126 / 0.05);
              }
              &.active {
                > a {
                  span {
                    --tw-text-opacity: 1;
                    color: rgb(17 138 107 / var(--tw-text-opacity));
                  }
                  i {
                    --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));
                  }
                  i {
                    --tw-text-opacity: 1;
                    color: rgb(17 138 107 / var(--tw-text-opacity));
                  }
                }
                .rsc-dropdown-wrap {
                  display: block;
                }
              }
              &:last-child {
                border-bottom-color: transparent;
              }
            }
          }
          &.active {
            display: block;
          }
        }
      }
    }
  }
  /* desktop menu */
  nav.rsc-desktop-nav {
    display: none;
  }
  @media (min-width: 1024px) {
    nav.rsc-desktop-nav {
      display: block;
    }
  }
  nav.rsc-desktop-nav {
    ul {
      display: flex;
    }
    ul {
      flex-direction: row;
    }
    ul {
      align-items: center;
    }
    ul {
      gap: 2rem;
    }
    ul {
      li {
        position: relative;
      }
      li {
        a {
          display: flex;
        }
        a {
          flex-direction: row;
        }
        a {
          align-items: center;
        }
        a {
          gap: 0.5rem;
        }
        a {
          span:hover {
            --tw-text-opacity: 1;
            color: rgb(17 138 107 / var(--tw-text-opacity));
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(17 138 107 / var(--tw-text-opacity));
          }
        }
        .rsc-submenu-wrap {
          position: absolute;
        }
        .rsc-submenu-wrap {
          top: 0px;
        }
        .rsc-submenu-wrap {
          left: 0px;
        }
        .rsc-submenu-wrap {
          display: none;
        }
        .rsc-submenu-wrap {
          cursor: pointer;
        }
        .rsc-submenu-wrap {
          padding-top: 43px;
        }
        .rsc-submenu-wrap {
          ul {
            display: flex;
          }
          ul {
            max-height: 300px;
          }
          ul {
            width: 15rem;
          }
          ul {
            flex-direction: column;
          }
          ul {
            align-items: flex-start;
          }
          ul {
            gap: 0.5rem;
          }
          ul {
            overflow-y: auto;
          }
          ul {
            border-bottom-left-radius: 0.25rem;
          }
          ul {
            border-bottom-right-radius: 0.25rem;
          }
          ul {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          ul {
            padding: 1rem;
          }
          ul {
            --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
        }
        &:hover {
          > a {
            --tw-text-opacity: 1;
            color: rgb(17 138 107 / var(--tw-text-opacity));
          }
          .rsc-submenu-wrap {
            display: block;
          }
        }
      }
    }
  }
}

/* footer */

#rscFooter {
  border-top-width: 1px;
  border-top-color: rgb(99 143 126 / 0.15);
  background-color: rgb(165 150 115 / 0.1);
}

/* footer cta */

.rsc-footer-cta {
  position: relative;
  top: -4rem;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #118a6b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 138 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #638f7e var(--tw-gradient-to-position);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .rsc-footer-cta {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.rsc-footer-cta {
  .rsc-footer-wrap {
    position: relative;
  }
  .rsc-footer-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .rsc-footer-wrap {
    display: flex;
  }
  .rsc-footer-wrap {
    height: auto;
  }
  .rsc-footer-wrap {
    max-width: 56rem;
  }
  .rsc-footer-wrap {
    flex-direction: column;
  }
  .rsc-footer-wrap {
    align-items: center;
  }
  .rsc-footer-wrap {
    gap: 1rem;
  }
  @media (min-width: 640px) {
    .rsc-footer-wrap {
      height: 252px;
    }
  }
  @media (min-width: 640px) {
    .rsc-footer-wrap {
      flex-direction: row;
    }
  }
  @media (min-width: 640px) {
    .rsc-footer-wrap {
      align-items: flex-end;
    }
  }
  @media (min-width: 768px) {
    .rsc-footer-wrap {
      height: 252px;
    }
  }
  @media (min-width: 1024px) {
    .rsc-footer-wrap {
      height: 268px;
    }
  }
  .rsc-footer-wrap {
    .rsc-content {
      position: relative;
    }
    .rsc-content {
      z-index: 20;
    }
    .rsc-content > :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));
    }
    .rsc-content {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    .rsc-content {
      padding-bottom: 0px;
    }
    @media (min-width: 640px) {
      .rsc-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
      }
    }
    .rsc-content {
      .rsc-title {
        overflow: visible;
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-line-clamp: none;
      }
      .rsc-title {
        text-align: center;
      }
      .rsc-title {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      .rsc-title {
        font-weight: 600;
      }
      .rsc-title {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        .rsc-title {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
        }
      }
      @media (min-width: 640px) {
        .rsc-title {
          text-align: left;
        }
      }
      @media (min-width: 1024px) {
        .rsc-title {
          font-size: 2.25rem;
          line-height: 2.5rem;
        }
      }
    }
    .rsc-photo {
      position: relative;
    }
    .rsc-photo {
      z-index: 10;
    }
    .rsc-photo {
      margin-top: -45px;
    }
    .rsc-photo {
      height: 350px;
    }
    @media (min-width: 640px) {
      .rsc-photo {
        margin-top: -0px;
      }
    }
    @media (min-width: 640px) {
      .rsc-photo {
        height: 350px;
      }
    }
    @media (min-width: 768px) {
      .rsc-photo {
        height: 437px;
      }
    }
    @media (min-width: 1024px) {
      .rsc-photo {
        height: 464px;
      }
    }
  }
}

/* footer desc */

.rsc-footer-desc > :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));
}

.rsc-footer-desc {
  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}

/* contact nav */

.rsc-contact-nav {
  ul {
    display: flex;
  }
  ul {
    flex-direction: column;
  }
  ul {
    gap: 1rem;
  }
  ul {
    li {
      display: flex;
    }
    li {
      flex-direction: row;
    }
    li {
      align-items: center;
    }
    li {
      gap: 1rem;
    }
    li {
      .rsc-icon {
        display: flex;
      }
      .rsc-icon {
        height: 2.5rem;
      }
      .rsc-icon {
        width: 2.5rem;
      }
      .rsc-icon {
        align-items: center;
      }
      .rsc-icon {
        justify-content: center;
      }
      .rsc-icon {
        border-radius: 9999px;
      }
      .rsc-icon {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
      }
      .rsc-icon {
        --tw-gradient-from: #118a6b var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(17 138 107 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
      }
      .rsc-icon {
        --tw-gradient-to: #638f7e var(--tw-gradient-to-position);
      }
      .rsc-icon {
        i {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
      }
      .rsc-label {
        font-weight: 400;
      }
      .rsc-text {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .rsc-text {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity));
      }
    }
  }
}

/* footer label */

.rsc-footer-label {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

/* footer nav */

.rsc-footer-nav {
  ul {
    display: flex;
  }
  ul {
    flex-direction: column;
  }
  ul {
    gap: 0.5rem;
  }
  ul {
    li {
      a {
        display: flex;
      }
      a {
        flex-direction: row;
      }
      a {
        align-items: center;
      }
      a {
        gap: 0.5rem;
      }
      a {
        span {
          --tw-text-opacity: 1;
          color: rgb(75 85 99 / var(--tw-text-opacity));
        }
        span:hover {
          --tw-text-opacity: 1;
          color: rgb(17 138 107 / var(--tw-text-opacity));
        }
      }
    }
  }
}

/* copyright text */

.rsc-copyright-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* floating whatsapp */

.rsc-floating-whatsapp {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

/* section */

.rsc-section-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .rsc-section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.rsc-section-subtitle {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

/* carousel */

.rsc-prev-carousel,
.rsc-next-carousel {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(225 120 82 / var(--tw-border-opacity));
  background-color: transparent;
  i {
    --tw-text-opacity: 1;
    color: rgb(225 120 82 / var(--tw-text-opacity));
  }
  &:disabled {
    border-color: rgb(31 41 55 / 0.15);
  }
  &:disabled {
    i {
      color: rgb(31 41 55 / 0.15);
    }
  }
}

/* Empty content */

.rsc-content-empty {
  display: inline-block;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(232 130 90 / var(--tw-border-opacity));
  background-color: rgb(165 150 115 / 0.1);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

/* GLOBAL */

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

/* breadcrumb */

.rsc-breadcrumb {
  ul {
    display: flex;
  }
  ul {
    flex-direction: row;
  }
  ul {
    align-items: center;
  }
  ul {
    gap: 0.5rem;
  }
  @media (min-width: 640px) {
    ul {
      gap: 1rem;
    }
  }
  ul {
    li {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    @media (min-width: 640px) {
      li {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
    li {
      a,
      .rsc-separate {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity));
      }
      a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
      a:hover {
        --tw-text-opacity: 1;
        color: rgb(17 138 107 / var(--tw-text-opacity));
      }
      .rsc-current-page {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
      .rsc-current-page {
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity));
      }
    }
  }
}

/* widget */

/* widget: share to socmed */

.rsc-widget-share-to-socmed {
  ul {
    display: flex;
  }
  ul {
    flex-direction: row;
  }
  ul {
    align-items: center;
  }
  ul {
    justify-content: flex-start;
  }
  ul {
    gap: 1rem;
  }
  ul {
    li {
      .rsc-popup-message {
        display: none;
      }
      .rsc-popup-message {
        .rsc-triangle {
          position: absolute;
        }
        .rsc-triangle {
          margin-top: 0.5rem;
        }
        .rsc-triangle {
          height: 1.25rem;
        }
        .rsc-triangle {
          width: 1.25rem;
        }
        .rsc-triangle {
          --tw-rotate: 45deg;
          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));
        }
        .rsc-triangle {
          --tw-bg-opacity: 1;
          background-color: rgb(17 138 107 / var(--tw-bg-opacity));
        }
        .rsc-content {
          position: absolute;
        }
        .rsc-content {
          margin-left: -40.5px;
        }
        .rsc-content {
          margin-top: 0.5rem;
        }
        .rsc-content {
          display: inline-block;
        }
        .rsc-content {
          width: 106px;
        }
        .rsc-content {
          border-radius: 0.25rem;
        }
        .rsc-content {
          --tw-bg-opacity: 1;
          background-color: rgb(17 138 107 / var(--tw-bg-opacity));
        }
        .rsc-content {
          padding-left: 0.5rem;
          padding-right: 0.5rem;
        }
        .rsc-content {
          .rsc-text {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .rsc-text {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
        }
        &.active {
          display: block;
        }
      }
    }
  }
}

/* content */

.rsc-content > :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));
}

@media (min-width: 1024px) {
  .rsc-content > :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));
  }
}

.rsc-content {
  figure.wp-block-embed-youtube {
    iframe {
      height: 215px;
    }
    iframe {
      width: 100%;
    }
    iframe {
      border-radius: 1rem;
    }
    @media (min-width: 640px) {
      iframe {
        height: 315px;
      }
    }
    @media (min-width: 768px) {
      iframe {
        height: 380px;
      }
    }
    &.alignleft {
      iframe {
        margin-right: auto;
      }
    }
    &.aligncenter {
      iframe {
        margin-left: auto;
        margin-right: auto;
      }
    }
    &.alignright {
      iframe {
        margin-left: auto;
      }
    }
    &.alignwide, &.alignfull {
      iframe {
        width: 100%;
      }
    }
  }
  h1, h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h1, h2 {
    font-weight: 600;
  }
  @media (min-width: 640px) {
    h1, h2 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media (min-width: 1024px) {
    h1, h2 {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  h3, h4, h5, h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h3, h4, h5, h6 {
    font-weight: 600;
  }
  @media (min-width: 640px) {
    h3, h4, h5, h6 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  @media (min-width: 1024px) {
    h3, h4, h5, h6 {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  strong, b {
    font-weight: 400;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(17 138 107 / var(--tw-text-opacity));
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  @media (min-width: 640px) {
    p {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  figure {
    border-style: none;
  }
  figure {
    border-width: 0;
  }
  blockquote {
    position: relative;
  }
  blockquote > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  blockquote {
    border-radius: 1rem;
  }
  blockquote {
    border-style: none;
  }
  blockquote {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  }
  blockquote {
    padding: 1rem;
  }
  @media (min-width: 640px) {
    blockquote {
      padding: 1.5rem;
    }
  }
  blockquote {
    border-width: 0;
    .rsc-blockquote-accent {
      position: absolute;
    }
    .rsc-blockquote-accent {
      top: 0px;
    }
    .rsc-blockquote-accent {
      left: 0px;
    }
    .rsc-blockquote-accent {
      margin-left: calc(calc(10.5px / 2) * -1);
    }
    .rsc-blockquote-accent {
      margin-top: calc(calc(32px / 2) * -1);
    }
    .rsc-blockquote-accent {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .rsc-blockquote-accent {
      --tw-text-opacity: 1;
      color: rgb(17 138 107 / var(--tw-text-opacity));
    }
    p {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    p {
      font-style: italic;
    }
    p {
      --tw-text-opacity: 1;
      color: rgb(17 24 39 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      p {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
    p {
      margin-top: 0 !important;
    }
    cite {
      display: inline-block;
    }
    cite {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    cite {
      text-transform: none;
    }
    cite {
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity));
    }
  }
  pre {
    position: relative;
  }
  pre {
    border-radius: 1rem;
  }
  pre {
    border-style: none;
  }
  pre {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  }
  pre {
    padding: 1rem;
  }
  pre {
    color: rgb(99 143 126 / 0.15);
  }
  @media (min-width: 640px) {
    pre {
      padding: 1.5rem;
    }
  }
  pre {
    border-width: 0;
    code {
      --tw-text-opacity: 1;
      color: rgb(252 165 165 / var(--tw-text-opacity));
    }
  }
  details {
    position: relative;
  }
  details > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  details {
    border-left-width: 2px;
  }
  details {
    --tw-border-opacity: 1;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
  }
  details {
    padding-left: 1.5rem;
  }
  details {
    padding-bottom: 1.5rem;
  }
  @media (min-width: 1024px) {
    details > :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));
    }
  }
  @media (min-width: 1024px) {
    details {
      padding-left: 2rem;
    }
  }
  @media (min-width: 1024px) {
    details {
      padding-bottom: 2rem;
    }
  }
  details {
    > summary {
      display: inline-block;
    }
    > summary {
      list-style-type: none;
    }
    > summary {
      border-radius: 9999px;
    }
    > summary {
      --tw-bg-opacity: 1;
      background-color: rgb(17 138 107 / var(--tw-bg-opacity));
    }
    > summary {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    > summary {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    > summary {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    > summary {
      font-weight: 600;
    }
    > summary {
      color: rgb(99 143 126 / 0.15);
    }
    > summary {
      &:-webkit-details-marker {
        display: none;
      }
    }
    h1, h2, h3, h4, h5, h6 {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    h1, h2, h3, h4, h5, h6 {
      font-weight: 600;
    }
    @media (min-width: 640px) {
      h1, h2, h3, h4, h5, h6 {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
    @media (min-width: 1024px) {
      h1, h2, h3, h4, h5, h6 {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }
    p {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    p {
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity));
    }
    ul, ol {
      li {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      li {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity));
      }
    }
    a {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    a {
      --tw-text-opacity: 1;
      color: rgb(17 138 107 / var(--tw-text-opacity));
    }
    a:hover {
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity));
    }
    .rsc-wrap-circle {
      position: absolute;
    }
    .rsc-wrap-circle {
      top: -1rem;
    }
    .rsc-wrap-circle {
      left: -18px;
    }
    .rsc-wrap-circle {
      display: flex;
    }
    .rsc-wrap-circle {
      height: 2.25rem;
    }
    .rsc-wrap-circle {
      width: 2.25rem;
    }
    .rsc-wrap-circle {
      align-items: center;
    }
    .rsc-wrap-circle {
      justify-content: center;
    }
    .rsc-wrap-circle {
      background-color: rgb(99 143 126 / 0.15);
    }
    .rsc-wrap-circle {
      .rsc-circle {
        display: inline-block;
      }
      .rsc-circle {
        height: 0.75rem;
      }
      .rsc-circle {
        width: 0.75rem;
      }
      .rsc-circle {
        border-radius: 9999px;
      }
      .rsc-circle {
        border-width: 2px;
      }
      .rsc-circle {
        --tw-border-opacity: 1;
        border-color: rgb(17 138 107 / var(--tw-border-opacity));
      }
      .rsc-circle {
        background-color: rgb(99 143 126 / 0.15);
      }
    }
    &:not(.first) {
      margin-top: 0 !important;
    }
    &.last {
      border-left-width: 0px;
    }
  }
  .wp-block-group {
    &:not(.first) {
      margin-top: 0 !important;
    }
  }
  /* details {
    @apply rsc-bg-rscprimary-light/15 rsc-rounded-2xl rsc-relative rsc-border-[1px] rsc-border-slate-200;

    summary {
      @apply rsc-p-4 sm:rsc-p-6 rsc-cursor-pointer rsc-text-base sm:rsc-text-lg rsc-font-semibold;
    }

    p {
      @apply rsc-p-4 rsc-pt-0 sm:rsc-p-6 sm:rsc-pt-0 rsc-text-base sm:rsc-text-lg;
    }
  } */
  img {
    border-radius: 1rem;
  }
  ul, ol {
    margin-left: 1rem;
  }
  ul > :not([hidden]) ~ :not([hidden]), ol > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  ul, ol {
    li {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    @media (min-width: 640px) {
      li {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
  }
  ol {
    list-style-type: decimal;
  }
  ul {
    list-style-type: disc;
  }
  hr {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
  }
  table {
    width: 100%;
  }
  table {
    border-width: 1px;
  }
  table {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  table {
    tbody, thead {
      tr {
        td, th {
          border-width: 1px;
        }
        td, th {
          --tw-border-opacity: 1;
          border-color: rgb(75 85 99 / var(--tw-border-opacity));
        }
        td, th {
          padding: 1rem;
        }
        td, th {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        @media (min-width: 640px) {
          td, th {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
      }
    }
  }
  figcaption {
    margin-top: 0.75rem;
  }
  figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  figcaption {
    text-transform: none;
  }
  figcaption {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  .rsc-content-empty {
    display: inline-block;
  }
  .rsc-content-empty {
    border-left-width: 2px;
  }
  .rsc-content-empty {
    --tw-border-opacity: 1;
    border-left-color: rgb(232 130 90 / var(--tw-border-opacity));
  }
  .rsc-content-empty {
    background-color: rgb(165 150 115 / 0.1);
  }
  .rsc-content-empty {
    padding: 1rem;
  }
  .rsc-content-empty {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}

.hover\:rsc-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:rsc-bg-rscsecondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 120 82 / var(--tw-bg-opacity));
}

.hover\:rsc-bg-transparent:hover {
  background-color: transparent;
}

.hover\:rsc-text-rscprimary:hover {
  --tw-text-opacity: 1;
  color: rgb(17 138 107 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:rsc-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:rsc-line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sm\:rsc-h-\[252px\] {
    height: 252px;
  }

  .sm\:rsc-h-\[315px\] {
    height: 315px;
  }

  .sm\:rsc-h-\[350px\] {
    height: 350px;
  }

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

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

  .sm\:rsc-items-end {
    align-items: flex-end;
  }

  .sm\:rsc-gap-16 {
    gap: 4rem;
  }

  .sm\:rsc-gap-4 {
    gap: 1rem;
  }

  .sm\:rsc-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

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

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

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

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

  .sm\:rsc-pb-\[162px\] {
    padding-bottom: 162px;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:rsc-h-\[252px\] {
    height: 252px;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:rsc-block {
    display: block;
  }

  .lg\:rsc-inline-block {
    display: inline-block;
  }

  .lg\:rsc-hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:rsc-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));
  }

  .lg\:rsc-pb-\[260px\] {
    padding-bottom: 260px;
  }

  .lg\:rsc-pl-8 {
    padding-left: 2rem;
  }

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