@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);


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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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%;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 480px){

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

@media (min-width: 600px){

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 782px){

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

@media (min-width: 960px){

    .container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}

@media (min-width: 1146px){

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

@media (min-width: 1280px){

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

@media (min-width: 1440px){

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

@media (min-width: 1506px){

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

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

.inset-x-0{
    left: 0px;
    right: 0px;
}

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

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

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

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

.-top-1\/4{
    top: -25%;
}

.bottom-0{
    bottom: 0px;
}

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

.end-0{
    inset-inline-end: 0px;
}

.left-0{
    left: 0px;
}

.left-1\/4{
    left: 25%;
}

.right-0{
    right: 0px;
}

.right-5{
    right: 1.25rem;
}

.right-6{
    right: 1.5rem;
}

.top-0{
    top: 0px;
}

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

.top-12{
    top: 3rem;
}

.top-6{
    top: 1.5rem;
}

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

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

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

.z-\[500\]{
    z-index: 500;
}

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

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

.row-span-2{
    grid-row: span 2 / span 2;
}

.m-8{
    margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-9{
    margin-bottom: 2.25rem;
}

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

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

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

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

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

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

.block{
    display: block;
}

.flex{
    display: flex;
}

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

.grid{
    display: grid;
}

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

.\!hidden{
    display: none !important;
}

.hidden{
    display: none;
}

.size-4{
    width: 1rem;
    height: 1rem;
}

.size-6{
    width: 1.5rem;
    height: 1.5rem;
}

.size-8{
    width: 2rem;
    height: 2rem;
}

.\!h-96{
    height: 24rem !important;
}

.\!h-\[420px\]{
    height: 420px !important;
}

.h-0{
    height: 0px;
}

.h-1{
    height: 0.25rem;
}

.h-11{
    height: 2.75rem;
}

.h-2\/3{
    height: 66.666667%;
}

.h-28{
    height: 7rem;
}

.h-32{
    height: 8rem;
}

.h-4{
    height: 1rem;
}

.h-5{
    height: 1.25rem;
}

.h-52{
    height: 13rem;
}

.h-56{
    height: 14rem;
}

.h-6{
    height: 1.5rem;
}

.h-8{
    height: 2rem;
}

.h-96{
    height: 24rem;
}

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

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

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

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

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

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

.h-\[90vh\]{
    height: 90vh;
}

.h-auto{
    height: auto;
}

.h-custom{
    height: 26.25rem;
}

.h-full{
    height: 100%;
}

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

.max-h-svh{
    max-height: 100svh;
}

.min-h-32{
    min-height: 8rem;
}

.min-h-80{
    min-height: 20rem;
}

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

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

.\!w-3\/5{
    width: 60% !important;
}

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

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

.w-14{
    width: 3.5rem;
}

.w-16{
    width: 4rem;
}

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

.w-3\/5{
    width: 60%;
}

.w-4{
    width: 1rem;
}

.w-5{
    width: 1.25rem;
}

.w-6{
    width: 1.5rem;
}

.w-8{
    width: 2rem;
}

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

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

.w-full{
    width: 100%;
}

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

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

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

.max-w-lg{
    max-width: 32rem;
}

.max-w-md{
    max-width: 28rem;
}

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

.max-w-screen-tainacan{
    max-width: 1146px;
}

.max-w-screen-tainacan-lg{
    max-width: 1506px;
}

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

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

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

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

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

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

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

.rotate-0{
    --tw-rotate: 0deg;
    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));
}

.scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
}

.scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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-pointer{
    cursor: pointer;
}

.resize{
    resize: both;
}

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

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

.auto-cols-auto{
    grid-auto-columns: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
    gap: 0.25rem;
}

.gap-12{
    gap: 3rem;
}

.gap-2{
    gap: 0.5rem;
}

.gap-3{
    gap: 0.75rem;
}

.gap-4{
    gap: 1rem;
}

.gap-5{
    gap: 1.25rem;
}

.gap-6{
    gap: 1.5rem;
}

.gap-8{
    gap: 2rem;
}

.gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}

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

.gap-y-6{
    row-gap: 1.5rem;
}

.gap-y-9{
    row-gap: 2.25rem;
}

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

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

.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-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

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

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

.space-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-neutral-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-divide-opacity));
}

.\!overflow-hidden{
    overflow: hidden !important;
}

.overflow-hidden{
    overflow: hidden;
}

.\!overflow-visible{
    overflow: visible !important;
}

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

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

