.c-modals-buttons button,
.c-modals-buttons input[type="button"],
.c-modals-buttons input[type="submit"],
.c-modals-buttons .elementor-button {
    background-color: initial !important;
    font-family: initial !important;
    font-size: initial !important;
    font-weight: initial !important;
    color: initial !important;
    border-style: initial !important;
    border-width: initial !important;
    border-color: initial !important;
    border-radius: initial !important;
    padding: initial !important;
}




.animation[data-delay=".25s"] {
    transition-delay: .25s
}

.animation[data-delay=".5s"] {
    transition-delay: .5s
}

.animation[data-delay=".75s"] {
    transition-delay: .75s
}

.animation[data-delay="1s"] {
    transition-delay: 1s
}

.animation[data-delay="1.25s"] {
    transition-delay: 1.25s
}


.a-fade-in-left {
    opacity: 0;
    transform: translateX(1rem);
    transition: opacity .75s ease-in-out, transform .75s ease-in-out
}

.a-fade-in-left[data-distance="5rem"] {
    transform: translateX(5rem)
}

.a-fade-in-left.animation--done {
    opacity: 1;
    transform: translateX(0)
}

.c-button__wrapper:nth-child(2) {
    margin-top: 1rem
}

@media (min-width:768px) {
    .c-button__wrapper {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 3rem
    }

    .c-button__wrapper:nth-child(2) {
        margin-top: 0
    }

    .c-button__wrapper .c-button--modal {
        position: relative;
        z-index: 2;
        min-width: 3rem;
        min-height: 3rem
    }

    .c-button__label {
        position: relative;
        z-index: 0;
        display: flex;
        width: 100%;
        height: 2.625rem;
        padding: .5rem .5rem .5rem 2rem;
        font-style: normal;
        font-weight: 500;
        font-size: .6875rem;
        line-height: 1.09;
        letter-spacing: .04em;
        color: #6b54df
;
        background-color: #fff;
        border-radius: .25rem;
        transform: translateX(-1rem);
        border: 1px solid #eee;
    }
}


.c-button--modal {
    width: 3rem;
    height: 3rem
}

.c-button-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    background: none;
    cursor: pointer
}

.c-button-circle:after, .c-button-circle:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.c-button-circle:after {
    transform: scale(0)
}

.c-button-circle--disabled {
    display: none
}

.c-button-circle__icon {
    position: relative;
    z-index: 2
}

.c-button-circle:disabled {
    opacity: .3
}

.c-button-circle--large {
    width: 7.5rem;
    width: calc(11.5px + 10.9375vw);
    height: 7.5rem;
    height: calc(11.5px + 10.9375vw)
}

@media screen and (max-width:480px) {
    .c-button-circle--large {
        width: 4rem
    }
}

@media screen and (min-width:992px) {
    .c-button-circle--large {
        width: 7.5rem
    }
}

@media screen and (max-width:480px) {
    .c-button-circle--large {
        height: 4rem
    }
}

@media screen and (min-width:992px) {
    .c-button-circle--large {
        height: 7.5rem
    }
}

.c-button-circle--medium {
    width: 4rem;
    height: 4rem
}

.c-button-circle--small {
    width: 2.5rem;
    height: 2.5rem
}

.c-button-circle--purple:before {
    transition: all .55s ease-in-out;
    background-color: #6b54df

}

.c-button-circle--purple:after {
    transition: transform .55s ease-in-out;
    background-color: #fff
}

.c-button-circle--purple svg {
    position: relative;
    z-index: 1;
    color: #fff;
    transition: color .3s ease-in-out .3s
}

.c-button-circle--purple:not([disabled]):hover:before {
    transform: scale(.8)
}

.c-button-circle--purple:not([disabled]):hover:after {
    transition: transform .3s ease-in-out;
    transform: scale(.8)
}

.c-button-circle--purple:not([disabled]):hover svg {
    z-index: 10;
    color: #6b54df
;
    transition: color .3s ease-in-out
}

