/*
Theme Name: Loxonin Flex 3.0 (Production)
Author: Agência Choveu + Tesla
Author URI: https://choveu.com
Description: Site de Loxonin Flex 3.0
Version: 3.4.9
*/
/* Import Inter from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

/* Tailwind Imports */
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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: Inter, sans-serif; /* 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:  ;
}
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1200px){
  .\!container{
    max-width: 1200px !important;
  }
  .container{
    max-width: 1200px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[88px\]{
  bottom: 88px;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-4{
  top: 1rem;
}
.top-7{
  top: 1.75rem;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-start-2{
  grid-column-start: 2;
}
.row-start-2{
  grid-row-start: 2;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[17px\]{
  margin-bottom: 17px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[31px\]{
  margin-bottom: 31px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.mb-\[36px\]{
  margin-bottom: 36px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[130px\]{
  margin-top: 130px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-11{
  width: 2.75rem;
  height: 2.75rem;
}
.size-14{
  width: 3.5rem;
  height: 3.5rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-1{
  height: 0.25rem;
}
.h-3{
  height: 0.75rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[184px\]{
  height: 184px;
}
.h-\[218px\]{
  height: 218px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[220px\]{
  max-height: 220px;
}
.min-h-24{
  min-height: 6rem;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[218px\]{
  min-height: 218px;
}
.min-h-\[365px\]{
  min-height: 365px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.w-11\/12{
  width: 91.666667%;
}
.w-3{
  width: 0.75rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[356px\]{
  width: 356px;
}
.w-\[80px\]{
  width: 80px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-\[136px\]{
  min-width: 136px;
}
.min-w-\[288px\]{
  min-width: 288px;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1165px\]{
  max-width: 1165px;
}
.max-w-\[125px\]{
  max-width: 125px;
}
.max-w-\[170px\]{
  max-width: 170px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[30\%\]{
  max-width: 30%;
}
.max-w-\[367px\]{
  max-width: 367px;
}
.max-w-\[650px\]{
  max-width: 650px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.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));
}
.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;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.columns-1{
  -moz-columns: 1;
       columns: 1;
}
.grid-cols-2{
  grid-template-columns: repeat(2, 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;
}
.content-start{
  align-content: flex-start;
}
.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-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-\[48px\]{
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.gap-y-\[48px\]{
  row-gap: 48px;
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-\[\#4B4B4B\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(75 75 75 / var(--tw-divide-opacity));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#626366\]{
  --tw-border-opacity: 1;
  border-color: rgb(98 99 102 / var(--tw-border-opacity));
}
.border-\[\#FF9312\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 147 18 / var(--tw-border-opacity));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(64 151 255 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(255 122 0 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#00142D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 45 / var(--tw-bg-opacity));
}
.bg-\[\#010316\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 3 22 / var(--tw-bg-opacity));
}
.bg-\[\#020927\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 9 39 / var(--tw-bg-opacity));
}
.bg-\[\#62636680\]{
  background-color: #62636680;
}
.bg-\[\#D2E4FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 228 250 / var(--tw-bg-opacity));
}
.bg-\[\#F1F1F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-\[\#FF9312\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 147 18 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(64 151 255 / var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 85 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 0 / var(--tw-bg-opacity));
}
.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 28 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black\/0{
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black{
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-black\/80{
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}
.to-tertiary\/100{
  --tw-gradient-to: rgb(0 5 28 / 1) var(--tw-gradient-to-position);
}
.bg-contain{
  background-size: contain;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.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-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pe-16{
  padding-inline-end: 4rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.ps-8{
  padding-inline-start: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.text-center{
  text-align: center;
}
.text-end{
  text-align: end;
}
.font-sans{
  font-family: Inter, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[1\.5rem\]{
  font-size: 1.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[64px\]{
  line-height: 64px;
}
.leading-none{
  line-height: 1;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#002755\]{
  --tw-text-opacity: 1;
  color: rgb(0 39 85 / var(--tw-text-opacity));
}
.text-\[\#010316\]{
  --tw-text-opacity: 1;
  color: rgb(1 3 22 / var(--tw-text-opacity));
}
.text-\[\#626366\]{
  --tw-text-opacity: 1;
  color: rgb(98 99 102 / var(--tw-text-opacity));
}
.text-\[\#FF9312\]{
  --tw-text-opacity: 1;
  color: rgb(255 147 18 / var(--tw-text-opacity));
}
.text-\[\#FFA73D\]{
  --tw-text-opacity: 1;
  color: rgb(255 167 61 / var(--tw-text-opacity));
}
.text-\[\#FFE7D1\]{
  --tw-text-opacity: 1;
  color: rgb(255 231 209 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(0 39 85 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-primary{
  --tw-shadow: 0px 0px 20px 0px #ff7a00;
  --tw-shadow-colored: 0px 0px 20px 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-orange-500{
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary{
  --tw-shadow-color: #ff7a00;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-500{
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.invert{
  --tw-invert: invert(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-sm{
  --tw-backdrop-blur: blur(4px);
  -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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[hostname\:port\]{
  hostname: port;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body{
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.5rem;
}

body .app{
  display: flex;
}

body .app{
  width: 100%;
}

body .app{
  flex-grow: 1;
}

body .app{
  flex-direction: column;
}

body .app {
    background: linear-gradient(180deg, #001329 22.5%, #002755 100%);
  }

body .app main {
      overflow-x: hidden;
    }

header {
  box-shadow: 0px 2px 12.9px 0px #ff7a0099;
  position: relative;
  z-index: 10;
}

header .menu-main-container .menu-item-has-children ul{
  display: none;
}

header .menu-main-container .menu-main li{
  position: relative;
}

header .menu-main-container .menu-main li{
  padding-top: 0.75rem;
}

header .menu-main-container .menu-main li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .menu-main-container .menu-main li a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .menu-main-container .menu-main li a{
  transition-duration: 300ms;
}

header .menu-main-container .menu-main li a{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .menu-main-container .menu-main li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 231 209 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  header .menu-main-container .menu-main li a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  header .menu-main-container .menu-main li a{
    line-height: 2rem;
  }
}

header .menu-main-container .menu-main li a:not(.menu-item-has-children){
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

header .menu-main-container .menu-main .menu-item-has-children{
  min-width: 120px;
}

header .menu-main-container .menu-main .menu-item-has-children{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

header .menu-main-container .menu-main .menu-item-has-children{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .menu-main-container .menu-main .menu-item-has-children{
  transition-duration: 300ms;
}

header .menu-main-container .menu-main .menu-item-has-children{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .menu-main-container .menu-main .menu-item-has-children a{
  display: block;
}

header .menu-main-container .menu-main .menu-item-has-children a{
  width: 100%;
}

header .menu-main-container .menu-main .menu-item-has-children a{
  text-align: center;
}

header .menu-main-container .menu-main .menu-item-has-children .sub-menu{
  position: absolute;
}

header .menu-main-container .menu-main .menu-item-has-children .sub-menu{
  top: 1.75rem;
}

header .menu-main-container .menu-main .menu-item-has-children .sub-menu{
  width: 100%;
}

header .menu-main-container .menu-main .menu-item-has-children .sub-menu{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

header .menu-main-container .menu-main .menu-item-has-children .sub-menu{
  padding-bottom: 0.75rem;
}

header .menu-main-container .menu-main .menu-item-has-children .sub-menu a{
  padding: 0px;
}

header .menu-main-container .menu-main .menu-item-has-children:hover{
  background-color: rgb(0 0 0 / 0.35);
}

header .menu-main-container .menu-main .menu-item-has-children:hover .sub-menu{
  display: block;
}

header .menu-main-container .menu-main .menu-item-has-children:hover .sub-menu{
  background-color: rgb(0 0 0 / 0.4);
}

header .menu-main-container .menu-main .the-product{
  --tw-text-opacity: 1;
  color: rgb(255 231 209 / var(--tw-text-opacity));
}

header .menu-main-container .menu-main .the-product a {
          line-height: 1.25;
        }

@media (min-width: 1024px){
  header .menu-main-container .btn-medic-area,
    header .menu-main-container .btn-where-buy{
    display: none;
  }
}

.box-menu li a {
      color: #fff;
    }

.header-cta{
  display: flex;
  gap: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
  transition-duration: 300ms;
}

.header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px){
  .header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1024px){
  .header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
    border-radius: 9999px;
  }
}

@media (min-width: 1024px){
  .header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px){
  .header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1280px){
  .header-cta .btn-medic-area,
  .header-cta .btn-where-buy{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.header-cta .btn-where-buy {
    background-color: #ff9312;
  }

.header-cta .btn-medic-area{
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 28 / var(--tw-bg-opacity));
}

.header-cta .btn-medic-area {
    box-shadow: 0px 0px 20px 0px #4097ff;
  }

.header-cta .btn-medic-area:hover {
      box-shadow: 0px 0px 30px 0px #4097ff;
    }

/* Box menu */

