@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);

.loader {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(45, 60, 79, 0.7)
}

.loader #loader {
    top: 25%;
    height: 100%;
    position: absolute;
    width: 100%
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

.loader-wrapper {
    padding-top: 2%;
    padding-bottom: 4%;
    display: block;
    margin: 0 auto;
    max-width: 300px !important;
    width: 100%
}

.loader-wrapper .loader-Header {
    display: none
}

.loader-wrapper .loader-Footer {
    display: none
}

#box {
    width: 50px;
    height: 50px;
    background: #539b3b;
    animation: animate 0.5s linear infinite;
    border-radius: 3px;
    display: block;
    margin: 8% auto 0
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
    display: block;
    margin: 5% auto 1%
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1)
    }
}

.CheckedItems {
    bottom: 20px;
    margin: 0;
    font-weight: 200;
    font-family: sans-serif;
    z-index: 1000;
    font-weight: bold;
    color: #04344d
}

.CheckedItems li {
    display: flex
}

.CheckedItems li img {
    height: 25px;
    margin-right: 10px
}

#loader ul {
    list-style-type: none;
    padding-left: 0
}

#loader li {
    opacity: 0;
    padding: 0.2em 0;
    text-align: left;
    transition: opacity 0.25s ease-in;
    vertical-align: middle
}

#loader li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: 5px
}

#loader .completed {
    opacity: 1
}

@media screen and (max-width: 767px) {
    #loader #loader {
        padding-top: 10%
    }

    #loader #box {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width: 768px) {
    #loader header {
        text-align: center
    }
}

.answer {
    align-items: center;
    background: #e12526;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    margin: 0 auto 0.5rem auto;
    padding: 0.7rem;
    outline: none;
    text-align: center;
    text-decoration: none;
    width: 18rem
}

.answer i {
    margin-left: 0.2em
}

.answer .button-arrow {
    display: inline-block;
    vertical-align: middle
}

.answer .button-arrow img {
    max-width: 20px;
    width: 100%
}

@media only screen and (max-width: 500px) {
    .answer {
        width: 80%;
        padding: 0.5rem
    }
}

.answer .icon {
    padding-left: 0.2em;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.answer .icon svg {
    fill: #fff;
    display: block;
    margin: 0 auto;
    width: 1em;
    height: 1em
}

.answer:disabled {
    background: #ccc !important;
    border: none !important;
    cursor: not-allowed;
    pointer-events: none
}

.answer:disabled .icon {
    background: #dad7d7 !important
}

.answer label {
    cursor: pointer
}

.answer .icon-arrow {
    display: inline-block;
    width: 20px;
    margin-left: 2%
}

#app .next__destination .answer.button--ready {
    pointer-events: all;
    background-color: #e12526
}

.tcpa_reminder_dialog .red_arrow__container {
    display: inline-block
}

.tcpa_reminder_dialog .confirmed .red_arrow__container {
    display: none !important
}

.tcpa_reminder_dialog .modal_TCPA_confirmation {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187, 187, 187, 0.65)
}

.tcpa_reminder_dialog .modal_TCPA_container {
    font-family: "Lato", sans-serif !important;
    background: #fff;
    max-width: 500px;
    width: 100%;
    margin: 15% auto;
    border-radius: 8px;
    padding: 8px
}

.tcpa_reminder_dialog .modal_TCPA_container h1 {
    font-weight: 600
}

@media only screen and (max-width: 500px) {
    .tcpa_reminder_dialog .modal_TCPA_container h1 {
        font-size: 1.2em;
        font-weight: 800
    }
}

.tcpa_reminder_dialog .modal_TCPA_container .title {
    margin: 3px auto 5% auto;
    color: #83d2ff;
    width: 100%;
    font-size: 24px
}

.tcpa_reminder_dialog .modal_TCPA_container .title h1 {
    font-size: 1.5em
}

@media only screen and (max-width: 500px) {
    .tcpa_reminder_dialog .modal_TCPA_container .title h1 {
        font-size: 1.25em;
        line-height: 28px
    }
}

@media only screen and (max-width: 500px) {
    .tcpa_reminder_dialog .modal_TCPA_container .title {
        width: 90%;
        font-size: 1.2em;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 390px) {
    .tcpa_reminder_dialog .modal_TCPA_container .title {
        font-size: 1em
    }
}

.tcpa_reminder_dialog .modal_TCPA_container .reminder {
    margin: 0 0 5% 0;
    color: #a6a6a6;
    font-size: 1.2em
}

@media only screen and (max-width: 500px) {
    .tcpa_reminder_dialog .modal_TCPA_container .reminder {
        font-size: 0.9em
    }
}

@media only screen and (max-width: 390px) {
    .tcpa_reminder_dialog .modal_TCPA_container .reminder {
        font-size: 0.9em
    }
}

.tcpa_reminder_dialog .modal_TCPA_container .button_action {
    display: flex;
    justify-content: center;
    min-height: 50px;
    margin-bottom: 2rem
}

.tcpa_reminder_dialog .modal_TCPA_container .button_action a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    margin: 0 12px;
    border: 1px solid #a6a6a6;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 600
}

.tcpa_reminder_dialog .modal_TCPA_container .button_action a:first-child {
    border: 1px solid #42b53c
}

@media only screen and (max-width: 500px) {
    .tcpa_reminder_dialog .modal_TCPA_container .button_action a {
        height: 50px;
        max-width: 300px;
        margin-bottom: 15px
    }
}

.tcpa_reminder_dialog .modal_TCPA_container .button_action .confirm {
    background: #42b53c;
    color: #fff
}

.tcpa_reminder_dialog .modal_TCPA_container .button_action .disregard {
    color: #a6a6a6
}

@media only screen and (max-width: 500px) {
    .tcpa_reminder_dialog .modal_TCPA_container .button_action {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width: 500px) {
    .tcpa_reminder_dialog .modal_TCPA_container {
        width: 90%;
        top: 14%;
        position: relative
    }
}

.marketing-partners {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
    max-width: 400px;
    width: 90%;
    height: 95%;
    overflow: auto;
    position: relative;
    text-align: left;
    font-family: arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    padding: 1rem 1.5rem 1rem 1rem;
    color: #000
}

@media screen and (max-width: 768px) {
    .marketing-partners {
        height: 500px;
        overflow-y: scroll
    }
}

.marketing-partners__close {
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    border: 2px solid #000;
    background: #fff
}

.marketing-partners__heading {
    margin-bottom: 1rem
}

.marketing-partners__wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5)
}

.js-marketing-partners {
    color: inherit
}

.media {
    display: flex;
    align-items: flex-start
}

.media__fig {
    margin-right: 1rem
}

.media__bd {
    flex: 1
}

.imageSelect {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center
}

.imageSelect .image_select {
    min-width: 25px;
    background-color: #fff;
    max-width: 15rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 1.2rem 5px 1rem;
    width: 100%;
    margin: 8px;
    position: relative
}

.imageSelect .image_select .image__text {
    display: block
}

.imageSelect .image_select .imageAdd {
    max-height: 20px;
    max-width: 20px;
    position: absolute;
    top: 5px;
    right: 5px
}

.imageSelect .image_select .imageSelected {
    display: none;
    max-height: 20px;
    max-width: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #fff;
    border-radius: 25px
}

.imageSelect .image_select .imageIcon {
    margin: 0 auto 10px;
    max-height: 3rem;
    max-width: 3.5rem;
    height: 100%;
    width: auto
}

.imageSelect .selected {
    border: 1px solid #39b54a
}

.imageSelect .selected .imageAdd {
    display: none
}

.imageSelect .selected .imageSelected {
    display: block
}

.imageSelect .selected .image__text {
    color: #39b54a !important
}

.imageSelect .selected .imageIcon {
    filter: invert(50%) sepia(97%) saturate(352%) hue-rotate(77deg) brightness(97%) contrast(88%)
}

.field {
    text-align: left
}

.field .validation {
    width: 100%;
    text-align: center
}

.field .validation .cog {
    display: block;
    font-size: 1.2rem;
    padding: 0.2rem 0
}

.field .validation .cog img {
    animation: spin 2s linear infinite;
    width: 1em;
    max-width: 20px;
    width: 100%;
    display: block;
    margin: 0 auto
}

.field .validation:not(.loading) {
    display: none
}

.field .validation:not(.loading) .cog {
    display: none
}

.field .validation.validated {
    display: block
}

.field .validation.loading .message {
    display: none
}

.field .validation .message {
    padding: 0.20rem;
    display: block
}

.field--email .validation {
    background: yellow;
    font-size: 1rem;
    border-radius: 0px 0px 0.25rem 0.25rem;
    color: #4e4e4e;
    font-weight: bold;
    width: 100%;
    margin: 0.25% auto 0.5rem;
    padding: 0.2rem
}

.textbox {
    text-align: left;
    padding: 0;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0;
    flex-direction: column;
    overflow: hidden
}

.textbox label {
    display: none
}

.textbox input {
    color: #555;
    padding: 6px 12px;
    text-align: left;
    font-size: 1rem;
    background: transparent;
    border: 0;
    outline: 0;
    display: block;
    width: 100%;
    font-weight: bold
}

.textbox input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s
}

@media only screen and (max-width: 500px) {
    .textbox {
        width: 100%;
        margin: 0 auto
    }
}

.textbox__container {
    width: 100%;
    background: #fff;
    border: 1px solid #b0bec5
}

.textbox__container .label {
    display: none;
    z-index: 1
}

.field--email .textbox__container {
    position: relative
}

.field--email input[type='email'] {
    z-index: 1;
    position: relative;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    display: block;
    white-space: normal;
    background: none;
    line-height: 18px;
    padding: 6px 12px
}

.field--email input[type='email']:focus {
    outline: 0
}

.field--email .email__suggestion {
    font-weight: bold;
    position: absolute;
    background: transparent;
    z-index: 0;
    color: #999;
    padding: 6px 12px;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    display: block;
    white-space: normal;
    background: none;
    line-height: 18.5px;
    font-size: 1rem;
    height: 100%;
    width: 100%;
    line-height: 18px;
    text-align: left !important
}

