.bg-eon-red {
    background-color: #EA1C0A
}

.bg-eon-white {
    background-color: #fff
}

.bg-eon-turquoise {
    background-color: #1EA2B1
}

.bg-eon-bordeaux {
    background-color: #B00402
}

.bg-eon-limeyellow {
    background-color: #E3E000
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-red-active {
    background-color: #D51607
}

.bg-eon-bordeaux-active {
    background-color: #A00311
}

.bg-eon-limeyellow-active {
    background-color: #DAD600
}

.bg-eon-turquoise-active {
    background-color: #2B91A3
}

.bg-eon-red-75 {
    background-color: #f05548
}

.bg-eon-red-50 {
    background-color: #f48D84
}

.bg-eon-red-25 {
    background-color: #fAC6C2
}

.bg-eon-bordeaux-75 {
    background-color: #c44341
}

.bg-eon-bordeaux-50 {
    background-color: #d78180
}

.bg-eon-bordeaux-25 {
    background-color: #ebc0c0
}

.bg-eon-bordeaux-dark {
    background-color: #76020C
}

.bg-eon-limeyellow-75 {
    background-color: #eae840
}

.bg-eon-limeyellow-50 {
    background-color: #f1ef7f
}

.bg-eon-limeyellow-25 {
    background-color: #f8f7bf
}

.bg-eon-turquoise-75 {
    background-color: #56b9c5
}

.bg-eon-turquoise-50 {
    background-color: #8ed0d8
}

.bg-eon-turquoise-25 {
    background-color: #c7e8eb
}

.bg-eon-turquoise-dark {
    background-color: #0F738A
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-darkgrey-active {
    background-color: #404040
}

.bg-eon-darkgrey-75 {
    background-color: #404040
}

.bg-eon-darkgrey-25 {
    background-color: #bfbfbf
}

.bg-eon-middlegrey {
    background-color: #8F9192
}

.bg-eon-lightgrey {
    background-color: #E8E8E8
}

.bg-eon-ultralightgrey {
    background-color: #F6F6F7
}

.eon-select,
.eon-select.large {
    width: 100%;
    background-color: transparent;
    height: 52px;
    padding: 0;
    margin: 0;
    border: 0
}

.eon-select .ui-selectmenu-button,
.eon-select.large .ui-selectmenu-button {
    width: 100%;
    height: 100%;
    border: 2px solid #bfbfbf;
    border-radius: 0;
    background-color: transparent;
    padding: 0 0 0 12px;
    border-radius: 3px
}

.eon-select .ui-selectmenu-button .ui-selectmenu-text,
.eon-select.large .ui-selectmenu-button .ui-selectmenu-text {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border: 0;
    color: #39393A
}

.eon-select .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large .ui-selectmenu-button .ui-selectmenu-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='26px' height='15px' viewBox='235 18 26 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M259,20 C256.258,24.142 252.883,28.088 248.904,31.677 C248.431,32.107 247.632,32.107 247.158,31.679 C243.151,28.071 239.755,24.166 237,20' id='icn_down' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 22px 12px;
    background-position: center center;
    width: 44px;
    height: 44px;
    margin: 2px;
    background-color: #EA1C0A;
    border: 0
}

.eon-select .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large .ui-selectmenu-button:hover .ui-selectmenu-icon {
    background-color: #D51607
}

.eon-select .ui-selectmenu-button.ui-selectmenu-button-open,
.eon-select.large .ui-selectmenu-button.ui-selectmenu-button-open {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.eon-select .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='26px' height='15px' viewBox='235 18 26 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M259,20 C256.258,24.142 252.883,28.088 248.904,31.677 C248.431,32.107 247.632,32.107 247.158,31.679 C243.151,28.071 239.755,24.166 237,20' id='icn_down' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E");
    background-color: #D51607
}

.eon-select.eon-red .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-red .ui-selectmenu-button .ui-selectmenu-icon {
    background-color: #EA1C0A
}

.eon-select.eon-red .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-red .ui-selectmenu-button:hover .ui-selectmenu-icon {
    background-color: #D51607
}

.eon-select.eon-red .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-red .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background-color: #D51607
}

.eon-select.eon-bordeaux .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-bordeaux .ui-selectmenu-button .ui-selectmenu-icon {
    background-color: #B00402
}

.eon-select.eon-bordeaux .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-bordeaux .ui-selectmenu-button:hover .ui-selectmenu-icon {
    background-color: #A00311
}

.eon-select.eon-bordeaux .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-bordeaux .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background-color: #A00311
}

.eon-select.eon-turquoise .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-turquoise .ui-selectmenu-button .ui-selectmenu-icon {
    background-color: #1EA2B1
}

.eon-select.eon-turquoise .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-turquoise .ui-selectmenu-button:hover .ui-selectmenu-icon {
    background-color: #2B91A3
}

.eon-select.eon-turquoise .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-turquoise .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background-color: #2B91A3
}

.eon-select.eon-limeyellow .ui-selectmenu-button .ui-selectmenu-icon,
.eon-select.large.eon-limeyellow .ui-selectmenu-button .ui-selectmenu-icon {
    background-color: #E3E000
}

.eon-select.eon-limeyellow .ui-selectmenu-button:hover .ui-selectmenu-icon,
.eon-select.large.eon-limeyellow .ui-selectmenu-button:hover .ui-selectmenu-icon {
    background-color: #DAD600
}

.eon-select.eon-limeyellow .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.eon-select.large.eon-limeyellow .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background-color: #DAD600
}

.ui-selectmenu-menu .ui-menu {
    border: 2px solid #bfbfbf;
    border-top: 0;
    padding: 0;
    height:158px;
    overflow: auto;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    background-color: #fff;
    color: #39393A;
    height: 52px;
    border: 0;
    margin: 0;
    line-height: 52px;
    padding: 0 0 0 12px;
    font-size: 18px
}

.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #E8E8E8
}

.eon-select.small {
    height: 40px
}

.eon-select.small .ui-selectmenu-button {
    padding: 0 0 0 12px
}

.eon-select.small .ui-selectmenu-button .ui-selectmenu-text {
    height: 36px;
    line-height: 36px;
    font-size: 16px
}

.eon-select.small .ui-selectmenu-button .ui-selectmenu-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='26px' height='15px' viewBox='235 18 26 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M259,20 C256.258,24.142 252.883,28.088 248.904,31.677 C248.431,32.107 247.632,32.107 247.158,31.679 C243.151,28.071 239.755,24.166 237,20' id='icn_down' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'%3E%3C/path%3E%3C/svg%3E");
    background-size: 14px 8px;
    width: 32px;
    height: 32px
}

.ui-selectmenu-menu .ui-menu.small .ui-menu-item .ui-menu-item-wrapper {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 0 0 12px
}

#select h4.eon-title {
    margin-bottom: 24px
}

#select .row {
    margin: 0;
    max-width: 100%
}

#select .row .select-container {
    margin-bottom: 40px;
    padding: 0
}

#select .code-container {
    margin-bottom: 24px;
    overflow: hidden;
    margin-bottom: 0
}

#select .code-container p.show-code {
    display: inline-block;
    float: left;
    margin: 0
}

#select .code-container p.huge-module__toggle-code {
    height: 32px;
    margin-left: 30px
}

#select form label.select-label {
    color: #39393A
}

#select form label.select-label.eon-white {
    color: #fff
}

#select .switch-controls {
    margin-bottom: 36px
}

#select .switch-controls h5.color-switcher-label {
    display: inline-block;
    vertical-align: top
}

#select .switch-controls ul.color-switcher-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

#select .switch-controls ul.color-switcher-list li.color-switcher {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 0 0 12px;
    border-radius: 3px
}

#select .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #EA1C0A
}

#select .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #B00402
}

#select .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #1EA2B1
}

#select .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #E3E000
}

#select .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-white {
    border: 1px solid #CCC
}

#select .switch-controls ul.color-switcher-list li.color-switcher:hover {
    cursor: pointer
}

#select.bg-eon-red .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #FFF
}

#select.bg-eon-bordeaux .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #FFF
}

#select.bg-eon-limeyellow .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #FFF
}

#select.bg-eon-turquoise .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #FFF
}

@media (max-width:420px) {
    #select ul {
        width: 100%
    }
}

li.ui-menu-item{
    padding-top: 15px;
}
.bg-eon-red {
    background-color: #EA1C0A
}

.bg-eon-white {
    background-color: #fff
}

.bg-eon-turquoise {
    background-color: #1EA2B1
}

.bg-eon-bordeaux {
    background-color: #B00402
}

.bg-eon-limeyellow {
    background-color: #E3E000
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-red-active {
    background-color: #D51607
}

.bg-eon-bordeaux-active {
    background-color: #A00311
}

.bg-eon-limeyellow-active {
    background-color: #DAD600
}

.bg-eon-turquoise-active {
    background-color: #2B91A3
}

.bg-eon-red-75 {
    background-color: #f05548
}

.bg-eon-red-50 {
    background-color: #f48D84
}

.bg-eon-red-25 {
    background-color: #fAC6C2
}

.bg-eon-bordeaux-75 {
    background-color: #c44341
}

.bg-eon-bordeaux-50 {
    background-color: #d78180
}

.bg-eon-bordeaux-25 {
    background-color: #ebc0c0
}

.bg-eon-bordeaux-dark {
    background-color: #76020C
}

.bg-eon-limeyellow-75 {
    background-color: #eae840
}

.bg-eon-limeyellow-50 {
    background-color: #f1ef7f
}

.bg-eon-limeyellow-25 {
    background-color: #f8f7bf
}

.bg-eon-turquoise-75 {
    background-color: #56b9c5
}

.bg-eon-turquoise-50 {
    background-color: #8ed0d8
}

.bg-eon-turquoise-25 {
    background-color: #c7e8eb
}

.bg-eon-turquoise-dark {
    background-color: #0F738A
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-darkgrey-active {
    background-color: #404040
}

.bg-eon-darkgrey-75 {
    background-color: #404040
}

.bg-eon-darkgrey-25 {
    background-color: #bfbfbf
}

.bg-eon-middlegrey {
    background-color: #8F9192
}

.bg-eon-lightgrey {
    background-color: #E8E8E8
}

.bg-eon-ultralightgrey {
    background-color: #F6F6F7
}

input.readonly {
    background-color: rgba(239, 239, 239, 0.3);
}

input.eon-input-text,
input.eon-input-text-no-label {
    width: 100%;
    display: inline-block;
    height: 52px;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px
}

textarea.eon-input-textarea {
    width: 100%;
    color: #555555;
    resize: none;
    display: inline-block;
    height: 100px;
    border: 2px solid #bfbfbf;
    border-radius: 4px;
    padding: 5px 12px 5px 12px;
    font-size: 17px;
}

textarea.eon-input-textarea:-moz-placeholder,
textarea.eon-input-textarea::-moz-placeholder{
    color: #999999;
    opacity: 1;
}

textarea.eon-input-textarea::-webkit-input-placeholder{
    color: #999999;
}

textarea.eon-input-textarea:-ms-input-placeholder{
    color: #999999;
}

textarea.eon-input-textarea::-ms-expand {
    border: 0;
    background-color: transparent;
}

input.eon-input-text:focus,
input.eon-input-text-no-label:focus {
    outline: none;
    border: 2px solid #8F9192
}

input.eon-input-text:focus.eon-red,
input.eon-input-text-no-label:focus.eon-red {
    border: 2px solid #A00311
}

input.eon-input-text:focus.eon-bordeaux,
input.eon-input-text-no-label:focus.eon-bordeaux {
    border: 2px solid #76020C
}

input.eon-input-text:focus.eon-turquoise,
input.eon-input-text-no-label:focus.eon-turquoise {
    border: 2px solid #0F738A
}

input.eon-input-text:focus.eon-limeyellow,
input.eon-input-text-no-label:focus.eon-limeyellow {
    border: 2px solid #76020C
}

input.eon-input-text:disabled,
input.eon-input-text-no-label:disabled {
    background-color: #fff;
    border: 2px solid #E8E8E8
}

input.eon-input-text.eon-red,
input.eon-input-text.eon-bordeaux,
input.eon-input-text.eon-turquoise,
input.eon-input-text-no-label.eon-red,
input.eon-input-text-no-label.eon-bordeaux,
input.eon-input-text-no-label.eon-turquoise {
    border: 2px solid #fff;
    color: #fff
}

input.eon-input-text.eon-red,
input.eon-input-text.eon-red:disabled,
input.eon-input-text-no-label.eon-red,
input.eon-input-text-no-label.eon-red:disabled {
    background-color: #EA1C0A
}

input.eon-input-text.eon-red:disabled,
input.eon-input-text.eon-red:disabled:disabled,
input.eon-input-text-no-label.eon-red:disabled,
input.eon-input-text-no-label.eon-red:disabled:disabled {
    border: 2px solid #f48D84
}

input.eon-input-text.eon-bordeaux,
input.eon-input-text.eon-bordeaux:disabled,
input.eon-input-text-no-label.eon-bordeaux,
input.eon-input-text-no-label.eon-bordeaux:disabled {
    background-color: #B00402
}

input.eon-input-text.eon-bordeaux:disabled,
input.eon-input-text.eon-bordeaux:disabled:disabled,
input.eon-input-text-no-label.eon-bordeaux:disabled,
input.eon-input-text-no-label.eon-bordeaux:disabled:disabled {
    border: 2px solid #d78180
}

input.eon-input-text.eon-turquoise,
input.eon-input-text.eon-turquoise:disabled,
input.eon-input-text-no-label.eon-turquoise,
input.eon-input-text-no-label.eon-turquoise:disabled {
    background-color: #1EA2B1
}

input.eon-input-text.eon-turquoise:disabled,
input.eon-input-text.eon-turquoise:disabled:disabled,
input.eon-input-text-no-label.eon-turquoise:disabled,
input.eon-input-text-no-label.eon-turquoise:disabled:disabled {
    border: 2px solid #8ed0d8
}

input.eon-input-text.eon-limeyellow,
input.eon-input-text.eon-limeyellow:disabled,
input.eon-input-text-no-label.eon-limeyellow,
input.eon-input-text-no-label.eon-limeyellow:disabled {
    border: 2px solid #B00402;
    background-color: #E3E000;
    color: #B00402
}

input.eon-input-text.eon-limeyellow:disabled,
input.eon-input-text.eon-limeyellow:disabled:disabled,
input.eon-input-text-no-label.eon-limeyellow:disabled,
input.eon-input-text-no-label.eon-limeyellow:disabled:disabled {
    border: 2px solid #f1ef7f
}

input.eon-input-text-no-label.eon-red,
input.eon-input-text-no-label.eon-bordeaux,
input.eon-input-text-no-label.eon-turquoise {
    color: #fff
}

input.eon-input-text-no-label.eon-red::-webkit-input-placeholder,
input.eon-input-text-no-label.eon-bordeaux::-webkit-input-placeholder,
input.eon-input-text-no-label.eon-turquoise::-webkit-input-placeholder {
    color: #fff
}

input.eon-input-text-no-label.eon-red:-moz-placeholder,
input.eon-input-text-no-label.eon-bordeaux:-moz-placeholder,
input.eon-input-text-no-label.eon-turquoise:-moz-placeholder {
    color: #fff;
    opacity: 1
}

input.eon-input-text-no-label.eon-red::-moz-placeholder,
input.eon-input-text-no-label.eon-bordeaux::-moz-placeholder,
input.eon-input-text-no-label.eon-turquoise::-moz-placeholder {
    color: #fff;
    opacity: 1
}

input.eon-input-text-no-label.eon-red:-ms-input-placeholder,
input.eon-input-text-no-label.eon-bordeaux:-ms-input-placeholder,
input.eon-input-text-no-label.eon-turquoise:-ms-input-placeholder {
    color: #fff
}

input.eon-input-text-no-label.eon-limeyellow {
    color: #B00402
}

input.eon-input-text-no-label.eon-limeyellow::-webkit-input-placeholder {
    color: #B00402
}

input.eon-input-text-no-label.eon-limeyellow:-moz-placeholder {
    color: #B00402;
    opacity: 1
}

input.eon-input-text-no-label.eon-limeyellow::-moz-placeholder {
    color: #B00402;
    opacity: 1
}

input.eon-input-text-no-label.eon-limeyellow:-ms-input-placeholder {
    color: #B00402
}

input.eon-input-text-no-label:disabled,
input.eon-input-text:disabled {
    background-color: #fff
}

input.eon-input-text-no-label:disabled::-webkit-input-placeholder,
input.eon-input-text:disabled::-webkit-input-placeholder {
    color: #E8E8E8
}

input.eon-input-text-no-label:disabled:-moz-placeholder,
input.eon-input-text:disabled:-moz-placeholder {
    color: #E8E8E8;
    opacity: 1
}

input.eon-input-text-no-label:disabled::-moz-placeholder,
input.eon-input-text:disabled::-moz-placeholder {
    color: #E8E8E8;
    opacity: 1
}

input.eon-input-text-no-label:disabled:-ms-input-placeholder,
input.eon-input-text:disabled:-ms-input-placeholder {
    color: #E8E8E8
}

input.eon-input-text-no-label:disabled.eon-red::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-red::-webkit-input-placeholder {
    color: #fAC6C2
}

input.eon-input-text-no-label:disabled.eon-red:-moz-placeholder,
input.eon-input-text:disabled.eon-red:-moz-placeholder {
    color: #fAC6C2;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-red::-moz-placeholder,
input.eon-input-text:disabled.eon-red::-moz-placeholder {
    color: #fAC6C2;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-red:-ms-input-placeholder,
input.eon-input-text:disabled.eon-red:-ms-input-placeholder {
    color: #fAC6C2
}

input.eon-input-text-no-label:disabled.eon-bordeaux::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-bordeaux::-webkit-input-placeholder {
    color: #ebc0c0
}

input.eon-input-text-no-label:disabled.eon-bordeaux:-moz-placeholder,
input.eon-input-text:disabled.eon-bordeaux:-moz-placeholder {
    color: #ebc0c0;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-bordeaux::-moz-placeholder,
input.eon-input-text:disabled.eon-bordeaux::-moz-placeholder {
    color: #ebc0c0;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-bordeaux:-ms-input-placeholder,
input.eon-input-text:disabled.eon-bordeaux:-ms-input-placeholder {
    color: #ebc0c0
}

input.eon-input-text-no-label:disabled.eon-turquoise::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-turquoise::-webkit-input-placeholder {
    color: #c7e8eb
}

input.eon-input-text-no-label:disabled.eon-turquoise:-moz-placeholder,
input.eon-input-text:disabled.eon-turquoise:-moz-placeholder {
    color: #c7e8eb;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-turquoise::-moz-placeholder,
input.eon-input-text:disabled.eon-turquoise::-moz-placeholder {
    color: #c7e8eb;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-turquoise:-ms-input-placeholder,
input.eon-input-text:disabled.eon-turquoise:-ms-input-placeholder {
    color: #c7e8eb
}

input.eon-input-text-no-label:disabled.eon-limeyellow::-webkit-input-placeholder,
input.eon-input-text:disabled.eon-limeyellow::-webkit-input-placeholder {
    color: #f8f7bf
}

input.eon-input-text-no-label:disabled.eon-limeyellow:-moz-placeholder,
input.eon-input-text:disabled.eon-limeyellow:-moz-placeholder {
    color: #f8f7bf;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-limeyellow::-moz-placeholder,
input.eon-input-text:disabled.eon-limeyellow::-moz-placeholder {
    color: #f8f7bf;
    opacity: 1
}

input.eon-input-text-no-label:disabled.eon-limeyellow:-ms-input-placeholder,
input.eon-input-text:disabled.eon-limeyellow:-ms-input-placeholder {
    color: #f8f7bf
}

input.eon-input-text-no-label[value]:disabled,
input.eon-input-text[value]:disabled {
    background-color: #F6F6F7;
    border: 2px solid #E8E8E8;
    color: #39393A
}

input.eon-input-text-no-label[value]:disabled.eon-red,
input.eon-input-text-no-label[value]:disabled.eon-bordeaux,
input.eon-input-text-no-label[value]:disabled.eon-turquoise,
input.eon-input-text[value]:disabled.eon-red,
input.eon-input-text[value]:disabled.eon-bordeaux,
input.eon-input-text[value]:disabled.eon-turquoise {
    color: #fff
}

input.eon-input-text-no-label[value]:disabled.eon-red,
input.eon-input-text[value]:disabled.eon-red {
    background-color: #f05548;
    border: 2px solid #D51607
}

input.eon-input-text-no-label[value]:disabled.eon-bordeaux,
input.eon-input-text[value]:disabled.eon-bordeaux {
    background-color: #c44341;
    border: 2px solid #A00311
}

input.eon-input-text-no-label[value]:disabled.eon-turquoise,
input.eon-input-text[value]:disabled.eon-turquoise {
    background-color: #56b9c5;
    border: 2px solid #2B91A3
}

input.eon-input-text-no-label[value]:disabled.eon-limeyellow,
input.eon-input-text[value]:disabled.eon-limeyellow {
    background-color: #eae840;
    border: 2px solid #DAD600;
    color: #B00402
}

input.eon-input-text-no-label.error,
input.eon-input-text.error {
    padding-right: 52px;
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000,39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(234,28,10)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049,7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(255,255,255)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: calc(100% - 12px) center;
    background-size: 24px;
    background-repeat: no-repeat
}

input.eon-input-text-no-label.error.eon-red,
input.eon-input-text.error.eon-red {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000,39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049,7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(234,28,10)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

input.eon-input-text-no-label.error.eon-bordeaux,
input.eon-input-text.error.eon-bordeaux {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000,39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049,7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(176,4,2)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

input.eon-input-text-no-label.error.eon-turquoise,
input.eon-input-text.error.eon-turquoise {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000,39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049,7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(30,162,177)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(30,162,177)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

input.eon-input-text-no-label.error.eon-limeyellow,
input.eon-input-text.error.eon-limeyellow {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='23px' viewBox='297 39 24 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_error' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(297.000000,39.000000)'%3E%3Cpath d='M10.3034259,2.42334148 C11.3508479,0.48057371 13.0527389,0.481334305 14.1037865,2.42334148 L23.2933947,19.4028629 C24.3448539,21.3456307 23.413949,22.9205552 21.2002365,22.9205552 L3.24957081,22.9205552 C1.04209223,22.9205552 0.102090623,21.3448701 1.14910256,19.4028629 L10.3034259,2.42334148 Z' id='Triangle' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cg id='Group-39' transform='translate(10.300049,7.500000)'%3E%3Cpath d='M2,0.5 L2,6.5' id='Line' stroke='rgb(227,224,0)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3Ccircle id='Oval-2' fill='rgb(227,224,0)' cx='2' cy='10.7000122' r='1.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

label.eon-input-label {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    display: block;
    margin: 4px 0;
    display: block;
    width: 100%;
    font-family: 'EONBrixSans'
}

label.eon-input-label.required:after {
    content: "*";
    color: #39393A
}

label.eon-input-label.eon-red,
label.eon-input-label.eon-bordeaux,
label.eon-input-label.eon-turquoise {
    color: #fff
}

label.eon-input-label.eon-red.required:after,
label.eon-input-label.eon-bordeaux.required:after,
label.eon-input-label.eon-turquoise.required:after {
    color: #fff
}

label.eon-input-label.eon-limeyellow {
    color: #B00402
}

label.eon-input-label.eon-limeyellow.required:after {
    color: #B00402
}

label.eon-input-label.disabled {
    color: #bfbfbf
}

label.eon-input-label.disabled.eon-red {
    color: #f48D84
}

label.eon-input-label.disabled.eon-bordeaux {
    color: #d78180
}

label.eon-input-label.disabled.eon-turquoise {
    color: #8ed0d8
}

label.eon-input-label.disabled.eon-limeyellow {
    color: #f8f7bf
}

span.error {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #39393A;
    margin-top: 4px
}

span.error.no-label {
    color: #000
}

span.error.eon-red,
span.error.eon-bordeaux,
span.error.eon-turquoise {
    color: #fff
}

span.error.eon-red.no-label,
span.error.eon-bordeaux.no-label,
span.error.eon-turquoise.no-label {
    color: #fff
}

span.error.eon-limeyellow {
    color: #B00402
}

#input-fields ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 36px
}

#input-fields ul li {
    margin-bottom: 24px
}

#input-fields h4.eon-title {
    margin-bottom: 24px
}

#input-fields .columns {
    padding: 0
}

#input-fields input.eon-input-text,
#input-fields input.eon-input-text-no-label {
    max-width: 80%
}

#input-fields .small-12 {
    margin-top: 24px
}

#input-fields .switch-controls {
    margin-bottom: 36px
}

#input-fields .switch-controls h5.color-switcher-label {
    display: inline-block;
    vertical-align: top
}

#input-fields .switch-controls ul.color-switcher-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

#input-fields .switch-controls ul.color-switcher-list li.color-switcher {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 0 0 12px;
    border-radius: 3px
}

#input-fields .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #EA1C0A
}

#input-fields .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #B00402
}

#input-fields .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #1EA2B1
}

#input-fields .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #E3E000
}

