@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,vietnamese,cyrillic-ext,latin-ext,cyrillic);
body {
    font-family: roboto, sans-serif;
    font-size: 18px;
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    background-repeat: repeat-x;
    background-position: bottom
}

i {
    font-style: italic
}

.primary-color {
    color: #2a3052
}

.primary-bg-color {
    background-color: #2a3052
}

.secondary-color {
    color: #e98024
}

.secondary-bg-color {
    background-color: #e98024
}

.primary-color-dark {
    color: #15212d
}

.primary-bg-color-dark {
    background-color: #15212d
}

.content-inverse-color,
.content-inverse-color:visited {
    color: #fff
}

.fill-bg-color {
    background-color: #f2f2f2
}

.border-color {
    border-color: #dedede
}

ol,
ul {
    list-style: none
}

ol li,
ul li {
    line-height: 1.4em;
    margin: .5em 0 0
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
    margin: .8em 0 0 1em
}

ol,
ul.bullet {
    margin: 1.25em 0 1.25em 1.25em
}

ul.bullet>li {
    list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18px' height='18px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23e98024' d='M12,17.5A5.5,5.5,0,1,1,17.5,12,5.507,5.507,0,0,1,12,17.5Zm0-9A3.5,3.5,0,1,0,15.5,12,3.5,3.5,0,0,0,12,8.5Z'/%3E%3C/svg%3E")
}

ol li {
    list-style-type: decimal;
    list-style-image: none
}

img {
    vertical-align: middle;
    border: 0
}

ul.checked>li {
    min-height: 24px;
    padding-left: 35px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='24px' height='24px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon fill='%23e98024' points='8.308 22.298 0.399 14.39 3.934 10.854 8.308 15.228 20.066 3.47 23.601 7.005 8.308 22.298'/%3E%3C/svg%3E") no-repeat
}

.reset_ol {
    counter-reset: item
}

.reset_ol li {
    display: block
}

.reset_ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item
}

.border-bottom {
    border-bottom: 1px solid #dedede
}

.contract_error {
    background-color: #fef1cf !important
}

#header,
.header,
header {
    border-top: 2px solid #2a3052;
    border-bottom: 4px solid #e98024;
    background: #2a3052
}

#header a,
.header a {
    color: #fff;
    text-decoration: none
}

#header #menu-top li.active a,
.header #menu-top li.active a {
    color: #e98024
}

#footer #footer-regulatory a {
    font-size: 10px
}

#footer a {
    font-size: 13px;
    font-weight: 400;
    color: #fff
}

.invisible {
    display: none !important
}

.center-text {
    text-align: center
}

.separator-line {
    margin-top: 10px;
    margin-bottom: 10px
}

.align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.no-transition,
.no-transition:after,
.no-transition:before {
    transition: none !important
}

button {
    text-decoration: none;
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    border: 0;
    background: #2e8836;
    color: #fff
}

button:active,
button:hover {
    text-decoration: none
}

button:visited {
    color: #fff
}

button:active,
button:hover {
    background-color: #14602b
}

button.button-secondary {
    background: #f2f2f2;
    color: #000
}

button.button-secondary:active,
button.button-secondary:hover,
button.button-secondary:visited {
    background-color: #dedede
}

.button {
    cursor: pointer;
    margin-bottom: .5em
}

.button span {
    text-decoration: none;
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    border-radius: 4px;
    overflow: visible;
    border: 0;
    color: #fff;
    background: #2e8836
}

.button span:active,
.button span:hover {
    text-decoration: none
}

.button span:hover {
    background-color: #14602b
}

.button span:visited {
    color: #fff
}

.button-secondary {
    cursor: pointer;
    margin-bottom: .5em
}

.button-secondary span {
    text-decoration: none;
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    border-radius: 4px;
    overflow: visible;
    border: 0;
    color: #000;
    background: #f2f2f2
}

.button-secondary span:active,
.button-secondary span:hover {
    text-decoration: none
}

.button-secondary span:hover {
    text-decoration: none;
    background: #dedede
}

.button-disabled {
    cursor: pointer;
    margin-bottom: .5em
}

.button-disabled span {
    text-decoration: none;
    text-align: center;
    line-height: 100%;
    text-transform: capitalize;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 400;
    font-family: inherit;
    border-radius: 4px;
    overflow: visible;
    white-space: nowrap;
    border: 0;
    color: #dedede;
    background: #f2f2f2;
    cursor: default
}

.button-disabled span:active,
.button-disabled span:hover {
    text-decoration: none
}

.button-disabled span:active,
.button-disabled span:hover {
    color: #dedede;
    background: #f2f2f2
}

a,
h1,
h2,
h3,
h4,
li,
p,
span {
    text-rendering: optimizeLegibility
}

a,
a:visited {
    color: #2a3052;
    text-decoration: none;
    font-weight: 700
}

a:active,
a:hover,
a:visited:active,
a:visited:hover {
    text-decoration: underline
}

p {
    margin: 1em 0;
    line-height: 1.4em
}

.font-n {
    font-size: 18px
}

.font-s {
    font-size: 13px
}

.font-xs {
    font-size: 10px
}

h1 {
    font-size: 36px;
    font-weight: 300;
    color: #e98024
}

h1 a {
    color: #e98024 !important
}

h1.dark {
    color: #2a3052
}

h1.dark a {
    color: #2a3052 !important
}

h2 {
    font-size: 28px;
    color: #e98024;
    font-weight: 300
}

h2 a {
    color: #2a3052 !important
}

h2 em {
    text-decoration: underline
}

h2.center {
    text-align: center;
    margin: 1.25em auto
}

h3 {
    color: #2a3052;
    font-size: 22px;
    font-weight: 300
}

h3 a {
    color: #2a3052 !important
}

h4 {
    color: #000;
    font-size: 18px
}

h4 a {
    color: #000 !important
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 2px 8px;
    border: 1px solid #f2f2f2;
    color: #000;
    background: #fff;
    border-radius: 4px
}

input:hover,
select:hover,
textarea:hover {
    border: 1px solid #2a3052
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0;
    border: 1px solid #2a3052
}

select.select-hidden {
    height: 0;
    visibility: hidden;
    pointer-events: none;
    padding-right: 10px;
    position: relative
}

@media all and (max-width:480px) {
    select.select-hidden {
        visibility: visible;
        pointer-events: auto;
        width: 100%;
        height: auto;
        text-transform: capitalize
    }
}

div.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    max-width: 100%;
    min-width: 95px;
    width: inherit;
    height: 28px;
    text-align: left
}

div.select:after {
    content: '';
    position: absolute
}

@media all and (max-width:480px) {
    div.select {
        width: 100%
    }
    div.select:after {
        content: '\002303';
        position: absolute;
        top: 9px;
        right: 5px;
        font-size: 120%;
        background: #fff;
        height: 20px;
        line-height: normal;
        color: #dedede;
        transition: transform .2s ease-in;
        transform-origin: 50% 35%;
        transform: rotate(180deg)
    }
}

div.select-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    background-color: #fff;
    padding: 2px 8px;
    white-space: nowrap;
    line-height: 1.2em;
    text-transform: capitalize;
    vertical-align: middle
}

div.select-dropdown span {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 24px);
    overflow: hidden;
    pointer-events: none
}

div.select-dropdown:after {
    content: '\002303';
    position: absolute;
    color: #dedede;
    top: 6px;
    right: 4px;
    transition: transform .2s ease-in;
    transform-origin: 50% 35%;
    transform: rotate(180deg)
}

div.select-dropdown:hover {
    border: 1px solid #2a3052
}

div.select-dropdown:focus {
    outline: 0;
    border: 1px solid #2a3052
}

div.select-dropdown.show {
    border: 1px solid #2a3052
}

div.select-dropdown.show:after {
    transform: rotate(0)
}

@media all and (max-width:480px) {
    div.select-dropdown {
        display: none
    }
}

div.select-dropdown.show~ul.select-options {
    transform: scale(1, 1);
    opacity: 1;
    pointer-events: auto
}

ul.select-options {
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    transition: transform .25s, opacity .25s;
    transform-origin: top;
    transform: scale(1, 0);
    opacity: 0;
    max-height: 190px;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px #f2f2f2;
    overflow-y: auto;
    overflow-x: hidden
}

ul.select-options li.select-items {
    margin: 0;
    padding: 3px 4px 3px 8px;
    display: block;
    font-size: inherit;
    text-transform: capitalize
}

ul.select-options li.select-items.label {
    cursor: default;
    font-size: 85%;
    padding: 3px 6px;
    color: #e98024;
    background-color: #fff
}

ul.select-options li.select-items.selected {
    color: #fff;
    background-color: #2a3052
}

ul.select-options li.select-items:not(.selected):not(.disabled):not(.label):hover {
    background-color: #f2f2f2
}

ul.select-options li.select-items:not(.selected):not(.disabled):not(.label).active {
    background-color: #f2f2f2
}

ul.select-options li.select-items:not(.selected):not(.disabled):not(.label):focus {
    background-color: #f2f2f2
}

ul.select-options li.select-items.disabled {
    color: #dedede;
    background: #fff
}

input[type=radio]:checked,
input[type=radio]:not(:checked) {
    position: absolute;
    opacity: 0
}

input[type=radio]:checked+label,
input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 1em;
    display: inline-block
}

input[type=radio]:checked+label:before,
input[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dedede;
    border-radius: 100%;
    background: #fff
}

input[type=radio]:checked+label:after,
input[type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #2a3052;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all .2s ease
}

input[type=radio]:checked+label:active:before,
input[type=radio]:checked+label:focus:before,
input[type=radio]:checked+label:hover:before,
input[type=radio]:not(:checked)+label:active:before,
input[type=radio]:not(:checked)+label:focus:before,
input[type=radio]:not(:checked)+label:hover:before {
    border: 1px solid #2a3052
}

input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

input[type=radio]:checked+label:before {
    border: 1px solid #2a3052
}

input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

input[type=checkbox] {
    position: absolute;
    opacity: 0
}

input[type=checkbox]+label {
    position: relative;
    cursor: pointer;
    font-size: inherit
}

input[type=checkbox]+label:before {
    line-height: 1em;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cpath d='M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%23DEDEDE' fill-rule='nonzero'/%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 4px
}

input[type=checkbox]:checked+label:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%232A3052'/%3E%3Cpath d='M4.854 8.144a.5.5 0 1 0-.708.706l2 2.003a.5.5 0 0 0 .708 0l5-5a.5.5 0 0 0-.708-.707L6.5 9.793l-1.646-1.65z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E")
}

input[type=checkbox]:not(:checked):focus+label:before,
input[type=checkbox]:not(:checked):hover+label:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EArtboard%3C/title%3E%3Cpath d='M2 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z' fill='%232A3052' fill-rule='nonzero'/%3E%3C/svg%3E")
}

fieldset {
    border: 1px solid #f2f2f2
}

.hint {
    font-size: 13px;
    color: #000;
    margin-top: 3px
}

::-webkit-input-placeholder {
    color: #c2c2c2
}

::-moz-placeholder {
    color: #c2c2c2
}

:-ms-input-placeholder {
    color: #c2c2c2
}

:-moz-placeholder {
    color: #c2c2c2
}

.ui-widget-content .ui-state-default.ui-selectmenu-button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    border: 1px solid #f2f2f2;
    color: #000;
    background: #fff;
    border-radius: 4px
}

.error-msg {
    font-style: italic;
    font-size: 13px;
    color: #c03
}

.notice-msg {
    color: #000;
    background-color: #fef1cf;
    padding: 10px;
    overflow: hidden
}

#topbar,
.topbar {
    width: 100%;
    line-height: 1;
    font-size: 70%;
    text-align: right;
    padding: 3px 0;
    z-index: 2;
    min-height: 20px
}

#topbar .languages,
.topbar .languages {
    position: relative
}

#topbar #select_language,
.topbar #select_language {
    opacity: 0;
    visibility: hidden;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    color: #000;
    position: absolute;
    right: 0
}

#topbar #select_language .nav-caret,
.topbar #select_language .nav-caret {
    color: #000
}

#topbar #select_language li:nth-child(2),
.topbar #select_language li:nth-child(2) {
    margin-top: 2px;
    padding: 3px
}

