*,
::backdrop,
:after,
:before {
    --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: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'font-weight' 200, 'GRAD' 0, 'opsz' 24;
    cursor: default;
    color: #004e82;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after,
:before {
    --tw-content: ""
}

:host,
html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-variation-settings: normal;
    line-height: 1.5;
    tab-size: 4
}

body {
    line-height: inherit
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

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

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

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    font-feature-settings: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: initial
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
}

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

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%
}

.formBtn {  
    border: 1px solid #9ca3af;
    border-radius: 13px;
    padding: 8px;
    transition: 0.5s;
}

.formBtn:hover {  
    background-color: #004e82;
    color: white;
    border: 1px solid #9ca3af;
    border-radius: 13px;
    padding: 8px;
    transition: 0.2s;
}

form {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

form input {
    border: 1px solid #9ca3af;
    border-radius: 8px;
    padding: 8px;
}

form input:focus {
    border: 1px solid #2563eb;
    outline: none;
}

form select {
    color: #9ca3af;
    border: 1px solid #9ca3af;
    border-radius: 8px;
    padding: 8px;
}

.wpp-container {
    bottom: 15px;
    right: 20px;
    position: fixed;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    z-index: 100;
}

.contactBnt {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 101;
    color: #f9fafb;
    border-color: #f9fafb;
}

.carousel-limit {
  max-height: 300px;
  overflow: hidden;
}

.mySwiper img {
  height: 300px;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.mySwiper .swiper-slide {
  width: 533px;
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

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

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

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

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

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-12 {
    top: 3rem
}

.top-3 {
    top: .75rem
}

.z-10 {
    z-index: 10
}

.z-40 {
    z-index: 40
}

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

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

.mb-0 {
    margin-bottom: 0
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

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

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-4 {
    margin-top: 1rem
}

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

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-\[350px\] {
    height: 350px
}

.h-\[390px\] {
    height: 390px
}

.h-\[75px\] {
    height: 75px
}

.h-auto {
    height: auto
}

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

.min-h-screen {
    min-height: 100vh
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-\[calc\(50vw-80px\)\] {
    width: calc(50vw - 80px)
}

.w-\[max-content\] {
    width: max-content
}

.w-fit {
    width: fit-content
}

.w-full {
    width: 100%
}

.max-w-3xl {
    max-width: 48rem
}

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

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

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

.max-w-full {
    max-width: 100%
}

.flex-1 {
    flex: 1 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.origin-top {
    transform-origin: top
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.transform {
    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
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 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
}

.justify-evenly {
    justify-content: space-evenly
}

.gap-10 {
    gap: 2.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-x-6 {
    column-gap: 1.5rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)))
}

.divide-\[\#e5e5e5\]>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: #e5e5e5;
    border-color: rgb(229 229 229/var(--tw-divide-opacity, 1))
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-b-3xl {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

.rounded-l-\[128px\] {
    border-bottom-left-radius: 128px;
    border-top-left-radius: 128px
}

.border-t {
    border-top-width: 1px
}

.border-\[\#e0e0e0\] {
    --tw-border-opacity: 1;
    border-color: #e0e0e0;
    border-color: rgb(224 224 224/var(--tw-border-opacity, 1))
}

.bg-\[\#526ad8\] {
    --tw-bg-opacity: 1;
    background-color: #526ad8;

}
.bg-\[\#95c6f2\] {
    --tw-bg-opacity: 1;
    background-color: #95c6f2;

}

.bg-\[\#dbebfa\] {
    --tw-bg-opacity: 1;
    background-color: #dbebfa;
}

.bg-\[\#efeae7\] {
    --tw-bg-opacity: 1;
    background-color: #dbebfa;
}

.bg-\[\#ffffff\] {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
}

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

.bg-white\/80 {
    background-color: #ffffffad
}

.p-1 {
    padding: .25rem
}

.p-4 {
    padding: 1rem
}

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

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

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

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

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

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

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

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

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

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

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

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

.pt-28 {
    padding-top: 7rem
}

.text-center {
    text-align: center
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

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

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

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

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

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

.font-extrabold {
    font-weight: 800
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.leading-none {
    line-height: 1
}

.text-\[\#004e82\] {
    --tw-text-opacity: 1;
    color: #004e82;
}

.text-\[\#526ad8\] {
    --tw-text-opacity: 1;
    color: #526ad8;
}

.text-\[\#605757\] {
    --tw-text-opacity: 1;
    color: #605757;
    color: rgb(96 87 87/var(--tw-text-opacity, 1))
}

.text-\[\#6F6F6F\] {
    --tw-text-opacity: 1;
    color: #6f6f6f;
    color: rgb(111 111 111/var(--tw-text-opacity, 1))
}

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

.opacity-0 {
    opacity: 0
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-md,
.shadow-sm {
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.brightness-0 {
    --tw-brightness: brightness(0)
}

.brightness-0,
.invert {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.invert {
    --tw-invert: invert(100%)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-colors {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-300 {
    transition-duration: .3s
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

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

.hover\:text-\[\#526ad8\]:hover {
    --tw-text-opacity: 1;
    color: #526ad8;
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

@media (min-width:768px) {
    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-7 {
        height: 1.75rem
    }

    .md\:max-w-none {
        max-width: none
    }

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

    .md\:items-start {
        align-items: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:gap-20 {
        gap: 5rem
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:gap-x-20 {
        column-gap: 5rem
    }

    .md\:gap-y-8 {
        row-gap: 2rem
    }

    .md\:p-4 {
        padding: 1rem
    }

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

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

    .md\:pt-28 {
        padding-top: 7rem
    }

    .md\:text-left {
        text-align: left
    }

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

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

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .md\:text-5x2 {
        font-size: 3rem;
        line-height: 2
    }

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

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

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

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

@media (min-width:1024px) {
    .lg\:relative {
        position: relative
    }

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

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

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

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

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

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

    .lg\:bg-transparent {
        background-color: initial
    }

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

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

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

    .lg\:shadow-none {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}

@media (min-width:1280px) {
    .xl\:max-w-\[800px\] {
        max-width: 800px
    }
}

.header_headerContainer__1Du\+o {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .306);
    display: flex;
    justify-content: space-between;
    max-height: 90px;
    padding: 1.25rem 12.5rem;
    position: fixed;
    transition: max-height .15s ease-in;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    z-index: 1
}

.header_headerContainer__1Du\+o .header_rightContainer__P56N0 {
    display: flex
}

.header_headerContainer__1Du\+o button {
    background: none;
    border: none;
    color: #787575;
    cursor: pointer;
    font-size: .875rem;
    letter-spacing: .0625rem;
    line-height: 1.25rem;
    margin-right: 3.125rem;
    padding: 0
}

.header_headerContainer__1Du\+o .header_selected__tks6v {
    color: #008258 !important;
    font-weight: 600
}

.header_headerContainer__1Du\+o .header_multiLogo__NM-hQ {
    height: 1.625rem;
    width: 6.25rem
}

.header_headerContainer__1Du\+o .header_iosDownloadButton__F94r0 {
    height: 2.25rem;
    margin-right: .8125rem;
    width: 6.875rem
}

.header_headerContainer__1Du\+o .header_googleDownloadButton__CqvTb {
    height: 2.25rem;
    width: 7.625rem
}

.header_headerContainer__1Du\+o img {
    cursor: pointer
}

.header_headerOpen__3ob3E {
    max-height: 424px;
    transition: max-height .15s ease-out
}

@media(max-width:768px) {
    .header_headerContainer__1Du\+o {
        display: inline;
        padding: 1.4375rem 0;
        width: 100%
    }

    .header_headerContainer__1Du\+o .header_linkBox__CWeNc {
        margin-top: 36px
    }

    .header_headerContainer__1Du\+o .header_linkBox__CWeNc .header_buttonWrapper__fI6ip {
        padding: 0 15px
    }

    .header_headerContainer__1Du\+o .header_linkBox__CWeNc .header_buttonWrapper__fI6ip button {
        border-bottom: 1px solid #f5f5f5;
        color: #4a4a4a;
        font-size: 20px;
        line-height: 23px;
        padding: 23px 15px;
        text-align: left;
        width: 100%
    }

    .header_headerContainer__1Du\+o .header_linkBox__CWeNc .header_buttonWrapper__fI6ip button:active {
        background-color: #e5f7f1
    }

    .header_headerContainer__1Du\+o svg {
        margin-left: 2.125rem;
        margin-right: 4.875rem
    }

    .header_headerContainer__1Du\+o img {
        height: 1.5rem
    }
}

.footer_footerContainer__VReEh {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px
}

.footer_footerContainer__VReEh p {
    color: #5d5e5e;
    font-size: 11px;
    line-height: 13px
}

.footer_footerContainer__VReEh p strong {
    cursor: pointer;
    font-weight: 600
}

.footer_footerContainer__VReEh svg {
    cursor: pointer;
    height: 33px;
    width: 33px
}

.footer_footerContainer__VReEh svg:last-of-type {
    margin-left: 15px
}

.deleteAccountModule_main__qE\+gp {
    background-color: #f5f5f5;
    width: 100%
}

.deleteAccountModule_container__BRoi- {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 120px 20px 40px;
    width: 1080px;
    z-index: 1
}

.deleteAccountModule_container__BRoi- h1 {
    color: #5d5e5e;
    font-size: 42px;
    margin: 0
}

.deleteAccountModule_container__BRoi- h2 {
    color: #5d5e5e;
    font-size: 32px;
    margin: 0
}

.deleteAccountModule_container__BRoi- .deleteAccountModule_textBox__tuTnI {
    color: #5d5e5e
}

.deleteAccountModule_container__BRoi- .deleteAccountModule_textBox__tuTnI p {
    color: #5d5e5e;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 43px
}

.deleteAccountModule_container__BRoi- .deleteAccountModule_textBox__tuTnI p strong {
    font-weight: 600
}

.deleteAccountModule_stepsContainer__atyh\+ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px
}

.deleteAccountModule_step__TjX9v {
    flex: 1 1;
    margin: 0 10px;
    text-align: center
}

.deleteAccountModule_stepImage__0x68u {
    height: auto;
    max-width: 300px;
    width: 100%
}

.deleteAccountModule_step__TjX9v p {
    color: #333;
    font-size: 15px
}

@media(max-width:768px) {
    .deleteAccountModule_container__BRoi- {
        display: flex;
        margin: 0;
        padding-bottom: 0;
        padding-top: 100px;
        width: calc(100% - 40px)
    }

    .deleteAccountModule_container__BRoi- h1 {
        font-size: 28px;
        margin: 20px 0 0
    }

    .deleteAccountModule_container__BRoi- h2 {
        font-size: 24px
    }

    .deleteAccountModule_stepsContainer__atyh\+ {
        align-items: center;
        flex-direction: column;
        margin-bottom: 0
    }

    .deleteAccountModule_step__TjX9v {
        margin: 0 0 20px
    }
}

@font-face {
    font-display: swap;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/work-sans-vietnamese-400-normal.0f4cf14cdd24919c1887.woff2) format("woff2"), url(../fonts/work-sans-all-400-normal.b58d604eac41398ce0df.woff) format("woff");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-display: swap;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/work-sans-latin-ext-400-normal.a335610e192be2dc2bb5.woff2) format("woff2"), url(../fonts/work-sans-all-400-normal.b58d604eac41398ce0df.woff) format("woff");
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/work-sans-latin-400-normal.63f899e318a04c9f5b6c.woff2) format("woff2"), url(../fonts/work-sans-all-400-normal.b58d604eac41398ce0df.woff) format("woff");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

html {
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth
}

body,
html {
    font-family: Onest, sans-serif
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

h1 {
    color: #4a4a4a
}

.PrivacyPolicyModule_main__RT1Fe {
    background-color: #f5f5f5;
    color: #5d5e5e;
    width: 100%
}

.PrivacyPolicyModule_container__zOCqA {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: calc(100% - 40px);
    padding: 120px 20px 40px;
    width: 1080px;
    z-index: 1
}

.PrivacyPolicyModule_container__zOCqA h1 {
    color: #5d5e5e;
    font-size: 42px;
    margin: 0
}

.PrivacyPolicyModule_container__zOCqA ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 0
}

.PrivacyPolicyModule_container__zOCqA li {
    line-height: 24px
}

.PrivacyPolicyModule_container__zOCqA h2 {
    color: #5d5e5e;
    font-size: 24px;
    margin: 43px 0 0
}

.PrivacyPolicyModule_container__zOCqA h3 {
    margin-bottom: 0
}

.PrivacyPolicyModule_container__zOCqA p {
    color: #5d5e5e;
    font-size: 16px;
    line-height: 24px
}

.PrivacyPolicyModule_container__zOCqA p strong {
    font-weight: 600
}

@media(max-width:768px) {
    .PrivacyPolicyModule_container__zOCqA h1 {
        font-size: 24px
    }

    .PrivacyPolicyModule_container__zOCqA h2 {
        font-size: 18px
    }

    .PrivacyPolicyModule_container__zOCqA h3 {
        font-size: 16px
    }
}

#menuMobile {
  transition: height 0.3s ease;
  overflow: hidden;
}

.center {
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}

@media (max-width: 520px) {
  .endereco {
    display: none;
  }
}

.text-color-gray {
    color: #6f6f6f;
}

.grid-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 21px; /* ou use .gap-4 existente */
    padding: 13px;
}

@media (min-width: 768px) {
    .grid-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*# sourceMappingURL=main.2aec3d21.css.map*/