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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}h1 {
  font-size: 3rem;
  line-height: 1;
  line-height: 3.5rem;
}@media (min-width: 600px) {

  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}a,p {
  font-size: 1rem;
  line-height: 1.5rem;
}header .hidden-menu {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 60px;
  opacity: 0;
}

*, ::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:  ;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}@media (min-width: 1248px) {

  .container {
    max-width: 1248px;
  }
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.-bottom-0 {
  bottom: -0px;
}.-bottom-0\.5 {
  bottom: -0.125rem;
}.-bottom-1 {
  bottom: -0.25rem;
}.-bottom-2 {
  bottom: -0.5rem;
}.-bottom-\[172px\] {
  bottom: -172px;
}.-left-1 {
  left: -0.25rem;
}.-left-5 {
  left: -1.25rem;
}.-left-\[160px\] {
  left: -160px;
}.-left-\[240px\] {
  left: -240px;
}.-right-12 {
  right: -3rem;
}.-right-16 {
  right: -4rem;
}.-right-4 {
  right: -1rem;
}.-right-\[120px\] {
  right: -120px;
}.-right-\[208px\] {
  right: -208px;
}.-right-\[280px\] {
  right: -280px;
}.-top-1 {
  top: -0.25rem;
}.-top-12 {
  top: -3rem;
}.-top-\[103px\] {
  top: -103px;
}.-top-\[205px\] {
  top: -205px;
}.-top-\[265px\] {
  top: -265px;
}.bottom-0 {
  bottom: 0px;
}.bottom-10 {
  bottom: 2.5rem;
}.bottom-14 {
  bottom: 3.5rem;
}.bottom-16 {
  bottom: 4rem;
}.bottom-28 {
  bottom: 7rem;
}.bottom-52 {
  bottom: 13rem;
}.bottom-56 {
  bottom: 14rem;
}.left-0 {
  left: 0px;
}.left-10 {
  left: 2.5rem;
}.left-20 {
  left: 5rem;
}.left-4 {
  left: 1rem;
}.left-\[calc\(50\%-120px\)\] {
  left: calc(50% - 120px);
}.right-0 {
  right: 0px;
}.right-12 {
  right: 3rem;
}.right-16 {
  right: 4rem;
}.right-4 {
  right: 1rem;
}.right-6 {
  right: 1.5rem;
}.right-\[calc\(50\%\+28px\)\] {
  right: calc(50% + 28px);
}.right-\[calc\(50\%\+40px\)\] {
  right: calc(50% + 40px);
}.right-\[calc\(50\%-350px\)\] {
  right: calc(50% - 350px);
}.top-0 {
  top: 0px;
}.top-1 {
  top: 0.25rem;
}.top-1\/2 {
  top: 50%;
}.top-3 {
  top: 0.75rem;
}.top-44 {
  top: 11rem;
}.top-5 {
  top: 1.25rem;
}.top-64 {
  top: 16rem;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-50 {
  z-index: 50;
}.m-0 {
  margin: 0px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-mb-2 {
  margin-bottom: -0.5rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.\!flex {
  display: flex !important;
}.flex {
  display: flex;
}.\!hidden {
  display: none !important;
}.hidden {
  display: none;
}.h-0 {
  height: 0px;
}.h-0\.5 {
  height: 0.125rem;
}.h-10 {
  height: 2.5rem;
}.h-16 {
  height: 4rem;
}.h-6 {
  height: 1.5rem;
}.h-\[277px\] {
  height: 277px;
}.h-\[52px\] {
  height: 52px;
}.h-\[750px\] {
  height: 750px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.h-px {
  height: 1px;
}.min-h-\[190px\] {
  min-height: 190px;
}.min-h-\[245px\] {
  min-height: 245px;
}.min-h-\[277px\] {
  min-height: 277px;
}.min-h-\[680px\] {
  min-height: 680px;
}.w-36 {
  width: 9rem;
}.w-40 {
  width: 10rem;
}.w-6 {
  width: 1.5rem;
}.w-\[120px\] {
  width: 120px;
}.w-\[137px\] {
  width: 137px;
}.w-\[160px\] {
  width: 160px;
}.w-\[250px\] {
  width: 250px;
}.w-\[300px\] {
  width: 300px;
}.w-\[330px\] {
  width: 330px;
}.w-\[350px\] {
  width: 350px;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-px {
  width: 1px;
}.max-w-\[115px\] {
  max-width: 115px;
}.max-w-\[250px\] {
  max-width: 250px;
}.max-w-\[880px\] {
  max-width: 880px;
}.max-w-full {
  max-width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.-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));
}.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;
}.list-inside {
  list-style-position: inside;
}.list-disc {
  list-style-type: disc;
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.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-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.overflow-hidden {
  overflow: hidden;
}.rounded-sm {
  border-radius: 0.125rem;
}.border {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-t-2 {
  border-top-width: 2px;
}.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}.border-t-primary-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(36 55 130 / var(--tw-border-opacity));
}.bg-off {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}.bg-primary-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 22 52 / var(--tw-bg-opacity));
}.bg-primary-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 169 53 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}.bg-center {
  background-position: center;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-1 {
  padding: 0.25rem;
}.p-2 {
  padding: 0.5rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.pb-0 {
  padding-bottom: 0px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pl-4 {
  padding-left: 1rem;
}.pt-0 {
  padding-top: 0px;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-24 {
  padding-top: 6rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[48px\] {
  font-size: 48px;
}.text-\[8px\] {
  font-size: 8px;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.leading-\[110\%\] {
  line-height: 110%;
}.leading-\[120\%\] {
  line-height: 120%;
}.leading-\[130\%\] {
  line-height: 130%;
}.leading-\[150\%\] {
  line-height: 150%;
}.text-brand-gray {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}.text-primary-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(36 55 130 / var(--tw-text-opacity));
}.text-primary-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(25 39 91 / var(--tw-text-opacity));
}.text-primary-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(14 22 52 / var(--tw-text-opacity));
}.text-primary-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(236 169 53 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}html,body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(14 22 52 / var(--tw-bg-opacity));
  font-family: Encode Sans Expanded, sans-serif;
}img {
  display: block;
  max-width: 100%;
}@font-face{font-family:"Figtree";src:url("../fonts/Figtree-BlackItalic.ttf") format("ttf"),url("../fonts/Figtree-BlackItalic.ttf") format("ttf");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Figtree";src:url("../fonts/Figtree-Black.ttf") format("ttf"),url("../fonts/Figtree-Black.ttf") format("ttf");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Figtree";src:url("../fonts/Figtree-Bold.ttf") format("ttf"),url("../fonts/Figtree-Bold.ttf") format("ttf");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Figtree";src:url("../fonts/Figtree-BoldItalic.ttf") format("ttf"),url("../fonts/Figtree-BoldItalic.ttf") format("ttf");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Figtree";src:url("../fonts/Figtree-Regular.ttf") format("ttf"),url("../fonts/Figtree-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Figtree";src:url("../fonts/Figtree-Light.ttf") format("ttf"),url("../fonts/Figtree-Light.ttf") format("ttf");font-weight:300;font-style:thin;font-display:swap}@font-face{font-family:"Figtree";src:url("../fonts/Figtree-ThinItalic.ttf") format("ttf"),url("../fonts/Figtree-ThinItalic.ttf") format("ttf");font-weight:300;font-style:italic;font-display:swap}.glass-effect{border-radius:var(--Espaamentos-spacing-block-tiny, 2px);border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.glass-effect-2{border-radius:var(--Espaamentos-spacing-block-tiny, 2px);border:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.swiper-pagination-bullet{background-color:#eca935 !important}.smaller{background-color:#0e1634}.blur-1{width:312px;height:312px;border-radius:312px;background:radial-gradient(50% 50% at 50% 50%, #a7afcd 0%, #243782 53.85%);filter:blur(200px)}.blur-2{width:412px;height:412px;border-radius:412px;background:radial-gradient(50% 50% at 50% 50%, #a7afcd 0%, #243782 53.85%);filter:blur(240px)}.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 169 53 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(14 22 52 / var(--tw-text-opacity));
  transition-duration: 300ms;
}.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 118 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}header .smaller {
  --tw-bg-opacity: 1;
  background-color: rgb(14 22 52 / var(--tw-bg-opacity));
}@keyframes submenu{0%{transform:translateY(20px)}100%{transform:translateY(0)}}.hamburger-line{transition:all .3s ease}#mobile-menu-button.active .line1{transform:translateY(8px) rotate(45deg)}#mobile-menu-button.active .line2{opacity:0}#mobile-menu-button.active .line3{transform:translateY(-8px) rotate(-45deg)}.s-hero{background-image:url("../assets/img/bg-hero-mobile.png");background-size:cover}@media(min-width: 768px){.s-hero{background-image:url("../assets/img/bg-hero-desktop.webp");background-position:center}}@media(min-width: 1024px){.s-hero{background-image:url("../assets/img/bg-hero-desktop.webp");background-size:1440px 100%}}.s-depoimentos{background-image:url("../assets/img/bg-depoimentos.svg");background-size:cover;background-position:center}.faq-answer{display:none}.faq-answer.active{display:block}.chevron{transition:transform .3s}.chevron.active{transform:rotate(180deg)}.text-depoimento{position:relative}.text-depoimento:after{content:"";display:inline-block;background-position:center;-o-object-fit:contain;object-fit:contain;background-image:url("../assets/img/ic-quote-close.svg");width:27px;height:22px}.text-depoimento2{position:relative}.text-depoimento2:after{content:"";display:inline-block;background-position:center;-o-object-fit:contain;object-fit:contain;background-image:url("../assets/img/ic-quote-close.svg");width:27px;height:22px}.text-depoimento3{position:relative}.text-depoimento3:after{content:"";display:inline-block;background-position:center;-o-object-fit:contain;object-fit:contain;background-image:url("../assets/img/ic-quote-close.svg");width:27px;height:22px}.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:text-primary-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(236 169 53 / var(--tw-text-opacity));
}.hover\:text-primary-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(165 118 37 / var(--tw-text-opacity));
}@media (min-width: 991px) {

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .lg\:block {
    display: block;
  }

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

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

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

  .lg\:w-\[calc\(100\%-542px\)\] {
    width: calc(100% - 542px);
  }

  .lg\:w-\[calc\(100\%-544px\)\] {
    width: calc(100% - 544px);
  }

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

  .lg\:max-w-\[calc\(100\%-372px\)\] {
    max-width: calc(100% - 372px);
  }

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

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

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

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

  .lg\:text-\[40px\] {
    font-size: 40px;
  }
}@media (min-width: 768px) {

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

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

  .md\:-bottom-\[5px\] {
    bottom: -5px;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

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

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-\[420px\] {
    top: 420px;
  }

  .md\:top-\[calc\(50\%\)\] {
    top: calc(50%);
  }

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-translate-x-\[calc\(50\%-160px\)\] {
    --tw-translate-x: calc(calc(50% - 160px) * -1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (min-width: 600px) {

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

  .sm\:hidden {
    display: none;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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