.c-button-circle--white:before {
    transition: all .55s ease-in-out;
    background-color: #fff
}

.c-button-circle--white:after {
    transition: transform .55s ease-in-out;
    background-color: #6b54df

}

.c-button-circle--white svg {
    position: relative;
    z-index: 1;
    color: #6b54df
;
    transition: color .3s ease-in-out .3s
}

.c-button-circle--white:hover:before {
    transform: scale(.8)
}

.c-button-circle--white:hover:after {
    transition: transform .3s ease-in-out;
    transform: scale(.8)
}

.c-button-circle--white:hover svg {
    z-index: 10;
    color: #fff;
    transition: color .3s ease-in-out
}

.c-button-circle--outline-white:before {
    transition: transform .55s ease-in-out;
    background-color: transparent;
    border: 1px solid #4c4c4c;
}

.c-button-circle--outline-white:after {
    transition: transform .55s ease-in-out;
    background-color: #fff
}

.c-button-circle--outline-white svg {
    position: relative;
    z-index: 1;
    color: #fff;
    transition: color .3s ease-in-out .3s
}

.c-button-circle--outline-white:hover:before {
    transform: scale(.8)
}

.c-button-circle--outline-white:hover:after {
    transition: transform .3s ease-in-out;
    transform: scale(.8)
}

.c-button-circle--outline-white:hover svg {
    z-index: 2;
    color: #6b54df
;
    transition: color .3s ease-in-out
}

.c-button-circle--outline-purple:before {
    transition: transform .55s ease-in-out;
    background-color: transparent;
    border: 1px solid #6b54df

}

.c-button-circle--outline-purple:after {
    transition: transform .55s ease-in-out;
    background-color: #6b54df

}

.c-button-circle--outline-purple svg {
    position: relative;
    z-index: 1;
    color: #6b54df
;
    transition: color .3s ease-in-out .3s
}

.c-button-circle--outline-purple:hover:before {
    transform: scale(.8)
}

.c-button-circle--outline-purple:hover:after {
    transition: transform .3s ease-in-out;
    transform: scale(.8)
}

.c-button-circle--outline-purple:hover svg {
    z-index: 2;
    color: #fff;
    transition: color .3s ease-in-out
}

.p-footer a:not(.c-button-circle) {
    color: #fff
}

.c-modals-buttons {
    position: fixed;
    z-index: 9;
    right: 2rem;
    right: calc(10.66667px + 2.77778vw);
    bottom: 2rem;
    bottom: calc(10.66667px + 2.77778vw)
}

