
html {
    line-height: 1.5;
    color: #575757;
    background-color: #fff;
    font-family: 'Nunito', Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji";
}

*,
*::before,
*::after {
    border-width: 0;
    border-style: solid;
    border-color: #e7e7e7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #575757;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #575757;
}

input::-webkit-input-placeholder {
    color: #575757;
}

input::-moz-placeholder {
    color: #575757;
}

input:-ms-input-placeholder {
    color: #575757;
}

textarea::-webkit-input-placeholder {
    color: #575757;
}

textarea::-moz-placeholder {
    color: #575757;
}

textarea:-ms-input-placeholder {
    color: #575757;
}

input::placeholder,
textarea::placeholder {
    color: #575757;
}

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji";
}


html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}

body {
    position: relative;
    min-height: 100%;
    font-feature-settings: 'kern';
}

*,
*::before,
*::after {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
}

main {
    display: block;
}

hr {
    border-top-width: 1px;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none !important;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: -webkit-box;
    display: -webkit-list-item;
    display: -ms-list-itembox;
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background: transparent;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button,
[role="button"] {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0 !important;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[data-js-focus-visible] :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]) {
    outline: none;
    box-shadow: none;
}

select::-ms-expand {
    display: none;
}


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap');

body {
    false font-family: 'Nunito', sans-serif;
}


.css-1fwvvws {
    color: #2D2A26;
    font-family: Nunito, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}

.css-1fwvvws *,
.css-1fwvvws *::before,
.css-1fwvvws *::after {
    box-sizing: border-box;
    outline: none;
}

.css-1fwvvws hr {
    box-sizing: content-box;
    overflow: visible;
}

.css-1fwvvws a {
    font-family: Nunito, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
}

.css-1fwvvws b,
.css-1fwvvws strong {
    font-weight: bold;
}

.css-1fwvvws small {
    font-size: 80%;
}

.css-1fwvvws figure {
    margin: 0;
}

.css-1fwvvws img {
    border-style: none;
}

.css-1fwvvws [hidden] {
    display: none !important;
}

.css-1fwvvws blockquote,
.css-1fwvvws dl,
.css-1fwvvws dd,
.css-1fwvvws h1,
.css-1fwvvws h2,
.css-1fwvvws h3,
.css-1fwvvws h4,
.css-1fwvvws h5,
.css-1fwvvws h6,
.css-1fwvvws figure,
.css-1fwvvws p,
.css-1fwvvws pre {
    margin: 0;
}

.css-1fwvvws button {
    font-family: Nunito, sans-serif;
    min-width: 44px;
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.css-1fwvvws fieldset {
    border: none;
    padding: 0;
    margin: 0;
    padding: 0.35em 0.75em 0.625em;
}

.css-1fwvvws ul,
.css-1fwvvws ol,
.css-1fwvvws dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.css-1fwvvws img,
.css-1fwvvws video {
    max-width: 100%;
    height: auto;
}


.css-l2u6ux {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}


.css-1sp0cii {
    position: relative;
    z-index: 100;
}


.css-1chhpn2 {
    margin: 0;
    padding: 0;
    border: none;
    background-color: #0033C6;
    width: 1;
    height: 8px;
}


.css-1kfyz2z {
    margin: 0;
    padding: 0;
    border: none;
    background-color: #E71A3B;
    width: 1;
    height: 4px;
}


.css-1owumm {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 70vw;
    max-width: unset;
    height: 100vh;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 3000;
    visibility: hidden;
    pointer-events: none;
}

.css-pynld7 {
    position: absolute;
    top: 0;
    left: 70vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F7F7F7;
    box-shadow: rgba(0, 0, 0, 0.5) 8px 0px 10px -10px inset;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.css-pynld7 svg {
    fill: #0033C6;
}

.css-zkkokf {
    background-color: #F7F7F7;
    height: 100vh;
}


.css-1gso03w {
    padding: 16px 16px 0;
}

.css-u0jr28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-u0jr28 img {
    margin-right: 16px;
}


.css-1u4uj83 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #575757;
}

.css-1u4uj83 span {
    display: inline-block;
    width: 100%;
}

.css-1u4uj83 span:first-of-type {
    color: #575757;
    font-weight: 400;
}

.css-1u4uj83 span:last-of-type {
    color: #575757;
    font-weight: 400;
}


.css-8hw32u {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.css-8hw32u a {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #0033C6;
}

.css-8hw32u a svg {
    margin-right: 8px;
    fill: #0033C6;
}


.css-ztr435 {
    background-color: #FFFFFF;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
}


.css-k18usf {
    padding: 0 16px;
}

.css-k18usf span {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #0033C6;
    text-transform: none;
}

.css-k18usf a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #575757;
}

.css-k18usf a svg {
    fill: #0033C6;
}

.css-k18usf a+a {
    border-top: 1px solid #E7E7E7;
}

.css-k18usf a[data-type='all'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #0033C6;
    border-radius: 4px;
    text-transform: none;
    margin: 24px 0;
    border: solid 1px transparent;
}


.css-1ucxg8c {
    padding: 0 16px;
    margin: 16px;
    background-color: transparent;
    border: 1px solid #0033C6;
    border-radius: 4px;
}

.css-1ucxg8c a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #0033C6;
}

.css-1ucxg8c a svg {
    fill: #0033C6;
}

.css-1ucxg8c a+a {
    border-top: 1px solid #E7E7E7;
}


.css-1pdzsbs {
    padding: 0 16px;
    margin: 0 16px 130px;
    background-color: transparent;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

.css-1pdzsbs a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #707070;
}

.css-1pdzsbs a svg {
    fill: #707070;
}

.css-1pdzsbs a+a {
    border-top: 1px solid #E7E7E7;
}


.css-7xnusx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F7F7F7;
    padding: 8px 0;
}


.css-1h7ty4y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 48px;
    padding: 0 16px;
}


.css-9ncwx {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


.css-4cgha3 {
    background-color: transparent;
    margin-right: 8px;
}

.css-4cgha3 svg {
    fill: #0033C6;
}


.css-1ayipzr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-1ayipzr a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.css-1xrtexm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: Nunito, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #0033C6;
    background: transparent;
}

.css-1xrtexm:focus {
    box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #575757;
}

.css-1xrtexm span {
    margin-left: 8px;
}

.css-1xrtexm svg {
    fill: #0033C6;
}


.css-1f71y7 {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 4px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0;
    margin: 0 24px;
    background-color: transparent;
}

.css-1f71y7 svg {
    margin-top: 5px;
}


.css-b3jgi4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 48px;
    border-radius: 4px;
    width: 100%;
    background-color: #FFFFFF;
    border: solid 1px #E7E7E7;
    border: 1px solid #E7E7E7;
}

.css-b3jgi4.search-form-focused {
    box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #575757;
    border: none;
}

.css-b3jgi4 label,
.css-b3jgi4 input,
.css-b3jgi4 button {
    z-index: 7;
}

.css-b3jgi4 button {
    margin-right: 11px;
    background-color: transparent;
}

.css-b3jgi4 button:focus {
    box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #575757;
}

.css-b3jgi4 button svg {
    margin-top: 1px;
    color: #575757;
}

.css-b3jgi4 label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.css-b3jgi4 label span {
    display: block;
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-b3jgi4 label input {
    background-color: transparent;
    border: none;
    width: 100%;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    height: 40px;
    padding: 0 0 0 24px;
    border-radius: 4px;
}

.css-b3jgi4 label input::-webkit-input-placeholder {
    color: inherit;
}

.css-b3jgi4 label input::-moz-placeholder {
    color: inherit;
}

.css-b3jgi4 label input:-ms-input-placeholder {
    color: inherit;
}

.css-b3jgi4 label input::placeholder {
    color: inherit;
}

.css-b3jgi4 .search__icon-wrapper {
    color: #575757;
}


.css-1hppjzv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.css-jma1fc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 60px;
}


.css-8u6tvy {
    z-index: 22;
    position: absolute;
    left: -99999px;
    top: -99999px;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    border: solid 1px inherit;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.css-8u6tvy ul,
.css-8u6tvy ol,
.css-8u6tvy dd {
    margin: 24px 0 0 0;
    padding: 0 0 16px 0;
}

.css-8u6tvy:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFFFFF;
}


.css-1ydn2zz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0;
}

.css-1ydn2zz>div:last-of-type ul,
.css-1ydn2zz>div:last-of-type ol,
.css-1ydn2zz>div:last-of-type dd {
    padding: 0;
}


.css-1h7ea2m {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
}

.css-1h7ea2m:focus {
    box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #575757;
}


.css-tba0lx {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #0033C6;
    text-transform: none;
    padding: 0 16px;
}

.css-1qoqh35 {
    border-bottom: 1px solid #e6e6e6;
}

.css-1qoqh35+div {
    margin-top: 16px;
}


.css-1y4ir3m {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #2D2A26;
    text-transform: uppercase;
    padding: 0 12px 0 24px;
    display: block;
    margin-top: 8px;
    line-height: 1.2;
}


.css-12iv7nj {
    position: relative;
}

.css-12iv7nj a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #0033C6;
    padding: 0 4px 0 24px;
    min-height: 38px;
}

.css-12iv7nj a:hover,
.css-12iv7nj a:focus {
    background-color: #F7F7F7;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.css-12iv7nj a:focus {
    box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #575757;
}

.css-12iv7nj svg {
    margin-right: 10px;
}

.css-12iv7nj svg path {
    fill: #0033C6 !important;
}

.css-12iv7nj svg:hover,
.css-12iv7nj svg:focus {
    cursor: pointer;
}

.css-12iv7nj svg:hover a,
.css-12iv7nj svg:focus a {
    background-color: #F7F7F7;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.css-12iv7nj svg:hover path,
.css-12iv7nj svg:focus path {
    fill: red !important;
}

.css-12iv7nj span b {
    font-weight: 700;
}

.css-1ubinky {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.css-dcimzw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    margin-left: 24px;
}


.css-1qhhens {
    color: #0033C6;
}


.css-1q8is5i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-left: 8px;
}

.css-1q8is5i span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #0033C6;
}

.css-1q8is5i span+span {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #0033C6;
    margin-left: 8px;
}

.css-6c710z {
    z-index: 999999;
}

.css-6c710z .arrow,
.css-6c710z .arrow::before {
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-transition: top 0.3s ease-in, bottom 0.3s ease-in, left 0.3s ease-in, right 0.3s ease-in;
    transition: top 0.3s ease-in, bottom 0.3s ease-in, left 0.3s ease-in, right 0.3s ease-in;
}

.css-6c710z .arrow::before {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FFFFFF;
}

.css-6c710z .popover__content-wrapper {
    visibility: hidden;
}

.css-6c710z .popover__content {
    background-color: #FFFFFF;
    z-index: 999999;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -0.2px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.1);
    width: 100vw;
    max-width: auto;
}

.css-6c710z .popover__content-wrapper[data-open="true"] {
    visibility: visible;
    pointer-events: auto;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="top"] {
    padding-bottom: 0;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="top"] .arrow {
    bottom: -6px;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="top"] .arrow::before {
    box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.2);
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="bottom"] {
    padding-top: 0;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="bottom"] .arrow {
    top: -6px;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="bottom"] .arrow::before {
    box-shadow: -1px -1px 2px -1px rgba(0, 0, 0, 0.2);
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="left"] {
    padding-right: 0;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="left"] .arrow {
    right: -6px;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="left"] .arrow::before {
    box-shadow: 1px -1px 2px -1px rgba(0, 0, 0, 0.2);
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="right"] {
    padding-left: 0;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="right"] .arrow {
    left: -6px;
}

.css-6c710z .popover__content-wrapper[data-popper-placement^="right"] .arrow::before {
    box-shadow: -1px 1px 2px -1px rgba(0, 0, 0, 0.2);
}


.css-p6u61n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.css-p6u61n .close-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 12px;
}

.css-p6u61n .title {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    color: #0033C6;
    margin-right: 24px;
}

.css-p6u61n .description {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    color: #2D2A26;
}


.css-1hauu7c {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 3000;
    visibility: hidden;
    pointer-events: none;
}


.css-25q1in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #0033C6;
    width: 100%;
    height: 56px;
    padding: 0 16px;
}


.css-1ela72n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    z-index: 2001;
}

.css-1ela72n svg {
    fill: #fff;
    margin-right: 16px;
}


.css-7u9qtb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 32px;
    height: 100vh;
    background-color: #FFFFFF;
}


.css-17ovuyv {
    margin-bottom: 16px;
}

.css-17ovuyv p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #2D2A26;
}

.css-17ovuyv p+p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #2D2A26;
}

.css-8a9vpa {
    margin-top: 4px;
    width: 180px;
}


.css-b1uiom {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #2D2A26;
}


.css-uf1ume {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.css-27dajz {
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 100px;
    color: #707070;
    border: 1px solid #E7E7E7;
}

.css-27dajz::-webkit-input-placeholder {
    color: inherit;
}

.css-27dajz::-moz-placeholder {
    color: inherit;
}

.css-27dajz:-ms-input-placeholder {
    color: inherit;
}

.css-27dajz::placeholder {
    color: inherit;
}

.css-27dajz:focus {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #575757;
}


.css-182h90 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #0033C6;
    border-radius: 4px;
    text-transform: uppercase;
    width: 64px;
    border: solid 1px transparent !important;
}

.css-182h90:focus {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 2px #575757;
}


.css-19d19p1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
}


.css-k6aa6c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #0033C6;
    background-color: transparent;
    text-transform: none;
}

.css-k6aa6c svg {
    fill: #0033C6;
    margin-right: 8px;
}


.css-16p6xcm {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1352px + 16px);
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 576px) {
    .css-16p6xcm {
        max-width: calc(1352px + 16px);
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 768px) {
    .css-16p6xcm {
        max-width: calc(1352px + 32px);
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1200px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}


.css-vrcrry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 8px;
}


.css-y45o0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.css-lkee3w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.css-lkee3w:focus-visible {
    border-radius: 4px;
    box-shadow: #fff 0px 0px 0px 2px, #575757 0px 0px 0px 4px;
}


.css-tv497f {
    display: block;
}


.css-1cx4w9k {
    font-family: 'Nunito', sans-serif;
    line-height: 150%;
    color: #595959;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-1cx4w9k {
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}

@media (min-width: 768px) {
    .css-1cx4w9k {
        font-family: 'Nunito', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}


.css-1jmg0z7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.css-1835v05 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}


.css-f3ca97 {
    opacity: 0.56;
    height: 21px;
}


.css-1y7in9c {
    border-color: #CCCCCC;
    border-width: 0px;
    height: 100%;
    border-left-width: 1px;
    border-style: solid;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 0.56;
    height: 21px;
}


.css-171c0rr {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-underline-offset: 4px;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #0033C6;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.css-171c0rr:hover {
    color: #0F3889;
}

.css-171c0rr:active {
    color: #0A255B;
}

.css-171c0rr:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-171c0rr svg {
    display: none;
}


.css-3fegnd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}


.css-37gt5r {
    opacity: 0.56;
}


.css-2m9jgt {
    border-color: #CCCCCC;
    border-width: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-style: solid;
    opacity: 0.56;
}