#topbar #select_language li:first-child,
.topbar #select_language li:first-child {
    padding-top: 3px
}

#topbar #display_language,
.topbar #display_language {
    border: 1px solid transparent;
    color: #fff;
    height: 18px
}

#topbar #display_language .nav-caret,
.topbar #display_language .nav-caret {
    color: #fff
}

#topbar #display_language li:first-child,
.topbar #display_language li:first-child {
    margin: 0;
    padding: 0
}

#topbar #display_language,
#topbar #select_language,
.topbar #display_language,
.topbar #select_language {
    float: right;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 116px;
    font-size: 13px
}

#topbar #display_language li,
#topbar #select_language li,
.topbar #display_language li,
.topbar #select_language li {
    cursor: pointer;
    margin: 2px;
    padding: 3px
}

#topbar #display_language li:first-child,
#topbar #select_language li:first-child,
.topbar #display_language li:first-child,
.topbar #select_language li:first-child {
    display: inline-block;
    margin: 0
}

#topbar .language-wrapper,
.topbar .language-wrapper {
    vertical-align: middle;
    padding: 0 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 58px;
    margin: 0 auto
}

#topbar .language,
.topbar .language {
    margin: 0 auto
}

#topbar .nav-caret,
.topbar .nav-caret {
    vertical-align: middle;
    margin-right: 9px
}

#topbar .world,
.topbar .world {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

#topbar .world-white,
.topbar .world-white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' fill-rule='evenodd' d='M7.992,0 C3.576,0 0,3.584 0,8 C0,12.416 3.576,16 7.992,16 C12.416,16 16,12.416 16,8 C16,3.584 12.416,0 7.992,0 L7.992,0 Z M13.536,4.8 L11.176,4.8 C10.92,3.8 10.552,2.84 10.072,1.952 C11.544,2.456 12.768,3.48 13.536,4.8 L13.536,4.8 Z M8,1.632 C8.664,2.592 9.184,3.656 9.528,4.8 L6.472,4.8 C6.816,3.656 7.336,2.592 8,1.632 L8,1.632 Z M1.808,9.6 C1.68,9.088 1.6,8.552 1.6,8 C1.6,7.448 1.68,6.912 1.808,6.4 L4.512,6.4 C4.448,6.928 4.4,7.456 4.4,8 C4.4,8.544 4.448,9.072 4.512,9.6 L1.808,9.6 L1.808,9.6 Z M2.464,11.2 L4.824,11.2 C5.08,12.2 5.448,13.16 5.928,14.048 C4.456,13.544 3.232,12.528 2.464,11.2 L2.464,11.2 Z M4.824,4.8 L2.464,4.8 C3.232,3.472 4.456,2.456 5.928,1.952 C5.448,2.84 5.08,3.8 4.824,4.8 L4.824,4.8 Z M8,14.368 C7.336,13.408 6.816,12.344 6.472,11.2 L9.528,11.2 C9.184,12.344 8.664,13.408 8,14.368 L8,14.368 Z M9.872,9.6 L6.128,9.6 C6.056,9.072 6,8.544 6,8 C6,7.456 6.056,6.92 6.128,6.4 L9.872,6.4 C9.944,6.92 10,7.456 10,8 C10,8.544 9.944,9.072 9.872,9.6 L9.872,9.6 Z M10.072,14.048 C10.552,13.16 10.92,12.2 11.176,11.2 L13.536,11.2 C12.768,12.52 11.544,13.544 10.072,14.048 L10.072,14.048 Z M11.488,9.6 C11.552,9.072 11.6,8.544 11.6,8 C11.6,7.456 11.552,6.928 11.488,6.4 L14.192,6.4 C14.32,6.912 14.4,7.448 14.4,8 C14.4,8.552 14.32,9.088 14.192,9.6 L11.488,9.6 L11.488,9.6 Z'/%3E%3C/svg%3E")
}

#topbar .world-black,
.topbar .world-black {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='black' fill-rule='evenodd' d='M7.992,0 C3.576,0 0,3.584 0,8 C0,12.416 3.576,16 7.992,16 C12.416,16 16,12.416 16,8 C16,3.584 12.416,0 7.992,0 L7.992,0 Z M13.536,4.8 L11.176,4.8 C10.92,3.8 10.552,2.84 10.072,1.952 C11.544,2.456 12.768,3.48 13.536,4.8 L13.536,4.8 Z M8,1.632 C8.664,2.592 9.184,3.656 9.528,4.8 L6.472,4.8 C6.816,3.656 7.336,2.592 8,1.632 L8,1.632 Z M1.808,9.6 C1.68,9.088 1.6,8.552 1.6,8 C1.6,7.448 1.68,6.912 1.808,6.4 L4.512,6.4 C4.448,6.928 4.4,7.456 4.4,8 C4.4,8.544 4.448,9.072 4.512,9.6 L1.808,9.6 L1.808,9.6 Z M2.464,11.2 L4.824,11.2 C5.08,12.2 5.448,13.16 5.928,14.048 C4.456,13.544 3.232,12.528 2.464,11.2 L2.464,11.2 Z M4.824,4.8 L2.464,4.8 C3.232,3.472 4.456,2.456 5.928,1.952 C5.448,2.84 5.08,3.8 4.824,4.8 L4.824,4.8 Z M8,14.368 C7.336,13.408 6.816,12.344 6.472,11.2 L9.528,11.2 C9.184,12.344 8.664,13.408 8,14.368 L8,14.368 Z M9.872,9.6 L6.128,9.6 C6.056,9.072 6,8.544 6,8 C6,7.456 6.056,6.92 6.128,6.4 L9.872,6.4 C9.944,6.92 10,7.456 10,8 C10,8.544 9.944,9.072 9.872,9.6 L9.872,9.6 Z M10.072,14.048 C10.552,13.16 10.92,12.2 11.176,11.2 L13.536,11.2 C12.768,12.52 11.544,13.544 10.072,14.048 L10.072,14.048 Z M11.488,9.6 C11.552,9.072 11.6,8.544 11.6,8 C11.6,7.456 11.552,6.928 11.488,6.4 L14.192,6.4 C14.32,6.912 14.4,7.448 14.4,8 C14.4,8.552 14.32,9.088 14.192,9.6 L11.488,9.6 L11.488,9.6 Z'/%3E%3C/svg%3E")
}

body .topbar {
    padding: 0 11px
}

#topbar,
#topbar a,
.topbar,
.topbar a {
    color: #fff
}

#topbar a:hover,
#topbar:hover,
.topbar a:hover,
.topbar:hover {
    text-decoration: none
}

.logo-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.logo-wrapper .binary-logo-text>div {
    width: 135px
}

.logo-wrapper .binary-logo-text img.responsive {
    width: 80%;
    margin-top: 10px
}