.field--email .email__suggestion:focus {
    outline: 0
}

.field--email input[name='email'],
.field--email input[type='email'] {
    text-align: left !important
}

.field--email .email__suggestion--show {
    z-index: 2
}

.box_checked {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 0
}

.dropdown .subquestion__title {
    font-size: 20px
}

.dropdown label {
    display: none
}

.dropdown .active__arrow {
    position: absolute;
    margin-left: -20px
}

.dropdown__container {
    background: #f9f9f9;
    height: 32px;
    display: flex;
    overflow: hidden;
    margin: 0 auto
}

@media only screen and (min-width: 480px) {
    .dropdown__container {
        margin: 0
    }
}

.dropdown__container select {
    border: none;
    width: 100%;
    padding: 6px 12px;
    height: 100%;
    margin: 0;
    font-weight: bold;
    color: #555;
    text-transform: capitalize;
    text-align: left;
    font-size: 1rem;
    box-shadow: none;
    outline: none
}

.dropdown__container select:active,
.dropdown__container select:hover {
    outline: none;
    box-shadow: none
}

.checkbox {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #fff;
    text-align: left;
    margin-top: 1rem;
    cursor: pointer
}

.checkbox+.error {
    text-align: left
}

.checkbox+.error .error__message {
    font-size: 0.8rem
}

.checkbox .checkbox__container {
    cursor: pointer
}

.checkbox input {
    color: #555;
    transform: scale(1.5);
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    cursor: pointer;
    margin-left: 0.4rem
}

@media only screen and (min-width: 480px) {
    .checkbox input {
        margin-left: 1rem
    }
}

.checkbox__input {
    margin-right: 1rem
}

.checkbox__text {
    line-height: 15px;
    font-size: 13px;
    vertical-align: middle
}

.checkbox__text a {
    color: #fff
}

.phone {
    background: transparent;
    display: flex;
    border: 0
}

.phone label {
    display: none
}

.phone__container {
    display: flex;
    align-items: center;
    justify-content: center
}

.phone--start {
    position: relative;
    width: 52px;
    left: 0;
    color: #fff;
    white-space: nowrap
}

.phone--end {
    position: relative;
    width: 25px;
    right: 0;
    color: #fff;
    text-align: left;
    flex: 0;
    margin-right: 5px
}

.phone input {
    border: none;
    width: 100%;
    color: #555;
    background: #fff;
    flex: 1;
    padding: 6px 8px;
    font-weight: bold;
    color: #555;
    height: auto;
    text-align: left;
    font-size: 1rem;
    margin-right: 5px
}

.subquestion--phone:only-of-type {
    display: flex;
    flex: 1
}

.subquestion--phone:only-of-type .phone {
    width: 100%
}

.subquestion--phone:only-of-type .phone__container {
    width: 100%
}

.subquestion--phone:only-of-type .phone__container input {
    width: 100%
}

.subquestion--phone:only-of-type .phone__container input:focus {
    outline: none
}

.datefield {
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: bold;
    margin-top: 0.5rem
}

@media only screen and (min-width: 640px) {
    .datefield {
        margin-top: 0
    }
}

.datefield label {
    margin: 0 1rem 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    color: #fff;
    min-width: 64px
}

@media only screen and (min-width: 640px) {
    .datefield label {
        min-width: unset
    }
}

.datefield select {
    flex: 1;
    background: #fff;
    border-radius: 2px;
    width: 100%;
    margin: 0;
    padding: 6px 12px;
    font-weight: bold;
    color: #555;
    height: 2.125em;
    text-align: left;
    font-size: 1rem;
    border: none;
    text-transform: capitalize
}

.datefield select:active,
.datefield select:hover {
    outline: none !important
}

.dob {
    width: 18rem;
    font-size: 20px;
    text-align: center;
    padding: 5px
}

@media only screen and (max-width: 500px) {
    .dob {
        width: 80%
    }
}

.datepicker {
    display: none
}

.datepicker.active {
    display: block
}

.datepicker-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 4px
}

.datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px
}

.datepicker-picker {
    display: inline-block;
    border-radius: 4px;
    background-color: white
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1)
}

.datepicker-picker span {
    display: block;
    flex: 1;
    border: 0;
    border-radius: 4px;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker-main {
    padding: 2px
}

.datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
    background-color: whitesmoke
}

.datepicker-controls,
.datepicker-view,
.datepicker-view .days-of-week,
.datepicker-grid {
    display: flex
}

.datepicker-grid {
    flex-wrap: wrap
}

.datepicker-view .dow,
.datepicker-view .days .datepicker-cell {
    flex-basis: 14.28571%
}

.datepicker-view.datepicker-grid .datepicker-cell {
    flex-basis: 25%
}

.datepicker-view .week,
.datepicker-cell {
    height: 2.25rem;
    line-height: 2.25rem
}

.datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
    background-color: whitesmoke;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0
}

.datepicker-controls .button {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: none;
    background-color: white;
    cursor: pointer;
    padding: calc(0.375em - 1px) 0.75em;
    height: 2.25em;
    vertical-align: top;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    color: #363636;
    font-size: 1rem
}

.datepicker-controls .button:focus,
.datepicker-controls .button:active {
    outline: none
}

.datepicker-controls .button:hover {
    border-color: #b5b5b5;
    color: #363636
}

.datepicker-controls .button:focus {
    border-color: #3273dc;
    color: #363636
}

.datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25)
}

.datepicker-controls .button:active {
    border-color: #4a4a4a;
    color: #363636
}

.datepicker-controls .button[disabled] {
    cursor: not-allowed
}

.datepicker-header .datepicker-controls .button {
    border-color: transparent;
    font-weight: bold
}

.datepicker-header .datepicker-controls .button:hover {
    background-color: #f9f9f9
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25)
}

.datepicker-header .datepicker-controls .button:active {
    background-color: #f2f2f2
}

.datepicker-header .datepicker-controls .button[disabled] {
    box-shadow: none
}

.datepicker-footer .datepicker-controls .button {
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 2px;
    width: 100%;
    font-size: 0.75rem
}

.datepicker-controls .view-switch {
    flex: auto
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    width: 2.25rem
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
    visibility: hidden
}

.datepicker-view .dow {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: 700
}

.datepicker-view .week {
    width: 2.25rem;
    color: #b5b5b5;
    font-size: 0.75rem
}

@media (max-width: 22.5rem) {
    .datepicker-view .week {
        width: 1.96875rem
    }
}

.datepicker-grid {
    width: 15.75rem
}

@media (max-width: 22.5rem) {
    .calendar-weeks+.days .datepicker-grid {
        width: 13.78125rem
    }
}

.datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer
}

.datepicker-cell.focused:not(.selected) {
    background-color: #e8e8e8
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #3273dc;
    color: #fff;
    font-weight: 600
}

.datepicker-cell.disabled {
    color: #dbdbdb
}

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
    color: #7a7a7a
}

.datepicker-cell.prev.selected,
.datepicker-cell.next.selected {
    color: #e6e6e6
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: whitesmoke
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #eeeeee
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e8e8e8
}

.datepicker-cell.today:not(.selected) {
    background-color: #00d1b2
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #00c4a7
}

.datepicker-cell.range-start:not(.selected),
.datepicker-cell.range-end:not(.selected) {
    background-color: #b5b5b5;
    color: #fff
}

.datepicker-cell.range-start.focused:not(.selected),
.datepicker-cell.range-end.focused:not(.selected) {
    background-color: #afafaf
}

.datepicker-cell.range-start {
    border-radius: 4px 0 0 4px
}

.datepicker-cell.range-end {
    border-radius: 0 4px 4px 0
}

.datepicker-cell.range {
    border-radius: 0;
    background-color: #dbdbdb
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #d5d5d5
}

.datepicker-cell.range.disabled {
    color: #c2c2c2
}

.datepicker-cell.range.focused {
    background-color: #cfcfcf
}

.datepicker-view.datepicker-grid .datepicker-cell {
    height: 4.5rem;
    line-height: 4.5rem
}

.datepicker-input.in-edit {
    border-color: #2366d1
}

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2)
}

.datefieldDob {
    text-align: center
}

.datefieldDob .active__arrow {
    position: absolute;
    margin-left: -20px
}

.subquestion--date span.label {
    display: none
}

.mat .block__question-list,
.mat .datefieldDob,
.mat .textbox__container {
    overflow: visible !important
}

.datepicker {
    z-index: 99;
    position: relative
}

.radio .answer_optin {
    display: inline-block;
    max-width: 150px;
    margin-right: 2%
}

.radio .checkboxText {
    display: none
}

.radio__container {
    width: 100%;
    border: 1px solid #d2d2d2;
    display: inline-block;
    margin: 1% 0;
    max-width: 400px;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
    text-align: left !important
}

input[type="radio"] {
    width: 30px;
    height: 30px
}

label {
    vertical-align: super
}

.checked {
    border: 1px solid #2d982f
}

.toggle .toggle__container {
    display: flex
}

.toggle .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 29px;
    margin-right: 10px
}

.toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

.toggle .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s
}

.toggle input:checked+.slider {
    background-color: #80ca01
}

.toggle input:focus+.slider {
    box-shadow: 0 0 1px #80ca01
}

.toggle input:checked+.slider:before {
    transform: translateX(21px)
}

.toggle .slider.round {
    border-radius: 34px
}

.toggle .slider.round:before {
    border-radius: 50%
}

.toggle .toggle__text {
    line-height: 15px;
    font-size: 13px;
    vertical-align: middle
}

.toggle .toggle__text a {
    color: #fff
}

.toggle .toggle__container {
    cursor: pointer;
    display: flex
}

.toggle .toggle__container .toggle__text {
    line-height: 15px;
    font-size: 13px;
    vertical-align: middle;
    align-self: center
}

.toggle .toggle__container .toggle__text a {
    color: #fff
}

.toggle .toggle__container .toggle__text.checked {
    border: 0
}

