*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

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

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body {
    margin: 0;
    line-height: inherit
}

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

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

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

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

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

summary {
    display: list-item
}

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

fieldset,
menu,
ol,
ul {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none
}

textarea {
    resize: vertical
}

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

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,
::after,
::before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

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

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

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

.body {
    --tw-bg-opacity: 1;
    background-color: rgb(234 240 248/var(--tw-bg-opacity));
    font-family: Roboto, arial, serif;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(71 71 71/var(--tw-text-opacity))
}

.flexCenter {
    justify-content: center
}

.flexCenter,
.flexCenterHor {
    display: flex;
    align-items: center
}

.flexCenterVer,
.flexEndVer {
    display: flex;
    justify-content: center
}

.flexEndVer {
    justify-content: flex-end
}

.flexBetweenCenter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container-xl {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width:768px) {
    .container-xl {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px
    }
}

.container {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width:768px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px
    }
}

.main-m-t {
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .main-m-t {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }
    .main-m-t.main-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.inputSwitch input,
.main-m-t .main-navigation {
    display: none
}

@media (min-width:768px) {
    .main-m-t .main-navigation {
        grid-column: span 1/span 1;
        display: block
    }
    .main-m-t .main-content {
        grid-column: span 3/span 3
    }
}

.footer {
    margin-top: auto;
    display: grid;
    height: 16rem;
    place-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(249 245 254/var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 6rem;
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width:768px) {
    .footer {
        height: 9rem;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.footer .footer-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: .5rem
}

@media (min-width:768px) {
    .footer .footer-navigation {
        max-width: 42rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center
    }
}

.backLink,
.infoLink,
.textLink {
    --tw-text-opacity: 1;
    color: rgb(248 99 26/var(--tw-text-opacity));
    font-weight: bold;
}

.textLink:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.backLink,
.infoLink {
    display: flex;
    align-items: center;
    --tw-border-opacity: 1;
    border-color: rgb(248 99 26/var(--tw-border-opacity))
}

.backLink {
    display: inline-flex;
    height: 2.5rem;
    border-radius: .5rem;
    border-width: 2px;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.backLink .chevron {
    margin-right: .25rem;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.infoLink {
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 9999px;
    border-width: 1px;
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1;
    font-family: Arvo, arial, serif;
    width: 1.3rem;
    height: 1.3rem
}

.infoLink:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.infoLink:after {
    position: absolute;
    left: -.25rem;
    top: -.25rem;
    height: 1.75rem;
    width: 1.75rem;
    content: ""
}

.accountLoggedIn,
.shoppingCardCount {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    height: 1rem
}

.accountLoggedIn {
    right: .25rem;
    background-color: rgb(13 178 0/var(--tw-bg-opacity));
    width: 1rem
}

.shoppingCardCount {
    right: -.375rem;
    background-color: rgb(248 99 26/var(--tw-bg-opacity));
    min-width: 1rem
}

.inputGrid {
    margin-top: .75rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.openMenu .inputGrid {
    position: relative;
    z-index: -1
}

.inputGrid .gridInput,
.inputGrid .gridLabel {
    grid-column: span 12/span 12;
    color: #474747;
}

.inputGrid .gridErrorLabel {
    display: none;
    color: rgb(219 36 80/var(--tw-border-opacity));
    margin-top: -1.25rem;
    margin-bottom: 1.25rem;
}
.inputGrid .gridInput {
    position: relative;

}

.inputGrid .checkmark,
.inputGrid .cross {
    position: absolute;
    right: .75rem;
    top: 18px
}

.inputGrid .cross {
    top: 19px
}

.inputLabel {
    display: flex;
    align-items: center;
    cursor: pointer
}

.inputLabel input[type=checkbox],
.inputLabel input[type=radio] {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.inputLabel input[type=checkbox] {
    width: 18px;
    height: 18px;
}
.inputLabel input[type=checkbox].error {
    border-color: rgb(219 36 80/var(--tw-border-opacity));
}
.inputText,
.select {
    width: 100%;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(235 240 247/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(235 240 247/var(--tw-bg-opacity));
    padding: .75rem .25rem;
    --tw-text-opacity: 1;
    color: rgb(51 51 51/var(--tw-text-opacity))
}

.select {
    text-indent: 4px;
    appearance:none;
}
.select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAsCAYAAAB2d9g5AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHKADAAQAAAABAAAALAAAAADFnEwkAAADH0lEQVRYCe1YTWgTQRR+s0mzsYei4qHZVqUUERFBEAV/UEEQPbRQRAShIFlbqVCkoFT0UhAFQRD/qbr1UKyKSMGKiCCIIIqngifxJG22loqHom0mNju+p8ky2cxuNjY5mYGw733vve/LzL5lZxagzMG7GtfPJ40RMQBamaV/0qPlFM12GytEFsYYgxY+YaQA7FPl1FNu6H8pujfVxbLwBGtaciIn55NNR3J26EtoQe5M3ULWnTIzY2JwzjS2y1gpO5Rg2mzqAwGmgiyGBKPzZmK1IqaEmBKVwHSycT8wbQyhiAQXmgw+6rFf29jNmR+FgWIvcIb8aGIdij3EMn8x4hSwgfO6+2E611dQmM3LhWA0swbiDDHasXMvlMpTClJHcshSR7aWIvDE+/F+dnqwAlcpyBe+XgdguwsyQzoM2J25ZNNWv/SipkknjV5gcNWvICQ+7Tiwuf6ePeHNLxBEsb0o9hyTgpvEy6L2x/VMdgcbnv4ph90lRbG1KPaoQmKksZHrkWGB96ZIUPSsWoYwdeRSObhoW0BH2kyck3k0fHaiPLPwGME1cqBSNjbRWW4ah/N8Gj47V9DZkweqccVltTJm85ZqcNc4aytQW4HaCvyPK8DSpnEDJ368ypNPa6DtilmTHzR9pX0CxV5VUxDfwCaJkYbGBmBBj0UPov25GqICxHndskfy3O7rP7fFeI+Byr31GYzqd+0DKIKvxL/D3dPEh+xPCB9COJsPLvI6rvNspyxGfK4gOSj6EkX7yF7koG1iu3fHRpwFggSg6DVcgUGy/3FwR7AO1Z6U+IoECdQjuBkG8Zrscgc2SVf9UOqdX53bNN4EOsxwcKiVW72xAP9i3LJPB8TVM6QCZk1+xxNuG5qzQQRS7Ck+02ckX2n6zjCfjRvZfSj/DH3/7X+lDqQkGremXqBg0NeKGSFEW5jTL/Epm4YC8ohbqct4FLBkLGdnHICOJdbUF0VMCYUSpEpdS/Tg5Y3MgifkY/WW/VbGStkl76FMQB+G8FsNdW4L/i5hRwYttVzq2qFnSBUNt+1vTHPahIAH2JH9LksZxm9dod/LA5PD/wAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-size: 8px;
    background-position-x: calc(100% - 12px);
    background-position-y: 17px;
}

.inputText {
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: .75rem;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.inputText:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.inputSwitch .label,
select.error,
.inputText.error {
    --tw-border-opacity: 1;
    border-color: rgb(219 36 80/var(--tw-border-opacity))
}

.errorLabel {
    margin-top: .125rem;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(219 36 80/var(--tw-text-opacity))
}

.inputFile {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-color: rgba(18, 98, 224, .08);
    background-color: rgba(18, 98, 224, .08);
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(248 99 26/var(--tw-text-opacity))
}

@media (min-width:768px) {
    .inputFile {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

.inputFileFooter {
    margin-top: .25rem;
    margin-right: .75rem;
    text-align: right;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(150 150 150/var(--tw-text-opacity))
}

.inputSwitch .label {
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 2px;
    border-color: rgb(235 240 247/var(--tw-border-opacity));
    width: 5rem;
    height: 2rem
}

.inputSwitch input+.label::before {
    position: absolute;
    text-align: right;
    --tw-text-opacity: 1;
    color: rgb(235 240 247/var(--tw-text-opacity));
    content: "Uit";
    top: .2rem;
    height: 2rem;
    width: 4rem
}

.inputSwitch input:checked+.label::before {
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(248 99 26/var(--tw-text-opacity));
    content: "Aan";
    left: .6rem
}

.inputSwitch input+.label::after {
    position: absolute;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(235 240 247/var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
    content: "";
    top: .1rem;
    left: .2rem;
    width: 1.5rem;
    height: 1.5rem
}

.inputSwitch input:checked+.label::after {
    --tw-bg-opacity: 1;
    background-color: rgb(248 99 26/var(--tw-bg-opacity));
    left: calc(100% - .2rem);
    transform: translateX(-100%)
}

.btnGreen-lg,
.btnGreen-md {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(13 178 0/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(13 178 0/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    --tw-shadow: 0 2px 0 0 #098D00;
    --tw-shadow-colored: 0 2px 0 0 var(--tw-shadow-color);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.btnGreen,
.btnGreen-lg,
.btnGreen-lg:hover,
.btnGreen-md,
.btnGreen-md:hover,
.btnGreen:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #000000), var(--tw-ring-shadow, 0 0 #00000), var(--tw-shadow)
}

.btnGreen {
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(13 178 0/var(--tw-bg-opacity));
    --tw-shadow: 0 2px 0 0 #098D00;
    --tw-shadow-colored: 0 2px 0 0 var(--tw-shadow-color);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.btnGreen-lg:hover,
.btnGreen-md:hover,
.btnGreen:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.btnGreen-lg:focus,
.btnGreen-md:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width:768px) {
    .btnGreen-lg:hover,
    .btnGreen-md:hover,
    .btnGreen:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(13 178 0/var(--tw-text-opacity))
    }
}

.btnGreen .chevron,
.btnGreen-lg .chevron,
.btnGreen-md .chevron {
    margin-left: .5rem
}

.btnGreen {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.btnGreen-lg,
.btnGreen-md {
    height: 2.75rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

.btnGreen-lg {
    height: 3rem;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media (min-width:768px) {
    .btnGreen-lg {
        width: auto
    }
}

.btnGreen,
.btnRed {
    display: flex
}

.btnBlue,
.btnGreen,
.btnRed {
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: 1.125rem;
    line-height: 1.1rem
}

.btnBlue:focus,
.btnGreen:focus,
.btnRed:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width:768px) {
    .btnBlue,
    .btnGreen,
    .btnRed {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

.btnBlue,
.btnGreen {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1
}

.btnBlue {
    display: flex;
    gap: .5rem;
    border-color: rgb(18 98 224/var(--tw-border-opacity));
    background-color: rgba(18, 98, 224, .08);
    color: rgb(18 98 224/var(--tw-text-opacity))
}

.btnBlue .chevron {
    margin-left: .5rem
}

.btnGreen {
    border-color: rgb(13 178 0/var(--tw-border-opacity));
    background-color: rgba(50, 181, 21, .08);
    color: rgb(13 178 0/var(--tw-text-opacity))
}

.txtGreen {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.txtGreen:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
@media (max-width:468px) {
    .txtGreen {
        font-size: 0.8em;
    }
    .btnRed {
        font-size: 0.8em;
    }
}

@media (min-width:768px) {
    .txtGreen {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

.btnRed,
.txtGreen {
    --tw-border-opacity: 1;
    border-color: rgb(13 178 0/var(--tw-border-opacity));
    background-color: rgba(50, 181, 21, .08);
    --tw-text-opacity: 1;
    color: rgb(13 178 0/var(--tw-text-opacity))
}

.btnRed {
    border-color: rgb(219 36 80/var(--tw-border-opacity));
    background-color: rgba(219, 36, 80, .08);
    color: rgb(219 36 80/var(--tw-text-opacity))
}

.overlay {
    position: fixed;
    display: none;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.closeOverlay,
.overlay.visible {
    display: flex;
    align-items: center;
    justify-content: center
}

.overlay.visible {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1
}

.closeOverlay {
    position: absolute;
    right: -.75rem;
    top: -.75rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(124 32 130/var(--tw-text-opacity))
}

.closeOverlay:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.contentOverlay {
    position: relative;
    z-index: 10;
    height: auto;
    width: 91.666667%;
    max-width: 42rem;
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.contentScroll {
    max-height: 90vh;
    overflow-y: auto
}

svg {
    fill: currentColor
}

.chevron {
    height: .75rem;
    width: .75rem
}

.checkmark {
    height: 1rem;
    width: 1rem
}

.lock {
    height: .75rem;
    width: .75rem
}

.cross {
    height: .875rem;
    width: .875rem;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.menu,
.menu-overlay {
    position: fixed;
    display: none
}

.menu-overlay {
    z-index: 30;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.openLoggedIn .menu-overlay,
.openLoggedOut .menu-overlay,
.openPrice .menu-overlay,
.openQuestion .menu-overlay {
    left: 0;
    right: 0;
    top: 3.5rem;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1
}

@media (min-width:768px) {
    .openLoggedIn .menu-overlay,
    .openLoggedOut .menu-overlay,
    .openPrice .menu-overlay,
    .openQuestion .menu-overlay {
        top: 4rem
    }
}

.menu {
    top: 4.2rem
}

@media (min-width:768px) {
    .menu {
        position: absolute;
        top: 3.5rem;
        left: 0;
        margin-top: .25rem
    }
}

.menu-arrow-up {
    position: absolute;
    top: 2.5rem;
    width: 0;
    height: 0;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-bottom: 2rem solid #fff
}

.menu-arrow-up,
.menu-price {
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.openPrice .menu-price {
    z-index: 40;
    display: block;
    text-align: left
}

.arrow-price {
    display: none
}

.openPrice .arrow-price {
    z-index: 40;
    margin-top: .625rem;
    display: block
}

@media (min-width:768px) {
    .openPrice .arrow-price {
        margin-top: -.125rem
    }
}

.menu-questions {
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.openQuestion .menu-questions {
    z-index: 40;
    display: block;
    text-align: left
}

.arrow-questions {
    display: none
}

.openQuestion .arrow-questions {
    z-index: 40;
    display: block
}

.menu-account-logged-in {
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.openLoggedIn .menu-account-logged-in {
    z-index: 40;
    display: block;
    text-align: left
}

.arrow-account-logged-in {
    display: none
}

.openLoggedIn .arrow-account-logged-in {
    z-index: 40;
    display: block
}

.closed .section-header .chevron,
.menu-account-logged-out {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.menu-account-logged-out {
    left: 50%;
    --tw-translate-x: -50%
}

.openLoggedOut .menu-account-logged-out {
    z-index: 40;
    display: block;
    text-align: left
}

.arrow-account-logged-out {
    display: none
}

.openLoggedOut .arrow-account-logged-out {
    z-index: 40;
    display: block
}

.menu-container {
    display: grid;
    width: 100vw;
    gap: .5rem;
    /*border-radius: .25rem;*/
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem 1.25rem 1.5rem;
    line-height: 32px;
}

@media (min-width:768px) {
    .menu-container {
        width: 24rem
    }
}

.openMenu .section {
    position: relative;
    z-index: -1
}

.section-header {
    display: flex;
    height: 3rem;
    place-items: center;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(124 32 130/var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: bold;
}

.closed .section-header {
    border-radius: .25rem
}

.closed .section-header .chevron {
    --tw-rotate: 90deg
}

.section-container,
.section-header .section-count {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.section-header .section-count,
.section-header .section-exclamation {
    margin-right: .5rem;
    display: grid;
    height: 1.5rem;
    width: 1.5rem;
    place-items: center;
    border-radius: 9999px;
    border-width: 2px;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(124 32 130/var(--tw-text-opacity))
}

.section-header .section-exclamation {
    --tw-border-opacity: 1;
    font-weight: 700;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.section-header .checkmark {
    margin-right: .75rem;
    height: .875rem;
    width: .875rem
}

.section-header .chevron {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.section-container {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-width: 0 1px 1px;
    border-color: rgb(234 234 234/var(--tw-border-opacity));
    padding: 1rem 1rem 1.5rem
}

.closed .section-container {
    display: none
}

.section+.section {
    margin-top: 1.5rem
}

.divider,
.divider-grid,
.divider-sm {
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: #EBE7F0;
    margin: 0px;
}

@media (min-width:768px) {
    .divider,
    .divider-grid,
    .divider-sm {

    }
}

.divider-sm {
    margin-top: .75rem
}

.divider {
    margin-top: 1.25rem
}

.divider-grid {
    grid-column: span 12/span 12;
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .divider-grid {
        margin-bottom: 0
    }
}

.faqQuestion,
.section-blue-bg {
    margin-top: 1.25rem;
    --tw-border-opacity: 1
}

.section-blue-bg {
    border-radius: .25rem;
    border-width: 1px;
    border-color: rgb(235 242 252/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(234 240 248/var(--tw-bg-opacity));
    padding: 1rem .5rem
}

.faqQuestion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top-width: 2px;
    border-color: rgb(234 234 234/var(--tw-border-opacity));
    padding-top: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(248 99 26/var(--tw-text-opacity))
}

.faqQuestion .chevron,
.open .faqQuestion .chevron {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.faqQuestion .chevron {
    --tw-rotate: 90deg;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.open .faqQuestion .chevron {
    --tw-rotate: -90deg
}

.faqAnswer {
    margin-top: .75rem;
    display: none
}

.open .faqAnswer {
    display: block
}

.visible {
    visibility: visible
}

.relative {
    position: relative
}

.col-span-9 {
    grid-column: span 9/span 9
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-12 {
    grid-column: span 12/span 12
}

.row-start-3 {
    grid-row-start: 3
}

.row-start-4 {
    grid-row-start: 4
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

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

.mr-1\.5 {
    margin-right: .375rem
}

.mr-1 {
    margin-right: .25rem
}

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

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

.mr-2 {
    margin-right: .5rem
}

.ml-4 {
    margin-left: 1rem
}

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

.mr-3 {
    margin-right: .75rem
}

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

.mt-5 {
    margin-top: 1.25rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-6 {
    margin-top: 1.5rem
}

.ml-1\.5 {
    margin-left: .375rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-12 {
    margin-left: 3rem
}

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

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

.ml-2 {
    margin-left: .5rem
}

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

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

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

.ml-7 {
    margin-left: 1.75rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-auto {
    margin-left: auto
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-6 {
    height: 1.5rem
}

.h-4 {
    height: 1rem
}

.h-3 {
    height: .75rem
}

.h-14 {
    height: 3.5rem
}

.h-2 {
    height: .5rem
}

.h-9 {
    height: 2.25rem
}

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

.w-4 {
    width: 1rem
}

.w-3 {
    width: .75rem
}

.w-16 {
    width: 4rem
}

.w-24 {
    width: 6rem
}

.w-10 {
    width: 2.5rem
}

.w-full {
    width: 100%
}

.w-6 {
    width: 1.5rem
}

.w-52 {
    width: 13rem
}

.w-7 {
    width: 1.75rem
}

.w-2 {
    width: .5rem
}

.max-w-md {
    max-width: 28rem
}

.rotate-180,
.rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.cursor-pointer {
    cursor: pointer
}

.list-inside {
    list-style-position: inside
}

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

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

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

.justify-center {
    justify-content: center
}

.gap-3 {
    gap: .75rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-4 {
    gap: 1rem
}

.gap-2 {
    gap: .5rem
}

.rounded {
    border-radius: .25rem
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

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

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

.border-blue,
.border-gb-gray-border {
    --tw-border-opacity: 1;
    border-color: rgb(151 151 151/var(--tw-border-opacity))
}

.border-blue {
    border-color: rgb(235 242 252/var(--tw-border-opacity))
}

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

.bg-gb-gray-bg\/30 {
    background-color: rgb(53 77 102/.3)
}

.bg-gb-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(234 240 248/var(--tw-bg-opacity))
}

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

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

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

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

.text-lg,
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-size: 16px;
    font-weight: bold;
}

.text-lg {
    font-size: 1.125rem
}

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

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

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.text-gb-purple {
    --tw-text-opacity: 1;
    color: rgb(124 32 130/var(--tw-text-opacity))
}

.text-footer,
.text-gb-orange {
    --tw-text-opacity: 1;
    color: rgb(248 99 26/var(--tw-text-opacity))
}

.text-footer {
    color: rgb(150 150 150/var(--tw-text-opacity))
}

.text-gb-red,
.text-link {
    --tw-text-opacity: 1;
    color: rgb(248 99 26/var(--tw-text-opacity))
}

.text-gb-red {
    color: rgb(219 36 80/var(--tw-text-opacity))
}

.text-gb-gray,
.text-gb-green {
    --tw-text-opacity: 1;
    color: rgb(13 178 0/var(--tw-text-opacity))
}

.text-gb-gray {
    color: rgb(178 191 204/var(--tw-text-opacity))
}

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

.text-gb-gray-dark {
    color: rgb(143 158 175/var(--tw-text-opacity))
}

.group:hover .group-hover\:underline,
.hover\:underline:hover,
.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.opacity-30 {
    opacity: .3
}

@media (min-width:768px) {
    .md\:col-span-full {
        grid-column: 1/-1
    }
    .md\:col-span-1 {
        grid-column: span 1/span 1
    }
    .md\:col-span-4 {
        grid-column: span 4/span 4
    }
    .md\:col-span-5 {
        grid-column: span 5/span 5
    }
    .md\:col-start-4 {
        grid-column-start: 4
    }
    .md\:col-start-12 {
        grid-column-start: 12
    }
    .md\:ml-0 {
        margin-left: 0
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:h-16 {
        height: 4rem
    }
    .md\:w-60 {
        width: 15rem
    }
}

@media (min-width:1000px) {
    .lg\:inline {
        display: inline
    }
    .lg\:gap-6 {
        gap: 1.5rem
    }
}

.document:not(:last-child) {
    margin-bottom: 24px;
}
.btnPayment {
    float: right;
}
.btnPayment-mobile {
    display: none;
}
@media (max-width:768px) {
    .btnPayment {
        display: none;
    }
    .btnPayment-mobile {
        display: inline-flex;
    }
}
.logged-in-as {
    color: #8f9eaf;
}
.btnLogout {
    margin-top: 16px;
    width: 140px;
}
.btnGreen-md {
    min-width: 160px;
}
.btnPayment {
    width: 140px;
}


.lb-w-100 {
    display: inline-block;
    width: 100px;
}
.lb-w-120 {
    display: inline-block;
    width: 120px;
}