.logo-wrapper .logo-parent {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.logo-wrapper .logo-parent .logo {
    width: 55px;
    height: 55px
}

.logo-parent {
    padding: 10px 0
}

.logo {
    display: inline-block;
    width: 24%
}

.logo>div {
    width: 100%;
    height: 55px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46'%3E%3Cpath fill='%23fff' d='M39.057 6.937C30.2-1.926 15.792-1.926 6.934 6.934c-8.856 8.857-8.856 23.273 0 32.132 8.858 8.86 23.27 8.86 32.123-.002 8.87-8.857 8.87-23.273 0-32.127z'/%3E%3Cg fill='%23293152'%3E%3Cpath d='M16.666 28.957s.26 1.95 1.9 2.852l-.436-.815s.835-2.192-1.464-2.038zM37.908 8.085c-8.225-8.23-21.6-8.23-29.823-.002-8.223 8.226-8.223 21.608 0 29.834s21.603 8.224 29.823 0c8.233-8.226 8.233-21.608 0-29.832zm-2.18 27.648c-.23.228-.454.446-.688.656-5.066 4.13-8.97 2.074-9.014 2.074-2.645-.528-3.958-.537-4.7-1.033-.186-.124-.785-.445-.92-.368-.54.322-1.283.486-2.048-.12-.07-.058-.13-.117-.192-.174-.84-.84-.554-1.706-.275-2.006.194-.197-.147-.75-.147-.75s-.993-1.477-1.672-2.364c-.746-.975-.847-2.908-.856-2.933l-.01-.028c-.755-.897-.834-1.173-1.095-1.61-.153-.258-.387-.5-.585-.708-.136-.14-.263-.268-.35-.388-.022-.026-.026-.064-.018-.124.067-.42.97-1.342 1.163-1.47.238-.155 1.264-.778 1.264-.778s.578-.906 1.56-.906c.885.003 1.426-.05 2.953.447l.636.202c1.065.342 2.003.744 2.75 1.066.633.273 1.14.493 1.527.594 1.316.348 3.64-.718 4.13-1.17.806-.73 1.15-1.22 1.155-1.623.008-.227-.092-.423-.32-.66-.117-.11-.27-.313-.463-.507-.03-.03-.063-.066-.102-.094-2.23-2.37-1.844-3.855-1.84-3.88.094-1.065-.516-1.748-1.172-2.457l-.11-.133c-.034-.032-.075-.086-.075-.086.95.156 1.596.538 3.45.744 1.056.113.722.104 1.564.082 1.16-.037 2.08-.14 2.143-.402-.113-.096-.627.03-3.09-.912-1.14-.438-1.318-.502-2.045-.743-.932-.314-1.94-.75-1.94-.75 4.017 1.054 5.33 1.466 7.17 1.492.708.013 1.132-.073 1.38-.124.262-.046 1.072-.23 1.166-.51.028-.05-.778.13-2.27-.36-4.687-1.55-5.087-2.325-7.687-3.336-.904-.352-1.2-.546-3.94-1.252-1.254-.32-3.15-.138-3.407.024-3.556-.835-4.363-.743-5.406-.52 6.955-4.46 16.347-3.656 22.43 2.43.825.825 1.556 1.714 2.196 2.655l.084.13c1.953 2.923 2.994 6.353 2.994 9.945-.002 4.816-1.875 9.334-5.275 12.738zM23.922 15.405c1.765.63 2.332 2.51 2.332 2.51-2.242.51-1.77-1.78-1.77-1.78l-.56-.73z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.binary-logo-text {
    display: inline-block;
    padding: 0 10px
}

.binary-logo-text>div {
    width: 90%;
    height: 55px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='46' viewBox='0 0 192.48 51.03'%3E%3Cpath fill='%23fff' d='M44.46,7.15a7.15,7.15,0,0,0-2.12.29,7.06,7.06,0,0,0-1.72.79,7.18,7.18,0,0,0-1.37,1.14l-.3.33V7.55H33.71V27.42h5.23V16.29A4.46,4.46,0,0,1,40,13.1,3.61,3.61,0,0,1,42.78,12a3.31,3.31,0,0,1,2.67,1.06,4.69,4.69,0,0,1,1,3.16V27.42h5.24V14.89a8.16,8.16,0,0,0-1.87-5.61A6.74,6.74,0,0,0,44.46,7.15Z'/%3E%3Cpath fill='%23fff' d='M63.75,7.3a16.55,16.55,0,0,0-4.11.44,20.87,20.87,0,0,0-3.31,1.18L56,9.08l1.45,4.28.41-.17a19.25,19.25,0,0,1,2.5-.85A11.25,11.25,0,0,1,63.14,12a4.78,4.78,0,0,1,3.2.95,3.25,3.25,0,0,1,1.06,2.51,18.61,18.61,0,0,0-1.84-.43,17.45,17.45,0,0,0-3-.22,12.37,12.37,0,0,0-3.18.39,7.41,7.41,0,0,0-2.6,1.23A5.81,5.81,0,0,0,55,18.54a6.63,6.63,0,0,0-.62,2.94v.07a6,6,0,0,0,.6,2.73,5.84,5.84,0,0,0,1.59,2,6.83,6.83,0,0,0,2.28,1.19,9.26,9.26,0,0,0,2.72.4A8.29,8.29,0,0,0,65.49,27a9.17,9.17,0,0,0,1.88-1.29v1.73h5.16V15.76a8.56,8.56,0,0,0-2.18-6.22C68.91,8,66.69,7.3,63.75,7.3Zm-.9,16.44a4.18,4.18,0,0,1-2.39-.65,2,2,0,0,1-.87-1.74v-.07a2.08,2.08,0,0,1,1-1.82,5.25,5.25,0,0,1,3-.72,12.61,12.61,0,0,1,2.32.2,12,12,0,0,1,1.63.42v.79a3.18,3.18,0,0,1-.33,1.45,3.42,3.42,0,0,1-.95,1.12,5,5,0,0,1-1.48.75A6.35,6.35,0,0,1,62.85,23.74Z'/%3E%3Cpath fill='%23fff' d='M99.49,20.89,94.38,7.55H88.82L96.93,27a3.7,3.7,0,0,1-1,1.4,2.06,2.06,0,0,1-1.3.39,4.06,4.06,0,0,1-1.19-.18,7,7,0,0,1-1.17-.49l-.39-.21-1.82,4,.34.18a10.82,10.82,0,0,0,2.15.88,9.42,9.42,0,0,0,2.55.32A7.27,7.27,0,0,0,97.32,33a5.48,5.48,0,0,0,1.8-1,7,7,0,0,0,1.46-1.74,16.78,16.78,0,0,0,1.22-2.55l7.79-20.15h-5.45Z'/%3E%3Cpath fill='%23e78024' d='M133.64,21a10,10,0,0,1-2.13,1.65,5.38,5.38,0,0,1-4.65.17,5.3,5.3,0,0,1-1.67-1.22,5.48,5.48,0,0,1-1.09-1.81,6.47,6.47,0,0,1-.38-2.23v-.07a6.31,6.31,0,0,1,.38-2.2,5.61,5.61,0,0,1,1.06-1.8,5.14,5.14,0,0,1,1.6-1.2,4.62,4.62,0,0,1,2-.44,5.06,5.06,0,0,1,2.58.61,9.86,9.86,0,0,1,2.06,1.64l.31.32L137,10.86l-.26-.28a11.06,11.06,0,0,0-3.24-2.47,10.67,10.67,0,0,0-12.07,2.12,10.27,10.27,0,0,0-2.16,3.31,10.56,10.56,0,0,0-.78,4v.07a10.47,10.47,0,0,0,.78,4,10.09,10.09,0,0,0,2.16,3.27,10.29,10.29,0,0,0,7.36,3,9.92,9.92,0,0,0,4.78-1,12.46,12.46,0,0,0,3.32-2.67l.27-.29-3.22-3.16Z'/%3E%3Cpath fill='%23e78024' d='M156.88,10.18A10.2,10.2,0,0,0,153.54,8a10.84,10.84,0,0,0-4.22-.81A10.7,10.7,0,0,0,145.1,8a10.37,10.37,0,0,0-5.56,5.52,10.12,10.12,0,0,0-.81,4v.07a10.32,10.32,0,0,0,.79,4,10,10,0,0,0,2.21,3.27,10.49,10.49,0,0,0,3.34,2.2,11.24,11.24,0,0,0,8.41,0,10.28,10.28,0,0,0,5.57-5.52,10,10,0,0,0,.81-4v-.07a10.12,10.12,0,0,0-3-7.27Zm-7.56,13.05a5.06,5.06,0,0,1-2.14-.45,5.39,5.39,0,0,1-1.7-1.24,6,6,0,0,1-1.12-1.82,6.08,6.08,0,0,1-.4-2.21v-.07a6.63,6.63,0,0,1,.37-2.2,5.14,5.14,0,0,1,1.06-1.78,5.26,5.26,0,0,1,1.68-1.2,5.5,5.5,0,0,1,4.35,0,5.31,5.31,0,0,1,1.7,1.22,5.57,5.57,0,0,1,1.11,1.81,6.23,6.23,0,0,1,.4,2.23v.07a6.44,6.44,0,0,1-.37,2.18,5.49,5.49,0,0,1-1.06,1.79,5.32,5.32,0,0,1-1.67,1.22A5.26,5.26,0,0,1,149.32,23.24Z'/%3E%3Cpath fill='%23e78024' d='M190.59,9.18a6.83,6.83,0,0,0-5.22-2,7.68,7.68,0,0,0-3.95,1A9.81,9.81,0,0,0,179,10.21a6.43,6.43,0,0,0-2-2.06,6.6,6.6,0,0,0-3.69-1,7,7,0,0,0-2.08.29,6.26,6.26,0,0,0-1.69.8,7.54,7.54,0,0,0-1.31,1.11l-.28.32V7.55h-5.23V27.42h5.23V16.32a4.7,4.7,0,0,1,1-3.21A3.32,3.32,0,0,1,171.53,12,3.09,3.09,0,0,1,174,13a4.75,4.75,0,0,1,.91,3.15V27.42h5.23V16.29a4.56,4.56,0,0,1,1-3.22A3.39,3.39,0,0,1,183.83,12a3.09,3.09,0,0,1,2.51,1,4.86,4.86,0,0,1,.91,3.19V27.42h5.23V14.85A8,8,0,0,0,190.59,9.18Z'/%3E%3Crect fill='%23fff' x='25.69' y='7.55' width='5.24' height='19.87'/%3E%3Cpath fill='%23fff' d='M31.21,2.9a2.9,2.9,0,1,0-2.9,2.9A2.9,2.9,0,0,0,31.21,2.9Z'/%3E%3Cpath fill='%23e78024' d='M116,25a2.9,2.9,0,1,0-2.89,2.9A2.9,2.9,0,0,0,116,25Z'/%3E%3Cpath fill='%23fff' d='M21.35,15.29a7.49,7.49,0,0,0-1.74-1.38,13.76,13.76,0,0,0-1.35-.66L18,13.12l.27-.17c.23-.14.45-.31.67-.48a6.26,6.26,0,0,0,1.28-1.31,6.51,6.51,0,0,0,.88-1.72,6.92,6.92,0,0,0,.34-2.26V7.11a6.33,6.33,0,0,0-1.89-4.65C17.88.83,15.46,0,12.31,0H0V27.42H12.69a16.26,16.26,0,0,0,4.13-.49,9.88,9.88,0,0,0,3.23-1.44,6.73,6.73,0,0,0,2.1-2.4,7.27,7.27,0,0,0,.74-3.32V19.7a7.15,7.15,0,0,0-.4-2.51A5.58,5.58,0,0,0,21.35,15.29ZM5.24,11.16V4.74h6.5a5.52,5.52,0,0,1,3.33.84,2.67,2.67,0,0,1,1.09,2.29V8a2.76,2.76,0,0,1-1.25,2.51,6.33,6.33,0,0,1-3.52.86H5.24Zm12.42,8.12a2.82,2.82,0,0,1-1.26,2.53,6.52,6.52,0,0,1-3.63.87H5.24V15.87h7.19a7.14,7.14,0,0,1,4,.9,2.77,2.77,0,0,1,1.25,2.44Z'/%3E%3Cpath fill='%23fff' d='M86.9,7.19a6.53,6.53,0,0,0-4.46,1.28,8.18,8.18,0,0,0-1.88,2.08v-3H75.33V27.42h5.24V19.76A10.11,10.11,0,0,1,81,16.59a6.05,6.05,0,0,1,1.24-2.21,5.16,5.16,0,0,1,1.91-1.3,6.72,6.72,0,0,1,2.48-.44h.64V7.21Z'/%3E%3Cpath fill='%23fff' d='M1.51,47.93,3.46,38.6H0l.25-1.2H8.54l-.25,1.2H4.87L2.92,47.93Z'/%3E%3Cpath fill='%23fff' d='M6.55,47.93l1.6-7.63H9.3L9,41.86a5.31,5.31,0,0,1,1.15-1.31,1.9,1.9,0,0,1,1.15-.42,2.26,2.26,0,0,1,1,.28l-.53,1.21a1.24,1.24,0,0,0-.74-.24,2,2,0,0,0-1.4.76,5.79,5.79,0,0,0-1.13,2.74l-.65,3.06Z'/%3E%3Cpath fill='%23fff' d='M16.67,46.55a3.84,3.84,0,0,1-2.81,1.55,2,2,0,0,1-1.43-.51,1.63,1.63,0,0,1-.54-1.24,9.47,9.47,0,0,1,.24-1.65l.92-4.41h1.3l-1,4.88a4.92,4.92,0,0,0-.13.95.87.87,0,0,0,.26.67,1.11,1.11,0,0,0,.77.24,2.32,2.32,0,0,0,1.07-.27,2.84,2.84,0,0,0,.9-.72A3.76,3.76,0,0,0,16.82,45a9.51,9.51,0,0,0,.37-1.39l.69-3.3h1.3l-1.6,7.63h-1.2Z'/%3E%3Cpath fill='%23fff' d='M19.76,45.32l1.3-.08a2.38,2.38,0,0,0,.17,1,1.37,1.37,0,0,0,.64.65A2.23,2.23,0,0,0,23,47.1a2,2,0,0,0,1.29-.34,1,1,0,0,0,.43-.81,1,1,0,0,0-.26-.64,4.09,4.09,0,0,0-1.3-.74,12.35,12.35,0,0,1-1.32-.62,2.13,2.13,0,0,1-.73-.69,1.72,1.72,0,0,1-.24-.92,2,2,0,0,1,.72-1.55,2.9,2.9,0,0,1,2-.65,3.2,3.2,0,0,1,2.19.66,2.31,2.31,0,0,1,.78,1.75l-1.27.09a1.46,1.46,0,0,0-.49-1.09,1.91,1.91,0,0,0-1.3-.4,1.6,1.6,0,0,0-1,.31.87.87,0,0,0-.37.67.81.81,0,0,0,.32.63,5.41,5.41,0,0,0,1.11.57,7.49,7.49,0,0,1,1.88,1A1.94,1.94,0,0,1,26,45.79a2,2,0,0,1-.35,1.11,2.4,2.4,0,0,1-1.06.87,4,4,0,0,1-1.69.33,3.8,3.8,0,0,1-2.25-.65A2.32,2.32,0,0,1,19.76,45.32Z'/%3E%3Cpath fill='%23fff' d='M30,46.87l-.22,1.06a3.57,3.57,0,0,1-.91.12,1.88,1.88,0,0,1-1.24-.38,1,1,0,0,1-.34-.78,7.86,7.86,0,0,1,.19-1.16l.93-4.43h-1l.21-1h1l.4-1.88,1.49-.9L30,40.3h1.28l-.22,1H29.75l-.88,4.22a7.9,7.9,0,0,0-.17,1,.45.45,0,0,0,.13.35.63.63,0,0,0,.43.12A3.12,3.12,0,0,0,30,46.87Z'/%3E%3Cpath fill='%23fff' d='M36.69,45.34l1.26.13a3.83,3.83,0,0,1-1.25,1.79,3.46,3.46,0,0,1-2.34.85,3.16,3.16,0,0,1-1.56-.39,2.57,2.57,0,0,1-1.08-1.14,3.79,3.79,0,0,1-.37-1.7,5.43,5.43,0,0,1,.58-2.43,4.13,4.13,0,0,1,1.5-1.75,3.7,3.7,0,0,1,2-.57,2.89,2.89,0,0,1,2.18.85,3.2,3.2,0,0,1,.82,2.31,6.83,6.83,0,0,1-.1,1.15H32.71a3.17,3.17,0,0,0,0,.4,2.42,2.42,0,0,0,.49,1.63,1.54,1.54,0,0,0,1.2.56,2.32,2.32,0,0,0,1.32-.44A2.85,2.85,0,0,0,36.69,45.34Zm-3.78-1.89H37.2q0-.2,0-.29a2.11,2.11,0,0,0-.49-1.5,1.65,1.65,0,0,0-1.26-.52,2.31,2.31,0,0,0-1.52.57A3.45,3.45,0,0,0,32.91,43.45Z'/%3E%3Cpath fill='%23fff' d='M44.42,46.82a3.14,3.14,0,0,1-2.33,1.28,2.33,2.33,0,0,1-1.81-.8A3.36,3.36,0,0,1,39.56,45a5.66,5.66,0,0,1,.57-2.55,4.32,4.32,0,0,1,1.43-1.73,3.07,3.07,0,0,1,1.72-.57,2.31,2.31,0,0,1,2.15,1.37l.86-4.1h1.29l-2.2,10.54h-1.2Zm-3.56-2.09A4,4,0,0,0,41,46a1.65,1.65,0,0,0,.54.77,1.41,1.41,0,0,0,.91.31,2,2,0,0,0,1.6-.92,4.72,4.72,0,0,0,1-3,2,2,0,0,0-.47-1.42,1.56,1.56,0,0,0-1.19-.51,1.76,1.76,0,0,0-.85.21,2.49,2.49,0,0,0-.76.71,4.45,4.45,0,0,0-.64,1.27A4.32,4.32,0,0,0,40.85,44.73Z'/%3E%3Cpath fill='%23fff' d='M51.55,47.93l2.2-10.54H55l-.78,3.77a4.61,4.61,0,0,1,1.12-.8,2.46,2.46,0,0,1,1-.23,2.3,2.3,0,0,1,1.79.8,3.37,3.37,0,0,1,.72,2.32,5.7,5.7,0,0,1-.29,1.85,5.15,5.15,0,0,1-.71,1.41,4.46,4.46,0,0,1-.88.91,3.48,3.48,0,0,1-.93.51,2.72,2.72,0,0,1-.91.17,2.27,2.27,0,0,1-1.33-.4,2.58,2.58,0,0,1-.9-1.22l-.3,1.44Zm1.93-3.13V45a2.13,2.13,0,0,0,.47,1.49A1.51,1.51,0,0,0,55.1,47a1.91,1.91,0,0,0,1.25-.48,3.41,3.41,0,0,0,.94-1.49,5.53,5.53,0,0,0,.37-1.87,2.2,2.2,0,0,0-.46-1.49A1.46,1.46,0,0,0,56,41.18a1.87,1.87,0,0,0-1.29.54,4.06,4.06,0,0,0-1,1.67A4.43,4.43,0,0,0,53.47,44.8Z'/%3E%3Cpath fill='%23fff' d='M59.25,50.88l.08-1.22a2.85,2.85,0,0,0,.78.11,1.05,1.05,0,0,0,.64-.18,3,3,0,0,0,.69-.89l.42-.75L60.58,40.3h1.28l.57,3.86q.17,1.14.29,2.29l3.41-6.14H67.5l-4.87,8.65a5.53,5.53,0,0,1-1.25,1.67,2,2,0,0,1-1.26.41A2.66,2.66,0,0,1,59.25,50.88Z'/%3E%3Cpath fill='%23fff' d='M74.22,46.87,74,47.94a3.57,3.57,0,0,1-.91.12,1.88,1.88,0,0,1-1.24-.38,1,1,0,0,1-.34-.78,7.86,7.86,0,0,1,.19-1.16l.93-4.43h-1l.21-1h1l.4-1.88,1.49-.9-.58,2.77h1.28l-.22,1H73.93l-.88,4.22a7.9,7.9,0,0,0-.17,1,.45.45,0,0,0,.13.35.63.63,0,0,0,.43.12A3.12,3.12,0,0,0,74.22,46.87Z'/%3E%3Cpath fill='%23fff' d='M75.27,47.93l1.6-7.63H78l-.32,1.56a5.31,5.31,0,0,1,1.15-1.31A1.9,1.9,0,0,1,80,40.13a2.26,2.26,0,0,1,1,.28l-.53,1.21a1.24,1.24,0,0,0-.74-.24,2,2,0,0,0-1.4.76,5.79,5.79,0,0,0-1.13,2.74l-.65,3.06Z'/%3E%3Cpath fill='%23fff' d='M85.32,47a5.17,5.17,0,0,1-1.3.85,3.34,3.34,0,0,1-1.34.27,2.35,2.35,0,0,1-1.7-.62,2.11,2.11,0,0,1-.65-1.59,2.18,2.18,0,0,1,.29-1.13,2.28,2.28,0,0,1,.77-.79,3.4,3.4,0,0,1,1.18-.43,13.16,13.16,0,0,1,1.66-.14A6,6,0,0,0,86,43.14a3.36,3.36,0,0,0,.15-.88.85.85,0,0,0-.33-.71,2.09,2.09,0,0,0-1.32-.36,2.29,2.29,0,0,0-1.34.36,2,2,0,0,0-.76,1l-1.32-.11a3.43,3.43,0,0,1,1.28-1.74,3.79,3.79,0,0,1,2.2-.6,3.44,3.44,0,0,1,2.24.68,1.59,1.59,0,0,1,.63,1.31,6.6,6.6,0,0,1-.18,1.42l-.42,1.9a7.11,7.11,0,0,0-.2,1.47,4.93,4.93,0,0,0,.16,1H85.47A4.8,4.8,0,0,1,85.32,47Zm.48-2.92a3.14,3.14,0,0,1-.59.17q-.31.06-1,.12a8,8,0,0,0-1.6.26,1.34,1.34,0,0,0-.7.49,1.27,1.27,0,0,0-.24.75,1.17,1.17,0,0,0,.38.9,1.52,1.52,0,0,0,1.07.35,2.54,2.54,0,0,0,2.18-1.29A5.53,5.53,0,0,0,85.8,44.06Z'/%3E%3Cpath fill='%23fff' d='M93.5,46.82a3.14,3.14,0,0,1-2.33,1.28,2.33,2.33,0,0,1-1.81-.8A3.36,3.36,0,0,1,88.64,45a5.66,5.66,0,0,1,.57-2.55,4.32,4.32,0,0,1,1.43-1.73,3.07,3.07,0,0,1,1.72-.57,2.31,2.31,0,0,1,2.15,1.37l.86-4.1h1.29l-2.2,10.54h-1.2Zm-3.56-2.09A4,4,0,0,0,90.1,46a1.65,1.65,0,0,0,.54.77,1.41,1.41,0,0,0,.91.31,2,2,0,0,0,1.6-.92,4.72,4.72,0,0,0,1-3,2,2,0,0,0-.47-1.42,1.56,1.56,0,0,0-1.19-.51,1.76,1.76,0,0,0-.85.21,2.49,2.49,0,0,0-.76.71,4.45,4.45,0,0,0-.64,1.27A4.32,4.32,0,0,0,89.94,44.73Z'/%3E%3Cpath fill='%23fff' d='M102.15,45.34l1.26.13a3.83,3.83,0,0,1-1.25,1.79,3.46,3.46,0,0,1-2.34.85,3.16,3.16,0,0,1-1.56-.39,2.57,2.57,0,0,1-1.08-1.14,3.79,3.79,0,0,1-.37-1.7,5.43,5.43,0,0,1,.58-2.43,4.13,4.13,0,0,1,1.5-1.75,3.7,3.7,0,0,1,2-.57,2.89,2.89,0,0,1,2.18.85,3.2,3.2,0,0,1,.82,2.31,6.83,6.83,0,0,1-.1,1.15H98.16a3.17,3.17,0,0,0,0,.4,2.42,2.42,0,0,0,.49,1.63,1.54,1.54,0,0,0,1.2.56,2.32,2.32,0,0,0,1.32-.44A2.85,2.85,0,0,0,102.15,45.34Zm-3.78-1.89h4.28q0-.2,0-.29a2.11,2.11,0,0,0-.49-1.5,1.65,1.65,0,0,0-1.26-.52,2.31,2.31,0,0,0-1.52.57A3.45,3.45,0,0,0,98.37,43.45Z'/%3E%3Cpath fill='%23fff' d='M104.73,47.93l1.6-7.63h1.15l-.32,1.56a5.31,5.31,0,0,1,1.15-1.31,1.9,1.9,0,0,1,1.15-.42,2.26,2.26,0,0,1,1,.28l-.53,1.21a1.24,1.24,0,0,0-.74-.24,2,2,0,0,0-1.4.76,5.79,5.79,0,0,0-1.13,2.74L106,47.93Z'/%3E%3Cpath fill='%23fff' d='M109.75,45.32l1.3-.08a2.38,2.38,0,0,0,.17,1,1.37,1.37,0,0,0,.64.65,2.23,2.23,0,0,0,1.08.25,2,2,0,0,0,1.29-.34,1,1,0,0,0,.43-.81,1,1,0,0,0-.26-.64,4.09,4.09,0,0,0-1.3-.74,12.35,12.35,0,0,1-1.32-.62,2.13,2.13,0,0,1-.73-.69,1.72,1.72,0,0,1-.24-.92,2,2,0,0,1,.72-1.55,2.9,2.9,0,0,1,2-.65,3.2,3.2,0,0,1,2.19.66,2.31,2.31,0,0,1,.78,1.75l-1.27.09a1.46,1.46,0,0,0-.49-1.09,1.91,1.91,0,0,0-1.3-.4,1.6,1.6,0,0,0-1,.31.87.87,0,0,0-.37.67.81.81,0,0,0,.32.63,5.41,5.41,0,0,0,1.11.57,7.49,7.49,0,0,1,1.88,1,1.94,1.94,0,0,1,.62,1.45,2,2,0,0,1-.35,1.11,2.4,2.4,0,0,1-1.06.87,4,4,0,0,1-1.69.33,3.8,3.8,0,0,1-2.25-.65A2.32,2.32,0,0,1,109.75,45.32Z'/%3E%3Cpath fill='%23fff' d='M121.2,45.32l1.3-.08a2.38,2.38,0,0,0,.17,1,1.37,1.37,0,0,0,.64.65,2.23,2.23,0,0,0,1.08.25,2,2,0,0,0,1.29-.34,1,1,0,0,0,.43-.81,1,1,0,0,0-.26-.64,4.09,4.09,0,0,0-1.3-.74,12.35,12.35,0,0,1-1.32-.62,2.13,2.13,0,0,1-.73-.69,1.72,1.72,0,0,1-.24-.92,2,2,0,0,1,.72-1.55,2.9,2.9,0,0,1,2-.65,3.2,3.2,0,0,1,2.19.66,2.31,2.31,0,0,1,.78,1.75l-1.27.09a1.46,1.46,0,0,0-.49-1.09,1.91,1.91,0,0,0-1.3-.4,1.6,1.6,0,0,0-1,.31.87.87,0,0,0-.37.67.81.81,0,0,0,.32.63,5.41,5.41,0,0,0,1.11.57,7.49,7.49,0,0,1,1.88,1,1.94,1.94,0,0,1,.62,1.45,2,2,0,0,1-.35,1.11,2.4,2.4,0,0,1-1.06.87,4,4,0,0,1-1.69.33,3.8,3.8,0,0,1-2.25-.65A2.32,2.32,0,0,1,121.2,45.32Z'/%3E%3Cpath fill='%23fff' d='M128.39,47.93,130,40.3h1.3l-1.6,7.63Zm1.9-9.06.31-1.47h1.29l-.31,1.47Z'/%3E%3Cpath fill='%23fff' d='M131.71,47.93l1.6-7.63h1.18l-.28,1.33a6.24,6.24,0,0,1,1.44-1.14,2.85,2.85,0,0,1,1.37-.36,2,2,0,0,1,1.46.5A1.77,1.77,0,0,1,139,42a7.5,7.5,0,0,1-.19,1.34l-1,4.62h-1.3l1-4.84a5.55,5.55,0,0,0,.15-1,.79.79,0,0,0-.26-.62,1.09,1.09,0,0,0-.76-.24,2.55,2.55,0,0,0-1.78.72,4.59,4.59,0,0,0-1.15,2.46L133,47.93Z'/%3E%3Cpath fill='%23fff' d='M145.16,45.15l1.3.14a4.37,4.37,0,0,1-1.39,2.12,3.28,3.28,0,0,1-2.05.69,2.67,2.67,0,0,1-2-.8,3.12,3.12,0,0,1-.77-2.25,6.42,6.42,0,0,1,.5-2.46,4,4,0,0,1,1.42-1.84,3.66,3.66,0,0,1,2.11-.63,2.69,2.69,0,0,1,1.95.69,2.43,2.43,0,0,1,.72,1.84l-1.28.09a1.55,1.55,0,0,0-.42-1.14,1.48,1.48,0,0,0-1.09-.41,2,2,0,0,0-1.36.5,3.27,3.27,0,0,0-.9,1.51,6.3,6.3,0,0,0-.33,1.94,2.16,2.16,0,0,0,.43,1.47,1.36,1.36,0,0,0,1.06.49,1.87,1.87,0,0,0,1.21-.48A3.16,3.16,0,0,0,145.16,45.15Z'/%3E%3Cpath fill='%23fff' d='M152.86,45.34l1.26.13a3.83,3.83,0,0,1-1.25,1.79,3.46,3.46,0,0,1-2.34.85,3.16,3.16,0,0,1-1.56-.39,2.57,2.57,0,0,1-1.08-1.14,3.79,3.79,0,0,1-.37-1.7,5.43,5.43,0,0,1,.58-2.43,4.13,4.13,0,0,1,1.5-1.75,3.7,3.7,0,0,1,2-.57,2.89,2.89,0,0,1,2.18.85,3.2,3.2,0,0,1,.82,2.31,6.83,6.83,0,0,1-.1,1.15h-5.62a3.17,3.17,0,0,0,0,.4,2.42,2.42,0,0,0,.49,1.63,1.54,1.54,0,0,0,1.2.56,2.32,2.32,0,0,0,1.32-.44A2.85,2.85,0,0,0,152.86,45.34Zm-3.78-1.89h4.28q0-.2,0-.29a2.11,2.11,0,0,0-.49-1.5,1.65,1.65,0,0,0-1.26-.52,2.31,2.31,0,0,0-1.52.57A3.45,3.45,0,0,0,149.08,43.45Z'/%3E%3Cpath fill='%23fff' d='M159.9,47.93a5.66,5.66,0,0,1,.56-1.58,5.28,5.28,0,0,1,.95-1.21q.59-.57,2.27-1.92a16.1,16.1,0,0,0,1.39-1.2,4,4,0,0,0,.78-1.1,1.92,1.92,0,0,0,.17-.8,1.67,1.67,0,0,0-.51-1.23,1.73,1.73,0,0,0-1.26-.51,1.84,1.84,0,0,0-1.29.51,3.05,3.05,0,0,0-.79,1.65l-1.27-.19A3.47,3.47,0,0,1,162,38.16a3.24,3.24,0,0,1,2.25-.81,3.52,3.52,0,0,1,1.63.37,2.51,2.51,0,0,1,1.1,1,2.89,2.89,0,0,1,.37,1.39,3.27,3.27,0,0,1-.75,2,19.89,19.89,0,0,1-2.7,2.38,15.06,15.06,0,0,0-1.43,1.25,4.48,4.48,0,0,0-.71.92h4.71l-.25,1.19Z'/%3E%3Cpath fill='%23fff' d='M168.26,44.47a10.85,10.85,0,0,1,1.29-4.92,5.4,5.4,0,0,1,1-1.29,3.92,3.92,0,0,1,1-.69,2.8,2.8,0,0,1,1.12-.22,2.6,2.6,0,0,1,2,.9,3.75,3.75,0,0,1,.81,2.59A11,11,0,0,1,175,44.3a6.6,6.6,0,0,1-1.84,3,3.1,3.1,0,0,1-2.06.77,2.56,2.56,0,0,1-2-.93A4,4,0,0,1,168.26,44.47Zm1.26.33a3,3,0,0,0,.32,1.52,1.41,1.41,0,0,0,1.3.75,1.83,1.83,0,0,0,1.37-.68,6.27,6.27,0,0,0,1.34-2.82,13.5,13.5,0,0,0,.45-3,2.49,2.49,0,0,0-.43-1.64,1.44,1.44,0,0,0-1.15-.5,1.86,1.86,0,0,0-1,.27,2.72,2.72,0,0,0-.86.91,9.18,9.18,0,0,0-1,2.73A11.45,11.45,0,0,0,169.52,44.8Z'/%3E%3Cpath fill='%23fff' d='M176.45,44.47a10.85,10.85,0,0,1,1.29-4.92,5.4,5.4,0,0,1,1-1.29,3.92,3.92,0,0,1,1-.69,2.8,2.8,0,0,1,1.12-.22,2.6,2.6,0,0,1,2,.9,3.75,3.75,0,0,1,.81,2.59,11,11,0,0,1-.56,3.46,6.6,6.6,0,0,1-1.84,3,3.1,3.1,0,0,1-2.06.77,2.56,2.56,0,0,1-2-.93A4,4,0,0,1,176.45,44.47Zm1.26.33a3,3,0,0,0,.32,1.52,1.41,1.41,0,0,0,1.3.75,1.83,1.83,0,0,0,1.37-.68A6.27,6.27,0,0,0,182,43.57a13.5,13.5,0,0,0,.45-3,2.49,2.49,0,0,0-.43-1.64,1.44,1.44,0,0,0-1.15-.5,1.86,1.86,0,0,0-1,.27,2.72,2.72,0,0,0-.86.91,9.18,9.18,0,0,0-1,2.73A11.45,11.45,0,0,0,177.71,44.8Z'/%3E%3Cpath fill='%23fff' d='M184.63,44.47a10.85,10.85,0,0,1,1.29-4.92,5.4,5.4,0,0,1,1-1.29,3.92,3.92,0,0,1,1-.69,2.8,2.8,0,0,1,1.12-.22,2.6,2.6,0,0,1,2,.9,3.75,3.75,0,0,1,.81,2.59,11,11,0,0,1-.56,3.46,6.6,6.6,0,0,1-1.84,3,3.1,3.1,0,0,1-2.06.77,2.56,2.56,0,0,1-2-.93A4,4,0,0,1,184.63,44.47Zm1.26.33a3,3,0,0,0,.32,1.52,1.41,1.41,0,0,0,1.3.75,1.83,1.83,0,0,0,1.37-.68,6.27,6.27,0,0,0,1.34-2.82,13.5,13.5,0,0,0,.45-3,2.49,2.49,0,0,0-.43-1.64,1.44,1.44,0,0,0-1.15-.5,1.86,1.86,0,0,0-1,.27,2.72,2.72,0,0,0-.86.91,9.18,9.18,0,0,0-1,2.73A11.45,11.45,0,0,0,185.89,44.8Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.binary-logo-text img.responsive {
    width: 90%
}

img.responsive {
    width: 100%;
    height: auto
}

@media screen and (max-width:769px) {
    #header .binary-logo-text {
        display: none
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 280px !important
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-container .select2-selection--multiple:hover,
.select2-container .select2-selection--single:hover {
    border: 1px solid #2a3052
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single {
    height: 28px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container .select2-selection--multiple {
    min-height: 32px
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block
}

.select2-container .select2-search--inline {
    float: left;
    margin: 0
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 1px 5px;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0;
    box-shadow: 0 0 2px 1px #f2f2f2
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    border-bottom: 1px solid #f2f2f2
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px
}

.select2-container--default .select2-selection--single:hover {
    outline: 0;
    border: 1px solid #2a3052
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ccc
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.15rem;
    content: '\002303';
    color: #dedede;
    transition: transform .2s ease-in;
    transform-origin: 50% 30%;
    transform: rotate(180deg)
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #dedede;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #dedede;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #2a3052
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #2a3052
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2a3052
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #2a3052
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: rotate(0)
}

.select2-container--default.select-container--focus>.select2-selection--multiple {
    border: 1px solid #2a3052;
    outline: 0
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--default .select2-selection--multiple:active,
.select2-container--default .select2-selection--multiple:focus {
    border: 1px solid #2a3052;
    outline: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    font-size: 17px
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #ccc;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #44484c
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #ccc
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2a3052;
    color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:not([aria-selected=true]) {
    background-color: #f2f2f2;
    color: #000
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--default.select2-container--focus {
    outline: 0
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #2a3052;
    outline: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f2f2f2
}

.select2-container--default .select2-search--dropdown .select2-search__field:active,
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:hover {
    border: 1px solid #2a3052
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic .select2-selection--single {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #dedede 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:active,
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #2a3052;
    outline: 0
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #ccc
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #dedede;
    border: none;
    border-left: 1px solid #f2f2f2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #dedede 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    opacity: 0
}

.select2-container--classic .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.15rem;
    content: '\002303';
    color: #dedede;
    transition: transform .2s ease-in;
    transform-origin: 50% 30%;
    transform: rotate(180deg)
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #2a3052
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    transform: rotate(0)
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border: 1px solid #2a3052;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #dedede 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border: 1px solid #2a3052;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border: 1px solid #2a3052;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #dedede 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border: 1px solid #2a3052;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #f2f2f2
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border: 1px solid #f2f2f2
}

.select2-container--classic.select-container--focus>.select2-selection--multiple {
    border: 1px solid #2a3052;
    outline: 0
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:active,
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #2a3052;
    outline: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #dedede;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #44484c
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: #dedede
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #2a3052;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #f2f2f2;
    outline: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field:active,
.select2-container--classic .select2-search--dropdown .select2-search__field:focus,
.select2-container--classic .select2-search--dropdown .select2-search__field:hover {
    border: 1px solid #2a3052
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #f2f2f2;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.section-divider {
    display: -ms-flexbox;
    display: flex
}

.section-divider>div:not(.faded) {
    -ms-flex: 1;
    flex: 1
}

.section-divider>div.border-bottom-light-gray {
    border-bottom: 1px solid #f2f2f2
}

.section-divider>div.faded {
    color: #c2c2c2;
    padding: 0 20px
}

.section-divider>div.circle {
    -ms-flex: 0;
    flex: 0;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    margin: 0;
    padding: 5px;
    color: #c2c2c2;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .75rem
}

.chartOptions_button {
    background: #f2f2f2;
    margin-left: 5px;
    color: #2a3052;
    border-radius: 2px
}

.chartOptions_button:hover {
    cursor: pointer
}

.chartOptions_button.button_selected {
    color: #fff;
    background: #2a3052
}

.chartOptions_button.button_selected:hover {
    color: #fff;
    background: #2a3052
}

.chartOptions_button.button_selected [data-balloon]:after,
.chartOptions_button.button_selected [data-balloon]:before {
    opacity: 0
}

.chartOptions_button.button_selected[data-balloon]:after,
.chartOptions_button.button_selected[data-balloon]:before {
    opacity: 0
}

.chartOptions_button span {
    border-bottom: 0;
    cursor: pointer;
    display: inline-block
}

.chartOptions_button span[data-balloon]:before {
    padding: .5em;
    font-size: 13px;
    border: none;
    box-shadow: none;
    border-radius: 0
}

.chartOptions_button .img {
    display: inline
}

.chartOptions_button .img div {
    width: 25px;
    height: 25px;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center
}

.chartOptions_button .img img {
    width: 20px;
    height: 20px;
    margin: 5px
}

table {
    border-collapse: collapse;
    font-size: .9em;
    line-height: 1.5em;
    width: 100%
}

table .even {
    background-color: #fff
}

table * {
    font-size: 1em
}

table th,
table thead {
    line-height: 1.1em;
    font-weight: 700;
    padding: 3px 8px;
    background: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: middle
}

table th#pf-bet-details,
table thead#pf-bet-details {
    text-align: left
}

table th.total,
table thead.total {
    background: 0 0
}

table th.num,
table thead.num {
    font-weight: 700
}

table td {
    vertical-align: top;
    border-width: 0 1px;
    padding: 4px;
    border-bottom: 3px solid #f2f2f2
}

table td.num {
    text-align: center
}

table td.text {
    text-align: center;
    vertical-align: middle
}

table td.tip {
    text-align: left
}

.sidebar-left ul {
    font-size: 18px
}

.sidebar-left ul li {
    list-style-image: none;
    margin: 0;
    background: #f2f2f2;
    line-height: 150%;
    border-bottom: 1px solid #fff
}

.sidebar-left ul li:hover {
    background: #dedede
}

.sidebar-left ul li a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 10px;
    color: #2a3052
}

.sidebar-left ul li.selected {
    background: #2a3052
}

.sidebar-left ul li.selected a {
    color: #fff;
    text-decoration: none
}

.sidebar-collapsible ul {
    font-size: 18px
}

.sidebar-collapsible ul li {
    list-style-image: none;
    margin: 0;
    background: #f2f2f2;
    line-height: 38px;
    border-bottom: 1px solid #fff
}

.sidebar-collapsible ul li:hover {
    background: #dedede
}

.sidebar-collapsible ul li a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 10px;
    color: #2a3052
}

.sidebar-collapsible ul li a.selected,
.sidebar-collapsible ul li a.selected:hover {
    background: #2a3052;
    color: #fff;
    text-decoration: none
}

.sidebar-collapsible ul li ul {
    height: 0;
    margin: 0 0 0 -1px;
    padding: 0;
    overflow: hidden;
    background: #fff
}

.sidebar-collapsible ul li ul li {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 5px 0
}

.sidebar-collapsible ul li ul li:hover {
    background: #fff
}

.sidebar-collapsible ul li ul li a {
    padding-left: 20px;
    font-size: 16px
}

.sidebar-collapsible ul li ul li a:hover {
    background: #fff;
    font-weight: 700
}

.sidebar-collapsible ul li ul li a.selected,
.sidebar-collapsible ul li ul li a.selected:hover {
    border-left: 3px solid #2a3052;
    background: #fff;
    color: #2a3052;
    padding-left: 15px;
    font-weight: 700;
    transition: all .2s
}

.sidebar-collapsible ul li.has-submenu>a {
    position: relative
}

.sidebar-collapsible ul li.has-submenu>a:before {
    position: absolute;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.632 16L.27 30.318l1.462 1.364L16.368 16 1.73.318.27 1.682z' fill='%232a3052'  fill-rule='evenodd'/%3E%3C/svg%3E");
    top: 8px;
    right: 10px;
    width: 10px;
    transition: .3s
}

.sidebar-collapsible ul li.has-submenu>a.selected:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.632 16L.27 30.318l1.462 1.364L16.368 16 1.73.318.27 1.682z' fill='white'  fill-rule='evenodd'/%3E%3C/svg%3E")
}

.sidebar-collapsible ul li.has-submenu.active>a:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 17 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.632 16L.27 30.318l1.462 1.364L16.368 16 1.73.318.27 1.682z' fill='white'  fill-rule='evenodd'/%3E%3C/svg%3E");
    transform: rotate(90deg);
    top: 5px;
    right: 15px
}

[data-balloon] {
    position: relative;
    border-bottom: 1px dotted #000;
    cursor: help
}

.no-underline[data-balloon] {
    border-bottom: none;
    text-decoration: none
}

[data-balloon]:after,
[data-balloon]:before {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-out .18s;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top
}

[data-balloon]:before {
    font-family: proxima-nova, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: initial;
    text-transform: none;
    text-decoration: none;
    letter-spacing: normal;
    border: 1px solid #dedede;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    background: #fef1cf;
    border-radius: 4px;
    color: #000;
    content: attr(data-balloon);
    padding: 1em;
    white-space: nowrap;
    margin-bottom: 11px
}

[data-balloon]:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36px' height='12px'%3E%3Cpath fill='%23fef1cf' transform='rotate(0)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% auto;
    height: 6px;
    width: 18px;
    content: '';
    margin-bottom: 6px
}

[data-balloon]:hover:after,
[data-balloon]:hover:before {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0)
}

[data-balloon][data-balloon-break]:before {
    white-space: normal
}

[data-balloon-pos=down]:after,
[data-balloon-pos=down]:before {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px)
}

[data-balloon-pos=down]:before {
    margin-top: 11px
}

[data-balloon-pos=down]:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36px' height='12px'%3E%3Cpath fill='%23fef1cf' transform='rotate(180 18 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% auto;
    height: 6px;
    width: 18px;
    margin-top: 6px;
    margin-bottom: 0
}

[data-balloon-pos=down]:hover:after,
[data-balloon-pos=down]:hover:before {
    transform: translate(-50%, 0)
}

[data-balloon-pos=left]:after,
[data-balloon-pos=left]:before {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%)
}