.toggle .toggle__container .toggle__text.checked a {
    color: #80ca01
}

@media only screen and (max-width: 280px) {
    .toggle input:checked+.slider:before {
        transform: translateX(11px)
    }
}

@media only screen and (max-width: 320px) {
    .toggle input:checked+.slider:before {
        transform: translateX(15px)
    }
}

.error {
    position: relative;
    font-size: 1rem;
    margin: 5px 0
}

@keyframes onAutoFillStart {
    from {}

    to {}
}

@keyframes onAutoFillCancel {
    from {}

    to {}
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.subquestion {
    width: 100%;
    flex: 100% 0 0;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0
}

.subquestion .subquestion__title {
    display: none
}

.subquestion .error {
    position: relative;
    font-size: 1rem;
    margin: 5px 0
}

.subquestion .error__message {
    color: #ffa500
}

.subquestion--phone {
    flex: 22% 0 0
}

.subquestion--hidden {
    display: none
}

.subquestion--phone_first {
    flex: 38% 0 0
}

.save,
.cancel,
.change {
    cursor: pointer
}

.onTcpaChange .save,
.onTcpaChange .cancel,
.onTcpaChange .separator {
    display: block !important
}

.onTcpaChange .change {
    display: none !important
}

.onTcpaChange input[type="tel"] .editable {
    border: 1px solid #acacac !important;
    background-color: #fff !important;
    color: #404040 !important;
    pointer-events: all !important
}

.email_actions {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    text-transform: capitalize
}

.field--email {
    width: 100%
}

.field--email .textbox__container {
    min-width: unset !important;
    width: inherit !important;
    display: flex;
    flex-direction: row-reverse
}

.emailActions {
    display: none
}

.emailTcpaChange .emailActions {
    display: flex
}

.emailTcpaChange .change {
    display: none
}

.emailTcpaChange input[name="tcpa_email"] {
    background-color: #f2f2f2 !important;
    pointer-events: all !important
}

.question {
    height: 100%;
    width: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.7s ease-in-out;
    display: flex;
    flex-flow: column;
    flex: 1;
    position: absolute;
    top: 0
}

@media only screen and (max-width: 500px) {
    .question {
        padding: 0.75rem 0rem
    }
}

.change_phone {
    cursor: pointer
}

.question--active {
    transform: translate3d(0, 0, 0);
    position: relative
}

.question--complete {
    transform: translate3d(-100%, 0, 0)
}

.question__video {
    display: flex;
    justify-content: center;
    align-items: center
}

.question__video video {
    height: 270px
}

.question__title,
.keywordPassThrough {
    font-size: 1.3rem;
    margin: 1.3rem 0 1rem 0;
    font-weight: 700;
    color: #ffd07f;
    display: block;
    text-align: center;
    text-transform: capitalize
}

@media only screen and (min-width: 600px) {

    .question__title,
    .keywordPassThrough {
        font-size: 24px
    }
}

.customBlock--google-signin h2 {
    font-size: 1.2rem;
    margin: 1rem 0;
    color: #ffd07f
}

.question__footer {
    font-size: 0.8rem;
    line-height: 1.8;
    text-shadow: none;
    width: 70%;
    margin: auto;
    color: #fff;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    margin-top: 0
}

.question__answer-list {
    padding: 0;
    margin-top: 1.8rem;
    position: relative;
    width: 100%
}

.question__subquestion-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.circle__icon {
    max-width: 25px;
    max-height: 25px;
    height: 100%;
    width: 100%;
    border: 2px solid #c9c9c9;
    border-radius: 30px;
    background-color: #ffffff;
    position: absolute;
    left: 4.6rem
}

.answer_Multi--isNotOptin {
    border: none !important
}

.answer_MultiOptin {
    background-color: #fff !important;
    border-color: #c9c9c9 !important;
    color: #14344a !important
}

.answer_MultiOptin .icon svg {
    fill: #14344a
}

.question__title__empty {
    display: none !important
}

.questionClaims {
    position: absolute;
    bottom: 0;
    padding-bottom: 23px;
    color: #d2d2d2;
    font-style: italic;
    font-size: 0.8rem;
    line-height: 1rem
}

.hidden-survey-offer {
    display: none !important
}

#app .footer--below--buttons .question__footer {
    text-align: center
}

.skip__Survey {
    margin-top: 5rem
}

.skip__Survey .click__skipSurvey {
    text-decoration: none;
    color: #c9c9c9
}

.question--disclaimer .subquestion--disclaimer_phone_mobile,
.question--disclaimer .subquestion--disclaimer_email,
.question--disclaimer .subquestion--disclaimer_save_access {
    display: none
}

.question--disclaimer .email--phone__disclaimer,
.question--disclaimer .phone__disclaimer,
.question--disclaimer .email__disclaimer {
    display: none
}

.question--disclaimer .optin_required {
    display: block
}

.question--disclaimer .show {
    display: block
}

.matched__wrapper {
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (max-width: 540px) {
    .matched__wrapper {
        top: -5px
    }
}

.matched__wrapper img {
    height: 65px
}

@media only screen and (max-width: 360px) {
    .matched__wrapper img {
        height: 60px
    }
}

.btn-progress__wrapper {
    position: absolute;
    top: -23px;
    width: 45%;
    line-height: 10px;
    z-index: -1;
    right: 0
}

@media screen and (max-width: 540px) {
    .btn-progress__wrapper {
        width: 100%
    }
}

.btn-progress__wrapper .progress-header {
    color: #ababab;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    font-style: italic;
    text-transform: capitalize
}

.btn-progress__wrapper progress {
    width: 100%;
    -webkit-appearance: none;
    height: 10px
}

.btn-progress__wrapper progress::-webkit-progress-bar {
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

.btn-progress__wrapper progress::-webkit-progress-value {
    background: #2cde03
}

.btn-progress__wrapper progress::-moz-progress-bar {
    background: #2cde03
}

.block {
    height: 100%;
    width: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.7s ease-in-out;
    display: flex;
    flex-flow: column;
    flex: 1;
    position: absolute;
    top: 0
}

.block:not(.block--complete) .question--complete {
    transform: translate3d(-100%, 0, 0)
}

.block:not(.block--complete):not(.block--active) .question {
    transform: translate3d(0, 0, 0)
}

.block__img-desktop {
    border-radius: 10px;
    overflow: hidden
}

.block__img-desktop .img-desktop {
    height: 255px;
    object-fit: cover;
    width: 100%
}

.block__img-desktop.block__img-desktop--only {
    display: block !important
}

@media screen and (max-width: 500px) {
    .block__img-desktop {
        display: none
    }
}

.block__img-mobile {
    border-radius: 10px;
    overflow: hidden
}

.block__img-mobile .img-mobile {
    height: 255px;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width: 500px) {
    .block__img-mobile {
        display: none
    }
}

.block--active {
    transform: none;
    position: relative
}

.block--active .question--active {
    transform: translate3d(0, 0, 0);
    position: relative
}

.block--complete {
    transform: translate3d(-100%, 0, 0)
}

.block__title {
    background: none;
    padding: 1.6rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 0 1 auto;
    flex-direction: column
}

@media only screen and (min-width: 500px) {
    .block__title {
        font-size: 1.2rem;
        margin: 0
    }
}

@media screen and (max-width: 599px) {
    .block__title {
        padding: 1.6rem 0rem 0.5rem
    }
}

.utm_term_passthrough .block__title {
    padding-top: 0
}

.block__question-list {
    display: flex;
    height: 100%;
    flex: 1;
    position: relative
}

.progressbar .progress_check {
    display: none
}

.progressbar progress {
    -webkit-appearance: none
}

.bullet {
    display: flex;
    margin-top: 10px
}

.step {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 8px;
    border: 2px solid #514a7a;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative
}

.completed_step {
    border: none
}

.step::before {
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 0.3s ease 0s
}

.current_step {
    border-color: #514a7a !important;
    background-color: #514a7a
}

.current_step::before {
    background-color: #fff
}

.completed_step::before {
    width: 100% !important;
    height: 100% !important;
    background-color: #514a7a
}

.completed_step:not(:last-child)::after {
    background-color: #828fb2 !important
}

.step::after {
    width: 20px !important;
    content: "";
    transition: all 0.3s ease 0s
}

.step:not(:last-child)::after {
    width: 40px;
    height: 2px;
    background-color: #514a7a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%
}

.date {
    font-weight: normal;
    text-transform: capitalize
}

.countdown {
    color: red;
    font-weight: 700
}

.countdown_360 {
    display: flex;
    justify-content: center
}

.spring {
    height: 0;
    z-index: 999
}

.section {
    height: 0;
    z-index: 999
}

.section #leaves {
    position: relative;
    top: -50px;
    width: 100%;
    text-align: right
}

.section #leaves i {
    display: inline-block;
    width: 200px;
    height: 150px;
    background: linear-gradient(to bottom right, #309900, #005600);
    transform: skew(20deg);
    border-radius: 5% 40% 70%;
    box-shadow: inset 0px 0px 1px #222;
    border: 1px solid #333;
    z-index: 1;
    -webkit-animation: falling 5s 0s infinite
}

.section #leaves i:nth-of-type(2n) {
    -webkit-animation: falling2 5s 0s infinite
}

.section #leaves i:nth-of-type(3n) {
    -webkit-animation: falling3 5s 0s infinite
}

.section #leaves i:before {
    position: absolute;
    content: '';
    top: 117px;
    right: 9px;
    height: 27px;
    width: 32px;
    transform: rotate(49deg);
    border-radius: 0% 15% 15% 0%;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    border-left: 0px solid #222;
    border-right: 1px solid #222;
    background: linear-gradient(to right, #006400, #005600);
    z-index: 1
}

.section #leaves i:after {
    content: '';
    height: 125px;
    width: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    display: block;
    transform: rotate(125deg);
    position: absolute;
    left: 85px;
    border-radius: 50%
}

.section #leaves i:nth-of-type(n) {
    height: 23px;
    width: 30px
}

.section #leaves i:nth-of-type(n):before {
    width: 7px;
    height: 5px;
    top: 17px;
    right: 1px
}

