.ButtonOptions_button-options {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.ButtonOptions_button-options .button-option-circle {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 38px;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 38px
}

.ButtonOptions_button-options-light .button-option-circle {
    transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
    background-color: #116da78c
}

.u-visually-hidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.svg {
    display: inline-block
}

.ButtonOptions_button-options-light .button-option-circle .svg {
    fill: #fff;
    transition: fill .3s cubic-bezier(.455, .03, .515, .955)
}

.button-option-like:not([disabled]):focus,
.button-option-like:not([disabled]):hover {
    background-color: #116da7cc
}

.button-option-like:not([disabled]):focus .svg,
.button-option-like:not([disabled]):hover .svg {
    fill: #ffcf26
}

.svg svg {
    display: block
}

.Modal_modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.fade-enter-done {
    opacity: 1;
    pointer-events: auto
}

.Modal_modal_content {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 4px;
    position: relative;
    z-index: 1
}

.Modal_modal-day .Modal_modal_content {
    border-color: #62b5e5
}

.Modal_modal_inner {
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative
}

.Modal_modal-day .Modal_modal_inner {
    background-color: #fff
}

.ModalNotLoggedInSave_modal-not-logged-in .modal_inner {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 75px;
    z-index: 0
}

button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.Modal_modal_close {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    z-index: 10
}

.Modal_modal-day .Modal_modal_close {
    fill: #312b28
}

.ModalNotLoggedInSave_modal-not-logged-in .modal_close {
    position: absolute;
    right: 18px;
    top: 18px
}

.Modal_modal_close:hover .svg {
    -webkit-animation: Modal_rotate .7s forwards;
    animation: Modal_rotate .7s forwards
}

@-webkit-keyframes Modal_rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes Modal_rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(180deg)
    }
}

.ModalNotLoggedInSave_not-logged-in {
    margin: auto;
    max-width: 470px;
    position: relative;
    text-align: center
}

.Heading_heading {
    font-family: ExpoSans, Helvetica, sans-serif
}

.ModalNotLoggedInSave_not-logged-in .ModalNotLoggedInSave_not-logged-in_title {
    margin-bottom: 20px
}

.Heading_heading-h4 {
    font-size: 1.625rem;
    letter-spacing: -1.23px;
    line-height: 1.2307692308
}

.Heading_heading-day {
    color: #312b28
}

.Heading_heading-book {
    font-weight: 400
}

.Heading_heading,
.Text_text {
    font-family: ExpoSans, Helvetica, sans-serif
}

.Text_text-book,
.Text_text-light b {
    font-weight: 400
}

.Text_text-day {
    color: #0c2661
}

.Text_text-paragraph {
    opacity: .8
}

.Text_text-paragraph.Text_text-m {
    font-size: 1.4375rem;
    letter-spacing: .2px;
    line-height: 1.9333333333
}

.ModalNotLoggedInSave_not-logged-in .ModalNotLoggedInSave_not-logged-in_text {
    line-height: 1.7333333333;
    opacity: 1;
    position: relative
}

.ModalNotLoggedInSave_not-logged-in-day .ModalNotLoggedInSave_not-logged-in_text {
    color: #0c2661
}

.Divider_divider {
    align-items: center;
    display: flex;
    height: 9px;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.Divider_divider-day {
    color: #d2c7c1
}

.ModalNotLoggedInSave_not-logged-in .divider {
    margin-bottom: 40px;
    margin-top: 30px
}

@media (min-width: 33.8125em) {
    .ModalNotLoggedInSave_not-logged-in .divider {
        display: none
    }
}

.Divider_divider_bullet {
    border: 1px solid;
    border-radius: 50%;
    display: block;
    height: 5px;
    min-width: 5px;
    width: 5px
}

.Divider_divider_center {
    align-items: center;
    display: flex;
    height: 1px;
    justify-content: center;
    width: 100%
}

.Divider_divider_center-bullet {
    border: 1px solid;
    border-radius: 50%;
    display: block;
    height: 9px;
    width: 9px
}

.ModalNotLoggedInSave_not-logged-in_buttons {
    align-items: center;
    display: flex;
    flex-direction: column
}

.ButtonPill_button-pill-primary {
    align-items: center;
    border-radius: 26px;
    color: #312b28;
    display: inline-flex;
    font-size: .625rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 1.3;
    min-height: 48px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955), box-shadow .3s cubic-bezier(.455, .03, .515, .955)
}

.ModalNotLoggedInSave_not-logged-in_button-main {
    height: auto;
    width: 306px
}

@media (min-width: 33.8125em) {
    .ModalNotLoggedInSave_not-logged-in_buttons .button-pill-primary {
        margin-top: 30px
    }
}

.ModalNotLoggedInSave_not-logged-in_button-cancel {
    display: inline-flex;
    font-family: ExpoSans, Helvetica, sans-serif;
    font-size: .5625rem;
    font-weight: 600;
    letter-spacing: 1.75px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955)
}

.ModalNotLoggedInSave_not-logged-in-day .ModalNotLoggedInSave_not-logged-in_button-cancel,
.ModalNotLoggedInSave_not-logged-in-day .ModalNotLoggedInSave_not-logged-in_title {
    font-size: 2.5rem;
    color: #141921
}

.Modal_modal_space {
    flex-basis: 50px;
    flex-grow: 1;
    min-height: 50px
}

.Modal_modal_background {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.Modal_modal-day .Modal_modal_background {
    background-color: #0c266166
}

.ModalRegisterText_register-text {
    font-size: 1rem !important;
}