[data-balloon-pos=left]:before {
    margin-right: 11px
}

[data-balloon-pos=left]:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='36px'%3E%3Cpath fill='%23fef1cf' transform='rotate(-90 18 18)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% auto;
    height: 18px;
    width: 6px;
    margin-right: 6px;
    margin-bottom: 0
}

[data-balloon-pos=left]:hover:after,
[data-balloon-pos=left]:hover:before {
    transform: translate(0, -50%)
}

[data-balloon-pos=right]:after,
[data-balloon-pos=right]:before {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate(-10px, -50%)
}

[data-balloon-pos=right]:before {
    margin-left: 11px
}

[data-balloon-pos=right]:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='36px'%3E%3Cpath fill='%23fef1cf' transform='rotate(90 6 6)' d='M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% auto;
    height: 18px;
    width: 6px;
    margin-bottom: 0;
    margin-left: 6px
}

[data-balloon-pos=right]:hover:after,
[data-balloon-pos=right]:hover:before {
    transform: translate(0, -50%)
}

[data-balloon-length]:before {
    white-space: normal
}

[data-balloon-length=small]:before {
    width: 80px
}

[data-balloon-length=medium]:before {
    width: 150px
}

[data-balloon-length=large]:before {
    width: 260px
}

[data-balloon-length=xlarge]:before {
    width: 90vw
}