#input-fields .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-white {
    border: 1px solid #CCC
}

#input-fields .switch-controls ul.color-switcher-list li.color-switcher:hover {
    cursor: pointer
}

#input-fields.bg-eon-red .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #FFF
}

#input-fields.bg-eon-bordeaux .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #FFF
}

#input-fields.bg-eon-limeyellow .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #FFF
}

#input-fields.bg-eon-turquoise .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #FFF
}
.bg-eon-red {
    background-color: #EA1C0A
}

.bg-eon-white {
    background-color: #fff
}

.bg-eon-turquoise {
    background-color: #1EA2B1
}

.bg-eon-bordeaux {
    background-color: #B00402
}

.bg-eon-limeyellow {
    background-color: #E3E000
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-red-active {
    background-color: #D51607
}

.bg-eon-bordeaux-active {
    background-color: #A00311
}

.bg-eon-limeyellow-active {
    background-color: #DAD600
}

.bg-eon-turquoise-active {
    background-color: #2B91A3
}

.bg-eon-red-75 {
    background-color: #f05548
}

.bg-eon-red-50 {
    background-color: #f48D84
}

.bg-eon-red-25 {
    background-color: #fAC6C2
}

.bg-eon-bordeaux-75 {
    background-color: #c44341
}

.bg-eon-bordeaux-50 {
    background-color: #d78180
}

.bg-eon-bordeaux-25 {
    background-color: #ebc0c0
}

.bg-eon-bordeaux-dark {
    background-color: #76020C
}

.bg-eon-limeyellow-75 {
    background-color: #eae840
}

.bg-eon-limeyellow-50 {
    background-color: #f1ef7f
}

.bg-eon-limeyellow-25 {
    background-color: #f8f7bf
}

.bg-eon-turquoise-75 {
    background-color: #56b9c5
}

.bg-eon-turquoise-50 {
    background-color: #8ed0d8
}

.bg-eon-turquoise-25 {
    background-color: #c7e8eb
}

.bg-eon-turquoise-dark {
    background-color: #0F738A
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-darkgrey-active {
    background-color: #404040
}

.bg-eon-darkgrey-75 {
    background-color: #404040
}

.bg-eon-darkgrey-25 {
    background-color: #bfbfbf
}

.bg-eon-middlegrey {
    background-color: #8F9192
}

.bg-eon-lightgrey {
    background-color: #E8E8E8
}

.bg-eon-ultralightgrey {
    background-color: #F6F6F7
}

.eon-checkbox-label,
.eon-radio-label {
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding-left: 42px;
    font-size: 18px;
    position: relative
}

.m0-before:before {
    content:"";
    margin: 0 !important;
}

.eon-checkbox-label:before,
.eon-radio-label:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.eon-checkbox-label input[type=checkbox].eon-checkbox,
.eon-checkbox-label input[type=radio].eon-radio,
.eon-radio-label input[type=checkbox].eon-checkbox,
.eon-radio-label input[type=radio].eon-radio {
    display: none
}

.eon-checkbox-label:hover,
.eon-radio-label:hover {
    cursor: pointer
}

.eon-checkbox-label {
    background-color: transparent
}

.eon-checkbox-label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-red {
    background-color: transparent
}

.eon-checkbox-label.bg-eon-red:before {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EForm/Checkbox/Disabled/Gray%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Form/Checkbox/Disabled/Gray' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.36530195,2.01161147 C3.66378577,2.33534182 2.3352991,3.663828 2.01158096,5.36529449 C0.662806345,12.4562577 0.662806345,19.5437423 2.01157232,26.63466 C2.33529976,28.3361755 3.66379116,29.6646636 5.36525,29.9883787 C8.9114594,30.6628381 12.4562162,31 16,31 C19.5437838,31 23.0885406,30.6628381 26.6346877,29.9883905 C28.3362088,29.6646636 29.6647002,28.3361755 29.988419,26.6347055 C31.3371937,19.5437423 31.3371937,12.4562577 29.9884277,5.36533995 C29.6647002,3.66382455 28.3362088,2.33533643 26.6347084,2.01161344 C23.0891467,1.33712167 19.5444044,1 16,1 C12.4555991,1 8.91086023,1.33712102 5.36530195,2.01161147 Z' id='Fill-281-Copy-14' stroke='%23BFBFBF' stroke-width='2'%3E%3C/path%3E %3C/g%3E %3C/svg%3E");
}

.eon-checkbox-label.bg-eon-bordeaux {
    background-color: transparent;
    color: #B00402
}

.eon-checkbox-label.bg-eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-bordeaux.eon-limeyellow:before {
     background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-turquoise {
    background-color: transparent
}

.eon-checkbox-label.bg-eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EForm/Checkbox/Disabled/Gray%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Form/Checkbox/Disabled/Gray' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.36530195,2.01161147 C3.66378577,2.33534182 2.3352991,3.663828 2.01158096,5.36529449 C0.662806345,12.4562577 0.662806345,19.5437423 2.01157232,26.63466 C2.33529976,28.3361755 3.66379116,29.6646636 5.36525,29.9883787 C8.9114594,30.6628381 12.4562162,31 16,31 C19.5437838,31 23.0885406,30.6628381 26.6346877,29.9883905 C28.3362088,29.6646636 29.6647002,28.3361755 29.988419,26.6347055 C31.3371937,19.5437423 31.3371937,12.4562577 29.9884277,5.36533995 C29.6647002,3.66382455 28.3362088,2.33533643 26.6347084,2.01161344 C23.0891467,1.33712167 19.5444044,1 16,1 C12.4555991,1 8.91086023,1.33712102 5.36530195,2.01161147 Z' id='Fill-281-Copy-14' stroke='%23BFBFBF' stroke-width='2'%3E%3C/path%3E %3C/g%3E %3C/svg%3E");
}

.eon-checkbox-label.bg-eon-limeyellow {
    background-color: transparent
}

.eon-checkbox-label.bg-eon-limeyellow:before {
    /* was background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(143,145,146)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E") */
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EForm/Checkbox/Disabled/Gray%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Form/Checkbox/Disabled/Gray' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.36530195,2.01161147 C3.66378577,2.33534182 2.3352991,3.663828 2.01158096,5.36529449 C0.662806345,12.4562577 0.662806345,19.5437423 2.01157232,26.63466 C2.33529976,28.3361755 3.66379116,29.6646636 5.36525,29.9883787 C8.9114594,30.6628381 12.4562162,31 16,31 C19.5437838,31 23.0885406,30.6628381 26.6346877,29.9883905 C28.3362088,29.6646636 29.6647002,28.3361755 29.988419,26.6347055 C31.3371937,19.5437423 31.3371937,12.4562577 29.9884277,5.36533995 C29.6647002,3.66382455 28.3362088,2.33533643 26.6347084,2.01161344 C23.0891467,1.33712167 19.5444044,1 16,1 C12.4555991,1 8.91086023,1.33712102 5.36530195,2.01161147 Z' id='Fill-281-Copy-14' stroke='%23BFBFBF' stroke-width='2'%3E%3C/path%3E %3C/g%3E %3C/svg%3E");
}

.eon-checkbox-label.bg-eon-white {
    background-color: transparent;
    color: #fff
}

.eon-checkbox-label.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-white.eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-white.eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-white.eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-red-75 {
    background-color: transparent
}

.eon-checkbox-label.bg-eon-red-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(240,85,72)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-bordeaux-75 {
    background-color: transparent
}

.eon-checkbox-label.bg-eon-bordeaux-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(196,67,65)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-limeyellow-75 {
    background-color: transparent
}

.eon-checkbox-label.bg-eon-limeyellow-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(234,232,64)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.bg-eon-turquoise-75 {
    background-color: transparent
}

.eon-checkbox-label.bg-eon-turquoise-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(86,185,197)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.checked {
    background-color: transparent
}

.eon-checkbox-label.checked:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(143,145,146)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-red {
    background-color: transparent
}

.eon-checkbox-label.checked.bg-eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(234,28,10)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-bordeaux {
    background-color: transparent;
    color: #B00402
}

.eon-checkbox-label.checked.bg-eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-bordeaux.eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(227,224,0)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-turquoise {
    background-color: transparent
}

.eon-checkbox-label.checked.bg-eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(30,162,177)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-limeyellow {
    background-color: transparent
}

.eon-checkbox-label.checked.bg-eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(227,224,0)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(176,4,2)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-white {
    background-color: transparent;
    color: #fff
}

.eon-checkbox-label.checked.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(234,28,10)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-white.eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(234,28,10)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-white.eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(176,4,2)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-white.eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(30,162,177)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-red-75 {
    background-color: transparent
}

.eon-checkbox-label.checked.bg-eon-red-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(240,85,72)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-bordeaux-75 {
    background-color: transparent
}

.eon-checkbox-label.checked.bg-eon-bordeaux-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(196,67,65)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-limeyellow-75 {
    background-color: transparent
}

.eon-checkbox-label.checked.bg-eon-limeyellow-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(234,232,64)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.checked.bg-eon-turquoise-75 {
    background-color: transparent
}

.eon-checkbox-label.checked.bg-eon-turquoise-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='699 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Check_box_selected-Copy-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(699.000000,0.000000)'%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='Fill-281-Copy-7' fill='rgb(86,185,197)'%3E%3C/path%3E%3Cpath d='M14.0347642,24.208164 C14.5057113,24.4347242 15.0761315,24.2927352 15.386936,23.8488604 L25.4565159,9.46800991 C25.8101005,8.96303885 25.6913069,8.27200817 25.199064,7.91329439 C24.7033893,7.55207973 24.024003,7.66906052 23.6739469,8.16899242 L14.3063855,21.5472565 L8.65587014,16.1339443 C8.17086414,15.6692984 7.41587575,15.6901562 6.96114541,16.1897727 L7.03424599,16.1094564 C6.58328136,16.6049355 6.6065753,17.3791492 7.09588334,17.8479165 L13.40206,23.889366 C13.584801,24.0644357 13.8058696,24.1705814 14.0347642,24.208164 Z' id='Combined-Shape-Copy' fill='rgb(255,255,255)' transform='translate(16.186138,16.008926) rotate(-1.000000) translate(-16.186138,-16.008926) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-checkbox-label.disabled {
    color: #bfbfbf
}

.eon-checkbox-label.disabled:hover {
    cursor: default
}

.eon-checkbox-label.disabled:before {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EForm/Checkbox/Disabled/Gray%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Form/Checkbox/Disabled/Gray' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cpath d='M5.36530195,2.01161147 C3.66378577,2.33534182 2.3352991,3.663828 2.01158096,5.36529449 C0.662806345,12.4562577 0.662806345,19.5437423 2.01157232,26.63466 C2.33529976,28.3361755 3.66379116,29.6646636 5.36525,29.9883787 C8.9114594,30.6628381 12.4562162,31 16,31 C19.5437838,31 23.0885406,30.6628381 26.6346877,29.9883905 C28.3362088,29.6646636 29.6647002,28.3361755 29.988419,26.6347055 C31.3371937,19.5437423 31.3371937,12.4562577 29.9884277,5.36533995 C29.6647002,3.66382455 28.3362088,2.33533643 26.6347084,2.01161344 C23.0891467,1.33712167 19.5444044,1 16,1 C12.4555991,1 8.91086023,1.33712102 5.36530195,2.01161147 Z' id='Fill-281-Copy-14' stroke='%23E8E8E8' stroke-width='2'%3E%3C/path%3E %3C/g%3E %3C/svg%3E");
}

.eon-checkbox-label.disabled.eon-limeyellow-25 {
    color: #f8f7bf
}

.eon-checkbox-label.disabled.eon-limeyellow-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(248,247,191)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.disabled.eon-bordeaux-25 {
    color: #ebc0c0
}

.eon-checkbox-label.disabled.eon-bordeaux-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(235,192,192)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.disabled.eon-red-25 {
    color: #fAC6C2
}

.eon-checkbox-label.disabled.eon-red-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(250,198,194)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-checkbox-label.disabled.eon-turquoise-25 {
    color: #c7e8eb
}

.eon-checkbox-label.disabled.eon-turquoise-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.17840764,1.02923144 C3.07358064,1.42969028 1.42965426,3.07361259 1.02919443,5.1784344 C-0.343064809,12.3928642 -0.343064809,19.6071358 1.02919443,26.8215656 C1.42965426,28.9263874 3.07358064,30.5703097 5.17840764,30.9707686 C8.78555236,31.6568174 12.3928553,32 16,32 C19.6071447,32 23.2144476,31.6568174 26.8215924,30.9707686 C28.9264194,30.5703097 30.5703457,28.9263874 30.9708056,26.8215656 C32.3430648,19.6071358 32.3430648,12.3928642 30.9708056,5.1784344 C30.5703457,3.07361259 28.9264194,1.42969028 26.8215924,1.02923144 C23.2144476,0.343024406 19.6071447,0 16,0 C12.3928553,0 8.78555236,0.343024406 5.17840764,1.02923144 Z' id='path-1'%3E%3C/path%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Fill-281-Copy-13' stroke='rgb(199,232,235)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label {
    background-color: transparent
}