.rounded{
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.border{
    border-width: 1px;
}

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

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

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

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

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

.border-\[\#CCC\]{
    --tw-border-opacity: 1;
    border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-apc-pink{
    --tw-border-opacity: 1;
    border-color: rgb(242 128 230 / var(--tw-border-opacity));
}

.border-light-gray{
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-logo-blue{
    --tw-border-opacity: 1;
    border-color: rgb(55 140 202 / var(--tw-border-opacity));
}

.border-neutral-300{
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-opacity-60{
    --tw-border-opacity: 0.6;
}

.bg-\[\#CCC\]{
    --tw-bg-opacity: 1;
    background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

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

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

.bg-light-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-logo-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(55 140 202 / var(--tw-bg-opacity));
}

.bg-medium-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.bg-neutral-50{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-title-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

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

.fill-blue-600{
    fill: #2563eb;
}

.fill-current{
    fill: currentColor;
}

.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-0{
    padding: 0px;
}

.p-3{
    padding: 0.75rem;
}

.p-4{
    padding: 1rem;
}

.p-5{
    padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-5{
    padding-inline-end: 1.25rem;
}

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

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

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

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

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

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

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

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

.\!font-lato{
    font-family: Lato, sans-serif !important;
}

.font-inter{
    font-family: Inter, sans-serif;
}

.font-lato{
    font-family: Lato, sans-serif;
}

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

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

.text-5xl{
    font-size: 3rem;
    line-height: 1;
}

.text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

.uppercase{
    text-transform: uppercase;
}

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

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

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

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

.\!text-title-gray{
    --tw-text-opacity: 1 !important;
    color: rgb(39 39 39 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#808080\]{
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}

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

.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}

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

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

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

.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-logo-blue{
    --tw-text-opacity: 1;
    color: rgb(55 140 202 / var(--tw-text-opacity));
}

.text-neutral-600{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-900{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-preto-50{
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}

.text-preto-60{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-red-600{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-subtitle-gray{
    --tw-text-opacity: 1;
    color: rgb(77 77 77 / var(--tw-text-opacity));
}

.text-title-gray{
    --tw-text-opacity: 1;
    color: rgb(39 39 39 / var(--tw-text-opacity));
}

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

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

.decoration-solid{
    text-decoration-style: solid;
}

.underline-offset-2{
    text-underline-offset: 2px;
}

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

.opacity-0{
    opacity: 0;
}

.opacity-100{
    opacity: 1;
}

.opacity-30{
    opacity: 0.3;
}

.opacity-70{
    opacity: 0.7;
}

.shadow-common-shadow{
    --tw-shadow: 0px 4px 8px 0px #00000033;
    --tw-shadow-colored: 0px 4px 8px 0px 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-soft-shadow{
    --tw-shadow: 0px 3px 16px 0px rgba(139, 139, 139, 0.2);
    --tw-shadow-colored: 0px 3px 16px 0px 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;
}

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

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

.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-all{
    transition-property: all;
    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;
}

.delay-100{
    transition-delay: 100ms;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 600px){

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

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

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

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

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

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

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

article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}

.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}

.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}

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

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

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}

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

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

.input:focus-visible {
    outline: #378CCA auto 1px !important;
}

html {
    scroll-behavior: smooth;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 16px;
    height: 54px;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 16px;
    height: 160px;
    width: 100%;
    color: #000;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #378CCA;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    width: 120px;
    margin-top: 20px;
    cursor: pointer;
}

@media screen and (max-width: 969px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        border: 1px solid #CCCCCC;
        background-color: #F0F0F0;
        padding: 16px;
        height: 54px;
        border-radius: 8px;
        margin-bottom: 16px;
        color: #272727;
        width: 100%;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-moz-placeholder {
        color: #666666;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
        color: #666666;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
        border: 1px solid #378CCA !important;
    }
    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
        border: 1px solid #CCCCCC;
        background-color: #F0F0F0;
        padding: 16px;
        border-radius: 8px;
        margin-bottom: 16px;
        color: #272727;
        width: 100%;
    }
    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::-moz-placeholder {
        color: #666666;
    }
    textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
        color: #666666;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        width: 100%;
        margin-top: 0;
    }
}

/* Menu Header */

/* 
@media screen and (max-width: 969px) {
header.menu-header nav li {
    padding-top: 1rem;
    padding-bottom: 1rem ;
}

header.menu-header nav li a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
}

header.menu-header nav li a:focus {
    text-decoration: underline;
}
}
 */

/* Menu Footer */

footer nav.footer-nav li {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #4D4D4D;
    text-transform: uppercase;
}

footer nav.footer-nav li.menu-item-has-children li {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    margin-bottom: 4px;
    color: #4D4D4D;
    text-transform: none;
}

footer nav.footer-nav li.menu-item-has-children a {
    margin-bottom: 8px;
    display: flex;
    
}

/* .acervo-swiper .acervo-swiper-button-next {
    border
} */

/* .acervo-swiper .swiper-slide {
    width: unset;
} */

/* Estilos de largura para mobile */

.slide-1 { width: 91.666667% !important; /* w-11/12 */ }

.slide-2 { width: 8.333333% !important;  /* w-1/12 */ }

.slide-3, .slide-4, .slide-5 { width: 66.666667% !important; /* w-8/12 */ }

/* Estilos de largura para telas grandes (lg) */

@media (min-width: 1024px) {
    .slide-1, .slide-3 { width: 25% !important; } /* lg:w-3/12 */
    .slide-2, .slide-5 { width: 16.666667% !important; } /* lg:w-2/12 */
    .slide-4 { width: 33.333333% !important; } /* lg:w-4/12 */
    
    /* Ocultar slides 3, 4 e 5 no mobile, mas mostrar no lg */
    .hide-mobile { display: none; }
    .show-lg { display: block; }
}

.acervo-swiper .swiper-button-prev,
.acervo-swiper .swiper-button-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

@media (min-width: 768px) {
    .acervo-swiper .swiper-button-next {
        display: none !important;
    }
}

.acervo-swiper .swiper-button-prev {
    left: 10px;
    display: none !important;
}

.acervo-swiper .swiper-button-next {
    right: 10px;
}

/* Ícones das setas */

.acervo-swiper .swiper-button-prev::after,
.acervo-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.placeholder\:text-preto-50::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}

.placeholder\:text-preto-50::placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}

.placeholder\:text-preto-60::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.placeholder\:text-preto-60::placeholder{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}

.hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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\:border-b-2:hover{
    border-bottom-width: 2px;
}

.hover\:border-b-logo-blue:hover{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 140 202 / var(--tw-border-opacity));
}

.hover\:bg-apc-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 128 230 / var(--tw-bg-opacity));
}

.hover\:bg-logo-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(55 140 202 / var(--tw-bg-opacity));
}

