.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");   *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
::before,
::after {
--tw-content: '';
} html,
:host {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: Inter, sans-serif; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; } body {
margin: 0; line-height: inherit; } hr {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} table {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0; } button,
select {
text-transform: none;
} button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring {
outline: auto;
} :-moz-ui-invalid {
box-shadow: none;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type='search'] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } summary {
display: list-item;
} 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;
} dialog {
padding: 0;
} textarea {
resize: vertical;
} input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
input::placeholder,
textarea::placeholder {
opacity: 1; color: #9ca3af; } button,
[role="button"] {
cursor: pointer;
} :disabled {
cursor: default;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
} [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%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 640px){
.container{
max-width: 640px;
}
}
@media (min-width: 768px){
.container{
max-width: 768px;
}
}
@media (min-width: 1200px){
.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-7{
top: 1.75rem;
}
.z-10{
z-index: 10;
}
.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-auto{
margin-left: auto;
margin-right: auto;
}
.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-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-\[400px\]{
min-height: 400px;
}
.w-\[170px\]{
width: 170px;
}
.w-\[300px\]{
width: 300px;
}
.w-\[356px\]{
width: 356px;
}
.w-\[80px\]{
width: 80px;
}
.w-full{
width: 100%;
}
.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-\[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-xs{
max-width: 20rem;
}
.flex-1{
flex: 1 1 0%;
}
.flex-grow{
flex-grow: 1;
}
.grow{
flex-grow: 1;
}
.transform{
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
to{
transform: rotate(360deg);
}
}
.animate-spin{
animation: spin 1s linear infinite;
}
.cursor-pointer{
cursor: pointer;
}
.resize{
resize: both;
}
.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;
}
.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-t-8{
border-top-width: 8px;
}
.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-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-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\/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;
}
.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-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;
}
.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;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.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;
}
.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-\[\#FF9312\]{
--tw-text-opacity: 1;
color: rgb(255 147 18 / var(--tw-text-opacity));
}
.text-\[\#FFE7D1\]{
--tw-text-opacity: 1;
color: rgb(255 231 209 / 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);
}
.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;
}
.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{
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));
} .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));
} .banners {
z-index: 2;
position: relative;
} .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{
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; }
.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;
} .saira-condensed-thin {
font-family: "Saira Condensed", sans-serif;
font-weight: 100;
}
.saira-condensed-extralight {
font-family: "Saira Condensed", sans-serif;
font-weight: 200;
}
.saira-condensed-light {
font-family: "Saira Condensed", sans-serif;
font-weight: 300;
}
.saira-condensed-regular {
font-family: "Saira Condensed", sans-serif;
font-weight: 400;
}
.saira-condensed-medium {
font-family: "Saira Condensed", sans-serif;
font-weight: 500;
}
.saira-condensed-semibold {
font-family: "Saira Condensed", sans-serif;
font-weight: 600;
}
.saira-condensed-bold {
font-family: "Saira Condensed", sans-serif;
font-weight: 700;
}
.saira-condensed-extrabold {
font-family: "Saira Condensed", sans-serif;
font-weight: 800;
}
.saira-condensed-black {
font-family: "Saira Condensed", sans-serif;
font-weight: 900;
}
.indicacoes__thumb,
.blog-item__thumb,
.indicacoes--item {
position: relative;
}
.indicacoes__thumb::before { 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.12500rem;
z-index: 2;
}  .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);
} .custom-scroll {
overflow-y: auto;
max-height: 340px; scrollbar-width: thin; scrollbar-color: #ffffff transparent; } .custom-scroll::-webkit-scrollbar {
width: 8px; } .custom-scroll::-webkit-scrollbar-track {
background: transparent;
border-radius: 999px;  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.95);
} .custom-scroll::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 999px; border: 2px solid transparent; background-clip: content-box;
min-height: 30px; } .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;
} .headerFixed {
background: #010316;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 99;
box-shadow: none;
}
@media screen and (min-width: 768px) {
.headerFixed {
background: linear-gradient(180deg, rgba(1, 3, 22, 1) 0%, rgba(1, 3, 22, 0.1) 90%, transparent 100%)
}
} .faq {
position: relative;
background-color: #010316;
background-image: url(https://loxoninflex.com.br/wp-content/themes/loxoninFlex/assets/images/bgfaq.webp);
background-position: left;
background-size: contain;
background-repeat: no-repeat;
}
.faq .faq-item {
max-width: 100%;
} .content-flex {
position: relative; } .content-flex .content--cta {
z-index: 2;
position: relative;
} .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>');
} .blog-item {
z-index: 1;
position: relative;
transition: all 0.3s ease-in-out; }
.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;
} 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(https://loxoninflex.com.br/wp-content/themes/loxoninFlex/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(https://loxoninflex.com.br/wp-content/themes/loxoninFlex/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;
}   .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));
} .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;
} .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-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;
} .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;
}
.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\: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-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-\[2rem\]{
font-size: 2rem;
}
.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-\[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\: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;
}
}.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//loxoninflex.com.br/wp-content/themes/loxoninFlex/libs/lightbox/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//loxoninflex.com.br/wp-content/themes/loxoninFlex/libs/lightbox/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//loxoninflex.com.br/wp-content/themes/loxoninFlex/libs/lightbox/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//loxoninflex.com.br/wp-content/themes/loxoninFlex/libs/lightbox/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}