.eon-radio-label:before {
    background-image: url("../commons/clientlib-italia-css/resources/icons/radio-unchecked.svg")
}

.eon-radio-label:before {
    background-image: url("../commons/clientlib-italia-css/resources/icons/radio-unchecked.svg")
}

.eon-radio-label.bg-eon-red {
    background-color: transparent
}

.eon-radio-label.bg-eon-red:before {
    background-image: url("../commons/clientlib-italia-css/resources/icons/radio-unchecked.svg")
}

.eon-radio-label.bg-eon-bordeaux {
    background-color: transparent
}

.eon-radio-label.bg-eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-bordeaux.eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(143,145,146)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-turquoise {
    background-color: transparent
}

.eon-radio-label.bg-eon-turquoise:before {
    background-image: url("../commons/clientlib-italia-css/resources/icons/radio-unchecked.svg")
}

.eon-radio-label.bg-eon-red500 {
    background-color: transparent
}

.eon-radio-label.bg-eon-red500:before {
    background-image: url("../commons/clientlib-italia-css/resources/icons/radio-unchecked.svg")
}

.eon-radio-label.bg-eon-limeyellow {
    background-color: transparent
}

.eon-radio-label.bg-eon-limeyellow:before {
    background-image: url("../commons/clientlib-italia-css/resources/icons/radio-unchecked.svg")
}

.eon-radio-label.bg-eon-white {
    background-color: transparent;
    color: #fff
}

.eon-radio-label.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-white.eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-white.eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-white.eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(255,255,255)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-red-75 {
    background-color: transparent
}

.eon-radio-label.bg-eon-red-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(240,85,72)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-bordeaux-75 {
    background-color: transparent
}

.eon-radio-label.bg-eon-bordeaux-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(196,67,65)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-limeyellow-75 {
    background-color: transparent
}

.eon-radio-label.bg-eon-limeyellow-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(234,232,64)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.bg-eon-turquoise-75 {
    background-color: transparent
}

.eon-radio-label.bg-eon-turquoise-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(86,185,197)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.checked {
    background-color: transparent
}

.eon-radio-label.checked:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(143,145,146)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-red {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(234,28,10)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-bordeaux {
    background-color: transparent;
    color: #B00402
}

.eon-radio-label.checked.bg-eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(176,4,2)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-bordeaux.eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(176,4,2)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(227,224,0)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-turquoise {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(30,162,177)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-red500 {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-red500:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7147 12.0004C17.7147 15.1563 15.1563 17.7147 12.0004 17.7147C8.84451 17.7147 6.28613 15.1563 6.28613 12.0004C6.28613 8.84451 8.84451 6.28613 12.0004 6.28613C15.1563 6.28613 17.7147 8.84451 17.7147 12.0004Z' fill='%23EA1B0A'/%3E%3Cmask id='path-2-inside-1_4080_6091' fill='white'%3E%3Cpath d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z'/%3E%3C/mask%3E%3Cpath d='M20 12C20 16.4183 16.4183 20 12 20V24C18.6274 24 24 18.6274 24 12H20ZM12 20C7.58172 20 4 16.4183 4 12H0C0 18.6274 5.37258 24 12 24V20ZM4 12C4 7.58172 7.58172 4 12 4V0C5.37258 0 0 5.37258 0 12H4ZM12 4C16.4183 4 20 7.58172 20 12H24C24 5.37258 18.6274 0 12 0V4Z' fill='%23EA1B0A' mask='url(clientlibs/css/%23path-2-inside-1_4080_6091)'/%3E%3C/svg%3E%0A");}

.eon-radio-label.checked.bg-eon-limeyellow {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(227,224,0)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(176,4,2)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-white {
    background-color: transparent;
    color: #fff
}

.eon-radio-label.checked.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(234,28,10)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-white.eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(234,28,10)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-white.eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(176,4,2)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-white.eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(255,255,255)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(30,162,177)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-red-75 {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-red-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(240,85,72)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-bordeaux-75 {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-bordeaux-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(196,67,65)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-limeyellow-75 {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-limeyellow-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(234,232,64)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.checked.bg-eon-turquoise-75 {
    background-color: transparent
}

.eon-radio-label.checked.bg-eon-turquoise-75:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='599 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Radio_Btn_selected-Copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(599.000000,0.000000)'%3E%3Ccircle id='Oval-3-Copy-5' fill='rgb(86,185,197)' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Ccircle id='Oval-4' fill='rgb(255,255,255)' cx='16' cy='16' r='5'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label.disabled {
    color: #bfbfbf
}

.eon-radio-label.disabled:hover {
    cursor: default
}

.eon-radio-label.disabled:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(191,191,191)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.disabled.eon-limeyellow-25 {
    color: #f8f7bf
}

.eon-radio-label.disabled.eon-limeyellow-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(248,247,191)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.disabled.eon-bordeaux-25 {
    color: #ebc0c0
}

.eon-radio-label.disabled.eon-bordeaux-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(235,192,192)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.disabled.eon-red-25 {
    color: #fAC6C2
}

.eon-radio-label.disabled.eon-red-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(250,198,194)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

.eon-radio-label.disabled.eon-turquoise-25 {
    color: #c7e8eb
}

.eon-radio-label.disabled.eon-turquoise-25:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33px' height='33px' viewBox='0 0 33 33' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='path-1' cx='16' cy='16' r='16'%3E%3C/circle%3E%3Cmask id='mask-2' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='32' height='32' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3C/defs%3E%3Cuse id='Oval-3' stroke='rgb(199,232,235)' mask='url(clientlibs/css/%23mask-2)' stroke-width='4' fill='none' xlink:href='%23path-1'%3E%3C/use%3E%3C/svg%3E")
}

#radio-checkbox h4.eon-title {
    margin-bottom: 24px;
    margin-top: 24px
}

#radio-checkbox .columns {
    padding-left: 0
}

#radio-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 36px
}

#radio-checkbox ul li {
    margin: 10px 0
}

#radio-checkbox ul li:last-of-type {
    margin-bottom: 0
}

#radio-checkbox .small-12.columns:last-of-type ul {
    margin-bottom: 0
}

#radio-checkbox .switch-controls {
    margin-bottom: 36px
}

#radio-checkbox .switch-controls h5.color-switcher-label {
    display: inline-block;
    vertical-align: top
}

#radio-checkbox .switch-controls ul.color-switcher-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

#radio-checkbox .switch-controls ul.color-switcher-list li.color-switcher {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 0 0 12px;
    border-radius: 3px
}

#radio-checkbox .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #EA1C0A
}

#radio-checkbox .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #B00402
}

#radio-checkbox .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #1EA2B1
}

#radio-checkbox .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #E3E000
}

#radio-checkbox .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-white {
    border: 1px solid #CCC
}

#radio-checkbox .switch-controls ul.color-switcher-list li.color-switcher:hover {
    cursor: pointer
}

#radio-checkbox.bg-eon-red .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #FFF
}

#radio-checkbox.bg-eon-bordeaux .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #FFF
}

#radio-checkbox.bg-eon-limeyellow .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #FFF
}

#radio-checkbox.bg-eon-turquoise .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #FFF
}
.bg-eon-red {
    background-color: #EA1C0A
}

.bg-eon-white {
    background-color: #fff
}

.bg-eon-turquoise {
    background-color: #1EA2B1
}

.bg-eon-bordeaux {
    background-color: #B00402
}

.bg-eon-limeyellow {
    background-color: #E3E000
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-red-active {
    background-color: #D51607
}

.bg-eon-bordeaux-active {
    background-color: #A00311
}

.bg-eon-limeyellow-active {
    background-color: #DAD600
}

.bg-eon-turquoise-active {
    background-color: #2B91A3
}

.bg-eon-red-75 {
    background-color: #f05548
}

.bg-eon-red-50 {
    background-color: #f48D84
}

.bg-eon-red-25 {
    background-color: #fAC6C2
}

.bg-eon-bordeaux-75 {
    background-color: #c44341
}

.bg-eon-bordeaux-50 {
    background-color: #d78180
}

.bg-eon-bordeaux-25 {
    background-color: #ebc0c0
}

.bg-eon-bordeaux-dark {
    background-color: #76020C
}

.bg-eon-limeyellow-75 {
    background-color: #eae840
}

.bg-eon-limeyellow-50 {
    background-color: #f1ef7f
}

.bg-eon-limeyellow-25 {
    background-color: #f8f7bf
}

.bg-eon-turquoise-75 {
    background-color: #56b9c5
}

.bg-eon-turquoise-50 {
    background-color: #8ed0d8
}

.bg-eon-turquoise-25 {
    background-color: #c7e8eb
}

.bg-eon-turquoise-dark {
    background-color: #0F738A
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-darkgrey-active {
    background-color: #404040
}

.bg-eon-darkgrey-75 {
    background-color: #404040
}

.bg-eon-darkgrey-25 {
    background-color: #bfbfbf
}

.bg-eon-middlegrey {
    background-color: #8F9192
}

.bg-eon-lightgrey {
    background-color: #E8E8E8
}

.bg-eon-ultralightgrey {
    background-color: #F6F6F7
}

button.eon-button {
    height: 52px;
    border: 0;
    padding: 0 26px;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
}

button.eon-button span {
    height: 52px;
    line-height: 52px;
    display: inline-block;
    background-color: #EA1C0A;
    position: relative;
    padding:0 5px;
}

button.eon-button:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    height: calc(51px + 1px);
    width: calc(26px + 1px);
    margin-left: calc(-26px + 1px);
}

button.eon-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    height: calc(51px + 1px);
    width: calc(26px + 1px);
    margin-left: calc(-5px + 1px);
}

button.eon-button,
a.eon-button.small,
a.eon-button,
a.eon-button-icon,
a.eon-button-icon-only {
    color: #fff
}

button.eon-button.eon-red,
a.eon-button.small.eon-red,
a.eon-button.eon-red,
a.eon-button-icon.eon-red,
a.eon-button-icon-only.eon-red {
    color: #EA1C0A
}

button.eon-button.eon-white,
a.eon-button.small.eon-white,
a.eon-button.eon-white,
a.eon-button-icon.eon-white,
a.eon-button-icon-only.eon-white {
    color: #fff
}

button.eon-button.eon-turquoise,
a.eon-button.small.eon-turquoise,
a.eon-button.eon-turquoise,
a.eon-button-icon.eon-turquoise,
a.eon-button-icon-only.eon-turquoise {
    color: #1EA2B1
}

button.eon-button.eon-bordeaux,
a.eon-button.small.eon-bordeaux,
a.eon-button.eon-bordeaux,
a.eon-button-icon.eon-bordeaux,
a.eon-button-icon-only.eon-bordeaux {
    color: #B00402
}

button.eon-button.eon-limeyellow,
a.eon-button.small.eon-limeyellow,
a.eon-button.eon-limeyellow,
a.eon-button-icon.eon-limeyellow,
a.eon-button-icon-only.eon-limeyellow {
    color: #E3E000
}

button.eon-button.eon-black,
a.eon-button.small.eon-black,
a.eon-button.eon-black,
a.eon-button-icon.eon-black,
a.eon-button-icon-only.eon-black {
    color: #000
}

button.eon-button.eon-darkgrey,
a.eon-button.small.eon-darkgrey,
a.eon-button.eon-darkgrey,
a.eon-button-icon.eon-darkgrey,
a.eon-button-icon-only.eon-darkgrey {
    color: #39393A
}

button.eon-button.eon-red-active,
a.eon-button.small.eon-red-active,
a.eon-button.eon-red-active,
a.eon-button-icon.eon-red-active,
a.eon-button-icon-only.eon-red-active {
    color: #D51607
}

button.eon-button.eon-bordeaux-active,
a.eon-button.small.eon-bordeaux-active,
a.eon-button.eon-bordeaux-active,
a.eon-button-icon.eon-bordeaux-active,
a.eon-button-icon-only.eon-bordeaux-active {
    color: #A00311
}

button.eon-button.eon-limeyellow-active,
a.eon-button.small.eon-limeyellow-active,
a.eon-button.eon-limeyellow-active,
a.eon-button-icon.eon-limeyellow-active,
a.eon-button-icon-only.eon-limeyellow-active {
    color: #DAD600
}

button.eon-button.eon-turquoise-active,
a.eon-button.small.eon-turquoise-active,
a.eon-button.eon-turquoise-active,
a.eon-button-icon.eon-turquoise-active,
a.eon-button-icon-only.eon-turquoise-active {
    color: #2B91A3
}

button.eon-button.eon-red-75,
a.eon-button.small.eon-red-75,
a.eon-button.eon-red-75,
a.eon-button-icon.eon-red-75,
a.eon-button-icon-only.eon-red-75 {
    color: #f05548
}

button.eon-button.eon-red-50,
a.eon-button.small.eon-red-50,
a.eon-button.eon-red-50,
a.eon-button-icon.eon-red-50,
a.eon-button-icon-only.eon-red-50 {
    color: #f48D84
}

button.eon-button.eon-red-25,
a.eon-button.small.eon-red-25,
a.eon-button.eon-red-25,
a.eon-button-icon.eon-red-25,
a.eon-button-icon-only.eon-red-25 {
    color: #fAC6C2
}