.css-tih3y5 {
    text-align: center;
    margin-bottom: 16px;
    padding-inline: 8px;
}


.css-1cizi8l {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .css-1cizi8l {
        padding-bottom: 0;
    }
}


.css-364z3x {
    position: absolute;
    z-index: 10;
    top: 8px;
    left: 8px;
}


.css-1np1y7w {
    position: relative;
    width: 80px;
    height: 80px;
}

.css-1np1y7w:focus-visible {
    box-shadow: #fff 0px 0px 0px 2px, #575757 0px 0px 0px 4px;
}


.css-12vgsfd {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
}


.css-1jdzf2y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    margin-bottom: 8px;
}

.css-1jdzf2y>svg {
    stroke-width: 2px;
    stroke: #0033C6;
    fill: transparent !important;
}

.css-1jdzf2y:hover {
    -webkit-transition: all 200ms;
    transition: all 200ms;
    border-color: #0033C6;
    background-color: #0033C6;
}

.css-1jdzf2y:hover svg {
    stroke: #FCFCFC;
    -webkit-transition: stroke 200ms;
    transition: stroke 200ms;
}

.css-1jdzf2y.favorited {
    border-color: #FEF6F7;
    background: #FEF6F7;
}

.css-1jdzf2y.favorited>svg {
    stroke: none;
}

.css-1jdzf2y.favorited>svg>path {
    fill: #CE1735;
}

.css-1jdzf2y:disabled,
.css-1jdzf2y[disabled],
.css-1jdzf2y:disabled:hover,
.css-1jdzf2y[disabled]:hover {
    background-color: #F2F2F2;
    border-color: #D9D9D9;
}

.css-1jdzf2y:focus {
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 0 1px #000;
}


.css-59xrym {
    display: table;
    border: #0033C6;
    border-style: solid;
    border-radius: 99999px;
    border-bottom-color: transparent;
    border-width: 2px;
    -webkit-animation: LoadingIconSpin 1s linear infinite;
    -webkit-animation: LoadingIconSpin 1s linear infinite;
    animation: LoadingIconSpin 1s linear infinite;
    min-width: 20px;
    height: 20px;
}

@-webkit-keyframes LoadingIconSpin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes LoadingIconSpin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.css-59xrym span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1lvrfbr {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #fff;
}


.css-1xlv1o5 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #fff;
}


.css-zthrcs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #fff;
}


.css-1xwtsfk:focus {
    border-radius: 4px;
}


.css-11ooo2b {
    width: 40px;
    height: 40px;
}

.css-11ooo2b .icon-button__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-11ooo2b .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}

.css-11ooo2b:focus {
    border-radius: 4px;
}


.css-9nhryl {
    border: 0px;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    color: #0033C6;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    border-color: transparent;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 40px;
    padding: 0 16px;
    width: 40px;
    height: 40px;
}

.css-9nhryl .button__loading-text {
    margin-left: 12px;
}

.css-9nhryl:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-9nhryl:disabled {
    background-color: #CCCCCC;
    color: #808080;
    border: 0px;
    cursor: not-allowed;
}

.css-9nhryl:disabled:hover {
    background-color: #CCCCCC;
    color: #808080;
}

.css-9nhryl:disabled:active {
    background-color: #CCCCCC;
    color: #808080;
}

.css-9nhryl:disabled:focus {
    background-color: #CCCCCC;
    color: #808080;
}

.css-9nhryl:hover {
    color: #0F3889;
}

.css-9nhryl:active {
    color: #0A255B;
}

.css-9nhryl:disabled {
    background-color: transparent;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-9nhryl:disabled:hover {
    background-color: transparent;
}

.css-9nhryl:disabled:active {
    background-color: transparent;
}

.css-9nhryl:disabled:focus {
    background-color: transparent;
}

.css-9nhryl .button__icon {
    width: 14px;
    height: 14px;
}

.css-9nhryl .icon-button__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-9nhryl .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}

.css-9nhryl:focus {
    border-radius: 4px;
}


.css-gn8iez {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}


.css-18dtv25 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}


.css-mqjqou {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}

.css-1qtrsvp {
    position: absolute;
    z-index: 10;
    bottom: 8px;
    left: 8px;
}


.css-1yil3rl {
    position: absolute;
    z-index: 10;
    bottom: 8px;
    right: 8px;
}


.css-1of2765 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.css-1of2765 eyekandy-all-in-one {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.css-1of2765 eyekandy-badge-button {
    right: 0;
}


.css-84t21r {
    min-height: 380px;
    padding-block: 8px;
}


.css-1vhzdm1 .slick-dots {
    visibility: hidden;
    height: 0;
    padding-bottom: 0;
}

.css-1vhzdm1 .slick-dots ul {
    gap: 0;
}

.css-1vhzdm1 .slick-dots button {
    width: 0;
}


.css-10iqsjl {
    position: relative;
}

.css-10iqsjl .slick-disabled {
    visibility: hidden;
}

.css-10iqsjl .slick-prev,
.css-10iqsjl .slick-next {
    display: block;
    position: absolute;
    z-index: 10;
    top: 40%;
}

.css-10iqsjl .slick-prev {
    left: 5%;
}

@media (min-width: 1400px) {
    .css-10iqsjl .slick-prev {
        left: calc(calc(100% - 1376px) / 2);
    }
}

.css-10iqsjl .slick-next {
    right: 5%;
}

@media (min-width: 1400px) {
    .css-10iqsjl .slick-next {
        right: calc(calc(100% - 1376px) / 2);
    }
}

.css-10iqsjl .slick-autoplay {
    position: absolute;
    z-index: 10;
    top: 70%;
    right: 5%;
}

@media (min-width: 1400px) {
    .css-10iqsjl .slick-autoplay {
        right: calc(calc(100% - 1376px) / 2);
    }
}

.css-mthpgr {
    width: 100%;
}

.css-mthpgr .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.css-mthpgr .slick-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.css-mthpgr .slick-slide>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-mthpgr .slick-list:focus {
    outline: none;
}

.css-mthpgr .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.css-mthpgr .slick-slider .slick-track,
.css-mthpgr .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.css-mthpgr .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-mthpgr .slick-track:before,
.css-mthpgr .slick-track:after {
    display: table;
    content: '';
}

.css-mthpgr .slick-track:after {
    clear: both;
}

.css-mthpgr .slick-loading .slick-track {
    visibility: hidden;
}

.css-mthpgr .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.css-mthpgr .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-mthpgr [dir='rtl'] .slick-slide {
    float: right;
}

.css-mthpgr .slick-slide img {
    display: block;
}

.css-mthpgr .slick-slide.slick-loading img {
    display: none;
}

.css-mthpgr .slick-slide.dragging img {
    pointer-events: none;
}

.css-mthpgr .slick-initialized .slick-slide {
    display: block;
}

.css-mthpgr .slick-loading .slick-slide {
    visibility: hidden;
}

.css-mthpgr .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.css-mthpgr .slick-arrow.slick-hidden {
    display: none;
}

.css-mthpgr .slick-slide>div {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}

.css-mthpgr .slick-slide>div {
    margin: 0 0px;
}

.css-mthpgr .slick-list {
    margin: 0 -0px;
}

.css-mthpgr .slick-dots {
    visibility: hidden;
    height: 0;
    padding-bottom: 0;
}

.css-mthpgr .slick-dots ul {
    gap: 0;
}

.css-mthpgr .slick-dots button {
    width: 0;
}


.css-191i420 {
    border-radius: 24px;
    min-height: 200px;
    position: relative;
    width: 100%;
}

.css-191i420 img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}


.css-g6oczr {
    width: calc(100vw - 16px);
}

.css-g6oczr:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #F7F7F7, 0 0 0 4px #3D3D3D;
}

.css-8psnie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 16px 0;
}

.css-8psnie ul {
    list-style: none;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-8psnie li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.css-8psnie li.slick-active button {
    background: #0033C6;
}

.css-8psnie li button {
    background: #F2F2F2;
    border-radius: 99999px;
}

.css-8psnie li button:focus-visible {
    outline: none;
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-8psnie ul {
    gap: 12px;
}

.css-8psnie li.slick-active button {
    width: 16px;
    height: 16px;
}

.css-8psnie li button {
    width: 12px;
    height: 12px;
}


.css-13mhytm .slick-slide>div {
    margin-inline: 4px;
}

.css-13mhytm .slick-dots {
    visibility: hidden;
    height: 0;
    padding-bottom: 0;
}

.css-13mhytm .slick-dots ul {
    gap: 0;
}

.css-13mhytm .slick-dots button {
    width: 0;
}

.css-13mhytm .slick-track {
    width: auto !important;
}

.css-cbn5no {
    width: 100%;
}

.css-cbn5no .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.css-cbn5no .slick-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.css-cbn5no .slick-slide>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-cbn5no .slick-list:focus {
    outline: none;
}

.css-cbn5no .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.css-cbn5no .slick-slider .slick-track,
.css-cbn5no .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.css-cbn5no .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-cbn5no .slick-track:before,
.css-cbn5no .slick-track:after {
    display: table;
    content: '';
}

.css-cbn5no .slick-track:after {
    clear: both;
}

.css-cbn5no .slick-loading .slick-track {
    visibility: hidden;
}

.css-cbn5no .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.css-cbn5no .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-cbn5no [dir='rtl'] .slick-slide {
    float: right;
}

.css-cbn5no .slick-slide img {
    display: block;
}

.css-cbn5no .slick-slide.slick-loading img {
    display: none;
}

.css-cbn5no .slick-slide.dragging img {
    pointer-events: none;
}

.css-cbn5no .slick-initialized .slick-slide {
    display: block;
}

.css-cbn5no .slick-loading .slick-slide {
    visibility: hidden;
}

.css-cbn5no .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.css-cbn5no .slick-arrow.slick-hidden {
    display: none;
}

.css-cbn5no .slick-slide>div {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}

.css-cbn5no .slick-slide>div {
    margin: 0 4px;
}

.css-cbn5no .slick-list {
    margin: 0 -4px;
}

.css-cbn5no .slick-slide>div {
    margin-inline: 4px;
}

.css-cbn5no .slick-dots {
    visibility: hidden;
    height: 0;
    padding-bottom: 0;
}

.css-cbn5no .slick-dots ul {
    gap: 0;
}

.css-cbn5no .slick-dots button {
    width: 0;
}

.css-cbn5no .slick-track {
    width: auto !important;
}


.css-1quisvl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1;
    padding-block: 8px;
    border-radius: 4px;
    border: 2px solid;
    border-color: #5A8BED;
    padding: 4px;
    margin: 1px;
    min-width: 56px;
    max-width: 80px;
}

.css-1quisvl:focus-visible {
    outline: none;
    border: 1px solid;
    border-color: #CCCCCC;
    box-shadow: 0 0 0 1px #000;
}


.css-q25vdz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1;
    padding-block: 8px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #CCCCCC;
    padding: 4px;
    margin: 1px;
    min-width: 56px;
    max-width: 80px;
}

.css-q25vdz:focus-visible {
    outline: none;
    border: 1px solid;
    border-color: #CCCCCC;
    box-shadow: 0 0 0 1px #000;
}


.css-lbkm0y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
}


.css-s1mlfb {
    cursor: pointer;
    font-size: 14px;
}

.css-s1mlfb:not(:last-child) {
    margin-right: 12px;
}


.css-ifobpf {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-underline-offset: 4px;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #0033C6;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.css-ifobpf:hover {
    color: #0F3889;
}

.css-ifobpf:active {
    color: #0A255B;
}

.css-ifobpf:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-ifobpf svg {
    display: none;
}

.css-ifobpf:not(:last-child) {
    margin-right: 12px;
}