.section #leaves i:nth-of-type(n):after {
    width: 2px;
    height: 17px;
    left: 12px;
    top: 0px
}

.section #leaves i:nth-of-type(2n+1) {
    height: 11px;
    width: 16px
}

.section #leaves i:nth-of-type(2n+1):before {
    width: 4px;
    height: 3px;
    top: 7px;
    right: 0px
}

.section #leaves i:nth-of-type(2n+1):after {
    width: 2px;
    height: 6px;
    left: 5px;
    top: 1px
}

.section #leaves i:nth-of-type(3n+2) {
    height: 17px;
    width: 23px
}

.section #leaves i:nth-of-type(3n+2):before {
    height: 4px;
    width: 4px;
    top: 12px;
    right: 1px
}

.section #leaves i:nth-of-type(3n+2):after {
    height: 10px;
    width: 2px;
    top: 1px;
    left: 8px
}

.section #leaves i:nth-of-type(n) {
    -webkit-animation-delay: 1.9s
}

.section #leaves i:nth-of-type(2n) {
    -webkit-animation-delay: 3.9s
}

.section #leaves i:nth-of-type(3n) {
    -webkit-animation-delay: 2.3s
}

.section #leaves i:nth-of-type(4n) {
    -webkit-animation-delay: 4.4s
}

.section #leaves i:nth-of-type(5n) {
    -webkit-animation-delay: 5s
}

.section #leaves i:nth-of-type(6n) {
    -webkit-animation-delay: 3.5s
}

.section #leaves i:nth-of-type(7n) {
    -webkit-animation-delay: 2.8s
}

.section #leaves i:nth-of-type(8n) {
    -webkit-animation-delay: 1.5s
}

.section #leaves i:nth-of-type(9n) {
    -webkit-animation-delay: 3.3s
}

.section #leaves i:nth-of-type(10n) {
    -webkit-animation-delay: 2.5s
}

.section #leaves i:nth-of-type(11n) {
    -webkit-animation-delay: 1.2s
}

.section #leaves i:nth-of-type(12n) {
    -webkit-animation-delay: 4.1s
}

.section #leaves i:nth-of-type(13n) {
    -webkit-animation-delay: 1s
}

.section #leaves i:nth-of-type(14n) {
    -webkit-animation-delay: 4.7s
}

.section #leaves i:nth-of-type(15n) {
    -webkit-animation-delay: 3s
}

.section #leaves i:nth-of-type(n) {
    background: linear-gradient(to bottom right, #309900, #005600)
}

.section #leaves i:nth-of-type(2n+2) {
    background: linear-gradient(to bottom right, #5e9900, #2b5600)
}

.section #leaves i:nth-of-type(4n+1) {
    background: linear-gradient(to bottom right, #990, #564500)
}

.section #leaves i:nth-of-type(n) {
    opacity: .7
}

.section #leaves i:nth-of-type(3n+1) {
    opacity: .5
}

.section #leaves i:nth-of-type(3n+2) {
    opacity: .3
}

.section #leaves i:nth-of-type(n) {
    transform: rotate(180deg)
}

.section #leaves i:nth-of-type(n) {
    -webkit-animation-timing-function: ease-in-out
}

@-webkit-keyframes falling {
    0% {
        -webkit-transform: translate3d(300, 0, 0) rotate(0deg)
    }

    100% {
        -webkit-transform: translate3d(-350px, 700px, 0) rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-20deg)
    }

    100% {
        -webkit-transform: translate3d(-230px, 640px, 0) rotate(-70deg);
        opacity: 0
    }
}

@-webkit-keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg)
    }

    100% {
        -webkit-transform: translate3d(-400px, 680px, 0) rotate(0deg);
        opacity: 0
    }
}

.snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 999
}

.snowflake {
    position: fixed;
    background-color: #6fdbdb;
    user-select: none;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.flow {
    display: flex;
    flex-direction: column;
    flex: 1
}

.flow .previous-question {
    top: 34%;
    transform: translateY(0%);
    height: 2.4rem;
    width: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    cursor: pointer;
    opacity: 0.5
}

.flow .previous-question:hover {
    opacity: 1
}

.flow .previous-question svg {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6))
}

@media only screen and (max-width: 900px) {
    .flow .previous-question {
        transform: translate(-0.4rem, 100%)
    }
}

.flow .previous-question--start {
    display: none
}

.flow .previous-question--end {
    display: none
}

.flow .next-question {
    top: 50%;
    right: 0;
    transform: rotate(180deg);
    height: 2.4rem;
    width: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    cursor: pointer;
    opacity: 0.5
}

.flow .next-question:hover {
    opacity: 1
}

.flow .next-question svg {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
    height: 100%
}

@media only screen and (max-width: 900px) {
    .flow .next-question {
        transform: translate(-0.4rem, 100%)
    }
}

.flow .next-question--start {
    display: none
}

.flow__block-list {
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.segmentedProgressBar {
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    justify-content: space-between
}

.progress-segment {
    width: inherit;
    height: 10px;
    background-color: #cccccc;
    margin: 0 .5%;
    border-radius: 5px
}

.segmentedProgress {
    height: inherit;
    background-color: #3b6dd9;
    width: 0;
    border-radius: 5px;
    transition: width 0.5s ease-in-out
}

.progress-segment-complete .segmentedProgress {
    width: 100%
}

.survey {
    background-position: center center;
    background-size: cover;
    background-color: #ccc;
    position: relative;
    text-align: center;
    margin-top: 0;
    padding: 0;
    box-shadow: none
}

@media only screen and (min-width: 720px) {
    .survey {
        padding: 2.1875em 0 2em
    }
}

.survey__footer {
    display: flex;
    order: 2;
    flex: 0 1 auto;
    width: 100%;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
    line-height: 1rem
}

.survey__footer span {
    font-size: 0.8rem;
    margin: 0 0.5rem
}

.survey__footer a {
    color: #bbb;
    text-decoration: none
}

.footer__content {
    display: block
}

.notification {
    display: block;
    position: relative;
    transition: height 550ms cubic-bezier(0.23, 1, 0.32, 1), transform 550ms cubic-bezier(0.23, 1, 0.32, 1) 250ms, opacity 750ms cubic-bezier(0.23, 1, 0.32, 1);
    left: 108%;
    height: 0
}

.notification-inner {
    transition: height 550ms cubic-bezier(0.23, 1, 0.32, 1);
    height: 0;
    width: 370px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #00000033;
    background-color: #FFF
}

.notification-icon {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(0, -50%)
}

.notification-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    color: #3D4B50;
    padding-right: 25px
}

.notification-body-header {
    font: 900 13.5px/1em "Lato";
    letter-spacing: .45px;
    text-align: left;
    padding: 19px 0px 0px 60px
}

.notification-body-content {
    padding: 0px 0px 0px 60px;
    text-align: left;
    font: normal 12.5px/1em "Lato";
    padding-top: 6px
}

.notification-body-content font {
    color: #2aa200
}

.notification-actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font: 600 13.25px/35px "San Francisco";
    letter-spacing: .23px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2;
    min-width: 80px
}

.notification-actions-top {
    pointer-events: all;
    height: 50%;
    text-align: center;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1)
}

.btn_close {
    cursor: pointer
}

._loaded {
    height: unset;
    transform: translateX(calc(-111% + 11px))
}

._loaded-inner {
    height: 70px;
    width: unset
}

.widget_body .notification:nth-child(1) {
    opacity: 1.00
}

.widget_body .notification:nth-child(2) {
    opacity: 0.85
}

.widget_body .notification:nth-child(3) {
    opacity: 0.70
}

.widget_body .notification:nth-child(4) {
    opacity: 0.55
}

.widget_body .notification:nth-child(5) {
    opacity: 0.40
}

.widget_body .notification:nth-child(6) {
    opacity: 0.25
}

.widget_body .notification:nth-child(7) {
    opacity: 0.10
}

.widget_body .notification:nth-child(8) {
    opacity: 0
}

.widget_body .notification:nth-child(9) {
    opacity: 0
}

.widget_body .notification:nth-child(10) {
    opacity: 0
}

.back-btn-modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.84);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999
}

.back-btn-modal .modal-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eeeeee;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    background: url(./public/common/component/BackButtonMonitization/popup-wait-bg.png) top center no-repeat;
    background-size: contain;
    max-width: 490px;
    width: 100%;
    max-height: 490px;
    height: 100%;
    text-align: center;
    font-size: 108px
}

.back-btn-modal .modal-content .header {
    text-align: center
}

.back-btn-modal .modal-content .header2 {
    margin-top: 30%;
    font-size: 33%;
    color: #fff
}

.back-btn-modal .modal-content .countdown {
    color: #fff;
    font-size: 100%;
    font-weight: 900
}

.back-btn-modal .modal-content button.back-btn-close {
    background: transparent;
    border: 0;
    text-align: right;
    width: 100%;
    vertical-align: top;
    display: block;
    position: absolute;
    left: 100%;
    cursor: pointer
}

.back-btn-modal .modal-content button.learnHow {
    border: 0;
    background: transparent;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 255px;
    width: 100%;
    cursor: pointer
}

.back-btn-modal .modal-content button.learnHow img {
    max-width: 255px;
    width: 100%
}

@media screen and (max-width: 499px) {
    .back-btn-modal .modal-content button.learnHow {
        width: 65%
    }
}

@media screen and (max-width: 499px) {
    .back-btn-modal .modal-content {
        font-size: 22vw
    }
}

.show-modal {
    visibility: visible !important
}

#loader {
    top: 0%;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    z-index: 999;
    align-self: flex-end;
    background-color: #f9f9f9
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

.loader-wrapper {
    padding-top: 2%;
    padding-bottom: 4%;
    display: block;
    margin: 0 auto;
    max-width: 260px;
    width: 100%
}

#box {
    width: 50px;
    height: 50px;
    background: #539b3b;
    animation: animate 0.5s linear infinite;
    border-radius: 3px;
    display: block;
    margin: 8% auto 0
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
    display: block;
    margin: 5% auto 1%
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1)
    }
}