button.eon-button.eon-bordeaux-75,
a.eon-button.small.eon-bordeaux-75,
a.eon-button.eon-bordeaux-75,
a.eon-button-icon.eon-bordeaux-75,
a.eon-button-icon-only.eon-bordeaux-75 {
    color: #c44341
}

button.eon-button.eon-bordeaux-50,
a.eon-button.small.eon-bordeaux-50,
a.eon-button.eon-bordeaux-50,
a.eon-button-icon.eon-bordeaux-50,
a.eon-button-icon-only.eon-bordeaux-50 {
    color: #d78180
}

button.eon-button.eon-bordeaux-25,
a.eon-button.small.eon-bordeaux-25,
a.eon-button.eon-bordeaux-25,
a.eon-button-icon.eon-bordeaux-25,
a.eon-button-icon-only.eon-bordeaux-25 {
    color: #ebc0c0
}

button.eon-button.eon-limeyellow-75,
a.eon-button.small.eon-limeyellow-75,
a.eon-button.eon-limeyellow-75,
a.eon-button-icon.eon-limeyellow-75,
a.eon-button-icon-only.eon-limeyellow-75 {
    color: #eae840
}

button.eon-button.eon-limeyellow-50,
a.eon-button.small.eon-limeyellow-50,
a.eon-button.eon-limeyellow-50,
a.eon-button-icon.eon-limeyellow-50,
a.eon-button-icon-only.eon-limeyellow-50 {
    color: #f1ef7f
}

button.eon-button.eon-limeyellow-25,
a.eon-button.small.eon-limeyellow-25,
a.eon-button.eon-limeyellow-25,
a.eon-button-icon.eon-limeyellow-25,
a.eon-button-icon-only.eon-limeyellow-25 {
    color: #f8f7bf
}

button.eon-button.eon-turquoise-75,
a.eon-button.small.eon-turquoise-75,
a.eon-button.eon-turquoise-75,
a.eon-button-icon.eon-turquoise-75,
a.eon-button-icon-only.eon-turquoise-75 {
    color: #56b9c5
}

button.eon-button.eon-turquoise-50,
a.eon-button.small.eon-turquoise-50,
a.eon-button.eon-turquoise-50,
a.eon-button-icon.eon-turquoise-50,
a.eon-button-icon-only.eon-turquoise-50 {
    color: #8ed0d8
}

button.eon-button.eon-turquoise-25,
a.eon-button.small.eon-turquoise-25,
a.eon-button.eon-turquoise-25,
a.eon-button-icon.eon-turquoise-25,
a.eon-button-icon-only.eon-turquoise-25 {
    color: #c7e8eb
}

button.eon-button.eon-black,
a.eon-button.small.eon-black,
a.eon-button.eon-black,
a.eon-button-icon.eon-black,
a.eon-button-icon-only.eon-black {
    color: #000
}

button.eon-button.eon-darkgrey,
a.eon-button.small.eon-darkgrey,
a.eon-button.eon-darkgrey,
a.eon-button-icon.eon-darkgrey,
a.eon-button-icon-only.eon-darkgrey {
    color: #39393A
}

button.eon-button.eon-darkgrey-active,
a.eon-button.small.eon-darkgrey-active,
a.eon-button.eon-darkgrey-active,
a.eon-button-icon.eon-darkgrey-active,
a.eon-button-icon-only.eon-darkgrey-active {
    color: #404040
}

button.eon-button.eon-darkgrey-75,
a.eon-button.small.eon-darkgrey-75,
a.eon-button.eon-darkgrey-75,
a.eon-button-icon.eon-darkgrey-75,
a.eon-button-icon-only.eon-darkgrey-75 {
    color: #404040
}

button.eon-button.eon-darkgrey-25,
a.eon-button.small.eon-darkgrey-25,
a.eon-button.eon-darkgrey-25,
a.eon-button-icon.eon-darkgrey-25,
a.eon-button-icon-only.eon-darkgrey-25 {
    color: #bfbfbf
}

button.eon-button.eon-middlegrey,
a.eon-button.small.eon-middlegrey,
a.eon-button.eon-middlegrey,
a.eon-button-icon.eon-middlegrey,
a.eon-button-icon-only.eon-middlegrey {
    color: #8F9192
}

button.eon-button.eon-lightgrey,
a.eon-button.small.eon-lightgrey,
a.eon-button.eon-lightgrey,
a.eon-button-icon.eon-lightgrey,
a.eon-button-icon-only.eon-lightgrey {
    color: #E8E8E8
}

button.eon-button.eon-ultralightgrey,
a.eon-button.small.eon-ultralightgrey,
a.eon-button.eon-ultralightgrey,
a.eon-button-icon.eon-ultralightgrey,
a.eon-button-icon-only.eon-ultralightgrey {
    color: #F6F6F7
}

button.eon-button.bg-eon-red:before,
a.eon-button.small.bg-eon-red:before,
a.eon-button.bg-eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-red span,
a.eon-button.small.bg-eon-red span,
a.eon-button.bg-eon-red span {
    background-color: #EA1C0A
}

button.eon-button.bg-eon-red:after,
a.eon-button.small.bg-eon-red:after,
a.eon-button.bg-eon-red:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-red:hover:before,
a.eon-button.small.bg-eon-red:hover:before,
a.eon-button.bg-eon-red:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-red:hover span,
a.eon-button.small.bg-eon-red:hover span,
a.eon-button.bg-eon-red:hover span {
    background-color: #D51607
}

button.eon-button.bg-eon-red:hover:after,
a.eon-button.small.bg-eon-red:hover:after,
a.eon-button.bg-eon-red:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux:before,
a.eon-button.small.bg-eon-bordeaux:before,
a.eon-button.bg-eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux span,
a.eon-button.small.bg-eon-bordeaux span,
a.eon-button.bg-eon-bordeaux span {
    background-color: #B00402
}

button.eon-button.bg-eon-bordeaux:after,
a.eon-button.small.bg-eon-bordeaux:after,
a.eon-button.bg-eon-bordeaux:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux:hover:before,
a.eon-button.small.bg-eon-bordeaux:hover:before,
a.eon-button.bg-eon-bordeaux:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux:hover span,
a.eon-button.small.bg-eon-bordeaux:hover span,
a.eon-button.bg-eon-bordeaux:hover span {
    background-color: #A00311
}

button.eon-button.bg-eon-bordeaux:hover:after,
a.eon-button.small.bg-eon-bordeaux:hover:after,
a.eon-button.bg-eon-bordeaux:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise:before,
a.eon-button.small.bg-eon-turquoise:before,
a.eon-button.bg-eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise span,
a.eon-button.small.bg-eon-turquoise span,
a.eon-button.bg-eon-turquoise span {
    background-color: #1EA2B1
}

button.eon-button.bg-eon-turquoise:after,
a.eon-button.small.bg-eon-turquoise:after,
a.eon-button.bg-eon-turquoise:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise:hover:before,
a.eon-button.small.bg-eon-turquoise:hover:before,
a.eon-button.bg-eon-turquoise:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise:hover span,
a.eon-button.small.bg-eon-turquoise:hover span,
a.eon-button.bg-eon-turquoise:hover span {
    background-color: #2B91A3
}

button.eon-button.bg-eon-turquoise:hover:after,
a.eon-button.small.bg-eon-turquoise:hover:after,
a.eon-button.bg-eon-turquoise:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow:before,
a.eon-button.small.bg-eon-limeyellow:before,
a.eon-button.bg-eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow span,
a.eon-button.small.bg-eon-limeyellow span,
a.eon-button.bg-eon-limeyellow span {
    background-color: #E3E000
}

button.eon-button.bg-eon-limeyellow:after,
a.eon-button.small.bg-eon-limeyellow:after,
a.eon-button.bg-eon-limeyellow:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow:hover:before,
a.eon-button.small.bg-eon-limeyellow:hover:before,
a.eon-button.bg-eon-limeyellow:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow:hover span,
a.eon-button.small.bg-eon-limeyellow:hover span,
a.eon-button.bg-eon-limeyellow:hover span {
    background-color: #DAD600
}

button.eon-button.bg-eon-limeyellow:hover:after,
a.eon-button.small.bg-eon-limeyellow:hover:after,
a.eon-button.bg-eon-limeyellow:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-white:before,
a.eon-button.small.bg-eon-white:before,
a.eon-button.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-white span,
a.eon-button.small.bg-eon-white span,
a.eon-button.bg-eon-white span {
    background-color: #fff
}

button.eon-button.bg-eon-white:after,
a.eon-button.small.bg-eon-white:after,
a.eon-button.bg-eon-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-white:hover:before,
a.eon-button.small.bg-eon-white:hover:before,
a.eon-button.bg-eon-white:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-white:hover span,
a.eon-button.small.bg-eon-white:hover span,
a.eon-button.bg-eon-white:hover span {
    background-color: #E8E8E8
}

button.eon-button.bg-eon-white:hover:after,
a.eon-button.small.bg-eon-white:hover:after,
a.eon-button.bg-eon-white:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-red-75:before,
a.eon-button.small.bg-eon-red-75:before,
a.eon-button.bg-eon-red-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-red-75 span,
a.eon-button.small.bg-eon-red-75 span,
a.eon-button.bg-eon-red-75 span {
    background-color: #f05548
}

button.eon-button.bg-eon-red-75:after,
a.eon-button.small.bg-eon-red-75:after,
a.eon-button.bg-eon-red-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-red-75:hover:before,
a.eon-button.small.bg-eon-red-75:hover:before,
a.eon-button.bg-eon-red-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-red-75:hover span,
a.eon-button.small.bg-eon-red-75:hover span,
a.eon-button.bg-eon-red-75:hover span {
    background-color: #f05548
}

button.eon-button.bg-eon-red-75:hover:after,
a.eon-button.small.bg-eon-red-75:hover:after,
a.eon-button.bg-eon-red-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux-75:before,
a.eon-button.small.bg-eon-bordeaux-75:before,
a.eon-button.bg-eon-bordeaux-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux-75 span,
a.eon-button.small.bg-eon-bordeaux-75 span,
a.eon-button.bg-eon-bordeaux-75 span {
    background-color: #c44341
}

button.eon-button.bg-eon-bordeaux-75:after,
a.eon-button.small.bg-eon-bordeaux-75:after,
a.eon-button.bg-eon-bordeaux-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux-75:hover:before,
a.eon-button.small.bg-eon-bordeaux-75:hover:before,
a.eon-button.bg-eon-bordeaux-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-bordeaux-75:hover span,
a.eon-button.small.bg-eon-bordeaux-75:hover span,
a.eon-button.bg-eon-bordeaux-75:hover span {
    background-color: #c44341
}

button.eon-button.bg-eon-bordeaux-75:hover:after,
a.eon-button.small.bg-eon-bordeaux-75:hover:after,
a.eon-button.bg-eon-bordeaux-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-75,
a.eon-button.small.bg-eon-limeyellow-75,
a.eon-button.bg-eon-limeyellow-75 {
    color: #B00402
}

button.eon-button.bg-eon-limeyellow-75:before,
a.eon-button.small.bg-eon-limeyellow-75:before,
a.eon-button.bg-eon-limeyellow-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-75 span,
a.eon-button.small.bg-eon-limeyellow-75 span,
a.eon-button.bg-eon-limeyellow-75 span {
    background-color: #eae840
}

button.eon-button.bg-eon-limeyellow-75:after,
a.eon-button.small.bg-eon-limeyellow-75:after,
a.eon-button.bg-eon-limeyellow-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-75:hover:before,
a.eon-button.small.bg-eon-limeyellow-75:hover:before,
a.eon-button.bg-eon-limeyellow-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-75:hover span,
a.eon-button.small.bg-eon-limeyellow-75:hover span,
a.eon-button.bg-eon-limeyellow-75:hover span {
    background-color: #eae840
}

button.eon-button.bg-eon-limeyellow-75:hover:after,
a.eon-button.small.bg-eon-limeyellow-75:hover:after,
a.eon-button.bg-eon-limeyellow-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-50,
a.eon-button.small.bg-eon-limeyellow-50,
a.eon-button.bg-eon-limeyellow-50 {
    color: #B00402
}

button.eon-button.bg-eon-limeyellow-50:before,
a.eon-button.small.bg-eon-limeyellow-50:before,
a.eon-button.bg-eon-limeyellow-50:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-50 span,
a.eon-button.small.bg-eon-limeyellow-50 span,
a.eon-button.bg-eon-limeyellow-50 span {
    background-color: #f1ef7f
}

button.eon-button.bg-eon-limeyellow-50:after,
a.eon-button.small.bg-eon-limeyellow-50:after,
a.eon-button.bg-eon-limeyellow-50:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-50:hover:before,
a.eon-button.small.bg-eon-limeyellow-50:hover:before,
a.eon-button.bg-eon-limeyellow-50:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-limeyellow-50:hover span,
a.eon-button.small.bg-eon-limeyellow-50:hover span,
a.eon-button.bg-eon-limeyellow-50:hover span {
    background-color: #f1ef7f
}

button.eon-button.bg-eon-limeyellow-50:hover:after,
a.eon-button.small.bg-eon-limeyellow-50:hover:after,
a.eon-button.bg-eon-limeyellow-50:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise-75:before,
a.eon-button.small.bg-eon-turquoise-75:before,
a.eon-button.bg-eon-turquoise-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise-75 span,
a.eon-button.small.bg-eon-turquoise-75 span,
a.eon-button.bg-eon-turquoise-75 span {
    background-color: #56b9c5
}

button.eon-button.bg-eon-turquoise-75:after,
a.eon-button.small.bg-eon-turquoise-75:after,
a.eon-button.bg-eon-turquoise-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise-75:hover:before,
a.eon-button.small.bg-eon-turquoise-75:hover:before,
a.eon-button.bg-eon-turquoise-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-turquoise-75:hover span,
a.eon-button.small.bg-eon-turquoise-75:hover span,
a.eon-button.bg-eon-turquoise-75:hover span {
    background-color: #56b9c5
}

button.eon-button.bg-eon-turquoise-75:hover:after,
a.eon-button.small.bg-eon-turquoise-75:hover:after,
a.eon-button.bg-eon-turquoise-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled,
button.eon-button:disabled,
a.eon-button.small.disabled,
a.eon-button.small:disabled,
a.eon-button.disabled,
a.eon-button:disabled {
    color: #bfbfbf;
    cursor: default
}

button.eon-button.disabled:before,
button.eon-button:disabled:before,
a.eon-button.small.disabled:before,
a.eon-button.small:disabled:before,
a.eon-button.disabled:before,
a.eon-button:disabled:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled span,
button.eon-button:disabled span,
a.eon-button.small.disabled span,
a.eon-button.small:disabled span,
a.eon-button.disabled span,
a.eon-button:disabled span {
    background-color: #E8E8E8
}

button.eon-button.disabled:after,
button.eon-button:disabled:after,
a.eon-button.small.disabled:after,
a.eon-button.small:disabled:after,
a.eon-button.disabled:after,
a.eon-button:disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled:hover:before,
button.eon-button:disabled:hover:before,
a.eon-button.small.disabled:hover:before,
a.eon-button.small:disabled:hover:before,
a.eon-button.disabled:hover:before,
a.eon-button:disabled:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled:hover span,
button.eon-button:disabled:hover span,
a.eon-button.small.disabled:hover span,
a.eon-button.small:disabled:hover span,
a.eon-button.disabled:hover span,
a.eon-button:disabled:hover span {
    background-color: #E8E8E8
}

button.eon-button.disabled:hover:after,
button.eon-button:disabled:hover:after,
a.eon-button.small.disabled:hover:after,
a.eon-button.small:disabled:hover:after,
a.eon-button.disabled:hover:after,
a.eon-button:disabled:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled.bg-eon-white:before,
button.eon-button:disabled.bg-eon-white:before,
a.eon-button.small.disabled.bg-eon-white:before,
a.eon-button.small:disabled.bg-eon-white:before,
a.eon-button.disabled.bg-eon-white:before,
a.eon-button:disabled.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled.bg-eon-white span,
button.eon-button:disabled.bg-eon-white span,
a.eon-button.small.disabled.bg-eon-white span,
a.eon-button.small:disabled.bg-eon-white span,
a.eon-button.disabled.bg-eon-white span,
a.eon-button:disabled.bg-eon-white span {
    background-color: #fff
}

button.eon-button.disabled.bg-eon-white:after,
button.eon-button:disabled.bg-eon-white:after,
a.eon-button.small.disabled.bg-eon-white:after,
a.eon-button.small:disabled.bg-eon-white:after,
a.eon-button.disabled.bg-eon-white:after,
a.eon-button:disabled.bg-eon-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled.bg-eon-white:hover:before,
button.eon-button:disabled.bg-eon-white:hover:before,
a.eon-button.small.disabled.bg-eon-white:hover:before,
a.eon-button.small:disabled.bg-eon-white:hover:before,
a.eon-button.disabled.bg-eon-white:hover:before,
a.eon-button:disabled.bg-eon-white:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.disabled.bg-eon-white:hover span,
button.eon-button:disabled.bg-eon-white:hover span,
a.eon-button.small.disabled.bg-eon-white:hover span,
a.eon-button.small:disabled.bg-eon-white:hover span,
a.eon-button.disabled.bg-eon-white:hover span,
a.eon-button:disabled.bg-eon-white:hover span {
    background-color: #fff
}