.css-16p6xcm {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1352px + 16px);
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 576px) {
    .css-16p6xcm {
        max-width: calc(1352px + 16px);
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 768px) {
    .css-16p6xcm {
        max-width: calc(1352px + 32px);
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1200px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

.css-16p6xcm {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1352px + 16px);
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 576px) {
    .css-16p6xcm {
        max-width: calc(1352px + 16px);
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 768px) {
    .css-16p6xcm {
        max-width: calc(1352px + 32px);
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1200px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}


.css-m3ae1j {
    display: block;
    gap: 8px;
    padding-bottom: 8px;
}


.css-ps1qri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 32px;
    background-color: #FCFCFC;
    padding-inline: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.css-ps1qri .divider {
    height: 24px;
    margin-inline: 8px;
    border-right-width: 0;
}

@media (min-width: 992px) {
    .css-ps1qri {
        margin-top: 4px;
        margin-bottom: 12px;
    }
}


.css-10u8fxi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-10u8fxi svg {
    display: inline;
}

.css-10u8fxi:focus {
    border-radius: 4px;
    box-shadow: #000 0 0 0 1px;
}


@media (max-width: 991px) {
    .css-gm0wlo {
        max-width: 20px;
    }
}


.css-1a6ilob {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 991px) {
    .css-1a6ilob {
        max-width: 20px;
    }
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1cqgyue {
    display: inline-block;
    color: #CCCCCC;
}

.css-1cqgyue svg {
    display: inline;
}

.css-1cqgyue svg {
    width: 20px;
    height: 20px;
}


.css-10qmlwa {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #CE7317;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}

.css-10qmlwa svg {
    display: inline;
}

.css-10qmlwa svg {
    width: 20px;
    height: 20px;
}


.css-iq3doq {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
    margin-left: 4px;
}

.css-37gt5r {
    opacity: 0.56;
}


.css-1h6k98p {
    border-color: #CCCCCC;
    border-width: 0px;
    height: 100%;
    border-left-width: 1px;
    border-style: solid;
    opacity: 0.56;
}


.css-1jmg0z7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.css-1685ps5 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #0033C6;
    margin-left: 4px;
}

>
.css-1x77fd9 {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}


.css-v3qb4g {
    display: block;
    margin-bottom: 12px;
}

.css-5p6n4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 4px;
}


.css-3wbx2c {
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2C5C0A;
    color: #F9FEF6;
    height: 1.437rem;
    padding: 0px 8px;
    font-size: 14px;
}


.css-190fuqr {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    color: #595959;
    margin-right: 4px;
}


.css-dknbo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
    margin-bottom: 8px;
}

.css-1rpoi4o {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}

.css-rdf31j {
    border-color: #CCCCCC;
    border-width: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-style: dashed;
    opacity: 0.56;
}


.css-lx5fgv {
    display: block;
    margin-bottom: 16px;
}

.css-alcf85 {
    color: #0033C6;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-alcf85 {
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0.02em;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .css-alcf85 {
        font-family: 'Nunito', sans-serif;
        font-size: 32px;
        line-height: 150%;
        letter-spacing: 0.02em;
        font-weight: 700;
    }
}


.css-x905p2 {
    display: block;
    margin-bottom: 2px;
}


.css-1h0g75a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}


.css-p1ssw8 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #2A6F2A;
}

.css-ugcmc2 {
    font-size: 16px;
    padding: 0;
}


.css-1y9n21t {
    border: 0px;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    color: #0033C6;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    border-color: transparent;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 32px;
    padding: 0 12px;
    font-size: 16px;
    padding: 0;
}

.css-1y9n21t .button__loading-text {
    margin-left: 12px;
}

.css-1y9n21t:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-1y9n21t:disabled {
    background-color: #CCCCCC;
    color: #808080;
    border: 0px;
    cursor: not-allowed;
}

.css-1y9n21t:disabled:hover {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1y9n21t:disabled:active {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1y9n21t:disabled:focus {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1y9n21t:hover {
    color: #0F3889;
}

.css-1y9n21t:active {
    color: #0A255B;
}

.css-1y9n21t:disabled {
    background-color: transparent;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1y9n21t:disabled:hover {
    background-color: transparent;
}

.css-1y9n21t:disabled:active {
    background-color: transparent;
}

.css-1y9n21t:disabled:focus {
    background-color: transparent;
}

.css-1y9n21t .button__icon {
    width: 14px;
    height: 14px;
}

.css-r3euyw {
    display: block;
    margin-bottom: 8px;
}


.css-uf94dr .overheadbuy-icon {
    margin-right: 8px;
}

.css-uf94dr i .buy-label {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.css-uf94dr *.invisible {
    display: none;
}


.css-tcaljp {
    border: 0px;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    background-color: #1E730D;
    color: #FCFCFC;
    border-color: #1E730D;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0 24px;
    width: 100%;
}

.css-tcaljp .button__loading-text {
    margin-left: 12px;
}

.css-tcaljp:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-tcaljp:disabled {
    background-color: #CCCCCC;
    color: #808080;
    border: 0px;
    cursor: not-allowed;
}

.css-tcaljp:disabled:hover {
    background-color: #CCCCCC;
    color: #808080;
}

.css-tcaljp:disabled:active {
    background-color: #CCCCCC;
    color: #808080;
}

.css-tcaljp:disabled:focus {
    background-color: #CCCCCC;
    color: #808080;
}

.css-tcaljp:hover {
    background-color: #185C0A;
}

.css-tcaljp:active {
    background-color: #0C2E05;
    box-shadow: none;
}

.css-tcaljp .button__icon {
    width: 16px;
    height: 16px;
}

.css-tcaljp .overheadbuy-icon {
    margin-right: 8px;
}

.css-tcaljp i .buy-label {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.css-tcaljp *.invisible {
    display: none;
}


.css-19idom {
    margin-bottom: 8px;
}


.css-1x27fi2 {
    border: 0px;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    background-color: #0033C6;
    color: #FCFCFC;
    border-color: #0033C6;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0 24px;
    width: 100%;
    margin-top: 4px;
}

.css-1x27fi2 .button__loading-text {
    margin-left: 12px;
}

.css-1x27fi2:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-1x27fi2:disabled {
    background-color: #CCCCCC;
    color: #808080;
    border: 0px;
    cursor: not-allowed;
}

.css-1x27fi2:disabled:hover {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1x27fi2:disabled:active {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1x27fi2:disabled:focus {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1x27fi2:hover {
    background-color: #0F3889;
}

.css-1x27fi2:active {
    background-color: #0A255B;
}

.css-1x27fi2 .button__icon {
    width: 16px;
    height: 16px;
}


.css-1q3y28c {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
    margin-bottom: 8px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-1q3y28c {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .css-1q3y28c {
        text-align: left;
    }
}

.css-1p28fo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}


.css-17oil41 {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
}


.css-171c0rr {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-underline-offset: 4px;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #0033C6;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.css-171c0rr:hover {
    color: #0F3889;
}

.css-171c0rr:active {
    color: #0A255B;
}

.css-171c0rr:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-171c0rr svg {
    display: none;
}


.css-1f9wl5p {
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 16px;
    margin: 16px 0px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}


.css-b6efaq {
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 16px;
    margin: 16px 0px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}


.css-ymv7xw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 16px;
    margin: 16px 0px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}


.css-1ngw63v {
    width: 40px;
    height: 40px;
}

.css-8qmg7g {
    width: 40px;
    height: 40px;
}


.css-15n6047 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.css-vkepcj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.css-ewa9lv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.css-1mbvwhi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}


.css-f3wyrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-f3wyrl {
        margin-top: 4px;
    }
}

@media (min-width: 768px) {
    .css-f3wyrl {
        margin-top: 0px;
    }
}


.css-1k2e2jf {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-underline-offset: 4px;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #0033C6;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.css-1k2e2jf:hover {
    color: #0F3889;
}

.css-1k2e2jf:active {
    color: #0A255B;
}

.css-1k2e2jf:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-1k2e2jf svg {
    display: none;
}


.css-n53fw2 {
    margin-bottom: 16px;
    margin-top: 16px;
}


.css-1ov222r {
    background: #E9F4FF;
    border-radius: 6px;
    padding: 16px 0 0 0;
    border: 1px solid #E9F4FF;
}

.css-1ov222r.fixBorder {
    border-radius: 6px 6px 0 0;
}

.css-1ov222r .cep-item {
    border-color: 1px solid #E9F4FF;
}

@media (min-width: 992px) {
    .css-1ov222r .use-my-location {
        display: none;
        margin-left: 32px;
    }
}


.css-1hsiw8d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .css-1hsiw8d {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


.css-edifij {
    margin: 0 15px 16px 16px;
    min-width: 240px;
}

.css-edifij .cep-error {
    line-height: 1rem;
}

.css-edifij input:focus-visible {
    box-shadow: #fff 0px 0px 0px 2px, #575757 0px 0px 0px 4px;
}

@media (min-width: 992px) {
    .css-edifij {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }

    .css-edifij .cep-error {
        margin-top: 0;
        margin-left: 1rem;
    }
}

.css-3benk8 {
    color: #0033C6;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .css-3benk8 {
        margin-bottom: 0;
    }
}

.css-1eyrf4j {
    font-size: 1rem;
    line-height: 1.5;
    color: undefined;
    font-weight: 800;
    margin-bottom: 8px;
    display: block;
    color: #0033C6;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .css-1eyrf4j {
        margin-bottom: 0;
    }
}


.css-zjik7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.css-620s35 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    width: 100%;
    border-width: 1px;
    border-color: #e7e7e7;
    color: #575757;
    background-color: #fff;
    line-height: 26px;
}

.css-620s35::-webkit-input-placeholder {
    color: #575757;
}

.css-620s35::-moz-placeholder {
    color: #575757;
}

.css-620s35:-ms-input-placeholder {
    color: #575757;
}

.css-620s35::placeholder {
    color: #575757;
}

.css-620s35.input-error {
    border-color: #E71A3B;
    color: #575757;
}

@media (min-width: 992px) {
    .css-620s35 {
        border-color: #0033C6;
        width: 160px;
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (min-width: 1400px) {
    .css-620s35 {
        margin-left: 16px;
        margin-right: 16px;
    }
}


.css-5mnhd9 {
    max-width: 104px;
    display: none;
}

@media (min-width: 992px) {
    .css-5mnhd9 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}


.css-1o91fdm {
    border: 0px;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    background-color: #0033C6;
    color: #FCFCFC;
    border-color: #0033C6;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0 24px;
    max-width: 104px;
    display: none;
}

.css-1o91fdm .button__loading-text {
    margin-left: 12px;
}

.css-1o91fdm:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-1o91fdm:disabled {
    background-color: #CCCCCC;
    color: #808080;
    border: 0px;
    cursor: not-allowed;
}

.css-1o91fdm:disabled:hover {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1o91fdm:disabled:active {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1o91fdm:disabled:focus {
    background-color: #CCCCCC;
    color: #808080;
}

.css-1o91fdm:hover {
    background-color: #0F3889;
}

.css-1o91fdm:active {
    background-color: #0A255B;
}

.css-1o91fdm .button__icon {
    width: 16px;
    height: 16px;
}

@media (min-width: 992px) {
    .css-1o91fdm {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}


.css-16j30i3 {
    text-align: center;
    margin-top: 16px;
}


.css-m8udro {
    font-size: 1rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    border-color: currentColor;
    border-radius: 4px;
    font-family: 'Nunito', Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji";
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
    padding: 0;
    color: #0033C6;
    font-weight: 700;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.css-1jchonh {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.css-1piduyu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.css-1rq9980 {
    fill: #0033C6;
}


.css-zs57f9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0.75rem;
    height: 0.75rem;
    fill: #0033C6;
}


.css-1u3f7f6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4px;
}


.css-16p6xcm {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1352px + 16px);
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 576px) {
    .css-16p6xcm {
        max-width: calc(1352px + 16px);
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 768px) {
    .css-16p6xcm {
        max-width: calc(1352px + 32px);
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1200px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}


.css-aicn73 {
    display: block;
    margin-bottom: 24px;
}


.css-16p6xcm {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1352px + 16px);
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 576px) {
    .css-16p6xcm {
        max-width: calc(1352px + 16px);
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 768px) {
    .css-16p6xcm {
        max-width: calc(1352px + 32px);
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1200px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}


.css-p0f1uc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-p0f1uc {
        gap: 8px;
    }
}

@media (min-width: 992px) {
    .css-p0f1uc {
        gap: 24px;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-p0f1uc {
        margin-bottom: 16px;
    }
}

@media (min-width: 992px) {
    .css-p0f1uc {
        margin-bottom: 32px;
    }
}


.css-1umeza3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


.css-8atqhb {
    width: 100%;
}


.css-13mjla6 {
    height: 90px;
    background-color: #FCFCFC;
    padding: 24px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

@media (max-width: 575px) {
    .css-13mjla6 {
        min-width: 100%;
        height: 60px;
    }
}

.css-13mjla6 svg {
    color: #595959;
}


.css-gcwweu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}


.css-1h0g75a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}


.css-15ul7bc {
    width: 100%;
    padding: 24px 16px;
    border: 1px solid #CCCCCC;
    border-top: none;
    display: none;
    border-radius: 0 0 4px 4px;
}


.css-1prcnte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 1200px) {
    .css-1prcnte {
        gap: 8px;
    }
}

@media (min-width: 1200px) {
    .css-1prcnte {
        gap: 24px;
    }
}


.css-raml9c {
    height: 90px;
    background-color: #FCFCFC;
    padding: 24px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}

@media (max-width: 575px) {
    .css-raml9c {
        min-width: 100%;
        height: 60px;
    }
}

.css-raml9c svg {
    color: #595959;
}


.css-12ysrb9 {
    min-height: 70px;
    padding: 8px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background: #fff;
}

.css-12ysrb9 a {
    margin-bottom: 0;
}


.css-1vxzg0x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    min-height: 70px;
    padding: 8px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background: #fff;
}

.css-1vxzg0x a {
    margin-bottom: 0;
}


.css-b95f0i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.css-1caljh6 {
    color: #0033C6;
    font-weight: 800;
    font-family: 'Nunito', Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji";
}


.css-3gu052 {
    font-size: 1.25rem;
    line-height: 1.375;
    color: undefined;
    color: #0033C6;
    font-weight: 800;
    font-family: 'Nunito', Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji";
}


.css-zd0cis {
    font-size: 0.875rem;
    line-height: 1;
    color: #575757;
}


.css-zhk6s4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4px;
    padding-right: 4px;
}


.css-1jww5zh {
    margin-right: 8px;
    width: 64px;
    height: 48px;
}

.css-1jww5zh .icon-pin-button {
    fill: #FCFCFC;
    stroke: #0033C6;
    stroke-width: 0.2;
}


.css-1ciuc0x {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    width: 64px;
    height: 48px;
}

.css-1ciuc0x .icon-button__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-1ciuc0x .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}

.css-1ciuc0x .icon-pin-button {
    fill: #FCFCFC;
    stroke: #0033C6;
    stroke-width: 0.2;
}


.css-12gduf0 {
    border: 0px;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    background-color: #0033C6;
    color: #FCFCFC;
    border-color: #0033C6;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 40px;
    padding: 0 16px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    width: 64px;
    height: 48px;
}

.css-12gduf0 .button__loading-text {
    margin-left: 12px;
}

.css-12gduf0:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-12gduf0:disabled {
    background-color: #CCCCCC;
    color: #808080;
    border: 0px;
    cursor: not-allowed;
}

.css-12gduf0:disabled:hover {
    background-color: #CCCCCC;
    color: #808080;
}

.css-12gduf0:disabled:active {
    background-color: #CCCCCC;
    color: #808080;
}

.css-12gduf0:disabled:focus {
    background-color: #CCCCCC;
    color: #808080;
}

.css-12gduf0:hover {
    background-color: #0F3889;
}

.css-12gduf0:active {
    background-color: #0A255B;
}

.css-12gduf0 .button__icon {
    width: 14px;
    height: 14px;
}

.css-12gduf0 .icon-button__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-12gduf0 .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}

.css-12gduf0 .icon-pin-button {
    fill: #FCFCFC;
    stroke: #0033C6;
    stroke-width: 0.2;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1jchonh {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.css-1piduyu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.css-1us74xs {
    fill: #fff;
}


.css-v5sxcb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
}


.css-uf94dr .overheadbuy-icon {
    margin-right: 8px;
}

.css-uf94dr i .buy-label {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.css-uf94dr *.invisible {
    display: none;
}

.css-tcaljp {
    border: 0px;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    background-color: #1E730D;
    color: #FCFCFC;
    border-color: #1E730D;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0 24px;
    width: 100%;
}

.css-tcaljp .button__loading-text {
    margin-left: 12px;
}

.css-tcaljp:focus-visible {
    box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px;
}

.css-tcaljp:disabled {
    background-color: #CCCCCC;
    color: #808080;
    border: 0px;
    cursor: not-allowed;
}

.css-tcaljp:disabled:hover {
    background-color: #CCCCCC;
    color: #808080;
}

.css-tcaljp:disabled:active {
    background-color: #CCCCCC;
    color: #808080;
}

.css-tcaljp:disabled:focus {
    background-color: #CCCCCC;
    color: #808080;
}

.css-tcaljp:hover {
    background-color: #185C0A;
}

.css-tcaljp:active {
    background-color: #0C2E05;
    box-shadow: none;
}

.css-tcaljp .button__icon {
    width: 16px;
    height: 16px;
}

.css-tcaljp .overheadbuy-icon {
    margin-right: 8px;
}

.css-tcaljp i .buy-label {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.css-tcaljp *.invisible {
    display: none;
}


.css-y3wq61:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #001f60;
}

.css-y3wq61:active {
    color: #001f60;
    border-radius: 0;
}

.css-y3wq61:focus-visible {
    border-radius: 5px;
    box-shadow: #fff 0px 0px 0px 2px, #575757 0px 0px 0px 4px;
}


@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Franklin:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

.CB01 .cb01-external-container {
    display: flex;
    justify-content: center;
    width: 100%
}

.CB01 .cb01-external-container .cb01-container {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 1400px;
    padding: 0px 24px
}

@media screen and (max-width: 991px) {
    .CB01 .cb01-external-container .cb01-container {
        padding: 0px 12px;
        height: 80px
    }
}

@media screen and (max-width: 577px) {
    .CB01 .cb01-external-container .cb01-container {
        padding: 0px 8px
    }
}

.CB01 .cb01-external-container .cb01-container .chronometer-container {
    color: #fff !important;
    font-size: 24px;
    border: 2px solid #ff0047;
    padding: 10px 10px 10px 13px;
    height: 83px;
    border-radius: 8px;
    line-height: 35px
}

@media screen and (max-width: 991px) {
    .CB01 .cb01-external-container .cb01-container .chronometer-container {
        margin-left: 20px;
        padding: 10px 5px 10px 7px;
        line-height: 25px;
        height: 75px
    }
}

@media screen and (max-width: 360px) {
    .CB01 .cb01-external-container .cb01-container .chronometer-container {
        padding: 7px 5px 5px 4px;
        line-height: 18px;
        height: 50px
    }
}

.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c {
    display: flex
}

.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds {
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    color: #0033c6
}

@media screen and (max-width: 991px) {

    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds {
        align-items: center
    }
}

.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days .box,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours .box,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes .box,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds .box {
    font-family: "Lato", sans-serif;
    display: inline-flex;
    font-size: 30px
}

@media screen and (max-width: 991px) {

    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days .box,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours .box,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes .box,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds .box {
        font-size: 24px
    }
}

@media screen and (max-width: 360px) {

    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days .box,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours .box,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes .box,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds .box {
        font-size: 16px
    }
}

.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days .box .points,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours .box .points,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes .box .points,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds .box .points {
    font-family: "Lato", sans-serif;
    margin-right: 5px
}

.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days .descriptions,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours .descriptions,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes .descriptions,
.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds .descriptions {
    font-family: "Lato", sans-serif;
    margin-left: 10px;
    font-size: 10px
}

@media screen and (max-width: 991px) {

    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days .descriptions,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours .descriptions,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes .descriptions,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds .descriptions {
        font-size: 10px;
        margin-left: unset;
        padding-left: 4px
    }
}

@media screen and (max-width: 360px) {

    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .days .descriptions,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .hours .descriptions,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .minutes .descriptions,
    .CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds .descriptions {
        font-size: 8px
    }
}

.CB01 .cb01-external-container .cb01-container .chronometer-container .content-c .seconds {
    margin-left: -4px
}


.content-master-header {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-master-header img {
    max-height: 50px;
}

/* regra css avaliaçoes */



.css-1kd96il {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}


.css-1oycjaj {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 0;
}
.css-1kd96il >* {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}


@media (min-width: 992px) {
    .css-zg4ld1 {
       
        padding-left: 24px;
        padding-right: 24px;
    }
}


@media (min-width: 992px) {
    .css-1v7jgiv {
        column-gap: 24px;
    }
}

@media (min-width: 992px) {
    .css-1uc7fvu {
        grid-column: span 4 / span 12;
    }
}


.css-1jwc0rp {
    position: relative;
    margin-top: 8px;
}


.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}


@media (min-width: 576px) {
    .css-6g6f9v {
        gap: 12px;
    }
}

@media (min-width: 576px) {
    .css-6g6f9v {
        justify-content: normal;
    }
}

.css-6g6f9v {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}



.css-mpcstp {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
}


.css-1v8gq7a {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(89, 89, 89);
}


.css-18q3l51 {
    display: flex
;
    flex-direction: column;
}


.css-1u3doef {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1fymstp {
    display: inline-block;
    color: rgb(204, 204, 204);
}


.css-1fymstp svg {
    width: 48px;
    height: 48px;
}

.css-1fymstp svg {
    display: inline;
}


.css-1fymstp {
    display: inline-block;
    color: rgb(204, 204, 204);
}


.css-1ue5p28 {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(206, 115, 23);
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}


.css-1ue5p28 svg {
    width: 48px;
    height: 48px;
}

.css-1ue5p28 svg {
    display: inline;
}


.css-w7x1jq {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
    margin-left: 8px;
}

.css-1i4me2h {
    display: none;
    width: 100%;
}


.css-1eemyde {
    border: 0px transparent;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    color: rgb(0, 51, 198);
    text-decoration: underline;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 0px 16px;
    width: 40px;
    height: 40px;
}


.css-1eemyde .icon-button__wrapper {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-ygcom1 {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: rotate(180deg);
}


.css-1eemyde .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}

@media (min-width: 576px) {
    .css-15z895e {
        display: block;
    }
}


.css-1ago99h {
    width: 100%;
}


.css-107bnro {
    width: 100%;
}

.css-8x9ur9 {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
}


.css-mvj5kf {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
}


.css-1qd355l {
    background: rgb(230, 230, 230);
    height: 8px;
    width: 100%;
    border-radius: 4px;
}


.css-h5bu0t {
    background: rgb(0, 51, 198);
    height: 100%;
    border-radius: 4px;
}


.css-1e5kdff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
}


.css-1835v05 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}

.css-1qd355l {
    background: rgb(230, 230, 230);
    height: 8px;
    width: 100%;
    border-radius: 4px;
}

.css-h5bu0t {
    background: rgb(0, 51, 198);
    height: 100%;
    border-radius: 4px;
}

.css-h5bu0t {
    background: rgb(0, 51, 198);
    height: 100%;
    border-radius: 4px;
}

.css-1qd355l {
    background: rgb(230, 230, 230);
    height: 8px;
    width: 100%;
    border-radius: 4px;
}


.css-h5bu0t {
    background: rgb(0, 51, 198);
    height: 100%;
    border-radius: 4px;
}


.css-h5bu0t {
    background: rgb(0, 51, 198);
    height: 100%;
    border-radius: 4px;
}


.css-y1gt6f {
    margin-top: 40px;
}

.css-u58nal {
    font-family: 'Nunito', sans-serif;
    line-height: 150%;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #0033C6;
}

@media (min-width: 576px) {
    .css-2rfzq4 {
        gap: 16px;
    }
}

.css-2rfzq4 {
    display: flex
;
    align-items: normal;
    margin-top: 12px;
    background-color: transparent;
}


.css-1tgv6dv {
    display: block;
    background: rgb(246, 249, 254);
    border-radius: 4px;
    padding: 16px;
    width: 100%;
}


.css-1tgv6dv > h3 {
    display: block;
}

.css-57mykl {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}


.css-19qazh1 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
}

.css-1tgv6dv {
    display: block;
    background: rgb(246, 249, 254);
    border-radius: 4px;
    padding: 16px;
    width: 100%;
}


.css-1tgv6dv > h3 {
    display: block;
}

.css-86t37k {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(89, 89, 89);
}


.css-19qazh1 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
}


.css-y1gt6f {
    margin-top: 40px;
}

.css-u58nal {
    font-family: 'Nunito', sans-serif;
    line-height: 150%;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #0033C6;
}


.css-1qni3x9 {
    display: flex
;
    gap: 16px;
    flex-direction: column;
    background: rgb(246, 249, 254);
    border-radius: 4px;
    padding: 24px;
    margin-top: 12px;
}


.css-17e1w72 {
    display: flex
;
    gap: 24px;
    background-color: transparent;
}

.css-1piduyu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.css-17e1w72 .review-icon-positive {
    margin-top: 8px;
}

.css-1qz5cuh {
    display: flex
;
    width: 2.75rem;
    height: 2.75rem;
    fill: rgb(255, 255, 255);
}

.css-18q3l51 {
    display: flex
;
    flex-direction: column;
}

.css-1vyo8ca {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}

.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-qjrtjd {
    display: inline-block;
    color: rgb(204, 204, 204);
}

.css-qjrtjd svg {
    width: 32px;
    height: 32px;
}

.css-qjrtjd svg {
    display: inline;
}


.css-kyjvww {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(206, 115, 23);
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}


.css-kyjvww svg {
    width: 32px;
    height: 32px;
}

.css-kyjvww svg {
    display: inline;
}


.css-kyjvww svg {
    width: 32px;
    height: 32px;
}

.css-kyjvww svg {
    display: inline;
}


.css-9b74jm {
    display: flex
;
    gap: 8px;
    flex-direction: column;
    width: 100%;
}

.css-17e1w72 .review-most-rating-text {
    margin-left: 4px;
}
.css-1p28fo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}


.css-3a7l2p {
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: rgb(0, 51, 198);
}


.css-1qni3x9 .review-most-rating-divider {
    border-color: rgb(163, 190, 245);
    opacity: 0.3;
}

.css-2m9jgt {
    border-color: rgb(204, 204, 204);
    border-width: 0px 0px 1px;
    width: 100%;
    border-style: solid;
    opacity: 0.56;
}


.css-17e1w72 {
    display: flex
;
    gap: 24px;
    background-color: transparent;
}


.css-ygcom1 {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: rotate(180deg);
}


.css-17e1w72 .review-icon-negative {
    margin-bottom: 8px;
}

.css-1qz5cuh {
    display: flex
;
    width: 2.75rem;
    height: 2.75rem;
    fill: rgb(255, 255, 255);
}


.css-18q3l51 {
    display: flex
;
    flex-direction: column;
}

.css-1vyo8ca {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-qjrtjd {
    display: inline-block;
    color: rgb(204, 204, 204);
}

.css-qjrtjd svg {
    width: 32px;
    height: 32px;
}

.css-qjrtjd svg {
    display: inline;
}

.css-162adbr {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(206, 115, 23);
    overflow: hidden;
    white-space: nowrap;
    width: 20%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}

.css-162adbr svg {
    width: 32px;
    height: 32px;
}

.css-162adbr svg {
    display: inline;
}


.css-9b74jm {
    display: flex
;
    gap: 8px;
    flex-direction: column;
    width: 100%;
}


.css-17e1w72 .review-most-rating-text {
    margin-left: 4px;
}


.css-1p28fo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}



@media (min-width: 992px) {
    .css-17ebz0v {
        grid-column: span 8 / span 12;
    }
}


.css-1yjvs5a {
    margin-bottom: 32px;
}


@media (min-width: 992px) {
    .css-h6cqn7 {
        margin-top: 0px;
    }
}

@media (min-width: 576px) {
    .css-h6cqn7 {
        flex-direction: row;
    }
}

@media (min-width: 576px) {
    .css-h6cqn7 {
        -webkit-box-align: center;
        align-items: center;
    }
}

.css-h6cqn7 {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}

.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}


@media (min-width: 576px) {
    .css-1paz1nw {
        flex-direction: row;
    }
}

@media (min-width: 576px) {
    .css-1paz1nw {
        gap: 12px;
    }
}

@media (min-width: 576px) {
    .css-1paz1nw {
        -webkit-box-align: center;
        align-items: center;
    }
}

.css-1paz1nw {
    display: flex
;
}


.css-1paz1nw > label {
    width: 100%;
}
.css-1p28fo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}


.css-1ti6mi8 {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
    margin-bottom: 4px;
}


.css-1paz1nw .select-input {
    min-width: 200px;
}

.css-lkmqgs {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(89, 89, 89);
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    border-width: 1px;
    border-radius: 8px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    transition-property: border-color;
    transition-duration: 200ms;
}


.css-lkmqgs .select__select {
    background-color: transparent;
    width: 35%;
    padding: 12px 32px 12px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0px;
}

.css-lkmqgs select {
    height: 48px;
    appearance: none;
}


.css-lkmqgs select > * {
    background-color: rgb(252, 252, 252);
    color: rgb(89, 89, 89);
}


.css-lkmqgs .select_arrow-wrapper {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 16px;
    pointer-events: none;
}


.css-lkmqgs .select_arrow-wrapper svg {
    color: rgb(89, 89, 89);
    width: 16px;
    height: 16px;
}

.css-s1qziw {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    margin-top: 4px;
}


.css-1nounj7 {
    display: flex
;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
}

@media (min-width: 576px) {
    .css-1xb62it {
        height: 162px;
    }
}

.css-1xb62it {
    display: flex
;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
    background-color: transparent;
}


@media (min-width: 576px) {
    .css-1xb62it > button:nth-of-type(-n+3) {
        display: flex
;
    }
}

.css-jgx385 {
    display: none;
    flex: 1 1 0%;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    width: 202px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}


.css-1qebru1 {
    display: flex
;
    flex: 1 1 0%;
    background: rgb(246, 249, 254);
    color: rgb(0, 51, 198);
    max-width: 100%;
    min-width: 202px;
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 162px;
    gap: 4px;
    padding: 24px;
    border-radius: 8px;
}


@media (min-width: 576px) {
    .css-puj5v8 {
        font-family: Nunito, sans-serif;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.02em;
        font-weight: 700;
    }
}

.css-puj5v8 {
    color: rgb(0, 51, 198);
}



@media (min-width: 992px) {
    .css-1r2mkbo {
        margin-top: 0px;
    }
}

.css-1r2mkbo {
    display: flex
;
    gap: 24px;
    flex-direction: column;
}


@media (min-width: 576px) {
    .css-t2c8xq {
        flex-direction: row;
    }
}

@media (min-width: 576px) {
    .css-t2c8xq {
        -webkit-box-align: center;
        align-items: center;
    }
}

.css-t2c8xq {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}


.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}


.css-17jchpl {
    width: 100%;
}


.css-17jchpl li {
    list-style: none;
    width: 100%;
}

.css-1wdye00 {
    display: flex
;
    gap: 12px;
    flex-direction: column;
}


.css-1ku9q4z {
    display: flex
;
    gap: 8px;
    flex-direction: column;
}

.css-18q3l51 {
    display: flex
;
    flex-direction: column;
}

.css-1h0g75a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}


