@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0px);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0px);
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center;
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

svg {
    display: block;
    fill: currentcolor;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.djdYTq {
    cursor: pointer;
    outline: 0px;
    border: 0px;
    display: inline-block;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 135, 50);
    user-select: none;
    margin-top: 22px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 800;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5em;
}

.djdYTq:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 31, 96);
    border-color: rgb(255, 255, 255);
}

.djdYTq:active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 12, 64);
    border-color: rgb(255, 255, 255);
}

.djdYTq:disabled {
    cursor: not-allowed;
    color: rgb(255, 255, 255);
    background-color: rgb(249, 252, 255);
    border-color: rgb(255, 255, 255);
}

.djdYTq:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.djdYTq:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(28, 126, 46);
    border-color: rgb(255, 255, 255);
}

.djdYTq:active {
    color: rgb(255, 255, 255);
    background-color: rgb(16, 72, 26);
    border-color: rgb(255, 255, 255);
}

.djdYTq:disabled {
    cursor: not-allowed;
    color: rgb(255, 255, 255);
    background-color: rgb(233, 247, 236);
    border-color: rgb(255, 255, 255);
}

.djdYTq:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.djdYTq:disabled {
    background-color: rgb(190, 232, 198);
    color: rgb(233, 247, 236);
}

.ktcEGO {
    cursor: pointer;
    outline: 0px;
    border: 0px;
    display: inline-block;
    border-radius: 4px;
    color: rgb(0, 135, 50);
    background-color: transparent;
    user-select: none;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 800;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5em;
}

.ktcEGO:hover {
    color: rgb(0, 31, 96);
    background-color: transparent;
    border-color: rgb(0, 31, 96);
}

.ktcEGO:active {
    color: rgb(0, 12, 64);
    background-color: transparent;
    border-color: rgb(0, 12, 64);
}

.ktcEGO:disabled {
    cursor: not-allowed;
    color: rgb(249, 252, 255);
    background-color: transparent;
    border-color: rgb(249, 252, 255);
}

.ktcEGO:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.ktcEGO:hover {
    color: rgb(28, 126, 46);
    background-color: transparent;
    border-color: rgb(28, 126, 46);
}

.ktcEGO:active {
    color: rgb(16, 72, 26);
    background-color: transparent;
    border-color: rgb(16, 72, 26);
}

.ktcEGO:disabled {
    cursor: not-allowed;
    color: rgb(233, 247, 236);
    background-color: transparent;
    border-color: rgb(233, 247, 236);
}

.ktcEGO:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.fNsaFt {
    cursor: pointer;
    outline: 0px;
    border: 2px solid;
    display: inline-block;
    border-radius: 4px;
    color: rgb(0, 135, 50);
    background-color: transparent;
    user-select: none;
    margin-left: 12px;
    margin-right: 12px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 800;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5em;
}

.fNsaFt:hover {
    color: rgb(0, 31, 96);
    background-color: transparent;
    border-color: rgb(0, 31, 96);
}

.fNsaFt:active {
    color: rgb(0, 12, 64);
    background-color: transparent;
    border-color: rgb(0, 12, 64);
}

.fNsaFt:disabled {
    cursor: not-allowed;
    color: rgb(249, 252, 255);
    background-color: transparent;
    border-color: rgb(249, 252, 255);
}

.fNsaFt:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.fNsaFt:hover {
    color: rgb(28, 126, 46);
    background-color: transparent;
    border-color: rgb(28, 126, 46);
}

.fNsaFt:active {
    color: rgb(16, 72, 26);
    background-color: transparent;
    border-color: rgb(16, 72, 26);
}

.fNsaFt:disabled {
    cursor: not-allowed;
    color: rgb(233, 247, 236);
    background-color: transparent;
    border-color: rgb(233, 247, 236);
}

.fNsaFt:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.gmGpTM {
    cursor: pointer;
    outline: 0px;
    border: 0px;
    display: inline-block;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 135, 50);
    user-select: none;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 800;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5em;
}

.gmGpTM:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 31, 96);
    border-color: rgb(255, 255, 255);
}

.gmGpTM:active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 12, 64);
    border-color: rgb(255, 255, 255);
}

.gmGpTM:disabled {
    cursor: not-allowed;
    color: rgb(255, 255, 255);
    background-color: rgb(249, 252, 255);
    border-color: rgb(255, 255, 255);
}

.gmGpTM:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.gmGpTM:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(28, 126, 46);
    border-color: rgb(255, 255, 255);
}

.gmGpTM:active {
    color: rgb(255, 255, 255);
    background-color: rgb(16, 72, 26);
    border-color: rgb(255, 255, 255);
}

.gmGpTM:disabled {
    cursor: not-allowed;
    color: rgb(255, 255, 255);
    background-color: rgb(233, 247, 236);
    border-color: rgb(255, 255, 255);
}

.gmGpTM:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.gmGpTM:disabled {
    background-color: rgb(190, 232, 198);
    color: rgb(233, 247, 236);
}

.dQGhZR {
    cursor: pointer;
    outline: 0px;
    border: 0px;
    display: inline-block;
    border-radius: 4px;
    color: rgb(0, 135, 50);
    background-color: transparent;
    user-select: none;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 800;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5em;
}

.dQGhZR:hover {
    color: rgb(0, 31, 96);
    background-color: transparent;
    border-color: rgb(0, 31, 96);
}

.dQGhZR:active {
    color: rgb(0, 12, 64);
    background-color: transparent;
    border-color: rgb(0, 12, 64);
}

.dQGhZR:disabled {
    cursor: not-allowed;
    color: rgb(249, 252, 255);
    background-color: transparent;
    border-color: rgb(249, 252, 255);
}

.dQGhZR:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.dQGhZR:hover {
    color: rgb(28, 126, 46);
    background-color: transparent;
    border-color: rgb(28, 126, 46);
}

.dQGhZR:active {
    color: rgb(16, 72, 26);
    background-color: transparent;
    border-color: rgb(16, 72, 26);
}

.dQGhZR:disabled {
    cursor: not-allowed;
    color: rgb(233, 247, 236);
    background-color: transparent;
    border-color: rgb(233, 247, 236);
}

.dQGhZR:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.bqHrRj {
    color: rgb(42, 42, 42);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.fyMAZx {
    color: rgb(0, 51, 198);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cjYxgT {
    color: rgb(42, 42, 42);
    width: 14px;
    height: 14px;
    display: inline-block;
}

.dghGOM {
    color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.huVXEy {
    color: inherit;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cDWqvC {
    color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.jSIiaM {
    color: rgb(204, 204, 204);
    width: 14px;
    height: 14px;
    display: inline-block;
}

.ekFpSK {
    color: rgb(42, 42, 42);
    width: 14px;
    height: 14px;
    font-size: 12px;
    display: inline-block;
}

.fXgTdg {
    color: rgb(0, 31, 96);
    width: 14px;
    height: 14px;
    margin-top: 4px;
    display: inline-block;
}

.hhsJEV {
    color: rgb(0, 31, 96);
    width: 14px;
    height: 14px;
    display: inline-block;
}

.htAYxB {
    width: 14px;
    height: 14px;
    font-size: 14px;
    display: inline-block;
}

html,
body,
div#root {
    min-height: 100vh;
    width: 100%;
}

body {
    background: rgb(255, 255, 255);
    color: rgb(87, 87, 87);
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

div#root {
    width: 100%;
    margin: 0px auto;
}

#__next-route-announcer__ {
    display: none;
}

.fHbNCT {
    flex-direction: column-reverse;
    bottom: 0px;
    position: fixed;
    top: initial;
    z-index: 1500;
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        bottom: 0px;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        bottom: initial;
    }
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        flex-direction: column;
    }
}

@media screen and (min-width: 64em) {
    .fHbNCT {
        flex-direction: column;
    }
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        top: initial;
        bottom: 0px;
        position: fixed;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        top: 0px;
        bottom: initial;
        position: absolute;
    }
}

@media screen and (min-width: 64em) {
    .fHbNCT {
        position: absolute;
    }
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        top: initial;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        top: 0px;
    }
}

.jERbpc {
    width: 100%;
}

.fdVeZv {
    background-color: rgb(204, 204, 204);
}

.eAgtVC {
    background-color: rgb(204, 204, 204);
    margin-top: 8px;
}

.cuLlWC {
    position: initial;
    top: initial;
}

@media screen and (min-width: 52em) {
    .cuLlWC {
        top: 32px;
        position: sticky;
    }
}

@media screen and (min-width: 52em) {
    .cuLlWC {
        top: 32px;
    }
}