button.eon-button.disabled.bg-eon-white:hover:after,
button.eon-button:disabled.bg-eon-white:hover:after,
a.eon-button.small.disabled.bg-eon-white:hover:after,
a.eon-button.small:disabled.bg-eon-white:hover:after,
a.eon-button.disabled.bg-eon-white:hover:after,
a.eon-button:disabled.bg-eon-white:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red,
a.eon-button-icon.bg-eon-red {
    background-color: #EA1C0A
}

a.eon-button.bg-eon-red:before,
a.eon-button-icon.bg-eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red span,
a.eon-button-icon.bg-eon-red span {
    background-color: #EA1C0A
}

a.eon-button.bg-eon-red:after,
a.eon-button-icon.bg-eon-red:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red:hover,
a.eon-button-icon.bg-eon-red:hover {
    background-color: #D51607
}

a.eon-button.bg-eon-red:hover:before,
a.eon-button-icon.bg-eon-red:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red:hover span,
a.eon-button-icon.bg-eon-red:hover span {
    background-color: #D51607
}

a.eon-button.bg-eon-red:hover:after,
a.eon-button-icon.bg-eon-red:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux,
a.eon-button-icon.bg-eon-bordeaux {
    background-color: #B00402
}

a.eon-button.bg-eon-bordeaux:before,
a.eon-button-icon.bg-eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux span,
a.eon-button-icon.bg-eon-bordeaux span {
    background-color: #B00402
}

a.eon-button.bg-eon-bordeaux:after,
a.eon-button-icon.bg-eon-bordeaux:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux:hover,
a.eon-button-icon.bg-eon-bordeaux:hover {
    background-color: #A00311
}

a.eon-button.bg-eon-bordeaux:hover:before,
a.eon-button-icon.bg-eon-bordeaux:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux:hover span,
a.eon-button-icon.bg-eon-bordeaux:hover span {
    background-color: #A00311
}

a.eon-button.bg-eon-bordeaux:hover:after,
a.eon-button-icon.bg-eon-bordeaux:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-secondary-bordeaux:before,
a.eon-button.small.bg-eon-secondary-bordeaux:before,
a.eon-button.bg-eon-secondary-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_darkred_l copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_darkred_l-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23B00402'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

button.eon-button.bg-eon-secondary-bordeaux span,
a.eon-button.small.bg-eon-secondary-bordeaux span,
a.eon-button.bg-eon-secondary-bordeaux span {
    background-color: transparent;
    color: #b00402;
    border: 3px solid;
    border-left-style: none;
    border-right-style: none;
    display: inline-flex;
    align-items: center;
}

button.eon-button.bg-eon-secondary-bordeaux:after,
a.eon-button.small.bg-eon-secondary-bordeaux:after,
a.eon-button.bg-eon-secondary-bordeaux:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_darkred_r copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_darkred_r-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23B00402' transform='translate(12.000000, 24.000000) scale(-1, 1) translate(-12.000000, -24.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

button.eon-button.bg-eon-secondary-bordeaux:hover:before,
a.eon-button.small.bg-eon-secondary-bordeaux:hover:before,
a.eon-button.bg-eon-secondary-bordeaux:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-secondary-bordeaux:hover span,
a.eon-button.small.bg-eon-secondary-bordeaux:hover span,
a.eon-button.bg-eon-secondary-bordeaux:hover span {
    color: #fff;
    background-color: #B00402;
    border: 0;
}

button.eon-button.bg-eon-secondary-bordeaux:hover:after,
a.eon-button.small.bg-eon-secondary-bordeaux:hover:after,
a.eon-button.bg-eon-secondary-bordeaux:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E");
}

button.eon-button.bg-eon-secondary-red:before,
a.eon-button.small.bg-eon-secondary-red:before,
a.eon-button.bg-eon-secondary-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_red_l%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_red_l' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23EA1C0A'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

button.eon-button.bg-eon-secondary-red span,
a.eon-button.small.bg-eon-secondary-red span,
a.eon-button.bg-eon-secondary-red span {
    background-color: transparent;
    color: #EA1C0A;
    border: 3px solid;
    border-left-style: none;
    border-right-style: none;
    display: inline-flex;
    align-items: center;
}

button.eon-button.bg-eon-secondary-red:after,
a.eon-button.small.bg-eon-secondary-red:after,
a.eon-button.bg-eon-secondary-red:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_red_r%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_red_r' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23EA1C0A' transform='translate(12.000000, 24.000000) scale(-1, 1) translate(-12.000000, -24.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

button.eon-button.bg-eon-secondary-red:hover:before,
a.eon-button.small.bg-eon-secondary-red:hover:before,
a.eon-button.bg-eon-secondary-red:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")}

button.eon-button.bg-eon-secondary-red:hover span,
a.eon-button.small.bg-eon-secondary-red:hover span,
a.eon-button.bg-eon-secondary-red:hover span {
    color: #fff;
    background-color: #EA1C0A;
    border: 0;
}

button.eon-button.bg-eon-secondary-red:hover:after,
a.eon-button.small.bg-eon-secondary-red:hover:after,
a.eon-button.bg-eon-secondary-red:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise,
a.eon-button-icon.bg-eon-turquoise {
    background-color: #1EA2B1
}

a.eon-button.bg-eon-turquoise:before,
a.eon-button-icon.bg-eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise span,
a.eon-button-icon.bg-eon-turquoise span {
    background-color: #1EA2B1
}

a.eon-button.bg-eon-turquoise:after,
a.eon-button-icon.bg-eon-turquoise:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise:hover,
a.eon-button-icon.bg-eon-turquoise:hover {
    background-color: #2B91A3
}

a.eon-button.bg-eon-turquoise:hover:before,
a.eon-button-icon.bg-eon-turquoise:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise:hover span,
a.eon-button-icon.bg-eon-turquoise:hover span {
    background-color: #2B91A3
}

a.eon-button.bg-eon-turquoise:hover:after,
a.eon-button-icon.bg-eon-turquoise:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow,
a.eon-button-icon.bg-eon-limeyellow {
    background-color: #E3E000
}

a.eon-button.bg-eon-limeyellow:before,
a.eon-button-icon.bg-eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow span,
a.eon-button-icon.bg-eon-limeyellow span {
    background-color: #E3E000
}

a.eon-button.bg-eon-limeyellow:after,
a.eon-button-icon.bg-eon-limeyellow:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow:hover,
a.eon-button-icon.bg-eon-limeyellow:hover {
    background-color: #DAD600
}

a.eon-button.bg-eon-limeyellow:hover:before,
a.eon-button-icon.bg-eon-limeyellow:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow:hover span,
a.eon-button-icon.bg-eon-limeyellow:hover span {
    background-color: #DAD600
}

a.eon-button.bg-eon-limeyellow:hover:after,
a.eon-button-icon.bg-eon-limeyellow:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white,
a.eon-button-icon.bg-eon-white {
    background-color: #fff
}

a.eon-button.bg-eon-white:before,
a.eon-button-icon.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white span,
a.eon-button-icon.bg-eon-white span {
    background-color: #fff
}

a.eon-button.bg-eon-white:after,
a.eon-button-icon.bg-eon-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white:hover,
a.eon-button-icon.bg-eon-white:hover {
    background-color: #E8E8E8
}

a.eon-button.bg-eon-white:hover:before,
a.eon-button-icon.bg-eon-white:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white:hover span,
a.eon-button-icon.bg-eon-white:hover span {
    background-color: #E8E8E8
}