.CheckedItems {
    bottom: 20px;
    margin: 0;
    font-weight: 200;
    font-family: sans-serif;
    z-index: 1000;
    font-weight: bold;
    color: #04344d
}

#loader ul {
    list-style-type: none;
    padding-left: 0
}

#loader li {
    opacity: 0;
    padding: 0.2em 0;
    text-align: left;
    transition: opacity 0.25s ease-in;
    vertical-align: middle
}

#loader li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: 5px
}

#loader .completed {
    opacity: 1
}

#loader #message3 {
    display: none
}

@media screen and (max-width: 767px) {
    #loader #loader {
        padding-top: 10%
    }

    #loader #box {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width: 768px) {
    #loader header {
        text-align: center
    }
}

.wall--active {
    border: none !important
}

.wall--active .progress_container {
    display: none
}

.progress {
    height: 10px;
    width: 100%;
    height: 20px;
    border: 1px solid #f90;
    border-radius: 3px;
    background-image: repeating-linear-gradient(-45deg, #f90, #f90 13px, #fff 10px, #fff 20px);
    background-size: 28px 28px;
    -webkit-animation: move 0.5s linear infinite;
    animation: move 0.5s linear infinite
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 28px 0
    }
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 28px 0
    }
}

.loader-text {
    font-size: 20px;
    margin: 0.67em auto
}

.progressing {
    text-align: center;
    max-width: 768px
}

.survey-ended .footer {
    display: none
}

.loader_wrapper .loader_header {
    padding: 20px 0;
    color: black;
    font-size: 24px;
    width: 100%;
    font-family: "Arimo", sans-serif;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 2px 2px #d2d2d2;
    border-radius: 3px
}

.loader_wrapper .loaders {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px #d2d2d2;
    border-radius: 3px;
    display: flex;
    flex-direction: column
}

.loader_wrapper .loader_congrats {
    margin-bottom: 1rem;
    text-align: center
}

.loader_wrapper .clipboard_loader {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px
}

.loader_wrapper .img_load {
    width: 100px;
    height: 124px;
    margin: 15px auto 0;
    padding: 0 10px;
    padding-top: 10px;
    box-sizing: border-box;
    border: #34ca69 solid 10px;
    border-radius: 10px;
    position: relative
}

.loader_wrapper .elem_load {
    position: absolute;
    background: #fff;
    padding: 0 5px;
    width: 60px;
    box-sizing: border-box;
    top: -20px;
    left: 50%;
    margin-left: -30px
}

.loader_wrapper .elem_load span {
    background: #34ca69;
    height: 20px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 2px
}

.loader_wrapper .elem_load span::before {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border: #34ca69 solid 8px;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -13px;
    border-radius: 50%
}

.loader_wrapper .row_load span {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    margin-top: 5px
}

.loader_wrapper .row_load span img {
    height: 22px;
    width: 20px;
    display: inline;
    margin-top: 5px
}

.loader_wrapper .row_load .line {
    width: calc(100% - 28px)
}

.loader_wrapper .row_load .line span {
    background: #34ca69;
    width: 100%;
    height: 4px
}

.loader_wrapper .offer-wall__intro {
    display: block;
    padding: 20px 0;
    color: black;
    font-size: 24px;
    width: 100%;
    font-family: "Arimo", sans-serif;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 2px 2px #d2d2d2;
    border-radius: 3px;
    margin: 10px 0;
    border-bottom: 1px solid #ccc
}

.loader_wrapper .offer-wall__intro h1 {
    font-size: 24px;
    font-weight: normal
}

.loader_wrapper .offer-wall__intro .intro__success {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 20px
}

.loader_wrapper .hide {
    display: none !important
}

.redirect-banner .form-area {
    max-width: 480px;
    width: 100%;
    background-color: #18365b;
    min-height: 100px;
    border: 1px solid #18365b;
    border-radius: 8px;
    padding: 20px;
    margin-top: 200px;
    text-align: center
}

.redirect-banner .form-area .thank-head .thanks_for_subscribing {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff
}

.redirect-banner .form-area .thank-head .redirect_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff
}

.redirect-banner .form-area .thank-head .countdown {
    color: red;
    font-weight: 700
}

.redirect-banner .form-area .thank-head .countdown .countdown_360 {
    display: flex;
    justify-content: center
}

.loader-content {
    margin: 15px auto;
    width: 330px
}

.loader-content .loader-wrapper {
    padding: 0
}

.loader-content .loader-wrapper h3 {
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 0.5rem
}

.loader-content .response-container .multiple-option-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

.loader-content .response-container .multiple-option-list .loader-container {
    display: flex;
    align-content: center;
    justify-content: space-between
}

.loader-content .response-container .multiple-option-list .loader-container .round-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #59a892;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(45, 60, 79, 0.7);
    left: 0;
    z-index: 1
}

.loader #loader {
    height: 100%;
    position: absolute;
    max-width: 500px;
    width: 100%;
    background: #fff;
    height: 100%;
    max-height: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10%;
    border-radius: 10px
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

.loader-wrapper {
    padding-top: 10%;
    padding-bottom: 4%;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.loader-wrapper .loader-Header {
    display: block
}

.loader-wrapper .loader-Header img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px
}

.loader-wrapper .loader-subHeader {
    display: block;
    margin: 40px auto
}

.loader-wrapper .loader-subHeader img {
    margin: 0 auto;
    width: 100%;
    max-width: 100px
}

.loader-wrapper .loader-Footer {
    display: block;
    margin-top: 40px
}

.loader-wrapper .loader-Footer span {
    color: #514a7a;
    font-size: 24px;
    font-weight: bold
}

#box {
    width: 50px;
    height: 50px;
    background: #539b3b;
    animation: animate 0.5s linear infinite;
    border-radius: 3px;
    display: block;
    margin: 8% auto 0
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
    display: block;
    margin: 5% auto 1%
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1)
    }
}

.CheckedItems {
    bottom: 20px;
    margin: 0;
    font-weight: 200;
    font-family: sans-serif;
    z-index: 1000;
    color: #000;
    font-size: 18px
}

.CheckedItems li {
    display: flex
}

.CheckedItems li img {
    height: 25px;
    margin-right: 10px
}

#loader ul {
    list-style-type: none;
    padding-left: 0
}

#loader li {
    opacity: 0;
    padding: 0.2em 0;
    text-align: left;
    transition: opacity 0.25s ease-in;
    vertical-align: middle
}

#loader li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: 5px
}

#loader .completed {
    opacity: 1
}

@media screen and (max-width: 767px) {
    #loader #loader {
        padding-top: 10%
    }

    #loader #box {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width: 768px) {
    #loader header {
        text-align: center
    }
}

.dot-shuttle {
    position: relative;
    left: -15px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #909090;
    color: transparent;
    margin: 20px auto
}

.dot-shuttle::before,
.dot-shuttle::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #909090;
    color: transparent
}

.dot-shuttle::before {
    left: 15px;
    animation: dotShuttle 2s infinite ease-out
}

.dot-shuttle::after {
    left: 30px
}

@keyframes dotShuttle {

    0%,
    50%,
    100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-45px)
    }

    75% {
        transform: translateX(45px)
    }
}

*,
::before,
::after {
    box-sizing: border-box
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.001s !important;
        transition-duration: 0.001s !important;
        animation-iteration-count: 1 !important
    }
}

body {
    margin: 0
}

h1 {
    font-size: 2rem;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.17rem
}

h4 {
    font-size: 1.00rem
}

h5 {
    font-size: 0.83rem
}

h6 {
    font-size: 0.67rem
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 1
}

p,
ul,
ol,
dl,
address {
    line-height: 1.5
}

pre {
    white-space: pre-wrap
}

hr {
    border: .5px solid
}

nav ul {
    list-style: none
}

img,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

img {
    border-style: none
}

:root {
    line-sizing: normal
}

:root {
    text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric
}

.visually-hidden {
    display: block;
    padding: 0 !important;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(1px);
    white-space: nowrap;
    position: absolute
}

html,
body {
    height: 100%
}

body {
    background: #f3f3f3;
    color: #7f7f7f;
    font-family: sans-serif
}

.lowercase {
    text-transform: lowercase
}

.uppercase {
    text-transform: uppercase
}

@media screen and (prefers-reduced-motion: reduce),
(update: slow) {
    * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 500ms !important
    }
}

.visually-hidden {
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    border: 0
}

.returnee__wrapper {
    pointer-events: unset
}

.user__returnee .previous-question {
    display: none
}

.user__returnee .returnee__wrapper,
.new__user .returnee__wrapper {
    pointer-events: none
}

.coreg .app {
    overflow: unset
}

.coreg .flow {
    margin-bottom: 0
}

.coreg .survey {
    display: block;
    margin: 0 auto;
    max-width: 1055px;
    width: 100%;
    background: #fff;
    margin-bottom: 1.35rem;
    -moz-box-shadow: -2px -3px 29px -5px #cdcdcd;
    box-shadow: -2px -3px 29px -5px #cdcdcd
}

@media screen and (min-width: 720px) {
    .coreg .survey {
        padding: 1.2rem 0
    }
}

.coreg .survey__container {
    background: transparent;
    padding: 0.5rem 0.5rem;
    vertical-align: middle;
    flex: 1
}

.coreg .survey__subheader {
    font-size: 21px;
    margin: 1rem auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 599px) {
    .coreg .survey__subheader {
        font-size: 4.5vw
    }
}

.coreg .question__footer {
    line-height: 1rem;
    padding-bottom: 1.2rem
}

.coreg .question__title {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    line-height: 2.25rem;
    vertical-align: middle
}

.coreg .question__title br {
    height: 0;
    width: 0;
    display: none
}

.coreg .question__title img {
    height: 85px;
    display: block;
    margin: 1rem auto
}

@media screen and (max-width: 599px) {
    .coreg .question__title img {
        height: 65px
    }
}

