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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #EFEEEE; /* 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: Roboto, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #747678; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  body {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(6 12 61 / var(--tw-text-opacity));
    font-family: "Poppins", sans-serif;
}

  input {
    min-width: 0;
  }

  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

*, ::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%;
}
@media (min-width: 445px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
.header-2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2%;
}
.body-normal {
  font-family: Mulish, sans-serif;
  font-size: 21px;
  line-height: 1.5;
}
.body-sm {
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 130%;
}
.subheadling-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1.2%;
}
.container-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {

  .container-box {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 1920px) {

  .container-box {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.content-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {

  .content-container {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
.button {
  display: flex;
  height: 60px;
  align-items: center;
  gap: 2px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 99 229 / var(--tw-text-opacity));
}
.button-primary {
  display: flex;
  height: 60px;
  align-items: center;
  gap: 2px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(11 99 229 / var(--tw-bg-opacity));
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#form-status {
    border-radius: 10px;
    padding: 20px;
  }
.status-success {
    background: #c3f9f0;
  }
.status-error {
    background-color: #ffe9e9;
  }
#acccreatebtn:disabled svg {
    animation: loading 2s linear infinite;
  }
#acccreatebtn:disabled {
    opacity: 0.8;
  }
@keyframes loading {
    0%,
    100% {
      transform: translateX(0px);
    }

    50% {
      transform: translateX(10px);
    }
  }
.popup {
    display: none;
    font-family: Roboto, sans-serif;
    position: fixed;
    bottom: 16px;
    left: 50%;
    max-width: 320px;
    width: 100%;
    transform: translateX(-50%);
    border: 1px solid #e1e1e1;
    margin-bottom: 4px;
    padding: 16px;
    gap: 16px;
    background: white;
    border-radius: 8px;
    align-items: center;
    z-index: 100;
  }
.popup__close {
    width: 8px;
    height: 8px;
    padding: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    box-sizing: content-box;
  }
.popup img {
    width: 36px;
    height: 36px;
  }
.popup__header {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0;
  }
.popup__text {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
.popup_slideDown {
    display: flex;
    animation-name: slideDown;
    animation-timing-function: ease-out;
    animation-duration: var(--msg-appearDuration, 0.5s);
  }
.popup_slideUp {
    display: flex;
    animation-name: slideUp;
    animation-timing-function: ease-out;
    animation-duration: var(--msg-appearDuration, 0.5s);
  }
@keyframes slideDown {
    0% {
      opacity: 1;
      transform: translateY(0) translateX(-50%);
    }

    to {
      opacity: 0;
      transform: translateY(100%) translateX(-50%);
    }
  }
@keyframes slideUp {
    0% {
      opacity: 0;
      transform: translateY(100%) translateX(-50%);
    }

    to {
      opacity: 1;
      transform: translateY(0) translateX(-50%);
    }
  }
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.bottom-\[-90px\] {
  bottom: -90px;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.float-left {
  float: left;
}
.m-\[5px\] {
  margin: 5px;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-\[calc\(-0\.5_\*_1\.875rem\)\] {
  margin-left: calc(-0.5 * 1.875rem);
  margin-right: calc(-0.5 * 1.875rem);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[0\.5rem\] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[3rem\] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-\[45px\] {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.125rem\] {
  margin-bottom: 0.125rem;
}
.mb-\[0\.2rem\] {
  margin-bottom: 0.2rem;
}
.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[110px\] {
  margin-bottom: 110px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[1em\] {
  margin-bottom: 1em;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[90px\] {
  margin-bottom: 90px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[15\%\] {
  margin-left: 15%;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[0\.25rem\] {
  margin-top: 0.25rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[1em\] {
  margin-top: 1em;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[2em\] {
  margin-top: 2em;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[42px\] {
  height: 42px;
}
.h-full {
  height: 100%;
}
.max-h-\[28px\] {
  max-height: 28px;
}
.min-h-\[1\.6875rem\] {
  min-height: 1.6875rem;
}
.min-h-\[40vh\] {
  min-height: 40vh;
}
.min-h-\[calc\(1\.5em_\+_1\.5rem_\+_2px\)\] {
  min-height: calc(1.5em + 1.5rem + 2px);
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[1em\] {
  width: 1em;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[88px\] {
  width: 88px;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.min-w-\[182px\] {
  min-width: 182px;
}
.max-w-\[136px\] {
  max-width: 136px;
}
.max-w-\[142px\] {
  max-width: 142px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[325px\] {
  max-width: 325px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[375px\] {
  max-width: 375px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-\[18px\] {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.gap-x-\[2px\] {
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.gap-x-\[60px\] {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-\[18px\] {
  row-gap: 18px;
}
.gap-y-\[2px\] {
  row-gap: 2px;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[12\.2\%\] {
  border-radius: 12.2%;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#E5EFF4\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 239 244 / var(--tw-border-opacity));
}
.border-\[\#dee2e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}
.border-azul {
  --tw-border-opacity: 1;
  border-color: rgb(11 99 229 / var(--tw-border-opacity));
}
.border-body {
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(239 238 238 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 134 96 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#2C7EFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 126 255 / var(--tw-bg-opacity));
}
.bg-\[\#9DC1F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(157 193 245 / var(--tw-bg-opacity));
}
.bg-\[\#E5EFF4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 239 244 / var(--tw-bg-opacity));
}
.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-lavender {
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 250 / var(--tw-bg-opacity));
}
.bg-lightGreen-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 246 238 / var(--tw-bg-opacity));
}
.bg-lightGreen-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 200 109 / var(--tw-bg-opacity));
}
.bg-night-rider {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 134 96 / var(--tw-bg-opacity));
}
.bg-secondary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(229 239 244 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(241 194 28 / var(--tw-bg-opacity));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-0 {
  padding: 0px;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[40px\] {
  padding: 40px;
}
.p-\[7px\] {
  padding: 7px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[calc\(0\.5_\*_1\.875rem\)\] {
  padding-left: calc(0.5 * 1.875rem);
  padding-right: calc(0.5 * 1.875rem);
}
.px-\[calc\(1\.875rem_\*_0\.5\)\] {
  padding-left: calc(1.875rem * 0.5);
  padding-right: calc(1.875rem * 0.5);
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[0\.5rem\] {
  padding-bottom: 0.5rem;
}
.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[45px\] {
  padding-left: 45px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.font-poppins {
  font-family: Poppins, sans-serif;
}
.text-2 {
  font-size: 32px;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4 {
  font-size: 24px;
}
.text-5 {
  font-size: 20px;
}
.text-\[0\.875em\] {
  font-size: 0.875em;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1.125rem;
}
.text-default {
  font-size: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-Bold {
  font-weight: 700;
}
.font-Semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.375\] {
  line-height: 1.375;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[16\.5px\] {
  line-height: 16.5px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[1rem\] {
  line-height: 1rem;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.tracking-\[-2\.5\%\] {
  letter-spacing: -2.5%;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#303439\] {
  --tw-text-opacity: 1;
  color: rgb(48 52 57 / var(--tw-text-opacity));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#5A636D\] {
  --tw-text-opacity: 1;
  color: rgb(90 99 109 / var(--tw-text-opacity));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-azul {
  --tw-text-opacity: 1;
  color: rgb(11 99 229 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(54 67 252 / var(--tw-text-opacity));
}
.text-body {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(218 22 3 / var(--tw-text-opacity));
}
.text-darkGray {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
.text-deep-cove {
  --tw-text-opacity: 1;
  color: rgb(6 28 61 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(116 118 120 / var(--tw-text-opacity));
}
.text-havyDark {
  --tw-text-opacity: 1;
  color: rgb(4 14 29 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-labelGray {
  --tw-text-opacity: 1;
  color: rgb(98 123 158 / var(--tw-text-opacity));
}
.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(44 126 255 / var(--tw-text-opacity));
}
.text-lightGreen-200 {
  --tw-text-opacity: 1;
  color: rgb(8 200 109 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 134 96 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.shadow-blueButton {
  --tw-shadow: 0px 10px 50px 0px #3643FC73;
  --tw-shadow-colored: 0px 10px 50px 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-footer {
  --tw-shadow: 0px -2px 4px 0px rgba(217,213,213,.2);
  --tw-shadow-colored: 0px -2px 4px 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-header {
  --tw-shadow: 0px 4px 4px 0px rgba(172,172,172,.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-item {
  --tw-drop-shadow: drop-shadow(35px 30px 48px rgba(51,102,255,0.05));
  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-\[border-color\2c box-shadow\] {
  transition-property: border-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.placeholder\:text-deep-cove::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(6 28 61 / var(--tw-text-opacity));
}
.placeholder\:text-deep-cove::placeholder {
  --tw-text-opacity: 1;
  color: rgb(6 28 61 / var(--tw-text-opacity));
}
.placeholder\:text-gray-600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity));
}
.placeholder\:text-gray-600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:relative::before {
  content: var(--tw-content);
  position: relative;
}
.before\:-left-\[10px\]::before {
  content: var(--tw-content);
  left: -10px;
}
.before\:-top-\[3px\]::before {
  content: var(--tw-content);
  top: -3px;
}
.before\:-top-\[4px\]::before {
  content: var(--tw-content);
  top: -4px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-\[5px\]::before {
  content: var(--tw-content);
  top: 5px;
}
.before\:top-\[6px\]::before {
  content: var(--tw-content);
  top: 6px;
}
.before\:top-\[8px\]::before {
  content: var(--tw-content);
  top: 8px;
}
.before\:mr-\[10px\]::before {
  content: var(--tw-content);
  margin-right: 10px;
}
.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}
.before\:h-\[20px\]::before {
  content: var(--tw-content);
  height: 20px;
}
.before\:h-\[24px\]::before {
  content: var(--tw-content);
  height: 24px;
}
.before\:h-\[30px\]::before {
  content: var(--tw-content);
  height: 30px;
}
.before\:w-\[24px\]::before {
  content: var(--tw-content);
  width: 24px;
}
.before\:w-\[26px\]::before {
  content: var(--tw-content);
  width: 26px;
}
.before\:w-\[30px\]::before {
  content: var(--tw-content);
  width: 30px;
}
.before\:bg-\[url\(\'\.\.\/\.\.\/\.\.\/images\/check-circle-green4\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('../../../images/check-circle-green4.svg');
}
.before\:bg-\[url\(\'\.\.\/\.\.\/\.\.\/images\/checkmark\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('../../../images/checkmark.svg');
}
.before\:bg-\[url\(\'\/images\/check-circle-green4\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('/images/check-circle-green4.svg');
}
.before\:bg-\[url\(\.\.\/\.\.\/\.\.\/images\/icon_check_green4\.svg\)\]::before {
  content: var(--tw-content);
  background-image: url(../../../images/icon_check_green4.svg);
}
.before\:bg-\[url\(\/images\/icon_check_green4\.svg\)\]::before {
  content: var(--tw-content);
  background-image: url(/images/icon_check_green4.svg);
}
.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}
.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:content-\[\'\:\'\]::before {
  --tw-content: ':';
  content: var(--tw-content);
}
.focus\:text-body:focus {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}
.focus\:shadow-checkbox:focus {
  --tw-shadow: 0 0 0 0.25rem rgba(0,134,96,.25);
  --tw-shadow-colored: 0 0 0 0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:p-0:disabled {
  padding: 0px;
}
.group:disabled .group-disabled\:hidden {
  display: none;
}
.peer:checked ~ .peer-checked\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.has-\[\:checked\]\:bg-azul:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(11 99 229 / var(--tw-bg-opacity));
}
.has-\[\:checked\]\:text-white:has(:checked) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 576px) {

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

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

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

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

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-\[226px\] {
    width: 226px;
  }

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

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

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

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

  .sm\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .sm\:gap-\[24px\] {
    gap: 24px;
  }

  .sm\:p-\[42px\] {
    padding: 42px;
  }

  .sm\:px-\[126px\] {
    padding-left: 126px;
    padding-right: 126px;
  }

  .sm\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:py-\[86px\] {
    padding-top: 86px;
    padding-bottom: 86px;
  }

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

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

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

  .sm\:text-1 {
    font-size: 36px;
  }

  .sm\:text-4 {
    font-size: 24px;
  }

  .sm\:text-5 {
    font-size: 20px;
  }

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

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

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

  .sm\:text-default {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {

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

  .md\:my-\[0\.5rem\] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-\[3rem\] {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
  }

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[1rem\] {
    margin-bottom: 1rem;
  }

  .md\:mb-\[3rem\] {
    margin-bottom: 3rem;
  }

  .md\:mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }

  .md\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

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

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

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

  .md\:flex-none {
    flex: none;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .md\:pt-\[1\.5rem\] {
    padding-top: 1.5rem;
  }

  .md\:text-3 {
    font-size: 26px;
  }

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

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

  .md\:text-\[26px\] {
    font-size: 26px;
  }
}
@media (min-width: 992px) {

  .lg\:static {
    position: static;
  }

  .lg\:m-\[10px\] {
    margin: 10px;
  }

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

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

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

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:ml-\[20\%\] {
    margin-left: 20%;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-16 {
    width: 4rem;
  }

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

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

  .lg\:w-\[300px\] {
    width: 300px;
  }

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

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

  .lg\:gap-\[10px\] {
    gap: 10px;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:p-\[30px\] {
    padding: 30px;
  }

  .lg\:\!px-\[55px\] {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .lg\:pt-\[3rem\] {
    padding-top: 3rem;
  }

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

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

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

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

  .lg\:text-base {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {

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

  .xl\:my-\[180px\] {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xl\:max-h-\[36px\] {
    max-height: 36px;
  }

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

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

  .xl\:w-\[450px\] {
    width: 450px;
  }

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

  .xl\:gap-\[30px\] {
    gap: 30px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:bg-lavender {
    --tw-bg-opacity: 1;
    background-color: rgb(206 224 250 / var(--tw-bg-opacity));
  }

  .xl\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .xl\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {

  .xxl\:ml-\[25\%\] {
    margin-left: 25%;
  }

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