@media screen and (min-width:768px) {
    [data-balloon-length=xlarge]:before {
        width: 380px
    }
}

[data-balloon-length=fit]:before {
    width: 100%
}

@media screen and (max-width:768px) {
    [data-balloon] {
        cursor: initial
    }
    [data-balloon]:after,
    [data-balloon]:before {
        display: none !important
    }
}

.nav-menu {
    font-size: 1rem
}

.nav-menu a {
    color: #fff
}

.nav-menu>li {
    position: relative;
    text-align: center
}

.nav-menu>li>ul {
    width: 100%;
    background-color: #f2f2f2
}

.main-nav {
    width: 165px;
    border: 1px solid #2a3052;
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    background-color: #2a3052;
    transition: none !important
}

.main-nav>li {
    margin: 0;
    height: 77px
}

.main-nav>li a {
    font-weight: 400;
    display: block;
    max-height: 70px;
    margin-top: 3px
}

.main-nav>li a:hover {
    text-decoration: none
}

.main-nav>li>ul {
    margin: 0;
    margin-left: -1px;
    padding: 0;
    border: 1px solid #dedede
}

.main-nav>li>ul a {
    color: initial
}

.main-nav>li>ul a li {
    margin-top: 0;
    padding: 7px 0
}

.main-nav>li>ul a li:hover {
    background-color: #dedede
}