.hjKhBR {
    border-bottom: 1px solid rgb(204, 204, 204);
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media screen and (min-width: 64em) {
    .hjKhBR {
        max-width: 428px;
    }
}

.infqZi {
    flex: 1 1 0%;
    flex-direction: column;
    margin-left: 16px;
}

.gZvraB {
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
    margin-top: 8px;
}

.cmdaRK {
    max-width: 266px;
}

@media screen and (min-width: 40em) {
    .cmdaRK {
        max-width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .cmdaRK {
        max-width: 300px;
    }
}

.dPmPTq {
    margin-top: 8px;
}

.YJpQJ {
    margin-top: 16px;
}

.dmwkvY {
    flex-direction: column;
    width: 100%;
}

.gIVymz {
    padding-top: 8px;
    padding-bottom: 8px;
}

.eyJEID {
    flex-direction: column;
}

.gbuJdi {
    padding-top: 16px;
}

.jBsZeT {
    z-index: 1400;
}

.cidvxK {
    border-radius: 4px 4px 0px 0px;
    flex-direction: column;
    max-height: 80%;
    max-width: unset;
    bottom: 0px;
    position: fixed;
    width: 100%;
}

@media screen and (min-width: 64em) {
    .cidvxK {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        bottom: unset;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        max-height: 500px;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        max-width: 610px;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        position: static;
        bottom: unset;
    }
}

.fyCeaH {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

.cPiBNL {
    flex-direction: column;
}

@media screen and (min-width: 52em) {
    .cPiBNL {
        flex-direction: row;
    }
}

.cUaiGU {
    background-color: rgb(204, 204, 204);
    flex: 1 1 0%;
}

@media screen and (min-width: 52em) {
    .cUaiGU {
        flex: initial;
    }
}

.bVlGLe {
    background-color: rgb(204, 204, 204);
    margin-left: 8px;
}

.gihjin {
    margin-top: 8px;
}

@media screen and (min-width: 52em) {
    .gihjin {
        margin-top: 0px;
    }
}

.bLNuQC {
    background-color: rgb(0, 51, 198);
}

.dDoCZR {
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
    margin-left: 16px;
    margin-top: 16px;
}

@media screen and (min-width: 64em) {
    .dDoCZR {
        margin-left: 32px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

.fqZBag {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgb(255, 255, 255);
    padding-bottom: 0px;
    padding-top: 0px;
}

@media screen and (min-width: 64em) {
    .fqZBag {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media screen and (min-width: 64em) {
    .fqZBag {
        padding-top: 22px;
        padding-bottom: 32px;
    }
}

.dKucVp {
    padding: 32px 16px 64px;
}

@media screen and (min-width: 64em) {
    .dKucVp {
        padding: 0px 32px;
    }
}

.kiWFXH {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media screen and (min-width: 52em) {
    .kiWFXH {
        flex-direction: row;
    }
}

.joWBVK {
    flex: 1 1 0%;
    flex-direction: column;
    margin-right: 8px;
}

.eVFOOH {
    flex: 2 1 0%;
    flex-direction: column;
}

.hdAukH {
    margin-top: 16px;
    margin-bottom: 16px;
}

.cLESJt {
    margin-right: 8px;
}

.OQLVL {
    position: relative;
}

.jQTVUu {
    flex-direction: column;
    margin-left: 8px;
}

.kvIpOZ {
    background-color: rgb(204, 204, 204);
    margin-top: 12px;
}

.hfAPKy {
    background-color: rgb(204, 204, 204);
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}

.dxoKGj {
    background-color: rgb(204, 204, 204);
    height: 19px;
}

@media screen and (min-width: 52em) {
    .dxoKGj {
        height: 22px;
    }
}

.fTmIXv {
    padding-top: 12px;
    padding-bottom: 12px;
}

.bvAVKR {
    background-color: rgb(204, 204, 204);
    height: 22px;
}

@media screen and (min-width: 52em) {
    .bvAVKR {
        height: 28px;
    }
}

.eifaUQ {
    border-radius: 4px;
    background-color: rgb(254, 247, 201);
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
}

.kqjNZF {
    margin-left: 16px;
}

.jnKVJl {
    background-color: rgb(212, 227, 238);
}

.iBlkIW {
    padding: 12px;
}

@media screen and (min-width: 40em) {}

@media screen and (min-width: 52em) {}

@media screen and (min-width: 64em) {
    .iBlkIW {
        max-width: 1080px;
    }
}

@media screen and (min-width: 40em) {
    .iBlkIW {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 52em) {
    .iBlkIW {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.caZsjk {
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
}

.fzALoe {
    background-color: rgb(204, 204, 204);
    height: 15px;
}

@media screen and (min-width: 52em) {
    .fzALoe {
        height: 18px;
    }
}

.jrcbiS {
    flex: 1 1 0%;
    margin-top: 16px;
}

.fIbMea {
    flex-direction: column;
    margin-bottom: 16px;
}

@media screen and (min-width: 40em) {
    .fIbMea {
        flex-direction: row;
    }
}

.dygmGb {
    margin-right: 0px;
}

@media screen and (min-width: 40em) {
    .dygmGb {
        margin-right: 16px;
    }
}

.hMssIx {
    margin-bottom: 16px;
}

.heNOlL {
    margin-top: 16px;
}

@media screen and (min-width: 40em) {
    .heNOlL {
        margin-top: 0px;
    }
}

.hVmuGK {
    flex-direction: column;
    padding-top: 0px;
}

@media screen and (min-width: 40em) {
    .hVmuGK {
        flex-direction: row;
    }
}

.bbZZyx {
    flex-direction: column;
    margin-left: 12px;
}

.fWWvbN {
    padding-top: 8px;
}

.kPdXjd {
    display: flex;
}

.kIjEqr {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (min-width: 40em) {
    .kIjEqr {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 52em) {
    .kIjEqr {
        flex-direction: column;
    }
}

@media screen and (min-width: 64em) {
    .kIjEqr {
        flex-direction: column;
    }
}

.gMniau {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.dHEvzr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0%;
}

.khvGUs {
    display: flex;
    max-width: 266px;
}

@media screen and (min-width: 40em) {
    .khvGUs {
        max-width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .khvGUs {
        max-width: 300px;
    }
}

.eDgFHh {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.hqpbzy {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hpvSNX {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cPXkal {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.frhHIh {
    display: flex;
    flex-direction: column;
    max-height: 80%;
    max-width: unset;
    width: 100%;
}

@media screen and (min-width: 64em) {
    .frhHIh {
        max-width: 610px;
        max-height: 500px;
    }
}

.kOjKGV {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fKXTAt {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 52em) {
    .fKXTAt {
        flex-direction: row;
    }
}

.geofiO {
    display: flex;
    align-self: flex-start;
}

@media screen and (min-width: 52em) {
    .geofiO {
        align-self: flex-end;
    }
}

.ibwhuJ {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.hCdJEY {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    align-items: flex-end;
}

.eaELqM {
    display: flex;
    flex-direction: column;
    flex: 2 1 0%;
    align-items: flex-start;
}

.eUabOQ {
    display: flex;
    align-items: flex-start;
}

.hSwYvO {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 40em) {
    .hSwYvO {
        -webkit-box-align: center;
        align-items: center;
    }
}

.hVqLbl {
    display: flex;
    flex-direction: column;
}

.AAxzV {
    display: flex;
    align-items: flex-start;
}

@media screen and (min-width: 40em) {}

@media screen and (min-width: 52em) {}

@media screen and (min-width: 64em) {
    .AAxzV {
        max-width: 1080px;
    }
}

.hcPsjE {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fnHJuS {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}

.joafNm {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 40em) {
    .joafNm {
        flex-direction: row;
    }
}

.exGfSL {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 40em) {
    .exGfSL {
        flex-direction: row;
    }
}

.jSRiOx {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}

.jSRiOx::before {
    content: " ";
    position: absolute;
    inset: 0px 0px 0px 50%;
    width: 500%;
    margin-left: -250%;
    animation: 0.8s linear 0s infinite normal none running animation-placeholder;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

@-webkit-keyframes animation-placeholder {
    0% {
        transform: translate3d(-30%, 0px, 0px);
    }

    100% {
        transform: translate3d(30%, 0px, 0px);
    }
}

@keyframes animation-placeholder {
    0% {
        transform: translate3d(-30%, 0px, 0px);
    }

    100% {
        transform: translate3d(30%, 0px, 0px);
    }
}

.cTjmGH {
    border-radius: 4px;
}

.gHXuKW {
    display: flex;
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: 2;
    color: rgb(87, 87, 87);
    font-size: 12px;
}

.kNBTHp {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    width: inherit;
}

.fGrpAc {
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.gnUzaM {
    font-size: 14px;
    font-weight: 400;
    color: rgb(212, 216, 222);
}

.gKFEhF {
    font-size: 14px;
    font-weight: 400;
    color: rgb(87, 87, 87);
}

.fKrikd {
    padding: 12px 32px 12px 12px;
    color: rgb(87, 87, 87);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    transition: border-color 100ms ease-in-out;
    overflow: hidden;
    line-height: 1.2;
    height: 44px;
    cursor: pointer;
    appearance: none;
    width: inherit;
}

.fKrikd::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

.fKrikd::placeholder {
    color: rgb(204, 204, 204);
}

.fKrikd:-webkit-autofill,
.fKrikd:-webkit-autofill:hover,
.fKrikd:-webkit-autofill:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1000px inset;
    -webkit-text-fill-color: rgb(87, 87, 87);
    color: rgb(87, 87, 87);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    transition: border-color 100ms ease-in-out;
    overflow: hidden;
    line-height: 1.2;
    height: 44px;
}

.fKrikd:hover {
    border-color: rgb(0, 31, 96);
}

.fKrikd:focus {
    border-color: rgb(0, 51, 198);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.fKrikd:disabled {
    background-color: rgb(245, 245, 245);
    border-color: rgb(204, 204, 204);
    opacity: 1;
    cursor: not-allowed;
}

.fKrikd::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

.fKrikd::placeholder {
    color: rgb(204, 204, 204);
}

.kkcxXh {
    flex-direction: column;
    width: 100%;
}

.iamhZE {
    height: 15px;
    width: 180px;
}

.jgoQWj {
    height: 40px;
    width: 100%;
}

.jfTNgr {
    display: grid;
    grid-template-areas: "heading" "alert" "checkout" "summary";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
    max-width: 1094px;
    margin-left: 16px;
    margin-right: 16px;
}

@media screen and (min-width: 64em) {
    .jfTNgr {
        grid-template: "heading ." "alert alert" "checkout summary" / 2.95fr 2.05fr;
    }
}

.certnU {
    display: grid;
    margin-right: 0px;
}

@media screen and (min-width: 64em) {
    .certnU {
        grid-area: 2 / 1;
    }
}

@media screen and (min-width: 64em) {
    .certnU {
        margin-right: 32px;
    }
}

.kSsiJv {
    display: grid;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 32px;
}

@media screen and (min-width: 64em) {
    .kSsiJv {
        grid-area: 2 / 2;
    }
}

@media screen and (min-width: 40em) {
    .kSsiJv {
        margin-top: 32px;
    }
}

@media screen and (min-width: 64em) {
    .kSsiJv {
        margin-left: 32px;
        margin-top: 0px;
    }
}

.hYBYjr {
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
}

.hYBYjr> :not(:last-child) {
    margin-bottom: 32px;
}

.hYBYjr> :last-child {
    margin-bottom: 0px;
}

.ejavUf {
    grid-area: checkout;
}

.gvUjku {
    grid-area: summary;
}

.dlXfEj {
    align-self: start;
}

.bDJkHZ {
    list-style: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.aABkx {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-flow: wrap;
    justify-items: self-start;
}

.aABkx:first-child {
    padding-top: 0px;
}

.aABkx:last-child {
    padding-bottom: 0px;
    border: 0px;
}

.laswWx {
    flex-direction: row;
    -webkit-box-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.dQVypi {
    position: relative;
}

.blSbLj {
    color: rgb(87, 87, 87);
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fpnIHr {
    padding: 4px;
    align-self: baseline;
}

.HdcHS {
    text-align: right;
    white-space: nowrap;
}

.ctMeik {
    color: rgb(87, 87, 87);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-style: pretty;
}

.jYedDn select {
    color: rgb(0, 51, 198);
}

.bbddXY {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: 22px;
    padding-bottom: 22px;
}

.bbddXY:first-child {
    padding-top: 0px;
}

.bbddXY:last-child {
    padding-bottom: 0px;
    border: 0px;
}

.hbUyVl {
    margin-top: 22px;
}

.dFEoWn {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ietvtm:first-child,
.ietvtm:last-child {
    border-top: 1px solid rgb(204, 204, 204);
}

.ietvtm:last-child {
    padding-bottom: 0px;
}

.cTzJza {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.jObmux {
    align-items: flex-start;
}

.jRHdzZ {
    margin-top: 16px;
}

@media screen and (min-width: 64em) {
    .jRHdzZ {
        margin-top: 22px;
    }
}

.bwdoab {
    line-height: 24px;
    width: 100%;
}

.fLKVTr {
    width: 100%;
}

.dQcEha {
    background: none;
    position: relative;
    flex-direction: column;
    flex: 1 1 0%;
}

@media (min-width: 52em) {
    .dQcEha>div:first-child {
        position: absolute;
    }
}

.jGrqnj {
    background: none;
    position: relative;
    flex-direction: column;
    flex: 1 1 0%;
}

@media (min-width: 52em) {
    .jGrqnj>div:first-child {
        position: fixed;
    }
}

.cYPlHP {
    position: relative;
    width: 100%;
    flex-direction: column;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}

.jOrzvb {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hyABFU {
    display: flex;
    position: relative;
    height: auto;
    flex: 1 1 0%;
}

.bMbNSs {
    color: rgb(87, 87, 87);
    font-size: 16px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.hLzDBH {
    color: rgb(0, 51, 198);
    font-size: 12px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.kUTpZD {
    color: rgb(0, 51, 198);
    font-size: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.jUxrnO {
    color: rgb(0, 51, 198);
    font-weight: 800;
    line-height: 1.5;
    font-size: 14px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.gYfUIw {
    color: rgb(87, 87, 87);
    font-weight: 800;
    font-size: 16px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.gcAbzw {
    color: rgb(87, 87, 87);
    font-size: 14px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .gcAbzw {
        font-size: 16px;
    }
}

.dIedgJ {
    color: rgb(0, 51, 198);
    font-size: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .dIedgJ {
        font-size: 21px;
    }
}

.flAeon {
    color: rgb(0, 51, 198);
    font-size: 16px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.fFbRhr {
    color: rgb(87, 87, 87);
    width: 100%;
    padding-top: 16px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .fFbRhr {
        font-size: 16px;
    }
}

.hDenvQ {
    color: rgb(87, 87, 87);
    font-size: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.cHygPM {
    color: rgb(87, 87, 87);
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.deuDwW {
    color: rgb(255, 255, 255);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

@media screen and (min-width: 64em) {
    .deuDwW {
        font-size: 16px;
    }
}

.cuQMiW {
    color: rgb(87, 87, 87);
    font-size: 14px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.kYAgdP {
    color: rgb(0, 51, 198);
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.fpQmVt {
    color: rgb(87, 87, 87);
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.byimvp {
    color: rgb(87, 87, 87);
    font-size: 14px;
    font-weight: 700;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.gNCctp {
    color: rgb(87, 87, 87);
    min-height: 20px;
    padding-left: 22px;
    font-size: 12px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.kMNYuh {
    color: rgb(87, 87, 87);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.dKihZk {
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.iMYGDr {
    color: rgb(0, 51, 198);
    font-weight: 800;
    font-size: 16px;
    text-align: right;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.iLvfLJ {
    color: rgb(28, 126, 46);
    font-weight: 800;
    font-size: 16px;
    text-align: right;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.ksxCFs {
    color: rgb(87, 87, 87);
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.jSdKTs {
    color: rgb(87, 87, 87);
    font-size: 12px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.ilTlMu {
    color: rgb(87, 87, 87);
    font-size: 14px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.dJVAnc {
    color: rgb(87, 87, 87);
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.ePCuyw {
    color: rgb(0, 31, 96);
    margin-right: 32px;
    font-size: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.fhSQGL {
    color: rgb(0, 31, 96);
    font-size: 12px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.iGSOKo {
    color: rgb(87, 87, 87);
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.hvtDvc {
    color: rgb(87, 87, 87);
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.dIzVyF {
    color: rgb(28, 126, 46);
    font-size: 14px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .dIzVyF {
        font-size: 16px;
    }
}

.izOFnk {
    color: rgb(87, 87, 87);
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.kMxZTM {
    color: rgb(87, 87, 87);
    font-size: 12px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.eTBaKh {
    color: rgb(87, 87, 87);
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.esXsVP {
    color: rgb(0, 135, 50);
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .esXsVP {
        margin-bottom: 0px;
    }
}

.gRlmPh {
    position: absolute;
    opacity: 0;
    height: 0px;
    width: 0px;
}

.djlewk {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.cIOlqp {
    margin-right: 8px;
    height: 22px;
    width: 22px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    position: relative;
    transition: background 100ms ease-in-out, border-color;
    background-color: rgb(255, 255, 255);
}

.cIOlqp::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(87, 87, 87);
    transition: background 100ms ease-in-out, transform;
    border-radius: 4px;
}

.hidden-input__HiddenInput-sc-1xjs78y-0:focus+.styled-check__StyledCheck-t3ye3u-0 {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.cIOlqp::after {
    content: "";
}

@media (min-width: 52em) {
    .label__Label-bnk589-0:hover>.styled-check__StyledCheck-t3ye3u-0::after {
        opacity: 0.08;
        transform: scale(1.5);
    }
}

.hidden-input__HiddenInput-sc-1xjs78y-0:checked~.styled-check__StyledCheck-t3ye3u-0 {
    background-color: rgb(0, 135, 50);
    border-color: rgb(0, 135, 50);
}

.hidden-input__HiddenInput-sc-1xjs78y-0:checked~.styled-check__StyledCheck-t3ye3u-0::after {
    opacity: 0;
    transform: scale(0);
}

.dTWtDp {
    opacity: 0;
    color: rgb(255, 255, 255);
    transition: opacity 100ms ease-in-out;
}

.hidden-input__HiddenInput-sc-1xjs78y-0:checked~.styled-check__StyledCheck-t3ye3u-0 .icon__Icon-sc-1ohnrut-0 {
    opacity: 1;
}

.kFJZLu {
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.lfVLPp {
    cursor: pointer;
    position: relative;
    overflow: visible;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.dGcoiu {
    position: relative;
    overflow: visible;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    color: rgb(204, 204, 204);
    cursor: not-allowed;
    opacity: 0.5;
}

.dILZak {
    height: 16px;
    width: 16px;
    display: flex;
    padding: 3px;
    border-radius: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.dILZak::after {
    content: "";
}

.dILZak::after {
    background-color: rgb(0, 135, 50);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: scale(0);
    transition: 100ms ease-in-out;
    opacity: 0.08;
    pointer-events: none;
}

.label__Label-sc-18nv9u7-0:hover .input__Input-ay7sf9-0:not(:checked)+.radio__Radio-sc-13mvjoi-0::after {
    transform: scale(3);
    background-color: rgb(42, 42, 42);
}

.input__Input-ay7sf9-0:checked+.radio__Radio-sc-13mvjoi-0::after {
    transform: scale(1);
    opacity: 1;
}

.input__Input-ay7sf9-0:focus+.radio__Radio-sc-13mvjoi-0 {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.lOaFq {
    height: 16px;
    width: 16px;
    display: flex;
    padding: 3px;
    border-radius: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: 0px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.lOaFq::after {
    content: "";
}

.lOaFq::after {
    background-color: rgb(0, 135, 50);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: scale(0);
    transition: 100ms ease-in-out;
    opacity: 0.08;
    pointer-events: none;
}

.input__Input-ay7sf9-0:checked+.radio__Radio-sc-13mvjoi-0::after {
    transform: scale(1);
    opacity: 1;
}

.input__Input-ay7sf9-0:focus+.radio__Radio-sc-13mvjoi-0 {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.gVJsrM {
    -webkit-tap-highlight-color: transparent;
}

.yGTiu {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.crACCY {
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px -3px 6px);
    overflow: hidden;
    transition-property: transform, opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 64em) {
    .crACCY {
        transform: translateY(100%);
    }
}

@media (max-height: 550px) {
    .crACCY {
        max-height: 80%;
        min-height: unset;
    }
}

.hApOXc {
    position: fixed;
    inset: 0px;
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity, visibility;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.kmCrYD {
    position: fixed;
    inset: 0px;
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity, visibility;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.kmCrYD,
.kmCrYD .sc-f6a04d0f-1,
.kmCrYD .sc-f6a04d0f-0 {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.bhkgHZ {
    overflow: hidden;
}

.kBRIdU {
    overflow-y: auto;
    width: 100%;
}

.kBRIdU::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.kBRIdU::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.kBRIdU::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.kBRIdU::-webkit-scrollbar-thumb:hover {
    background: rgb(186, 186, 186);
}

.kBRIdU::-webkit-scrollbar-thumb:active {
    background: rgb(204, 204, 204);
}

.kBRIdU::-webkit-scrollbar-track {
    background: rgb(245, 245, 245);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.kBRIdU::-webkit-scrollbar-track:hover {
    background: rgb(237, 237, 237);
}

.kBRIdU::-webkit-scrollbar-track:active {
    background: rgb(237, 237, 237);
}

.kBRIdU::-webkit-scrollbar-corner {
    background: transparent;
}

.gsJwA-d {
    gap: 8px;
}

.fOuxju {
    text-indent: -99999px;
    position: absolute;
}

.bHjPzs {
    display: flex;
}

.dCUbKz {
    border-color: rgb(204, 204, 204);
    flex: 1 1 0%;
    display: flex;
}

.dCUbKz:hover {
    border-color: rgb(0, 51, 198);
}

.dCUbKz:first-child {
    margin-left: 0px;
}

.dCUbKz:last-child {
    margin-right: 0px;
}

@media (max-width: 52em) {
    .dCUbKz {
        margin: 8px 0px;
    }

    .dCUbKz:first-child {
        margin-top: 0px;
    }

    .dCUbKz:last-child {
        margin-bottom: 0px;
    }
}

.jDAViA {
    height: 22px;
    width: 22px;
}

.eUxmGR {
    height: 22px;
    width: 30px;
}

.kRheQG {
    height: 15px;
    width: 120px;
}

.kjwLwp {
    color: rgb(0, 51, 198);
    padding: 16px;
    margin: -16px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    text-decoration: underline;
}

.kjwLwp:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.kjwLwp:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.kjwLwp:hover {
    color: rgb(0, 31, 96);
}

.dCReZK {
    color: rgb(0, 51, 198);
    font-size: 14px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 400;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    text-decoration: underline;
}

.dCReZK:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.dCReZK:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.dCReZK:hover {
    color: rgb(0, 31, 96);
}

.ymJhu {
    color: rgb(0, 51, 198);
    margin-top: 16px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    text-decoration: underline;
}

.ymJhu:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.ymJhu:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.ymJhu:hover {
    color: rgb(0, 31, 96);
}

.hrgKIE {
    color: rgb(0, 51, 198);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    text-decoration: underline;
}

.hrgKIE:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.hrgKIE:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.hrgKIE:hover {
    color: rgb(0, 31, 96);
}

.kfdrKT {
    line-height: 1.5rem;
}

.epGtL {
    padding: 12px;
    color: rgb(87, 87, 87);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    transition: border-color 100ms ease-in-out;
    overflow: hidden;
    line-height: 1.2;
    height: 44px;
    width: inherit;
    position: relative;
    -webkit-box-align: stretch;
    align-items: stretch;
    cursor: auto;
}

.epGtL::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

.epGtL::placeholder {
    color: rgb(204, 204, 204);
}

.epGtL:-webkit-autofill,
.epGtL:-webkit-autofill:hover,
.epGtL:-webkit-autofill:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1000px inset;
    -webkit-text-fill-color: rgb(87, 87, 87);
    color: rgb(87, 87, 87);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    transition: border-color 100ms ease-in-out;
    overflow: hidden;
    line-height: 1.2;
    height: 44px;
}

.epGtL:hover {
    border-color: rgb(0, 31, 96);
}

.epGtL:focus {
    border-color: rgb(0, 51, 198);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.epGtL:disabled {
    background-color: rgb(245, 245, 245);
    border-color: rgb(204, 204, 204);
}

.epGtL::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

.epGtL::placeholder {
    color: rgb(204, 204, 204);
}

.fBkwJs {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: inline-flex;
    position: relative;
    width: inherit;
}

.fBkwJs select+button.clear-button,
.fBkwJs [data-element="select"]+button.clear-button {
    display: none !important;
}

.cJYByv {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: inline-flex;
    position: relative;
    width: inherit;
}

.cJYByv select+button.clear-button,
.cJYByv [data-element="select"]+button.clear-button {
    display: none !important;
}

.cJYByv>input[type="text"],
.cJYByv>input[type="password"],
.cJYByv>input[type="email"] {
    padding-right: 32px;
}

.cJYByv>div>input[type="text"],
.cJYByv>div>input[type="password"],
.cJYByv>div>input[type="email"] {
    padding-right: 50px;
}

.cJYByv>div .styledextra-icon__ExtraIcon-sc-1omo80d-0,
.cJYByv>div>button,
.cJYByv>div>svg {
    margin-right: 18px;
}

.esECEI {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: inline-flex;
    position: relative;
    width: inherit;
}

.esECEI select+button.clear-button,
.esECEI [data-element="select"]+button.clear-button {
    display: none !important;
}

.esECEI>input[type="text"],
.esECEI>input[type="password"],
.esECEI>input[type="email"] {
    padding-right: 32px;
}

.esECEI>div>input[type="text"],
.esECEI>div>input[type="password"],
.esECEI>div>input[type="email"] {
    padding-right: 50px;
}

.esECEI>div .styledextra-icon__ExtraIcon-sc-1omo80d-0,
.esECEI>div>button,
.esECEI>div>svg {
    margin-right: 18px;
}

.esECEI>[data-element="select"] svg {
    margin-right: 18px;
}

.iCvMmc {
    font-size: 12px;
    align-self: center;
    position: absolute;
    right: 10px;
    color: rgb(112, 164, 0);
}

.iCvMmc:hover {
    cursor: default;
}

.hLcgSP {
    display: flex;
}

.kaOcgb {
    align-self: center;
    padding: 10px;
    position: absolute;
    right: 0px;
}

.gVGpzR {
    flex: 1 1 0%;
}

.gVGpzR div {
    width: 100%;
}

.gVGpzR input[type="number"]::-webkit-outer-spin-button,
.gVGpzR input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0px;
}

.gVGpzR input[type="number"] {}

.hptWOb {
    -webkit-tap-highlight-color: transparent;
}

.hMswDf {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    grid-area: 1 / 1 / 3;
}

.iyGLng {
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 40px;
}

.fxLnlV {
    height: 20px;
    width: 93px;
}

.gUfEnb {
    width: 100%;
}

.cCCuYe {
    flex: 1 1 0%;
    height: 40px;
    width: 230px;
}

@media screen and (min-width: 52em) {
    .cCCuYe {
        flex: initial;
    }
}

.jKMDcj {
    height: 40px;
    width: 50px;
}

.rXydl {
    height: 15px;
    width: 25px;
}

.ctEPdI {
    margin-bottom: 16px;
}

@media screen and (min-width: 40em) {
    .ctEPdI {
        margin-bottom: 0px;
    }
}

.jvkyvC {
    display: block;
}

.faJjHs {
    max-width: 440px;
}

.higFIQ {
    display: inline-block;
}

@media (min-width: 40em) {
    .sc-144d05-4+.sc-144d05-4::before {
        content: " | ";
        color: rgb(87, 87, 87);
        display: inline-block;
        margin: 0px 8px;
    }
}

.jGUjBY {
    flex-direction: column;
    width: 100%;
}

.hHXJdZ {
    width: 100%;
    height: 200px;
}

.fCczEu {
    height: 15px;
    width: 200px;
}

.cMWWZa {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 60px;
    padding-left: 15px;
    background-color: white;
    cursor: pointer;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    border-style: solid;
    position: relative;
    border-radius: 4px;
    transition: box-shadow 0.4s;
    z-index: 4;
}

.cMWWZa:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.dvWZlz {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.hyhWdK {
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    width: 100%;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    z-index: 5;
    display: none;
    opacity: 0;
    max-height: 0px;
    pointer-events: none;
    transition: height 0.3s, max-height 0.3s, opacity 0.4s, box-shadow 0.4s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: auto;
}

.hyhWdK::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.hyhWdK::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.hyhWdK::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.hyhWdK::-webkit-scrollbar-thumb:hover {
    background: rgb(186, 186, 186);
}

.hyhWdK::-webkit-scrollbar-thumb:active {
    background: rgb(204, 204, 204);
}

.hyhWdK::-webkit-scrollbar-track {
    background: rgb(245, 245, 245);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.hyhWdK::-webkit-scrollbar-track:hover {
    background: rgb(237, 237, 237);
}

.hyhWdK::-webkit-scrollbar-track:active {
    background: rgb(237, 237, 237);
}

.hyhWdK::-webkit-scrollbar-corner {
    background: transparent;
}

.edmibT {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 60px;
    padding-left: 15px;
    cursor: pointer;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: none;
    border-left: none;
    border-right: none;
    pointer-events: none;
    background-color: rgb(245, 245, 245);
}

.edmibT:first-of-type {
    border-top: none;
}

.edmibT:hover {
    background-color: rgb(245, 245, 245);
}

.byAiyX {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 60px;
    padding-left: 15px;
    background-color: white;
    cursor: pointer;
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: none;
    border-left: none;
    border-right: none;
    pointer-events: none;
}

.byAiyX:first-of-type {
    border-top: none;
}

.byAiyX:hover {
    background-color: rgb(245, 245, 245);
}

.coVCMm {
    display: block;
}

.ajXPB {
    display: block;
    cursor: pointer;
}

.dIKrsF {
    font-weight: bold;
}

.jFoqmo {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border-top: 0px rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
}

.kOJeig {
    flex: 0.25 1 0%;
    text-align: left;
}

.cCPVBK {
    flex: 0.5 1 0%;
    text-align: initial;
}

.jHjWhV {
    white-space: nowrap;
}

@media (max-width: 40em) {
    .jHjWhV {
        position: absolute;
        right: 0px;
    }
}

.hlVyEU {
    height: 22px;
    width: 100px;
}

.hzXneH {
    height: 22px;
    width: 120px;
    margin-top: 5px;
}

@media (min-width: 52em) {
    .hzXneH {
        margin-top: 0px;
    }
}

.dqObFO {
    height: 22px;
    width: 100px;
}

.inzYPr {
    height: 22px;
    width: 150px;
    margin: 10px auto 0px;
}

.hFKqnd {
    border-top: 1px solid rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
}

.egEWbW {
    padding: 22px;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

.sc-5904f788-0+.sc-5904f788-0 {
    margin-top: 12px;
}

.uHjn {
    padding: 22px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

.sc-5904f788-0+.sc-5904f788-0 {
    margin-top: 12px;
}

.kMXgVn {
    width: 100%;
    border-right: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-image: initial;
    border-top: none rgb(204, 204, 204);
    border-bottom: none rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    max-height: 0px;
    position: absolute;
    z-index: 1;
    overflow: auto;
    cursor: pointer;
    transition: max-height 0.3s;
}

.kMXgVn::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.kMXgVn::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.kMXgVn::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.kMXgVn::-webkit-scrollbar-thumb:hover {
    background: rgb(186, 186, 186);
}

.kMXgVn::-webkit-scrollbar-thumb:active {
    background: rgb(204, 204, 204);
}

.kMXgVn::-webkit-scrollbar-track {
    background: rgb(245, 245, 245);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.kMXgVn::-webkit-scrollbar-track:hover {
    background: rgb(237, 237, 237);
}

.kMXgVn::-webkit-scrollbar-track:active {
    background: rgb(237, 237, 237);
}

.kMXgVn::-webkit-scrollbar-corner {
    background: transparent;
}

.egJOTT {
    text-overflow: ellipsis;
    overflow: hidden;
}

.kfDzTG {
    position: relative;
}

.iQxkFz {
    margin-bottom: 8px;
}

.eEbwss {
    position: relative;
    cursor: pointer;
}

.eEbwss:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.dqKLli .sc-363028ee-1 {
    padding: 0px;
}

.bpymWq {
    padding: 16px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background-color 100ms ease-in-out, border-color;
}

.sc-85e572ae-0+.sc-85e572ae-0 {
    margin-top: 16px;
}

.iGlsWL {
    max-width: 20px;
}

.drVMBT {
    line-height: 1.5;
}

.hwBjXX {
    white-space: nowrap;
}

.brEKlM {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.ejuRKQ {
    width: 80%;
}

.hDbYfO {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.ecoyWS {
    height: 19px;
    width: 115px;
}

@media screen and (min-width: 52em) {
    .ecoyWS {
        height: 22px;
    }
}

.dPzPnA {
    height: 22px;
    width: 115px;
}

@media screen and (min-width: 52em) {
    .dPzPnA {
        height: 28px;
    }
}

.kgLILU {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.hFnhwu {
    white-space: pre-wrap;
}

.dWvkWx {
    padding: 12px;
    border: none;
    background: none;
    cursor: pointer;
    margin-top: -8px;
    margin-right: -8px;
}

.jCGnfZ {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
    width: 100%;
    animation-duration: 500ms;
    animation-name: fbTTlc;
    animation-fill-mode: forwards;
}

@media (max-width: 52em) {
    .jCGnfZ {
        animation-name: jouByZ;
        box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 6px;
    }
}

.eDLbjo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
    width: 100%;
    animation-duration: 500ms;
    animation-name: bJfRZc;
    animation-fill-mode: forwards;
}

@media (max-width: 52em) {
    .eDLbjo {
        animation-name: eeMKzV;
        box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 6px;
    }
}

.hfJZeV {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.cYwcAg {
    flex: 1 1 0%;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

@-webkit-keyframes fbTTlc {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        height: 0px;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }
}

@keyframes fbTTlc {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        height: 0px;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }
}

@-webkit-keyframes jouByZ {
    0% {
        opacity: 0;
        transform: translateY(100%);
        height: 0px;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }
}

@keyframes jouByZ {
    0% {
        opacity: 0;
        transform: translateY(100%);
        height: 0px;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }
}

@-webkit-keyframes bJfRZc {
    0% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
        height: 0px;
    }
}

@keyframes bJfRZc {
    0% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
        height: 0px;
    }
}

@-webkit-keyframes eeMKzV {
    0% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
        height: 0px;
    }
}

@keyframes eeMKzV {
    0% {
        opacity: 1;
        transform: translateY(0px);
        height: initial;
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
        height: 0px;
    }
}

html {
    line-height: 1.5;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    touch-action: manipulation;
}

body {
    position: relative;
    min-height: 100%;
    font-feature-settings: "kern";
}

*,
::before,
::after {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
}

main {
    display: block;
}

hr {
    border-top-width: 1px;
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

abbr[title] {
    border-bottom: none;
    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: 0px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    appearance: none !important;
}

input[type="number"] {}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none !important;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    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: 0px;
}

button {
    background: transparent;
    padding: 0px;
}

fieldset {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
}

textarea {
    resize: vertical;
}

button,
[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0px;
    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;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");

body {
    background-color: rgb(252, 252, 252);
    font-family: Nunito, sans-serif;
}

html {
    line-height: 1.5;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    touch-action: manipulation;
}

body {
    position: relative;
    min-height: 100%;
    font-feature-settings: "kern";
}

*,
::before,
::after {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
}

main {
    display: block;
}

hr {
    border-top-width: 1px;
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

abbr[title] {
    border-bottom: none;
    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: 0px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    appearance: none !important;
}

input[type="number"] {}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none !important;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    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: 0px;
}

button {
    background: transparent;
    padding: 0px;
}

fieldset {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
}

textarea {
    resize: vertical;
}

button,
[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0px;
    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;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");

body {}

.css-1fii1ca {
    display: block;
    width: 100%;
}

.css-tv497f {
    display: block;
}

.css-1rqi4k7 {
    position: absolute;
    top: -1000px;
    transition: top 300ms;
    padding: 8px 24px 12px;
    background: rgb(51, 51, 51);
    color: rgb(252, 252, 252);
    font-weight: 700;
    font-size: 16px;
    border-style: solid;
    border-color: rgb(252, 252, 252);
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-bottom-right-radius: 24px;
    text-underline-offset: 4px;
    z-index: 1800;
    text-decoration: underline;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.css-1rqi4k7:focus-visible {
    top: 0px;
}

.css-1rqi4k7:active {
    top: 0px;
}

.css-1rqi4k7:focus {
    top: 0px;
}

.css-1q0dsws {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.css-1medjgc {
    border-bottom-width: 8px;
    border-bottom-color: rgb(0, 51, 198);
}

@media (min-width: 992px) {
    .css-1medjgc {
        border-bottom-width: 16px;
    }
}

.css-1vnux9f {
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(0, 51, 198);
    border-width: 0px 0px 8px;
    width: 100%;
    border-style: solid;
}

@media (min-width: 992px) {
    .css-1vnux9f {
        border-bottom-width: 16px;
    }
}

.css-m9qajz {
    border-bottom-width: 4px;
    border-bottom-color: rgb(231, 26, 59);
}

.css-hcch4d {
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(231, 26, 59);
    border-width: 0px 0px 4px;
    width: 100%;
    border-style: solid;
}

.css-ecsyby {
    background-color: rgb(237, 242, 253);
    border-style: unset;
    border-bottom-width: unset;
    border-bottom-color: unset;
}

@media (min-width: 992px) {
    .css-ecsyby {
        border-bottom-width: unset;
    }
}

.css-otgg1p {
    background-color: rgb(237, 242, 253);
    border-style: unset;
    border-bottom-width: unset;
    border-bottom-color: unset;
}

@media (min-width: 992px) {
    .css-otgg1p {
        border-bottom-width: unset;
    }
}

.css-1hoizhx {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background-color: rgb(237, 242, 253);
    border-style: unset;
    border-bottom-width: unset;
    border-bottom-color: unset;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1hoizhx {
        height: 48px;
    }
}

@media (min-width: 992px) {
    .css-1hoizhx {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .css-1hoizhx {
        border-bottom-width: unset;
    }
}

.css-1vawxu0 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.css-1uwqje0 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 1094px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1uwqje0 {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-1uwqje0 {
        margin-left: 24px;
        margin-right: 24px;
    }
}

.css-1cyi1zd {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.css-1dpbac7 figure>svg {
    display: initial;
}

.css-rhzify {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-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: rgb(0, 51, 198);
    text-decoration: underline;
}

.css-rhzify:hover {
    color: rgb(15, 56, 137);
}

.css-rhzify:active {
    color: rgb(10, 37, 91);
}

.css-rhzify:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-rhzify svg {
    display: none;
}

.css-rhzify figure>svg {
    display: initial;
}

.css-1vexhic {
    display: block;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1vexhic {
        width: 142px;
    }
}

@media (min-width: 992px) {
    .css-1vexhic {
        width: 197px;
    }
}

.css-ly3u08 {
    gap: 32px;
    margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-ly3u08 {
        display: flex;
    }
}

@media (min-width: 992px) {
    .css-ly3u08 {
        display: flex;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-wplxl5 {
        display: none;
    }
}

@media (min-width: 992px) {
    .css-wplxl5 {
        display: flex;
    }
}

.css-oorbhh {
    color: rgb(0, 51, 198);
    font-size: 12px;
}

.css-oorbhh:active,
.css-oorbhh:focus,
.css-oorbhh:focus-visible,
.css-oorbhh:hover {
    color: rgb(0, 51, 198);
}

.css-16l4i3n {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-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;
    text-decoration: underline;
    color: rgb(0, 51, 198);
    font-size: 12px;
}

.css-16l4i3n:hover {
    color: rgb(15, 56, 137);
}

.css-16l4i3n:active {
    color: rgb(10, 37, 91);
}

.css-16l4i3n:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-16l4i3n svg {
    display: none;
}

.css-16l4i3n:active,
.css-16l4i3n:focus,
.css-16l4i3n:focus-visible,
.css-16l4i3n:hover {
    color: rgb(0, 51, 198);
}

.css-1aub19v svg {
    display: initial !important;
    color: rgb(0, 51, 198);
}

.css-1aub19v:hover svg,
.css-1aub19v:active svg,
.css-1aub19v:focus svg,
.css-1aub19v:focus-visible svg {
    color: rgb(0, 51, 198);
}

.css-1c41x2f svg {
    display: initial !important;
    color: rgb(0, 51, 198);
}

.css-1c41x2f:hover svg,
.css-1c41x2f:active svg,
.css-1c41x2f:focus svg,
.css-1c41x2f:focus-visible svg {
    color: rgb(0, 51, 198);
}

.css-1nwp03d {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.css-1nwp03d svg {
    display: initial !important;
    color: rgb(0, 51, 198);
}

.css-1nwp03d:hover svg,
.css-1nwp03d:active svg,
.css-1nwp03d:focus svg,
.css-1nwp03d:focus-visible svg {
    color: rgb(0, 51, 198);
}

.css-1e5kdff {
    display: flex;
}

.css-md5r4o {
    color: rgb(0, 51, 198);
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    font-size: 12px;
}

.css-md5r4o:active,
.css-md5r4o:focus,
.css-md5r4o:focus-visible,
.css-md5r4o:hover {
    color: rgb(0, 51, 198);
}

.css-13f248x {
    border: 0px transparent;
    text-underline-offset: 4px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    text-decoration: underline;
    font-family: Nunito, sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 40px;
    padding: 0px;
    color: rgb(0, 51, 198);
    border-radius: 0px;
    font-size: 12px;
}

.css-13f248x .button__loading-text {
    margin-left: 12px;
}

.css-13f248x:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-13f248x:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-13f248x:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-13f248x:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-13f248x:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-13f248x:hover {
    color: rgb(15, 56, 137);
}

.css-13f248x:active {
    color: rgb(10, 37, 91);
}

.css-13f248x:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-13f248x:disabled:hover {
    background-color: transparent;
}

.css-13f248x:disabled:active {
    background-color: transparent;
}

.css-13f248x:disabled:focus {
    background-color: transparent;
}

.css-13f248x .button__icon {
    width: 14px;
    height: 14px;
}

.css-13f248x:active,
.css-13f248x:focus,
.css-13f248x:focus-visible,
.css-13f248x:hover {
    color: rgb(0, 51, 198);
}

.css-m4gnr4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.css-decv3u {
    width: 16px;
    min-width: 16px;
}

@media (max-width: 991px) {
    .css-decv3u {
        width: 24px;
        min-width: 24px;
    }
}

.css-97abp7 {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .css-97abp7 {
        display: none;
    }
}

.css-1mxk3f2 {
    color: rgb(0, 51, 198);
}

.css-ibaog0 {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(0, 51, 198);
}

.css-11n6avn {
    grid-area: heading;
}

.css-s5zlpl {
    grid-area: heading;
}

.css-1x43wzm {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-area: heading;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1x43wzm {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .css-1x43wzm {
        margin-top: 32px;
    }
}

.css-h6eka2 {
    font-family: Nunito, sans-serif;
    line-height: 150%;
    color: rgb(0, 51, 198);
    margin-bottom: 24px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-h6eka2 {
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}

@media (min-width: 768px) {
    .css-h6eka2 {
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}

.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-274469 {
    width: 50px;
    height: 50px;
    mix-blend-mode: multiply;
}

.css-1ckcicw {
    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: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 24px;
    padding: 0px 8px;
}

.css-1ckcicw .button__loading-text {
    margin-left: 12px;
}

.css-1ckcicw:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1ckcicw:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1ckcicw:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1ckcicw:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1ckcicw:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1ckcicw:hover {
    color: rgb(15, 56, 137);
}

.css-1ckcicw:active {
    color: rgb(10, 37, 91);
}

.css-1ckcicw:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-1ckcicw:disabled:hover {
    background-color: transparent;
}

.css-1ckcicw:disabled:active {
    background-color: transparent;
}

.css-1ckcicw:disabled:focus {
    background-color: transparent;
}

.css-1ckcicw .button__icon {
    width: 12px;
    height: 12px;
}

.css-ewa9lv {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.css-t649ts {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.css-166w3ki {
    display: block;
    width: 95px;
}

.css-1vawxu0 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.css-1uwqje0 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 1094px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1uwqje0 {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-1uwqje0 {
        margin-left: 24px;
        margin-right: 24px;
    }
}

.css-1ta1a1 {
    border-color: rgb(204, 204, 204);
    border-width: 0px 0px 1px;
    width: 100%;
    border-style: solid;
    margin-top: 48px;
}

.css-ued858 {
    display: block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 64px;
}

.css-w00cnv {
    white-space: pre-line;
}

.css-gmsmbd {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    white-space: pre-line;
}

.css-e93g67 {
    gap: 0px;
    margin-top: 24px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-e93g67 {
        display: flex;
    }
}

@media (min-width: 992px) {
    .css-e93g67 {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-2z1ucr {
        display: flex;
    }
}

@media (min-width: 992px) {
    .css-2z1ucr {
        display: flex;
    }
}

.css-m4gnr4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.css-1smue61 {
    color: rgb(255, 255, 255);
}

.css-161caho {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.css-1fii1ca {
    display: block;
    width: 100%;
}

.css-tv497f {
    display: block;
}

.css-1rqi4k7 {
    position: absolute;
    top: -1000px;
    transition: top 300ms;
    padding: 8px 24px 12px;
    background: rgb(51, 51, 51);
    color: rgb(252, 252, 252);
    font-weight: 700;
    font-size: 16px;
    border-style: solid;
    border-color: rgb(252, 252, 252);
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-bottom-right-radius: 24px;
    text-underline-offset: 4px;
    z-index: 1800;
    text-decoration: underline;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.css-1rqi4k7:focus-visible {
    top: 0px;
}

.css-1rqi4k7:active {
    top: 0px;
}

.css-1rqi4k7:focus {
    top: 0px;
}

.css-aiw7nf {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.css-nhcwjc {
    border-color: rgb(163, 190, 245);
}

.css-16fu1wl {
    border-color: rgb(163, 190, 245);
}

.css-6u6nbf {
    background-color: rgb(246, 249, 254);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-color: rgb(163, 190, 245);
}

.css-rv6ldf {
    display: flex;
    -webkit-box-align: initial;
    align-items: initial;
    gap: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-rv6ldf {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .css-rv6ldf {
        flex-direction: row;
    }
}

.css-uu2vfk {
    background: rgb(252, 252, 252);
}

.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-1uflmhd {
    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;
    background: rgb(252, 252, 252);
}

.css-1uflmhd:focus-within {
    border-color: rgb(0, 51, 198);
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px;
}

.css-1uflmhd:focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1uflmhd:has([aria-invalid="true"]) {
    border-color: rgb(236, 90, 114);
}

.css-1uflmhd:has([aria-invalid="true"]):focus-within {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px;
}

.css-1uflmhd:has([aria-invalid="true"]):focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1uflmhd:has([aria-readonly="true"]) {
    background-color: rgb(230, 230, 230);
    color: rgb(89, 89, 89);
}

.css-1uflmhd:has([aria-readonly="true"]) svg {
    color: rgb(89, 89, 89);
}

.css-1uflmhd:has(input:disabled) {
    background-color: rgb(230, 230, 230);
    cursor: not-allowed;
}

.css-1uflmhd:has(input:disabled) input {
    cursor: not-allowed;
}

.css-1uflmhd:has(input:disabled) svg {
    color: rgb(158, 158, 158);
}

.css-1uflmhd .input__input {
    width: 100%;
    height: 100%;
    padding: 12px 16px;
    background-color: transparent;
    outline: 0px;
}

.css-1uflmhd .input__input::-webkit-input-placeholder {
    color: rgb(158, 158, 158);
}

.css-1uflmhd .input__input::placeholder {
    color: rgb(158, 158, 158);
}

.css-1uflmhd .input__input[data-element-direction="left"] {
    padding-left: 8px;
}

.css-1uflmhd .input__input[data-element-direction="right"] {
    padding-right: 8px;
}

.css-1uflmhd .input__element-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-1uflmhd .input__element-wrapper svg {
    color: rgb(89, 89, 89);
    width: 20px;
    height: 20px;
}

.css-1uflmhd .input__element-wrapper[data-direction="left"] {
    order: 0;
    margin-left: 16px;
}

.css-1uflmhd .input__element-wrapper[data-direction="right"] {
    order: 1;
    margin-right: 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-2hx7gq {
    display: block;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-2hx7gq {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .css-2hx7gq {
        margin-top: 24px;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-2hx7gq {
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .css-2hx7gq {
        padding-top: 4px;
    }
}

.css-1qrbgcw {
    display: none;
    width: 100%;
}

@media (max-width: 767px) {
    .css-1qrbgcw {
        display: block;
    }
}

.css-13dln9v {
    padding-right: 0px;
    padding-left: 0px;
    height: initial;
}

.css-1958jie {
    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: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 0px;
    height: initial;
}

.css-1958jie .button__loading-text {
    margin-left: 12px;
}

.css-1958jie:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1958jie:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1958jie:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1958jie:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1958jie:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1958jie:hover {
    color: rgb(15, 56, 137);
}

.css-1958jie:active {
    color: rgb(10, 37, 91);
}

.css-1958jie:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-1958jie:disabled:hover {
    background-color: transparent;
}

.css-1958jie:disabled:active {
    background-color: transparent;
}

.css-1958jie:disabled:focus {
    background-color: transparent;
}

.css-1958jie .button__icon {
    width: 16px;
    height: 16px;
}

.css-rsn02v {
    grid-template-columns: 16px 1fr;
    column-gap: 8px;
}

.css-1vpgc4x {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    grid-template-columns: 16px 1fr;
    column-gap: 8px;
}

.css-1kf58gb {
    display: none;
    width: 100%;
}

@media (min-width: 768px) {
    .css-1kf58gb {
        display: block;
    }
}

.css-6xix1i {
    font-size: 16px;
}

.css-1cpavp4 {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-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: rgb(0, 51, 198);
    text-decoration: underline;
    font-size: 16px;
}

.css-1cpavp4:hover {
    color: rgb(15, 56, 137);
}

.css-1cpavp4:active {
    color: rgb(10, 37, 91);
}

.css-1cpavp4:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1cpavp4 svg {
    display: none;
}

.css-126ytzc {
    display: flex;
    gap: 24px;
    flex-direction: column;
    margin-top: 8px;
}

.css-1ftdssm {
    display: flex;
    gap: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-1ftdssm {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .css-1ftdssm {
        flex-direction: row;
    }
}

.css-r4a2fn {
    display: flex;
    flex-direction: column;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-r4a2fn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .css-r4a2fn {
        width: 284px;
    }
}

.css-mnn8e7 {
    display: flex;
    -webkit-box-align: inherit;
    align-items: inherit;
    gap: 12px;
}

.css-1goe6wp {
    display: block;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-1goe6wp {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .css-1goe6wp {
        width: 120px;
    }
}

.css-z7s4me {
    min-width: 160px;
}

.css-oygd7y {
    min-width: 160px;
}

.css-2ndz1b {
    display: block;
    margin-top: 32px;
    min-width: 160px;
}

.css-1qxtz39 {
    font-size: 12px;
}

.css-qexk9 {
    user-select: none;
    cursor: pointer;
    color: rgb(89, 89, 89);
    font-family: Nunito, sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.css-qexk9:has(:focus-visible) {
    border-color: rgb(217, 217, 217);
    outline: none;
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-qexk9:has(:disabled) {
    cursor: not-allowed;
    color: rgb(89, 89, 89);
}

.css-h10vcn {
    min-width: 16px;
    height: 16px;
    background-color: rgb(242, 242, 242);
    border: 1px solid rgb(128, 128, 128);
    border-radius: 4px;
    appearance: none;
    outline: none;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-h10vcn::before {
    content: "";
    width: 5px;
    height: 10px;
    border-width: 0px 0.1rem 0.1rem 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgb(217, 217, 217);
    border-bottom-color: rgb(217, 217, 217);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    opacity: 0;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: -2px;
}

.css-h10vcn:hover {
    border-color: rgb(61, 61, 61);
}

.css-h10vcn:checked {
    border-color: rgb(0, 51, 198);
    background: rgb(0, 51, 198);
}

.css-h10vcn:checked:hover {
    background: rgb(15, 56, 137);
    border-color: rgb(15, 56, 137);
}

.css-h10vcn:checked::before {
    opacity: 1;
}

.css-h10vcn:disabled {
    border-color: rgb(89, 89, 89);
    background: rgb(204, 204, 204);
    cursor: not-allowed;
}

.css-h10vcn:disabled:checked::before {
    opacity: 1;
    border-color: rgb(89, 89, 89);
}

.css-h10vcn:disabled:checked:hover {
    border-color: rgb(89, 89, 89);
    background: rgb(204, 204, 204);
}

.css-h10vcn:disabled::after {
    opacity: 0;
}

.css-vaoptt {
    display: block;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-vaoptt {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .css-vaoptt {
        width: 284px;
    }
}

.css-xng997 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-xng997 {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .css-xng997 {
        flex-direction: row;
    }
}

.css-1jcg2rl {
    display: flex;
    gap: 16px;
    width: 100%;
}

.css-1pkj08k {
    display: block;
}

@media (min-width: 0px) and (max-width: 1200px) {
    .css-1pkj08k {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .css-1pkj08k {
        width: 172px;
    }
}

.css-f5chsp {
    min-width: 96px;
}

.css-2qidye {
    min-width: 96px;
}

.css-1cn16c3 {
    display: block;
    width: 96px;
    min-width: 96px;
}

.css-sr6a8z {
    background-color: rgb(252, 252, 252);
}

.css-5iw7gz {
    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;
    background-color: rgb(252, 252, 252);
}

.css-5iw7gz:focus-within {
    border-color: rgb(0, 51, 198);
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px;
}

.css-5iw7gz:focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-5iw7gz:has([aria-invalid="true"]) {
    border-color: rgb(236, 90, 114);
}

.css-5iw7gz:has([aria-invalid="true"]):focus-within {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px;
}

.css-5iw7gz:has([aria-invalid="true"]):focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-5iw7gz:has([aria-readonly="true"]) {
    pointer-events: none;
    touch-action: none;
    background-color: rgb(230, 230, 230);
    color: rgb(89, 89, 89);
}

.css-5iw7gz:has([aria-readonly="true"]) select {
    pointer-events: none;
    touch-action: none;
}

.css-5iw7gz:has([aria-readonly="true"]) svg {
    color: rgb(89, 89, 89);
}

.css-5iw7gz:has(select:disabled) {
    background-color: rgb(230, 230, 230);
    cursor: not-allowed;
}

.css-5iw7gz:has(select:disabled) select {
    cursor: not-allowed;
}

.css-5iw7gz:has(select:disabled) svg {
    color: rgb(158, 158, 158);
}

.css-5iw7gz .select__select {
    background-color: transparent;
    width: 100%;
    padding: 12px 32px 12px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0px;
}

.css-5iw7gz .select__select::-webkit-input-placeholder {
    color: rgb(158, 158, 158);
}

.css-5iw7gz .select__select::placeholder {
    color: rgb(158, 158, 158);
}

.css-5iw7gz select {
    height: 48px;
    appearance: none;
}

.css-5iw7gz select>* {
    background-color: rgb(252, 252, 252);
    color: rgb(89, 89, 89);
}

.css-5iw7gz select[aria-readonly="true"] option,
.css-5iw7gz select[aria-readonly="true"] optgroup {
    display: none;
}

.css-5iw7gz .select_arrow-wrapper {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 16px;
    pointer-events: none;
}

.css-5iw7gz .select_arrow-wrapper svg {
    color: rgb(89, 89, 89);
    width: 16px;
    height: 16px;
}

.css-12ardhg {
    user-select: none;
    cursor: pointer;
    color: rgb(89, 89, 89);
    font-family: Nunito, sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 16px;
    font-size: 12px;
}

.css-12ardhg:has(:focus-visible) {
    border-color: rgb(217, 217, 217);
    outline: none;
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-12ardhg:has(:disabled) {
    cursor: not-allowed;
    color: rgb(89, 89, 89);
}

.css-1bnuyqp {
    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;
    width: 100%;
    margin-top: 8px;
}

.css-1bnuyqp .button__loading-text {
    margin-left: 12px;
}

.css-1bnuyqp:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1bnuyqp:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1bnuyqp:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1bnuyqp:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1bnuyqp:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1bnuyqp:hover {
    background-color: rgb(15, 56, 137);
}

.css-1bnuyqp:active {
    background-color: rgb(10, 37, 91);
}

.css-1bnuyqp .button__icon {
    width: 16px;
    height: 16px;
}

.css-1lp7k53 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-7sab7y {
    display: block;
    width: 100%;
    max-width: 610px;
}

.css-bb6he3 {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.css-1jmg0z7 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.css-x2h1kl {
    padding-right: 8px;
    padding-left: 8px;
}

.css-12hyy2 {
    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: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0px 8px;
}

.css-12hyy2 .button__loading-text {
    margin-left: 12px;
}

.css-12hyy2:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-12hyy2:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-12hyy2:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-12hyy2:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-12hyy2:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-12hyy2:hover {
    color: rgb(15, 56, 137);
}

.css-12hyy2:active {
    color: rgb(10, 37, 91);
}

.css-12hyy2:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-12hyy2:disabled:hover {
    background-color: transparent;
}

.css-12hyy2:disabled:active {
    background-color: transparent;
}

.css-12hyy2:disabled:focus {
    background-color: transparent;
}

.css-12hyy2 .button__icon {
    width: 16px;
    height: 16px;
}

.css-b2v1cf {
    column-gap: 8px;
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-b2v1cf {
        grid-template-columns: 24px min-content;
    }
}

@media (min-width: 576px) {
    .css-b2v1cf {
        grid-template-columns: 24px 1fr;
    }
}

.css-1h1yhk0 {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    column-gap: 8px;
}

@media (min-width: 0px) and (max-width: 576px) {
    .css-1h1yhk0 {
        grid-template-columns: 24px min-content;
    }
}

@media (min-width: 576px) {
    .css-1h1yhk0 {
        grid-template-columns: 24px 1fr;
    }
}

.css-1vmkvrm {
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-s9imwq {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 8px;
    flex-direction: row;
    width: 100%;
}

.css-fdajvm {
    font-weight: 900;
}

.css-18ggiw8 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
    font-weight: 900;
}

.css-1i2t113 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px;
    color: rgb(0, 51, 198);
}

@media (max-width: 991px) {
    .css-1i2t113 {
        font-size: 14px;
    }
}

.css-1l7dq7z {
    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;
    text-decoration: underline;
    font-family: Nunito, sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0px 8px;
    font-size: 16px;
    color: rgb(0, 51, 198);
}

.css-1l7dq7z .button__loading-text {
    margin-left: 12px;
}

.css-1l7dq7z:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1l7dq7z:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1l7dq7z:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1l7dq7z:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1l7dq7z:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1l7dq7z:hover {
    color: rgb(15, 56, 137);
}

.css-1l7dq7z:active {
    color: rgb(10, 37, 91);
}

.css-1l7dq7z:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-1l7dq7z:disabled:hover {
    background-color: transparent;
}

.css-1l7dq7z:disabled:active {
    background-color: transparent;
}

.css-1l7dq7z:disabled:focus {
    background-color: transparent;
}

.css-1l7dq7z .button__icon {
    width: 16px;
    height: 16px;
}

@media (max-width: 991px) {
    .css-1l7dq7z {
        font-size: 14px;
    }
}

.css-1oh11bg {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%;
}

.css-1y77c0u {
    background-color: rgb(246, 249, 254);
    border-color: rgb(163, 190, 245);
}

.css-9k2d3g {
    background-color: rgb(246, 249, 254);
    border-color: rgb(163, 190, 245);
}

.css-xaa8un {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: block;
    width: 100%;
    padding: 24px;
    background-color: rgb(246, 249, 254);
    border-color: rgb(163, 190, 245);
}

.css-17jmuiu {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.css-18ux9ka {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row;
    width: 100%;
}

.css-u58nal {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
}

.css-1ey4w29 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    padding-top: 8px;
    padding-bottom: 8px;
}

.css-swt2jw {
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
}

.css-11dbux2 {
    background-color: rgb(252, 242, 232);
}

.css-5wpv1w {
    background-color: rgb(252, 242, 232);
}

.css-us42rw {
    border-radius: 99999px;
    display: block;
    padding: 4px 8px;
    background-color: rgb(252, 242, 232);
}

.css-gxf7pb {
    color: rgb(110, 61, 12);
}

.css-sbib5v {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: rgb(110, 61, 12);
}

.css-taoji4 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 8px;
}

.css-v47c9w {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.css-y37ail {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    margin-top: 4px;
}

.css-ciuoib {
    padding: 12px 8px;
    height: initial;
}

.css-v5004p {
    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: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 12px 8px;
    height: initial;
}

.css-v5004p .button__loading-text {
    margin-left: 12px;
}

.css-v5004p:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-v5004p:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-v5004p:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-v5004p:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-v5004p:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-v5004p:hover {
    color: rgb(15, 56, 137);
}

.css-v5004p:active {
    color: rgb(10, 37, 91);
}

.css-v5004p:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-v5004p:disabled:hover {
    background-color: transparent;
}

.css-v5004p:disabled:active {
    background-color: transparent;
}

.css-v5004p:disabled:focus {
    background-color: transparent;
}

.css-v5004p .button__icon {
    width: 16px;
    height: 16px;
}

.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-1br9wgr {
    padding: 12px 8px;
    height: initial;
    color: rgb(206, 23, 53);
}

.css-1qwhyy8 {
    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;
    text-decoration: underline;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 12px 8px;
    height: initial;
    color: rgb(206, 23, 53);
}

.css-1qwhyy8 .button__loading-text {
    margin-left: 12px;
}

.css-1qwhyy8:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1qwhyy8:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1qwhyy8:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1qwhyy8:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1qwhyy8:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1qwhyy8:hover {
    color: rgb(15, 56, 137);
}

.css-1qwhyy8:active {
    color: rgb(10, 37, 91);
}

.css-1qwhyy8:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-1qwhyy8:disabled:hover {
    background-color: transparent;
}

.css-1qwhyy8:disabled:active {
    background-color: transparent;
}

.css-1qwhyy8:disabled:focus {
    background-color: transparent;
}

.css-1qwhyy8 .button__icon {
    width: 16px;
    height: 16px;
}

.css-1sz7lt7 {
    border-color: rgb(163, 190, 245);
}

.css-mxmpij {
    background-color: rgb(246, 249, 254);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: block;
    width: 100%;
    padding: 24px;
    border-color: rgb(163, 190, 245);
}

.css-1qd2v8k {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.css-hp7c8p {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex-direction: row;
    padding-top: 8px;
    padding-bottom: 8px;
}

.css-1392ccz {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgb(0, 51, 198);
    margin-top: 16px;
}

.css-17f6idr {
    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: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 48px;
    padding: 0px 8px;
    margin-top: 16px;
}

.css-17f6idr .button__loading-text {
    margin-left: 12px;
}

.css-17f6idr:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-17f6idr:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-17f6idr:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-17f6idr:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-17f6idr:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-17f6idr:hover {
    color: rgb(15, 56, 137);
}

.css-17f6idr:active {
    color: rgb(10, 37, 91);
}

.css-17f6idr:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-17f6idr:disabled:hover {
    background-color: transparent;
}

.css-17f6idr:disabled:active {
    background-color: transparent;
}

.css-17f6idr:disabled:focus {
    background-color: transparent;
}

.css-17f6idr .button__icon {
    width: 16px;
    height: 16px;
}

.css-1w91fhw {
    font-family: Nunito, sans-serif;
    line-height: 150%;
    color: rgb(0, 51, 198);
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1w91fhw {
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}

@media (min-width: 992px) {
    .css-1w91fhw {
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}

.css-1ut0835 {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    margin-top: 4px;
}

.css-10bqcmz {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: rgb(89, 89, 89);
}

.css-845s6d {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: rgb(0, 51, 198);
}

.css-1l24cam {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: rgb(42, 111, 42);
}

.logo_svg__a {
    fill: rgb(231, 26, 59);
}

.logo_svg__b {
    fill: rgb(0, 51, 198);
}


@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0px);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0px);
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center;
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

svg {
    display: block;
    fill: currentcolor;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.djdYTq {
    cursor: pointer;
    outline: 0px;
    border: 0px;
    display: inline-block;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 135, 50);
    user-select: none;
    margin-top: 22px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-weight: 800;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5em;
}

.djdYTq:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 31, 96);
    border-color: rgb(255, 255, 255);
}

.djdYTq:active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 12, 64);
    border-color: rgb(255, 255, 255);
}

.djdYTq:disabled {
    cursor: not-allowed;
    color: rgb(255, 255, 255);
    background-color: rgb(249, 252, 255);
    border-color: rgb(255, 255, 255);
}

.djdYTq:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.djdYTq:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(28, 126, 46);
    border-color: rgb(255, 255, 255);
}

.djdYTq:active {
    color: rgb(255, 255, 255);
    background-color: rgb(16, 72, 26);
    border-color: rgb(255, 255, 255);
}

.djdYTq:disabled {
    cursor: not-allowed;
    color: rgb(255, 255, 255);
    background-color: rgb(233, 247, 236);
    border-color: rgb(255, 255, 255);
}

.djdYTq:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.djdYTq:disabled {
    background-color: rgb(190, 232, 198);
    color: rgb(233, 247, 236);
}

.bqHrRj {
    color: rgb(42, 42, 42);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.fyMAZx {
    color: rgb(0, 51, 198);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cjYxgT {
    color: rgb(42, 42, 42);
    width: 14px;
    height: 14px;
    display: inline-block;
}

.dghGOM {
    color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.huVXEy {
    color: inherit;
    width: 16px;
    height: 16px;
    display: inline-block;
}

html,
body,
div#root {
    min-height: 100vh;
    width: 100%;
}

body {
    background: rgb(255, 255, 255);
    color: rgb(87, 87, 87);
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

div#root {
    width: 100%;
    margin: 0px auto;
}

#__next-route-announcer__ {
    display: none;
}

.fHbNCT {
    flex-direction: column-reverse;
    bottom: 0px;
    position: fixed;
    top: initial;
    z-index: 1500;
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        bottom: 0px;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        bottom: initial;
    }
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        flex-direction: column;
    }
}

@media screen and (min-width: 64em) {
    .fHbNCT {
        flex-direction: column;
    }
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        top: initial;
        bottom: 0px;
        position: fixed;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        top: 0px;
        bottom: initial;
        position: absolute;
    }
}

@media screen and (min-width: 64em) {
    .fHbNCT {
        position: absolute;
    }
}

@media screen and (min-width: 40em) {
    .fHbNCT {
        top: initial;
    }
}

@media screen and (min-width: 52em) {
    .fHbNCT {
        top: 0px;
    }
}

.jERbpc {
    width: 100%;
}

.fdVeZv {
    background-color: rgb(204, 204, 204);
}

.eAgtVC {
    background-color: rgb(204, 204, 204);
    margin-top: 8px;
}

.cuLlWC {
    position: initial;
    top: initial;
}

@media screen and (min-width: 52em) {
    .cuLlWC {
        top: 32px;
        position: sticky;
    }
}

@media screen and (min-width: 52em) {
    .cuLlWC {
        top: 32px;
    }
}

.hjKhBR {
    border-bottom: 1px solid rgb(204, 204, 204);
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media screen and (min-width: 64em) {
    .hjKhBR {
        max-width: 428px;
    }
}

.infqZi {
    flex: 1 1 0%;
    flex-direction: column;
    margin-left: 16px;
}

.gZvraB {
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
    margin-top: 8px;
}

.cmdaRK {
    max-width: 266px;
}

@media screen and (min-width: 40em) {
    .cmdaRK {
        max-width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .cmdaRK {
        max-width: 300px;
    }
}

.dPmPTq {
    margin-top: 8px;
}

.YJpQJ {
    margin-top: 16px;
}

.dmwkvY {
    flex-direction: column;
    width: 100%;
}

.gIVymz {
    padding-top: 8px;
    padding-bottom: 8px;
}

.eyJEID {
    flex-direction: column;
}

.gbuJdi {
    padding-top: 16px;
}

.jBsZeT {
    z-index: 1400;
}

.cidvxK {
    border-radius: 4px 4px 0px 0px;
    flex-direction: column;
    max-height: 80%;
    max-width: unset;
    bottom: 0px;
    position: fixed;
    width: 100%;
}

@media screen and (min-width: 64em) {
    .cidvxK {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        bottom: unset;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        max-height: 500px;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        max-width: 610px;
    }
}

@media screen and (min-width: 64em) {
    .cidvxK {
        position: static;
        bottom: unset;
    }
}

.fyCeaH {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

.cPiBNL {
    flex-direction: column;
}

@media screen and (min-width: 52em) {
    .cPiBNL {
        flex-direction: row;
    }
}

.cUaiGU {
    background-color: rgb(204, 204, 204);
    flex: 1 1 0%;
}

@media screen and (min-width: 52em) {
    .cUaiGU {
        flex: initial;
    }
}

.bVlGLe {
    background-color: rgb(204, 204, 204);
    margin-left: 8px;
}

.gihjin {
    margin-top: 8px;
}

@media screen and (min-width: 52em) {
    .gihjin {
        margin-top: 0px;
    }
}

.kPdXjd {
    display: flex;
}

.kIjEqr {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (min-width: 40em) {
    .kIjEqr {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 52em) {
    .kIjEqr {
        flex-direction: column;
    }
}

@media screen and (min-width: 64em) {
    .kIjEqr {
        flex-direction: column;
    }
}

.gMniau {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.dHEvzr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0%;
}

.khvGUs {
    display: flex;
    max-width: 266px;
}

@media screen and (min-width: 40em) {
    .khvGUs {
        max-width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .khvGUs {
        max-width: 300px;
    }
}

.eDgFHh {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.hqpbzy {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hpvSNX {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cPXkal {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.frhHIh {
    display: flex;
    flex-direction: column;
    max-height: 80%;
    max-width: unset;
    width: 100%;
}

@media screen and (min-width: 64em) {
    .frhHIh {
        max-width: 610px;
        max-height: 500px;
    }
}

.kOjKGV {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fKXTAt {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 52em) {
    .fKXTAt {
        flex-direction: row;
    }
}

.geofiO {
    display: flex;
    align-self: flex-start;
}

@media screen and (min-width: 52em) {
    .geofiO {
        align-self: flex-end;
    }
}

.jSRiOx {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}

.jSRiOx::before {
    content: " ";
    position: absolute;
    inset: 0px 0px 0px 50%;
    width: 500%;
    margin-left: -250%;
    animation: 0.8s linear 0s infinite normal none running animation-placeholder;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

@-webkit-keyframes animation-placeholder {
    0% {
        transform: translate3d(-30%, 0px, 0px);
    }

    100% {
        transform: translate3d(30%, 0px, 0px);
    }
}

@keyframes animation-placeholder {
    0% {
        transform: translate3d(-30%, 0px, 0px);
    }

    100% {
        transform: translate3d(30%, 0px, 0px);
    }
}

.cTjmGH {
    border-radius: 4px;
}

.gHXuKW {
    display: flex;
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    z-index: 2;
    color: rgb(87, 87, 87);
    font-size: 12px;
}

.kNBTHp {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    width: inherit;
}

.fGrpAc {
    display: flex;
    position: relative;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.gnUzaM {
    font-size: 14px;
    font-weight: 400;
    color: rgb(212, 216, 222);
}

.gKFEhF {
    font-size: 14px;
    font-weight: 400;
    color: rgb(87, 87, 87);
}

.fKrikd {
    padding: 12px 32px 12px 12px;
    color: rgb(87, 87, 87);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    transition: border-color 100ms ease-in-out;
    overflow: hidden;
    line-height: 1.2;
    height: 44px;
    cursor: pointer;
    appearance: none;
    width: inherit;
}

.fKrikd::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

.fKrikd::placeholder {
    color: rgb(204, 204, 204);
}

.fKrikd:-webkit-autofill,
.fKrikd:-webkit-autofill:hover,
.fKrikd:-webkit-autofill:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1000px inset;
    -webkit-text-fill-color: rgb(87, 87, 87);
    color: rgb(87, 87, 87);
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    transition: border-color 100ms ease-in-out;
    overflow: hidden;
    line-height: 1.2;
    height: 44px;
}

.fKrikd:hover {
    border-color: rgb(0, 31, 96);
}

.fKrikd:focus {
    border-color: rgb(0, 51, 198);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.fKrikd:disabled {
    background-color: rgb(245, 245, 245);
    border-color: rgb(204, 204, 204);
    opacity: 1;
    cursor: not-allowed;
}

.fKrikd::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

.fKrikd::placeholder {
    color: rgb(204, 204, 204);
}

.kkcxXh {
    flex-direction: column;
    width: 100%;
}

.iamhZE {
    height: 15px;
    width: 180px;
}

.jgoQWj {
    height: 40px;
    width: 100%;
}

.jfTNgr {
    display: grid;
    grid-template-areas: "heading" "alert" "checkout" "summary";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
    max-width: 1094px;
    margin-left: 16px;
    margin-right: 16px;
}

@media screen and (min-width: 64em) {
    .jfTNgr {
        grid-template: "heading ." "alert alert" "checkout summary" / 2.95fr 2.05fr;
    }
}

.certnU {
    display: grid;
    margin-right: 0px;
}

@media screen and (min-width: 64em) {
    .certnU {
        grid-area: 2 / 1;
    }
}

@media screen and (min-width: 64em) {
    .certnU {
        margin-right: 32px;
    }
}

.kSsiJv {
    display: grid;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 32px;
}

@media screen and (min-width: 64em) {
    .kSsiJv {
        grid-area: 2 / 2;
    }
}

@media screen and (min-width: 40em) {
    .kSsiJv {
        margin-top: 32px;
    }
}

@media screen and (min-width: 64em) {
    .kSsiJv {
        margin-left: 32px;
        margin-top: 0px;
    }
}

.hYBYjr {
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
}

.hYBYjr> :not(:last-child) {
    margin-bottom: 32px;
}

.hYBYjr> :last-child {
    margin-bottom: 0px;
}

.ejavUf {
    grid-area: checkout;
}

.gvUjku {
    grid-area: summary;
}

.dlXfEj {
    align-self: start;
}

.bDJkHZ {
    list-style: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.aABkx {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-flow: wrap;
    justify-items: self-start;
}

.aABkx:first-child {
    padding-top: 0px;
}

.aABkx:last-child {
    padding-bottom: 0px;
    border: 0px;
}

.laswWx {
    flex-direction: row;
    -webkit-box-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.dQVypi {
    position: relative;
}

.blSbLj {
    color: rgb(87, 87, 87);
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fpnIHr {
    padding: 4px;
    align-self: baseline;
}

.HdcHS {
    text-align: right;
    white-space: nowrap;
}

.ctMeik {
    color: rgb(87, 87, 87);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-style: pretty;
}

.jYedDn select {
    color: rgb(0, 51, 198);
}

.bbddXY {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: 22px;
    padding-bottom: 22px;
}

.bbddXY:first-child {
    padding-top: 0px;
}

.bbddXY:last-child {
    padding-bottom: 0px;
    border: 0px;
}

.hbUyVl {
    margin-top: 22px;
}

.dFEoWn {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ietvtm:first-child,
.ietvtm:last-child {
    border-top: 1px solid rgb(204, 204, 204);
}

.ietvtm:last-child {
    padding-bottom: 0px;
}

.cTzJza {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.jObmux {
    align-items: flex-start;
}

.jRHdzZ {
    margin-top: 16px;
}

@media screen and (min-width: 64em) {
    .jRHdzZ {
        margin-top: 22px;
    }
}

.bwdoab {
    line-height: 24px;
    width: 100%;
}

.fLKVTr {
    width: 100%;
}

.dQcEha {
    background: none;
    position: relative;
    flex-direction: column;
    flex: 1 1 0%;
}

@media (min-width: 52em) {
    .dQcEha>div:first-child {
        position: absolute;
    }
}

.jGrqnj {
    background: none;
    position: relative;
    flex-direction: column;
    flex: 1 1 0%;
}

@media (min-width: 52em) {
    .jGrqnj>div:first-child {
        position: fixed;
    }
}

.cYPlHP {
    position: relative;
    width: 100%;
    flex-direction: column;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}

.jOrzvb {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hyABFU {
    display: flex;
    position: relative;
    height: auto;
    flex: 1 1 0%;
}

.bMbNSs {
    color: rgb(87, 87, 87);
    font-size: 16px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.hLzDBH {
    color: rgb(0, 51, 198);
    font-size: 12px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.kUTpZD {
    color: rgb(0, 51, 198);
    font-size: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.jUxrnO {
    color: rgb(0, 51, 198);
    font-weight: 800;
    line-height: 1.5;
    font-size: 14px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.gYfUIw {
    color: rgb(87, 87, 87);
    font-weight: 800;
    font-size: 16px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.gcAbzw {
    color: rgb(87, 87, 87);
    font-size: 14px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .gcAbzw {
        font-size: 16px;
    }
}

.dIedgJ {
    color: rgb(0, 51, 198);
    font-size: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .dIedgJ {
        font-size: 21px;
    }
}

.flAeon {
    color: rgb(0, 51, 198);
    font-size: 16px;
    font-weight: 400;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.fFbRhr {
    color: rgb(87, 87, 87);
    width: 100%;
    padding-top: 16px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 40em) {
    .fFbRhr {
        font-size: 16px;
    }
}

.hDenvQ {
    color: rgb(87, 87, 87);
    font-size: 16px;
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.cHygPM {
    color: rgb(87, 87, 87);
    font-weight: 800;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.yGTiu {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.crACCY {
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px -3px 6px);
    overflow: hidden;
    transition-property: transform, opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 64em) {
    .crACCY {
        transform: translateY(100%);
    }
}

@media (max-height: 550px) {
    .crACCY {
        max-height: 80%;
        min-height: unset;
    }
}

.hApOXc {
    position: fixed;
    inset: 0px;
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity, visibility;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.kjwLwp {
    color: rgb(0, 51, 198);
    padding: 16px;
    margin: -16px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    font-family: Nunito, Helvetica, Arial, sans-serif;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    text-decoration: underline;
}

.kjwLwp:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.kjwLwp:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.kjwLwp:hover {
    color: rgb(0, 31, 96);
}

.hptWOb {
    -webkit-tap-highlight-color: transparent;
}

.iyGLng {
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 40px;
}

.fxLnlV {
    height: 20px;
    width: 93px;
}

.gUfEnb {
    width: 100%;
}

.cCCuYe {
    flex: 1 1 0%;
    height: 40px;
    width: 230px;
}

@media screen and (min-width: 52em) {
    .cCCuYe {
        flex: initial;
    }
}

.jKMDcj {
    height: 40px;
    width: 50px;
}

.rXydl {
    height: 15px;
    width: 25px;
}

.kMXgVn {
    width: 100%;
    border-right: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-image: initial;
    border-top: none rgb(204, 204, 204);
    border-bottom: none rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    max-height: 0px;
    position: absolute;
    z-index: 1;
    overflow: auto;
    cursor: pointer;
    transition: max-height 0.3s;
}

.kMXgVn::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.kMXgVn::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.kMXgVn::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.kMXgVn::-webkit-scrollbar-thumb:hover {
    background: rgb(186, 186, 186);
}

.kMXgVn::-webkit-scrollbar-thumb:active {
    background: rgb(204, 204, 204);
}

.kMXgVn::-webkit-scrollbar-track {
    background: rgb(245, 245, 245);
    border: 0px none rgb(255, 255, 255);
    border-radius: 60px;
}

.kMXgVn::-webkit-scrollbar-track:hover {
    background: rgb(237, 237, 237);
}

.kMXgVn::-webkit-scrollbar-track:active {
    background: rgb(237, 237, 237);
}

.kMXgVn::-webkit-scrollbar-corner {
    background: transparent;
}

.egJOTT {
    text-overflow: ellipsis;
    overflow: hidden;
}

.kfDzTG {
    position: relative;
}

.iQxkFz {
    margin-bottom: 8px;
}

.eEbwss {
    position: relative;
    cursor: pointer;
}

.eEbwss:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(87, 87, 87) 0px 0px 0px 4px;
}

.dqKLli .sc-363028ee-1 {
    padding: 0px;
}

.bpymWq {
    padding: 16px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background-color 100ms ease-in-out, border-color;
}

.sc-85e572ae-0+.sc-85e572ae-0 {
    margin-top: 16px;
}

html {
    line-height: 1.5;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    touch-action: manipulation;
}

body {
    position: relative;
    min-height: 100%;
    font-feature-settings: "kern";
}

*,
::before,
::after {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
}

main {
    display: block;
}

hr {
    border-top-width: 1px;
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

abbr[title] {
    border-bottom: none;
    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: 0px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    appearance: none !important;
}

input[type="number"] {}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none !important;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    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: 0px;
}

button {
    background: transparent;
    padding: 0px;
}

fieldset {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
}

textarea {
    resize: vertical;
}

button,
[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0px;
    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;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");

body {
    background-color: rgb(252, 252, 252);
    font-family: Nunito, sans-serif;
}

html {
    line-height: 1.5;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    touch-action: manipulation;
}

body {
    position: relative;
    min-height: 100%;
    font-feature-settings: "kern";
}

*,
::before,
::after {
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
}

main {
    display: block;
}

hr {
    border-top-width: 1px;
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

abbr[title] {
    border-bottom: none;
    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: 0px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    appearance: none !important;
}

input[type="number"] {}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none !important;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    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: 0px;
}

button {
    background: transparent;
    padding: 0px;
}

fieldset {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    margin: 0px;
    padding: 0px;
}

textarea {
    resize: vertical;
}

button,
[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0px;
    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;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");

body {}

.css-1fii1ca {
    display: block;
    width: 100%;
}

.css-tv497f {
    display: block;
}

.css-1rqi4k7 {
    position: absolute;
    top: -1000px;
    transition: top 300ms;
    padding: 8px 24px 12px;
    background: rgb(51, 51, 51);
    color: rgb(252, 252, 252);
    font-weight: 700;
    font-size: 16px;
    border-style: solid;
    border-color: rgb(252, 252, 252);
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-bottom-right-radius: 24px;
    text-underline-offset: 4px;
    z-index: 1800;
    text-decoration: underline;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.css-1rqi4k7:focus-visible {
    top: 0px;
}

.css-1rqi4k7:active {
    top: 0px;
}

.css-1rqi4k7:focus {
    top: 0px;
}

.css-1q0dsws {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.css-1medjgc {
    border-bottom-width: 8px;
    border-bottom-color: rgb(0, 51, 198);
}

@media (min-width: 992px) {
    .css-1medjgc {
        border-bottom-width: 16px;
    }
}

.css-1vnux9f {
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(0, 51, 198);
    border-width: 0px 0px 8px;
    width: 100%;
    border-style: solid;
}

@media (min-width: 992px) {
    .css-1vnux9f {
        border-bottom-width: 16px;
    }
}

.css-m9qajz {
    border-bottom-width: 4px;
    border-bottom-color: rgb(231, 26, 59);
}

.css-hcch4d {
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(231, 26, 59);
    border-width: 0px 0px 4px;
    width: 100%;
    border-style: solid;
}

.css-ecsyby {
    background-color: rgb(237, 242, 253);
    border-style: unset;
    border-bottom-width: unset;
    border-bottom-color: unset;
}

@media (min-width: 992px) {
    .css-ecsyby {
        border-bottom-width: unset;
    }
}

.css-otgg1p {
    background-color: rgb(237, 242, 253);
    border-style: unset;
    border-bottom-width: unset;
    border-bottom-color: unset;
}

@media (min-width: 992px) {
    .css-otgg1p {
        border-bottom-width: unset;
    }
}

.css-1hoizhx {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background-color: rgb(237, 242, 253);
    border-style: unset;
    border-bottom-width: unset;
    border-bottom-color: unset;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1hoizhx {
        height: 48px;
    }
}

@media (min-width: 992px) {
    .css-1hoizhx {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .css-1hoizhx {
        border-bottom-width: unset;
    }
}

.css-1vawxu0 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.css-1uwqje0 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 1094px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1uwqje0 {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-1uwqje0 {
        margin-left: 24px;
        margin-right: 24px;
    }
}

.css-1cyi1zd {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.css-1dpbac7 figure>svg {
    display: initial;
}

.css-rhzify {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-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: rgb(0, 51, 198);
    text-decoration: underline;
}

.css-rhzify:hover {
    color: rgb(15, 56, 137);
}

.css-rhzify:active {
    color: rgb(10, 37, 91);
}

.css-rhzify:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-rhzify svg {
    display: none;
}

.css-rhzify figure>svg {
    display: initial;
}

.css-1vexhic {
    display: block;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1vexhic {
        width: 142px;
    }
}

@media (min-width: 992px) {
    .css-1vexhic {
        width: 197px;
    }
}

.css-ly3u08 {
    gap: 32px;
    margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-ly3u08 {
        display: flex;
    }
}

@media (min-width: 992px) {
    .css-ly3u08 {
        display: flex;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-wplxl5 {
        display: none;
    }
}

@media (min-width: 992px) {
    .css-wplxl5 {
        display: flex;
    }
}

.css-oorbhh {
    color: rgb(0, 51, 198);
    font-size: 12px;
}

.css-oorbhh:active,
.css-oorbhh:focus,
.css-oorbhh:focus-visible,
.css-oorbhh:hover {
    color: rgb(0, 51, 198);
}

.css-16l4i3n {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-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;
    text-decoration: underline;
    color: rgb(0, 51, 198);
    font-size: 12px;
}

.css-16l4i3n:hover {
    color: rgb(15, 56, 137);
}

.css-16l4i3n:active {
    color: rgb(10, 37, 91);
}

.css-16l4i3n:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-16l4i3n svg {
    display: none;
}

.css-16l4i3n:active,
.css-16l4i3n:focus,
.css-16l4i3n:focus-visible,
.css-16l4i3n:hover {
    color: rgb(0, 51, 198);
}

.css-1aub19v svg {
    display: initial !important;
    color: rgb(0, 51, 198);
}

.css-1aub19v:hover svg,
.css-1aub19v:active svg,
.css-1aub19v:focus svg,
.css-1aub19v:focus-visible svg {
    color: rgb(0, 51, 198);
}

.css-1c41x2f svg {
    display: initial !important;
    color: rgb(0, 51, 198);
}

.css-1c41x2f:hover svg,
.css-1c41x2f:active svg,
.css-1c41x2f:focus svg,
.css-1c41x2f:focus-visible svg {
    color: rgb(0, 51, 198);
}

.css-1nwp03d {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.css-1nwp03d svg {
    display: initial !important;
    color: rgb(0, 51, 198);
}

.css-1nwp03d:hover svg,
.css-1nwp03d:active svg,
.css-1nwp03d:focus svg,
.css-1nwp03d:focus-visible svg {
    color: rgb(0, 51, 198);
}

.css-1e5kdff {
    display: flex;
}

.css-md5r4o {
    color: rgb(0, 51, 198);
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    font-size: 12px;
}

.css-md5r4o:active,
.css-md5r4o:focus,
.css-md5r4o:focus-visible,
.css-md5r4o:hover {
    color: rgb(0, 51, 198);
}

.css-13f248x {
    border: 0px transparent;
    text-underline-offset: 4px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    text-decoration: underline;
    font-family: Nunito, sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 40px;
    padding: 0px;
    color: rgb(0, 51, 198);
    border-radius: 0px;
    font-size: 12px;
}

.css-13f248x .button__loading-text {
    margin-left: 12px;
}

.css-13f248x:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-13f248x:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-13f248x:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-13f248x:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-13f248x:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-13f248x:hover {
    color: rgb(15, 56, 137);
}

.css-13f248x:active {
    color: rgb(10, 37, 91);
}

.css-13f248x:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-13f248x:disabled:hover {
    background-color: transparent;
}

.css-13f248x:disabled:active {
    background-color: transparent;
}

.css-13f248x:disabled:focus {
    background-color: transparent;
}

.css-13f248x .button__icon {
    width: 14px;
    height: 14px;
}

.css-13f248x:active,
.css-13f248x:focus,
.css-13f248x:focus-visible,
.css-13f248x:hover {
    color: rgb(0, 51, 198);
}

.css-m4gnr4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.css-decv3u {
    width: 16px;
    min-width: 16px;
}

@media (max-width: 991px) {
    .css-decv3u {
        width: 24px;
        min-width: 24px;
    }
}

.css-97abp7 {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .css-97abp7 {
        display: none;
    }
}

.css-1mxk3f2 {
    color: rgb(0, 51, 198);
}

.css-ibaog0 {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(0, 51, 198);
}

.css-11n6avn {
    grid-area: heading;
}

.css-s5zlpl {
    grid-area: heading;
}

.css-1x43wzm {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-area: heading;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1x43wzm {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .css-1x43wzm {
        margin-top: 32px;
    }
}

.css-h6eka2 {
    font-family: Nunito, sans-serif;
    line-height: 150%;
    color: rgb(0, 51, 198);
    margin-bottom: 24px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-h6eka2 {
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}

@media (min-width: 768px) {
    .css-h6eka2 {
        font-family: Nunito, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}

.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-274469 {
    width: 50px;
    height: 50px;
    mix-blend-mode: multiply;
}

.css-1ckcicw {
    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: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    height: 24px;
    padding: 0px 8px;
}

.css-1ckcicw .button__loading-text {
    margin-left: 12px;
}

.css-1ckcicw:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1ckcicw:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1ckcicw:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1ckcicw:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1ckcicw:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1ckcicw:hover {
    color: rgb(15, 56, 137);
}

.css-1ckcicw:active {
    color: rgb(10, 37, 91);
}

.css-1ckcicw:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-1ckcicw:disabled:hover {
    background-color: transparent;
}

.css-1ckcicw:disabled:active {
    background-color: transparent;
}

.css-1ckcicw:disabled:focus {
    background-color: transparent;
}

.css-1ckcicw .button__icon {
    width: 12px;
    height: 12px;
}

.css-ewa9lv {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.css-t649ts {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.css-166w3ki {
    display: block;
    width: 95px;
}

.css-1vawxu0 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.css-1uwqje0 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 1094px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-1uwqje0 {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width: 992px) {
    .css-1uwqje0 {
        margin-left: 24px;
        margin-right: 24px;
    }
}

.css-1ta1a1 {
    border-color: rgb(204, 204, 204);
    border-width: 0px 0px 1px;
    width: 100%;
    border-style: solid;
    margin-top: 48px;
}

.css-ued858 {
    display: block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 64px;
}

.css-w00cnv {
    white-space: pre-line;
}

.css-gmsmbd {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: rgb(89, 89, 89);
    white-space: pre-line;
}

.css-e93g67 {
    gap: 0px;
    margin-top: 24px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-e93g67 {
        display: flex;
    }
}

@media (min-width: 992px) {
    .css-e93g67 {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-2z1ucr {
        display: flex;
    }
}

@media (min-width: 992px) {
    .css-2z1ucr {
        display: flex;
    }
}

.css-m4gnr4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.css-1smue61 {
    color: rgb(255, 255, 255);
}

.css-161caho {
    font-family: Nunito, sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.css-1fii1ca {
    display: block;
    width: 100%;
}

.css-tv497f {
    display: block;
}

.css-1rqi4k7 {
    position: absolute;
    top: -1000px;
    transition: top 300ms;
    padding: 8px 24px 12px;
    background: rgb(51, 51, 51);
    color: rgb(252, 252, 252);
    font-weight: 700;
    font-size: 16px;
    border-style: solid;
    border-color: rgb(252, 252, 252);
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-bottom-right-radius: 24px;
    text-underline-offset: 4px;
    z-index: 1800;
    text-decoration: underline;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.css-1rqi4k7:focus-visible {
    top: 0px;
}

.css-1rqi4k7:active {
    top: 0px;
}

.css-1rqi4k7:focus {
    top: 0px;
}

.css-aiw7nf {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.css-nhcwjc {
    border-color: rgb(163, 190, 245);
}

.css-16fu1wl {
    border-color: rgb(163, 190, 245);
}

.css-6u6nbf {
    background-color: rgb(246, 249, 254);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-color: rgb(163, 190, 245);
}

.css-rv6ldf {
    display: flex;
    -webkit-box-align: initial;
    align-items: initial;
    gap: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-rv6ldf {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .css-rv6ldf {
        flex-direction: row;
    }
}

.css-uu2vfk {
    background: rgb(252, 252, 252);
}

.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-1uflmhd {
    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;
    background: rgb(252, 252, 252);
}

.css-1uflmhd:focus-within {
    border-color: rgb(0, 51, 198);
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px;
}

.css-1uflmhd:focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1uflmhd:has([aria-invalid="true"]) {
    border-color: rgb(236, 90, 114);
}

.css-1uflmhd:has([aria-invalid="true"]):focus-within {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px;
}

.css-1uflmhd:has([aria-invalid="true"]):focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1uflmhd:has([aria-readonly="true"]) {
    background-color: rgb(230, 230, 230);
    color: rgb(89, 89, 89);
}

.css-1uflmhd:has([aria-readonly="true"]) svg {
    color: rgb(89, 89, 89);
}

.css-1uflmhd:has(input:disabled) {
    background-color: rgb(230, 230, 230);
    cursor: not-allowed;
}

.css-1uflmhd:has(input:disabled) input {
    cursor: not-allowed;
}

.css-1uflmhd:has(input:disabled) svg {
    color: rgb(158, 158, 158);
}

.css-1uflmhd .input__input {
    width: 100%;
    height: 100%;
    padding: 12px 16px;

    outline: 0px;
}

.css-1uflmhd .input__input::-webkit-input-placeholder {
    color: rgb(158, 158, 158);
}

.css-1uflmhd .input__input::placeholder {
    color: rgb(158, 158, 158);
}

.css-1uflmhd .input__input[data-element-direction="left"] {
    padding-left: 8px;
}

.css-1uflmhd .input__input[data-element-direction="right"] {
    padding-right: 8px;
}

.css-1uflmhd .input__element-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-1uflmhd .input__element-wrapper svg {
    color: rgb(89, 89, 89);
    width: 20px;
    height: 20px;
}

.css-1uflmhd .input__element-wrapper[data-direction="left"] {
    order: 0;
    margin-left: 16px;
}

.css-1uflmhd .input__element-wrapper[data-direction="right"] {
    order: 1;
    margin-right: 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-2hx7gq {
    display: block;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-2hx7gq {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .css-2hx7gq {
        margin-top: 24px;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-2hx7gq {
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .css-2hx7gq {
        padding-top: 4px;
    }
}

.css-1qrbgcw {
    display: none;
    width: 100%;
}

@media (max-width: 767px) {
    .css-1qrbgcw {
        display: block;
    }
}

.css-13dln9v {
    padding-right: 0px;
    padding-left: 0px;
    height: initial;
}

.css-1958jie {
    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: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 0px;
    height: initial;
}

.css-1958jie .button__loading-text {
    margin-left: 12px;
}

.css-1958jie:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1958jie:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1958jie:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1958jie:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1958jie:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1958jie:hover {
    color: rgb(15, 56, 137);
}

.css-1958jie:active {
    color: rgb(10, 37, 91);
}

.css-1958jie:disabled {
    background-color: transparent;
    text-decoration: none;
}

.css-1958jie:disabled:hover {
    background-color: transparent;
}

.css-1958jie:disabled:active {
    background-color: transparent;
}

.css-1958jie:disabled:focus {
    background-color: transparent;
}

.css-1958jie .button__icon {
    width: 16px;
    height: 16px;
}

.css-rsn02v {
    grid-template-columns: 16px 1fr;
    column-gap: 8px;
}

.css-1vpgc4x {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    grid-template-columns: 16px 1fr;
    column-gap: 8px;
}

.css-1kf58gb {
    display: none;
    width: 100%;
}

@media (min-width: 768px) {
    .css-1kf58gb {
        display: block;
    }
}

.css-6xix1i {
    font-size: 16px;
}

.css-1cpavp4 {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-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: rgb(0, 51, 198);
    text-decoration: underline;
    font-size: 16px;
}

.css-1cpavp4:hover {
    color: rgb(15, 56, 137);
}

.css-1cpavp4:active {
    color: rgb(10, 37, 91);
}

.css-1cpavp4:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1cpavp4 svg {
    display: none;
}

.css-126ytzc {
    display: flex;
    gap: 24px;
    flex-direction: column;
    margin-top: 8px;
}

.css-1ftdssm {
    display: flex;
    gap: 16px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-1ftdssm {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .css-1ftdssm {
        flex-direction: row;
    }
}

.css-r4a2fn {
    display: flex;
    flex-direction: column;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-r4a2fn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .css-r4a2fn {
        width: 284px;
    }
}

.css-mnn8e7 {
    display: flex;
    -webkit-box-align: inherit;
    align-items: inherit;
    gap: 12px;
}

.css-1goe6wp {
    display: block;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-1goe6wp {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .css-1goe6wp {
        width: 120px;
    }
}

.css-z7s4me {
    min-width: 160px;
}

.css-oygd7y {
    min-width: 160px;
}

.css-2ndz1b {
    display: block;
    margin-top: 32px;
    min-width: 160px;
}

.css-1qxtz39 {
    font-size: 12px;
}

.css-qexk9 {
    user-select: none;
    cursor: pointer;
    color: rgb(89, 89, 89);
    font-family: Nunito, sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.css-qexk9:has(:focus-visible) {
    border-color: rgb(217, 217, 217);
    outline: none;
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-qexk9:has(:disabled) {
    cursor: not-allowed;
    color: rgb(89, 89, 89);
}

.css-h10vcn {
    min-width: 16px;
    height: 16px;
    background-color: rgb(242, 242, 242);
    border: 1px solid rgb(128, 128, 128);
    border-radius: 4px;
    appearance: none;
    outline: none;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-h10vcn::before {
    content: "";
    width: 5px;
    height: 10px;
    border-width: 0px 0.1rem 0.1rem 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgb(217, 217, 217);
    border-bottom-color: rgb(217, 217, 217);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    opacity: 0;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: -2px;
}

.css-h10vcn:hover {
    border-color: rgb(61, 61, 61);
}

.css-h10vcn:checked {
    border-color: rgb(0, 51, 198);
    background: rgb(0, 51, 198);
}

.css-h10vcn:checked:hover {
    background: rgb(15, 56, 137);
    border-color: rgb(15, 56, 137);
}

.css-h10vcn:checked::before {
    opacity: 1;
}

.css-h10vcn:disabled {
    border-color: rgb(89, 89, 89);
    background: rgb(204, 204, 204);
    cursor: not-allowed;
}

.css-h10vcn:disabled:checked::before {
    opacity: 1;
    border-color: rgb(89, 89, 89);
}

.css-h10vcn:disabled:checked:hover {
    border-color: rgb(89, 89, 89);
    background: rgb(204, 204, 204);
}

.css-h10vcn:disabled::after {
    opacity: 0;
}

.css-vaoptt {
    display: block;
}

@media (min-width: 0px) and (max-width: 992px) {
    .css-vaoptt {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .css-vaoptt {
        width: 284px;
    }
}

.css-xng997 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 768px) {
    .css-xng997 {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .css-xng997 {
        flex-direction: row;
    }
}

.css-1jcg2rl {
    display: flex;
    gap: 16px;
    width: 100%;
}

.css-1pkj08k {
    display: block;
}

@media (min-width: 0px) and (max-width: 1200px) {
    .css-1pkj08k {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .css-1pkj08k {
        width: 172px;
    }
}

.css-f5chsp {
    min-width: 96px;
}

.css-2qidye {
    min-width: 96px;
}

.css-1cn16c3 {
    display: block;
    width: 96px;
    min-width: 96px;
}

.css-sr6a8z {
    background-color: rgb(252, 252, 252);
}

.css-5iw7gz {
    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;
    background-color: rgb(252, 252, 252);
}

.css-5iw7gz:focus-within {
    border-color: rgb(0, 51, 198);
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px;
}

.css-5iw7gz:focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(0, 51, 198) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-5iw7gz:has([aria-invalid="true"]) {
    border-color: rgb(236, 90, 114);
}

.css-5iw7gz:has([aria-invalid="true"]):focus-within {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px;
}

.css-5iw7gz:has([aria-invalid="true"]):focus-within:has([data-focus-visible="true"]) {
    box-shadow: rgb(236, 90, 114) 0px 0px 0px 1px, white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-5iw7gz:has([aria-readonly="true"]) {
    pointer-events: none;
    touch-action: none;
    background-color: rgb(230, 230, 230);
    color: rgb(89, 89, 89);
}

.css-5iw7gz:has([aria-readonly="true"]) select {
    pointer-events: none;
    touch-action: none;
}

.css-5iw7gz:has([aria-readonly="true"]) svg {
    color: rgb(89, 89, 89);
}

.css-5iw7gz:has(select:disabled) {
    background-color: rgb(230, 230, 230);
    cursor: not-allowed;
}

.css-5iw7gz:has(select:disabled) select {
    cursor: not-allowed;
}

.css-5iw7gz:has(select:disabled) svg {
    color: rgb(158, 158, 158);
}

.css-5iw7gz .select__select {
    background-color: transparent;
    width: 100%;
    padding: 12px 32px 12px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0px;
}

.css-5iw7gz .select__select::-webkit-input-placeholder {
    color: rgb(158, 158, 158);
}

.css-5iw7gz .select__select::placeholder {
    color: rgb(158, 158, 158);
}

.css-5iw7gz select {
    height: 48px;
    appearance: none;
}

.css-5iw7gz select>* {
    background-color: rgb(252, 252, 252);
    color: rgb(89, 89, 89);
}

.css-5iw7gz select[aria-readonly="true"] option,
.css-5iw7gz select[aria-readonly="true"] optgroup {
    display: none;
}

.css-5iw7gz .select_arrow-wrapper {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 16px;
    pointer-events: none;
}

.css-5iw7gz .select_arrow-wrapper svg {
    color: rgb(89, 89, 89);
    width: 16px;
    height: 16px;
}

.css-12ardhg {
    user-select: none;
    cursor: pointer;
    color: rgb(89, 89, 89);
    font-family: Nunito, sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 16px;
    font-size: 12px;
}

.css-12ardhg:has(:focus-visible) {
    border-color: rgb(217, 217, 217);
    outline: none;
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-12ardhg:has(:disabled) {
    cursor: not-allowed;
    color: rgb(89, 89, 89);
}

.css-1bnuyqp {
    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;
    width: 100%;
    margin-top: 8px;
}

.css-1bnuyqp .button__loading-text {
    margin-left: 12px;
}

.css-1bnuyqp:focus-visible {
    box-shadow: white 0px 0px 0px 2px, rgb(0, 51, 198) 0px 0px 0px 4px;
}

.css-1bnuyqp:disabled {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
    border: 0px;
    cursor: not-allowed;
}

.css-1bnuyqp:disabled:hover {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1bnuyqp:disabled:active {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1bnuyqp:disabled:focus {
    background-color: rgb(204, 204, 204);
    color: rgb(128, 128, 128);
}

.css-1bnuyqp:hover {
    background-color: rgb(15, 56, 137);
}

.css-1bnuyqp:active {
    background-color: rgb(10, 37, 91);
}

.css-1bnuyqp .button__icon {
    width: 16px;
    height: 16px;
}

.logo_svg__a {
    fill: rgb(231, 26, 59);
}

.logo_svg__b {
    fill: rgb(0, 51, 198);
}


/* 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;
}