.hover\:bg-medium-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.hover\:text-logo-blue:hover{
    --tw-text-opacity: 1;
    color: rgb(55 140 202 / 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;
}

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

.hover\:shadow-common-shadow:hover{
    --tw-shadow: 0px 4px 8px 0px #00000033;
    --tw-shadow-colored: 0px 4px 8px 0px 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\:shadow-soft-shadow:hover{
    --tw-shadow: 0px 3px 16px 0px rgba(139, 139, 139, 0.2);
    --tw-shadow-colored: 0px 3px 16px 0px 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\:grayscale-0:hover{
    --tw-grayscale: grayscale(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);
}

.focus-visible\:bg-neutral-50\/75:focus-visible{
    background-color: rgb(250 250 250 / 0.75);
}

.focus-visible\:bg-neutral-900:focus-visible{
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.focus-visible\:text-neutral-900:focus-visible{
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity));
}

.focus-visible\:underline:focus-visible{
    text-decoration-line: underline;
}

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

.focus-visible\:outline:focus-visible{
    outline-style: solid;
}

.focus-visible\:outline-2:focus-visible{
    outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible{
    outline-offset: 2px;
}

.focus-visible\:outline-neutral-800:focus-visible{
    outline-color: #262626;
}

.group:hover .group-hover\:block{
    display: block;
}

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

@media (prefers-reduced-motion: reduce){

    .motion-reduce\:transition-none{
        transition-property: none;
    }

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

@media (min-width: 600px){

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

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

@media (min-width: 782px){

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

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

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

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

@media (min-width: 960px){

    .lg\:absolute{
        position: absolute;
    }

    .lg\:relative{
        position: relative;
    }

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

    .lg\:right-60{
        right: 15rem;
    }

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

    .lg\:order-first{
        order: -9999;
    }

    .lg\:order-last{
        order: 9999;
    }

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

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

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

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

    .lg\:m-0{
        margin: 0px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:mr-6{
        margin-right: 1.5rem;
    }

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

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

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

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

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-44{
        height: 11rem;
    }

    .lg\:h-64{
        height: 16rem;
    }

    .lg\:h-80{
        height: 20rem;
    }

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

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

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

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

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

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

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

    .lg\:max-w-72{
        max-width: 18rem;
    }

    .lg\:max-w-screen-tainacan{
        max-width: 1146px;
    }

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

    .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-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-16{
        gap: 4rem;
    }

    .lg\:gap-20{
        gap: 5rem;
    }

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

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

    .lg\:gap-x-0{
        -moz-column-gap: 0px;
             column-gap: 0px;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:p-7{
        padding: 1.75rem;
    }

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

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

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

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

    .lg\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

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

    .lg\:py-48{
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

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

    .lg\:pb-44{
        padding-bottom: 11rem;
    }

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

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

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

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

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

    .lg\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

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

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

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

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

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

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

:is(:where([dir="rtl"]) .rtl\:-scale-x-100){
    --tw-scale-x: -1;
    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));
}

@media (prefers-color-scheme: dark){

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

    .dark\:text-neutral-300{
        --tw-text-opacity: 1;
        color: rgb(212 212 212 / var(--tw-text-opacity));
    }
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:max-h-6::-webkit-scrollbar-thumb{
    max-height: 1.5rem;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{
    border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-logo-blue::-webkit-scrollbar-thumb{
    --tw-bg-opacity: 1;
    background-color: rgb(55 140 202 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar-track\]\:rounded-full::-webkit-scrollbar-track{
    border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-light-gray::-webkit-scrollbar-track{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar\]\:h-3::-webkit-scrollbar{
    height: 0.75rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-3::-webkit-scrollbar{
    width: 0.75rem;
}