.box-menu{
  top: -500%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 28 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9;
  box-shadow: 0px 2px 12.9px 0px #ff7a0099;
  position: fixed;
}

.box-menu.opened{
  top: 80px;
}

@media (min-width: 1024px){
  .box-menu.opened{
    top: 80px;
  }
}

.box-menu .menu-main{
  display: flex;
}

.box-menu .menu-main{
  flex-direction: column;
}

.box-menu .menu-main{
  gap: 1.25rem;
}

.box-menu .menu-main .btn-medic-area,
    .box-menu .menu-main .btn-where-buy{
  font-weight: 700;
}

.box-menu .menu-main .btn-medic-area {
      color: #4097ff;
    }

.box-menu .menu-main .btn-where-buy {
      color: #f6ab65;
    }

.box-menu .menu-main .the-product{
  font-weight: 600;
}

.box-menu .menu-main .the-product{
  --tw-text-opacity: 1;
  color: rgb(255 231 209 / var(--tw-text-opacity));
}

.box-menu .menu-main li.menu-item-has-children .sub-menu{
  display: flex;
}

.box-menu .menu-main li.menu-item-has-children .sub-menu{
  flex-direction: column;
}

.box-menu .menu-main li.menu-item-has-children .sub-menu{
  gap: 0.75rem;
}