a.eon-button.bg-eon-white:hover:after,
a.eon-button-icon.bg-eon-white:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75,
a.eon-button-icon.bg-eon-red-75 {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:before,
a.eon-button-icon.bg-eon-red-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75 span,
a.eon-button-icon.bg-eon-red-75 span {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:after,
a.eon-button-icon.bg-eon-red-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75:hover,
a.eon-button-icon.bg-eon-red-75:hover {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:hover:before,
a.eon-button-icon.bg-eon-red-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75:hover span,
a.eon-button-icon.bg-eon-red-75:hover span {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:hover:after,
a.eon-button-icon.bg-eon-red-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75,
a.eon-button-icon.bg-eon-bordeaux-75 {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:before,
a.eon-button-icon.bg-eon-bordeaux-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75 span,
a.eon-button-icon.bg-eon-bordeaux-75 span {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:after,
a.eon-button-icon.bg-eon-bordeaux-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75:hover,
a.eon-button-icon.bg-eon-bordeaux-75:hover {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:hover:before,
a.eon-button-icon.bg-eon-bordeaux-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75:hover span,
a.eon-button-icon.bg-eon-bordeaux-75:hover span {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:hover:after,
a.eon-button-icon.bg-eon-bordeaux-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-secondary-red:before,
a.eon-button.small.bg-eon-secondary-red:before,
a.eon-button.bg-eon-secondary-red:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_red_l%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_red_l' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23EA1C0A'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

button.eon-button.bg-eon-secondary-red span,
a.eon-button.small.bg-eon-secondary-red span,
a.eon-button.bg-eon-secondary-red span {
    background-color: transparent;
    color: #EA1C0A;
    border: 3px solid;
    border-left-style: none;
    border-right-style: none;
    display: inline-flex;
    align-items: center;
}

button.eon-button.bg-eon-secondary-red:after,
a.eon-button.small.bg-eon-secondary-red:after,
a.eon-button.bg-eon-secondary-red:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_red_r%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_red_r' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23EA1C0A' transform='translate(12.000000, 24.000000) scale(-1, 1) translate(-12.000000, -24.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

button.eon-button.bg-eon-secondary-red:hover:before,
a.eon-button.small.bg-eon-secondary-red:hover:before,
a.eon-button.bg-eon-secondary-red:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")}

button.eon-button.bg-eon-secondary-red:hover span,
a.eon-button.small.bg-eon-secondary-red:hover span,
a.eon-button.bg-eon-secondary-red:hover span {
    color: #fff;
    background-color: #EA1C0A;
    border: 0;
}

button.eon-button.bg-eon-secondary-red:hover:after,
a.eon-button.small.bg-eon-secondary-red:hover:after,
a.eon-button.bg-eon-secondary-red:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}


/* BUTTON ICONA */
button.eon-icon-button:before,
a.eon-icon-button:before,
a.eon-icon-button:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_red_l%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_red_l' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23EA1C0A'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    height: 52px;
    width: 27px;
    margin-left: -13px;
}

button.eon-icon-button span,
a.eon-icon-button span,
a.eon-icon-button span {
    background-color: transparent;
    color: #EA1C0A;
    /* border: 3px solid; */
    border-left-style: none;
    border-right-style: none;
    display: inline-flex;
    align-items: center;
}

button.eon-icon-button:after,
a.eon-icon-button:after,
a.eon-icon-button:after{
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='48px' viewBox='0 0 24 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 62 (91390) - https://sketch.com --%3E%3Ctitle%3Eseconday_button_red_r%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='seconday_button_red_r' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M7.76816908,0.992 C12.6161186,0.119 24,0 24,0 L24,3 C23.5130051,3.00600417 13.6711076,3.14100417 9.15415464,3.95500417 C6.68518036,4.44200417 4.94819846,6.15500417 4.51120301,8.53800417 C2.50622389,19.4620042 2.50622389,28.5389958 4.51120301,39.4619958 C4.94619848,41.8319958 6.66918053,43.5389958 9.12315497,44.0339958 C14.3851002,44.8839958 23.9140009,44.9989958 24,45 L24,48 C24,48 13.2311122,47.893 7.76816908,47.003 C4.61020198,46.381 2.14522765,44.096 1.54423391,40.823 C-0.514744638,29.608 -0.514744638,18.392 1.54423391,7.177 C2.14522765,3.905 4.61020198,1.615 7.76816908,0.992 Z' id='Fill-1' fill='%23EA1C0A' transform='translate(12.000000, 24.000000) scale(-1, 1) translate(-12.000000, -24.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    height: 52px;
    width: 27px;
    margin-left: -14px;
}

button.eon-icon-button:hover:before,
a.eon-icon-button:hover:before,
a.eon-icon-button:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")}

button.eon-icon-button:hover span,
a.eon-icon-button:hover span,
a.eon-icon-button:hover span {
    color: #fff;
    background-color: #EA1C0A;
    border: 0;
}

button.eon-icon-button:hover span .eon-icon-call-center-white,
a.eon-icon-button:hover span .eon-icon-call-center-white,
a.eon-icon-button:hover span .eon-icon-call-center-white{
    display: block;
}

button.eon-icon-button:hover span .eon-icon-call-center,
a.eon-icon-button:hover span .eon-icon-call-center,
a.eon-icon-button:hover span .eon-icon-call-center{
    display: none;
}


button.eon-icon-button:hover:after,
a.eon-icon-button:hover:after,
a.eon-icon-button:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}


a.eon-button.bg-eon-limeyellow-75,
a.eon-button-icon.bg-eon-limeyellow-75 {
    background-color: #eae840
}

a.eon-button.bg-eon-limeyellow-75:before,
a.eon-button-icon.bg-eon-limeyellow-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-75 span,
a.eon-button-icon.bg-eon-limeyellow-75 span {
    background-color: #eae840
}

a.eon-button.bg-eon-limeyellow-75:after,
a.eon-button-icon.bg-eon-limeyellow-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-75:hover,
a.eon-button-icon.bg-eon-limeyellow-75:hover {
    background-color: #eae840
}

a.eon-button.bg-eon-limeyellow-75:hover:before,
a.eon-button-icon.bg-eon-limeyellow-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-75:hover span,
a.eon-button-icon.bg-eon-limeyellow-75:hover span {
    background-color: #eae840
}

a.eon-button.bg-eon-limeyellow-75:hover:after,
a.eon-button-icon.bg-eon-limeyellow-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50,
a.eon-button-icon.bg-eon-limeyellow-50 {
    background-color: #f1ef7f
}

a.eon-button.bg-eon-limeyellow-50:before,
a.eon-button-icon.bg-eon-limeyellow-50:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50 span,
a.eon-button-icon.bg-eon-limeyellow-50 span {
    background-color: #f1ef7f
}

a.eon-button.bg-eon-limeyellow-50:after,
a.eon-button-icon.bg-eon-limeyellow-50:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50:hover,
a.eon-button-icon.bg-eon-limeyellow-50:hover {
    background-color: #f1ef7f
}

a.eon-button.bg-eon-limeyellow-50:hover:before,
a.eon-button-icon.bg-eon-limeyellow-50:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50:hover span,
a.eon-button-icon.bg-eon-limeyellow-50:hover span {
    background-color: #f1ef7f
}

a.eon-button.bg-eon-limeyellow-50:hover:after,
a.eon-button-icon.bg-eon-limeyellow-50:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75,
a.eon-button-icon.bg-eon-turquoise-75 {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:before,
a.eon-button-icon.bg-eon-turquoise-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75 span,
a.eon-button-icon.bg-eon-turquoise-75 span {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:after,
a.eon-button-icon.bg-eon-turquoise-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75:hover,
a.eon-button-icon.bg-eon-turquoise-75:hover {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:hover:before,
a.eon-button-icon.bg-eon-turquoise-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75:hover span,
a.eon-button-icon.bg-eon-turquoise-75:hover span {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:hover:after,
a.eon-button-icon.bg-eon-turquoise-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button,
a.eon-button-icon,
a.eon-button.small {
    height: 52px;
    border: 0;
    padding: 0 1px;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    line-height: 52px;
    display: inline-block;
    text-decoration: none;
    margin: 0 26px;
}

button.eon-button:before,
a.eon-button:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    height: calc(51px + 1px);
    width: calc(26px + 1px);
    margin-left: calc(-26px + 1px);
}

button.eon-button:after,
a.eon-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    height: calc(51px + 1px);
    width: calc(26px + 1px);
    margin-left: calc(-5px + 1px);
}

button.eon-button.ita:before,
a.eon-button.ita:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    height: calc(51px + 1px);
    width: calc(26px + 1px);
    margin-left: calc(-26px + 1px);
    background-repeat: no-repeat;
}

button.eon-button.ita:after,
a.eon-button.ita:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    height: calc(51px + 1px);
    width: calc(26px + 1px);
    margin-left: calc(-5px + 1px);
    background-repeat: no-repeat;
}

button.eon-button.ita span,
a.eon-button.ita span {
    padding: 0 3px;
}


a.eon-button.small {
    height: 32px;
    line-height: 32px
}

a.eon-button.small:before {
    height: 32px;
    width: 16px;
    margin-left: -16px
}

a.eon-button.small:after {
    height: 32px;
    width: 16px;
    margin-right: 1px
}

a.eon-button-icon {
    padding-right: 46px;
    position: relative
}

a.eon-button-icon:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 52px;
    width: 78px;
    right: -26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='52px' height='52px' viewBox='0 0 52 52' enable-background='new 0 0 52 52' xml:space='preserve'%3E%3Cg%3E %3Cpath fill='rgb(234,28,10)' d='M43.586,50.924c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.149,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.693C37.668,0.116,26,0,26,0v52C26,51.999,38.332,51.87,43.586,50.924z'/%3E%3C/g%3E%3C/svg%3E");
    margin-right: 1px
}

a.eon-button-icon:after,
a.eon-button-icon-only:after {
    font-family: "eon-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 52px;
    font-size: 52px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.eon-button-icon.facebook:after,
a.eon-button-icon-only.facebook:after {
    content: '\e800'
}

a.eon-button-icon.instagram:after,
a.eon-button-icon-only.instagram:after {
    content: '\e801'
}

a.eon-button-icon.twitter:after,
a.eon-button-icon-only.twitter:after {
    content: '\e802'
}

a.eon-button-icon.youtube:after,
a.eon-button-icon-only.youtube:after {
    content: '\e803'
}

a.eon-button-icon.arrow_down:after,
a.eon-button-icon-only.arrow_down:after {
    content: '\e804'
}

a.eon-button-icon.arrow_left:after,
a.eon-button-icon-only.arrow_left:after {
    content: '\e805'
}

a.eon-button-icon.arrow_right:after,
a.eon-button-icon-only.arrow_right:after {
    content: '\e806'
}

a.eon-button-icon.arrow_up:after,
a.eon-button-icon-only.arrow_up:after {
    content: '\e807'
}

a.eon-button-icon.bookmark:after,
a.eon-button-icon-only.bookmark:after {
    content: '\e808'
}

a.eon-button-icon.burger_menu:after,
a.eon-button-icon-only.burger_menu:after {
    content: '\e809'
}

a.eon-button-icon.calendar:after,
a.eon-button-icon-only.calendar:after {
    content: '\e80a'
}

a.eon-button-icon.camera:after,
a.eon-button-icon-only.camera:after {
    content: '\e80b'
}

a.eon-button-icon.cart:after,
a.eon-button-icon-only.cart:after {
    content: '\e80c'
}

a.eon-button-icon.close:after,
a.eon-button-icon-only.close:after {
    content: '\e80d'
}

a.eon-button-icon.computer:after,
a.eon-button-icon-only.computer:after {
    content: '\e80e'
}

a.eon-button-icon.download:after,
a.eon-button-icon-only.download:after {
    content: '\e80f'
}

a.eon-button-icon.drag_and_drop:after,
a.eon-button-icon-only.drag_and_drop:after {
    content: '\e810'
}

a.eon-button-icon.favourite:after,
a.eon-button-icon-only.favourite:after {
    content: '\e811'
}

a.eon-button-icon.filter:after,
a.eon-button-icon-only.filter:after {
    content: '\e812'
}

a.eon-button-icon.forward:after,
a.eon-button-icon-only.forward:after {
    content: '\e813'
}

a.eon-button-icon.fullcreen:after,
a.eon-button-icon-only.fullcreen:after {
    content: '\e814'
}

a.eon-button-icon.fullscreen_exit:after,
a.eon-button-icon-only.fullscreen_exit:after {
    content: '\e815'
}

a.eon-button-icon.house:after,
a.eon-button-icon-only.house:after {
    content: '\e816'
}

a.eon-button-icon.letter:after,
a.eon-button-icon-only.letter:after {
    content: '\e817'
}

a.eon-button-icon.location:after,
a.eon-button-icon-only.location:after {
    content: '\e818'
}

a.eon-button-icon.lock:after,
a.eon-button-icon-only.lock:after {
    content: '\e819'
}

a.eon-button-icon.minus:after,
a.eon-button-icon-only.minus:after {
    content: '\e81a'
}

a.eon-button-icon.pause:after,
a.eon-button-icon-only.pause:after {
    content: '\e81b'
}

a.eon-button-icon.person:after,
a.eon-button-icon-only.person:after {
    content: '\e81c'
}

a.eon-button-icon.phone:after,
a.eon-button-icon-only.phone:after {
    content: '\e81d'
}

a.eon-button-icon.play:after,
a.eon-button-icon-only.play:after {
    content: '\e81e'
}

a.eon-button-icon.plus:after,
a.eon-button-icon-only.plus:after {
    content: '\e81f'
}

a.eon-button-icon.pointer_down:after,
a.eon-button-icon-only.pointer_down:after {
    content: '\e820'
}

a.eon-button-icon.pointer_left:after,
a.eon-button-icon-only.pointer_left:after {
    content: '\e821'
}

a.eon-button-icon.pointer_right:after,
a.eon-button-icon-only.pointer_right:after {
    content: '\e822'
}

a.eon-button-icon.pointer_s_down:after,
a.eon-button-icon-only.pointer_s_down:after {
    content: '\e823'
}

a.eon-button-icon.pointer_s_left:after,
a.eon-button-icon-only.pointer_s_left:after {
    content: '\e824'
}

a.eon-button-icon.pointer_s_right:after,
a.eon-button-icon-only.pointer_s_right:after {
    content: '\e825'
}

a.eon-button-icon.pointer_s_up:after,
a.eon-button-icon-only.pointer_s_up:after {
    content: '\e826'
}

a.eon-button-icon.pointer_up:after,
a.eon-button-icon-only.pointer_up:after {
    content: '\e827'
}

a.eon-button-icon.printer:after,
a.eon-button-icon-only.printer:after {
    content: '\e828'
}

a.eon-button-icon.rewind:after,
a.eon-button-icon-only.rewind:after {
    content: '\e829'
}

a.eon-button-icon.search:after,
a.eon-button-icon-only.search:after {
    content: '\e82a'
}

a.eon-button-icon.settings:after,
a.eon-button-icon-only.settings:after {
    content: '\e82b'
}

a.eon-button-icon.share:after,
a.eon-button-icon-only.share:after {
    content: '\e82c'
}

a.eon-button-icon.smartphone:after,
a.eon-button-icon-only.smartphone:after {
    content: '\e82d'
}

a.eon-button-icon.speak_bubble:after,
a.eon-button-icon-only.speak_bubble:after {
    content: '\e82e'
}

a.eon-button-icon.stop:after,
a.eon-button-icon-only.stop:after {
    content: '\e82f'
}

a.eon-button-icon.tablet:after,
a.eon-button-icon-only.tablet:after {
    content: '\e830'
}

a.eon-button-icon.television:after,
a.eon-button-icon-only.television:after {
    content: '\e831'
}

a.eon-button-icon.trash:after,
a.eon-button-icon-only.trash:after {
    content: '\e832'
}

a.eon-button-icon.upload:after,
a.eon-button-icon-only.upload:after {
    content: '\e833'
}

a.eon-button-icon.warning:after,
a.eon-button-icon-only.warning:after {
    content: '\e834'
}

a.eon-button:hover,
a.eon-button-icon:hover {
    cursor: pointer
}

a.eon-button.bg-eon-red,
a.eon-button-icon.bg-eon-red {
    background-color: #EA1C0A
}

a.eon-button.bg-eon-red:before,
a.eon-button-icon.bg-eon-red:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red span,
a.eon-button-icon.bg-eon-red span {
    background-color: #EA1C0A
}

a.eon-button.bg-eon-red:after,
a.eon-button-icon.bg-eon-red:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,28,10)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red:hover,
a.eon-button-icon.bg-eon-red:hover {
    background-color: #D51607
}

a.eon-button.bg-eon-red:hover:before,
a.eon-button-icon.bg-eon-red:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red:hover span,
a.eon-button-icon.bg-eon-red:hover span {
    background-color: #D51607
}

a.eon-button.bg-eon-red:hover:after,
a.eon-button-icon.bg-eon-red:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(213,22,7)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux,
a.eon-button-icon.bg-eon-bordeaux {
    background-color: #B00402
}

a.eon-button.bg-eon-bordeaux:before,
a.eon-button-icon.bg-eon-bordeaux:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux span,
a.eon-button-icon.bg-eon-bordeaux span {
    background-color: #B00402
}

a.eon-button.bg-eon-bordeaux:after,
a.eon-button-icon.bg-eon-bordeaux:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(176,4,2)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux:hover,
a.eon-button-icon.bg-eon-bordeaux:hover {
    background-color: #A00311
}

a.eon-button.bg-eon-bordeaux:hover:before,
a.eon-button-icon.bg-eon-bordeaux:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux:hover span,
a.eon-button-icon.bg-eon-bordeaux:hover span {
    background-color: #A00311
}

a.eon-button.bg-eon-bordeaux:hover:after,
a.eon-button-icon.bg-eon-bordeaux:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(160,3,17)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise,
a.eon-button-icon.bg-eon-turquoise {
    background-color: #1EA2B1
}

a.eon-button.bg-eon-turquoise:before,
a.eon-button-icon.bg-eon-turquoise:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise span,
a.eon-button-icon.bg-eon-turquoise span {
    background-color: #1EA2B1
}

a.eon-button.bg-eon-turquoise:after,
a.eon-button-icon.bg-eon-turquoise:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(30,162,177)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise:hover,
a.eon-button-icon.bg-eon-turquoise:hover {
    background-color: #2B91A3
}

a.eon-button.bg-eon-turquoise:hover:before,
a.eon-button-icon.bg-eon-turquoise:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise:hover span,
a.eon-button-icon.bg-eon-turquoise:hover span {
    background-color: #2B91A3
}

a.eon-button.bg-eon-turquoise:hover:after,
a.eon-button-icon.bg-eon-turquoise:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(43,145,163)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow,
a.eon-button-icon.bg-eon-limeyellow {
    background-color: #E3E000
}

a.eon-button.bg-eon-limeyellow:before,
a.eon-button-icon.bg-eon-limeyellow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow span,
a.eon-button-icon.bg-eon-limeyellow span {
    background-color: #E3E000
}

a.eon-button.bg-eon-limeyellow:after,
a.eon-button-icon.bg-eon-limeyellow:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(227,224,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow:hover,
a.eon-button-icon.bg-eon-limeyellow:hover {
    background-color: #DAD600
}

a.eon-button.bg-eon-limeyellow:hover:before,
a.eon-button-icon.bg-eon-limeyellow:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow:hover span,
a.eon-button-icon.bg-eon-limeyellow:hover span {
    background-color: #DAD600
}

a.eon-button.bg-eon-limeyellow:hover:after,
a.eon-button-icon.bg-eon-limeyellow:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(218,214,0)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white,
a.eon-button-icon.bg-eon-white {
    background-color: #fff
}

a.eon-button.bg-eon-white:before,
a.eon-button-icon.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white span,
a.eon-button-icon.bg-eon-white span {
    background-color: #fff
}

a.eon-button.bg-eon-white:after,
a.eon-button-icon.bg-eon-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white:hover,
a.eon-button-icon.bg-eon-white:hover {
    background-color: #E8E8E8
}

a.eon-button.bg-eon-white:hover:before,
a.eon-button-icon.bg-eon-white:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-white:hover span,
a.eon-button-icon.bg-eon-white:hover span {
    background-color: #E8E8E8
}

a.eon-button.bg-eon-white:hover:after,
a.eon-button-icon.bg-eon-white:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75,
a.eon-button-icon.bg-eon-red-75 {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:before,
a.eon-button-icon.bg-eon-red-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75 span,
a.eon-button-icon.bg-eon-red-75 span {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:after,
a.eon-button-icon.bg-eon-red-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75:hover,
a.eon-button-icon.bg-eon-red-75:hover {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:hover:before,
a.eon-button-icon.bg-eon-red-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-red-75:hover span,
a.eon-button-icon.bg-eon-red-75:hover span {
    background-color: #f05548
}

a.eon-button.bg-eon-red-75:hover:after,
a.eon-button-icon.bg-eon-red-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(240,85,72)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75,
a.eon-button-icon.bg-eon-bordeaux-75 {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:before,
a.eon-button-icon.bg-eon-bordeaux-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75 span,
a.eon-button-icon.bg-eon-bordeaux-75 span {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:after,
a.eon-button-icon.bg-eon-bordeaux-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75:hover,
a.eon-button-icon.bg-eon-bordeaux-75:hover {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:hover:before,
a.eon-button-icon.bg-eon-bordeaux-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-bordeaux-75:hover span,
a.eon-button-icon.bg-eon-bordeaux-75:hover span {
    background-color: #c44341
}

a.eon-button.bg-eon-bordeaux-75:hover:after,
a.eon-button-icon.bg-eon-bordeaux-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(196,67,65)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-75,
a.eon-button-icon.bg-eon-limeyellow-75 {
    background-color: #eae840;
    color: #B00402
}

a.eon-button.bg-eon-limeyellow-75:before,
a.eon-button-icon.bg-eon-limeyellow-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-75 span,
a.eon-button-icon.bg-eon-limeyellow-75 span {
    background-color: #eae840
}

a.eon-button.bg-eon-limeyellow-75:after,
a.eon-button-icon.bg-eon-limeyellow-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-75:hover,
a.eon-button-icon.bg-eon-limeyellow-75:hover {
    background-color: #eae840
}

a.eon-button.bg-eon-limeyellow-75:hover:before,
a.eon-button-icon.bg-eon-limeyellow-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-75:hover span,
a.eon-button-icon.bg-eon-limeyellow-75:hover span {
    background-color: #eae840
}

a.eon-button.bg-eon-limeyellow-75:hover:after,
a.eon-button-icon.bg-eon-limeyellow-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(234,232,64)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50,
a.eon-button-icon.bg-eon-limeyellow-50 {
    background-color: #f1ef7f;
    color: #B00402
}

a.eon-button.bg-eon-limeyellow-50:before,
a.eon-button-icon.bg-eon-limeyellow-50:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50 span,
a.eon-button-icon.bg-eon-limeyellow-50 span {
    background-color: #f1ef7f
}

a.eon-button.bg-eon-limeyellow-50:after,
a.eon-button-icon.bg-eon-limeyellow-50:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50:hover,
a.eon-button-icon.bg-eon-limeyellow-50:hover {
    background-color: #f1ef7f
}

a.eon-button.bg-eon-limeyellow-50:hover:before,
a.eon-button-icon.bg-eon-limeyellow-50:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-limeyellow-50:hover span,
a.eon-button-icon.bg-eon-limeyellow-50:hover span {
    background-color: #f1ef7f
}

a.eon-button.bg-eon-limeyellow-50:hover:after,
a.eon-button-icon.bg-eon-limeyellow-50:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(241,239,127)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75,
a.eon-button-icon.bg-eon-turquoise-75 {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:before,
a.eon-button-icon.bg-eon-turquoise-75:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75 span,
a.eon-button-icon.bg-eon-turquoise-75 span {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:after,
a.eon-button-icon.bg-eon-turquoise-75:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75:hover,
a.eon-button-icon.bg-eon-turquoise-75:hover {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:hover:before,
a.eon-button-icon.bg-eon-turquoise-75:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.bg-eon-turquoise-75:hover span,
a.eon-button-icon.bg-eon-turquoise-75:hover span {
    background-color: #56b9c5
}

a.eon-button.bg-eon-turquoise-75:hover:after,
a.eon-button-icon.bg-eon-turquoise-75:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(86,185,197)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled,
a.eon-button:disabled,
a.eon-button-icon.disabled,
a.eon-button-icon:disabled {
    color: #bfbfbf;
    cursor: default!important;
    background-color: #E8E8E8
}

a.eon-button.disabled:before,
a.eon-button:disabled:before,
a.eon-button-icon.disabled:before,
a.eon-button-icon:disabled:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled:after,
a.eon-button:disabled:after,
a.eon-button-icon.disabled:after,
a.eon-button-icon:disabled:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled:hover,
a.eon-button:disabled:hover,
a.eon-button-icon.disabled:hover,
a.eon-button-icon:disabled:hover {
    background-color: #E8E8E8
}

a.eon-button.disabled:hover:before,
a.eon-button:disabled:hover:before,
a.eon-button-icon.disabled:hover:before,
a.eon-button-icon:disabled:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled:hover:after,
a.eon-button:disabled:hover:after,
a.eon-button-icon.disabled:hover:after,
a.eon-button-icon:disabled:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled.bg-eon-white,
a.eon-button:disabled.bg-eon-white,
a.eon-button-icon.disabled.bg-eon-white,
a.eon-button-icon:disabled.bg-eon-white {
    background-color: #fff
}

a.eon-button.disabled.bg-eon-white:before,
a.eon-button:disabled.bg-eon-white:before,
a.eon-button-icon.disabled.bg-eon-white:before,
a.eon-button-icon:disabled.bg-eon-white:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled.bg-eon-white:after,
a.eon-button:disabled.bg-eon-white:after,
a.eon-button-icon.disabled.bg-eon-white:after,
a.eon-button-icon:disabled.bg-eon-white:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled.bg-eon-white:hover,
a.eon-button:disabled.bg-eon-white:hover,
a.eon-button-icon.disabled.bg-eon-white:hover,
a.eon-button-icon:disabled.bg-eon-white:hover {
    background-color: #fff
}

a.eon-button.disabled.bg-eon-white:hover:before,
a.eon-button:disabled.bg-eon-white:hover:before,
a.eon-button-icon.disabled.bg-eon-white:hover:before,
a.eon-button-icon:disabled.bg-eon-white:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button.disabled.bg-eon-white:hover:after,
a.eon-button:disabled.bg-eon-white:hover:after,
a.eon-button-icon.disabled.bg-eon-white:hover:after,
a.eon-button-icon:disabled.bg-eon-white:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(255,255,255)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

a.eon-button-icon-only {
    width: 52px;
    height: 52px;
    display: inline-block
}

a.eon-button-icon-only:after {
    color: inherit
}

a.eon-button-icon-only.bg-eon-red {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(234,28,10)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-red:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(213,22,7)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-bordeaux {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(176,4,2)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-bordeaux:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(160,3,17)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-turquoise {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(30,162,177)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-turquoise:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(43,145,163)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-limeyellow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(227,224,0)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-limeyellow:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(218,214,0)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-white {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-white:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-red-75 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(240,85,72)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-red-75:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(240,85,72)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-bordeaux-75 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(196,67,65)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-bordeaux-75:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(196,67,65)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-limeyellow-75 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(234,232,64)'%3E%3C/path%3E%3C/svg%3E");
    color: #B00402
}

a.eon-button-icon-only.bg-eon-limeyellow-75:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(234,232,64)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-limeyellow-50 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(241,239,127)'%3E%3C/path%3E%3C/svg%3E");
    color: #B00402
}

a.eon-button-icon-only.bg-eon-limeyellow-50:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(241,239,127)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-turquoise-75 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(86,185,197)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.bg-eon-turquoise-75:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(86,185,197)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.disabled,
a.eon-button-icon-only:disabled {
    color: #bfbfbf;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.disabled:hover,
a.eon-button-icon-only:disabled:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.disabled:hover,
a.eon-button-icon-only:disabled:hover {
    cursor: default
}

a.eon-button-icon-only.disabled.bg-eon-white,
a.eon-button-icon-only:disabled.bg-eon-white {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/svg%3E")
}

a.eon-button-icon-only.disabled.bg-eon-white:hover,
a.eon-button-icon-only:disabled.bg-eon-white:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='52px' height='52px' viewBox='0 0 52 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-10' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/svg%3E")
}

#buttons h4.eon-title {
    margin-bottom: 12px
}

#buttons p.eon-copy {
    margin-bottom: 36px
}

#buttons button.eon-button {
    margin: 0 10px 10px 0
}

#buttons .eon-button-icon.button-grey.arrow_right {
    margin-bottom: 0
}

#buttons ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#buttons ul.buttons-container {
    margin-bottom: 36px
}

#buttons ul.buttons-container:last-of-type {
    margin-bottom: 0
}

#buttons ul li {
    margin: 0;
    padding: 0
}

#buttons .switch-controls {
    margin-bottom: 36px
}

#buttons .switch-controls h5.color-switcher-label {
    display: inline-block;
    vertical-align: top
}

#buttons .switch-controls ul.color-switcher-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

#buttons .switch-controls ul.color-switcher-list li.color-switcher {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 0 0 12px;
    border-radius: 3px
}

#buttons .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #EA1C0A
}

#buttons .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #B00402
}

#buttons .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #1EA2B1
}

#buttons .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #E3E000
}

#buttons .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-white {
    border: 1px solid #CCC
}

#buttons .switch-controls ul.color-switcher-list li.color-switcher:hover {
    cursor: pointer
}