@media screen and (max-width: 599px) {
    .coreg .question__title {
        font-size: 5vw;
        margin-bottom: 0.5em;
        line-height: 6vw
    }
}

.coreg .subquestion__title {
    display: block !important;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #01344e;
    font-weight: 700;
    margin: 0.5rem auto;
    text-align: center
}

.coreg .subquestion__title h2 {
    margin: 2rem auto
}

.coreg .subquestion--checkbox .subquestion__title {
    display: none !important
}

.coreg .subquestion .error {
    text-align: center
}

.coreg .question.coreg--multi--select {
    display: -webkit-flex;
    display: flex
}

.coreg .question.coreg--multi--select .subquestion {
    padding-bottom: 0;
    margin-bottom: 0
}

.coreg .question.coreg--multi--select .subquestion__title {
    display: block !important
}

.coreg .question.coreg--multi--select .question__title {
    margin: 0 auto
}

.coreg .question.coreg--multi--select .question__answer-list {
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important
}

.coreg .question.coreg--multi--select .question__title2 {
    text-align: justify;
    line-height: 1.1;
    display: block
}

.coreg .question.coreg--multi--select .question__footer {
    text-align: justify !important
}

.coreg .question.coreg--multi--select .checkbox {
    color: #aeaeae;
    flex-direction: column;
    margin-top: 20px
}

.coreg .question.coreg--multi--select .checkbox input {
    margin: 3px 3px 3px 4px;
    transform: scale(2);
    border: 1px solid #d4d4d4;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    align-content: center;
    display: flex;
    justify-content: center
}

.coreg .question.coreg--multi--select .checkbox input.selected {
    background-color: #56c5ff;
    border: 1px solid #56c5ff
}

.coreg .question.coreg--multi--select .checkbox input.selected::after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.coreg .question.coreg--multi--select .checkbox .checkbox__container {
    width: 55%;
    padding: 0.7rem;
    background-color: #fafafa;
    border: solid #d4d4d4 1px;
    border-radius: 8px;
    margin-bottom: 2%;
    min-height: 50px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 540px) {
    .coreg .question.coreg--multi--select .checkbox .checkbox__container {
        width: 100%
    }
}

.coreg .question.coreg--multi--select .checkbox .checkbox__container .media {
    align-items: center
}

.coreg .question.coreg--multi--select .checkbox .checkbox__container .checkbox__text {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Lato', sans-serif
}

.coreg .question.coreg--multi--select .checkbox .checkbox__container .checkbox__text.checked {
    border: none
}

.coreg .question.coreg--multi--select .answer {
    max-width: 430px !important;
    justify-content: space-between;
    width: 55% !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    font-size: 20px !important
}

.coreg .question.coreg--multi--select .answer:nth-of-type(1) {
    margin: 0 auto 1.25% !important
}

@media screen and (max-width: 540px) {
    .coreg .question.coreg--multi--select .answer {
        width: 100% !important
    }
}

.coreg .question.coreg--multi--select .answer.answer--isNotOptin {
    background-color: #fff !important;
    border: solid #d4d4d4 1px;
    margin-bottom: 0
}

#app.has-fixed-answers {
    height: auto
}

#app.has-fixed-answers .question.question--active {
    transform: none;
    position: relative
}

#app.has-fixed-answers .question.question--active .question__answer-list {
    z-index: 99999999
}

#app.has-fixed-answers .footer {
    margin-bottom: 10vh
}

@media only screen and (min-width: 501px) {

    #app.has-fixed-answers.fixed-answers-all .question__answer-list,
    #app.has-fixed-answers.fixed-answers-desktop .question__answer-list {
        position: fixed
    }
}

@media only screen and (max-width: 500px) {
    #app.has-fixed-answers.fixed-answers-mobile .question__answer-list {
        position: fixed
    }
}

#app.has-fixed-answers.fixed-answers-bottom .question__answer-list {
    bottom: 0
}

#app.has-fixed-answers.fixed-answers-top .question__answer-list {
    top: 0
}

.hide {
    display: none
}

.welcome__loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #ffffffde;
    z-index: 1;
    display: flex;
    justify-content: center
}

.welcome__loader .loader--wrapper {
    max-width: 390px;
    text-align: center;
    position: relative;
    top: 28vh
}

.welcome__loader .loader--wrapper img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 20px
}

.welcome__loader .loader--text {
    font-size: 30px;
    font-weight: bold;
    color: #52c500
}

.chat {
    position: absolute;
    top: 65px;
    right: 32rem;
    width: 0;
    z-index: 999
}

@media only screen and (max-width: 1440px) {
    .chat {
        right: 17rem
    }
}

@media only screen and (max-width: 1024px) {
    .chat {
        right: 4rem
    }
}

@media only screen and (max-width: 500px) {
    .chat {
        top: 3px;
        right: 1rem
    }
}

.chat .chat-icon,
.chat .chat-close {
    border: none;
    background-color: transparent;
    cursor: pointer
}

.chat-body {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #8b8b8b;
    width: 0;
    height: 0;
    margin-bottom: 0;
    height: 0
}

.chat-body-header {
    background-color: #224c62;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.chat-body-header .header-text {
    color: #55c900;
    font-size: 16px;
    font-weight: bold;
    width: 75%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.chat-body-content {
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 24px
}

.chat-handle {
    display: block;
    height: 50px
}

.chat-handle .chat-icon {
    border-radius: 100%;
    height: 100%;
    background: #f3f3f3;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right
}

.chat-handle .chat-icon img {
    height: 25px
}

.chat.show {
    width: 100%;
    max-width: 400px;
    animation: message-width 0.2s ease-out 0s forwards
}

.chat.show .chat-body {
    height: 450px;
    width: 100%;
    max-height: 100vmax;
    margin-bottom: 16px;
    animation: message-height 1s ease-out 0s forwards
}

.chat.show .chat-body-header {
    padding: 5px 10px
}

@media only screen and (max-width: 500px) {
    .chat.show .chat-body {
        height: 100vh;
        margin-bottom: 0;
        border-radius: 0;
        animation: none
    }
}

@media only screen and (max-width: 500px) {
    .chat.show .chat-handle {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    .chat.show {
        right: 0;
        bottom: 0;
        top: 0;
        max-width: 100%;
        height: 100%;
        animation: message-width 0.2s ease-out 0s forwards
    }
}

.chat.chat-hide {
    width: 100%;
    max-width: 400px;
    animation: message-width-hide 0.15s ease-out 0s forwards
}

.chat.chat-hide .chat-body {
    height: 450px;
    width: 100%;
    max-height: 100vmax;
    margin-bottom: 16px;
    animation: message-height-hide 0.5s ease-out 0s forwards
}

@keyframes message-height {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vmax
    }
}

@keyframes message-width {
    0% {
        max-width: 0
    }

    100% {
        max-width: 400px
    }
}

@keyframes message-height-hide {
    0% {
        max-height: 100vmax
    }

    30% {
        height: 0
    }

    100% {
        max-height: 0;
        height: 0;
        width: 0%;
        margin-bottom: 0
    }
}

@keyframes message-width-hide {
    0% {
        max-width: 400px
    }

    100% {
        max-width: 0;
        width: 0%
    }
}

.chat-body .visually-hidden {
    display: block;
    padding: 0 !important;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(1px);
    white-space: nowrap;
    position: absolute
}

.chat-body .chat-question-title {
    color: #224b61;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px
}

.chat-body .chat-question-answer-list {
    max-height: 250px;
    overflow: auto
}

.chat-body .chat-question-answer-list .answer {
    width: 100%;
    border: 1px solid #898989;
    border-radius: 5px;
    background-color: #ffffff;
    color: #898989;
    text-align: left;
    justify-content: flex-start;
    font-size: 14px
}

.chat-body .chat-question-answer-list .answer .icon {
    display: none
}

@media only screen and (max-width: 500px) {
    .chat-body .chat-question-answer-list {
        max-height: 75vh
    }
}

.chat-flow {
    width: 100%
}

.chat-flow-benefits {
    display: flex;
    flex-direction: column;
    max-height: 335px;
    overflow: auto;
    height: 100%
}

.chat-flow-benefits .benefits-title {
    color: #224b61;
    font-size: 24px;
    font-family: "Lato";
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px
}

.chat-flow-benefits .chat-flow-benefit {
    padding: 0.7rem;
    width: 100%;
    border: 1px solid #898989;
    border-radius: 5px;
    background-color: #ffffff;
    color: #898989;
    text-align: left;
    justify-content: flex-start;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto 0.5rem auto
}

.chat-flow-benefits .chat-flow-benefit.claimed {
    cursor: unset;
    pointer-events: none;
    color: #55c900;
    border-color: #55c900
}

.chat-flow-benefits .search-again {
    border: 1px solid #55c900;
    color: #55c900;
    width: 150px;
    padding: 8px;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 24px
}

@media only screen and (max-width: 500px) {
    .chat-flow-benefits .search-again {
        width: 100%
    }
}

@media only screen and (max-width: 500px) {
    .chat-flow-benefits {
        max-height: 90vh
    }
}

.access-save-items {
    font-family: lato, sans-serif;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #3dc917;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer
}

.access-save-items .saved_benefit_counter {
    padding: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 4px;
    background: #5fcd0b;
    color: #fff;
    width: 18px;
    height: 18px
}

.access-save-items .saved_benefit_counter p {
    line-height: unset
}

.access-save-items span {
    padding-right: 8px
}

@media only screen and (max-width: 540px) {
    .access-save-items span {
        padding-right: 4px
    }
}

.access-save-items img {
    width: 7px !important;
    height: auto !important;
    padding-left: unset !important
}

@media only screen and (max-width: 540px) {
    .access-save-items img {
        display: block !important
    }
}

.access-save-items .hide {
    display: none !important
}

.so_slideshow .access-save-items .hide {
    display: none !important
}

@media only screen and (max-width: 540px) {
    .so_slideshow .access-save-items {
        margin-top: -20px;
        margin-right: 5px
    }
}

@media only screen and (max-width: 599px) {
    .div_access_save_benefit_wrapper {
        background: #fff;
        padding: 1rem 0
    }
}

@media only screen and (max-width: 320px) {
    .div_access_save_benefit_wrapper {
        padding: 5px 0
    }
}

.div_access_save_benefit {
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin: 1rem auto
}

.div_access_save_benefit span {
    margin-right: 4px;
    color: #54c900
}

.div_access_save_benefit a {
    text-decoration: underline;
    color: #000;
    cursor: pointer
}

@media only screen and (max-width: 599px) {
    .div_access_save_benefit {
        width: 75%;
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 320px) {
    .div_access_save_benefit {
        width: 80%
    }
}

.hide {
    display: none !important
}

.sub_overlay {
    background: rgba(182, 181, 181, 0.4);
    border: 1px solid #000;
    box-shadow: 0 0 5px rgba(5, 0, 8, 0.1);
    border-radius: 8px;
    z-index: 9999;
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.sub_overlay .sub_overlay_benefitContent {
    border: 1px solid;
    max-width: 450px;
    background: #fff;
    padding: 8px 1rem 1rem 1rem;
    border-radius: 8px;
    position: absolute
}

.sub_overlay h2 {
    color: #ff505d;
    margin: 7px 0 9px 0;
    text-align: center
}

.sub_overlay_bc_header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px
}

.benefit_actions__deletion {
    display: flex;
    flex-direction: column
}

.benefit_actions__deletion a {
    border: 1px solid;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 5px 0;
    cursor: pointer
}

.benefit_actions__deletion .yes_remove {
    color: #e06667
}

.sub_overlay_bc_container .benefit__banner img {
    width: 100%;
    border-radius: 7px
}

.overlay {
    font-family: lato, sans-serif;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed
}

.overlay .overlayed_benefit__actions .claimed {
    background: #a1a1a1 !important
}

.overlay .overlayed_benefit__actions a {
    padding: 14px 15px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    background: #3ec916 !important;
    color: #fff;
    border-radius: 6px;
    margin-top: 1.5rem;
    font-size: 17px;
    letter-spacing: 0.8px;
    font-weight: 600;
    cursor: pointer
}

.overlay .overlayed_benefit__actions a img {
    width: 26px;
    height: auto
}

.overlay .benefit__content {
    padding: 1rem
}

.overlay .benefit__content .benefit__title {
    font-size: 24px;
    width: 80%;
    margin-top: unset !important;
    margin: 5px;
    text-align: left
}

.overlay .benefit__content .benefit__banner img {
    width: 100%
}

#overlay-container {
    position: absolute;
    right: 3%;
    padding: 0;
    margin: 0.2rem;
    transform: none;
    max-width: 500px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(5, 0, 8, 0.1);
    border-radius: 8px
}

@media only screen and (max-width: 540px) {
    #overlay-container {
        max-width: 420px
    }
}