@media screen and (max-width:480px) {
    .c-modals-buttons {
        right: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .c-modals-buttons {
        right: 2rem
    }
}

@media screen and (max-width:480px) {
    .c-modals-buttons {
        bottom: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .c-modals-buttons {
        bottom: 2rem
    }
}

@media (min-width:768px) {
    .c-modals-buttons {
        display: flex;
        gap: 1rem
    }
}



.c-modal-rocket-chat {
    position: fixed;
    z-index: 10;
    display: none;
    flex-direction: column;
    padding: 1.5rem 1rem;
    max-width: 300px;
    width: 100%;
    background-color: #fff;
    right: 2rem;
    right: calc(10.66667px + 2.77778vw);
    bottom: 2rem;
    bottom: calc(10.66667px + 2.77778vw);
    border: 1px solid #eee;
}

@media screen and (max-width:480px) {
    .c-modal-rocket-chat {
        right: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .c-modal-rocket-chat {
        right: 2rem
    }
}

@media screen and (max-width:480px) {
    .c-modal-rocket-chat {
        bottom: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .c-modal-rocket-chat {
        bottom: 2rem
    }
}

.c-modal-rocket-chat.active {
    display: flex
}

.c-modal-rocket-chat__header {
    font-weight: 400 !important;
    line-height: 1.3;
    letter-spacing: .04em;
    color: #fff;
    font-size: 24px !important;
    font-size: calc(16.25px + .78125vw) !important;
}

@media screen and (max-width:480px) {
    .c-modal-rocket-chat__header {
        font-size: 1.25rem
    }
}

@media screen and (min-width:992px) {
    .c-modal-rocket-chat__header {
        font-size: 1.5rem
    }
}

@media (min-width:992px) {
    .c-modal-rocket-chat__header {
        line-height: 1.33
    }
}

.c-modal-rocket-chat a {
    color: #6b54df;
    text-decoration: underline
}

.c-modal-rocket-chat .c-form__fieldset {
    padding: 0;
    margin: 3.5rem 0 0;
    border: none;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.43;
    color: #fff
}

.c-modal-rocket-chat .c-form__consent-wrapper {
    margin-top: 2rem
}

.c-modal-rocket-chat .c-form__consent {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    background-color: #fff;
    vertical-align: middle;
    border: 1px solid #ccc;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color .3s ease-in-out, border .3s ease-in-out
}

.c-modal-rocket-chat .c-form__consent:hover {
    border-color: #6b54df
}

.c-modal-rocket-chat .c-form__consent:checked {
    background-color: #6b54df
}

.c-modal-rocket-chat .c-form__consent-label {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.43;
    color: #808080
}

.c-modal-rocket-chat__approve-button {
    margin-top: 2rem;
}

.c-modal-rocket-chat .c-modal-rocket-chat__approve-button:disabled {
    background-color: #ccc !important;
}

.c-modal-rocket-chat .c-modal-rocket-chat__approve-button:disabled .c-button-square__label {
    color: #fff !important;
}

.c-modal-rocket-chat .c-modal-rocket-chat__approve-button:disabled:before {
    background-color: #ccc !important
}

.c-modal-rocket-chat .c-modal-rocket-chat__approve-button:disabled:hover {
    color: #ccc !important
}




.c-modal-rocket-chat .c-button-square:not(:disabled):hover.c-button-square--purple .c-button-square__label {
    color: #6b54df !important;
}


.c-modal-rocket-chat .c-button-square:disabled:hover .c-button-square__label {
    color: #fff !important;
}

.c-modal-rocket-chat .c-modal-rocket-chat__approve-button:disabled:hover:before {
    background-color: #ccc !important
}

.c-modal-rocket-chat .c-modal-rocket-chat__button-close {
    position: absolute;
    top: 1rem;
    right: 1rem
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

legend p {
    font-size: 14px !important;
    color: #000;
}

legend p a{
    color: #6b54df !important;
}

.p-footer a:not(.c-button-circle) {
    color: #fff
}


.c-modal-rocket-chat .c-button-square {
    position: relative;
    display: block;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.23;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 20px 32px !important;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
    border: none
}

.c-modal-rocket-chat .c-button-square:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(.58, .58, 0, .95)
}

.c-modal-rocket-chat .c-button-square__label {
    position: relative!important;
    z-index: 2!important;
}

.c-modal-rocket-chat .c-button-square:hover:before {
    transform: translateX(0) !important
}


.c-modal-rocket-chat .c-button-square--purple .c-button-square__label {
    color: #fff !important
}

.c-modal-rocket-chat .c-button-square--purple:before {
    background-color: #fff !important
}


.c-form .gform_wrapper.gravity-theme .gform_footer .c-button-square--purple, .c-form .gform_wrapper.gravity-theme .gform_page_footer .c-button-square--purple {
    background-color: #6b54df !important
}

.c-form .gform_wrapper.gravity-theme .gform_footer .c-button-square--purple:before, .c-form .gform_wrapper.gravity-theme .gform_page_footer .c-button-square--purple:before {
    background-color: #f0f0f0 !important
}

.c-modal-rocket-chat .c-button-square--light-gray:before, .c-modal-rocket-chat .c-button-square--purple {
    background-color: #6b54df !important
}




