*, ::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:  ;
}

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-ms-input-placeholder,
textarea::-ms-input-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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.m-6 {
  margin: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

.\!-ml-2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

.-mt-20 {
  margin-top: -5rem;
}

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-44 {
  max-height: 11rem;
}

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

.\!w-\[312px\] {
  width: 312px !important;
}

.\!w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-\[214px\] {
  max-width: 214px;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[312px\] {
  max-width: 312px;
}

.max-w-\[360px\] {
  max-width: 360px;
}

.max-w-\[552px\] {
  max-width: 552px;
}

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

.transform {
  -webkit-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: 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));
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-4 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

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

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

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

.self-start {
  align-self: flex-start;
}

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

.self-baseline {
  align-self: baseline;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(226 228 232 / var(--tw-border-opacity, 1));
}

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

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#002942\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 66 / var(--tw-bg-opacity, 1));
}

.bg-\[\#403F55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 63 85 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F4F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF5B00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 91 0 / var(--tw-bg-opacity, 1));
}

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

.bg-color-card-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}

.bg-color-positive-desk {
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 66 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.\!p-0 {
  padding: 0px !important;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

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

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

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

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

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

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

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

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

.\!pl-0 {
  padding-left: 0px !important;
}

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

.\!pr-16 {
  padding-right: 4rem !important;
}

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

.pr-20 {
  padding-right: 5rem;
}

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

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

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

.\!text-mobile-p-body {
  font-size: 16px !important;
  line-height: 24px !important;
}

.uppercase {
  text-transform: uppercase;
}

.\!leading-none {
  line-height: 1 !important;
}

.\!text-black-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(14 14 17 / var(--tw-text-opacity, 1)) !important;
}

.\!text-color-black-soft {
  --tw-text-opacity: 1 !important;
  color: rgb(14 14 17 / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray-palette {
  --tw-text-opacity: 1 !important;
  color: rgb(146 145 145 / var(--tw-text-opacity, 1)) !important;
}

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

.text-blue-o-g {
  --tw-text-opacity: 1;
  color: rgb(0 41 66 / var(--tw-text-opacity, 1));
}

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

.text-orange-o-g {
  --tw-text-opacity: 1;
  color: rgb(255 88 0 / var(--tw-text-opacity, 1));
}

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

.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  -webkit-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: 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-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Estilos Globais para o corpo (opcional, mas bom para fontes padrão) */

body {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  /* Define uma fonte e tamanho base para o body */
}

/* GERAL - Mobile First (padrão) */

.h1-style {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
}

.h2-style {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 41 66 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
}

.h3-style {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 41 66 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
}

.h4-style {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  --tw-text-opacity: 1;
  color: rgb(255 88 0 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
}

.h5-style {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 88 0 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
}

.h6-style {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(14 222 17 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
}

.h7-style {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(255 88 0 / var(--tw-text-opacity, 1));
  /* Corrigido aqui - ESTE ERA O ERRO NO SEU LOG */
  margin-bottom: 16px;
}

.p-body-style {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 222 17 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.p-body-hyperlink-style {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-bottom: 16px;
}

/* CARD - INFO (EXTRAS) - Mobile First */

.info-title-style {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 88 0 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

.card-info-body-style {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

.info-body-style {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

.wysiwyg-software div, .wysiwyg-software p {
  margin-bottom: 1rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 222 17 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .wysiwyg-software div, .wysiwyg-software p {
    font-size: 18px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(14 222 17 / var(--tw-text-opacity, 1));
    margin-bottom: 16px;
  }
}

.wysiwyg-software div, .wysiwyg-software p {
  margin-bottom: 8px;
}

.link-footer-card-style {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 28px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 88 0 / var(--tw-text-opacity, 1)) !important;
  text-decoration: underline;
}

.box-itens-html p strong, .box-itens-html div div strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.box-itens-html p, .box-itens-html div div {
  /* @apply font-roboto text-mobile-off-body; */
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 222 17 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .box-itens-html p, .box-itens-html div div {
    font-size: 22px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(14 222 17 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }
}

.box-itens-html p, .box-itens-html div div {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.box-itens-html p::before,  .box-itens-html div div::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.474" height="16.474" viewBox="0 0 16.474 16.474"><g transform="translate(1 1)"><path d="M12,16.421l2.171,2.171,3.618-4.342" transform="translate(-7.658 -8.822)" fill="none" stroke="%23575757" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path><path d="M17.474,10.237A7.237,7.237,0,1,1,10.237,3,7.237,7.237,0,0,1,17.474,10.237Z" transform="translate(-3 -3)" fill="none" stroke="%23575757" stroke-width="2"></path></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 8px;
}

.source-style {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

/* CARROSSEL - EXPLORE (EXTRAS) - Mobile First (Base para Mobile) */

/* Aqui, como não havia especificação mobile clara, usamos os valores de desktop no `input.css`
   e depois sobrescrevemos com `md:` para desktop. No `tailwind.config.js` eu ajustei para ter os sufixos -desk */

.exp-label-style {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

.exp-label-act-style {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(14 222 17 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

.exp-body-style {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(114 117 122 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
}

/* CARD - OFFERS (EXTRAS) - Mobile First */

.off-body-style {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 222 17 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

/* BREADCRUMBS - Mobile First */

.breadcrumbs-negativo-style {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(114 117 122 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

.breadcrumbs-positivo-style {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 41 66 / var(--tw-text-opacity, 1));
  margin-bottom: 8px;
}

.wisyngContent {
  margin-bottom: 2rem;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(14 222 17 / var(--tw-text-opacity, 1));
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .wisyngContent {
    font-size: 18px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(14 222 17 / var(--tw-text-opacity, 1));
    margin-bottom: 16px;
  }
}

/* --- Desktop Styles (Aplicados a partir do breakpoint 'md') --- */

@media (min-width: 768px) {
  .h1-style {
    font-size: 60px;
    line-height: 72px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin-bottom: 16px;
  }

  .h2-style {
    font-size: 48px;
    line-height: 60px;
    --tw-text-opacity: 1;
    color: rgb(0 41 66 / var(--tw-text-opacity, 1));
    margin-bottom: 32px;
  }

  .h3-style {
    font-size: 36px;
    line-height: 44px;
    --tw-text-opacity: 1;
    color: rgb(0 41 66 / var(--tw-text-opacity, 1));
    margin-bottom: 16px;
  }

  .h4-style {
    font-size: 36px;
    line-height: 44px;
    --tw-text-opacity: 1;
    color: rgb(255 88 0 / var(--tw-text-opacity, 1));
    margin-bottom: 24px;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 88 0 / var(--tw-text-opacity, 1));
    margin-bottom: 16px;
  }

  .h6-style {
    font-size: 20px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(14 222 17 / var(--tw-text-opacity, 1));
    margin-bottom: 24px;
  }

  .h7-style {
    font-size: 14px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(255 88 0 / var(--tw-text-opacity, 1));
    /* Corrigido aqui - ESTE ERA O ERRO NO SEU LOG */
    margin-bottom: 16px;
  }

  .p-body-style {
    font-size: 18px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(14 222 17 / var(--tw-text-opacity, 1));
    margin-bottom: 16px;
  }

  .p-body-hyperlink-style {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  /* CARD - INFO (EXTRAS) - Desktop */

  .info-title-style {
    font-size: 36px;
    line-height: 48px;
    --tw-text-opacity: 1;
    color: rgb(255 88 0 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  .card-info-body-style {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  .info-body-style {
    font-size: 24px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  .source-style {
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  /* CARROSSEL - EXPLORE (EXTRAS) - Desktop (mantém os mesmos se não houver diferença) */

  .exp-label-style {
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  .exp-label-act-style {
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(14 222 17 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  .exp-body-style {
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(114 117 122 / var(--tw-text-opacity, 1));
    margin-bottom: 16px;
  }

  /* CARD - OFFERS (EXTRAS) - Desktop */

  .off-body-style {
    font-size: 22px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(14 222 17 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  /* BREADCRUMBS - Desktop */

  .breadcrumbs-negativo-style {
    font-size: 12px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(114 117 122 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }

  .breadcrumbs-positivo-style {
    font-size: 12px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(0 41 66 / var(--tw-text-opacity, 1));
    margin-bottom: 8px;
  }
}

/* input.css (Continuação das suas classes existentes) */

/* CTA - Primary */

.cta-primary {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-family: Poppins, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  /* Base: padding ajustado para 16px de cada lado (px-8 = 32px no total, py-4 = 16px no total, mas verifique o seu espaçamento. "16px padding" geralmente significa px-4 e py-2. Se for 16px interno, seria px-4 py-2. A tabela fala 16px de padding, então vou usar um valor que aproxime isso no Tailwind, px-4 e py-2 é o padrão. Se precisar de 16px de cada lado, seria px-4 py-4 ou px-4 e py-2 e ajustar no HTML para os botões. Vou usar px-4 py-2 para 16px. Se precisar mais, ajuste.) */
  letter-spacing: 0.2em;
  /* 0.2em = 2px em 10px, 0.2em em 12px = 2.4px */
  background-color: #FF5B00!important;
  /* Normal */
  border: 2px solid #FF5B00!important;
  /* Normal */
  transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  /* Transição suave */
}

.cta-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #FFB200!important;
  /* Hover */
  border-color: #FFB200!important;
  /* Hover */
}

.cta-primary:active {
  background-color: #FF5B00!important;
  /* Pressed */
  border-color: #FFB200!important;
  /* Pressed */
}

.cta-primary.disabled,
.cta-primary[disabled] {
  opacity: 0.5;
  /* Inative/Disabled */
  pointer-events: none;
  /* Desativa cliques */
}

/* CTA - Secondary (positive) */

.cta-secondary-positive {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  /* Mesma base de texto/padding */
  letter-spacing: 0.2em;
  background-color: #fff;
  /* Normal */
  border: 2px solid #0E0E11;
  /* Normal */
  color: #0E0E11;
  /* Cor do texto no normal */
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.cta-secondary-positive:hover {
  background-color: #0E0E11;
  /* Hover */
  border-color: #0E0E11;
  /* Hover */
  color: #fff;
  /* Cor do texto no hover */
}

.cta-secondary-positive:active {
  background-color: #4E5154;
  /* Pressed */
  border-color: #0E0E11;
  /* Pressed */
  color: #fff;
  /* Cor do texto no pressed */
}

.cta-secondary-positive.disabled,
.cta-secondary-positive[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

/* CTA - Secondary (negative) */

.cta-secondary-negative {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  /* Mesma base de texto/padding */
  letter-spacing: 0.2em;
  background-color: transparent;
  /* Normal */
  border: 2px solid #fff;
  /* Normal */
  color: #fff;
  /* Cor do texto no normal */
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.cta-secondary-negative:hover {
  background-color: #fff;
  /* Hover */
  border-color: #fff;
  /* Hover */
  color: #0E0E11;
  /* Cor do texto no hover */
}

.cta-secondary-negative:active {
  background-color: #4E5154;
  /* Pressed */
  border-color: #0E0E11;
  /* Pressed */
  color: #fff;
  /* Cor do texto no pressed */
}

.cta-secondary-negative.disabled,
.cta-secondary-negative[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

/* CTA - Content (Saiba mais) */

.cta-content {
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  /* Base: Font semibold, tamanho 14px */
  letter-spacing: 0.1em;
  /* 0.1em */
  color: #FF5B00;
  /* Normal */
  transition: color 0.3s ease;
}

.cta-content:hover {
  color: #0E0E11;
  /* Hover */
}

.cta-content .st-right {
  display: flex;
  /* width: 12px; */
  /* transform: rotate(-90deg); */
  margin-left: 8px;
  transition: all .25s ease-in-out 0s;
}

.cta-content:hover .st-right {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
  /* margin-left: 12px; */
  -webkit-transition: all .25s ease-in-out 0s;
  -moz-transform: all .25s ease-in-out 0s;
  -ms-transition: all .25s ease-in-out 0s;
}

/* Opcional: Estilo para o ícone que acompanha o "Saiba mais" */

.cta-content-icon {
  margin-left: 0.25rem;
  display: inline-block;
  /* Margem à esquerda e alinhamento inline */
}

.form-label {
  margin-bottom: 0.5rem !important;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.imediate-course .menu .itens {
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0;
}

.imediate-course .menu .itens.active {
  background-color: red;
  color: white;
  font-weight: 900;
  border-radius: 4px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 8px 16px;
  transition: .3s;
}

.imediate-course .menu .itens {
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0;
}

.imediate-course .menu .itens.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 88 0 / var(--tw-bg-opacity, 1));
  color: white;
  font-weight: 900;
  border-radius: 4px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 8px 16px;
  transition: .3s;
}

.swiper-imediate-course {
  /* width: calc(100% - 60px); */
  padding: 0 40px;
}

.swiper-imediate-course .swiper-button-next, 
.swiper-imediate-course .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,0px);
  left: auto;
}

.swiper-imediate-course .swiper-button-prev, 
.swiper-imediate-course .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,0px);
  right: auto;
}

/* .imediate-course .card-imediate-course {
    display: none;
}
 */

.imediate-course label.toogle .itens.active > svg {
  display: none;
}

.imediate-course label.toogle:hover {
  cursor: pointer;
}

.imediate-course input.trail-courses:checked + div {
  display: flex;
}

.imediate-course .card-imediate-course .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.imediate-course .card-imediate-course .course-type,
.imediate-course .card-imediate-course .course-duration {
  font-family: Poppins;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  color: #808080;
}

.imediate-course .swiper-button-next::after,
.imediate-course .swiper-button-prev::after {
  content: none;
}

/* Responsividade do Layout */

@media (min-width: 550px) {
}

@media (min-width: 768px) {
  .header-dicipline-box-cards {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .header-dicipline-item-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
  }

  .header-dicipline-item-card .source-style {
    margin-top: auto;
  }
}

@media (min-width: 1536px) {
  .container-discipline {
    flex-direction: row;
    justify-content: flex-end;
    /* max-width: 810px; */
  }
}

@media (min-width: 1080px) {
  .header-dicipline-box-cards {
    grid-template-columns: repeat(auto-fit, minmax(0, 316px));
  }

  .fluid-software {
    position: relative;
  }

  .fluid-software::after {
    content: '';
    display: block;
    width: 100vh;
    height: 100%;
    background-color: #FF5B00;
    position: absolute;
    bottom: 0;
    left: 100%;
  }
}

/* Responsividade do Layout */

/* Form */

/* FORM */

input, 
textarea, 
select, 
option {
  font-family: "Poppins",sans-serif!important;
  font-weight: 700;
  font-size: 14px!important;
  letter-spacing: 0.1em;
  line-height: 20px;
  background-color: #fff!important;
  width: 100%!important;
  border-radius: 0px!important;
  border: 2px solid #808080!important;
  color: #333!important;
  padding: 18px!important;
}

input:focus, 
textarea:focus, 
select:focus, 
option:focus {
  outline: none!important;
  border: 2px solid #333!important;
  border-left: 4px solid #333!important;
  -webkit-transition: .09s ease-in-out;
  box-shadow: none!important;
}

form a.btn.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

form input.required, form textarea.required {
  border-color: red;
}

form .fill-message.active {
  background-color: green;
  display: flex;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  position: absolute;
  justify-content: center;
  align-items: center;
  left: -1px;
  top: -2px;
}

label.checkbox.relative:hover {
  cursor: pointer;
}

.box-acceptance .checkbox .checkbox-token {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  vertical-align: middle;
  transition: .4s;
  margin: 2px 0 0 0;
}

.box-acceptance .checkbox .checkbox-token::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgaGVpZ2h0PSIyNHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iJiMxMDsgICAgZmlsbDogI2ZmZjsmIzEwOyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjEuNjUyLDMuMjExYy0wLjI5My0wLjI5NS0wLjc3LTAuMjk1LTEuMDYxLDBMOS40MSwxNC4zNCAgYy0wLjI5MywwLjI5Ny0wLjc3MSwwLjI5Ny0xLjA2MiwwTDMuNDQ5LDkuMzUxQzMuMzA0LDkuMjAzLDMuMTE0LDkuMTMsMi45MjMsOS4xMjlDMi43Myw5LjEyOCwyLjUzNCw5LjIwMSwyLjM4Nyw5LjM1MSAgbC0yLjE2NSwxLjk0NkMwLjA3OCwxMS40NDUsMCwxMS42MywwLDExLjgyM2MwLDAuMTk0LDAuMDc4LDAuMzk3LDAuMjIzLDAuNTQ0bDQuOTQsNS4xODRjMC4yOTIsMC4yOTYsMC43NzEsMC43NzYsMS4wNjIsMS4wNyAgbDIuMTI0LDIuMTQxYzAuMjkyLDAuMjkzLDAuNzY5LDAuMjkzLDEuMDYyLDBsMTQuMzY2LTE0LjM0YzAuMjkzLTAuMjk0LDAuMjkzLTAuNzc3LDAtMS4wNzFMMjEuNjUyLDMuMjExeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* opacity: 0; */
  transition: .4s;
}

.box-acceptance .checkbox input:checked~.checkbox-token {
  background-color: #000;
}

.box-acceptance .checkbox input:checked~.checkbox-token::after {
  opacity: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none  !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.wisyngContent .highlight.highlighted {
  background-position: -100%;
}

.wisyngContent .highlight {
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,var(--text-highlight-color, rgb(255 91 0 / 35%)) 0);
  background-size: 200%;
  font-weight: bold;
  background-position: 0;
  transition: background-position .8s;
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.focus\:ring-2:focus {
  --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(2px + 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);
}

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

@media (min-width: 640px) {
  .sm\:h-\[622px\] {
    height: 622px;
  }
}

@media (min-width: 768px) {
  .md\:z-10 {
    z-index: 10;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:max-w-\[360px\] {
    max-width: 360px;
  }

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

  .md\:justify-center {
    justify-content: center;
  }

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

@media (min-width: 1024px) {
  .lg-menu\:w-\[100\%\] {
    width: 100%;
  }

  .lg-menu\:pt-\[115px\] {
    padding-top: 115px;
  }
}

@media (min-width: 1080px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:left-\[-337px\] {
    left: -337px;
  }

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

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

  .lg\:-mt-\[64px\] {
    margin-top: -64px;
  }

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

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

  .lg\:mt-\[104px\] {
    margin-top: 104px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:p-16 {
    padding: 4rem;
  }

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

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

  .lg\:pl-\[8\.333\%\] {
    padding-left: 8.333%;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

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

@media (min-width: 1280px) {
  .xl\:w-\[250\%\] {
    width: 250%;
  }

  .xl\:\!max-w-\[175\%\] {
    max-width: 175% !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:z-10 {
    z-index: 10;
  }

  .\32xl\:m-0 {
    margin: 0px;
  }

  .\32xl\:\!-mt-16 {
    margin-top: -4rem !important;
  }

  .\32xl\:-mt-\[216px\] {
    margin-top: -216px;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:h-\[460px\] {
    height: 460px;
  }

  .\32xl\:max-w-\[416px\] {
    max-width: 416px;
  }

  .\32xl\:max-w-\[810px\] {
    max-width: 810px;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .\32xl\:pr-0 {
    padding-right: 0px;
  }
}