@media only screen and (max-width: 1024px) {
    #overlay-container {
        top: 0
    }
}

#close-overlay {
    width: 24px;
    height: 24px;
    cursor: pointer
}

#close-sub_overlay {
    width: 21px;
    height: auto;
    cursor: pointer
}

.empty_benefit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px
}

.remove_benefit {
    width: 20%;
    display: flex;
    justify-content: right;
    align-self: center;
    cursor: pointer
}

.remove_benefit img {
    width: 22px;
    height: auto
}

.overlay-header {
    border-radius: 8px 8px 0 0;
    padding: 20px;
    width: 100%;
    background: #0f344e;
    color: #45a618;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.overlay-subheader {
    padding: 1rem;
    font-size: 20px;
    color: #224c61;
    font-weight: 600
}

.overlay-body {
    padding: 1rem;
    max-height: 630px;
    overflow-y: scroll
}

.overlay-body::-webkit-scrollbar-track {
    background: transparent
}

.overlay-body::-webkit-scrollbar {
    width: 10px
}

.overlay-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d4d4d4
}

.overlay-body .each_benefit_header {
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
    width: 100%
}

@media only screen and (max-width: 540px) {
    .overlay-body {
        max-height: 615px
    }
}

.saved-image {
    width: 30rem;
    height: 15rem;
    border: 1px solid black
}

.saved-benefit button {
    background-color: #a1a1a1;
    border: none;
    border-radius: 0 0 4px 4px;
    width: 22rem;
    height: 35px;
    color: #fff;
    text-align: left
}

@media only screen and (max-width: 1024px) {
    #overlay-container {
        right: unset
    }
}

@media only screen and (max-width: 425px) {
    .sub_overlay .sub_overlay_benefitContent {
        right: 0
    }
}

.coreg_question .remove_benefit {
    width: 100%;
    display: flex;
    justify-content: right;
    align-self: center;
    cursor: pointer
}

.coreg_question h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 600
}

.coreg_question .answer_moreOption {
    display: flex;
    flex-direction: column
}

.coreg_question .answer_moreOption button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #56C5FF;
    border: 1px solid #C9C9C9;
    color: #fff;
    min-height: 50px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    cursor: pointer
}

.coreg_question .answer_moreOption button:nth-last-child(1) {
    background: #C9C9C9
}

.coreg_question .answer_ByTwo {
    display: flex;
    justify-content: space-around
}

.coreg_question .answer_ByTwo button {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #56C5FF;
    border: 1px solid #C9C9C9;
    color: #fff;
    min-height: 50px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    cursor: pointer
}

.coreg_question .answer_ByTwo button:nth-last-child(1) {
    background: #C9C9C9
}

.sub_overlay_bc_container h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 600
}

.sub_overlay_bc_container .answer_moreOption {
    display: flex;
    flex-direction: column
}

.sub_overlay_bc_container .answer_moreOption button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #56C5FF;
    border: 1px solid #C9C9C9;
    color: #fff;
    min-height: 50px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    cursor: pointer
}

.sub_overlay_bc_container .answer_moreOption button:nth-last-child(1) {
    background: #C9C9C9
}

.sub_overlay_bc_container .answer_ByTwo {
    display: flex;
    justify-content: space-around
}

.sub_overlay_bc_container .answer_ByTwo button {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #56C5FF;
    border: 1px solid #C9C9C9;
    color: #fff;
    min-height: 50px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    cursor: pointer
}

.sub_overlay_bc_container .answer_ByTwo button:nth-last-child(1) {
    background: #C9C9C9
}

#loader {
    top: 0%;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    z-index: 999;
    align-self: flex-end;
    background: #f9f9f9;
    max-width: unset
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

.loader-wrapper {
    padding-top: 2%;
    padding-bottom: 4%;
    display: block;
    margin: 0 auto;
    max-width: 400px !important;
    width: 100%
}

#box {
    width: 50px;
    height: 50px;
    background: #539b3b;
    animation: animate 0.5s linear infinite;
    border-radius: 3px;
    display: block;
    margin: 8% auto 0
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
    display: block;
    margin: 5% auto 1%
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1)
    }
}

.CheckedItems {
    bottom: 20px;
    margin: 0;
    font-weight: 200;
    font-family: sans-serif;
    color: #000;
    z-index: 1000;
    color: #04344d;
    margin: 0 0.5rem;
    font-family: 'Lato', sans-serif;
    text-shadow: unset;
    color: #999;
    max-width: unset;
    display: block !important;
    margin: 0 auto !important;
    font-size: 1.2rem
}

#loader ul {
    list-style-type: none;
    padding-left: 0
}

#loader li {
    opacity: 0;
    padding: 0.2em 0;
    text-align: left;
    transition: opacity 0.25s ease-in;
    vertical-align: middle;
    padding-left: 1.5rem;
    position: relative
}

#loader li i {
    color: #6caf23;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#loader li:before {
    display: none;
    vertical-align: middle;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: 5px
}

#loader .completed {
    opacity: 1;
    align-items: center;
    padding: unset
}

#loader .completed .icon {
    display: flex
}

@media screen and (max-width: 767px) {
    #loader #loader {
        padding-top: 10%
    }

    #loader #box {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width: 768px) {
    #loader header {
        text-align: center
    }
}

body {
    background-color: #f3f3f3 !important
}

#app {
    height: 100%
}

#app .cls-1 {
    fill: #b9b9b9
}

#app .header {
    background-color: #f3f3f3;
    z-index: 1;
    font-weight: 400;
    min-height: unset;
    flex-direction: column
}

#app .header .logo {
    width: 100%;
    padding: unset;
    background-image: url(header-bg.png)
}

#app .header .logo .media {
    max-width: 1055px;
    margin: 0 auto
}

#app .header .logo .media__fig {
    height: 50px;
    margin-right: unset
}

#app .header .logo .media__fig img {
    height: 100%;
    object-fit: contain;
    width: auto
}

#app .headerTitle {
    font-size: 22px;
    margin: auto 0;
    max-width: 768px;
    text-align: center;
    margin-top: 15px;
    line-height: 1.2
}

@media only screen and (max-width: 500px) {
    #app .headerTitle {
        font-size: 18px
    }
}

@media only screen and (max-width: 320px) {
    #app .headerTitle {
        font-size: 16px
    }
}

#app .checkbox .opt_in {
    display: flex;
    padding: 0 1rem;
    width: 100%;
    margin: 0.5rem auto;
    align-items: flex-start;
    border-right: none
}

#app .center {
    display: flex;
    justify-content: center
}

#app .question__subquestion-list {
    width: 90%
}

@media only screen and (min-width: 900px) {
    #app .question__subquestion-list {
        width: 70%;
        margin: 0.5rem auto
    }
}

#app .question__subquestion-list--date {
    max-width: 400px
}

@media only screen and (min-width: 640px) {
    #app .question__subquestion-list--date {
        max-width: 640px;
        flex-direction: column
    }

    #app .question__subquestion-list--date .subquestion--date {
        width: 33%
    }
}

#app .question__subquestion-list--phone {
    align-items: flex-start;
    max-width: 400px
}

#app .question__subquestion-list--address .subquestion:nth-last-child(2) {
    padding-right: 1rem
}

#app .question__subquestion-list--address .subquestion:nth-last-child(-n+2) {
    flex: 50% 0 0
}