.box-menu .menu-main li.menu-item-has-children .sub-menu{
  padding-inline-start: 1.25rem;
}

.box-menu .menu-main li.menu-item-has-children .sub-menu{
  padding-top: 0px;
}

.box-menu .menu-main li.menu-item-has-children .sub-menu li{
  font-size: 1rem;
  line-height: 1.5rem;
}

.box-menu .menu-main li.menu-item-has-children .sub-menu li{
  font-weight: 400;
}

.box-menu .menu-main li.menu-item-has-children .sub-menu li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .headerFixed--black .menu-main li a{
  color: #010316!important;
}

.headerFixed:not(.headerFixed--black){
  .menu-main li a{
    color: #fff!important;
  }
} */

.menu-toggle div{
  margin-bottom: 0.25rem;
}

.menu-toggle div{
  height: 0.25rem;
}

.menu-toggle div{
  width: 2rem;
}

.menu-toggle div{
  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));
}

.menu-toggle div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.menu-toggle div{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-toggle div{
  transition-duration: 300ms;
}

.menu-toggle div.open:nth-child(1){
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-toggle div.open:nth-child(1){
  --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));
}

.menu-toggle div.open:nth-child(2){
  opacity: 0;
}

.menu-toggle div.open:nth-child(3){
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-toggle div.open:nth-child(3){
  --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));
}

/* Banner */
.banners {
  z-index: 2;
  position: relative;
}
/* TODO: DELETAR ESSE CODIGO DO GLIDERJS */
.banners .banners .glider-prev,
  .banners .banners .glider-next {
    top: calc(50% - 7px) !important;
  }

.banners-blog .glider-prev,
.banners-blog .glider-next {
  top: calc(50% - 7px) !important;
}

.banners .glider-prev,
.banners-blog .glider-prev {
  left: 2rem !important;
}

.banners .glider-next,
.banners-blog .glider-next {
  right: 2rem !important;
}

.banners .dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.banners .dots.blog {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.banners .dots button,
.banners-blog .dots button {
  background: #0175ea !important;
  transition: all ease-in-out 0.3s;
}

.banners .dots button.active,
.banners-blog .dots button.active {
  background-color: #ff7a00 !important;
}

/* Where buy Section */

.where-buy{
  position: relative;
}

.where-buy .where-buy--list {
    position: relative;
    z-index: 1;
  }

.where-buy .where-buy--list .where-buy--list-item {
      transition: all ease-in-out 0.3s;

      /* &:hover {

        .img-wrapper,
        figcaption {
          box-shadow: 0px 0px 20px 0px #ff7a00;
        }
      } */
    }

.where-buy .where-buy--list .where-buy--list-item figcaption,
      .where-buy .where-buy--list .where-buy--list-item .img-wrapper {
        transition: all ease-in-out 0.3s;
      }

/*
  Font Saira
*/

.saira-condensed-thin {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 100;
  font-display: swap;
}

.saira-condensed-extralight {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 200;
  font-display: swap;
}

.saira-condensed-light {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 300;
  font-display: swap;
}

.saira-condensed-regular {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  font-display: swap;
}

.saira-condensed-medium {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 500;
  font-display: swap;
}

.saira-condensed-semibold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 600;
  font-display: swap;
}

.saira-condensed-bold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-display: swap;
}

.saira-condensed-extrabold {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 800;
  font-display: swap;
}

.saira-condensed-black {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 900;
  font-display: swap;
}