#buttons.bg-eon-red .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #FFF
}

#buttons.bg-eon-bordeaux .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #FFF
}

#buttons.bg-eon-limeyellow .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #FFF
}

#buttons.bg-eon-turquoise .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #FFF
}

#buttons a.eon-button,
#buttons a.eon-button-icon {
    margin: 0 36px 10px 26px
}

#buttons a.eon-button-icon-only {
    margin-right: 26px
}

#buttons .snippet ul li {
    display: inline-block
}

#buttons .buttons-container .snippet ul li.secondary-button {
    display: none
}

#buttons.bg-eon-red .buttons-container .snippet ul li.secondary-button.eon-red-75 {
    display: inline-block
}

#buttons.bg-eon-white .buttons-container .snippet ul li.secondary-button {
    display: none
}

#buttons.bg-eon-turquoise .buttons-container .snippet ul li.secondary-button.eon-turquoise-75 {
    display: inline-block
}

#buttons.bg-eon-bordeaux .buttons-container .snippet ul li.secondary-button.eon-bordeaux-75 {
    display: inline-block
}

#buttons.bg-eon-limeyellow .buttons-container .snippet ul li.secondary-button.eon-limeyellow-75 {
    display: inline-block
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    button.eon-icon-button:after{
        margin-left: -20px;
    }
}
.form-manutenzione-header {
    line-height: 3rem;
    color: #4a4a4a;
    padding-bottom: 5rem;
    border-bottom: .1rem solid #1EA2B1;
}

.form-manutenzione-header--title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
}

.form-manutenzione-pagamento-mensile__title {
    font-weight: bold;
    color: #1EA2B1;
}

.form-manutenzione-pagamento-mensile__rata {
    font-size: 1.4rem;
}

.form-manutenzione-pagamento-mensile__rata--importo {
    font-size: 1.8rem;
}

.form-manutenzione-pagamento-mensile__unica-soluzione {
    font-size: 1.6rem;
    font-weight: bold;
    color: #8D8D8D;
}

.form-manutenzione-pagamento-mensile__unica-soluzione-importo {
    font-size: 1.6rem;
}

.card-label .form-manutenzione-pagamento-mensile__unica-soluzione-importo {
    font-size: 1.8rem;
}

.form-manutenzione-servizio-installazione__question {
    margin-bottom: 2.7rem;
}

.form-manutenzione-servizio-installazione__answer label:first-child {
    margin-right: 4.6rem;
}

.form-manutenzione-totale {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.form-manutenzione-stepbar__wrapper {
    display: flex;
    align-items: center;
}

.form-manutenzione-stepbar__step-marker {
    background-color: #9B9B9B;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
    text-align: center;
    margin-left: .75rem;
    flex-shrink: 0;
}

.form-manutenzione-stepbar__step-marker--active {
    background-color: #1EA2B1;
    height: 5.5rem;
    width: 5.5rem;
    margin-left: 0;
}

.form-manutenzione-stepbar__step-marker-number {
    line-height: 3.8rem;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.form-manutenzione-stepbar__step-marker-number--active {
    line-height: 5.4rem;
    font-size: 3.6rem;
}

.form-manutenzione-stepbar__step-name {
    font-weight: bold;
    color: #9B9B9B;
    margin-left: 2.9rem;
}

.form-manutenzione-stepbar__step-name--active {
    color: #000;
}

.form-manutenzione-stepbar__step-line {
    flex: 1 1;
    border-left: 0.1rem solid #9B9B9B;
    margin: .8rem 0 .8rem 2.7rem;
}

.form-manutenzione-side,
.form-manutenzione-side-recap {
    background-color: #F6F6F7;
    padding: 2.1rem 2.9rem 4.2rem 2.9rem;
    margin-bottom: 7.3rem;
}

.form-manutenzione-side-recap p {
    color: #8D8D8D;
    margin: 0;
}

.form-manutenzione-side-recap__anagrafica span {
    font-weight: bold;
}

.form-manutenzione-side-recap__anagrafica .email-recap span {
    text-transform: initial;
    font-weight: bold;
}

.form-manutenzione-side__foot-back {
    display: flex;
    flex-direction: row-reverse;
    cursor: pointer;
    margin-top: 3rem;
}

.form-manutenzione-side__foot-back img {
    margin-right: 1rem;
    margin-bottom: 1px;
}

.form-manutenzione-side input {
    margin-bottom: 0;
}

.form-manutenzione-side__head {
    margin-bottom: 4rem;
}

.form-manutenzione-side__head .desc-offer{
    font-size: 16px;
    font-weight: normal;
}

.form-manutenzione-side__head img {
    margin-right: 3.5rem;
}

.form-manutenzione-side__head span {
    font-size: 2.4rem;
    font-weight: bold;
    vertical-align: bottom;
}

.form-manutenzione-content {
    border-bottom: .1rem solid #1EA2B1;
}

.form-manutenzione-content .flex-row {
    display: flex;
}

.form-manutenzione-content .flex-col {
    display: flex;
    flex-direction: column;
}

.form-manutenzione-content .flex-vertical-centered {
    align-items: center;
}

.form-manutenzione-content .fullHeight {
    height: 100%;
}

.form-manutenzione-side__body-informativa {
    height: 10rem;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 4.2rem;
}

#manutenzione-step-3 .eon-radio-label.card-label{
    border-radius: 10px;
    min-height: 120px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
    width: 100%;
    padding: 15px;
    height: auto;
}
#manutenzione-step-3 .eon-radio-label.card-label.checked{
    border: 3px solid #e3e000;
    background-color: #ffffff;
}
#manutenzione-step-3 .eon-radio-label.card-label:before {
    left: 10px;
}
#manutenzione-step-3 .eon-radio-label.card-label .radio-item-text{
    margin-left: 35px;
    margin-top: 3px;
}
#manutenzione-step-3-modalita-pagamento,
#manutenzione-step-3-dati-pagamento,
#manutenzione-modalita-ricezione-bolletta
{
    display: none;
    margin-top: 3rem;
}

#manutenzione-step-3-dati-pagamento .eon-input-text {
    float: left;
}

.form-manutenzione-side__foot .eon-button {
    float: right;
    margin: 2.2rem 0 0 0;
    width: 11.6rem;
}

.form-manutenzione-side__foot span {
    width: 6.4rem;
}

.form-manutenzione-side__foot span.links_text {
    width: 6.5rem;
}

.form-manutenzione-side__foot span.w40 {
    width: 40px;
}

.step {
    min-height: 10.2rem;
}

.step:not(:first-child) .form-manutenzione-side {
    display: none;
}

.form-manutenzione-footer__termini, .form-manutenzione-footer__termini a {
    color: #f00;
}

.form-manutenzione-footer__termini img {
    padding-right: 1.1rem;
}

.form-manutenzione-footer button {
    float: right;
    width: 21.4rem;
}

.form-manutenzione-footer button > span {
    width: 16rem;
}

#installazione-valvole,
#installazione-valvole-totale {
    display: none;
}

.form-group,
.input-iban,
.input-email-fattura {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-left: 0;
}

.period-select {
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #1ea2b1;
}

.form-manutenzione-form-item-dropdow-error {
    color: #b00402;
    font-size: 1.6rem;
    margin-top: 30px;
}

@media screen and (max-width: 991px) {

    .form-wrapper {
        background-color: #f6f6f6;
    }

    .form-manutenzione-content .flex-row {
        display: inline;
    }

    .form-manutenzione-content {
        padding: 0;
    }

    .form-manutenzione-stepbar,
    .form-manutenzione-side {
        background-color: #fff;
        margin: 0;
    }

    .form-manutenzione-side-recap {
        background-color: #fff;
        margin-bottom: 0;
    }

    .form-manutenzione-stepbar__wrapper {
        padding: 1.8rem 0;
    }

    .form-manutenzione-totale {
        color: #1EA2B1;
        text-align: left;
    }

    .form-manutenzione-totale span {
        border-bottom: 1px solid #CECECE;
        width: 100%;
        display: block;
    }

    .form-manutenzione .mb10-xs-sm {
        margin-bottom: 1rem;
    }
}

button.eon-button.bg-eon-lightgrey:before,
a.eon-button.small.bg-eon-lightgrey:hover:before,
a.eon-button.bg-eon-lightgrey:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-lightgrey span,
a.eon-button.small.bg-eon-lightgrey span,
a.eon-button.bg-eon-lightgrey span {
    background-color: #E8E8E8
}

button.eon-button.bg-eon-lightgrey:after,
a.eon-button.small.bg-eon-lightgrey:after,
a.eon-button.bg-eon-lightgrey:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-lightgrey:hover:before,
a.eon-button.small.bg-eon-lightgrey:hover:before,
a.eon-button.bg-eon-lightgrey:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0 0 26 52' enable-background='new 0 0 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M8.414,1.076C4.994,1.75,2.322,4.23,1.672,7.775c-2.23,12.15-2.23,24.301,0,36.452c0.65,3.545,3.322,6.02,6.742,6.693 C14.332,51.884,26,52,26,52V0C26,0.001,13.667,0.13,8.414,1.076z'/%3E%3C/g%3E%3C/svg%3E")
}

button.eon-button.bg-eon-lightgrey:hover span,
a.eon-button.small.bg-eon-lightgrey:hover span,
a.eon-button.bg-eon-lightgrey:hover span {
    background-color: #E8E8E8
}

button.eon-button.bg-eon-lightgrey:hover:after,
a.eon-button.small.bg-eon-lightgrey:hover:after,
a.eon-button.bg-eon-lightgrey:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='26px' height='52px' viewBox='0.239 0.829 26 52' enable-background='new 0.239 0.829 26 52' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='rgb(232,232,232)' d='M17.824,51.754c3.42-0.674,6.092-3.154,6.742-6.699c2.23-12.15,2.23-24.301,0-36.451 c-0.65-3.545-3.322-6.02-6.742-6.694c-5.918-0.964-17.585-1.08-17.585-1.08v52C0.239,52.829,12.571,52.7,17.824,51.754z'/%3E%3C/g%3E%3C/svg%3E")
}

.eon-radio-label span.subtitle {
    font-style: italic;
    font-family: Arial;
    font-size: 16px;
}

.help-block, .help-block ul {
    margin: 0;
    padding: 0;
}

.help-block {
    height: 25px;
}

.help-block ul li {
    font-size: 12px;
    color: #a94442;
}

.help-block ul li#salesforceErrorMessage {
    font-size: 20px;
}

.form-group {
    margin: 0;
}

.form-group.has-error.has-danger input {
    border: 2px solid #a94442;
}

.form-group input.validated{
    border: 2px solid #1ea2b1;
}

/* HEADER */
.climasmart-header {
    color: #f00;
    height: 20rem;
    display: flex;
    align-items: center;
}

.climasmart-header a {
    color: #f00;
    margin: 0;
}

.climasmart-header .flex-col {
    display: flex;
    flex-direction: column;
}

.climasmart-header__back {
    display: flex;
    align-items: center;
}

.climasmart-header__back img {
    margin-right: 1rem;
    vertical-align: initial;
}

.climasmart-header__title {
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
    .climasmart-header__title {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }

    .form-manutenzione-footer button {
        float: none;
    }

    .btn-mobile {
        margin-right: 0 !important;
        margin-bottom: 35px !important;
    }

    .headline-section-thank-you {
        padding: 0 25px 0 25px;
    }
}

/* ==========================================================================
   THANK YOU PAGE HEADER
   ========================================================================== */

/* +++ TIPOGRAFY +++ */
.title-thank-you-page h1 {
    font-size: 6.4rem;
    text-align: center;
    color: #EA1C0A;
    margin-bottom: 100px;
    margin-top: 0;
}

.thank-you-quote-text {
    margin-bottom: 50px;
    font-size: 2rem;
}

.thank-you-download-quote-text {
    margin-top: 20px;
    margin-bottom: 50px;
    color: #EA1C0A;
    font-weight: 800;
    font-size: 1.6rem;
}

.thank-you-download-quote-text:before {
    font-family: "eon-icons";
    content: '\e823';
    color: #ea1c0a;
    font-size: 35px;
    position: relative;
    top: 6px;
}

.thank-you-download-quote-text:after {
    font-family: "eon-icons";
    content: '\e823';
    color: #ea1c0a;
    font-size: 35px;
    position: relative;
    top: 6px;
    visibility: hidden;
}

.headline-section-thank-you {
    padding: 0;
}

.thank-you-page-image {
    padding: 0;
}

.thank-you-text {
    margin-bottom: 50px;
    font-size: 2rem;
}

.thank-you-image-container {
    margin-bottom: 60px;
    padding: 0;
}

.thank-you-img-text {
    color: #ffffff;
    padding-left: 10px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 15px;
}

.no-padding {
    padding: 0;
}

.thank-you-page-hr {
    border-top: 1px solid #1ea2b1;
    margin-bottom: 50px;
    margin-top: 0;
}

.red-link {
    color: #b00402;
    font-size: 1.6rem;
}

.underlined-link {
    text-decoration: underline;
}

/* ==========================================================================
   THANK YOU PAGE FOOTER
   ========================================================================== */

.thank-you-page-footer-inner {
    text-align: right;
    padding-left: 40px;
    padding-right: 40px;
}

.thank-you-page-footer {
    margin-bottom: 60px;
}

.thank-you-img-button {
    position: absolute;
    bottom: 20px;
}