.main-nav .nav-caret {
    position: relative;
    top: -45px;
    right: -68px
}

.main-nav * {
    outline: 0
}

.nav-caret {
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block
}

#all-accounts,
#all-accounts-top {
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    z-index: 99999;
    opacity: 0;
    visibility: hidden
}

#all-accounts-top>li a,
#all-accounts>li a {
    color: #000;
    margin: 0
}

#logout-top,
#main-logout {
    position: relative;
    height: 75px;
    display: -ms-flexbox;
    display: flex;
    width: 165px;
    float: right
}

.separator-line-thin-gray {
    border-top: 1px solid #dedede
}

#main-account {
    height: 70px
}

.has-tabs,
.tabs-container {
    padding: 0
}

.has-tabs ul.ui-tabs-nav,
.tabs-container ul.ui-tabs-nav {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
    background: 0 0
}

.has-tabs ul.ui-tabs-nav li,
.tabs-container ul.ui-tabs-nav li {
    border: none;
    list-style-image: none;
    background: #f2f2f2;
    border-radius: 4px 4px 0 0;
    margin: 0 2px 0 0;
    padding: 0 10px
}

.has-tabs ul.ui-tabs-nav li a,
.has-tabs ul.ui-tabs-nav li a:visited,
.tabs-container ul.ui-tabs-nav li a,
.tabs-container ul.ui-tabs-nav li a:visited {
    padding: 3px 0 0 !important;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    font-size: 90%;
    background: 0 0
}

.has-tabs ul.ui-tabs-nav li.active,
.has-tabs ul.ui-tabs-nav li.ui-tabs-active,
.tabs-container ul.ui-tabs-nav li.active,
.tabs-container ul.ui-tabs-nav li.ui-tabs-active {
    background: #2a3052;
    color: #fff
}

.has-tabs ul.ui-tabs-nav li.active a,
.has-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.tabs-container ul.ui-tabs-nav li.active a,
.tabs-container ul.ui-tabs-nav li.ui-tabs-active a {
    background: 0 0;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    outline: 0
}

.container .has-tabs .ui-tabs-panel,
.tabs-container .ui-tabs-panel {
    border: none;
    padding: 0 !important
}

.container .has-tabs ul.ui-tabs-nav,
.tabs-container ul.ui-tabs-nav {
    margin-bottom: 2px;
    border-bottom: 1px solid #000
}

.has-tabs .ui-tabs-panel {
    border: 1px solid #dedede;
    padding: 10px
}

.ui-dialog-titlebar-buttonpane .ui-corner-all.ui-state-default {
    border: 0 solid #2a3052;
    background: #2a3052
}

.ui-widget-header {
    border: 1px solid #2a3052;
    background: #2a3052;
    color: #fff;
    font-family: roboto, sans-serif;
    font-weight: 400
}

.barspinner {
    margin: 50px auto;
    width: 60px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    white-space: nowrap
}

.barspinner>div {
    margin: 2px;
    border-radius: 20px;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.barspinner.dark>div {
    background-color: #2a3052
}

.barspinner.white>div {
    background-color: #fff
}

.barspinner .rect1 {
    animation-delay: -1.2s
}

.barspinner .rect2 {
    animation-delay: -1.1s
}

.barspinner .rect3 {
    animation-delay: -1s
}

.barspinner .rect4 {
    animation-delay: -.9s
}

.barspinner .rect5 {
    animation-delay: -.8s
}

@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(1)
    }
    20% {
        transform: scaleY(2)
    }
}

.top-nav-menu {
    list-style: none outside none;
    display: inline-table;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.top-nav-menu>li>a {
    height: 30px
}

.top-nav-menu>li>ul {
    position: absolute;
    list-style: none outside none;
    min-width: 100%
}

.top-nav-menu li {
    float: left;
    position: relative;
    list-style: none outside none;
    padding: 0;
    margin: 0
}

.top-nav-menu li a {
    display: block;
    padding: 20px 30px;
    transition: padding .5s;
    white-space: nowrap;
    text-align: left;
    outline: 0;
    font-size: 1rem;
    font-weight: 400
}

.top-nav-menu li a.disabled,
.top-nav-menu li a.disabled:hover {
    opacity: .5
}

.top-nav-menu li a:hover {
    opacity: .75;
    text-decoration: none
}

.top-nav-menu li ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0
}

.top-nav-menu li ul li ul {
    position: absolute;
    left: 100%;
    top: 0
}

.top-nav-menu li>ul li {
    float: none;
    background-color: #2a3052
}

.top-nav-menu li>ul li a {
    padding: 10px 30px
}

.top-nav-menu li>ul li a:hover {
    background: #e98024;
    opacity: 1;
    text-decoration: none
}

.top-nav-menu ul li:hover>ul {
    visibility: visible !important;
    display: inline-block !important;
    opacity: 1 !important
}

.top-nav-menu .nav-caret {
    margin-left: 2px
}

.top-nav-menu .nav-submenu-caret {
    position: absolute;
    right: 15px;
    top: 10px;
    display: inline-block;
    color: #fff
}

.top-nav-menu .nav-submenu-caret:after {
    content: '»'
}

.candlestick-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='25' y1='8.5' x2='25' y2='41.5'/%3E %3Crect fill='white' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x='20.842' y='17.146' width='8.316' height='15.708'/%3E %3C/svg%3E")
}

.candlestick-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' x1='25' y1='8.5' x2='25' y2='41.5'/%3E %3Crect fill='%232a3052' stroke='white' stroke-miterlimit='10' stroke-width='2' x='20.842' y='17.146' width='8.316' height='15.708'/%3E %3C/svg%3E")
}