.css-10b109j {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}


.css-17jchpl .review-stars-rating {
    margin-right: 6px;
}

.css-1vyo8ca {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1qj80cd {
    display: inline-block;
    color: rgb(204, 204, 204);
}


.css-1qj80cd svg {
    width: 16px;
    height: 16px;
}

.css-1qj80cd svg {
    display: inline;
}


.css-z27hm6 {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(206, 115, 23);
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}


.css-z27hm6 svg {
    width: 16px;
    height: 16px;
}

.css-z27hm6 svg {
    display: inline;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-mvj5kf {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
}

.css-3z3jkt {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    width: 100%;
}


.css-vz934t {
    display: flex
;
    gap: 4px;
    width: 100%;
}

.css-ojhsz0 {
    scrollbar-width: thin;
    scrollbar-color: rgb(204, 204, 204) rgb(242, 242, 242);
}

.css-ojhsz0 {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 4px;
    list-style: none;
    overflow-y: auto;
}

.css-ojhsz0 {
    scrollbar-width: thin;
    scrollbar-color: rgb(204, 204, 204) rgb(242, 242, 242);
}

.css-ojhsz0 {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 4px;
    list-style: none;
    overflow-y: auto;
}


.css-ojhsz0 li {
    width: auto;
}


.css-ero4ef {
    width: 98px;
    height: 58px;
    border-radius: 2px;
    cursor: pointer;
    object-fit: cover;
    border: 1px solid rgb(204, 204, 204);
}


@media (min-width: 992px) {
    .css-6l1uz8 {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.css-6l1uz8 {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}


.css-1h0g75a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}


@media (min-width: 992px) {
    .css-1l6ody4 {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.css-1l6ody4 {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}


.css-1gk236q {
    color: rgb(89, 89, 89);
    border-radius: 4px;
    padding: 12px;
    font-size: 8px;
    background: linear-gradient(to left, rgb(242, 242, 242) 50%, rgb(233, 247, 236) 50%) right center / 200%;
}


.css-1gk236q .wrapper {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
}


.css-17jchpl .divider {
    margin-top: 22px;
}


.css-rdf31j {
    border-color: #CCCCCC;
    border-width: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-style: dashed;
    opacity: 0.56;
}

.css-1kd96il {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}



.css-1oycjaj {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 0;
}


@media (min-width: 1400px) {
    .css-zg4ld1 {
      
        padding-left: 24px;
        padding-right: 24px;
    }
}


@media (min-width: 1400px) {
    .css-1v7jgiv {
        column-gap: 24px;
    }
}


@media (min-width: 992px) {
    .css-1uc7fvu {
        grid-column: span 4 / span 12;
    }
}


@media (min-width: 992px) {
    .css-17ebz0v {
        grid-column: span 8 / span 12;
    }
}




.css-zg4ld1 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1368px);
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 32px;
}


@media (min-width: 992px) {
    .css-1d1dl77 {
        margin-bottom: 16px;
    }
}
@media (min-width: 992px) {
    .css-1d1dl77 {
        margin-top: 16px;
    }
}


.css-1rpoi4o {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}


@media (min-width: 992px) {
    .css-rrqgyx {
        min-width: 150px;
    }
}
.css-rrqgyx {
    display: block;
}


.css-1ti6mi8 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
    margin-bottom: 4px;
}

.css-lkmqgs {
    position: relative;
    overflow: hidden;
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #595959;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    border-width: 1px;
    border-radius: 8px;
    border-color: #CCCCCC;
    border-style: solid;
    transition-property: border-color;
    transition-duration: 200ms;
}

.css-lkmqgs .select__select {
    background-color: transparent;
    width: 100%;
    padding-left: 16px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
}


.css-lkmqgs select >* {
    background-color: #FCFCFC;
    color: #595959;
}

.css-lkmqgs .select_arrow-wrapper {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 16px;
    pointer-events: none;
}



.css-lkmqgs .select_arrow-wrapper svg {
    color: #595959;
    width: 16px;
    height: 16px;
}



.css-s1qziw {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
    margin-top: 4px;
}

.css-lkmqgs {
    width: 25%;
    margin-bottom: 20px;
}


/* perguntas do produto */


.css-1kd96il {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}


.css-1kd96il >* {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}


.css-1oycjaj {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 0;
}

@media (min-width: 1400px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}



@media (min-width: 992px) {
    .css-1qaopj4 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.css-1qaopj4 {
    display: flex
;
    -webkit-box-align: initial;
    align-items: initial;
    flex-direction: column;
}


.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}


.css-1e8nsm3 {
    display: flex
;
    gap: 8px;
    flex-direction: column;
    flex-basis: max-content;
    margin-top: 8px;
    margin-bottom: 32px;
}

.css-1ti6mi8 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
    margin-bottom: 4px;
}


.css-bsac9i {
    overflow: hidden;
    width: 100%;
    height: 50px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(89, 89, 89);
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    border-width: 1px;
    border-radius: 8px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    transition-property: border-color;
    transition-duration: 200ms;
}


.css-bsac9i .input__element-wrapper[data-direction="right"] {
    order: 1;
    margin-right: 16px;
}

.css-bsac9i .input__element-wrapper {
    width: 24px;
    height: 24px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-bsac9i .input__element-wrapper svg {
    color: rgb(89, 89, 89);
    width: 20px;
    height: 20px;
}

.css-12350bm {
    fill: rgb(0, 51, 198);
    cursor: pointer;
}


.css-bsac9i .input__input[data-element-direction="right"] {
    padding-right: 8px;
}

.css-bsac9i .input__input {
    width: 100%;
    height: 100%;
    padding: 12px 16px;
    background-color: transparent;
    outline: 0px;
}


.css-s1qziw {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
    margin-top: 4px;
}

.css-1x2tukw {
    display: flex
;
    -webkit-box-align: inherit;
    align-items: inherit;
    gap: 16px;
    flex-direction: column;
}


.css-1bhx1s8 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(0, 51, 198);
}


.css-154cu1i {
    display: flex
;
    gap: 8px;
    flex-direction: column;
}


.css-ewa9lv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    gap: 4px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.css-1h0g75a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}