ul.buttons-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.button-thank-you-img span {
    height: 32px !important;
    line-height: 32px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.button-thank-you-footer {
    margin: 0;
    height: 52px;
    border: 0;
    padding: 0 26px;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent;
    line-height: inherit;
    display: inline-block;
    text-decoration: none;
}

/* Small Devices, Tablets
   ========================================================================== */
@media only screen and (max-width: 991px) {

    .period-select {
        margin-top: 4rem;
        padding-top: 0;
        margin-bottom: 0;
    }

    .title-thank-you-page h1 {
        font-size: 2rem;
        margin-bottom: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .thank-you-page-hr {
        margin-bottom: 30px;
    }

    .thank-you-page-image {
        padding-bottom: 20px;
    }

    .thank-you-quote-text {
        margin-bottom: 30px;
        text-align: center;
        font-size: 1.8rem;
    }

    .thank-you-download-quote-text {
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .thank-you-text {
        text-align: center;
        font-size: 1.8rem;
    }

    .thank-you-img-button {
        bottom: 30px;
        padding-left: 20px;
    }
    .thank-you-img-button a.eon-button{
        height: 40px;
    }

    .thank-you-page-footer-inner {
        text-align: center;
    }

    .thank-you-image-container {
        margin-bottom: 0;
    }

    .thank-you-page-footer {
        margin-bottom: 10px;
    }

    .padding-mobile {
        padding: 0;
    }

    .no-padding {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* ==========================================================================
   LOADER
   ========================================================================== */
.climasmart-loader-fullscreen {
    display: none;
}

.climasmart-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .65);
    z-index: 200;
}

.climasmart-spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #f00; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.background-white {
    background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {

    .period-select {
        margin-top: 2.5rem;
        padding-top: 2.5rem;
    }

    .headline-section-thank-you {
        padding: 0 25px 0 25px;
    }
}
.climasmart-note {
    font-size: 1.4rem;
    line-height: 130%;
    font-family: "EONBrixSans";
    font-weight: 400;
    text-align: left;
    margin: 0 0 30px 0;
    border-left: 0;
    padding: 0;
}

.text-area-note-legali{
    resize:none;
    width: 100%;
    background: #FFFFFF;
    border: solid 2px #bfbfbf;
    font-size: 1.2rem;
    color: #9b9b9b;
    margin-bottom: 20px;
}
/* new kit colors for accessibility */
.eon-white {
    background-color: white;
}

.eon-neutral100{
    background-color: #ffffff;
}

.eon-neutral200{
    background-color: #fcfbfa;
}

.eon-neutral300{
    background-color: #f9f6f4;
}

.eon-neutral400{
    background-color: #e6e3e1;
}

.eon-neutral500{
    background-color: #cccbca;
}

.eon-neutral600{
    background-color: #999999;
}

.eon-neutral700{
    background-color: #666666;
}

.eon-neutral800{
    background-color: #262626;
}

.eon-neutral900{
    background-color: #000000;
}

.eon-grey100{
    background-color: #F8F5F2;
}

.eon-grey200{
    background-color: #F0EBE5;
}

.eon-grey300{
    background-color: #D7D0CC;
}

.eon-grey400{
    background-color: #B3ACA9;
}

.eon-grey500{
    background-color: #958D8B;
}

.eon-grey600{
    background-color: #767676;
}

.eon-grey700{
    background-color: #5C5C5C;
}

.eon-grey800{
    background-color: #404040;
}

.eon-grey900{
    background-color: #262626;
}

.eon-red100{
    background-color: #F6E5DC;
}

.eon-red200{
    background-color: #F6C1B0;
}

.eon-red300{
    background-color: #F59A86;
}

.eon-red400{
    background-color: #F05B48;
}

.eon-red500{
    background-color: #EA1B0A;
}

.eon-red600{
    background-color: #C41708;
}

.eon-red700{
    background-color: #9D1207;
}

.eon-red800{
    background-color: #750E05;
}

.eon-red900{
    background-color: #4E0903;
}

.eon-turquoise100{
    background-color: #e1eded;
}

.eon-turquoise200{
    background-color: #b0dade;
}

.eon-turquoise300{
    background-color: #7fc7cf;
}

.eon-turquoise400{
    background-color: #4fb5c0;
}

.eon-turquoise500{
    background-color: #1ea2b1;
}

.eon-turquoise600{
    background-color: #178a9d;
}

.eon-turquoise700{
    background-color: #0f738a;
}

.eon-turquoise800{
    background-color: #144d62;
}

.eon-turquoise900{
    background-color: #182739;
}

.eon-blue100{
    background-color: #CCEBFF;
}

.eon-blue200{
    background-color: #A3DAFF;
}

.eon-blue300{
    background-color: #7ACAFF;
}

.eon-blue400{
    background-color: #52BAFF;
}

.eon-blue500{
    background-color: #27A9FF;
}

.eon-blue600{
    background-color: #0093F5;
}

.eon-blue700{
    background-color: #0075C2;
}

.eon-blue800{
    background-color: #00568F;
}

.eon-blue900{
    background-color: #00375C;
}

.eon-yellow100{
    background-color: #00375C;
}

.eon-yellow200{
    background-color: #f2efa3;
}

.eon-yellow300{
    background-color: #edea6c;
}

.eon-yellow400{
    background-color: #e8e536;
}

.eon-yellow500{
    background-color: #e3e000;
}

.eon-yellow600{
    background-color: #9eb22d;
}

.eon-yellow700{
    background-color: #61822a;
}

.eon-yellow800{
    background-color: #3d5327;
}

.eon-yellow900{
    background-color: #1c301e;
}

.eon-purple100{
    background-color: #F0D8EB;
}

.eon-purple200{
    background-color: #DBA6D1;
}

.eon-purple300{
    background-color: #CA6FBA;
}

.eon-purple400{
    background-color: #B0429D;
}

.eon-purple500{
    background-color: #961482;
}

.eon-purple600{
    background-color: #821171;
}

.eon-purple700{
    background-color: #710F62;
}

.eon-purple800{
    background-color: #5F0C52;
}

.eon-purple900{
    background-color: #4D0A42;
}

.eon-system-success-light{
    background-color: #D7E9CA;
}

.eon-system-success{
    background-color: #18A087;
}

.eon-system-success-dark{
    background-color: #0D6D68;
}

.eon-system-warning-light{
    background-color: #F9F2D8;
}

.eon-system-warning{
    background-color: #FFC940;
}

.eon-system-warning-dark{
    background-color: #FF711A;
}

.eon-system-error-light{
    background-color: #F6C1B0;
}

.eon-system-error{
    background-color: #F05B48;
}

.eon-system-error-dark{
    background-color: #C41708;
}

.eon-system-highlight-light{
    background-color: #CCEBFF;
}

.eon-system-highlight{
    background-color: #0075C2;
}

.eon-system-highlight-dark{
    background-color: #00568F;
}

.eon-transparent{
    background-color: transparent;
}

.eon-red500gradient{
    background: linear-gradient(135deg, #EB1D0A 0%, #EB1D0A 55%, #C11054 85%, #941481 95%);
}











/* COLORI VECCHI DA RIMUOVERE DOPO AGGIORNAMENTO DI TUTTI */
.bg-eon-red {
    background-color: #EA1C0A
}

.bg-eon-2024-red {
    background-color: #f7e8da
}

.bg-eon-2024-red300 {
    background-color: #f59a86
}

.bg-eon-2024-red500 {
    background-color: #EA1B0A;
}

.bg-eon-2024-red100 {
    background-color: #f7e8da
}

.bg-eon-white {
    background-color: #fff
}

.bg-eon-2024-neutral300,
.bg-eon-2024-neutral{
    background-color: #f9f6f4
}

.bg-eon-2024-grey100{
    background-color: #F8F5F2
}

.bg-eon-2024-red500gradient{
    background: linear-gradient(135deg, #eb1d0a 0%, #eb1d0a 55%, #c11054 85%, #941481 95%);
}

.bg-eon-turquoise {
    background-color: #1EA2B1
}

.bg-eon-2024-turquoise100,
.bg-eon-2024-turquoise{
    background-color: #e1eded
}

.bg-eon-2024-turquoiselight {
    background-color: #CCEBFF;
}

.bg-eon-2024-turquoise300 {
    background-color: #7fc7cf
}

.bg-eon-2024-dark-turquoise {
    background-color: #7FC7CF
}

.bg-eon-2024-blue{
    background-color: #0075C2;
}

.bg-eon-2024-purple500{
    background-color: #941481;
}

.bg-eon-bordeaux {
    background-color: #B00402
}

.bg-eon-2024-bordeaux {
    background-color: #F59A86
}

.bg-eon-limeyellow {
    background-color: #E3E000
}

.bg-eon-2024-yellow100,
.bg-eon-2024-limeyellow{
    background-color: #F7F4D9;
}

.bg-eon-2024-yellow300{
    background-color: #edea6c;
}


.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-red-active {
    background-color: #D51607
}

.bg-eon-bordeaux-active {
    background-color: #A00311
}

.bg-eon-limeyellow-active {
    background-color: #DAD600
}

.bg-eon-turquoise-active {
    background-color: #2B91A3
}

.bg-eon-red-75 {
    background-color: #f05548
}

.bg-eon-red-50 {
    background-color: #f48D84
}

.bg-eon-red-25 {
    background-color: #fAC6C2
}

.bg-eon-bordeaux-75 {
    background-color: #c44341
}

.bg-eon-bordeaux-50 {
    background-color: #d78180
}

.bg-eon-bordeaux-25 {
    background-color: #ebc0c0
}

.bg-eon-bordeaux-dark {
    background-color: #76020C
}

.bg-eon-limeyellow-75 {
    background-color: #eae840
}

.bg-eon-limeyellow-50 {
    background-color: #f1ef7f
}

.bg-eon-limeyellow-25 {
    background-color: #f8f7bf
}

.bg-eon-turquoise-75 {
    background-color: #56b9c5
}

.bg-eon-turquoise-50 {
    background-color: #8ed0d8
}

.bg-eon-turquoise-25 {
    background-color: #c7e8eb
}

.bg-eon-turquoise-dark {
    background-color: #0F738A
}

.bg-eon-black {
    background-color: #000
}

.bg-eon-darkgrey {
    background-color: #39393A
}

.bg-eon-darkgrey-active {
    background-color: #404040
}

.bg-eon-darkgrey-75 {
    background-color: #404040
}

.bg-eon-darkgrey-25 {
    background-color: #bfbfbf
}

.bg-eon-middlegrey {
    background-color: #8F9192
}

.bg-eon-lightgrey {
    background-color: #E8E8E8
}

.bg-eon-ultralightgrey {
    background-color: #F6F6F7
}

.green-gradient{
    background: linear-gradient(286deg, #d4d400, #04737f 90%);
}

.eon-slider.ui-slider {
    height: 8px;
    border: 0;
    background-color: #bfbfbf;
    border-radius: 2px;
    margin: 22px 0
}

.eon-slider.ui-widget.ui-widget-content {
    overflow: visible;
}

.eon-slider.ui-slider .ui-slider-handle {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 0;
    top: -22px;
    margin-left: -26px;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(234,28,10)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
    /*background-image: url("apps/settings/wcm/designs/eon/eon-aem-italia-energia/img/slider-button.svg");*/
}

.eon-slider.ui-slider .ui-slider-handle:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(213,22,7)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-red .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(234,28,10)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-red .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(213,22,7)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-bordeaux {
    background-color: #fff
}

.eon-slider.eon-bordeaux .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(176,4,2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-bordeaux .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(160,3,17)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-turquoise .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(30,162,177)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-turquoise .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(43,145,163)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-limeyellow .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(227,224,0)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-limeyellow .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(218,214,0)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-red {
    background-color: #B00402
}

.eon-slider.eon-white.eon-red .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-red .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(234,28,10)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-bordeaux {
    background-color: #76020C
}

.eon-slider.eon-white.eon-bordeaux .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-bordeaux .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(176,4,2)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-limeyellow {
    background-color: #fff
}

.eon-slider.eon-white.eon-limeyellow .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(176,4,2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-limeyellow .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(160,3,17)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(255,255,255)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-turquoise {
    background-color: #0F738A
}

.eon-slider.eon-white.eon-turquoise .ui-slider-handle {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.eon-slider.eon-white.eon-turquoise .ui-slider-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='53px' height='52px' viewBox='23 0 53 52' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Group-13' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(23.000000,0.000000)'%3E%3Cpath d='M8.41491242,1.67250109 C4.99456854,2.32324671 2.32318817,4.99462047 1.67244094,8.4149559 C-0.557480315,20.1384043 -0.557480315,31.8615957 1.67244094,43.5850441 C2.32318817,47.0053795 4.99456854,49.6767533 8.41491242,50.3274989 C14.2765226,51.4423282 20.1383898,52 26,52 C31.8616102,52 37.7234774,51.4423282 43.5850876,50.3274989 C47.0054315,49.6767533 49.6768118,47.0053795 50.3275591,43.5850441 C52.5574803,31.8615957 52.5574803,20.1384043 50.3275591,8.4149559 C49.6768118,4.99462047 47.0054315,2.32324671 43.5850876,1.67250109 C37.7234774,0.557414659 31.8616102,0 26,0 C20.1383898,0 14.2765226,0.557414659 8.41491242,1.67250109 Z' id='Fill-281-Copy-4' fill='rgb(232,232,232)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(33.000000,19.000000)' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24,0 C26.635,1.745 29.146,3.893 31.431,6.425 C31.705,6.727 31.705,7.234 31.432,7.536 C29.136,10.085 26.651,12.247 24,14' id='icn_right_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3Cpath d='M7.63662517,14 C5.00062517,12.256 2.49062517,10.107 0.205625171,7.576 C-0.0683748286,7.274 -0.0683748286,6.767 0.204625171,6.465 C2.49962517,3.915 4.98562517,1.754 7.63662517,0' id='icn_left_small' stroke='rgb(30,162,177)' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders h4.eon-title {
    margin-bottom: 24px
}

#sliders p.section-description {
    margin-bottom: 36px
}

#sliders .code-container {
    margin-bottom: 24px
}

#sliders ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#sliders ul li {
    overflow: hidden
}

#sliders .slider-wrapper {
    float: left;
    max-width: 50%;
    width: 100%;
    height: 52px;
    display: inline-block;
    padding: 0 26px;
    margin: 0 0 24px 0
}

#sliders .slider-wrapper.with-humans {
    margin: 0
}

#sliders .human-count-wrapper {
    float: left;
    width: 50%;
    display: inline-block;
    height: 52px;
    padding: 0 20px 0 10px
}

#sliders .human-count-wrapper .slider-counter-element {
    width: 22px;
    height: 52px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(191,191,191)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(191,191,191)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px
}

#sliders .human-count-wrapper .slider-counter-element.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(234,28,10)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-white .human-count-wrapper .slider-counter-element {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(191,191,191)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(191,191,191)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-white .human-count-wrapper .slider-counter-element.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(234,28,10)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(234,28,10)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-red .human-count-wrapper .slider-counter-element {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-red .human-count-wrapper .slider-counter-element.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-bordeaux .human-count-wrapper .slider-counter-element {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(118,2,12)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(118,2,12)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-bordeaux .human-count-wrapper .slider-counter-element.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-turquoise .human-count-wrapper .slider-counter-element {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(15,115,138)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(15,115,138)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-turquoise .human-count-wrapper .slider-counter-element.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-limeyellow .human-count-wrapper .slider-counter-element {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(255,255,255)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders.bg-eon-limeyellow .human-count-wrapper .slider-counter-element.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='27px' viewBox='25 0 18 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icn_user-copy' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(26.000000,0.000000)'%3E%3Cpath d='M12.5,4.5 C12.5,6.985125 10.485125,9 8,9 C5.514875,9 3.5,6.985125 3.5,4.5 C3.5,2.014875 5.514875,0 8,0 C10.485125,0 12.5,2.014875 12.5,4.5 L12.5,4.5 Z' id='Fill-1' fill='rgb(176,4,2)'%3E%3C/path%3E%3Cpath d='M16,25.011 L16,15 C16,13.363 14.637,12 13,12 L3,12 C1.363,12 0,13.363 0,15 L0,25.011' id='Stroke-3' stroke='rgb(176,4,2)' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

#sliders .switch-controls {
    margin-bottom: 36px
}

#sliders .switch-controls h5.color-switcher-label {
    display: inline-block;
    vertical-align: top
}

#sliders .switch-controls ul.color-switcher-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

#sliders .switch-controls ul.color-switcher-list li.color-switcher {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 0 0 12px;
    border-radius: 3px
}

#sliders .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #EA1C0A
}

#sliders .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #B00402
}

#sliders .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #1EA2B1
}

#sliders .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #E3E000
}

#sliders .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-white {
    border: 1px solid #CCC
}

#sliders .switch-controls ul.color-switcher-list li.color-switcher:hover {
    cursor: pointer
}

#sliders.bg-eon-red .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-red {
    border: 1px solid #FFF
}

#sliders.bg-eon-bordeaux .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-bordeaux {
    border: 1px solid #FFF
}

#sliders.bg-eon-limeyellow .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-limeyellow {
    border: 1px solid #FFF
}

#sliders.bg-eon-turquoise .switch-controls ul.color-switcher-list li.color-switcher.bg-eon-turquoise {
    border: 1px solid #FFF
}

@media only screen and (max-width: 991px) {

    #sliders .slider-wrapper {
        max-width: 100%;
    }

    #sliders .human-count-wrapper {
        width: 100%;
        text-align: center;
    }

}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