.indicacoes__thumb,
.blog-item__thumb,
.indicacoes--item {
  position: relative;
}

.indicacoes__thumb::before {
  /* Rectangle 95 */
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
  background: rgba(1, 3, 22, 0.5);
}

.indicacoes__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1.85rem;
  padding-right: 1.85rem;
  padding-bottom: 2.125rem;
  z-index: 2;
}

/* Indications of Use */
/* position: relative;
  &::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('./assets/images/wave.png');
    background-repeat: no-repeat;
    background-size: 450%;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    @media screen and (min-width: 768px) {
      background-size: 150%;
    }
  }
  @media screen and (min-width: 768px){
    &::after {
      content: '';
      height: 160px;
      width: 1px;
      background-color: #fff;
      position: absolute;
      bottom: 210px;
      left: 50%;
      transform: translateX(-50%);
    }
  } */
.indications .container {
    z-index: 1;
    position: relative;
  }

.how-to-arrow {
  top: calc(50% - 7px) !important;
}

.glider-prev.how-to-arrow {
  left: 2rem !important;
}

.glider-next.how-to-arrow {
  right: 2rem !important;
}

.slider-how-to.glider.draggable {
  cursor: default !important;
}

.collapsable-custom {
  position: relative;
}

.collapsable-custom summary {
  position: relative;
}

.collapsable-custom summary::marker {
  content: none;
}

.collapsable-custom summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: calc(50% - 8px);
  height: 16px;
  width: 21px;
  background-image: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.32637 1.9979L5.33896 7L9.35156 1.9979" stroke="white" stroke-width="2.52207" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}

.collapsable-custom[open] summary::after {
  transform: rotate(180deg);
}

/* Container que terá o scroll customizado */
.custom-scroll {
  overflow-y: auto;
  max-height: 340px;
  /* ajuste como quiser */
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #ffffff transparent;
  /* Firefox: thumb branco, trilho transparente */
}

/* Chrome, Edge, Safari (WebKit) */
.custom-scroll::-webkit-scrollbar {
  width: 8px;
  /* largura total do scroll */
}

/* Trilho: contorno branco e centro transparente */
.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
  /* pontas arredondadas */
  /* “borda” super fina; use 1px ou 0.5px se quiser */
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.95);
}

/* Thumb: barra branca mais estreita dentro do trilho */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 999px;
  /* Deixa o thumb mais fino que o trilho */
  border: 2px solid transparent;
  /* 8px - 2 - 2 = 4px de “miolo” branco */
  background-clip: content-box;
  min-height: 30px;
  /* evita ficar pequeno demais */
}

/* (opcional) estado hover/active */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb:active {
  background-color: #fff;
}

.content-products .slick-slide {
    padding: 0 14px;
  }

.content-products .text-[#FF9312] {
    min-height: 84px;
  }

