/*
! tailwindcss v3.0.23 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
  border-radius: 0px;
}

[type="radio"] {
  border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type="file"]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*,
::before,
::after {
  --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-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}

.input-default {
  width: 100%;
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 49 70 / var(--tw-border-opacity));
}

.input-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 200 0 / var(--tw-border-opacity));
}

.input-default:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 200 0 / var(--tw-border-opacity));
  --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(0px + 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);
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.input-default-business {
  width: 100%;
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 49 70 / var(--tw-border-opacity));
}

.input-default-business:hover {
  --tw-border-opacity: 1;
  border-color: rgb(13 168 140 / var(--tw-border-opacity));
}

.input-default-business:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 168 140 / var(--tw-border-opacity));
  --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(0px + 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);
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-default {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-container {
  display: flex;
  align-items: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
}

.placeholder-default::-moz-placeholder {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(34 49 70 / 0.3);
}

.placeholder-default:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(34 49 70 / 0.3);
}

.placeholder-default::placeholder {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(34 49 70 / 0.3);
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 92%;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1440px;
  }
}

.form-container {
  width: 100%;
}

@media (min-width: 768px) {
  .form-container {
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .form-container {
    max-width: 1440px;
  }
}

.label-default {
  margin-bottom: 0.5rem;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
}

@media (min-width: 768px) {
  .label-default {
    font-size: 1.125rem;
  }

  .label-default {
    line-height: 20px;
  }
}

.form-label {
  margin-top: 3.5rem;
  display: none;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .form-label {
    margin-bottom: 0.75rem;
  }

  .form-label {
    display: block;
  }

  .form-label {
    font-size: 1.25rem;
  }
}

.form-heading1 {
  margin-bottom: 16px;
  font-family: Comfortaa, sans-serif;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .form-heading1 {
    margin-bottom: 1.25rem;
  }

  .form-heading1 {
    font-size: 4rem;
  }

  .form-heading1 {
    line-height: 61px;
  }
}

.bottom-nav {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .bottom-nav {
    display: flex;
  }

  .bottom-nav {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.vl {
  height: 65px;
  border-left-width: 1px;
  border-color: rgb(34 49 70 / 0.5);
}

.white-nowrap {
  white-space: nowrap;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-\[6rem\] {
  left: 6rem;
}

.right-\[100px\] {
  right: 100px;
}

.top-\[26px\] {
  top: 26px;
}

.top-\[-30px\] {
  top: -30px;
}

.top-\[-132px\] {
  top: -132px;
}

.top-\[200px\] {
  top: 200px;
}

.right-\[-40px\] {
  right: -40px;
}

.right-\[-20px\] {
  right: -20px;
}

.bottom-\[-160px\] {
  bottom: -160px;
}

.top-\[50\%\] {
  top: 50%;
}

.bottom-0 {
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-50px {
  right: 50px;
}

.-top-20 {
  top: -5rem;
}

.-top-12 {
  top: -3rem;
}

.-top-15 {
  top: -10rem;
}

.left-36 {
  left: 9rem;
}

.left-12 {
  left: 3rem;
}

.bottom-\[0\.7rem\] {
  bottom: 0.7rem;
}

.z-8 {
  z-index: 8;
}

.z-10 {
  z-index: 10;
}
.z--5 {
  z-index: -5;
}
.z--4 {
  z-index: -4;
}
.z--3 {
  z-index: -3;
}
.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-100 {
  z-index: 100;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[6rem\] {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mb-\[6rem\] {
  margin-bottom: 6rem;
}

.my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-\[5rem\] {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-\[5\.5rem\] {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-\[1rem\] {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[2rem\] {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.ml-\[100px\] {
  margin-left: 100px;
}

.my-\[3\.5rem\] {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-\[1\.5rem\] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[4\.5rem\] {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-\[0\.5rem\] {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-\[4rem\] {
  margin-bottom: 4rem;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}

.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-\[5rem\] {
  margin-bottom: 5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.ml-auto {
  margin-left: auto;
}

.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}

.mb-\[-185px\] {
  margin-bottom: -185px;
}

.mt-\[3\.5rem\] {
  margin-top: 3.5rem;
}

.mt-\[-25px\] {
  margin-top: -25px;
}

.mt-\[90px\] {
  margin-top: 90px;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mt-\[6rem\] {
  margin-top: 6rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-\[10rem\] {
  margin-bottom: 10rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-\[4\.5rem\] {
  margin-top: 4.5rem;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.mt-\[2rem\] {
  margin-top: 2rem;
}

.mr-\[1rem\] {
  margin-right: 1rem;
}

.mb-\[7rem\] {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-\[1rem\] {
  margin-top: 1rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-\[13rem\] {
  margin-bottom: 13rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mt-\[-50\%\] {
  margin-top: -50%;
}

.mt-\[20rem\] {
  margin-top: 20rem;
}

.mt-\[3rem\] {
  margin-top: 3rem;
}

.mt-\[12\%\] {
  margin-top: 12%;
}

.mt-\[25\%\] {
  margin-top: 25%;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-\[0\.2rem\] {
  margin-bottom: 0.2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-\[3rem\] {
  margin-bottom: 3rem;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-\[1\.5rem\] {
  margin-left: 1.5rem;
}

.mt-\[10\.5rem\] {
  margin-top: 10.5rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-\[-570px\] {
  margin-top: -570px;
}

.mt-\[-140px\] {
  margin-top: -140px;
}

.mb-\[640px\] {
  margin-bottom: 640px;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-36 {
  margin-top: -9rem;
}

.mb-\[8rem\] {
  margin-bottom: 8rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-\[0\.5rem\] {
  margin-left: 0.5rem;
}

.mb-\[2\.25rem\] {
  margin-bottom: 2.25rem;
}

.mt-\[2\.5rexm\] {
  margin-top: 2.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[470px\] {
  height: 470px;
}

.h-\[520px\] {
  height: 520px;
}

.h-\[390px\] {
  height: 390px;
}
.h-\[320px\] {
  height: 320px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[45px\] {
  height: 45px;
}

.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.h-\[54px\] {
  height: 54px;
}
.h-\[650px\] {
  height: 650px;
}

.h-\[20rem\] {
  height: 20rem;
}

.h-screen {
  height: 100vh;
}

.h-\[13\.75rem\] {
  height: 13.75rem;
}

.h-\[3\.125rem\] {
  height: 3.125rem;
}

.h-\[3\.75rem\] {
  height: 3.75rem;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[56px\] {
  height: 56px;
}

.h-full {
  height: 100%;
}

.h-\[135px\] {
  height: 135px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[560px\] {
  height: 560px;
}

.h-\[490px\] {
  height: 490px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[23px\] {
  height: 23px;
}

.h-\[88px\] {
  height: 88px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[115px\] {
  height: 115px;
}

.h-\[3\.5rem\] {
  height: 3.5rem;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[200px\] {
  height: 200px;
}

.max-h-\[170px\] {
  max-height: 170px;
}

.max-h-\[50px\] {
  max-height: 50px;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.max-h-0 {
  max-height: 0px;
}

.max-w-\[70\%\] {
  max-width: 70%;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.w-full {
  width: 100%;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[88\%\] {
  width: 88%;
}

.w-8 {
  width: 2rem;
}

.w-\[192px\] {
  width: 192px;
}

.w-12 {
  width: 3rem;
}

.w-\[8rem\] {
  width: 8rem;
}

.w-4\/5 {
  width: 80%;
}

.w-\[251px\] {
  width: 251px;
}

.w-28 {
  width: 7rem;
}

.w-\[15\%\] {
  width: 15%;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[95\%\] {
  width: 95%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-5 {
  width: 1.25rem;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[19px\] {
  width: 19px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[5rem\] {
  width: 5rem;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[200px\] {
  width: 200px;
}

.w-1\/4 {
  width: 25%;
}

.w-\[295px\] {
  width: 295px;
}

.w-\[73\%\] {
  width: 73%;
}

.w-1\/2 {
  width: 50%;
}

.w-24 {
  width: 6rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-\[90px\] {
  width: 90px;
}
.w-\[60px\] {
  width: 60px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[90\%\] {
  width: 90%;
}

.max-w-\[92\%\] {
  max-width: 92%;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[270px\] {
  max-width: 270px;
}

.max-w-\[88\%\] {
  max-width: 88%;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[225px\] {
  max-width: 225px;
}

.max-w-\[26px\] {
  max-width: 26px;
}

.max-w-\[165px\] {
  max-width: 165px;
}

.max-w-\[666px\] {
  max-width: 666px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[275px\] {
  max-width: 275px;
}

.max-w-\[235px\] {
  max-width: 235px;
}

.max-w-\[24px\] {
  max-width: 24px;
}

.max-w-\[10\.5rem\] {
  max-width: 10.5rem;
}

.max-w-\[14px\] {
  max-width: 14px;
}

.max-w-\[149px\] {
  max-width: 149px;
}

.max-w-\[59px\] {
  max-width: 59px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-\[56px\] {
  max-width: 56px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[370px\] {
  max-width: 370px;
}

.max-w-\[210px\] {
  max-width: 210px;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[60px\] {
  max-width: 60px;
}
.w-\[60\%\] {
  width: 70%;
}

.max-w-\[25px\] {
  max-width: 25px;
}

.max-w-\[205px\] {
  max-width: 205px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[20px\] {
  max-width: 20px;
}

.max-w-\[85\%\] {
  max-width: 85%;
}

.max-w-\[35\%\] {
  max-width: 35%;
}

.max-w-\[45\%\] {
  max-width: 45%;
}

.max-w-\[160px\] {
  max-width: 160px;
}

.max-w-\[60\%\] {
  max-width: 60%;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[240px\] {
  max-width: 240px;
}

.translate-y-\[20\%\] {
  --tw-translate-y: 20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
  --tw-translate-y: 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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[190px\] {
  --tw-translate-y: 190px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[70\%\] {
  --tw-translate-y: 70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[560px\] {
  --tw-translate-y: 560px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -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));
}

.translate-y-\[602px\] {
  --tw-translate-y: 602px;
  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;
}

.resize-none {
  resize: none;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}
.gap-\[40px\] {
  gap: 40px;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-l-\[10px\] {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.border-yellow {
  border-color: #f9951e;
}

.border-green {
  --tw-bg-opacity: 1;
  border-color: rgb(13 168 140 / var(--tw-bg-opacity));
}
.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(252 200 0 / var(--tw-border-opacity));
}

.border-dRed {
  --tw-border-opacity: 1;
  border-color: rgb(237 64 54 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(34 49 70 / var(--tw-border-opacity));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(249 149 30 / var(--tw-border-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(34 49 70 / var(--tw-bg-opacity));
}
.bg-purple {
  background-color: #4b2e47;
}

.text-purple {
  color: #4b2e47;
}

.bg-yellow {
  background-color: #f9951e;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-dRed {
  --tw-bg-opacity: 1;
  background-color: rgb(237 64 54 / var(--tw-bg-opacity));
}

.bg-dGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(13 168 140 / var(--tw-bg-opacity));
}

.bg-lGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 248 / var(--tw-bg-opacity));
}

.text-green {
  color: rgba(32, 175, 149, 1);
}
.turquoise {
  --tw-bg-opacity: 1;
  color: rgb(21 231 168 / var(--tw-bg-opacity));
}
.text-turquoise {
  --tw-bg-opacity: 1;
  color: rgb(21 231 168 / var(--tw-bg-opacity));
}

.border-turquoise {
  --tw-bg-opacity: 1;
  border-color: rgb(21 231 168 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(252 200 0 / var(--tw-bg-opacity));
}

.bg-christmas {
  background-color: #1d4225;
}

.bg-\[url\(\'\/images\/centrala-mapa\/map-mobile\.png\'\)\] {
  background-image: url("/images/centrala-mapa/map-mobile.png");
}

.bg-none {
  background-image: none;
}

.bg-\[url\(\'\/images\/mobile\/form-success-background\.svg\'\)\] {
  background-image: url("/images/mobile/form-success-background.svg");
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-\[2\.5rem\] {
  padding: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-\[2rem\] {
  padding: 2rem;
}

.p-\[1\.5rem\] {
  padding: 1.5rem;
}
.py-\[0\.5rem\] {
  padding: 0.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-\[2\.5rem\] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-6 {
  padding-top: 1.7rem;
  padding-bottom: 1.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[1\.4rem\] {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

.pb-\[9rem\] {
  padding-bottom: 9rem;
}

.pb-\[6\.5rem\] {
  padding-bottom: 6.5rem;
}

.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}

.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}

.pb-\[15rem\] {
  padding-bottom: 15rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-\[16rem\] {
  padding-top: 16rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-\[4rem\] {
  padding-bottom: 4rem;
}

.pb-\[4\.5rem\] {
  padding-bottom: 4.5rem;
}

.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-\[1rem\] {
  padding-top: 1rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pl-\[2rem\] {
  padding-left: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-text {
  font-family: Avenir Next, sans-serif;
}

.font-body {
  font-family: Comfortaa, sans-serif;
}

.font-\[\'Montserrat\'\] {
  font-family: "Montserrat";
}

.text-\[2\.3rem\] {
  font-size: 2.3rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[0\.85rem\] {
  font-size: 0.85rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[0\.5rem\] {
  font-size: 0.5rem;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.6rem\] {
  font-size: 0.6rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[37px\] {
  font-size: 37px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[42px\] {
  line-height: 42px;
}

.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[30px\] {
  line-height: 30px;
}

.leading-tight {
  line-height: 1.25;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[53px\] {
  line-height: 53px;
}

.leading-\[2\.75rem\] {
  line-height: 2.75rem;
}

.leading-none {
  line-height: 1;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[10px\] {
  line-height: 10px;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(252 200 0 / var(--tw-text-opacity));
}

.text-dRed {
  --tw-text-opacity: 1;
  color: rgb(237 64 54 / var(--tw-text-opacity));
}
.text-uppercase {
  text-transform: uppercase;
}
.text-transparent {
  color: transparent;
}

.text-secondary\/50 {
  color: rgb(34 49 70 / 0.5);
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(34 49 70 / var(--tw-text-opacity));
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-secondary\/70 {
  color: rgb(34 49 70 / 0.7);
}

.text-secondary\/30 {
  color: rgb(34 49 70 / 0.3);
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(249 149 30 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.decoration-solid {
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.self-start {
  align-self: flex-start;
}

.opacity-0 {
  opacity: 0;
}

.outline-0 {
  outline-width: 0px;
}

.ring-0 {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
    drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:transition-default:hover {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:border-0:hover {
  border-width: 0px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 200 0 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 200 0 / var(--tw-bg-opacity));
}

.hover\:bg-dRed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 64 54 / var(--tw-bg-opacity));
}

.hover\:bg-dGreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 168 140 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 49 70 / var(--tw-bg-opacity));
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 149 30 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(34 49 70 / var(--tw-text-opacity));
}

.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 200 0 / var(--tw-border-opacity));
}

.focus\:border-green:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 168 140 / var(--tw-border-opacity));
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:ring-0: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(0px + 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\:drop-shadow-md:focus {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.shadow {
  filter: drop-shadow(1px 1px 10px rgb(177, 176, 176));
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
    position: -webkit-sticky;
    height: fit-content;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:top-\[2rem\] {
    top: 2rem;
  }
  .md\:max-w\[220px\] {
    max-width: 220px;
  }
  .md\:right-16 {
    right: 4rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-\[2\.5rem\] {
    margin: 2.5rem;
  }

  .md\:m-\[5\.5rem\] {
    margin: 5.5rem;
  }
  .md\:mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-\[1\.5rem\] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-\[5rem\] {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-\[2rem\] {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-\[7rem\] {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .md\:my-\[2rem\] {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-\[1rem\] {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-\[0\] {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[7rem\] {
    margin-bottom: 7rem;
  }

  .md\:mr-\[5rem\] {
    margin-right: 5rem;
  }

  .md\:mb-\[1rem\] {
    margin-bottom: 1rem;
  }

  .md\:ml-\[5rem\] {
    margin-left: 5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mr-\[2rem\] {
    margin-right: 2rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-\[2rem\] {
    margin-left: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-\[14rem\] {
    margin-top: 14rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-\[100px\] {
    margin-left: 100px;
  }

  .md\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mt-\[1rem\] {
    margin-top: 1rem;
  }

  .md\:mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
  }

  .md\:mt-\[0\] {
    margin-top: 0;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-\[6rem\] {
    margin-left: 6rem;
  }

  .md\:ml-\[20rem\] {
    margin-left: 20rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-\[0\.25rem\] {
    margin-left: 0.25rem;
  }

  .md\:mr-\[0\.25rem\] {
    margin-right: 0.25rem;
  }

  .md\:mb-\[2rem\] {
    margin-bottom: 2rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mb-\[0\.2rem\] {
    margin-bottom: 0.2rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mb-\[2\.25rem\] {
    margin-bottom: 2.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }
  .md\:mt-\[90px\] {
    margin-top: 90px;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }
  .md\:mt-\[-120px\] {
    margin-top: -120px;
  }

  .md\:mt-\[-140px\] {
    margin-top: -140px;
  }

  .md\:mb-\[0\] {
    margin-bottom: 0;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mt-\[5rem\] {
    margin-top: 5rem;
  }

  .md\:mr-\[4rem\] {
    margin-right: 4rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-\[80px\] {
    margin-right: 80px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mb-\[9rem\] {
    margin-bottom: 9rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:block {
    display: block;

    margin-top: 3rem;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex-1 {
    flex: 1;
  }

  .md\:flex-3 {
    flex: 3;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .md\:h-auto {
    height: auto;
  }

  .md\:h-\[900px\] {
    height: 900px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:h-\[670px\] {
    height: 670px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }
  .md\:h-\[56px\] {
    height: 56px;
  }
  .md\:h-full {
    height: 100%;
  }

  .md\:h-\[840px\] {
    height: 840px;
  }

  .md\:h-\[52px\] {
    height: 52px;
  }

  .md\:h-\[60\%\] {
    height: 60%;
  }

  .md\:h-\[54px\] {
    height: 54px;
  }

  .md\:h-\[55px\] {
    height: 55px;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-\[45rem\] {
    height: 45rem;
  }

  .md\:h-\[72px\] {
    height: 72px;
  }

  .md\:h-\[64px\] {
    height: 64px;
  }

  .md\:h-\[242px\] {
    height: 242px;
  }

  .md\:h-\[220px\] {
    height: 220px;
  }

  .md\:h-\[84px\] {
    height: 84px;
  }
  .md\:h-\[34px\] {
    height: 30px;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:h-\[290px\] {
    height: 290px;
  }

  .md\:h-\[268px\] {
    height: 268px;
  }

  .md\:h-\[760px\] {
    height: 760px;
  }

  .md\:h-\[590px\] {
    height: 590px;
  }

  .md\:h-\[950px\] {
    height: 950px;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[73\%\] {
    width: 73%;
  }

  .md\:w-\[86\%\] {
    width: 86%;
  }

  .md\:max-h-\[940px\] {
    max-height: 940px;
  }

  .md\:w-\[23rem\] {
    width: 23rem;
  }

  .md\:w-\[20rem\] {
    width: 20rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[14rem\] {
    width: 14rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-\[5rem\] {
    width: 5rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-\[77px\] {
    width: 77px;
  }

  .md\:w-\[251px\] {
    width: 251px;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-\[10rem\] {
    width: 10rem;
  }

  .md\:w-\[15rem\] {
    width: 15rem;
  }
  .md\:w-\[8rem\] {
    width: 8rem;
  }
  .md\:w-\[13rem\] {
    width: 13rem;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:max-w-\[860px\] {
    max-width: 860px;
  }

  .md\:max-w-\[660px\] {
    max-width: 660px;
  }
  .md\:max-w-\[600px\] {
    max-width: 660px;
  }

  .md\:max-w-\[760px\] {
    max-width: 760px;
  }

  .md\:max-w-\[810px\] {
    max-width: 810px;
  }

  .md\:max-w-\[430px\] {
    max-width: 430px;
  }

  .md\:max-w-\[242px\] {
    max-width: 242px;
  }

  .md\:max-w-\[1620px\] {
    max-width: 1620px;
  }

  .md\:max-w-\[415px\] {
    max-width: 415px;
  }

  .md\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .md\:max-w-\[325px\] {
    max-width: 325px;
  }

  .md\:max-w-\[1920px\] {
    max-width: 1920px;
  }

  .md\:max-w-\[840px\] {
    max-width: 840px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-\[1440px\] {
    max-width: 1440px;
  }

  .md\:max-w-\[1260px\] {
    max-width: 1260px;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[45px\] {
    max-width: 45px;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[782px\] {
    max-width: 782px;
  }

  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .md\:max-w-\[469px\] {
    max-width: 469px;
  }

  .md\:max-w-\[270px\] {
    max-width: 270px;
  }

  .md\:max-w-\[434px\] {
    max-width: 434px;
  }

  .md\:max-w-\[665px\] {
    max-width: 665px;
  }

  .md\:max-w-\[88\%\] {
    max-width: 88%;
  }

  .md\:max-w-\[45\%\] {
    max-width: 45%;
  }

  .md\:max-w-\[550px\] {
    max-width: 550px;
  }

  .md\:max-w-\[175px\] {
    max-width: 175px;
  }

  .md\:max-w-\[440px\] {
    max-width: 440px;
  }

  .md\:max-w-\[110px\] {
    max-width: 110px;
  }

  .md\:max-w-\[1185px\] {
    max-width: 1185px;
  }

  .md\:max-w-\[445px\] {
    max-width: 445px;
  }

  .md\:max-w-\[680px\] {
    max-width: 680px;
  }

  .md\:max-w-\[425px\] {
    max-width: 425px;
  }

  .md\:max-w-\[330px\] {
    max-width: 330px;
  }

  .md\:max-w-\[495px\] {
    max-width: 495px;
  }

  .md\:max-w-\[315px\] {
    max-width: 315px;
  }

  .md\:max-w-\[340px\] {
    max-width: 340px;
  }

  .md\:max-w-\[480px\] {
    max-width: 480px;
  }

  .md\:max-w-\[470px\] {
    max-width: 470px;
  }

  .md\:max-w-\[390px\] {
    max-width: 390px;
  }

  .md\:max-w-\[160px\] {
    max-width: 160px;
  }

  .md\:max-w-\[205px\] {
    max-width: 205px;
  }

  .md\:max-w-\[220px\] {
    max-width: 220px;
  }

  .md\:max-w-\[370px\] {
    max-width: 370px;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:max-w-\[35\%\] {
    max-width: 35%;
  }

  .md\:max-w-\[20\%\] {
    max-width: 20%;
  }

  .md\:max-w-\[25\%\] {
    max-width: 25%;
  }

  .md\:max-w-\[365px\] {
    max-width: 365px;
  }

  .md\:max-w-\[66\%\] {
    max-width: 66%;
  }

  .md\:max-w-\[unset\] {
    max-width: unset;
  }

  .md\:max-w-\[460px\] {
    max-width: 460px;
  }

  .md\:max-w-\[226px\] {
    max-width: 226px;
  }

  .md\:max-w-\[1110px\] {
    max-width: 1110px;
  }

  .md\:max-w-\[70px\] {
    max-width: 70px;
  }

  .md\:max-w-\[575px\] {
    max-width: 575px;
  }

  .md\:max-w-\[100px\] {
    max-width: 100px;
  }

  .md\:max-w-\[320px\] {
    max-width: 320px;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -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));
  }

  .md\:translate-y-\[0\] {
    --tw-translate-y: 0;
    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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-white {
    background-color: white;
  }

  .md\:bg-\[url\(\'\/images\/centrala-mapa\/map\.png\'\)\] {
    background-image: url("/images/centrala-mapa/map.png");
  }

  .md\:object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[3\.5rem\] {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-\[4rem\] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pb-\[6\.5rem\] {
    padding-bottom: 6.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-\[4rem\] {
    padding-left: 4rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pb-\[17rem\] {
    padding-bottom: 17rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-\[14rem\] {
    padding-top: 14rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-\[3\.5rem\] {
    padding-bottom: 3.5rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }

  .md\:pt-\[3\.5rem\] {
    padding-top: 3.5rem;
  }

  .md\:pb-\[0\.2rem\] {
    padding-bottom: 0.2rem;
  }

  .md\:pt-\[16rem\] {
    padding-top: 16rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pl-\[5rem\] {
    padding-left: 5rem;
  }

  .md\:pt-\[5rem\] {
    padding-top: 5rem;
  }

  .md\:pt-\[94px\] {
    padding-top: 94px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:text-\[4rem\] {
    font-size: 4rem;
  }

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .md\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .md\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[65px\] {
    font-size: 65px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .md\:text-\[1\.7rem\] {
    font-size: 1.7rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

  .md\:leading-\[72px\] {
    line-height: 72px;
  }

  .md\:leading-\[26px\] {
    line-height: 26px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }

  .md\:leading-\[43px\] {
    line-height: 43px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .md\:leading-\[47px\] {
    line-height: 47px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[23px\] {
    line-height: 23px;
  }

  .md\:leading-\[20px\] {
    line-height: 20px;
  }

  .md\:leading-\[36px\] {
    line-height: 36px;
  }

  .md\:leading-\[31px\] {
    line-height: 31px;
  }

  .md\:leading-\[27px\] {
    line-height: 27px;
  }

  .md\:leading-\[18px\] {
    line-height: 18px;
  }

  .md\:leading-\[15px\] {
    line-height: 15px;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[39px\] {
    line-height: 39px;
  }

  .md\:leading-\[25px\] {
    line-height: 25px;
  }

  .md\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(34 49 70 / var(--tw-text-opacity));
  }

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(252 200 0 / var(--tw-border-opacity));
  }

  .md\:hover\:border-green:hover {
    --tw-border-opacity: 1;
    border-color: rgb(13 168 140 / var(--tw-border-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-\[290px\] {
    height: 290px;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:max-w-\[1620px\] {
    max-width: 1620px;
  }

  .lg\:max-w-\[380px\] {
    max-width: 380px;
  }

  .lg\:max-w-\[320px\] {
    max-width: 320px;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[1\.7rem\] {
    font-size: 1.7rem;
  }

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-\[2rem\] {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mr-\[-160px\] {
    margin-right: -160px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mr-\[4rem\] {
    margin-right: 4rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[900px\] {
    height: 900px;
  }

  .xl\:max-w-\[1620px\] {
    max-width: 1620px;
  }

  .xl\:max-w-\[585px\] {
    max-width: 585px;
  }

  .xl\:max-w-\[660px\] {
    max-width: 660px;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\: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));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-\[1rem\] {
    font-size: 1rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:max-w-\[770px\] {
    max-width: 770px;
  }

  .\32xl\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
}

@media (min-width: 1800px) {
  .\33xl\:max-w-\[880px\] {
    max-width: 880px;
  }

  .\33xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
