/*
! 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: 58px;
  line-height: 100%;
}@media (max-width: 600px) {

  h1 {
    font-size: 2rem;
  }
}h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}h2 {
  font-size: 40px;
  line-height: 120%;
}@media (max-width: 600px) {

  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}h3 {
  font-size: 38px;
  line-height: 120%;
}@media (max-width: 600px) {

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}h4 {
  font-size: 32px;
  line-height: 120%;
}@media (max-width: 600px) {

  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}h5 {
  font-size: 28px;
  line-height: 130%;
}@media (max-width: 600px) {

  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}@media (max-width: 600px) {

  h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: linear;
}.btn.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(204 9 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 22 36 / var(--tw-bg-opacity));
}.btn.primary.hero {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 130%;
}.btn.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(204 9 47 / var(--tw-text-opacity));
}.btn.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 22 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn.secondary.hero {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 130%;
}header.smaller .top {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0px;
  padding-right: 0px;
  transition-duration: 500ms;
  transition-timing-function: linear;
}header.smaller .top .container .col .hamburger {
  position: relative;
  z-index: 50;
  display: none;
  width: 100%;
}@media (max-width: 991px) {

  header.smaller .top .container .col .hamburger {
    display: block;
  }
}header .top {
  background-color: transparent;
  padding-top: 26px;
  padding-bottom: 26px;
  transition-duration: 500ms;
  transition-timing-function: linear;
}@media (max-width: 600px) {

  header .top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}header .top .container .col:last-child {
  display: none;
}@media (max-width: 991px) {

  header .top .container .col:last-child {
    display: block;
  }
}header .top .container .col .menu {
  display: flex;
  gap: 24px;
}@media (max-width: 991px) {

  header .top .container .col .menu {
    display: none;
  }
}header .top .container .col .menu li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(204 9 47 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: linear;
}header .top .container .col .menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 22 36 / var(--tw-text-opacity));
}header .top .container .col .logo-menu-wrapper a img.logo-white {
  display: none;
}header .top .container .col .hamburger {
  position: relative;
  z-index: 50;
  display: none;
  width: 100%;
}@media (max-width: 991px) {

  header .top .container .col .hamburger {
    display: block;
  }
}header .top .container .col .hamburger .hamburger-box {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}header .top .container .col .hamburger .hamburger-box .hamburger-inner,header .top .container .col .hamburger .hamburger-box .hamburger-inner::before,header .top .container .col .hamburger .hamburger-box .hamburger-inner::after {
  --tw-bg-opacity: 1;
  background-color: rgb(204 9 47 / var(--tw-bg-opacity));
  opacity: 1;
}header .top .container .col .menu-mobile nav {
  display: flex;
  justify-content: center;
}header .top .container .col .menu-mobile nav ul {
  display: flex;
  width: 100%;
  max-width: 32rem;
  list-style-type: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}header .top .container .col .menu-mobile nav ul li {
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}header .top .container .col .menu-mobile nav ul li a {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}header .top .container .col .menu-mobile nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(204 9 47 / var(--tw-text-opacity));
}header .top .container .col .menu-mobile nav ul li a:active {
  --tw-text-opacity: 1;
  color: rgb(153 22 36 / var(--tw-text-opacity));
}

*, ::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: 15px;
  padding-left: 15px;
}@media (min-width: 1276px) {

  .container {
    max-width: 1276px;
  }
}.pointer-events-none {
  pointer-events: none;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.-left-32 {
  left: -8rem;
}.-right-10 {
  right: -2.5rem;
}.bottom-0 {
  bottom: 0px;
}.bottom-10 {
  bottom: 2.5rem;
}.bottom-16 {
  bottom: 4rem;
}.left-0 {
  left: 0px;
}.right-0 {
  right: 0px;
}.right-4 {
  right: 1rem;
}.top-0 {
  top: 0px;
}.top-36 {
  top: 9rem;
}.top-\[355px\] {
  top: 355px;
}.top-\[96px\] {
  top: 96px;
}.z-10 {
  z-index: 10;
}.z-50 {
  z-index: 50;
}.z-\[1\] {
  z-index: 1;
}.z-\[2\] {
  z-index: 2;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-11 {
  margin-bottom: 2.75rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-14 {
  margin-bottom: 3.5rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-9 {
  margin-bottom: 2.25rem;
}.ml-5 {
  margin-left: 1.25rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-12 {
  margin-top: 3rem;
}.block {
  display: block;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-10 {
  height: 2.5rem;
}.h-\[104px\] {
  height: 104px;
}.h-\[46px\] {
  height: 46px;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.w-10 {
  width: 2.5rem;
}.w-\[46px\] {
  width: 46px;
}.w-full {
  width: 100%;
}.max-w-80 {
  max-width: 20rem;
}.max-w-\[104px\] {
  max-width: 104px;
}.max-w-\[1080px\] {
  max-width: 1080px;
}.max-w-\[112px\] {
  max-width: 112px;
}.max-w-\[1295px\] {
  max-width: 1295px;
}.max-w-\[1312px\] {
  max-width: 1312px;
}.max-w-\[1316px\] {
  max-width: 1316px;
}.max-w-\[163px\] {
  max-width: 163px;
}.max-w-\[168px\] {
  max-width: 168px;
}.max-w-\[175px\] {
  max-width: 175px;
}.max-w-\[214px\] {
  max-width: 214px;
}.max-w-\[215px\] {
  max-width: 215px;
}.max-w-\[238px\] {
  max-width: 238px;
}.max-w-\[263px\] {
  max-width: 263px;
}.max-w-\[280px\] {
  max-width: 280px;
}.max-w-\[293px\] {
  max-width: 293px;
}.max-w-\[309px\] {
  max-width: 309px;
}.max-w-\[417px\] {
  max-width: 417px;
}.max-w-\[517px\] {
  max-width: 517px;
}.max-w-\[523px\] {
  max-width: 523px;
}.max-w-\[547px\] {
  max-width: 547px;
}.max-w-\[564px\] {
  max-width: 564px;
}.max-w-\[580px\] {
  max-width: 580px;
}.max-w-\[604px\] {
  max-width: 604px;
}.max-w-\[608px\] {
  max-width: 608px;
}.max-w-\[705px\] {
  max-width: 705px;
}.max-w-\[717px\] {
  max-width: 717px;
}.max-w-\[734px\] {
  max-width: 734px;
}.max-w-\[895px\] {
  max-width: 895px;
}.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}.max-w-full {
  max-width: 100%;
}.translate-y-full {
  --tw-translate-y: 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));
}.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));
}.list-disc {
  list-style-type: disc;
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.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;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.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));
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.overflow-hidden {
  overflow: hidden;
}.overflow-scroll {
  overflow: scroll;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.border-2 {
  border-width: 2px;
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.bg-\[\#991624\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 22 36 / var(--tw-bg-opacity));
}.bg-\[\#E68497\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 132 151 / var(--tw-bg-opacity));
}.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}.bg-vermelhoBradesco {
  --tw-bg-opacity: 1;
  background-color: rgb(204 9 47 / var(--tw-bg-opacity));
}.bg-vinhoBradesco {
  --tw-bg-opacity: 1;
  background-color: rgb(153 22 36 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[54px\] {
  padding-top: 54px;
  padding-bottom: 54px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-14 {
  padding-bottom: 3.5rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pt-11 {
  padding-top: 2.75rem;
}.pt-14 {
  padding-top: 3.5rem;
}.pt-16 {
  padding-top: 4rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-\[100px\] {
  padding-top: 100px;
}.pt-\[193px\] {
  padding-top: 193px;
}.text-center {
  text-align: center;
}.text-end {
  text-align: end;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-\[30px\] {
  font-size: 30px;
}.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.font-bold {
  font-weight: 700;
}.leading-\[100\%\] {
  line-height: 100%;
}.leading-\[140\%\] {
  line-height: 140%;
}.text-brandBlack {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}.text-brandGrey {
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / var(--tw-text-opacity));
}.text-vermelhoBradesco {
  --tw-text-opacity: 1;
  color: rgb(204 9 47 / var(--tw-text-opacity));
}.text-vinhoBradesco {
  --tw-text-opacity: 1;
  color: rgb(153 22 36 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.opacity-0 {
  opacity: 0;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300 {
  transition-duration: 300ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear {
  transition-timing-function: linear;
}html {
  scroll-padding-top: 10rem;
  scroll-behavior: smooth;
}html,body {
  overflow-x: hidden;
  font-family: Bradesco Sans, sans-serif;
}img {
  display: block;
  max-width: 100%;
}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-BoldItalic.woff2") format("woff2"),url("../fonts/BradescoSans-BoldItalic.woff") format("woff");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-Bold.woff2") format("woff2"),url("../fonts/BradescoSans-Bold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans Condensed";src:url("../fonts/BradescoSans-Condensed.woff2") format("woff2"),url("../fonts/BradescoSans-Condensed.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans Condensed";src:url("../fonts/BradescoSans-CondensedBold.woff2") format("woff2"),url("../fonts/BradescoSans-CondensedBold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-Italic.woff2") format("woff2"),url("../fonts/BradescoSans-Italic.woff") format("woff");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-LightItalic.woff2") format("woff2"),url("../fonts/BradescoSans-LightItalic.woff") format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-MediumItalic.woff2") format("woff2"),url("../fonts/BradescoSans-MediumItalic.woff") format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-Medium.woff2") format("woff2"),url("../fonts/BradescoSans-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-Light.woff2") format("woff2"),url("../fonts/BradescoSans-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-ThinItalic.woff2") format("woff2"),url("../fonts/BradescoSans-ThinItalic.woff") format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-SemiBold.woff2") format("woff2"),url("../fonts/BradescoSans-SemiBold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-SemiboldItalic.woff2") format("woff2"),url("../fonts/BradescoSans-SemiboldItalic.woff") format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-Thin.woff2") format("woff2"),url("../fonts/BradescoSans-Thin.woff") format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans XBold";src:url("../fonts/BradescoSans-XBoldItalic.woff2") format("woff2"),url("../fonts/BradescoSans-XBoldItalic.woff") format("woff");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:"Bradesco Sans XBold";src:url("../fonts/BradescoSans-XBold.woff2") format("woff2"),url("../fonts/BradescoSans-XBold.woff") format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Bradesco Sans";src:url("../fonts/BradescoSans-Regular.woff2") format("woff2"),url("../fonts/BradescoSans-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}.swiper-pagination {
  position: relative;
}.swiper-pagination .swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(204 9 47 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: linear;
}.menu-opened {
  overflow: hidden;
}.menu-opened header .menu-mobile {
  pointer-events: auto;
  --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));
  opacity: 1;
}.menu-item-has-children .sub-menu {
  display: none;
}@keyframes submenu{0%{transform:translateY(20px)}100%{transform:translateY(0)}}.s-localidades ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.s-localidades ul li {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 22 36 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.s-localidades ul li p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(204 9 47 / var(--tw-text-opacity));
}.s-localidades .accordion .accordion-item {
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 9 47 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}.s-localidades .accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}.s-localidades .accordion .accordion-item .accordion-header svg {
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-localidades .accordion .accordion-item.active .accordion-header {
  margin-bottom: 0.75rem;
}.s-localidades .accordion .accordion-item.active .accordion-header svg {
  --tw-rotate: 180deg;
  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));
}.s-localidades .accordion .accordion-item.active .accordion-content {
  display: block;
}.s-beneficios .swiper-slide {
  display: flex;
  height: auto;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 0.25rem;
}.s-beneficios .swiper-slide .card {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 286px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-beneficios .swiper-slide .card:hover {
  --tw-translate-y: 0.25rem;
  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));
}.s-beneficios .swiper-slide .card p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(204 9 47 / var(--tw-text-opacity));
}.s-beneficios .buttons .swiper-button-next,.s-beneficios .buttons .swiper-button-prev {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: 0px;
  height: 3rem;
  width: 3rem;
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-sua-jornada .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}.s-sua-jornada .swiper-slide .card {
  width: 100%;
  max-width: 342px;
  border-right-width: 1px;
  border-color: #6D6E7133;
  padding-right: 2rem;
}.s-sua-jornada .swiper-slide .card .icon {
  margin-bottom: 1.5rem;
  display: flex;
  height: 76px;
  width: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(153 22 36 / var(--tw-bg-opacity));
}.s-sua-jornada .swiper-slide .card p {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / var(--tw-text-opacity));
}.s-sua-jornada .swiper-slide .card span {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}.s-sua-jornada .buttons .swiper-button-next,.s-sua-jornada .buttons .swiper-button-prev {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: 0px;
  height: 3rem;
  width: 3rem;
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-etapas .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}.s-etapas .trilha::before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  width: 100%;
  max-width: 1240px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}.s-etapas .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.s-fazer-parte .swiper-slide {
  display: flex;
  height: auto;
  align-items: flex-end;
  justify-content: center;
}.s-fazer-parte .swiper-slide .card {
  height: 100%;
}@media (max-width: 991px) {

  .s-fazer-parte .swiper-slide .card {
    align-items: center;
    justify-content: center;
  }
}.s-fazer-parte .swiper-slide .card p {
  margin-bottom: 3.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / var(--tw-text-opacity));
}@media (max-width: 600px) {

  .s-fazer-parte .swiper-slide .card p {
    margin-bottom: 1.75rem;
  }
}@media (max-width: 991px) {

  .s-fazer-parte .swiper-slide .card .left-area {
    display: none;
  }
}.s-fazer-parte .swiper-slide .card .text {
  width: 100%;
  max-width: 712px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}@media (max-width: 991px) {

  .s-fazer-parte .swiper-slide .card .text {
    margin-bottom: 0px;
    padding: 1.5rem;
  }
}.s-fazer-parte .swiper-slide .card .text .user {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}.s-fazer-parte .swiper-slide .card .text .user img {
  display: none;
  height: 6rem;
  width: 6rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}@media (max-width: 600px) {

  .s-fazer-parte .swiper-slide .card .text .user img {
    display: block;
    height: 5rem;
    width: 5rem;
  }
}.s-fazer-parte .swiper-slide .card .text .user .content {
  width: 100%;
}@media (max-width: 600px) {

  .s-fazer-parte .swiper-slide .card .text .user .content {
    max-width: 12rem;
  }
}.s-fazer-parte .swiper-slide .card .text h6 {
  --tw-text-opacity: 1;
  color: rgb(204 9 47 / var(--tw-text-opacity));
}.s-fazer-parte .swiper-slide .card .text span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / var(--tw-text-opacity));
}@media (max-width: 600px) {

  .s-fazer-parte .swiper-slide .card .text span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.s-fazer-parte .swiper-slide .card .info .buttons .swiper-button-next,.s-fazer-parte .swiper-slide .card .info .buttons .swiper-button-prev {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: 0px;
  height: 3rem;
  width: 3rem;
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-faq .accordion {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1140px;
}.s-faq .accordion > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.s-faq .accordion .accordion-item {
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.s-faq .accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}.s-faq .accordion .accordion-item .accordion-content {
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}.s-faq .accordion .accordion-item .accordion-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / var(--tw-text-opacity));
}.s-faq .accordion .accordion-item.active .accordion-content {
  margin-top: 0.75rem;
  max-height: 100%;
}.s-participar .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}.hover\:bg-vermelhoBradesco:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 9 47 / var(--tw-bg-opacity));
}.hover\:bg-vinhoBradesco:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 22 36 / var(--tw-bg-opacity));
}.group:hover .group-hover\:bg-vermelhoBradesco {
  --tw-bg-opacity: 1;
  background-color: rgb(204 9 47 / var(--tw-bg-opacity));
}@media (max-width: 1366px) {

  .laptop\:right-0 {
    right: 0px;
  }
}@media (max-width: 991px) {

  .lg\:top-\[315px\] {
    top: 315px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:text-center {
    text-align: center;
  }
}@media (max-width: 600px) {

  .sm\:top-\[295px\] {
    top: 295px;
  }

  .sm\:top-\[90px\] {
    top: 90px;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:table {
    display: table;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-28 {
    max-width: 7rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-40 {
    max-width: 10rem;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-\[120px\] {
    padding-top: 120px;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}