.chart_template-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Crect width='20' height='20' fill='none'/%3E %3Cg fill='%232a3052' transform='translate(3 3)'%3E %3Cpath d='M4.05864772,10.5881597 L3.96565789,10.5881597 C1.90358816,10.5916328 0.184234309,8.96390779 0.0137311841,6.84684145 C-0.156771941,4.7297751 1.27867882,2.83239362 3.31310798,2.48571907 C4.29476577,0.740866197 6.20012412,-0.222868908 8.14053573,0.0439938228 C10.0809473,0.310856554 11.6741844,1.75574974 12.1771711,3.70478418 C13.9107218,3.99533956 15.1352245,5.6113735 14.9880145,7.4143868 C14.8408044,9.2174001 13.3714727,10.6000077 11.6151664,10.5881597 L11.5525941,10.5881597 L11.5525941,9.68122738 L11.5964329,9.68109808 C12.4888104,9.71384902 13.3303615,9.25365832 13.8040821,8.47387535 C14.2778026,7.69409239 14.3117231,6.71318475 13.8930661,5.90065085 C13.4744092,5.08811695 12.6667786,4.56740002 11.7744011,4.53464908 L11.4621762,4.51213337 L11.3997313,4.1904803 C11.0706846,2.4807448 9.72928238,1.17160096 8.05430581,0.925506607 C6.37932925,0.679412256 4.7361642,1.55005136 3.95629115,3.09685989 L3.8501347,3.30593438 L3.62221057,3.33166663 C1.99609499,3.53101612 0.800142372,4.99766193 0.890110859,6.68215272 C0.980079347,8.3666435 2.32500627,9.68926151 3.96253565,9.7036138 L4.05864772,9.70333032 L4.05864772,10.5881597 Z'/%3E %3Cpath d='M6.8034056 12.0588235L6.8034056 7.94117647 5.54953561 7.94117647 5.54953561 12.0588235 4.85294118 12.0588235 6.17647059 14.7058824 7.5 12.0588235 6.8034056 12.0588235zM8.63777091 8.82352941L9.89164089 8.82352941 9.89164089 13.2352941 8.63777091 13.2352941 8.63777091 8.82352941zM9.26470588 6.17647059L10.5882353 8.82352941 7.94117647 8.82352941 9.26470588 6.17647059z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
}

.chart_template-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Crect width='20' height='20' fill='none'/%3E %3Cg fill='white' transform='translate(3 3)'%3E %3Cpath d='M4.05864772,10.5881597 L3.96565789,10.5881597 C1.90358816,10.5916328 0.184234309,8.96390779 0.0137311841,6.84684145 C-0.156771941,4.7297751 1.27867882,2.83239362 3.31310798,2.48571907 C4.29476577,0.740866197 6.20012412,-0.222868908 8.14053573,0.0439938228 C10.0809473,0.310856554 11.6741844,1.75574974 12.1771711,3.70478418 C13.9107218,3.99533956 15.1352245,5.6113735 14.9880145,7.4143868 C14.8408044,9.2174001 13.3714727,10.6000077 11.6151664,10.5881597 L11.5525941,10.5881597 L11.5525941,9.68122738 L11.5964329,9.68109808 C12.4888104,9.71384902 13.3303615,9.25365832 13.8040821,8.47387535 C14.2778026,7.69409239 14.3117231,6.71318475 13.8930661,5.90065085 C13.4744092,5.08811695 12.6667786,4.56740002 11.7744011,4.53464908 L11.4621762,4.51213337 L11.3997313,4.1904803 C11.0706846,2.4807448 9.72928238,1.17160096 8.05430581,0.925506607 C6.37932925,0.679412256 4.7361642,1.55005136 3.95629115,3.09685989 L3.8501347,3.30593438 L3.62221057,3.33166663 C1.99609499,3.53101612 0.800142372,4.99766193 0.890110859,6.68215272 C0.980079347,8.3666435 2.32500627,9.68926151 3.96253565,9.7036138 L4.05864772,9.70333032 L4.05864772,10.5881597 Z'/%3E %3Cpath d='M6.8034056 12.0588235L6.8034056 7.94117647 5.54953561 7.94117647 5.54953561 12.0588235 4.85294118 12.0588235 6.17647059 14.7058824 7.5 12.0588235 6.8034056 12.0588235zM8.63777091 8.82352941L9.89164089 8.82352941 9.89164089 13.2352941 8.63777091 13.2352941 8.63777091 8.82352941zM9.26470588 6.17647059L10.5882353 8.82352941 7.94117647 8.82352941 9.26470588 6.17647059z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E")
}

.comparison-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='8.5' y1='12.65' x2='41.5' y2='12.65'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='16.69' y1='39.35' x2='33.31' y2='39.35'/%3E %3Ccircle fill='%23f2f2f2' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' cx='25' cy='12.65' r='2'/%3E %3Cpath fill='%232a3052' d='M14,17.78l3.43,8.15a3.47,3.47,0,0,1-6.9,0L14,17.78m0-5.13L8.52,25.57A5.47,5.47,0,0,0,14,31h0a5.47,5.47,0,0,0,5.47-5.47L14,12.65Z'/%3E %3Cpath fill='%232a3052' d='M19.46,25.57A5.47,5.47,0,0,1,14,31h0a5.47,5.47,0,0,1-5.47-5.47Z'/%3E %3Cpath fill='%232a3052' d='M36,17.78l3.43,8.15a3.47,3.47,0,0,1-6.9,0L36,17.78m0-5.13-5.5,12.92A5.47,5.47,0,0,0,36,31h0a5.47,5.47,0,0,0,5.47-5.47L36,12.65Z'/%3E %3Cpath fill='%232a3052' d='M41.48,25.57A5.47,5.47,0,0,1,36,31h0a5.47,5.47,0,0,1-5.47-5.47Z'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='25' y1='14.65' x2='25' y2='39.35'/%3E %3C/svg%3E")
}

.crosshair-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='8.5' y1='25' x2='20.095' y2='25'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='29.905' y1='25' x2='41.5' y2='25'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='25' y1='8.5' x2='25' y2='20.095'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='25' y1='29.905' x2='25' y2='41.5'/%3E%3C/svg%3E")
}

.dot-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Ccircle fill='%232a3052' cx='25' cy='25' r='3.234'/%3E %3Ccircle fill='%232a3052' cx='38.266' cy='25' r='3.234'/%3E %3Ccircle fill='%232a3052' cx='11.734' cy='25' r='3.234'/%3E%3C/svg%3E")
}

.dot-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Ccircle fill='white' cx='25' cy='25' r='3.234'/%3E %3Ccircle fill='white' cx='38.266' cy='25' r='3.234'/%3E %3Ccircle fill='white' cx='11.734' cy='25' r='3.234'/%3E%3C/svg%3E")
}

.drawing-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Crect width='20' height='20' fill='none'/%3E %3Cpath fill='%232a3052' d='M4,13.4995206 L4,15.9995133 L6.49999276,15.9995133 L13.8724714,8.62703469 L11.3724786,6.12704193 L4,13.4995206 Z M15.8049658,6.69454028 C16.0643625,6.43489417 16.0643625,6.01418912 15.8049658,5.75454301 L14.2499703,4.19454753 C13.9903242,3.93515082 13.5696191,3.93515082 13.309973,4.19454753 L12.0849766,5.41454399 L14.5849693,7.91453675 L15.8049658,6.69454028 Z'/%3E %3C/g%3E %3C/svg%3E")
}

.drawing-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Crect width='20' height='20' fill='none'/%3E %3Cpath fill='white' d='M4,13.4995206 L4,15.9995133 L6.49999276,15.9995133 L13.8724714,8.62703469 L11.3724786,6.12704193 L4,13.4995206 Z M15.8049658,6.69454028 C16.0643625,6.43489417 16.0643625,6.01418912 15.8049658,5.75454301 L14.2499703,4.19454753 C13.9903242,3.93515082 13.5696191,3.93515082 13.309973,4.19454753 L12.0849766,5.41454399 L14.5849693,7.91453675 L15.8049658,6.69454028 Z'/%3E %3C/g%3E %3C/svg%3E")
}

.indicator-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cpolyline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' points='7.14 16.68 18.02 7.5 31.84 19.3 42.86 10.75'/%3E %3Crect fill='%232a3052' x='7.14' y='23.37' width='3.88' height='19.13'/%3E %3Crect fill='%232a3052' x='15.1' y='15.67' width='3.88' height='26.83'/%3E %3Crect fill='%232a3052' x='23.06' y='22.3' width='3.88' height='20.2'/%3E %3Crect fill='%232a3052' x='31.02' y='26.8' width='3.88' height='15.7'/%3E %3Crect fill='%232a3052' x='38.98' y='18.83' width='3.88' height='23.67'/%3E%3C/svg%3E")
}

.line-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='7.14' y1='25' x2='42.86' y2='25'/%3E%3C/svg%3E")
}

.line-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' x1='7.14' y1='25' x2='42.86' y2='25'/%3E%3C/svg%3E")
}

.linedot-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Ccircle fill='%232a3052' cx='25' cy='25' r='3.234'/%3E %3Ccircle fill='%232a3052' cx='38.266' cy='25' r='3.234'/%3E %3Ccircle fill='%232a3052' cx='11.734' cy='25' r='3.234'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='11.734' y1='25' x2='38.266' y2='25'/%3E%3C/svg%3E")
}

.linedot-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Ccircle fill='white' cx='25' cy='25' r='3.234'/%3E %3Ccircle fill='white' cx='38.266' cy='25' r='3.234'/%3E %3Ccircle fill='white' cx='11.734' cy='25' r='3.234'/%3E %3Cline fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' x1='11.734' y1='25' x2='38.266' y2='25'/%3E%3C/svg%3E")
}

.ohlc-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='25' y1='8.5' x2='25' y2='41.5'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='13.912' y1='14.403' x2='25' y2='14.403'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='25' y1='35.597' x2='36.088' y2='35.597'/%3E%3C/svg%3E")
}

.ohlc-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cline fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' x1='25' y1='8.5' x2='25' y2='41.5'/%3E %3Cline fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' x1='13.912' y1='14.403' x2='25' y2='14.403'/%3E %3Cline fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' x1='25' y1='35.597' x2='36.088' y2='35.597'/%3E%3C/svg%3E")
}

.share-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cpolyline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' points='34.17 35.82 15.83 25 34.17 14.18'/%3E %3Ccircle fill='%232a3052' cx='15.83' cy='25' r='3.5'/%3E %3Ccircle fill='%232a3052' cx='34.17' cy='14.18' r='3.5'/%3E %3Ccircle fill='%232a3052' cx='34.17' cy='35.82' r='3.5'/%3E%3C/svg%3E")
}

.share-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cpolyline fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' points='34.17 35.82 15.83 25 34.17 14.18'/%3E %3Ccircle fill='white' cx='15.83' cy='25' r='3.5'/%3E %3Ccircle fill='white' cx='34.17' cy='14.18' r='3.5'/%3E %3Ccircle fill='white' cx='34.17' cy='35.82' r='3.5'/%3E%3C/svg%3E")
}

.spline-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cpath fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' d='M8.5,23.733l3-3.559a6.468,6.468,0,0,1,10.52.9l4.619,7.862a6.468,6.468,0,0,0,10.858.458l4-5.656'/%3E%3C/svg%3E")
}

.spline-w-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Cpath fill='none' stroke='white' stroke-miterlimit='10' stroke-width='2' d='M8.5,23.733l3-3.559a6.468,6.468,0,0,1,10.52.9l4.619,7.862a6.468,6.468,0,0,0,10.858.458l4-5.656'/%3E%3C/svg%3E")
}

.table-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 50 50'%3E %3Crect fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x='8.5' y='8.5' width='33' height='33'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='8.5' y1='19.5' x2='41.5' y2='19.5'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='8.5' y1='30.5' x2='41.5' y2='30.5'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='19.5' y1='41.5' x2='19.5' y2='8.5'/%3E %3Cline fill='none' stroke='%232a3052' stroke-miterlimit='10' stroke-width='2' x1='30.5' y1='41.5' x2='30.5' y2='8.5'/%3E %3C/svg%3E")
}

.contract-type.CALLE {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpolygon fill='%2329abe2' points='13.53 26.93 5.34 18.75 0 18.75 0 36 36 36 36 18.75 21.71 18.75 13.53 26.93'/%3E%3Cpolygon fill='%2329abe2' points='17.79 18.75 9.27 18.75 13.53 23.01 17.79 18.75'/%3E%3Cpolygon fill='%2329abe2' points='0 0 0 17.25 4.47 17.25 6.12 15.6 7.77 17.25 19.29 17.25 27.06 9.48 22.67 9.48 25.45 6.7 31.77 6.7 31.77 13.08 28.99 15.86 28.99 11.47 23.21 17.25 36 17.25 36 0 0 0'/%3E%3C/svg%3E")
}