.css-1835v05 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}

.css-mvj5kf {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
}

.css-mvj5kf {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
}


.css-1kxcqso {
    display: flex
;
    -webkit-box-align: initial;
    align-items: initial;
    gap: 16px;
    flex-direction: column;
    width: 100%;
}

.css-1oh11bg {
    display: flex
;
    gap: 16px;
    flex-direction: column;
    width: 100%;
}

.css-72pll3 {
    background-color: rgb(242, 242, 242);
    display: block;
    width: 100%;
    padding: 16px;
}

.css-18v0bpv {
    display: flex
;
    gap: 4px;
    flex-direction: column;
    width: 100%;
}

.css-1p28fo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}

.css-gc0joe {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


.css-1gmm1oh {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
}


.css-m4gnr4 {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.css-eh34iz {
    background-color: rgb(242, 242, 242);
    border-radius: 99999px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    padding: 2px;
}

.css-1835v05 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}


.css-mvj5kf {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
}

@media (min-width: 576px) {
    .css-fdajkb {
        width: auto;
    }
}

@media (min-width: 576px) {
    .css-fdajkb {
        -webkit-box-pack: inherit;
        justify-content: inherit;
    }
}

.css-fdajkb {
    display: flex
;
}

.css-rdf31j {
    border-color: #CCCCCC;
    border-width: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-style: dashed;
    opacity: 0.56;
}

.css-1khmz50 {
    background-color: rgb(246, 249, 254);
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    padding: 32px;
    margin-bottom: 12px;
}


.css-1v8jnt8 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-align: center;
    color: rgb(89, 89, 89);
}


.css-zj7q42 {
    border: 0px rgb(0, 51, 198);
    border-radius: 4px;
    text-underline-offset: 4px;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    background-color: rgb(0, 51, 198);
    color: rgb(252, 252, 252);
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0px 24px;
}

/* recomendaçoes de produto */

.css-1kd96il {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.css-1oycjaj {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 0;
}
.css-1kd96il >* {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}


@media (min-width: 1400px) {
    .css-16p6xcm {
        max-width: calc(1352px + 48px);
        padding-left: 24px;
        padding-right: 24px;
    }
}

.css-1fii1ca {
    display: block;
    width: 100%;
}

.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}


.css-1p28fo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}


@media (min-width: 992px) {
    .css-1wghiss {
        margin-bottom: 32px;
    }
}

.css-1wghiss {
    display: block;
    margin-top: 24px;
}


.css-78wyov {
    width: 100%;
}


.css-1fzv95x {
    width: 100%;
}

.css-1fzv95x .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.css-78wyov .slick-prev.slick-disabled, .css-78wyov .slick-next.slick-disabled {
    visibility: hidden;
}

@media (min-width: 1400px) {
    .css-78wyov .slick-prev {
        left: -24px;
    }
}


.css-1b9zv2j .icon-button__wrapper {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-1b9zv2j .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}

.css-1fzv95x .slick-slider .slick-track, .css-1fzv95x .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}

.css-1fzv95x .slick-list {
    display: flex
;
}

.css-1fzv95x .slick-list {
    margin: 0px -12px;
}

.css-1fzv95x .slick-list {
    position: relative;
    display: flex
;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.css-15lifq3 .slick-list {
    display: flex
;
}


.css-1fzv95x .slick-track {
    display: flex
;
    margin: 0px;
    padding-bottom: 24px;
}

.css-1fzv95x .slick-track {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex
;
}


.css-1fzv95x .slick-initialized .slick-slide {
    display: block;
}

.css-1fzv95x .slick-slide {
    display: flex
;
}

.css-1fzv95x .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}


.css-1fzv95x .slick-slide > div {
    display: flex
;
}

.css-1fzv95x .slick-slide > div {
    margin: 0px 12px;
}

.css-1fzv95x .slick-slide > div {
    flex: 1 0 auto;
    height: 100%;
}


.css-14uoqxm {
    display: flex
;
}


@media (min-width: 1200px) {
    .css-8i01yi {
        border-radius: 8px;
        min-width: 13rem;
        padding: 24px;
        margin-top: 0px;
    }
}

.css-8i01yi {
    width: 100%;
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(204, 204, 204);
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 200ms;
    box-shadow: rgb(204, 204, 204) 0px 4px 8px -4px;
    position: relative;
    display: flex
;
    flex-direction: column;
}


.css-8i01yi .product-card__details-wrapper {
    position: relative;
}


.css-1fzv95x .slick-slide img {
    display: block;
}

.css-8i01yi .product-card__image {
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
    margin: 0px auto 16px;
    border-radius: 8px;
    max-height: 11.25rem;
    animation: 0.8s linear 0s infinite alternate none running bgfade;
}

