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

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

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

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

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

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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-460px\] {
  bottom: -460px;
}

.bottom-\[-55px\] {
  bottom: -55px;
}

.bottom-\[19px\] {
  bottom: 19px;
}

.left-8 {
  left: 2rem;
}

.left-\[2vw\] {
  left: 2vw;
}

.right-\[-278px\] {
  right: -278px;
}

.top-\[-42px\] {
  top: -42px;
}

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

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

.z-\[-10\] {
  z-index: -10;
}

.m-auto {
  margin: auto;
}

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[115\%\] {
  height: 115%;
}

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

.h-\[28vw\] {
  height: 28vw;
}

.h-\[30\.2vw\] {
  height: 30.2vw;
}

.h-\[46vw\] {
  height: 46vw;
}

.h-\[61vw\] {
  height: 61vw;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.w-\[100vw\] {
  width: 100vw;
}

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

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

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

.w-\[28vw\] {
  width: 28vw;
}

.w-\[35vw\] {
  width: 35vw;
}

.w-\[40vw\] {
  width: 40vw;
}

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-\[259px\] {
  min-width: 259px;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-\[repeat\(2\2c minmax\(0\2c 146px\)\)\] {
  grid-template-columns: repeat(2,minmax(0,146px));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

.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;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[27px\] {
  gap: 27px;
}

.gap-\[49px\] {
  gap: 49px;
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

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

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

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

.border-secundary4 {
  --tw-border-opacity: 1;
  border-color: rgb(129 129 129 / var(--tw-border-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 173 54 / var(--tw-bg-opacity));
}

.bg-secundary3 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 241 241 / var(--tw-bg-opacity));
}

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

.bg-banner2 {
  background-image: url('../src/assets/images/banners/banner2.svg');
}

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

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

.bg-\[88\%_bottom\] {
  background-position: 88% bottom;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.px-\[6vw\] {
  padding-left: 6vw;
  padding-right: 6vw;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-24 {
  padding-top: 6rem;
}

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

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

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

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

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

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

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-smobile {
  font-size: 20px;
}

.text-title {
  font-size: 47px;
}

.text-tmobile {
  font-size: 28px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.text-\[\#818181\] {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}

.text-\[\#AAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.text-\[\#BD7B0A\] {
  --tw-text-opacity: 1;
  color: rgb(189 123 10 / var(--tw-text-opacity));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(243 173 54 / var(--tw-text-opacity));
}

.text-secundary1 {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.text-secundary2 {
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}

.text-secundary4 {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}

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

.shadow-\[0px_4px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 10px 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);
}

@media (min-width: 374px) {
  .xs\:bottom-\[-366px\] {
    bottom: -366px;
  }

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

@media (min-width: 640px) {
  .sm\:bottom-\[-427px\] {
    bottom: -427px;
  }

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

  .sm\:mb-\[118px\] {
    margin-bottom: 118px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-\[96\%\] {
    max-width: 96%;
  }

  .sm\:grid-cols-\[repeat\(2\2c minmax\(0\2c 172px\)\)\] {
    grid-template-columns: repeat(2,minmax(0,172px));
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

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

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

  .sm\:rounded-\[60px\] {
    border-radius: 60px;
  }

  .sm\:rounded-\[90px\] {
    border-radius: 90px;
  }

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

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

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

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

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

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

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-subtitle {
    font-size: 27px;
  }

  .sm\:text-title {
    font-size: 47px;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:leading-\[110\%\] {
    line-height: 110%;
  }

  .sm\:leading-\[120\%\] {
    line-height: 120%;
  }

  .sm\:leading-\[48px\] {
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-\[-17px\] {
    left: -17px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[28vw\] {
    height: 28vw;
  }

  .md\:h-\[30vw\] {
    height: 30vw;
  }

  .md\:h-\[58vw\] {
    height: 58vw;
  }

  .md\:h-\[68vw\] {
    height: 68vw;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-\[16vw\] {
    width: 16vw;
  }

  .md\:w-\[27vw\] {
    width: 27vw;
  }

  .md\:w-\[30vw\] {
    width: 30vw;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[80vw\] {
    width: 80vw;
  }

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

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

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

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

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

  .md\:max-w-\[49\%\] {
    max-width: 49%;
  }

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

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

  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }

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

  .md\:grid-cols-\[repeat\(5\2c minmax\(0\2c 172px\)\)\] {
    grid-template-columns: repeat(5,minmax(0,172px));
  }

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

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

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

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:bg-banner1 {
    background-image: url('../src/assets/images/banners/banner1.svg');
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:bottom-\[-277px\] {
    bottom: -277px;
  }

  .lg\:bottom-\[63px\] {
    bottom: 63px;
  }

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

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[40vw\] {
    height: 40vw;
  }

  .lg\:h-\[50vw\] {
    height: 50vw;
  }

  .lg\:w-\[20vw\] {
    width: 20vw;
  }

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-\[repeat\(3\2c minmax\(0\2c 380px\)\)\] {
    grid-template-columns: repeat(3,minmax(0,380px));
  }

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

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

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

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

  .lg\:border-r-\[1px\] {
    border-right-width: 1px;
  }

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

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

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

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

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

  .lg\:pr-\[98px\] {
    padding-right: 98px;
  }

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

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

@media (min-width: 1280px) {
  .xl\:left-\[-28px\] {
    left: -28px;
  }

  .xl\:h-\[28vw\] {
    height: 28vw;
  }

  .xl\:h-\[35vw\] {
    height: 35vw;
  }

  .xl\:w-\[16vw\] {
    width: 16vw;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:bottom-\[-80px\] {
    bottom: -80px;
  }

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

  .\32xl\:px-\[22vw\] {
    padding-left: 22vw;
    padding-right: 22vw;
  }
}