.contract-type.CALLE.negative-color {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpolygon fill='%23cc0033' points='13.53 26.93 5.34 18.75 0 18.75 0 36 36 36 36 18.75 21.71 18.75 13.53 26.93'/%3E%3Cpolygon fill='%23cc0033' points='17.79 18.75 9.27 18.75 13.53 23.01 17.79 18.75'/%3E%3Cpolygon fill='%23cc0033' points='0 0 0 17.25 4.47 17.25 6.12 15.6 7.77 17.25 19.29 17.25 27.06 9.48 22.67 9.48 25.45 6.7 31.77 6.7 31.77 13.08 28.99 15.86 28.99 11.47 23.21 17.25 36 17.25 36 0 0 0'/%3E%3C/svg%3E")
}

.contract-type.PUT {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpolygon fill='%2329abe2' points='13.53 9.06 5.34 17.25 0 17.25 0 0 36 0 36 17.25 21.71 17.25 13.53 9.06'/%3E%3Cpolygon fill='%2329abe2' points='17.79 17.25 9.27 17.25 13.53 12.99 17.79 17.25'/%3E%3Cpolygon fill='%2329abe2' points='0 36 0 18.75 4.47 18.75 6.12 20.4 7.77 18.75 19.29 18.75 27.06 26.52 22.67 26.52 25.45 29.3 31.77 29.3 31.77 22.92 28.99 20.14 28.99 24.53 23.21 18.75 36 18.75 36 36 0 36'/%3E%3C/svg%3E")
}

.contract-type.PUT.negative-color {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpolygon fill='%23cc0033' points='13.53 9.06 5.34 17.25 0 17.25 0 0 36 0 36 17.25 21.71 17.25 13.53 9.06'/%3E%3Cpolygon fill='%23cc0033' points='17.79 17.25 9.27 17.25 13.53 12.99 17.79 17.25'/%3E%3Cpolygon fill='%23cc0033' points='0 36 0 18.75 4.47 18.75 6.12 20.4 7.77 18.75 19.29 18.75 27.06 26.52 22.67 26.52 25.45 29.3 31.77 29.3 31.77 22.92 28.99 20.14 28.99 24.53 23.21 18.75 36 18.75 36 36 0 36'/%3E%3C/svg%3E")
}

.contract-type.ONETOUCH {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpolygon fill='%2329abe2' points='12.63 29.18 8.45 25.01 14.71 18.75 16.21 17.25 23.82 9.64 18.79 9.64 21.41 7.02 0 7.02 0 17.25 0 18.75 0 36 9.54 36 7.68 34.13 12.63 29.18'/%3E%3Cpolygon fill='%2329abe2' points='28.32 14.05 25.68 16.69 25.68 11.51 19.94 17.25 18.44 18.75 12.18 25.01 16.36 29.18 9.54 36 36 36 36 18.75 36 17.25 36 7.02 28.32 7.02 28.32 14.05'/%3E%3Crect fill='%2329abe2' width='36' height='5.52'/%3E%3C/svg%3E")
}

.contract-type.NOTOUCH {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Crect fill='%2329abe2' y='31.75' width='36' height='4.25'/%3E%3Cpath fill='%2329abe2' d='M0,0V30.25H36V0ZM34.17,24.27l-2.45,2.45v-4.5l-6,6L10.76,13.32,8.13,15.95,2.42,10.23,4.15,8.5l4,4,2.63-2.63L25.69,24.79l4.47-4.47h-5l2.45-2.45h6.55Z'/%3E%3C/svg%3E")
}

.contract-type.NOTOUCH.negative-color {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Crect fill='%23cc0033' y='31.75' width='36' height='4.25'/%3E%3Cpath fill='%23cc0033' d='M0,0V30.25H36V0ZM34.17,24.27l-2.45,2.45v-4.5l-6,6L10.76,13.32,8.13,15.95,2.42,10.23,4.15,8.5l4,4,2.63-2.63L25.69,24.79l4.47-4.47h-5l2.45-2.45h6.55Z'/%3E%3C/svg%3E")
}

.contract-type.EXPIRYRANGEE {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Crect fill='%2329abe2' y='26.46' width='36' height='9.54'/%3E%3Crect fill='%2329abe2' width='36' height='10.21'/%3E%3Cpolygon fill='%2329abe2' points='31.61 22.95 28.22 22.95 31.44 19.73 27.49 19.73 27.46 17.75 27.49 17.33 31.67 17.33 28.32 13.97 31.72 13.97 36 18.26 36 11.81 0 11.81 0 24.86 36 24.86 36 18.56 31.61 22.95'/%3E%3C/svg%3E")
}

.contract-type.EXPIRYMISS {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Crect fill='%2329abe2' y='11.81' width='36' height='13.05'/%3E%3Crect fill='%2329abe2' y='26.46' width='36' height='9.54'/%3E%3Cpolygon fill='%2329abe2' points='31.61 9.7 28.22 9.7 31.44 6.47 27.49 6.47 27.46 4.5 27.49 4.08 31.67 4.08 28.32 0.72 31.72 0.72 36 5.01 36 0 0 0 0 10.21 36 10.21 36 5.31 31.61 9.7'/%3E%3C/svg%3E")
}

.contract-type.EXPIRYMISS.negative-color {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Crect fill='%23cc0033' y='11.81' width='36' height='13.05'/%3E%3Crect fill='%23cc0033' y='26.46' width='36' height='9.54'/%3E%3Cpolygon fill='%23cc0033' points='31.61 9.7 28.22 9.7 31.44 6.47 27.49 6.47 27.46 4.5 27.49 4.08 31.67 4.08 28.32 0.72 31.72 0.72 36 5.01 36 0 0 0 0 10.21 36 10.21 36 5.31 31.61 9.7'/%3E%3C/svg%3E")
}

.contract-type.RANGE {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='%2329abe2' d='M0,24.86H36v-13H0Zm1.72-6H5.58L10,12.12l5.25,7.76L20.64,13l4.72,5.33h4.19L26.2,15h3.39L34,19.41l-4.54,4.54H26.1l3.22-3.22h-5l-3.52-4L15.16,24l-5.1-7.54L6.87,21.25H1.72Z'/%3E%3Crect fill='%2329abe2' y='26.46' width='36' height='9.54'/%3E%3Crect fill='%2329abe2' width='36' height='10.21'/%3E%3C/svg%3E")
}

.contract-type.UPORDOWN {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpolygon fill='%2329abe2' points='23.62 11.81 12.62 11.81 17.98 21.96 23.62 11.81'/%3E%3Cpolygon fill='%2329abe2' points='29.57 6.07 27.3 10.14 30.87 10.14 29.57 6.07'/%3E%3Cpolygon fill='%2329abe2' points='10.85 8.45 11.74 10.14 24.56 10.14 27.32 5.17 23.13 6.51 24.69 3.49 30.66 1.59 32.61 7.7 31.35 10.14 36 10.14 36 0 0 0 0 10.14 9.92 10.14 10.85 8.45'/%3E%3Cpolygon fill='%2329abe2' points='17.92 26.99 17.12 25.48 0 25.48 0 36 36 36 36 25.48 18.77 25.48 17.92 26.99'/%3E%3Cpolygon fill='%2329abe2' points='36 11.81 26.37 11.81 19.69 23.81 36 23.81 36 11.81'/%3E%3Cpolygon fill='%2329abe2' points='10.8 13.5 6.81 20.73 1.6 20.73 1.6 18.32 5.39 18.32 8.99 11.81 0 11.81 0 23.81 16.25 23.81 10.8 13.5'/%3E%3C/svg%3E")
}

.contract-type.UPORDOWN.negative-color {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpolygon fill='%23cc0033' points='23.62 11.81 12.62 11.81 17.98 21.96 23.62 11.81'/%3E%3Cpolygon fill='%23cc0033' points='29.57 6.07 27.3 10.14 30.87 10.14 29.57 6.07'/%3E%3Cpolygon fill='%23cc0033' points='10.85 8.45 11.74 10.14 24.56 10.14 27.32 5.17 23.13 6.51 24.69 3.49 30.66 1.59 32.61 7.7 31.35 10.14 36 10.14 36 0 0 0 0 10.14 9.92 10.14 10.85 8.45'/%3E%3Cpolygon fill='%23cc0033' points='17.92 26.99 17.12 25.48 0 25.48 0 36 36 36 36 25.48 18.77 25.48 17.92 26.99'/%3E%3Cpolygon fill='%23cc0033' points='36 11.81 26.37 11.81 19.69 23.81 36 23.81 36 11.81'/%3E%3Cpolygon fill='%23cc0033' points='10.8 13.5 6.81 20.73 1.6 20.73 1.6 18.32 5.39 18.32 8.99 11.81 0 11.81 0 23.81 16.25 23.81 10.8 13.5'/%3E%3C/svg%3E")
}

.mb-trading-wrapper .contract-type.CALLE {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='36' height='36'%3E%3Cpolygon fill='%2329abe2' points='6.28 27.11 4.64 25.47 13.45 16.67 0 16.67 0 32 32 32 32 16.67 16.72 16.67 6.28 27.11'/%3E%3Cpolygon fill='%2329abe2' points='0 0 0 15.33 14.78 15.33 22.91 7.21 18.55 7.21 20.86 4.89 26.92 4.89 26.92 11.08 24.61 13.4 24.61 8.78 18.05 15.33 32 15.33 32 0 0 0'/%3E%3C/svg%3E")
}

.mb-trading-wrapper .contract-type.CALLE.negative-color {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='36' height='36'%3E%3Cpolygon fill='%23cc0033' points='6.28 27.11 4.64 25.47 13.45 16.67 0 16.67 0 32 32 32 32 16.67 16.72 16.67 6.28 27.11'/%3E%3Cpolygon fill='%23cc0033' points='0 0 0 15.33 14.78 15.33 22.91 7.21 18.55 7.21 20.86 4.89 26.92 4.89 26.92 11.08 24.61 13.4 24.61 8.78 18.05 15.33 32 15.33 32 0 0 0'/%3E%3C/svg%3E")
}

.mb-trading-wrapper .contract-type.PUT {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='36' height='36'%3E%3Cpolygon fill='%2329abe2' points='6.28 4.89 4.64 6.53 13.45 15.33 0 15.33 0 0 32 0 32 15.33 16.72 15.33 6.28 4.89'/%3E%3Cpolygon fill='%2329abe2' points='0 32 0 16.67 14.78 16.67 22.91 24.79 18.55 24.79 20.86 27.11 26.92 27.11 26.92 20.92 24.6 18.6 24.6 23.22 18.05 16.67 32 16.67 32 32 0 32'/%3E%3C/svg%3E")
}

.mb-trading-wrapper .contract-type.PUT.negative-color {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='36' height='36'%3E%3Cpolygon fill='%23cc0033' points='6.28 4.89 4.64 6.53 13.45 15.33 0 15.33 0 0 32 0 32 15.33 16.72 15.33 6.28 4.89'/%3E%3Cpolygon fill='%23cc0033' points='0 32 0 16.67 14.78 16.67 22.91 24.79 18.55 24.79 20.86 27.11 26.92 27.11 26.92 20.92 24.6 18.6 24.6 23.22 18.05 16.67 32 16.67 32 32 0 32'/%3E%3C/svg%3E")
}

.steps {
    display: -ms-flexbox;
    display: flex
}

.steps .step {
    -ms-flex: 1;
    flex: 1
}

.steps .step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e98024;
    margin: auto;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
    margin-right: 5px !important
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    opacity: .75;
    background: 0 0;
    border: none
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled:hover,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled:hover {
    opacity: .35
}

@font-face {
    font-family: BinarySymbols;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;base64,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) format("woff")
}

.symbols:before {
    font-family: BinarySymbols;
    margin-right: 2px
}

.symbols,
.symbols:before {
    transition: none;
    animation: none
}

.symbols.aud:before {
    content: '\0041\0024'
}

.symbols.eur:before {
    content: '\20AC'
}

.symbols.gbp:before {
    content: '\00A3'
}

.symbols.jpy:before {
    content: '\00A5'
}

.symbols.usd:before {
    content: '\0024'
}

.symbols.btc:before {
    content: '\0042'
}

.symbols.bch:before {
    content: '\e901'
}

.symbols.eth:before {
    content: '\0045'
}

.symbols.etc:before {
    content: '\e900'
}

.symbols.ltc:before {
    content: '\004c'
}