#app .subquestion--phone {
    position: relative
}

#app .subquestion--phone .error {
    font-size: 0.8rem
}

#app .survey {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #f3f3f3;
    box-shadow: none;
    padding: unset;
    max-width: 100%
}

#app .block__question-list {
    border-radius: 10px;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    min-height: 390px
}

#app .survey__container {
    background: transparent;
    padding: 0 0.5rem 0.5rem;
    vertical-align: middle
}

#app .survey__subheader {
    display: none;
    color: #01344e;
    font-size: 21px;
    margin: 1% auto;
    text-align: center;
    vertical-align: middle
}

@media screen and (max-width: 599px) {
    #app .survey__subheader {
        margin: 4% auto 0;
        font-size: 4.5vw
    }
}

#app .survey__container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.4rem;
    align-items: center;
    justify-content: center
}

#app .previous-question {
    left: 15%;
    display: block;
    transform: rotate(180deg)
}

#app .previous-question svg {
    -webkit-filter: unset;
    filter: unset
}

#app .previous-question--start {
    display: none
}

#app .segmentedProgressBar {
    padding: 15px 0;
    width: 15%
}

#app .segmentedProgressBar .progress-segment {
    width: 100%;
    margin: 0 1.5%
}

#app .block__title {
    display: none
}

#app .flow {
    background: transparent;
    max-width: 100%
}

#app .question {
    align-items: baseline;
    background-color: #f8f8f8;
    padding: 45px 105px 55px 105px !important;
    border-radius: 10px;
    clip: unset;
    height: auto;
    width: 100%;
    min-height: unset;
    max-width: 1055px;
    white-space: unset;
    display: none;
    transform: translate3d(145%, 0px, 0px);
    transition: transform 0.5s cubic-bezier(1, 1, 1, 1) 0s
}

@media screen and (max-width: 540px) {
    #app .question {
        transition: transform 0.5s cubic-bezier(1, 1, 1, 1) 0s
    }
}

#app .question .block-title {
    font-size: 21px
}

#app .question * {
    pointer-events: none
}

#app .question.visually-hidden {
    z-index: 1;
    display: flex
}

#app .block {
    clip-path: unset;
    transform: unset;
    height: 100%;
    width: 100%;
    clip: unset;
    flex-flow: unset;
    flex: unset;
    overflow: unset;
    top: unset
}

#app .questionClaims {
    display: flex
}

#app .questionClaims::before {
    content: url(check_green.svg);
    display: block;
    height: 12px;
    width: 14px;
    margin-right: 3px;
    margin-top: 2px;
}

#app .questionClaims font {
    color: #d2d2d2
}

#app .progress-segment-complete .segmentedProgress {
    background-color: #04334d
}

#app .question--active {
    display: flex;
    height: 100%;
    z-index: 2;
    max-width: 1055px;
    margin: 0 auto;
    transform: translate3d(0, 0, 0);
    background-color: #04334d;
    box-shadow: -2px -3px 29px -5px #cdcdcd
}

#app .question--active * {
    pointer-events: unset
}

#app .question--active .question__title {
    font-family: 'Lato', sans-serif;
    color: #fff600;
    font-weight: 900
}

#app .question--active .questionClaims font {
    color: #ffffff
}

#app .question--active .questionClaims font:first-child {
    color: #66cd4a
}

#app .question--active .question__title2 {
    width: 100%;
    color: #fff;
    font-weight: 300
}

#app .question--active .answer {
    background-color: #8da9db;
    border: solid 1.5px #8da9db
}

#app .question--active .answer_optin {
    background-color: #8da9db;
    border: solid 2px #8da9db;
    margin-left: 0
}

#app .question--active .selected {
    background-color: #66cd4a;
    border: solid 2px #24a601
}

#app .question--complete {
    min-height: unset;
    transform: translate3d(-145%, 0, 0);
    display: flex
}

#app .question__title {
    font-family: 'Lato', sans-serif;
    color: #d2d2d2;
    font-weight: 900;
    margin: unset;
    display: block;
    text-align: left;
    font-size: 30px;
    margin: 0 0 1.2rem
}

#app .question__title img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 599px) {
    #app .question__title {
        font-size: 22px;
        margin-bottom: 2rem;
        line-height: 1.2
    }
}

#app .question__title2 {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #d2d2d2;
    margin: 0 auto 2rem;
    text-align: left;
    padding: 0
}

#app .question__footer {
    width: 100%;
    text-align: left;
    padding: unset
}

#app .question__subquestion-list {
    margin: 0 auto
}

#app .question__answer-list {
    display: flex;
    margin-top: 0;
    justify-content: left
}

#app .answer {
    justify-content: start;
    display: flex;
    margin: 0 0.5em;
    min-height: 60px;
    margin-bottom: 1rem !important;
    background: #d2d2d2;
    color: #727272;
    font-size: 20px;
    max-width: 500px;
    min-width: 280px;
    width: auto;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding: 14px 10px 14px 67px;
    text-decoration: none;
    border-color: #d2d2d2;
    border-radius: 50px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    background-image: url("clean.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain
}

#app .answer .icon {
    display: none
}

#app .selected {
    background-image: url("green.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    background-color: #66cd4a;
    border: solid 2px #24a601
}

#app .memberId {
    vertical-align: middle;
    text-align: right;
    flex: 1;
    padding-right: 1%
}

#app .footer {
    background: #f3f3f3;
    color: #111;
    font-size: 0.85rem;
    flex: 1;
    line-height: 1.2rem;
    display: flex
}

#app .footer-mask {
    padding: 0 0 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

#app .footer__content {
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    max-width: 1500px
}

#app .footer__copyright {
    margin: 0;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 0.8rem;
    letter-spacing: -0.04166667em;
    padding: 0.83333333em 1.66666667em
}

#app .footer__copyright span {
    color: #858585
}

#app .footer__copyright a {
    color: #04334d;
    text-decoration: none
}

@media only screen and (min-width: 769px) {
    #app .copyright__links {
        padding: 30px
    }
}


@media screen and (max-width: 1920px) {
    #app .question {
        transform: translate3d(125%, 0px, 0px)
    }

    #app .question--complete {
        transform: translate3d(-125%, 0px, 0px)
    }

    #app .question--active {
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (max-width: 1536px) {
    #app .question {
        transform: translate3d(115%, 0px, 0px)
    }

    #app .question--complete {
        transform: translate3d(-115%, 0px, 0px)
    }

    #app .previous-question {
        left: 9%
    }

    #app .question--active {
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (max-width: 1440px) {
    #app .previous-question {
        left: 6%
    }
}

@media screen and (max-width: 1024px) {
    #app .question {
        transform: translate3d(97%, 0px, 0px)
    }

    #app .question--complete {
        transform: translate3d(-97%, 0px, 0px)
    }

    #app .question--active {
        transform: translate3d(0, 0, 0);
        max-width: 768px
    }

    #app .segmentedProgressBar {
        width: 20%
    }

    #app .progress-segment {
        margin: 0 1%
    }

    #app .survey__container {
        padding: 0
    }
}

@media screen and (max-width: 768px) {
    #app .header .logo {
        padding: 7px 30px
    }

    #app .header .logo .media__fig {
        display: flex;
        justify-content: center
    }

    #app .media {
        display: block;
        text-align: center
    }

    #app .question__answer-list {
        display: block
    }

    #app .answer {
        margin: unset;
        padding: 10px 10px 10px 55px;
        min-height: auto
    }

    #app .question {
        padding: 30px 50px 40px 50px !important;
        transform: translate3d(99%, 0px, 0px)
    }

    #app .question--complete {
        transform: translate3d(-99%, 0px, 0px)
    }

    #app .question--active {
        transform: translate3d(0, 0, 0)
    }

    #app .block__question-list {
        padding: 0 1rem 1rem 1rem
    }

    #app .segmentedProgressBar {
        width: 50%
    }

    #app .next-question,
    #app .previous-question {
        display: none
    }
}

@media screen and (max-width: 540px) {
    #app .question {
        padding: 45px 20px 55px 20px !important
    }

    #app .segmentedProgressBar {
        width: 50%
    }
}

@media screen and (max-width: 425px) {
    #app .segmentedProgressBar {
        width: 40%
    }

    #app .progress-segment {
        height: 7px;
        margin: 0 2%
    }

    #app .question {
        padding: 30px 20px 40px 20px !important
    }

    #app .question__title {
        margin-bottom: 1rem
    }

    #app .question__title2 {
        margin: 0 auto 1rem;
        font-size: 18px
    }
}

@media screen and (max-width: 375px) {
    #app .answer {
        min-width: 100%
    }
}

/* Thank you page */

.ty-page {
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
}

.ty-page .block__title {
    display: block !important;
    font-family: 'Lato', sans-serif;
    color: #04334d;
    font-weight: 900;
    font-size: 32px;
}

.ty-page p {
    width: 80%;
    text-align: center;
}

.d-none {
    display: none !important;
}

/* ty form */
.ty-block{
    margin-bottom: 100px;
}

.ty-block form{
    background: #04344d;
    margin-top: 26px;
    border-radius: 7px;
    border: 1px solid #eee;
}

.form-controller input {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.form-controller {
    margin: 4px;
}

.ty-block .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
}

.ty-block .ty-submit {
    background: #539b3b;
    color: #fff;
    cursor: pointer;
    border-color: #539b3b;
}

.ty-page p {
    font-size: 19px;
}

p.sub-msg {
    color: #539b3b;
    margin-top: 22px;
    font-weight: 700;
}

.media__fig img {
    position: relative;
}

.media__fig::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 32%;
    background: linear-gradient(45deg, #04334d, transparent);
    position: absolute;
}

@media only screen and (max-width: 769px) {
    .ty-block .row {
        padding: 20px;
        flex-direction: column;
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .media__fig::before {
        height: 40%;
    }
    .ty-block .ty-submit {
        width : 186px;
    }
}

.h-height.media__fig::before {
    height: 100% !important;
}

.ty-block p {
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-style: italic;
}