.css-8i01yi .product-card__title {
    color: rgb(64, 64, 64);
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    min-height: 2.625rem;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.css-8i01yi a[href]:not(.dsvia-link-overlay), .css-8i01yi abbr[title], .css-8i01yi .link-overlay {
    position: relative;
    z-index: 1;
}
a {
    background-color: transparent;
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}


.css-8i01yi .product-card__rating-wrapper-fixed {
    min-height: 1.75rem;
    margin-bottom: 16px;
}


.css-8i01yi .product-card__rating-wrapper {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-8i01yi .product-card__reviews-count-text {
    color: rgb(64, 64, 64);
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
}


css-8i01yi .product-card__rating-wrapper .product-card__rating {
    order: -1;
}

.css-1vyo8ca {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1fngydb {
    display: inline-block;
    color: rgb(204, 204, 204);
}


@media (min-width: 1200px) {
    .css-1fngydb svg {
        width: 20px;
        height: 20px;
    }
}

.css-1fngydb svg {
    display: inline;
}


.css-13cg2hk {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(206, 115, 23);
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}


@media (min-width: 1200px) {
    .css-13cg2hk svg {
        width: 20px;
        height: 20px;
    }
}

.css-13cg2hk svg {
    display: inline;
}


.css-8i01yi .product-card__discount-wrapper {
    display: flex
;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    min-height: 1.375rem;
}


.css-1334wdl {
    font-weight: 700;
    font-family: Nunito, sans-serif;
    border-radius: 4px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(44, 92, 10);
    color: rgb(249, 254, 246);
    height: 1.063rem;
    padding: 0px 4px;
    font-size: 12px;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-8i01yi .product-card__badge-small-text {
    display: none;
    margin-right: 3px;
}


.css-8i01yi .product-card__badge-medium-text {
    display: inline-block;
    margin-right: 3px;
}

.css-8i01yi .product-card__discount-text {
    color: rgb(145, 145, 145);
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    line-height: 200%;
    letter-spacing: 0.02em;
    order: -1;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-8i01yi .product-card__installment-wrapper-fixed {
    min-height: 2.5rem;
}


.css-8i01yi .product-card__installment-text {
    color: rgb(64, 64, 64);
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-8i01yi .product-card__installment-text b {
    font-weight: 700;
}


.css-uu6h57 {
    white-space: nowrap;
}


.css-8i01yi .product-card__installment-text {
    color: rgb(64, 64, 64);
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.css-8i01yi .product-card__installment-text b {
    font-weight: 700;
}


.css-uu6h57 {
    white-space: nowrap;
}


.css-uu6h57 {
    white-space: nowrap;
}


.css-8i01yi .product-card__installment-text {
    color: rgb(64, 64, 64);
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
}


.css-8i01yi .product-card__flags-list {
    list-style: none;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
}


.css-1ogn60p {
    position: static;
    outline: none;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-8i01yi .product-card__highlight-price {
    color: rgb(0, 51, 198);
    font-family: Nunito, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 2px;
}


.css-8i01yi .product-card__highlight-price-description {
    color: rgb(0, 51, 198);
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    min-height: 1.25rem;
}

@media (min-width: 1400px) {
    .css-78wyov .slick-next {
        right: -24px;
    }
}


.css-1b9zv2j .icon-button__wrapper {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1b9zv2j .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}


@media (min-width: 1400px) {
    .css-78wyov .slick-next {
        right: -24px;
    }
}


.css-1b9zv2j .icon-button__wrapper {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-1b9zv2j .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}
.css-1fzv95x .slick-slider .slick-track, .css-1fzv95x .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}

.css-1fzv95x .slick-list {
    display: flex
;
}

.css-1fzv95x .slick-list {
    margin: 0px -12px;
}

.css-1fzv95x .slick-list {
    position: relative;
    display: flex
;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.css-1fzv95x .slick-slider .slick-track, .css-1fzv95x .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}

.css-1fzv95x .slick-track {
    display: flex
;
    margin: 0px;
    padding-bottom: 24px;
}

.css-1fzv95x .slick-track {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex
;
}

/* compilaçao do mobile avaliaçoes */


.css-zg4ld1 {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1368px);
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 32px;
}


.css-1v7jgiv {
    display: grid
;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 8px;
}


@media (min-width: 0px) and (max-width: 992px) {
    .css-1uc7fvu {
        grid-column: span 12 / span 12;
    }
}

.css-1jwc0rp {
    position: relative;
    margin-top: 8px;
}

.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-6g6f9v {
        gap: 4px;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-6g6f9v {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.css-6g6f9v {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}


@media (min-width: 0px) and (max-width: 576px) {
    .css-mpcstp {
        gap: 4px;
    }
}

.css-mpcstp {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
}
.css-1v8gq7a {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(89, 89, 89);
}


.css-18q3l51 {
    display: flex
;
    flex-direction: column;
}

.css-18q3l51 {
    display: flex
;
    flex-direction: column;
}

.css-1u3doef {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}

.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1fymstp {
    display: inline-block;
    color: rgb(204, 204, 204);
}


.css-1fymstp svg {
    width: 48px;
    height: 48px;
}


.css-w7x1jq {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
    margin-left: 8px;
}


@media (max-width: 575px) {
    .css-1i4me2h {
        display: block;
    }
}

.css-1i4me2h {
    display: none;
    width: 100%;
}


.css-1eemyde {
    border: 0px transparent;
    border-radius: 4px;
    text-underline-offset: 4px;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    color: rgb(0, 51, 198);
    text-decoration: underline;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 0px 16px;
    width: 40px;
    height: 40px;
}


.css-1eemyde .icon-button__wrapper {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-ygcom1 {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transform: rotate(180deg);
}


.css-1eemyde .icon-button__wrapper svg {
    width: 20px;
    height: 20px;
}

.css-1jc01oq {
    display: flex
;
    
    fill: rgb(87, 87, 87);
}


.css-y1gt6f {
    margin-top: 40px;
}


.css-u58nal {
    font-family: 'Nunito', sans-serif;
    line-height: 150%;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #0033C6;
}



@media (max-width: 576px) {
    .css-2rfzq4 {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-2rfzq4 {
        gap: 8px;
    }
}

.css-2rfzq4 {
    display: flex
;
    align-items: normal;
    margin-top: 12px;
    background-color: transparent;
}


.css-1tgv6dv {
    display: block;
    background: rgb(246, 249, 254);
    border-radius: 4px;
    padding: 16px;
    width: 100%;
}


.css-1tgv6dv > h3 {
    display: block;
}

.css-57mykl {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}


.css-19qazh1 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
}


.css-1tgv6dv {
    display: block;
    background: rgb(246, 249, 254);
    border-radius: 4px;
    padding: 16px;
    width: 100%;
}


.css-1tgv6dv > h3 {
    display: block;
}

.css-86t37k {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(89, 89, 89);
}


.css-19qazh1 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-17ebz0v {
        grid-column: span 12 / span 12;
    }
}


.css-1yjvs5a {
    margin-bottom: 32px;
}


@media (min-width: 0px) and (max-width: 992px) {
    .css-h6cqn7 {
        margin-top: 32px;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-h6cqn7 {
        flex-direction: column;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-h6cqn7 {
        align-items: flex-start;
    }
}

.css-h6cqn7 {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}


.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}

@media (max-width: 575px) {
    .css-1paz1nw {
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-1paz1nw {
        flex-direction: column;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-1paz1nw {
        gap: 4px;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-1paz1nw {
        align-items: flex-start;
    }
}

.css-1paz1nw {
    display: flex
;
}


.css-1paz1nw > label {
    width: 100%;
}
.css-1p28fo4 {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}

.css-1ti6mi8 {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
    margin-bottom: 4px;
}


.css-1paz1nw .select-input {
    min-width: 200px;
}

.css-lkmqgs {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(89, 89, 89);
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    border-width: 1px;
    border-radius: 8px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    transition-property: border-color;
    transition-duration: 200ms;
}

.css-lkmqgs .select__select {
    background-color: transparent;
    width: 100%;
    padding: 12px 32px 12px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0px;
}

.css-lkmqgs select {
    height: 48px;
    appearance: none;
}



.css-lkmqgs select > * {
    background-color: rgb(252, 252, 252);
    color: rgb(89, 89, 89);
}


.css-lkmqgs .select_arrow-wrapper {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 16px;
    pointer-events: none;
}


.css-lkmqgs .select_arrow-wrapper svg {
    color: rgb(89, 89, 89);
    width: 16px;
    height: 16px;
}


.css-s1qziw {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    margin-top: 4px;
}


.css-1nounj7 {
    display: flex
;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
}


@media (min-width: 0px) and (max-width: 576px) {
    .css-1xb62it {
        height: 140px;
    }
}

.css-1xb62it {
    display: flex
;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
    background-color: transparent;
}

@media (max-width: 575px) {
    .css-1xb62it > button:nth-of-type(-n+2) {
        display: flex
;
    }
}

@media (max-width: 575px) {
    .css-1xb62it > button {
        height: 140px;
    }
}

.css-jgx385 {
    display: none;
    flex: 1 1 0%;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    width: 202px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 575px) {
    .css-1qebru1 {
        min-width: 90px;
        max-width: 90px;
        height: 140px;
    }
}

.css-1qebru1 {
    display: flex
;
    flex: 1 1 0%;
    background: rgb(246, 249, 254);
    color: rgb(0, 51, 198);
    max-width: 100%;
    min-width: 202px;
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 162px;
    gap: 4px;
    padding: 24px;
    border-radius: 8px;
}


@media (min-width: 0px) and (max-width: 576px) {
    .css-puj5v8 {
        font-family: Nunito, sans-serif;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.02em;
        font-weight: 700;
    }
}

.css-puj5v8 {
    color: rgb(0, 51, 198);
}


@media (min-width: 0px) and (max-width: 992px) {
    .css-1r2mkbo {
        margin-top: 32px;
    }
}

.css-1r2mkbo {
    display: flex
;
    gap: 24px;
    flex-direction: column;
}



@media (min-width: 0px) and (max-width: 576px) {
    .css-t2c8xq {
        flex-direction: column;
    }
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-t2c8xq {
        align-items: flex-start;
    }
}

.css-t2c8xq {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}


.css-f7odeg {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}



.css-17jchpl {
    width: 100%;
}

.css-17jchpl li {
    list-style: none;
    width: 100%;
}

.css-1wdye00 {
    display: flex
;
    gap: 12px;
    flex-direction: column;
}


.css-1ku9q4z {
    display: flex
;
    gap: 8px;
    flex-direction: column;
}


.css-18q3l51 {
    display: flex
;
    flex-direction: column;
}


.css-1h0g75a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}


.css-10b109j {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}


.css-17jchpl .review-stars-rating {
    margin-right: 6px;
}

.css-1vyo8ca {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}



.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-1qj80cd {
    display: inline-block;
    color: rgb(204, 204, 204);
}


.css-1qj80cd svg {
    width: 16px;
    height: 16px;
}

.css-1qj80cd svg {
    display: inline;
}


.css-z27hm6 {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(206, 115, 23);
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}




.css-z27hm6 svg {
    width: 16px;
    height: 16px;
}

.css-z27hm6 svg {
    display: inline;
}



.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-mvj5kf {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(89, 89, 89);
}


.css-3z3jkt {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    width: 100%;
}


.css-vz934t {
    display: flex
;
    gap: 4px;
    width: 100%;
}


.css-ojhsz0 {
    scrollbar-width: thin;
    scrollbar-color: rgb(204, 204, 204) rgb(242, 242, 242);
}

.css-ojhsz0 {
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
    gap: 4px;
    list-style: none;
    overflow-y: auto;
}



.css-ojhsz0 li {
    width: auto;
}


@media (min-width: 0px) and (max-width: 992px) {
    .css-6l1uz8 {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.css-6l1uz8 {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
*, *::before, *::after {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
}

.css-1h0g75a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #595959;
}


@media (min-width: 0px) and (max-width: 992px) {
    .css-1l6ody4 {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.css-1l6ody4 {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}


.css-1gk236q {
    color: rgb(89, 89, 89);
    border-radius: 4px;
    padding: 12px;
    font-size: 8px;
    background: linear-gradient(to left, rgb(242, 242, 242) 50%, rgb(233, 247, 236) 50%) right center / 200%;
}


.css-1gk236q .wrapper {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
}

.css-1gk236q span {
    margin-left: 8px;
}
.css-1835v05 {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #595959;
}


.css-jks582 {
    color: rgb(89, 89, 89);
    border-radius: 4px;
    padding: 12px;
    font-size: 8px;
    background: linear-gradient(to left, rgb(242, 242, 242) 50%, rgb(254, 246, 247) 50%) right center / 200%;
}


.css-jks582 .wrapper {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
}


.css-17jchpl .divider {
    margin-top: 22px;
}


.css-rdf31j {
    border-color: #CCCCCC;
    border-width: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-style: dashed;
    opacity: 0.56;
}


.css-1vawxu0 {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}


.css-jpdo9g {
    border: 0px rgb(0, 51, 198);
    border-radius: 4px;
    text-underline-offset: 4px;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    background-color: rgb(0, 51, 198);
    color: rgb(252, 252, 252);
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0px 24px;
}


.css-46zbfw {
    position: relative;
    z-index: 100;
}

.css-12ujcfp hr {
    box-sizing: content-box;
    overflow: visible;
}

.css-1wcxeoq {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: rgb(0, 51, 198);
    height: 8px;
}


.css-12ujcfp hr {
    box-sizing: content-box;
    overflow: visible;
}

.css-xg1px3 {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: rgb(231, 26, 59);
    height: 4px;
}

.css-1fvlmva {
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 70vw;
    max-width: unset;
    height: 100vh;
    transition: 0.2s;
    z-index: 3000;
    visibility: hidden;
    pointer-events: none;
}

.css-12ujcfp button {
    font-family: Nunito, sans-serif;
    min-width: 44px;
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.css-142ztpz {
    position: absolute;
    top: 0px;
    left: 70vw;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(247, 247, 247);
    box-shadow: rgba(0, 0, 0, 0.5) 8px 0px 10px -10px inset;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.css-142ztpz svg {
    fill: rgb(0, 51, 198);
}

.css-wse0fr {
    background-color: rgb(247, 247, 247);
    height: 100vh;
}


.css-1devbvx {
    padding: 16px 16px 0px;
}


.css-1o23r2j {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
}

.css-1o23r2j img {
    margin-right: 16px;
}

.css-12ujcfp img, .css-12ujcfp video {
    max-width: 100%;
    height: auto;
}

.css-12ujcfp img {
    border-style: none;
}


.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}

.css-1yyfyce {
    display: flex
;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: rgb(87, 87, 87);
}


.css-1yyfyce span:first-of-type {
    color: rgb(87, 87, 87);
    font-weight: 400;
}


.css-1yyfyce span:last-of-type {
    color: rgb(87, 87, 87);
    font-weight: 400;
}

.css-1yyfyce span {
    display: inline-block;
    width: 100%;
}
.css-1d19hng {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


.css-1d19hng a {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(0, 51, 198);
}

.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}

.css-1d19hng a svg {
    margin-right: 8px;
    fill: rgb(0, 51, 198);
}


.css-1d19hng a {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(0, 51, 198);
}

.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}


.css-1d19hng a svg {
    margin-right: 8px;
    fill: rgb(0, 51, 198);
}


.css-15hlk28 {
    background-color: rgb(255, 255, 255);
    flex: 1 1 0%;
    overflow: hidden auto;
    height: 100vh;
}


.css-15v01uj {
    padding: 0px 16px;
}


.css-15v01uj span {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(0, 51, 198);
    text-transform: none;
}


.css-15v01uj a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgb(87, 87, 87);
}

.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}


.css-15v01uj a + a {
    border-top: 1px solid rgb(231, 231, 231);
}

.css-15v01uj a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgb(87, 87, 87);
}

.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}

.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}


.css-1kdfnvf {
    display: flex
;
    flex-direction: column;
    background-color: rgb(247, 247, 247);
    padding: 8px 0px;
}


.css-1125g0k {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 48px;
    padding: 0px 16px;
}


.css-1lv1yo7 {
    display: inline-flex
;
}


.css-12ujcfp button {
    font-family: Nunito, sans-serif;
    min-width: 44px;
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.css-1i3kxyq {
    background-color: transparent;
    margin-right: 8px;
}


.css-1i3kxyq svg {
    fill: rgb(0, 51, 198);
}


.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}


.css-12ujcfp img, .css-12ujcfp video {
    max-width: 100%;
    height: auto;
}

.css-12ujcfp img {
    border-style: none;
}


.css-1t9psba {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
}

.css-12ujcfp button {
    font-family: Nunito, sans-serif;
    min-width: 44px;
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.css-10tyite {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: Nunito, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(0, 51, 198);
    background: transparent;
}


.css-10tyite svg {
    fill: rgb(0, 51, 198);
}


.css-1t9psba a {
    position: relative;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}



.css-12ujcfp img, .css-12ujcfp video {
    max-width: 100%;
    height: auto;
}

.css-12ujcfp img {
    border-style: none;
}


.css-1t9psba a {
    position: relative;
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.css-12ujcfp a {
    font-family: Nunito, sans-serif;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    min-width: 44px;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
}


.css-12ujcfp img, .css-12ujcfp video {
    max-width: 100%;
    height: auto;
}

.css-12ujcfp img {
    border-style: none;
}

.css-1q68i8i {
    position: relative;
    flex: 1 1 0%;
    border-radius: 4px;
    height: 48px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px 24px;
    background-color: transparent;
}


.css-223pyo {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 48px;
    border-radius: 4px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(231, 231, 231);
}


.css-223pyo label {
    display: flex
;
    place-items: center;
    flex: 1 1 0%;
}

.css-223pyo label, .css-223pyo input, .css-223pyo button {
    z-index: 7;
}


.css-223pyo label span {
    display: block;
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-223pyo label input {
    background-color: transparent;
    border: none;
    width: 100%;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(112, 112, 112);
    height: 40px;
    padding: 0px 0px 0px 24px;
    border-radius: 4px;
}


.css-223pyo button {
    border-left: none;
    margin-right: 11px;
    background-color: transparent;
}

.css-223pyo label, .css-223pyo input, .css-223pyo button {
    z-index: 7;
}

.css-12ujcfp button {
    font-family: Nunito, sans-serif;
    min-width: 44px;
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.css-1vcob1d {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}


.css-223pyo button svg {
    margin-top: 1px;
    color: rgb(87, 87, 87);
}



.css-62sn7e {
    position: relative;
    display: flex
;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 8px;
}


.css-12ujcfp button {
    font-family: Nunito, sans-serif;
    min-width: 44px;
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.css-12rvnz8 {
    display: flex
;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    margin-left: 24px;
}


.css-1mxk3f2 {
    color: rgb(0, 51, 198);
}


.css-nw2kmu {
    display: flex
;
    align-items: flex-start;
    margin-left: 8px;
}


.css-nw2kmu {
    display: flex
;
    align-items: flex-start;
    margin-left: 8px;
}

.css-nw2kmu span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(0, 51, 198);
}


.css-12vgsfd {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
}

                
         /* cyrillic-ext */
         @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 300;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
          }
          /* cyrillic */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 300;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
          }
          /* vietnamese */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 300;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
          }
          /* latin-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 300;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
          }
          /* latin */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 300;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
          }
          /* cyrillic-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
          }
          /* cyrillic */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
          }
          /* vietnamese */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
          }
          /* latin-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
          }
          /* latin */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
          }
          /* cyrillic-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 600;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
          }
          /* cyrillic */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 600;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
          }
          /* vietnamese */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 600;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
          }
          /* latin-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 600;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
          }
          /* latin */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 600;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
          }
          /* cyrillic-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
          }
          /* cyrillic */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
          }
          /* vietnamese */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
          }
          /* latin-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
          }
          /* latin */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 700;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
          }
          /* cyrillic-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 900;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
            unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
          }
          /* cyrillic */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 900;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
            unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
          }
          /* vietnamese */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 900;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
            unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
          }
          /* latin-ext */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 900;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
            unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
          }
          /* latin */
          @font-face {
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 900;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
          }
        
        
          .css-lkmqgs {
            width: 35%;
          }


          .css-nz1m4 {
            display: flex
        ;
            min-height: 70px;
            z-index: 10;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: start;
            justify-content: start;
            visibility: visible;
            position: sticky;
            inset: auto 0px 0px;
            padding: 1rem;
            border-top: 1px solid rgb(231, 231, 231);
            border-bottom: 1px solid rgb(231, 231, 231);
            transform: none;
            background: rgb(255, 255, 255);
        }


        .css-b95f0i {
            display: flex
        ;
            flex-direction: column;
            flex: 1 1 0%;
        }


        .css-3gu052 {
            font-size: 1.25rem;
            line-height: 1.375;
            color: rgb(0, 51, 198);
            font-weight: 800;
            font-family: Nunito, Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji";
        }


        .css-zd0cis {
            font-size: 0.875rem;
            line-height: 1;
            color: rgb(87, 87, 87);
        }


        .css-zhk6s4 {
            display: flex
        ;
            flex-direction: row;
            -webkit-box-align: center;
            align-items: center;
            flex: 1 1 0%;
            padding-left: 4px;
            padding-right: 4px;
        }


        .css-12gduf0 {
            border: 0px rgb(0, 51, 198);
            border-radius: 4px;
            text-underline-offset: 4px;
            display: flex
        ;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            outline: none;
            background-color: rgb(0, 51, 198);
            color: rgb(252, 252, 252);
            font-family: Nunito, sans-serif;
            font-size: 14px;
            line-height: 150%;
            letter-spacing: 0.02em;
            font-weight: 700;
            padding: 0px 16px;
            margin-right: 8px;
            width: 64px;
            height: 48px;
        }


        .css-12gduf0 .icon-button__wrapper {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
        }


        .css-1vmkvrm {
            border: 0px;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0px;
            overflow: hidden;
            white-space: nowrap;
            position: absolute;
        }

        .css-1piduyu {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        ;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }


        .css-12gduf0 .icon-button__wrapper svg {
            width: 20px;
            height: 20px;
        }
        
        .css-12gduf0 .icon-pin-button {
            fill: rgb(252, 252, 252);
            stroke: rgb(0, 51, 198);
            stroke-width: 0.2;
        }


        .css-tcaljp {
            border: 0px;
            border-radius: 4px;
            text-underline-offset: 4px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        ;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            outline: none;
            background-color: #1E730D;
            color: #FCFCFC;
            border-color: #1E730D;
            font-family: 'Nunito', sans-serif;
            font-size: 16px;
            line-height: 150%;
            letter-spacing: 0.02em;
            font-weight: 700;
            height: 48px;
            padding: 0 24px;
            width: 100%;
        }



        .css-1hb1hox {
            color: rgb(45, 42, 38);
            font-family: Nunito, sans-serif;
            font-size: 1em;
            font-weight: 400;
            line-height: 1.5;
            text-size-adjust: 100%;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizelegibility;
            touch-action: manipulation;
        }


        .css-bc53hc {
            width: 100%;
            font-family: Nunito, sans-serif;
            font-size: 12px;
            font-weight: 400;
        }


        .css-1hb1hox blockquote, .css-1hb1hox dl, .css-1hb1hox dd, .css-1hb1hox h1, .css-1hb1hox h2, .css-1hb1hox h3, .css-1hb1hox h4, .css-1hb1hox h5, .css-1hb1hox h6, .css-1hb1hox figure, .css-1hb1hox p, .css-1hb1hox pre {
            margin: 0px;
        }
        
        .css-1ixuqoh {
            clip: rect(1px, 1px, 1px, 1px);
            clip-path: inset(50%);
            height: 1px;
            width: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0px;
            position: absolute;
        }

      
        .css-14o4rq5 {
            width: 100%;
            margin: 0px auto;
            padding: 16px 0px;
            background-color: rgb(231, 231, 231);
        }


        @media (max-width: 87.5em) {
            .css-3oumcb {
                width: 95%;
                flex-flow: wrap;
            }
        }
        
        .css-3oumcb {
            display: flex
        ;
            -webkit-box-pack: justify;
            justify-content: space-between;
            margin: 0px auto;
        }


        @media only screen and (max-width: 1280px) {
            .css-14o4rq5 .customer-service:nth-of-type(1) {
                width: 310px;
            }
        }
        
        .css-1p8jwh7 {
            color: rgb(144, 144, 144);
        }


        .css-14o4rq5 .customer-service h3 {
            color: rgb(0, 51, 198);
        }
        
        .css-1p8jwh7 h3 {
            margin: 0px;
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }


        @media only screen and (max-width: 1280px) {
            .css-1poihj1 {
                flex-direction: column;
                -webkit-box-pack: start;
                justify-content: flex-start;
                align-items: flex-start;
            }
        }


        .css-14o4rq5 .customer-service .bold {
            font-size: 16px;
            color: rgb(87, 87, 87);
        }
        
        .css-1poihj1 .bold {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            font-weight: 700;
            color: rgb(144, 144, 144);
        }


        .css-1poihj1 a, .css-1poihj1 span {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            padding: 0px 5px;
            margin-left: -5px;
        }

        .css-1poihj1 .icon-right {
            margin-left: 4px;
        }


        @media only screen and (max-width: 1280px) {
            .css-14o4rq5 .customer-service:nth-of-type(2) {
                width: 240px;
            }
        }
        
        .css-1p8jwh7 {
            color: rgb(144, 144, 144);
        }



        .css-14o4rq5 .customer-service h3 {
            color: rgb(0, 51, 198);
        }
        
        .css-1p8jwh7 h3 {
            margin: 0px;
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }


        @media only screen and (max-width: 1280px) {
            .css-1poihj1 {
                flex-direction: column;
                -webkit-box-pack: start;
                justify-content: flex-start;
                align-items: flex-start;
            }
        }


        .css-14o4rq5 .customer-service .bold {
            font-size: 16px;
            color: rgb(87, 87, 87);
        }
        
        .css-1poihj1 .bold {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            font-weight: 700;
            color: rgb(144, 144, 144);
        }


        .css-1poihj1 a, .css-1poihj1 span {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            padding: 0px 5px;
            margin-left: -5px;
        }


        .css-14o4rq5 .customer-service .bold {
            font-size: 16px;
            color: rgb(87, 87, 87);
        }
        
        .css-1poihj1 .bold {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            font-weight: 700;
            color: rgb(144, 144, 144);
        }
        
        .css-1poihj1 a {
            text-decoration: none;
            color: rgb(144, 144, 144);
            outline: 0px;
        }
        
        .css-1poihj1 a, .css-1poihj1 span {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            padding: 0px 5px;
            margin-left: -5px;
        }
        
        .css-1hb1hox a {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            text-decoration: none;
            cursor: pointer;
        }


        .css-1poihj1 a, .css-1poihj1 span {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            padding: 0px 5px;
            margin-left: -5px;
        }

        .css-1poihj1 .icon-right {
            margin-left: 4px;
        }


        .css-1poihj1 .icon-right {
            margin-left: 4px;
        }


        .css-14o4rq5 .customer-service h3 {
            color: rgb(0, 51, 198);
        }
        
        .css-1p8jwh7 h3 {
            margin: 0px;
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }


        @media only screen and (max-width: 1280px) {
            .css-1poihj1 {
                flex-direction: column;
                -webkit-box-pack: start;
                justify-content: flex-start;
                align-items: flex-start;
            }
        }


        .css-14o4rq5 .customer-service .bold {
            font-size: 16px;
            color: rgb(87, 87, 87);
        }
        
        .css-1poihj1 .bold {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            font-weight: 700;
            color: rgb(144, 144, 144);
        }


        .css-1poihj1 a, .css-1poihj1 span {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            padding: 0px 5px;
            margin-left: -5px;
        }


        .css-566vdc {
            width: 100%;
            margin: 0px auto;
            padding: 25px 0px;
            background-color: rgb(245, 245, 245);
        }


        @media (max-width: 87.5em) {
            .css-3oumcb {
                width: 95%;
                flex-flow: wrap;
            }
        }
        
        .css-3oumcb {
            display: flex
        ;
            -webkit-box-pack: justify;
            justify-content: space-between;
            margin: 0px auto;
        }

        @media only screen and (max-width: 1280px) {
            .css-566vdc .service:nth-of-type(1) {
                width: 310px;
            }
        }


        .css-vs9fe2 h3 {
            font-size: 16px;
            font-weight: 700;
            color: rgb(0, 51, 198);
            margin: 0px 0px 6px;
        }
        
        .css-566vdc h3 {
            color: rgb(0, 51, 198);
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }
        
        .css-vs9fe2 .list {
            display: flex
        ;
            flex-direction: column;
            align-content: flex-start;
        }


        .css-vs9fe2 .list a {
            text-decoration: none;
            outline: 0px;
        }
        
        .css-vs9fe2 .list p, .css-vs9fe2 .list a {
            color: rgb(87, 87, 87);
            padding: 5px;
            margin: 0px 0px 0px -5px;
            font-size: 14px;
        }
        
        .css-1hb1hox a {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            text-decoration: none;
            cursor: pointer;
        }


        .css-vs9fe2 .list {
            display: flex
        ;
            flex-direction: column;
            align-content: flex-start;
        }


        .css-vs9fe2 .list a {
            text-decoration: none;
            outline: 0px;
        }
        
        .css-vs9fe2 .list p, .css-vs9fe2 .list a {
            color: rgb(87, 87, 87);
            padding: 5px;
            margin: 0px 0px 0px -5px;
            font-size: 14px;
        }
        
        .css-1hb1hox a {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            text-decoration: none;
            cursor: pointer;
        }

        @media only screen and (max-width: 1280px) {
            .css-566vdc .service:nth-of-type(2) {
                width: 240px;
            }
        }


        .css-vs9fe2 h3 {
            font-size: 16px;
            font-weight: 700;
            color: rgb(0, 51, 198);
            margin: 0px 0px 6px;
        }
        
        .css-566vdc h3 {
            color: rgb(0, 51, 198);
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }


        .css-vs9fe2 .list {
            display: flex
        ;
            flex-direction: column;
            align-content: flex-start;
        }


        .css-vs9fe2 .list a {
            text-decoration: none;
            outline: 0px;
        }
        
        .css-vs9fe2 .list p, .css-vs9fe2 .list a {
            color: rgb(87, 87, 87);
            padding: 5px;
            margin: 0px 0px 0px -5px;
            font-size: 14px;
        }
        
        .css-1hb1hox a {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            text-decoration: none;
            cursor: pointer;
        }


        .css-18r8maq {
            width: 100%;
            margin: 0px auto;
            padding: 25px 0px 32px;
            background-color: rgb(255, 255, 255);
        }
        @media (max-width: 87.5em) {
            .css-3oumcb {
                width: 95%;
                flex-flow: wrap;
            }
        }
        
        .css-3oumcb {
            display: flex
        ;
            -webkit-box-pack: justify;
            justify-content: space-between;
            margin: 0px auto;
        }

        .css-18r8maq .social {
            margin: 0px;
        }


        .css-zeoz7v h3 {
            font-size: 16px;
            font-weight: 700;
            margin: 0px;
            color: rgb(0, 51, 198);
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }


        .css-zeoz7v .list {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: start;
            justify-content: flex-start;
        }

        .css-zeoz7v ul {
            display: flex
        ;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }


        .css-18r8maq .social a {
            margin-right: 16px;
        }
        
        .css-zeoz7v a {
            text-decoration: none;
            color: rgb(87, 87, 87);
            margin-right: 10px;
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 0px 5px;
            margin-left: -5px;
            outline: 0px;
        }

        .css-18r8maq .social a span {
            background-color: rgb(87, 87, 87);
        }
        
        .css-zeoz7v a span {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            background-color: rgb(232, 28, 36);
            border-radius: 4px;
            text-indent: -999em;
        }



        .css-mg8z2t h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            margin: 0px 0px 6px;
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }


        .css-qgg235 {
            display: flex
        ;
            -webkit-box-pack: justify;
            justify-content: space-between;
            flex-wrap: wrap;
        }



        .css-18r8maq .payments .payments-types {
            margin-right: 48px;
        }


        .css-mg8z2t h4 {
            font-size: 12px;
            font-weight: 700;
            margin: 0px;
            color: rgb(87, 87, 87);
        }


        .css-14jg3tk {
            display: flex
        ;
        }


        .css-14jg3tk ul {
            display: flex
        ;
            flex-flow: wrap;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }


        .css-14jg3tk a {
            color: rgb(87, 87, 87);
            outline: 0px;
        }
        
        .css-14jg3tk a, .css-14jg3tk span {
            margin-right: 10px;
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 0px 5px;
            margin-left: -5px;
        }


        .css-1hgvcze {
            width: 100%;
            margin: 0px auto;
            background-color: rgb(255, 255, 255);
        }


        @media (max-width: 87.5em) {
            .css-3oumcb {
                width: 95%;
                flex-flow: wrap;
            }
        }
        
        .css-3oumcb {
            display: flex
        ;
            -webkit-box-pack: justify;
            justify-content: space-between;
            margin: 0px auto;
        }


        .css-1gejbmu h3 {
            font-size: 16px;
            font-weight: 700;
            margin: 0px;
            color: rgb(0, 51, 198);
        }
        
        .css-bc53hc h3 {
            font-size: 14px;
            font-weight: 700;
            color: rgb(87, 87, 87);
            text-transform: uppercase;
        }


        .css-e8z14j {
            display: flex
        ;
            align-items: flex-start;
            -webkit-box-pack: start;
            justify-content: flex-start;
            flex-flow: wrap;
        }


        .css-e8z14j ul {
            display: flex
        ;
            flex-wrap: wrap;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }


        .css-e8z14j a {
            text-decoration: none;
            color: rgb(87, 87, 87);
            width: 160px;
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 0px 5px;
            margin-left: -5px;
            font-size: 14px;
            outline: 0px;
        }
        
        .css-1hb1hox a {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            min-width: 44px;
            min-height: 44px;
            text-decoration: none;
            cursor: pointer;
        }


        .css-1gejbmu h3 {
            font-size: 16px;
            font-weight: 700;
            margin: 0px;
            color: rgb(0, 51, 198);
        }


        .css-1knuvmr {
            width: 100%;
            margin: 0px auto;
            padding: 32px 0px 59px;
            background-color: rgb(255, 255, 255);
        }


        @media (max-width: 87.5em) {
            .css-3oumcb {
                width: 95%;
                flex-flow: wrap;
            }
        }
        
        .css-3oumcb {
            display: flex
        ;
            -webkit-box-pack: justify;
            justify-content: space-between;
            margin: 0px auto;
        }


        .css-1knuvmr .glossary {
            margin: 0px;
        }


        .css-oy87uj h3 {
            font-size: 16px;
            font-weight: 700;
            margin: 0px;
            color: rgb(0, 51, 198);
        }


        .css-oy87uj ul {
            display: flex
        ;
            flex-flow: wrap;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }


        .css-oy87uj a {
            text-decoration: none;
            color: rgb(87, 87, 87);
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 0px 5px;
            margin-left: -5px;
            font-size: 14px;
            outline: 0px;
            position: relative;
        }



        .css-1ly90fy {
            width: 100%;
            margin: 0px auto;
            background-color: rgb(255, 255, 255);
        }


        @media (max-width: 87.5em) {
            .css-3oumcb {
                width: 95%;
                flex-flow: wrap;
            }
        }
        
        .css-3oumcb {
            display: flex
        ;
            -webkit-box-pack: justify;
            justify-content: space-between;
            margin: 0px auto;
        }
        
        @media only screen and (max-width: 600px) and (min-width: 200px) {
            .css-1ly90fy .stores {
                flex-direction: column;
                -webkit-box-pack: start;
                justify-content: flex-start;
                align-items: flex-start;
            }
        }
        
        .css-1ly90fy .stores {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
        }

        .css-194sh9r h3 {
            font-size: 16px;
            font-weight: 700;
            color: rgb(0, 51, 198);
            margin: 0px 0px 6px;
        }


        @media only screen and (max-width: 600px) and (min-width: 200px) {
            .css-1ly90fy .stores .apps {
                -webkit-box-pack: start;
                justify-content: flex-start;
                align-items: flex-start;
            }
        }
        
        .css-1ly90fy .stores .apps {
            display: flex
        ;
            flex-direction: row;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
        }


        @media only screen and (max-width: 600px) and (min-width: 200px) {
            .css-1ly90fy .stores .apps a:first-of-type {
                margin-left: 0px;
            }
        }
        
        .css-1ly90fy .stores .apps a:first-of-type {
            margin-left: 8px;
        }
        
        .css-1ly90fy .stores .apps a {
            margin-right: 18px;
            padding: 0px;
        }
        
        .css-194sh9r .apps a {
            text-decoration: none;
            color: rgb(87, 87, 87);
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 5px;
            margin-left: -5px;
            outline: 0px;
            text-indent: -999em;
        }

        .css-1ly90fy .stores .apps a {
            margin-right: 18px;
            padding: 0px;
        }
        
        .css-194sh9r .apps a {
            text-decoration: none;
            color: rgb(87, 87, 87);
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 5px;
            margin-left: -5px;
            outline: 0px;
            text-indent: -999em;
        }


        .css-eittht {
            display: flex
        ;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: start;
            justify-content: flex-start;
        }


        .css-1ly90fy .security a:first-of-type {
            margin-right: 40px;
        }
        
        .css-eittht a {
            text-decoration: none;
            color: rgb(87, 87, 87);
            margin-right: 10px;
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 5px;
            margin-left: -5px;
            text-indent: -999em;
            outline: 0px;
        }

        .css-1hb1hox img, .css-1hb1hox video {
            max-width: 100%;
            height: auto;
        }
        
        .css-1hb1hox img {
            border-style: none;
        }

        .css-eittht a {
            text-decoration: none;
            color: rgb(87, 87, 87);
            margin-right: 10px;
            display: flex
        ;
            min-width: 44px;
            min-height: 44px;
            -webkit-box-align: center;
            align-items: center;
            padding: 5px;
            margin-left: -5px;
            text-indent: -999em;
            outline: 0px;
        }


        .css-1hb1hox img, .css-1hb1hox video {
            max-width: 100%;
            height: auto;
        }
        
        .css-1hb1hox img {
            border-style: none;
        }


        .css-113exra {
            width: 100%;
            margin: 0px auto;
            padding-bottom: 17px;
        }



        .css-113exra .container-address {
            display: flex
        ;
            flex-direction: column;
            -webkit-box-pack: center;
            place-content: center;
        }
        
        @media (max-width: 87.5em) {
            .css-3oumcb {
                width: 95%;
                flex-flow: wrap;
            }
        }


        .css-113exra hr {
            border: 1px solid rgb(231, 231, 231);
            margin-top: 32px;
            margin-bottom: 17px;
            width: 100%;
        }
        
        .css-1hb1hox hr {
            box-sizing: content-box;
            overflow: visible;
        }


        .css-f5zpbv {
            width: 100%;
            margin: 0px auto;
            color: rgb(87, 87, 87);
        }


        .css-113exra .address {
            padding: 0px;
        }
        
        .css-1uchkqw {
            color: rgb(87, 87, 87);
            padding: 20px 0px 40px;
        }


        .css-1uchkqw .content-address {
            display: inline-flex
        ;
            -webkit-box-align: center;
            align-items: center;
            flex-wrap: wrap;
        }



        .css-1uchkqw .bold {
            font-weight: 700;
            color: rgb(87, 87, 87);
        }


        .css-1uchkqw .spacer {
            margin: 0px 6px;
        }


        .css-1uchkqw .content-address {
            display: inline-flex
        ;
            -webkit-box-align: center;
            align-items: center;
            flex-wrap: wrap;
        }


        .css-1uchkqw .spacer {
            margin: 0px 6px;
        }


        .css-16p6xcm {
            margin-left: auto;
            margin-right: auto;
            max-width: calc(1352px + 16px);
            padding-left: 8px;
            padding-right: 8px;
        }



        .css-1fii1ca {
            display: block;
            width: 100%;
        }


        .css-f7odeg {
            font-family: Nunito, sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 150%;
            letter-spacing: 0.02em;
            color: rgb(0, 51, 198);
        }


        .css-1p28fo4 {
            font-family: 'Nunito', sans-serif;
            font-size: 14px;
            line-height: 150%;
            letter-spacing: 0.02em;
            font-weight: 400;
            color: #595959;
        }

        

        @media (min-width: 0px) and (max-width: 992px) {
            .css-1wghiss {
                margin-bottom: 16px;
            }
        }
       
        .css-1wghiss {
            display: block;
            margin-top: 24px;
        }


        .css-78wyov {
            width: 100%;
        }


        .css-wk8umj {
            width: 100%;
        }


        .css-wk8umj .slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            user-select: none;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }


        .css-wk8umj .slick-slider .slick-track, .css-wk8umj .slick-slider .slick-list {
            transform: translate3d(0px, 0px, 0px);
        }
       
        .css-wk8umj .slick-list {
            display: flex
        ;
        }
       
        .css-wk8umj .slick-list {
            margin: 0px -4px;
        }
       
        .css-wk8umj .slick-list {
            position: relative;
            display: flex
        ;
            overflow: hidden;
            margin: 0px;
            padding: 0px;
        }
       
        .css-15lifq3 .slick-list {
            display: flex
        ;
        }



        .css-wk8umj .slick-slider .slick-track, .css-wk8umj .slick-slider .slick-list {
            transform: translate3d(0px, 0px, 0px);
        }
       
        .css-wk8umj .slick-track {
            display: flex
        ;
            margin: 0px;
            padding-bottom: 24px;
        }
       
        .css-wk8umj .slick-track {
            position: relative;
            top: 0px;
            left: 0px;
            display: flex
        ;
        }
       
        .css-15lifq3 .slick-track {
            display: flex
        ;
            margin: 0px;
            padding-bottom: 24px;
        }


        .css-wk8umj .slick-initialized .slick-slide {
            display: block;
        }
       
        .css-wk8umj .slick-slide {
            display: flex
        ;
        }
       
        .css-wk8umj .slick-slide {
            float: left;
            height: 100%;
            min-height: 1px;
        }


        .css-wk8umj .slick-slide > div {
            display: flex
        ;
        }
       
        .css-wk8umj .slick-slide > div {
            margin: 0px 4px;
        }
       
        .css-wk8umj .slick-slide > div {
            flex: 1 0 auto;
            height: 100%;
        }
       
        .css-wk8umj .slick-slide > div {
            display: flex
        ;
        }
       
        .css-15lifq3 .slick-slide > div {
            display: flex
        ;
        }


        .css-14uoqxm {
            display: flex
        ;
        }


        @media (min-width: 0px) and (max-width: 1200px) {
            .css-8i01yi {
                min-width: 11rem;
                border-radius: 8px;
                padding: 12px 16px 16px;
                margin-top: 0px;
            }
        }
       
        .css-8i01yi {
            width: 100%;
            background-color: rgb(250, 250, 250);
            border: 1px solid rgb(204, 204, 204);
            transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
            transition-duration: 200ms;
            box-shadow: rgb(204, 204, 204) 0px 4px 8px -4px;
            position: relative;
            display: flex
        ;
            flex-direction: column;
        }


        .css-8i01yi .product-card__details-wrapper {
            position: relative;
        }


     
    
   
    @media (min-width: 0px) and (max-width: 1200px) {
        .css-8i01yi .product-card__image {
            margin-bottom: 16px;
        }
    }
   
    .css-8i01yi .product-card__image {
        display: block;
        object-fit: contain;
        mix-blend-mode: multiply;
        margin: 0px auto 16px;
        border-radius: 8px;
        max-height: 11.25rem;
        animation: 0.8s linear 0s infinite alternate none running bgfade;
    }


    @media (min-width: 0px) and (max-width: 1200px) {
        .css-8i01yi .product-card__title {
            font-size: 12px;
            margin-bottom: 4px;
            min-height: 1rem;
        }
    }
   
    .css-8i01yi .product-card__title {
        color: rgb(64, 64, 64);
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.02em;
        min-height: 2.625rem;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .css-8i01yi a[href]:not(.dsvia-link-overlay), .css-8i01yi abbr[title], .css-8i01yi .link-overlay {
        position: relative;
        z-index: 1;
    
    }


    @media (min-width: 0px) and (max-width: 1200px) {
        .css-8i01yi .product-card__rating-wrapper-fixed {
            margin-bottom: 8px;
        }
    }
   
    .css-8i01yi .product-card__rating-wrapper-fixed {
        min-height: 1.75rem;
        margin-bottom: 16px;
    }



    .css-8i01yi .product-card__rating-wrapper {
        display: flex
    ;
        -webkit-box-align: center;
        align-items: center;
        gap: 8px;
    }


    .css-1vmkvrm {
        border: 0px;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0px;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
    }
    
    @media (min-width: 0px) and (max-width: 1200px) {
        .css-8i01yi .product-card__reviews-count-text {
            font-size: 10px;
        }
    }
   
    .css-8i01yi .product-card__reviews-count-text {
        color: rgb(64, 64, 64);
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }



.css-8i01yi .product-card__rating-wrapper .product-card__rating {
    order: -1;
}

.css-1vyo8ca {
    display: inline-block;
    touch-action: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-1fngydb {
    display: inline-block;
    color: rgb(204, 204, 204);
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-1fngydb svg {
        width: 16px;
        height: 16px;
    }
}

.css-1fngydb svg {
    display: inline;
}


.css-13cg2hk {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(206, 115, 23);
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 200ms;
    transition-property: width, height, max-width, max-height, background-color, border-color, color, fill, stroke;
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-13cg2hk svg {
        width: 16px;
        height: 16px;
    }
}

.css-13cg2hk svg {
    display: inline;
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-8i01yi .product-card__discount-wrapper {
        gap: 4px;
    }
}

.css-8i01yi .product-card__discount-wrapper {
    display: flex
;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    min-height: 1.375rem;
}


.css-1334wdl {
    font-weight: 700;
    font-family: Nunito, sans-serif;
    border-radius: 4px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(44, 92, 10);
    color: rgb(249, 254, 246);
    height: 1.063rem;
    padding: 0px 4px;
    font-size: 12px;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-8i01yi .product-card__badge-small-text {
        display: inline-block;
    }
}

.css-8i01yi .product-card__badge-small-text {

    margin-right: 3px;
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-8i01yi .product-card__badge-medium-text {
        display: none;
    }
}


.css-8i01yi .product-card__discount-text {
    color: rgb(145, 145, 145);
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    line-height: 200%;
    letter-spacing: 0.02em;
    order: -1;
}

.css-8i01yi .product-card__installment-wrapper-fixed {
    min-height: 2.5rem;
}


.css-8i01yi .product-card__installment-text {
    color: rgb(64, 64, 64);
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


.css-8i01yi .product-card__installment-text b {
    font-weight: 700;
}


.css-uu6h57 {
    white-space: nowrap;
}


.css-8i01yi .product-card__installment-text b {
    font-weight: 700;
}


.css-uu6h57 {
    white-space: nowrap;
}


.css-uu6h57 {
    white-space: nowrap;
}


.css-1vmkvrm {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-8i01yi .product-card__highlight-price {
        font-size: 16px;
    }
}

.css-8i01yi .product-card__highlight-price {
    color: rgb(0, 51, 198);
    font-family: Nunito, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 2px;
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-8i01yi .product-card__highlight-price-description {
        margin-bottom: 2px;
    }
}

.css-8i01yi .product-card__highlight-price-description {
    color: rgb(0, 51, 198);
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    min-height: 1.25rem;
}


@media (min-width: 0px) and (max-width: 1200px) {
    .css-8i01yi .product-card__flags-list {
        grid-template-columns: 1fr;
    }
}

.css-8i01yi .product-card__flags-list {
    list-style: none;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
}



@media (min-width: 0px) and (max-width: 1200px) {
    .css-8i01yi .product-card__flags-list {
        grid-template-columns: 1fr;
    }
}

.css-8i01yi .product-card__flags-list {
    list-style: none;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
}


.css-8i01yi .product-card__flags-list li {
    text-align: center;
    line-height: 0;
}


.css-8i01yi .product-card__flags-list li button {
    outline: none;
}

.css-8i01yi a[href]:not(.dsvia-link-overlay), .css-8i01yi abbr[title], .css-8i01yi .link-overlay {
    position: relative;
    z-index: 1;
}


.css-wk8umj .slick-slide img {
    display: block;
}

.css-8i01yi .product-card__flags-list img {
    width: 100%;
}


.css-6z2x0s {
    width: 100%;
    padding: 24px 16px;
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-image: initial;
    border-top: none;
    display: block;
    border-radius: 0px 0px 4px 4px;
}


.css-116tpv9 {
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    color: rgb(0, 51, 198);
    overflow: hidden;
    padding: 8px 16px;
    height: 100%;
    background-color: rgb(241, 248, 255);
    border-width: 0px 1px 1px;
    border-color: transparent;
}

.css-116tpv9 .location {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    line-height: 18px;
    margin-left: 4px;
    font-weight: bold;
    flex: 1 1 0%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.css-odbcq9 {
    background-color: rgb(249, 252, 255);
    border-radius: 0px 0px 6px 6px;
    padding: 0px 16px;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: rgb(233, 244, 255);
    border-image: initial;
}


.css-4jav33 {
    overflow: hidden;
    transition: height 1s;
}


.css-16pb08t {
    border-bottom: 1px solid rgb(0, 51, 198);
    display: flex
;
    flex-direction: column;
    min-height: 61px;
}
@media (min-width: 992px) {
    .css-16pb08t {
        min-height: unset;
        height: 51px;
    }
}

.css-16pb08t .cep-item--align {
    -webkit-box-align: center;
    align-items: center;
    display: flex
;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.css-16pb08t .cep-item--left-text {
    color: rgb(87, 87, 87);
    display: flex
;
    flex-direction: column;
}
@media (min-width: 992px) {
    .css-16pb08t .cep-item--left-text {
        flex: 0 0 230px;
    }
}

.css-fv6pw7 {
    font-size: 0.875rem;
    line-height: 1.5;
}

.css-o6edse {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgb(87, 87, 87);
    font-weight: 700;
}

.css-1wqhtih {
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 1 350px;
}

.css-16pb08t .cep-item--days {
    display: none;
    visibility: hidden;
}

@media (min-width: 992px) {
    .css-16pb08t .cep-item--value {
        flex: 0 0 67px;
    }
}
.css-1lcd350 {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgb(0, 135, 50);
    font-weight: 700;
}

.css-16j30i3 {
    text-align: center;
    margin-top: 16px;
}

.css-odbcq9 button {
    line-height: 44px;
}
.css-2c6n1g {
    font-weight: 700;
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    line-height: 1.2;
    border-color: currentcolor;
    border-radius: 4px;
    font-family: Nunito, Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, "Apple Color Emoji";
    height: auto;
    font-size: 1rem;
    padding: 0px;
    color: rgb(0, 51, 198);
    text-decoration: underline;
}

.css-cwcoek {
    position: relative;
    border: 1px solid rgb(231, 231, 231);
    overflow: hidden;
    width: 82px;
}


@media (max-width: 575px) {
    .css-xf662c {
        height: 48px;
    }
}

.css-xf662c {
    width: 100px;
    height: 58px;
    border-radius: 2px;
    position: relative;
    object-fit: cover;
    filter: blur(1px);
}


.css-1xxfnkq {
    color: rgb(255, 255, 255);
    border-radius: 99999px;
    margin: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.css-ev3dft {
    display: none;
}