.content-products .slick-next::before {
      height: 2rem;
      width: 2rem;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(180deg);
      background-image: url('data:image/svg+xml,<svg width="15" height="39" viewBox="0 0 15 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L2 19.541L13 37.082" stroke="%23010316" stroke-width="2.62413" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

.content-products .slick-prev::before {
      height: 2rem;
      width: 2rem;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url('data:image/svg+xml,<svg width="15" height="39" viewBox="0 0 15 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L2 19.541L13 37.082" stroke="%23010316" stroke-width="2.62413" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

.pharmacy_slider .slick-next::before {
      height: 2rem;
      width: 2rem;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(180deg);
      background-image: url('data:image/svg+xml,<svg width="15" height="39" viewBox="0 0 15 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L2 19.541L13 37.082" stroke="%23010316" stroke-width="2.62413" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

.pharmacy_slider .slick-prev::before {
      height: 2rem;
      width: 2rem;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url('data:image/svg+xml,<svg width="15" height="39" viewBox="0 0 15 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L2 19.541L13 37.082" stroke="%23010316" stroke-width="2.62413" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

.productItem__box {
    background-color: #fff;
    padding: 15px 30px;
    min-height: 530px;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 10px;
    font-family: "helvetica-neue-lt-pro", sans-serif;
  }

.text-price {
  color: #0175ea;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Header fixed */
.headerFixed {
  background: #010316;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
.headerFixed {
    top: 0;
    background: linear-gradient(
      180deg,
      rgba(1, 3, 22, 1) 0%,
      rgba(1, 3, 22, 0.1) 90%,
      transparent 100%
    )
}
  }

/* FAQ */
.faq {
  position: relative;
  background-color: #010316;
  background-image: url("./assets/images/bgfaq-mb.webp");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
.faq {
    background-image: url("./assets/images/bgfaq.webp");
    background-position: left
}
  }
.faq .faq-item {
    max-width: 100%;
  }

/* Content Flex Section */
.content-flex {
  position: relative;

  /* .blog-item {
    img {
      max-width: calc(100% - 4rem) !important;
    }

    figcaption {
      transition: all 0.5s ease-in-out;
      box-shadow: 0px 0px 20px 0px #FF7A00;
    }

    &:hover {
      figcaption {
        box-shadow: 0px 0px 30px 0px #FF7A00;
      }
    }
  } */
}
/* 
  &::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('./assets/images/wave.png');
    background-repeat: no-repeat;
    background-size: 375%;
    background-position: bottom;
    opacity: 0.3;
    z-index: 0;

    @media screen and (min-width: 768px) {
      background-size: 150%;
    }
  } */
.content-flex .content--cta {
    z-index: 2;
    position: relative;
  }
/* .content--cta {
    .btn:hover {
      box-shadow: 0px 0px 30px 0px #FF7A00;
    }
  } */
.content-flex .content-carousel .slick-next::before {
        height: 2rem;
        width: 2rem;
        display: block;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
        background-image: url('data:image/svg+xml,<svg width="15" height="39" viewBox="0 0 15 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L2 19.541L13 37.082" stroke="%23010316" stroke-width="2.62413" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      }
.content-flex .content-carousel .slick-prev::before {
        height: 2rem;
        width: 2rem;
        display: block;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('data:image/svg+xml,<svg width="15" height="39" viewBox="0 0 15 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L2 19.541L13 37.082" stroke="%23010316" stroke-width="2.62413" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      }

@media screen and (max-width: 768px) {
    .content-carousel .slick-next {
      right: 22px;
    }

    .content-carousel .slick-prev {
      left: 11px;
    }
  }
/* @media screen and (min-width: 768px) {
  .content-flex::before {
    background-size: 150%;
  }
} */

.blog-item {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease-in-out;

  /* img {
    max-width: calc(100% - 4rem);
  }

  figcaption {
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 20px 0px #FF7A00;
  }

  &:hover {
    figcaption {
      box-shadow: 0px 0px 30px 0px #FF7A00;
    }
  } */
}

.blog-item .blog-item__thumb {
    min-height: 386px;
  }

section.events .events-list .event-item {
      transition: all 0.3s ease-in-out;
    }

section.events .events-list .event-item.active {
        border: solid 2px #ff7a00;
        box-shadow: 0px 0px 17.45px 0px #ff7a00;
      }

section.events .events-list .event-item:hover {
        border: solid 2px #ff7a00;
        box-shadow: 0px 0px 17.45px 0px #ff7a00;
      }

section.events .stories .stories-header {
      z-index: 1;
    }

/* TODO: Delete this code */

section.events .stories .stories-slider .glider-track {
        height: 100% !important;
      }

section.events .stories .stories-indicators .active {
        background-color: rgba(255, 255, 255, 0.8);
      }

section.events .stories #stories-prev {
      top: 60%;
      left: 1rem;
    }

section.events .stories #stories-prev svg {
        transform: rotate(180deg);
      }

section.events .stories #stories-next {
      top: 60%;
      right: 1rem;
    }

.page-template-page-events .app::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-size: contain;
  background-image: url("./assets/images/body-circle.svg");
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  pointer-events: none;
}

.page-template-page-events .app::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-size: contain;
  background-image: url("./assets/images/body-circle.svg");
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  opacity: 0.4;
  pointer-events: none;
  transform: rotate(-90deg);
  top: 800px;
  display: none;
}

footer {
  z-index: 2;
  position: relative;
}

.contact .form-contact .input-wrapper {
      display: flex;
      flex-direction: column;
    }

.contact .form-contact .input-wrapper input,
      .contact .form-contact .input-wrapper select{
  width: 100%;
}

.contact .form-contact .input-wrapper input,
      .contact .form-contact .input-wrapper select{
  border-width: 1px;
}

.contact .form-contact .input-wrapper input,
      .contact .form-contact .input-wrapper select{
  --tw-border-opacity: 1;
  border-color: rgb(255 122 0 / var(--tw-border-opacity));
}

.contact .form-contact .input-wrapper input,
      .contact .form-contact .input-wrapper select{
  border-color: #01031666;
}

.contact .form-contact .input-wrapper input,
      .contact .form-contact .input-wrapper select{
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact .form-contact .input-wrapper input,
      .contact .form-contact .input-wrapper select{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.contact .form-contact .input-wrapper textarea{
  width: 100%;
}

.contact .form-contact .input-wrapper textarea{
  border-width: 1px;
}

.contact .form-contact .input-wrapper textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 122 0 / var(--tw-border-opacity));
}

.contact .form-contact .input-wrapper textarea{
  border-color: #01031666;
}

.contact .form-contact .input-wrapper textarea{
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact .form-contact .input-wrapper textarea{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.contact .input-submit{
  max-width: 150px;
}

.contact .input-submit input{
  --tw-border-opacity: 1;
  border-color: rgb(0 39 85 / var(--tw-border-opacity));
}

.contact .input-submit input{
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 85 / var(--tw-bg-opacity));
}

.contact .input-submit input{
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact .input-submit input{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.contact .input-submit input{
  font-weight: 900;
}

.contact .input-submit input{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact .input-email{
  order: 3;
}

.contact .input-email{
  width: 100%;
}

.contact .input-assunto{
  order: 4;
}

.contact .input-assunto{
  width: 100%;
}

.contact .input-messagem{
  order: 5;
}

.contact .input-messagem{
  width: 100%;
}

.contact .input-termos{
  order: 7;
}

.contact .input-termos{
  width: 100%;
}

.contact .input-termos {
    flex-direction: row !important;
    justify-content: space-between;
  }

.contact .input-termos p{
  font-size: 10px;
}

.contact .input-termos p{
  font-weight: 300;
}

.contact .input-termos p{
  line-height: .75rem;
}

.contact .input-termos p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .contact .input-termos p{
    text-align: left;
  }
}

.contact .input-submit{
  order: 6;
}

.contact .input-submit{
  width: 100%;
}

.contact .input-submit .btn-contato {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      background-color: rgb(255 147 18);
      color: #fff;
      font-size: 16px;
      border-radius: 9999px;
    }

.wpcf7-response-output {
  color: #fff;
}

/* .contact .form-contact .input-wrapper input,
.contact .form-contact .input-wrapper select {
  @apply border-primary border rounded-full px-8 py-3 w-full;
} */
/* 
.contact .form-contact .input-wrapper textarea {
  @apply border-primary border rounded-3xl px-8 py-3 w-full;
}

.contact .form-contact .input-submit input {
  @apply bg-blue-700 text-white font-black px-8 py-2 border-blue-700;
} */

/* .contact .form-contact .input-submit {
  @apply max-w-[150px];
} */

.event-carousel .slick-arrow::before {
      position: absolute;
      content: "";
      z-index: 1;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 2rem;
      height: 2rem;
    }

.event-carousel .slick-prev {
    left: 1rem;
    z-index: 1;
  }

.event-carousel .slick-prev::before {
      background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 37L2 19.5L13 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

.event-carousel .slick-next {
    right: 1rem;
    z-index: 1;
  }

.event-carousel .slick-next::before {
      background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 37L13 19.5L2 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

.tag{
  cursor: pointer;
  border-radius: 9999px;
  background-color: #D9D9D980;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tag.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 0 / var(--tw-bg-opacity));
}

/* .grecaptcha-badge{
  z-index: 9999;
} */

.banner-main {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {

.banner-main {
    margin-top: 0
}
  }

.banner-main .image-mobile{
  display: block !important;
}

@media (min-width: 768px){
  .banner-main .image-mobile{
    display: none !important;
  }
}

.banner-main .image-tablet{
  display: none !important;
}

@media (min-width: 768px){
  .banner-main .image-tablet{
    display: block !important;
  }
}

@media (min-width: 1536px){
  .banner-main .image-tablet{
    display: none !important;
  }
}

.banner-main .image-desktop{
  display: none !important;
}

@media (min-width: 768px){
  .banner-main .image-desktop{
    display: none !important;
  }
}

@media (min-width: 1536px){
  .banner-main .image-desktop{
    display: block !important;
  }
}

.banner-main .slick-dots{
  bottom: 1rem;
}

.banner-main .slick-dots li button::before{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.banner-main .slick-dots li button::before{
  --tw-text-opacity: 1;
  color: rgb(64 151 255 / var(--tw-text-opacity));
}

.banner-main .slick-dots li button::before{
  opacity: 1;
}

.banner-main .slick-dots li.slick-active button::before{
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
}

.banner-main .slick-arrow{
  z-index: 1;
}

.banner-main .slick-next{
  right: 1rem;
}

.banner-main .slick-next::before {
      height: 2rem;
      width: 2rem;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 37L13 19.5L2 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

.banner-main .slick-prev{
  left: 1rem;
}

.banner-main .slick-prev::before {
      height: 2rem;
      width: 2rem;
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 37L2 19.5L13 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

.banner-main.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

.stories-slider .slick-next {
    right: 1rem !important;
    z-index: 1;
    top: 60%;
  }

.stories-slider .slick-prev {
    left: 1rem !important;
    z-index: 1;
    top: 60%;
  }

.stories-slider .slick-list {
    height: 100% !important;
    border-radius: 1rem !important;
    overflow: hidden;
  }

.stories-slider .slick-list .slick-track {
      border-radius: 1rem !important;
      height: 100% !important;
    }

/* Conteudo Flex - Blog */

.blog-carousel .slick-dots {
    bottom: 1rem;
  }

.blog-carousel .slick-dots li button:before {
    font-size: 0.875rem;
    color: #4097ff;
    opacity: 1;
  }

.blog-carousel .slick-dots li.slick-active button:before {
    color: #ff7a00;
  }

.blog-carousel .slick-arrow {
    z-index: 1;
  }

.blog-carousel .slick-next {
    right: 1rem;
  }

.blog-carousel .slick-prev {
    left: 1rem;
  }

.blog-carousel .slick-prev::before,
  .blog-carousel .slick-next::before {
    height: 2rem;
    width: 2rem;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }

.blog-carousel .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 37L2 19.5L13 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

.blog-carousel .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 37L13 19.5L2 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

.blog-carousel.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

/* Events */
.events-carousel .slick-dots {
    bottom: 1rem;
  }
.events-carousel .slick-dots li button:before {
    font-size: 0.875rem;
    color: #4097ff;
    opacity: 1;
  }
.events-carousel .slick-dots li.slick-active button:before {
    color: #ff7a00;
  }
.events-carousel .slick-arrow {
    z-index: 1;
  }
.events-carousel .slick-next {
    right: 1rem;
  }
.events-carousel .slick-prev {
    left: 1rem;
  }
.events-carousel .slick-prev::before,
  .events-carousel .slick-next::before {
    height: 2rem;
    width: 2rem;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }
.events-carousel .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 37L2 19.5L13 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
.events-carousel .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 37L13 19.5L2 2' stroke='white' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
.events-carousel.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

/* 
.how-to--step {
  &:hover {
    img {
      transform: scale(1.05) translateY(-5px);
    }
  }
} */

.indicacoes--item {
  transition: all 0.3s ease-in-out;
}

.indicacoes--item:hover img {
      transform: scale(1.05) translateY(-5px);
    }

.indicacoes--item:hover{

    filter: drop-shadow(0px 0px 8px #ff7a00);
}

.indicacoes--item .indicacoes__thumb {
    overflow: hidden;
  }

.slider-how-to .slick-arrow {
    z-index: 1;
  }

.slider-how-to .slick-next {
    right: 1rem;
  }

.slider-how-to .slick-prev {
    left: 1rem;
  }

.slider-how-to .slick-prev::before,
  .slider-how-to .slick-next::before {
    height: 2rem;
    width: 2rem;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }

.slider-how-to .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='39' viewBox='0 0 15 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 37L2 19.5L13 2' stroke='%23002755' stroke-width='2.62413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

.slider-how-to .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='35' viewBox='0 0 14 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 33.0669L12.5118 17.0333L1 0.999805' stroke='%23002755' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

.how-to--step img {
    transition: all 0.3s ease-in-out;
  }

.how-to--step:hover img {
      transform: scale(1.05) translateY(-5px);
    }

.btn-404{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 0 / var(--tw-bg-opacity));
  box-shadow: 0px 0px 20px 0px #ff7a00;
}

.btn-404:hover {
    box-shadow: 0px 0px 30px 0px #ff7a00;
  }

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* Garante que os itens fiquem em linha */
  animation: marquee 40s linear infinite; /* Ajuste '20s' para mais rápido ou devagar */
}

/* Pausa a animação quando o mouse passa por cima */
.cupomBar:hover .animate-marquee {
  animation-play-state: paused;
}

.cupomBar {
  background: linear-gradient(270deg, #b65700 0%, #ff7a00 100%);
  position: fixed;
  top: 0;
  z-index: 99;
}

.modalPromo__content{
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 27.11px;
    max-width: 755px;
    width: 100%;
  }

.modalPromo__content::before {
      content: "";
      position: absolute;
      top: 0;
      border-radius: 27.11px;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("./assets/images/bgmodal.png");
      background-size: cover;
      
      transform: scaleY(-1);
      
      z-index: -1;
    }

.backdrop\:bg-black\/65::backdrop{
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-\[\#FF9312\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 147 18 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:text-\[\#FF9312\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 147 18 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-primary-hover:hover{
  --tw-shadow: 0px 0px 30px 0px #ff7a00;
  --tw-shadow-colored: 0px 0px 30px 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-blue-700:hover{
  --tw-shadow-color: #002755;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500:hover{
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:drop-shadow-2xl:hover{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110{
  --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));
}

.group:hover .group-hover\:cursor-pointer{
  cursor: pointer;
}

.group:hover .group-hover\:shadow-primary{
  --tw-shadow: 0px 0px 20px 0px #ff7a00;
  --tw-shadow-colored: 0px 0px 20px 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);
  --tw-shadow-color: #ff7a00;
  --tw-shadow: var(--tw-shadow-colored);
}

.prose-h3\:text-white :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-p\:break-words :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  overflow-wrap: break-word;
}

.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}

.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity));
}

.prose-strong\:text-white :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-6{
    bottom: 1.5rem;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .md\:mb-11{
    margin-bottom: 2.75rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-\[37px\]{
    margin-bottom: 37px;
  }
  .md\:mb-\[63px\]{
    margin-bottom: 63px;
  }
  .md\:mb-\[78px\]{
    margin-bottom: 78px;
  }
  .md\:mr-\[42px\]{
    margin-right: 42px;
  }
  .md\:mr-\[8px\]{
    margin-right: 8px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-11{
    margin-top: 2.75rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-\[121px\]{
    margin-top: 121px;
  }
  .md\:mt-\[144px\]{
    margin-top: 144px;
  }
  .md\:mt-\[54px\]{
    margin-top: 54px;
  }
  .md\:mt-\[66px\]{
    margin-top: 66px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[120px\]{
    height: 120px;
  }
  .md\:h-\[42px\]{
    height: 42px;
  }
  .md\:h-\[450px\]{
    height: 450px;
  }
  .md\:max-h-\[184px\]{
    max-height: 184px;
  }
  .md\:max-h-\[340px\]{
    max-height: 340px;
  }
  .md\:max-h-\[400px\]{
    max-height: 400px;
  }
  .md\:max-h-\[490px\]{
    max-height: 490px;
  }
  .md\:min-h-\[450px\]{
    min-height: 450px;
  }
  .md\:min-h-\[625px\]{
    min-height: 625px;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:w-\[356px\]{
    width: 356px;
  }
  .md\:w-\[510px\]{
    width: 510px;
  }
  .md\:w-\[660px\]{
    width: 660px;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[180px\]{
    max-width: 180px;
  }
  .md\:max-w-\[190px\]{
    max-width: 190px;
  }
  .md\:max-w-\[250px\]{
    max-width: 250px;
  }
  .md\:max-w-\[300px\]{
    max-width: 300px;
  }
  .md\:max-w-\[350px\]{
    max-width: 350px;
  }
  .md\:max-w-\[600px\]{
    max-width: 600px;
  }
  .md\:max-w-\[650px\]{
    max-width: 650px;
  }
  .md\:max-w-\[700px\]{
    max-width: 700px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:justify-stretch{
    justify-content: stretch;
  }
  .md\:gap-24{
    gap: 6rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-\[1\.875rem\]{
    gap: 1.875rem;
  }
  .md\:overflow-y-auto{
    overflow-y: auto;
  }
  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:ps-14{
    padding-inline-start: 3.5rem;
  }
  .md\:pt-11{
    padding-top: 2.75rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }
  .md\:text-\[1\.9rem\]{
    font-size: 1.9rem;
  }
  .md\:text-\[2rem\]{
    font-size: 2rem;
  }
  .md\:text-\[3rem\]{
    font-size: 3rem;
  }
  .md\:text-\[4\.37500rem\]{
    font-size: 4.37500rem;
  }
  .md\:text-\[4\.375rem\]{
    font-size: 4.375rem;
  }
  .md\:text-\[56px\]{
    font-size: 56px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[2\.1rem\]{
    line-height: 2.1rem;
  }
  .md\:leading-\[3rem\]{
    line-height: 3rem;
  }
  .md\:leading-\[4\.0625rem\]{
    line-height: 4.0625rem;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:size-16{
    width: 4rem;
    height: 4rem;
  }
  .lg\:max-h-\[600px\]{
    max-height: 600px;
  }
  .lg\:max-w-\[800px\]{
    max-width: 800px;
  }
  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .lg\:border-t-4{
    border-top-width: 4px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-4{
    padding-bottom: 1rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-7{
    padding-top: 1.75rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:prose-h3\:text-2xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:max-w-\[1240px\]{
    max-width: 1240px;
  }
  .xl\:max-w-md{
    max-width: 28rem;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
}
