body {
    height: auto;
}
.float-message__wrap {
    background-color: #fff;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.12);
    position: fixed;
    z-index: 999999999;
    bottom: -1000px;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 24px 0;
    color: #111111;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    font-family: "Manrope", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.float-message__wrap--on {
    bottom: 0;
    background: linear-gradient(270.13deg, #ADD9FF 0%, #37C6BC 50%, #FFD6A3 100%);
}
.float-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0;
}
.float-message a {
    color: #111111;
    text-decoration: underline;
}
.float-message a:hover,
.float-message a:focus,
.float-message a:active {
    color: #2F2F2F;
}
.float-message__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.float-message__img {
    display: inline-block;
    min-width: 40px;
    margin-right: 15px;
}
.float-message__text {
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    flex: 1;
}
.float-message__button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 100px;
    height: 40px;
    background-color: #111111;
    border-radius: 7px;
    color: #F5F8F7;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 12px;
    border: none;
    margin-left: 12px;
}
.float-message__button:active,
.float-message__button:hover {
    background-color: #2f2f2f;
    text-decoration: none;
}
@media (max-width: 768px) {
    .float-message {
        padding: 0 30px;
    }
}
@media(max-width: 767px) {
    .float-message__wrap {
        padding: 20px 0;
    }
    .float-message {
        display: block;
        padding: 0px 0px;
    }
    .float-message__button {
        display: block;
        width: 168px;
        margin-top: 12px;
        margin-left: 0;
    }
}
.ifont.stars.star-5:before {
    content: "★★★★★" !important;
    font-family: Arial, sans-serif !important;
    color: inherit !important;
}

.ifont.stars.star-4:before {
    content: "★★★★☆" !important;
    font-family: Arial, sans-serif !important;
    color: inherit !important;
}

.ifont.stars.star-3:before {
    content: "★★★☆☆" !important;
    font-family: Arial, sans-serif !important;
    color: inherit !important;
}

.ifont.stars.star-2:before {
    content: "★★☆☆☆" !important;
    font-family: Arial, sans-serif !important;
    color: inherit !important;
}

.ifont.stars.star-1:before {
    content: "★☆☆☆☆" !important;
    font-family: Arial, sans-serif !important;
    color: inherit !important;
}

/* Ensure stars are visible and properly colored */
.ifont.stars {
    display: inline-block !important;
    font-style: normal !important;
    font-weight: normal !important;
}

/* Color variations for different review sources */
.ifont.stars.star-5.color-FF6154:before,
.ifont.stars.star-5.color-FF492C:before {
    color: #FF492C !important;
}

.ifont.stars.star-5.color-39B6EC:before,
.ifont.stars.star-5.color-3E90ED:before {
    color: #39B6EC !important;
}

.ifont.stars.star-5.color-70B143:before {
    color: #70B143 !important;
}

.ifont.stars.star-5.color-27C1B6:before {
    color: #27C1B6 !important;
}
a[href="./Tralert FX 1.2.0.msi"].btn-accent {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    background-size: 200% 200% !important;
    background-color: #667eea !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 18px 28px !important;
    min-height: 56px !important;
    line-height: 1.4 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4), 0 0 20px rgba(102, 126, 234, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    /* text-transform: uppercase !important; */
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    animation: pulse-glow 2s ease-in-out infinite, gradient-shift 3s ease infinite, subtle-bounce 3s ease-in-out infinite !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

a[href="./Tralert FX 1.2.0.msi"].btn-accent:hover,
a[href="./Tralert FX 1.2.0.msi"].btn-accent:focus {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    background-size: 200% 200% !important;
    transform: translateY(-3px) scale(1.08) !important;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.7), 0 0 40px rgba(102, 126, 234, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    animation: pulse-glow-fast 1s ease-in-out infinite, gradient-shift 2s ease infinite, bounce-hover 0.6s ease infinite !important;
}

a[href="./Tralert FX 1.2.0.msi"].btn-accent:active {
    transform: translateY(-1px) scale(1.05) !important;
    animation: click-pulse 0.3s ease !important;
}

a[href="https://apps.microsoft.com/detail/9mxp0pzngzgf?hl=en-US&gl=JP"].btn-accent {
    background: transparent !important;
    background-size: 200% 200% !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 18px 28px !important;
    min-height: 56px !important;
    line-height: 1.4 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4), 0 0 20px rgba(102, 126, 234, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    /* text-transform: uppercase !important; */
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    animation: pulse-glow 2s ease-in-out infinite, gradient-shift 3s ease infinite, subtle-bounce 3s ease-in-out infinite !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
}

a[href="https://apps.microsoft.com/detail/9mxp0pzngzgf?hl=en-US&gl=JP"].btn-accent:hover,
a[href="https://apps.microsoft.com/detail/9mxp0pzngzgf?hl=en-US&gl=JP"].btn-accent:focus {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    background-size: 200% 200% !important;
    transform: translateY(-3px) scale(1.08) !important;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.7), 0 0 40px rgba(102, 126, 234, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    animation: pulse-glow-fast 1s ease-in-out infinite, gradient-shift 2s ease infinite, bounce-hover 0.6s ease infinite !important;
}

a[href="https://apps.microsoft.com/detail/9mxp0pzngzgf?hl=en-US&gl=JP"].btn-accent:active {
    transform: translateY(-1px) scale(1.05) !important;
    animation: click-pulse 0.3s ease !important;
}

/* Pulse glow animation */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4), 0 0 20px rgba(102, 126, 234, 0.2);
    }
    50% {
        box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6), 0 0 35px rgba(102, 126, 234, 0.4);
    }
}

/* Faster pulse on hover */
@keyframes pulse-glow-fast {
    0%, 100% {
        box-shadow: 0 8px 30px rgba(102, 126, 234, 0.7), 0 0 40px rgba(102, 126, 234, 0.5);
    }
    50% {
        box-shadow: 0 10px 40px rgba(102, 126, 234, 0.9), 0 0 50px rgba(102, 126, 234, 0.7);
    }
}

/* Gradient shift animation */
@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Subtle bounce animation */
@keyframes subtle-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

/* Bounce on hover */
@keyframes bounce-hover {
    0%, 100% {
        transform: translateY(-3px) scale(1.08);
    }
    50% {
        transform: translateY(-5px) scale(1.1);
    }
}

/* Click pulse animation */
@keyframes click-pulse {
    0% {
        transform: translateY(-1px) scale(1.05);
    }
    50% {
        transform: translateY(-1px) scale(0.98);
    }
    100% {
        transform: translateY(-1px) scale(1.05);
    }
}

/* Continuous shimmer effect */
a[href="./Tralert FX 1.2.0.msi"].btn-accent::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 3s infinite;
    z-index: 1;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

/* Ensure text is above shimmer */
a[href="./Tralert FX 1.2.0.msi"].btn-accent > * {
    position: relative;
    z-index: 2;
}

/* Add pulsing border effect */
a[href="./Tralert FX 1.2.0.msi"].btn-accent::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 10px;
    background: linear-gradient(45deg, #667eea, #764ba2, #667eea);
    background-size: 200% 200%;
    z-index: -1;
    opacity: 0.5;
    animation: border-pulse 2s ease-in-out infinite;
}

@keyframes border-pulse {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.8;
        background-position: 100% 50%;
    }
}

a[href="./Tralert FX 1.2.0.msi"].btn-accent:hover::after {
    opacity: 0.8;
    animation: border-pulse-fast 1s ease-in-out infinite;
}

@keyframes border-pulse-fast {
    0%, 100% {
        opacity: 0.8;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
mark {
    color: #000;
    background: #ff0
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}
legend {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td,
th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :before,
    :after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}
/* DISABLED FOR LOCAL FILE VIEWING - Glyphicons font uses absolute path */
/*
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/styles_new/fonts/glyphicons-halflings-regular.eot);
    src: url(/styles_new/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/styles_new/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/styles_new/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/styles_new/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
*/
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\2a"
}
.glyphicon-plus:before {
    content: "\2b"
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #337ab7;
    text-decoration: none
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}
h1,
.h1 {
    font-size: 36px
}
h2,
.h2 {
    font-size: 30px
}
h3,
.h3 {
    font-size: 24px
}
h4,
.h4 {
    font-size: 18px
}
h5,
.h5 {
    font-size: 14px
}
h6,
.h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}
small,
.small {
    font-size: 85%
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #337ab7
}
a.text-primary:hover {
    color: #286090
}
.text-success {
    color: #3c763d
}
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:hover {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt,
dd {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto
}
.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}
@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none;
    visibility: hidden
}
.collapse.in {
    display: block;
    visibility: visible
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}
.tab-content>.active {
    display: block;
    visibility: visible
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width:768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}
@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}
@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
.breadcrumb>.active {
    color: #777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #777
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #337ab7
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
    padding: 15px
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {
    border-top-width: 0
}
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #337ab7
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    content: "";
    border-width: 10px
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important;
    visibility: hidden !important
}
.affix {
    position: fixed
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}
@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
html,
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    scroll-padding-top: 90px;
    scroll-behavior: smooth
}
h1,
h2,
h3,
h4,
ul,
li,
div,
a,
span,
iframe {
    margin: 0;
    padding: 0;
    border: none
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    margin-top: 0
}
h3 {
    font-weight: 400
}
table {
    border: 0;
    border-collapse: collapse
}
table td,
table th {
    padding: 0
}
iframe {
    border: none;
    overflow: hidden;
    margin-bottom: -5px
}
body {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    color: #101010;
    font-size: 13px;
    background-color: #F0F3F5
}
.cursorType:after {
    display: inline-block;
    border-left: 3px solid #1799f4;
    content: " ";
    height: 40px
}
strong,
.strong,
.b {
    font-weight: 600
}
.f-w-700 {
    font-weight: 700
}
h1,
.h1 {
    font-size: 44px;
    line-height: 56px
}
h2,
.h2 {
    font-size: 40px;
    line-height: 48px
}
h3,
.h3 {
    font-size: 32px;
    line-height: 40px
}
h4,
.h4 {
    font-size: 24px;
    line-height: 32px
}
.title-main {
    font-size: 40px;
    line-height: 48px
}
.text-main {
    font-size: 18px;
    line-height: 1.47em
}
.title-content {
    font-size: 20px;
    line-height: 1.3em
}
.text-content {
    font-size: 16px;
    line-height: 1.4em
}
.text-white {
    color: #fff
}
.text-green {
    color: #27C1B6
}
.text-yellow {
    color: #FFCB44
}
.text-blue {
    color: #39A9FA
}
.text-black {
    color: #111 !important
}
.text-gradient {
    background: -webkit-linear-gradient(45deg, #F5F8F7, #27C1B6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.justify-content-center {
    justify-content: center
}
a {
    outline: none !important;
    color: #0088d3;
    text-decoration: none
}
a:hover {
    text-decoration: underline;
    color: #006ca8
}
a:active {
    color: #006ca8
}
.false-link {
    cursor: pointer
}
a.color-inherit {
    color: inherit
}
a.highlight {
    color: #0088d3
}
a.underline-inherit {
    text-decoration: inherit
}
a.underline {
    text-decoration: underline
}
a.read_all_reviews {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 40px;
    display: inline-block
}
a.read_all_reviews>span.ifont {
    vertical-align: inherit
}
* {
    outline: none
}
a.arrow-blue-link {
    font-size: 20px;
    line-height: 28px;
    color: #007AF5;
    display: block
}
a.blue-link {
    color: #101010;
    text-decoration: none
}
a.blue-link:hover {
    color: #007AF5
}
a.arrow-blue-link:after {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 14px;
    background: center no-repeat url(./demo/arrowBlueImage.png);
    background-size: 18px 14px;
    margin: 0 6px 0 8px;
    vertical-align: middle
}
p {
    margin: 0
}
.container.max-1150 {
    max-width: 1150px
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
#block-success .block-success-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjgwIiBoZWlnaHQ9IjgwIiByeD0iNDAiIGZpbGw9IiMwQzcwNzYiLz4KPHJlY3Qgd2lkdGg9IjgwIiBoZWlnaHQ9IjgwIiByeD0iNDAiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPHBhdGggZD0iTTI2IDM5TDM2Ljc0MDcgNTBMNTUgMjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSI0MCIgeTE9IjEuMTkyMDllLTA2IiB4Mj0iODAiIHkyPSI4MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDU5OEEyIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzA2NTU2RCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 20px
}
#block-success .title-success {
    color: #303030;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px
}
#block-success .text-success {
    font-size: 16px;
    line-height: 24px;
    color: #60767E;
    margin-bottom: 12px;
    display: block
}
#block-success {
    padding-bottom: 40px
}
#block-success a.send-another-one {
    color: #0379ff;
    display: block;
    font-size: 16px;
    line-height: 24px
}
input[type=text],
input[type=email] {
    box-shadow: none
}
.input-lg,
.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px
}
.form-control {
    background: #FFF;
    border: 2px solid rgba(0, 69, 95, 0.2);
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    height: 48px;
    min-height: 48px;
    padding: 10px 16px
}
.form-control:focus {
    border-color: rgba(0, 69, 95, 0.5);
    box-shadow: none
}
.form-group label,
.title-group {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 24px;
    color: #60767E;
    font-weight: 400
}
.has-error label {
    color: #a94442
}
input::placeholder {
    color: #000;
    opacity: 0.4;
    font-weight: normal
}
.form-group-lg select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBIMTJMNiA2TDAgMFoiIGZpbGw9IiM2NjY2NjYiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    border: 2px solid rgba(0, 69, 95, 0.2);
    border-radius: 8px;
    font-weight: normal;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000
}
.overflow-x-hidden {
    overflow-x: hidden;
    overflow-y: auto
}
.overflow-hidden {
    overflow: hidden
}
.bkg-fixed {
    background-attachment: fixed
}
.floatl {
    float: left
}
.floatr {
    float: right
}
.noborder {
    border: none !important
}
.vat_text {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0
}
.wrap {
    width: 100%
}
.container {
    max-width: 1170px;
    min-width: 320px
}
.container.max-750 {
    max-width: 750px
}
.container.max-970 {
    max-width: 970px
}
.container.max-1170 {
    max-width: 1170px
}
.max-1200 {
    max-width: 1200px
}
.max-1230 {
    max-width: 1230px
}
.container.width-750 {
    max-width: 750px
}
.container.width-670 {
    max-width: 670px
}
.container.width-650 {
    max-width: 650px
}
.container.width-700 {
    max-width: 700px
}
.container.width-840 {
    max-width: 840px
}
.container.width-810 {
    max-width: 810px
}
.container.width-910 {
    max-width: 910px
}
.shadow-line {
    border-bottom: 1px solid #d5d8d8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15)
}
.shadow-box {
    background: transparent scroll;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    height: 2px;
    position: relative
}
.shadow-inset {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15) inset;
    -khtml-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15) inset
}
.bkg-color-081c34.shadow-inset {
    box-shadow: 0px 1px 2px rgba(34, 55, 79, 1) inset;
    -moz-box-shadow: 0px 1px 2px rgba(34, 55, 79, 1) inset;
    -webkit-box-shadow: 0px 1px 2px rgba(34, 55, 79, 1) inset;
    -khtml-box-shadow: 0px 1px 2px rgba(34, 55, 79, 1) inset
}
.white-space {
    white-space: nowrap
}
.border-top-DADADA {
    border-top: 1px solid #DADADA
}
.border-bottom-DADADA {
    border-bottom: 1px solid #DADADA
}
mark,
.mark {
    background-color: #FFE77B;
    padding: 0.2em
}
.no-repeat {
    background-image: url("/imgnew/no-repeat.png");
    background-repeat: no-repeat;
    background-position: 0 100px
}
.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: -15px
}
.m-auto {
    margin: auto
}
.vtop {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-right: -15px
}
.vtop.vtop--margin {
    margin-top: 28px
}
.wrap-anchor {
    display: block;
    width: 100%
}
.hidden {
    display: none
}
.unvisible {
    opacity: 0;
    filter: alpha(opacity=0)
}
.visible {
    opacity: 1;
    filter: alpha(opacity=100)
}
nav {
    display: block
}
.product-header-slide nav {
    display: inline-block
}
.font-italic,
.italic {
    font-style: italic !important
}
.fixed {
    position: fixed
}
.relative {
    position: relative
}
.absolute {
    position: absolute
}
.right-0 {
    right: 0px
}
.left-0 {
    left: 0px
}
.top-0 {
    top: 0
}
.z-index {
    z-index: 100
}
.text-left {
    text-align: left !important
}
.text-center .img-responsive {
    margin: 0 auto
}
.text-right .img-responsive {
    margin-right: 0;
    margin-left: auto
}
.img-100 {
    width: 100%
}
.img-round {
    margin: 0;
    border-radius: 50%;
    object-fit: cover
}
.transition-all {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.transition-all-cubic {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    -kthtml-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0, 1)
}
.icon.arrow-down {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjM2MzM5IDEzLjIwNDVMMTAuNDE4MiAyMy4zODY0TDIwLjYgMTMuMjA0NUwxOC44NSAxMS40NTQ1TDExLjY2ODIgMTguNjU5MUwxMS42NjgyIC0zLjkwNDIyZS0wN0w5LjE2ODE2IC00Ljk5NzAxZS0wN0w5LjE2ODE2IDE4LjY1OTFMMS45NjM2MSAxMS40NTQ1TDAuMjM2MzM5IDEzLjIwNDVaIiBmaWxsPSIjRjMzMzMzIi8+Cjwvc3ZnPgo=");
    display: block;
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}
.fivecolumns {
    margin-left: -15px;
    margin-right: -15px
}
.fivecolumns .span2 {
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    display: block;
    float: left;
    min-height: 30px
}
.eltima-glyphicon {
    font-family: "ElmeticaNew"
}
.glyphicon.true:before {
    content: "a"
}
.glyphicon.false:before {
    content: "f"
}
.glyphicon.planet:before {
    content: "g"
}
.glyphicon.facebook:before {
    content: "z"
}
.glyphicon.tweeter:before {
    content: "x"
}
.glyphicon.google:before {
    content: "c"
}
.glyphicon.youtube:before {
    content: "v"
}
.glyphicon.linkedin:before {
    content: "n"
}
.glyphicon.down:before {
    content: "r"
}
.glyphicon.up:before {
    content: "R"
}
.glyphicon.planet:before {
    content: "g"
}
.glyphicon.logo:before {
    content: "q";
    color: #f33333
}
.glyphicon.name:before {
    content: "w"
}
.glyphicon.arrow-right:before {
    content: "t"
}
.glyphicon.arrow-left:before {
    content: "y"
}
.eltima-glyphicon.glyphicon-chevron-right:before {
    content: "t"
}
.eltima-glyphicon.glyphicon-chevron-left:before {
    content: "y"
}
[class^="ifont"],
[class*=" ifont"] {
    display: inline-block;
    font-family: "ElmeticaNew";
    font-style: normal;
    text-align: left;
    font-weight: 300;
    line-height: 18px;
    vertical-align: text-bottom
}
.ifont.true:before {
    content: "a"
}
.ifont.false:before {
    content: "f"
}
.ifont.planet:before {
    content: "g"
}
.ifont.facebook:before {
    content: "z"
}
.ifont.tweeter:before {
    content: "x"
}
.ifont.google:before {
    content: "c"
}
.ifont.youtube:before {
    content: "v"
}
.ifont.linkedin:before {
    content: "n"
}
.ifont.down:before {
    content: "r"
}
.ifont.up:before {
    content: "R"
}
.ifont.planet:before {
    content: "g"
}
.ifont.logo:before {
    content: "q"
}
.ifont.name:before {
    content: "w"
}
.ifont.stars {
    color: #1a9cd4;
    font-size: 20px;
    line-height: 20px
}
.ifont.app,
.ifont.appstore {
    color: #fff
}
.ifont.app:before,
.ifont.macappstore:before {
    content: "U"
}
.ifont.appstore:before {
    content: "u"
}
.ifont.star-5:before {
    content: "sssss"
}
.ifont.star-4:before {
    content: "ssssS"
}
.ifont.star-4-half:before,
.ifont.star-4-5:before {
    content: "ssssp"
}
.ifont.star-3:before {
    content: "sssSS"
}
.ifont.star-3-half:before,
.ifont.star-3-5:before {
    content: "ssspS"
}
.ifont.star-2:before {
    content: "ssSSS"
}
.ifont.star-2-half:before,
.ifont.star-2-5:before {
    content: "sspSS"
}
.ifont.star-1:before {
    content: "sSSSS"
}
.ifont.star-1-half:before,
.ifont.star-1-5:before {
    content: "spSSS"
}
.ifont.arrow-right:before {
    content: "t"
}
.ifont.arrow-left:before {
    content: "y"
}
.box-80x80,
.box-48x48,
.icons.box-32x32,
.box-24x24 {
    background-image: url("/imgnew/products/tralert/product.png")
}
.box-80x80.f1 {
    background-position: 0px -178px
}
.box-80x80.f2 {
    background-position: -83px -178px
}
.box-80x80.f3 {
    background-position: -166px -178px
}
.box-80x80.f4 {
    background-position: -249px -178px
}
.box-80x80.f5 {
    background-position: -332px -178px
}
.box-80x80.f6 {
    background-position: -415px -178px
}
.box-48x48.win {
    background-position: 0px -263px
}
.box-48x48.mac,
.box-48x48.ios {
    background-position: -51px -263px
}
.box-48x48.linux {
    background-position: -102px -263px
}
.box-48x48.emb {
    background-position: -153px -263px
}
.box-48x48.android {
    background-position: -204px -263px
}
.box-24x24.item {
    background-position: -0px -353px
}
.box-24x24.success {
    background-position: -27px -353px
}
.box-24x24.danger {
    background-position: -54px -353px
}
.icons.box-32x32 {
    background-position: -0px -316px
}
.social-buttons {
    font-size: 28px
}
.social-buttons .title {
    text-align: center;
    font-size: 14px;
    color: #909090
}
.social-buttons .ifont {
    vertical-align: middle
}
.social-buttons .facebook {
    color: #3b5998
}
.social-buttons .tweeter {
    color: #1a8bf0
}
.social-buttons .google {
    color: #d34836
}
.social-buttons .socialPull:hover {
    cursor: pointer
}
.caret-drop-down::after {
    bottom: 1px;
    color: #2B2D37;
    content: "▲\a ▼";
    font-size: 14px;
    line-height: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 8px;
    transform: scale(0.84, 0.64);
    width: 10px;
    white-space: normal
}
.btn.caret-drop-down {
    margin-left: 0;
    padding-right: 30px
}
.flex {
    list-style: none outside none;
    width: 100%;
    display: table;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center
}
.box {
    display: block;
    margin: 0 auto
}
[class^="box-"],
[class*=" box-"] {
    display: block;
    margin: 0 auto
}
.box-24x24 {
    width: 24px;
    height: 24px
}
.box-27x27 {
    width: 27px;
    height: 27px
}
.box-30x30 {
    width: 30px;
    height: 30px
}
.box-40x40 {
    width: 40px;
    height: 40px
}
.box-32x32 {
    width: 32px;
    height: 32px
}
.box-34x34 {
    width: 34px;
    height: 34px
}
.box-36x36 {
    width: 36px;
    height: 36px
}
.box-42x42 {
    width: 42px;
    height: 42px
}
.box-46x46 {
    width: 46px;
    height: 46px
}
.box-48x48 {
    width: 48px;
    height: 48px
}
.box-54x54 {
    width: 54px;
    height: 54px
}
.box-56x56 {
    width: 56px;
    height: 56px
}
.box-58x58 {
    width: 58px;
    height: 58px
}
.box-36x36 {
    width: 36px;
    height: 36px
}
.box-60x56 {
    width: 60px;
    height: 56px
}
.box-64x64 {
    width: 64px;
    height: 64px
}
.box-70x70 {
    width: 70px;
    height: 70px
}
.box-72x72 {
    width: 72px;
    height: 72px
}
.box-74x34 {
    width: 74px;
    height: 34px
}
.box-80x80 {
    width: 80px;
    height: 80px
}
.box-82x48 {
    width: 82px;
    height: 48px
}
.box-94x94 {
    width: 94px;
    height: 94px
}
.box-99x95 {
    width: 99px;
    height: 95px
}
.box-100x100 {
    width: 100px;
    height: 100px
}
.box-108x72 {
    width: 108px;
    height: 72px
}
.box-105x105 {
    width: 105px;
    height: 105px
}
.box-112x112 {
    width: 112px;
    height: 112px
}
.box-116x125 {
    width: 116px;
    height: 125px
}
.box-116x64 {
    width: 116px;
    height: 64px
}
.box-120x100 {
    width: 120px;
    height: 100px
}
.box-120x120 {
    width: 120px;
    height: 120px
}
.box-121x121 {
    width: 121px;
    height: 121px
}
.box-128x128 {
    width: 128px;
    height: 128px
}
.box-130x66 {
    width: 130px;
    height: 66px
}
.box-130x130 {
    width: 130px;
    height: 130px
}
.box-132x130 {
    width: 132px;
    height: 132px
}
.box-132x132 {
    width: 132px;
    height: 132px
}
.box-146x32 {
    width: 146px;
    height: 32px
}
.box-146x72 {
    width: 146px;
    height: 72px
}
.box-148x148 {
    width: 148px;
    height: 148px
}
.box-150x90 {
    width: 150px;
    height: 90px
}
.box-155x58 {
    width: 155px;
    height: 58px
}
.box-160x160 {
    width: 160px;
    height: 160px
}
.box-160x56 {
    width: 160px;
    height: 56px
}
.box-168x168 {
    width: 168px;
    height: 168px
}
.box-240x160 {
    width: 240px;
    height: 160px
}
.box-212x112 {
    width: 212px;
    height: 112px
}
.box-212x140 {
    width: 212px;
    height: 140px
}
.box-256x256 {
    width: 256px;
    height: 256px
}
.box-256x175 {
    width: 256px;
    height: 175px
}
.box-287x178 {
    width: 287px;
    height: 178px
}
.box-290x182 {
    width: 290px;
    height: 182px
}
.box-290x172 {
    width: 290px;
    height: 172px
}
.box-275x140 {
    width: 275px;
    height: 140px
}
.text-left [class^="box-"],
.text-left [class*=" box-"] {
    margin-left: 0
}
[class^="icon-flags"],
[class*=" icon-flags"] {
    background-image: url("/imgnew/flags.png");
    background-position: 0px -5px;
    background-repeat: no-repeat;
    display: inline-block
}
[class^="icon-features"],
[class*=" icon-features"] {
    background-position: 0 1000px;
    background-repeat: no-repeat
}
[class^="icon-features-inline"],
[class*=" icon-features-inline"] {
    display: inline-block !important;
    margin: 0;
    background-position: 0 1000px;
    background-repeat: no-repeat
}
.icon-avatars {
    background-repeat: no-repeat;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    border: 3px solid #fff
}
.icon-avatars.box-36x36.avatar29 {
    background-image: url("/imgnew/avatars/avatar29x36.png")
}
.icon-avatars.box-36x36.avatar30 {
    background-image: url("/imgnew/avatars/avatar30x36.png")
}
.icon-avatars.box-36x36.avatar50 {
    background-image: url("/imgnew/avatars/avatar50x36.png")
}
.icon-avatars.box-36x36.avatar57 {
    background-image: url("/imgnew/avatars/avatar57x36.png")
}
.icon-avatars.box-72x72.avatarDefault,
.icon-avatars.box-72x72.f1,
.icon-avatars.box-72x72.f2,
.icon-avatars.box-72x72.f3,
.icon-avatars.box-72x72.f4,
.icon-avatars.box-72x72.f5,
.icon-avatars.box-72x72.f6,
.icon-avatars.box-72x72.f7,
.icon-avatars.box-72x72.f8 {
    background-image: url("/imgnew/avatars/avatarDefault.jpg")
}
.icon-avatars.box-72x72.avatar1 {
    background-image: url("/imgnew/avatars/avatar1.jpg")
}
.icon-avatars.box-72x72.avatar2 {
    background-image: url("/imgnew/avatars/avatar2.jpg")
}
.icon-avatars.box-72x72.avatar3 {
    background-image: url("/imgnew/avatars/avatar3.jpg")
}
.icon-avatars.box-72x72.avatar4 {
    background-image: url("/imgnew/avatars/avatar4.jpg")
}
.icon-avatars.box-72x72.avatar5 {
    background-image: url("/imgnew/avatars/avatar5.jpg")
}
.icon-avatars.box-72x72.avatar6 {
    background-image: url("/imgnew/avatars/avatar6.jpg")
}
.icon-avatars.box-72x72.avatar7 {
    background-image: url("/imgnew/avatars/avatar7.jpg")
}
.icon-avatars.box-72x72.avatar8 {
    background-image: url("/imgnew/avatars/avatar8.jpg")
}
.icon-avatars.box-72x72.avatar9 {
    background-image: url("/imgnew/avatars/avatar9.jpg")
}
.icon-avatars.box-72x72.avatar10 {
    background-image: url("/imgnew/avatars/avatar10.jpg")
}
.icon-avatars.box-72x72.avatar11 {
    background-image: url("/imgnew/avatars/avatar11.jpg")
}
.icon-avatars.box-72x72.avatar12 {
    background-image: url("/imgnew/avatars/avatar12.jpg")
}
.icon-avatars.box-72x72.avatar13 {
    background-image: url("/imgnew/avatars/avatar13.jpg")
}
.icon-avatars.box-72x72.avatar14 {
    background-image: url("/imgnew/avatars/avatar14.jpg")
}
.icon-avatars.box-72x72.avatar15 {
    background-image: url("/imgnew/avatars/avatar15.jpg")
}
.icon-avatars.box-72x72.avatar16 {
    background-image: url("/imgnew/avatars/avatar16.jpg")
}
.icon-avatars.box-72x72.avatar17 {
    background-image: url("/imgnew/avatars/avatar17.jpg")
}
.icon-avatars.box-72x72.avatar18 {
    background-image: url("/imgnew/avatars/avatar18.jpg")
}
.icon-avatars.box-72x72.avatar19 {
    background-image: url("/imgnew/avatars/avatar19.jpg")
}
.icon-avatars.box-72x72.avatar20 {
    background-image: url("/imgnew/avatars/avatar20.jpg")
}
.icon-avatars.box-72x72.avatar21 {
    background-image: url("/imgnew/avatars/avatar21.jpg")
}
.icon-avatars.box-72x72.avatar22 {
    background-image: url("/imgnew/avatars/avatar22.jpg")
}
.icon-avatars.box-72x72.avatar23 {
    background-image: url("/imgnew/avatars/avatar23.jpg")
}
.icon-avatars.box-72x72.avatar24 {
    background-image: url("/imgnew/avatars/avatar24.jpg")
}
.icon-avatars.box-72x72.avatar25 {
    background-image: url("/imgnew/avatars/avatar25.jpg")
}
.icon-avatars.box-72x72.avatar26 {
    background-image: url("/imgnew/avatars/avatar26.jpg")
}
.icon-avatars.box-72x72.avatar27 {
    background-image: url("/imgnew/avatars/avatar27.jpg")
}
.icon-avatars.box-72x72.avatar28 {
    background-image: url("/imgnew/avatars/avatar28.jpg")
}
.icon-avatars.box-72x72.avatar29 {
    background-image: url("/imgnew/avatars/avatar29.png")
}
.icon-avatars.box-72x72.avatar30 {
    background-image: url("/imgnew/avatars/avatar30.png")
}
.icon-avatars.box-72x72.avatar31 {
    background-image: url("/imgnew/avatars/avatar31.jpg")
}
.icon-avatars.box-72x72.avatar32 {
    background-image: url("/imgnew/avatars/avatar32.jpg")
}
.icon-avatars.box-72x72.avatar33 {
    background-image: url("/imgnew/avatars/avatar33.jpg")
}
.icon-avatars.box-72x72.avatar34 {
    background-image: url("/imgnew/avatars/avatar34.jpg")
}
.icon-avatars.box-72x72.avatar35 {
    background-image: url("/imgnew/avatars/avatar35.png")
}
.icon-avatars.box-72x72.avatar36 {
    background-image: url("/imgnew/avatars/avatar36.png")
}
.icon-avatars.box-72x72.avatar37 {
    background-image: url("/imgnew/avatars/avatar37.jpg")
}
.icon-avatars.box-72x72.avatar38 {
    background-image: url("/imgnew/avatars/avatar38.jpg")
}
.icon-avatars.box-72x72.avatar39 {
    background-image: url("/imgnew/avatars/avatar39.jpg")
}
.icon-avatars.box-72x72.avatar40 {
    background-image: url("/imgnew/avatars/avatar40.jpg")
}
.icon-avatars.box-72x72.avatar41 {
    background-image: url("/imgnew/avatars/avatar41.jpg")
}
.icon-avatars.box-72x72.avatar42 {
    background-image: url("/imgnew/avatars/avatar42.jpg")
}
.icon-avatars.box-72x72.avatar43 {
    background-image: url("/imgnew/avatars/avatar43.jpg")
}
.icon-avatars.box-72x72.avatar44 {
    background-image: url("/imgnew/avatars/avatar44.jpg")
}
.icon-avatars.box-72x72.avatar45 {
    background-image: url("/imgnew/avatars/avatar45.jpg")
}
.icon-avatars.box-72x72.avatar46 {
    background-image: url("/imgnew/avatars/avatar46.jpg")
}
.icon-avatars.box-72x72.avatar47 {
    background-image: url("/imgnew/avatars/avatar47.jpg")
}
.icon-avatars.box-72x72.avatar48 {
    background-image: url("/imgnew/avatars/avatar48.jpg")
}
.icon-avatars.box-72x72.avatar49 {
    background-image: url("/imgnew/avatars/avatar49.jpg")
}
.icon-avatars.box-72x72.avatar50 {
    background-image: url("/imgnew/avatars/avatar50.png")
}
.icon-avatars.box-72x72.avatar51 {
    background-image: url("/imgnew/avatars/avatar51.jpg")
}
.icon-avatars.box-72x72.avatar52 {
    background-image: url("/imgnew/avatars/avatar52.jpg")
}
.icon-avatars.box-72x72.avatar53 {
    background-image: url("/imgnew/avatars/avatar53.jpg")
}
.icon-avatars.box-72x72.avatar54 {
    background-image: url("/imgnew/avatars/avatar54.jpg")
}
.icon-avatars.box-72x72.avatar55 {
    background-image: url("/imgnew/avatars/avatar55.jpg")
}
.icon-avatars.box-72x72.avatar56 {
    background-image: url("/imgnew/avatars/avatar56.jpg")
}
[class^="icon-social"],
[class*=" icon-social"],
[class^="icon-appstore"],
[class*=" icon-appstore"] {
    background-image: url("/imgnew/no-repeat.png");
    background-position: 0 100px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    margin-top: 3px;
    vertical-align: text-top;
    width: 80px;
    cursor: pointer
}
.icon-social-facebook {
    background-position: 0 -446px
}
.icon-social-tweeter {
    background-position: 0 -482px
}
.icon-social-google {
    background-position: 0 -523px
}
.icon-social-youtube {
    background-position: 0 -560px
}
.icon-social-linkedin {
    background-position: 0 -416px
}
.icon-appstore {
    background-position: -163px -541px;
    width: 124px;
    height: 34px
}
.box-32x32.twitter {
    background-position: 0 -791px
}
.box-32x32.facebook {
    background-position: -37px -791px
}
.icon-32-airy {
    background-image: url("/imgnew/products/airy/airy@32.png")
}
.icon-32-folx {
    background-image: url("/imgnew/products/folx/folx@32.png")
}
.icon-32-fdt {
    background-image: url("/imgnew/products/fdt/fdt@32.png")
}
.icon-32-fo {
    background-image: url("/imgnew/products/fo/fo@32.png")
}
.icon-32-pb {
    background-image: url("/imgnew/products/photobulk/photobulk@32.png")
}
.icon-32-sm {
    background-image: url("/imgnew/products/sm/sm@32.png")
}
.icon-32-elmedia {
    background-image: url("/imgnew/products/elmedia/elmedia@32.png")
}
.icon-32-pdf {
    background-image: url("/imgnew/products/pdf/pdf@32.png")
}
.icon-32-clm {
    background-image: url("/imgnew/products/clm/clm@32.png")
}
.icon-32-usb {
    background-image: url("/imgnew/products/usb/usb@32.png")
}
.icon-32-photobulk {
    background-image: url("/imgnew/products/photobulk/photobulk@32.png")
}
.icon-50-airy {
    background-image: url("/imgnew/products/airy/airy@50.png")
}
.icon-50-folx {
    background-image: url("/imgnew/products/folx/folx@50.png")
}
.icon-50-fdt {
    background-image: url("/imgnew/products/fdt/fdt@50.png")
}
.icon-50-fo {
    background-image: url("/imgnew/products/fo/fo@50.png")
}
.icon-50-pb {
    background-image: url("/imgnew/products/photobulk/photobulk@50.png")
}
.icon-50-sm {
    background-image: url("/imgnew/products/sm/sm@50.png")
}
.icon-50-elmedia {
    background-image: url("/imgnew/products/elmedia/elmedia@50.png")
}
.icon-50-pdf {
    background-image: url("/imgnew/products/pdf/pdf@50.png")
}
.icon-50-typeeto {
    background-image: url("/imgnew/products/typeeto/typeeto@50.png")
}
.icon-50-clm {
    background-image: url("/imgnew/products/clm/clm@50.png")
}
.icon-50-usb {
    background-image: url("/imgnew/products/usb/usb@50.png")
}
.icon-50-photobulk {
    background-image: url("/imgnew/products/photobulk/photobulk@50.png")
}
.icon-50-vspd {
    background-image: url("/imgnew/products/vspd/vspd@50.png")
}
.icon-50-spm {
    background-image: url("/imgnew/products/spm/spm@50.png")
}
.icon-64-airy {
    background-image: url("/imgnew/products/airy/airy@64.png")
}
.icon-64-folx {
    background-image: url("/imgnew/products/folx/folx@64.png")
}
.icon-64-fdt {
    background-image: url("/imgnew/products/fdt/fdt@64.png")
}
.icon-64-fo {
    background-image: url("/imgnew/products/fo/fo@64.png")
}
.icon-64-pb {
    background-image: url("/imgnew/products/photobulk/photobulk@64.png")
}
.icon-64-sm {
    background-image: url("/imgnew/products/sm/sm@64.png")
}
.icon-64-elmedia {
    background-image: url("/imgnew/products/elmedia/elmedia@64.png")
}
.icon-64-pdf {
    background-image: url("/imgnew/products/pdf/pdf@64.png")
}
.icon-64-usb {
    background-image: url("/imgnew/products/usb/usb@64.png")
}
.icon-64-photobulk {
    background-image: url("/imgnew/products/photobulk/photobulk@64.png")
}
.icon-128-airy {
    background-image: url("/imgnew/products/airy/airy@128.png")
}
.icon-128-folx {
    background-image: url("/imgnew/products/folx/folx@128.png")
}
.icon-128-fdt {
    background-image: url("/imgnew/products/fdt/fdt@128.png")
}
.icon-128-fo {
    background-image: url("/imgnew/products/fo/fo@128.png")
}
.icon-128-pb {
    background-image: url("/imgnew/products/photobulk/photobulk@128.png")
}
.icon-128-sm {
    background-image: url("/imgnew/products/sm/sm@128.png")
}
.icon-128-elmedia {
    background-image: url("/imgnew/products/elmedia/elmedia@128.png")
}
.icon-128-pdf {
    background-image: url("/imgnew/products/pdf/pdf@128.png")
}
.icon-128-usb {
    background-image: url("/imgnew/products/usb/usb@128.png")
}
.icon-128-photobulk {
    background-image: url("/imgnew/products/photobulk/photobulk@128.png")
}
[class^="icon-product"],
[class*=" icon-product"] {
    background-repeat: no-repeat;
    display: block
}
[class^="icon-32"],
[class*=" icon-32"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    vertical-align: middle
}
[class^="icon-50"],
[class*=" icon-50"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 48px;
    vertical-align: top
}
[class^="icon-64"],
[class*=" icon-64"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 64px;
    width: 64px;
    line-height: 62px;
    vertical-align: middle
}
[class^="icon-128"],
[class*=" icon-128"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 128px;
    width: 128px;
    line-height: 126px;
    vertical-align: middle
}
.embed-responsive-item {
    width: 100%
}
.play {
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/imgnew/play.png");
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.play:hover {
    background-image: url("/imgnew/play@hover.png")
}
.cell.controls {
    vertical-align: middle;
    top: 0%;
    height: 100%
}
.cell.controls.absolute {
    width: 100%
}
.play-new {
    background-color: #292929;
    display: table-cell;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    width: 88px;
    height: 88px;
    left: 50%;
    top: 50%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -khtml-border-radius: 44px
}
.play-new:after {
    margin: 22px auto 0 30px;
    display: block;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid #fff;
    width: 0;
    height: 0;
    vertical-align: middle
}
.play-new:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.nav-pills>li>a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border: 1px solid #0088d3;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 400;
    margin-left: -1px;
    color: #0088d3
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    background-color: #0088d3;
    color: #fff
}
.bkg-color-bd2727 .nav-pills>li.active>a,
.bkg-color-bd2727 .nav-pills>li.active>a:hover,
.bkg-color-bd2727 .nav-pills>li.active>a:focus {
    color: #bd2727
}
.bkg-color-47352F .nav-pills>li.active>a,
.bkg-color-47352F .nav-pills>li.active>a:hover,
.bkg-color-47352F .nav-pills>li.active>a:focus {
    color: #47352F
}
.nav-pills>li:first-child>a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px
}
.nav-pills>li:last-child>a {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0
}
.nav-lg>li>a {
    padding: 13px 8px;
    font-size: 16px;
    font-weight: 400
}
.nav-justified {
    padding: 0 80px
}
.nav-justified.cols-2 {
    padding: 0 80px
}
.nav-justified.cols-3 {
    padding: 0 30px
}
.nav-pills.orange>li>a {
    border: 1px solid #e38b54;
    color: #fff
}
.nav-pills.orange>li.active>a,
.nav-pills.orange>li.active>a:hover,
.nav-pills.orange>li.active>a:focus {
    background-color: #e38b54
}
.nav-pills.orange>li>a:hover,
.nav-pills.orange>li>a:focus {
    text-decoration: none;
    background-color: #e38b54
}
.nav-pills.yellow>li>a {
    border: 1px solid #fede38;
    color: #fff
}
.nav-pills.yellow>li.active>a,
.nav-pills.yellow>li.active>a:hover,
.nav-pills.yellow>li.active>a:focus {
    background-color: #fede38;
    color: #138f57
}
.nav-pills.yellow>li>a:hover,
.nav-pills.yellow>li>a:focus {
    text-decoration: none;
    background-color: #fede38;
    color: #138f57
}
.nav-pills.blue2>li>a {
    border: 1px solid #5d869d;
    background-color: #425581;
    color: #fff
}
.nav-pills.blue2>li.active>a,
.nav-pills.blue2>li.active>a:hover,
.nav-pills.blue2>li.active>a:focus {
    background-color: #5d869d
}
.nav-pills.blue2>li>a:hover,
.nav-pills.blue2>li>a:focus {
    text-decoration: none;
    background-color: #5d869d
}
ul.tabs {
    margin: 0 auto;
    display: table;
    text-align: center
}
.tabs-line>li {
    border-collapse: collapse;
    display: inline-block;
    float: left;
    min-width: 280px;
    max-width: 280px;
    text-align: center;
    margin-top: 10px
}
.tabs-line>li>a {
    border: 1px solid #e38b54;
    display: block;
    border-collapse: collapse;
    margin-left: -1px;
    padding: 13px 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none
}
.tabs-line.blue>li>a {
    border: 1px solid #0088d3;
    color: #0088d3
}
.tabs-line li a.first {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px
}
.tabs-line li a.last {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0
}
.tabs-line>li>a:hover {
    background-color: #e38b54;
    color: #bd2727;
    text-decoration: none
}
.tabs-line.blue>li>a:hover {
    background-color: #0088d3;
    color: #fff;
    text-decoration: none
}
.tabs-line>li.active>a {
    background-color: #e38b54;
    color: #bd2727
}
.tabs-line.blue>li.active>a {
    background-color: #0088d3;
    color: #fff
}
.tabs-line>li.active>a:hover,
.tabs-line>li.active>a:focus {
    background-color: #e38b54;
    color: #bd2727
}
.tabs-line.blue>li.active>a:hover,
.tabs-line.blue>li.active>a:focus {
    background-color: #0088d3;
    color: #fff
}
.tabs-icons>li {
    border-collapse: collapse;
    display: inline-block;
    float: left;
    min-width: 235px;
    max-width: 235px;
    text-align: center;
    margin-top: 10px
}
.tabs-icons>li>a {
    display: block;
    color: #303030;
    border-collapse: collapse;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none
}
.tabs-icons>li>a:hover {
    text-decoration: none;
    color: #0088d3
}
.tabs-icons>li.active>a {
    color: #0088d3
}
.tabs-icons>li.active>a:hover,
.tabs-icons>li.active>a:focus {
    color: #0088d3
}
.tabs-icons.yellow>li>a {
    color: #fff
}
.tabs-icons.yellow>li>a:hover {
    text-decoration: none;
    color: #fede38
}
.tabs-icons.yellow>li.active>a {
    color: #fede38
}
.tabs-icons.yellow>li.active>a:hover,
.tabs-icons.yellow>li.active>a:focus {
    color: #fede38
}
.block-left {
    margin-left: 0
}
.block-right {
    margin-right: 0
}
.btn,
.btn-group>.btn {
    padding: 6px 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)
}
.btn-link,
.btn-group>.btn-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none
}
.btn-lg,
.btn-group-lg>.btn {
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent;
    min-width: 172px;
    font-weight: 500;
    padding: 10px 16px 10px 16px;
    border-radius: 8px
}
.btn-social,
.btn-group-lg>.btn-social {
    display: inline-block;
    font-size: 20px;
    line-height: 43px;
    color: #fff;
    min-width: 158px;
    font-weight: 400;
    padding: 0px;
    text-align: center;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    vertical-align: middle
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active {
    color: #fff
}
.btn-social .icon {
    display: inline-block;
    background-image: url("/imgnew/no-repeat.png");
    margin-right: 3px;
    margin-bottom: 3px;
    vertical-align: middle
}
.btn-twitter {
    background-color: #00aaef
}
.btn-twitter:hover,
.btn-twitter:active {
    background-color: #009bd9
}
.btn-facebook {
    background-color: #395799
}
.btn-facebook:hover,
.btn-facebook:active {
    background-color: #344f8b
}
.bkg-color-6b2732 .btn-lg,
.bkg-color-6b2732 .btn-group-lg>.btn,
.bkg-color-004760 .btn-lg,
.bkg-color-004760 .btn-group-lg>.btn,
.bkg-color-293579 .btn-lg,
.bkg-color-293579 .btn-group-lg>.btn,
.bkg-color-00699a .btn-lg,
.bkg-color-00699a .btn-group-lg>.btn,
.bkg-color-111e4d .btn-lg,
.bkg-color-111e4d .btn-group-lg>.btn,
.bkg-color-463eb0 .btn-lg,
.bkg-color-463eb0 .btn-group-lg>.btn,
.bkg-color-081c34 .btn-lg,
.bkg-color-081c34 .btn-group-lg>.btn {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3)
}
.bkg-gradient-00554F-113331 {
    background: linear-gradient(0deg, #00554F 0%, #113331 100%)
}
.bkg-gradient {
    position: relative;
    background-color: #111
}
.bkg-gradient:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 347px;
    background: -webkit-linear-gradient(#111 30.05%, #163B38 42.8%, #27C1B6 83.97%, #ADFFF9 99.64%);
    content: ""
}
.btn-sm,
.btn-group-sm>.btn {
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
    min-width: 104px;
    padding: 3px 10px 3px 10px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    line-height: 22px
}
.btn-md,
.btn-group-md>.btn {
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
    min-width: 134px;
    padding: 6px 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    line-height: 1.43em
}
.btn-md2,
.btn-group-md2>.btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid transparent;
    padding: 5px 18px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    line-height: 24px
}
.btn-group .help-block {
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    color: #cccdce
}
.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.btn-group .button {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px
}
.btn-group-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.btn-group-left .button {
    display: inline-block;
    margin: 25px 15px 0px 15px
}
.btn-group-left .button:first-child {
    margin-left: 0
}
.btn-group-right {
    display: table;
    margin: 0;
    float: right;
    text-align: center
}
.btn-group-right .button:last-child {
    margin-right: 0
}
.btn-group-column {
    flex-direction: column
}
.btn-group-column .btn {
    margin: 0
}
.btn-group-column .button>.btn:first-child {
    margin-bottom: 35px
}
.inline-buttons .btn-group .button {
    width: unset;
    display: inline-block !important
}
.inline-buttons .btn-group-left {
    box-decoration-break: slice;
    display: -webkit-box
}
.button.nomargin {
    margin-left: 0;
    margin-right: 0
}
.btn-success {
    background: #439886
}
.btn-success:hover,
.btn-success:focus,
.open>.dropdown-toggle.btn-success {
    background: #429885;
    background: -moz-linear-gradient(top, #429885 0%, #2e685c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #429885), color-stop(100%, #2e685c));
    background: -webkit-linear-gradient(top, #429885 0%, #2e685c 100%);
    background: -o-linear-gradient(top, #429885 0%, #2e685c 100%);
    background: -ms-linear-gradient(top, #429885 0%, #2e685c 100%);
    background: linear-gradient(to bottom, #429885 0%, #2e685c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#429885', endColorstr='#2e685c', GradientType=0)
}
.btn-success:active,
.btn-success.active {
    background: #357265;
    background: -moz-linear-gradient(top, #357265 0%, #479a88 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #357265), color-stop(100%, #479a88));
    background: -webkit-linear-gradient(top, #357265 0%, #479a88 100%);
    background: -o-linear-gradient(top, #357265 0%, #479a88 100%);
    background: -ms-linear-gradient(top, #357265 0%, #479a88 100%);
    background: linear-gradient(to bottom, #357265 0%, #479a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357265', endColorstr='#479a88', GradientType=0)
}
.btn-danger {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    background: #e85932;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top, #e85932 0%, #c22326 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e85932), color-stop(100%, #c22326));
    background: -webkit-linear-gradient(top, #e85932 0%, #c22326 100%);
    background: -o-linear-gradient(top, #e85932 0%, #c22326 100%);
    background: -ms-linear-gradient(top, #e85932 0%, #c22326 100%);
    background: linear-gradient(to bottom, #e85932 0%, #c22326 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e85932', endColorstr='#c22326', GradientType=0)
}
.btn-danger:hover,
.btn-danger:focus {
    background: #ea6642;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top, #ea6642 0%, #c83538 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea6642), color-stop(100%, #c83538));
    background: -webkit-linear-gradient(top, #ea6642 0%, #c83538 100%);
    background: -o-linear-gradient(top, #ea6642 0%, #c83538 100%);
    background: -ms-linear-gradient(top, #ea6642 0%, #c83538 100%);
    background: linear-gradient(to bottom, #ea6642 0%, #c83538 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6642', endColorstr='#c83538', GradientType=0)
}
.btn-danger:active,
.btn-danger.active {
    background: #bf2425;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top, #bf2425 0%, #e25731 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf2425), color-stop(100%, #e25731));
    background: -webkit-linear-gradient(top, #bf2425 0%, #e25731 100%);
    background: -o-linear-gradient(top, #bf2425 0%, #e25731 100%);
    background: -ms-linear-gradient(top, #bf2425 0%, #e25731 100%);
    background: linear-gradient(to bottom, #bf2425 0%, #e25731 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf2425', endColorstr='#e25731', GradientType=0);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2)
}
.btn-danger--flat {
    background: linear-gradient(0deg, #F24436, #F24436);
    border-radius: 6px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 28px;
    border: 0;
    text-shadow: none;
    color: #fff !important
}
.btn-danger--flat:hover,
.btn-danger--flat:focus {
    background: linear-gradient(0deg, rgba(242, 68, 54, 0.8), rgba(242, 68, 54, .8))
}
.btn-danger--flat:active,
.btn-danger--flat.active {
    background: linear-gradient(0deg, rgba(242, 68, 54, 0.8), rgba(242, 68, 54, .8))
}
.btn-primary {
    border-top: solid #00455F 1px;
    border-right: solid #00455F 1px;
    border-bottom: solid #00455F 1px;
    border-left: solid #00455F 1px;
    background: #00455F;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    line-height: 28px;
    padding: 10px;
    text-shadow: none
}
.btn-primary:hover,
.btn-primary:focus {
    background: #00455F;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2)
}
.btn-primary:active,
.btn-primary.active {
    background: #00455F;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2)
}
.btn-accent {
    padding: 12px 24px;
    color: #F5F8F7;
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    line-height: 32px;
    background: #27C1B6;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px
}
.btn-accent:hover,
.btn-accent:active,
.btn-accent:focus {
    color: #F5F8F7
}
.btn-accent:hover {
    background: #4CCCC3
}
.btn-accent:active,
.btn-accent:focus {
    background: #23AEA4
}
.btn-primary.btn-primary--flat {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: #007AF5;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 8px 15px;
    min-width: 172px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-shadow: none;
    color: #fff;
    text-align: center;
    white-space: normal
}
.btn.btn-primary--flat:hover,
.btn.btn-primary--flat:focus {
    background: #3292ff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}
.btn-lg.btn-primary.btn-primary--flat {
    padding: 8.5px 18px;
    font-size: 18px;
    line-height: 28px;
    min-width: 210px
}
.btn-account {
    padding: 12px;
    color: #F5F8F7;
    font-size: 18px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    line-height: 32px;
    background-color: #111;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px
}
.btn-account:hover {
    color: #F5F8F7;
    background-color: #2F2F2F
}
.btn-account:active,
.btn-account:focus {
    color: #F5F8F7;
    background-color: #000
}
.btn-border {
    padding: 11px 24px;
    color: #F5F8F7;
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    line-height: 32px;
    border: 2px solid rgba(245, 248, 247, 0.20);
    background: transparent;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    -webkit-tap-highlight-color: transparent
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
    color: #F5F8F7
}
.btn-border:hover {
    border: 2px solid rgba(245, 248, 247, 0.40)
}
.btn-border:active,
.btn-border:focus {
    border: 2px solid rgba(245, 248, 247, 0.40);
    background: rgba(245, 248, 247, 0.15)
}
.btn-border-notify {
    padding: 7px 12px;
    border-radius: 7px;
    border: 1px solid #111;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    color: #111;
    box-shadow: none !important
}
.btn-border-notify:hover,
.btn-border-notify:active {
    background: rgba(17, 17, 17, 0.06)
}
.btn-border-notify:focus {
    background: rgba(17, 17, 17, 0.09)
}
.btn-black {
    padding: 7px 12px;
    border-radius: 7px;
    background: #111;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    color: #fff !important;
    box-shadow: none !important
}
.btn-black:hover,
.btn-black:active {
    background: #2F2F2F;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08)
}
.btn-black:focus {
    background: #000
}
.btn-default {
    color: #505050;
    border-color: #c5c5c5;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6eaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6eaea));
    background: -webkit-linear-gradient(top, #fff 0%, #e6eaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #e6eaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e6eaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6eaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6eaea', GradientType=0);
    box-shadow: 0px 1px 1px #dbdbdb;
    -moz-box-shadow: 0px 1px 1px #dbdbdb;
    -webkit-box-shadow: 0px 1px 1px #dbdbdb;
    -khtml-box-shadow: 0px 1px 1px #dbdbdb
}
.btn-default:hover,
.btn-default:focus {
    border-color: #c5c5c5;
    background: #f2f2f2;
    color: #505050;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #dbdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dbdfdf));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #dbdfdf 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #dbdfdf 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #dbdfdf 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #dbdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dbdfdf', GradientType=0)
}
.btn-default:active,
.btn-default.active {
    background: #e4e7e7;
    background: -moz-linear-gradient(top, #e4e7e7 0%, #dbdede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e7e7), color-stop(100%, #dbdede));
    background: -webkit-linear-gradient(top, #e4e7e7 0%, #dbdede 100%);
    background: -o-linear-gradient(top, #e4e7e7 0%, #dbdede 100%);
    background: -ms-linear-gradient(top, #e4e7e7 0%, #dbdede 100%);
    background: linear-gradient(to bottom, #e4e7e7 0%, #dbdede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e7e7', endColorstr='#dbdede', GradientType=0);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2)
}
.btn-warning {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    background: #f87c54;
    border-top: solid #EC6E45 1px;
    border-right: solid #DD5C32 1px;
    border-bottom: solid #D04B22 1px;
    border-left: solid #DD5C32 1px;
    background: -moz-linear-gradient(top, #f87c54 0%, #e0572a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f87c54), color-stop(100%, #e0572a));
    background: -webkit-linear-gradient(top, #f87c54 0%, #e0572a 100%);
    background: -o-linear-gradient(top, #f87c54 0%, #e0572a 100%);
    background: -ms-linear-gradient(top, #f87c54 0%, #e0572a 100%);
    background: linear-gradient(to bottom, #f87c54 0%, #e0572a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87c54', endColorstr='#e0572a', GradientType=0)
}
.btn-warning:hover,
.btn-warning:focus {
    background: #fb8e69;
    border-top: solid #EC6E45 1px;
    border-right: solid #DD5C32 1px;
    border-bottom: solid #D04B22 1px;
    border-left: solid #DD5C32 1px;
    background: -moz-linear-gradient(top, #fb8e69 0%, #ea6b41 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb8e69), color-stop(100%, #ea6b41));
    background: -webkit-linear-gradient(top, #fb8e69 0%, #ea6b41 100%);
    background: -o-linear-gradient(top, #fb8e69 0%, #ea6b41 100%);
    background: -ms-linear-gradient(top, #fb8e69 0%, #ea6b41 100%);
    background: linear-gradient(to bottom, #fb8e69 0%, #ea6b41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8e69', endColorstr='#ea6b41', GradientType=0)
}
.btn-warning:active,
.btn-warning.active {
    background: #e0572a;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top, #e0572a 0%, #f87c54 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0572a), color-stop(100%, #f87c54));
    background: -webkit-linear-gradient(top, #e0572a 0%, #f87c54 100%);
    background: -o-linear-gradient(top, #e0572a 0%, #f87c54 100%);
    background: -ms-linear-gradient(top, #e0572a 0%, #f87c54 100%);
    background: linear-gradient(to bottom, #e0572a 0%, #f87c54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0572a', endColorstr='#f87c54', GradientType=0);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2)
}
.btn-app,
.btn-appstore,
.btn-macappstore {
    background: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent
}
.btn-app:hover,
.btn-app:focus,
.open>.dropdown-toggle.btn-app {
    color: #fff;
    background: #000
}
.btn-app:active,
.btn-app.active {
    background: #000
}
.btn-lg.btn-app,
.btn-lg.btn-macappstore {
    min-width: 185px
}
.btn-lg.btn-appstore {
    min-width: 165px
}
.btn .ifont.app,
.btn .ifont.appstore,
.btn .ifont.macappstore {
    font-size: 34px
}
.btn-sm.btn-app {
    line-height: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none
}
.btn-sm .ifont.app,
.btn-sm .ifont.appstore,
.btn-sm .ifont.macappstore {
    font-size: 26px;
    line-height: 26px
}
.btn-md.btn-app,
.btn-md.btn-appstore,
.btn-md.btn-macappstore {
    padding: 7px 18px 1px 18px
}
.btn-md .ifont.app,
.btn-md .ifont.appstore,
.btn-md .ifont.macappstore {
    font-size: 26px;
    line-height: 23px
}
.btn-app-1 {
    background: #000;
    color: #fff;
    border: 1px solid #b1b3b6
}
.btn-app-2 {
    background: #ffc01c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none
}
.btn-app-2 .ifont.app {
    color: #101010
}
.btn-md.btn-app-2 {
    min-width: 154px;
    padding: 5px 16px 3px 16px
}
.btn-md.btn-app-2 .ifont.app {
    font-size: 32px;
    line-height: 32px
}
.bkg-color-032530 .btn-app-2 {
    background: #109aa6
}
.bkg-color-032530 .btn-app-2 .ifont.app {
    color: #fff
}
.btn-app-3 {
    background: #f64f49;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important
}
.btn-app-3 .ifont.app {
    color: #fff
}
.btn-app-4 {
    background: #E52D49;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important
}
.btn-app-4 .ifont.app {
    color: #fff
}
.btn-app-5 {
    background: #109aa6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    min-width: 195px
}
.btn-app-5 .ifont.app {
    color: #fff
}
.btn-app-5:hover,
.btn-app-5:focus {
    color: #fff
}
.btn-sm.btn-primary {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.0)
}
.btn-gplay,
.btn-gplay:hover,
.btn-gplay:focus {
    background-image: url(/imgnew/google-play-badge.svg);
    background-size: auto 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    border: 0 none;
    box-shadow: none;
    height: 45px;
    padding: 0
}
.btn-available,
.btn-group .available {
    color: #0088d3;
    font-size: 14px;
    line-height: 18px;
    border-color: #0088d3;
    background: transparent;
    font-weight: 500;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    padding: 8px 10px
}
.btn-available .ifont,
.btn-group .available .ifont {
    font-size: 14px
}
.btn-available:hover,
.btn-group .available:hover {
    color: #006ca8;
    border-color: #006ca8;
    background: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none
}
.btn-explode,
.btn-group .explode {
    min-width: 180px;
    white-space: normal;
    text-align: center;
    display: block;
    padding: 12px 15px;
    color: #bf1e15;
    border-color: #fff;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25)
}
.btn-explode.twoline {
    padding-top: 8px;
    padding-bottom: 10px
}
.btn-explode:hover,
.btn-group .btn-explode:hover {
    color: #f1693c;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    -khtml-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear
}
.btn-explode:after,
.btn-group .btn-explode:after {
    font-family: "ElmeticaNew";
    font-style: normal;
    font-weight: 300;
    line-height: inherit;
    font-size: 14px;
    text-align: left;
    vertical-align: text-bottom;
    content: "t";
    display: inline-block
}
.btn-red {
    background-color: rgb(255, 63, 61);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px rgb(190, 26, 31);
    color: #fff
}
.btn-red:hover,
.btn-red:focus {
    background-color: rgb(243, 51, 51);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px rgb(190, 26, 31);
    color: #fff
}
.btn-winapp {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none;
    text-shadow: none;
    border: solid 1px #d2d2d2
}
.btn-winapp>.icons.winapp {
    background-image: url(./demo/win-badge.svg);
    width: 72px;
    height: 19px;
    display: inline-block
}
.btn-lg.btn-winapp {
    min-width: 172px;
    height: 46px;
    padding-top: 7px;
    padding-bottom: 8px
}
.btn-lg.btn-winapp>.icons.winapp {
    width: 108px;
    height: 28px
}
.video-btn {
    padding: 12px 24px 12px 34px;
    color: #F5F8F7;
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    line-height: 32px;
    background-color: transparent;
    border: 2px solid rgba(245, 248, 247, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08)
}
.video-btn:hover {
    color: #F5F8F7;
    border: 2px solid rgba(245, 248, 247, 0.4)
}
.video-btn:active,
.video-btn:focus {
    color: #F5F8F7;
    background-color: rgba(245, 248, 247, 0.15)
}
.video-btn .icon {
    position: relative;
    top: -1px;
    left: -8px
}
.link-custom {
    position: relative;
    display: inline-block
}
.link-custom::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    content: ""
}
.link-custom-green::before {
    background-color: rgba(39, 193, 182, 0.5)
}
.link-custom-yellow::before {
    background: rgba(255, 203, 68, 0.5)
}
.link-custom-blue::before {
    background: rgba(46, 183, 241, 0.5)
}
.link-custom:hover,
.link-custom:active,
.link-custom:focus {
    color: inherit;
    text-decoration: none
}
.link-custom:hover::before {
    height: 8px;
    text-decoration: none;
    transition: all .2s ease
}
a.link-arrow {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color: #27C1B6;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
a.link-arrow:after {
    position: absolute;
    right: -15px;
    width: 7px;
    content: url("data:image/svg+xml,%3Csvg width='7' height='16' viewBox='0 0 7 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.12648 15.8735L0 14.7471L4.74704 10L0 5.25298L1.12648 4.1265L7 10L1.12648 15.8735Z' fill='%2327C1B6'/%3E%3C/svg%3E%0A");
    vertical-align: middle;
    display: inline;
    line-height: 27px
}
a.link-decor--arrow {
    display: inline-block;
    width: auto;
    padding: 0 !important;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 28px;
    border: none;
    box-shadow: none !important;
    text-decoration-thickness: 3px;
    white-space: unset
}
a.link-decor--arrow:after {
    padding-left: 4px;
    content: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1514 4.5C10.1514 4.33887 10.0815 4.17773 9.95801 4.06494L6.42383 0.530762C6.28955 0.396484 6.14453 0.342773 5.99414 0.342773C5.66113 0.342773 5.41943 0.579102 5.41943 0.901367C5.41943 1.06787 5.48389 1.21289 5.59131 1.32031L6.79443 2.53955L8.37354 3.98975L7.12744 3.91455H0.596191C0.241699 3.91455 0 4.15088 0 4.5C0 4.84375 0.241699 5.08545 0.596191 5.08545H7.12744L8.37891 5.01025L6.79443 6.46045L5.59131 7.67969C5.48389 7.78174 5.41943 7.92676 5.41943 8.09326C5.41943 8.41553 5.66113 8.65723 5.99414 8.65723C6.14453 8.65723 6.28418 8.59814 6.41309 8.47461L9.95801 4.93506C10.0815 4.81689 10.1514 4.66113 10.1514 4.5Z' fill='%23111111'/%3E%3C/svg%3E%0A")
}
a.link-decor--green:hover,
a.link-decor--green:active,
a.link-decor--green:focus {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: rgba(39, 193, 182, 0.5)
}
a.link-decor--yellow:hover,
a.link-decor--yellow:active,
a.link-decor--yellow:focus {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: rgba(255, 203, 68, 0.5)
}
a.link-decor--blue:hover,
a.link-decor--blue:active,
a.link-decor--blue:focus {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: rgba(46, 183, 241, 0.5)
}
a.link-decor--red:hover,
a.link-decor--red:active,
a.link-decor--red:focus {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: rgba(237, 156, 139, 0.5)
}
h3 sup {
    font-size: 65%
}
.callout {
    background-color: #fff;
    margin-top: 10px;
    border: none;
    border-left: 3px solid #eee;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3)
}
.callout-top {
    border: none;
    border-top: 3px solid #eee;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3)
}
.callout .inner {
    padding: 30px;
    min-height: 400px
}
.callout.all {
    border-style: solid;
    border-width: 3px
}
.callout-info {
    border-color: #5bc0de
}
.callout-orange {
    border-color: #fea462
}
.callout-green {
    border-color: #22b582
}
.callout-blue {
    border-color: #2259b5
}
.callout-yellow {
    border-color: #d4d225
}
.badge {
    white-space: normal;
    background-color: transparent;
    border: 1px solid #101010;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #101010;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle
}
.badge.white {
    border-color: #fff;
    color: #fff
}
.badge-lg {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px
}
.badge.bkg-orange {
    background-color: #f06d27;
    border-color: #f06d27
}
.badge.bkg-yellow {
    background-color: #ffc104;
    border-color: #ffc104
}
table.table-compare {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 780px
}
table.table-compare>thead>tr>th {
    border-bottom: 2px solid #c5c5c5
}
table.table-compare>tbody>tr>td {
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    padding: 10px 8px;
    border-color: #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle
}
table.table-compare.big-title>tbody>tr>td {
    font-size: 20px
}
table.table-compare td.true,
table.table-compare td.false {
    font-family: "ElmeticaNew";
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle
}
table.table-compare td.true:before {
    content: "a";
    color: #00ab38
}
table.table-compare td.false:before {
    content: "f";
    color: #303030;
    font-size: 16px
}
table.table-compare td.true span.text,
table.table-compare td.false span.text {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    margin-top: 5px
}
table.table-compare th {
    font-size: 14px;
    font-weight: 600;
    border-color: #c5c5c5;
    text-align: center
}
table.table-compare-2 th,
table.table-compare-3 th {
    font-size: 14px
}
table.table-compare th:nth-child(1),
table.table-compare th:nth-child(2) {
    text-align: left
}
table.table-compare th:nth-child(1) {
    width: 5%
}
table.table-compare th:nth-child(2) {
    width: 65%
}
.product-compares a.show-more {
    color: #0088d3;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none
}
table.table-compare-2 th:nth-child(1) {
    width: 50%
}
table.table-compare-2 th:nth-child(2) {
    text-align: center;
    width: inherit
}
table.table-compare.cols-4 th:nth-child(2) {
    width: 35%
}
table.table-compare .note {
    color: #909090;
    text-align: left
}
table.table-compare.big-title .note {
    font-size: 16px
}
table.table-compare.table-use-link td a {
    color: #303030
}
table.table-compare td .free {
    margin-left: 5px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #00ab38
}
table.table-compare.table-use-link td a:hover {
    color: #0088d3;
    text-decoration: none
}
table.table-compare.table-use-link>tbody>tr:hover td {
    background-color: #fafbfb
}
table.table-check-list {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 780px
}
table.table-check-list .bkg-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    background-color: #00af42;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 3px 3px 8px 5px;
    height: 32px;
    width: 32px
}
table.table-check-list .ifont {
    color: #fff;
    font-size: 24px
}
table.table-check-list>tbody>tr:first-child>td {
    border-top: 2px solid #c5c5c5
}
table.table-check-list>tbody>tr>td {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 13px 19px 15px 19px;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle
}
table.table-check-list td.row1 {
    width: 5%
}
table.table-check-list td.row2 {
    padding-left: 0
}
.alert {
    padding: 5px 15px 8px 15px;
    margin-bottom: 3px;
    background-color: #fff5c6;
    font-size: 14px;
    line-height: 16px;
    color: #575541;
    text-align: center;
    border: 1px solid #bfc2c2;
    border-top: 1px solid #ebe3ba;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3)
}
.alert.absolute {
    margin-bottom: -50px
}
.alert.default {
    padding: 10px 15px;
    border: 1px solid #f2e5a5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none
}
.alert a.btn {
    color: #0088d3;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #d5cea0;
    padding: 6px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none
}
.alert a.btn:hover,
.alert a.btn:focus {
    color: #006ca8;
    border-color: #c2bc92;
    text-decoration: none
}
.btn:active,
.btn:focus {
    outline: none !important
}
.alert a.btn:active {
    border-color: #cdc69a;
    background-color: #f0e8b6;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2)
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert.theme1 {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    color: #303030
}
.alert.theme1 hr {
    border-color: #A8BDC9;
    height: 1px;
    margin: 10px 0px;
    width: 100%
}
.alert.theme1 i {
    font-style: italic
}
.alert.theme2 {
    padding: 20px;
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    color: #505050;
    background-color: #ebf6ff
}
.alert.alert-primary {
    border: 1px solid #dadada;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
    padding: 17px 16px 14px 16px;
    color: #000;
    margin-top: -30px
}
a.alert.alert-primary {
    text-decoration: none
}
a.alert.alert-primary:hover {
    text-decoration: none
}
a.alert.alert-primary:hover .alert-link {
    text-decoration: underline
}
a.alert .alert-link {
    color: #0088d3;
    font-weight: normal
}
.note-1 {
    font-size: 15px;
    line-height: 22px;
    border-left: 2px solid #ffc104;
    padding-left: 18px
}
.note-2 {
    font-size: 15px;
    line-height: 22px;
    border-left: 2px solid #0088d3;
    padding-left: 18px
}
.inline {
    display: inline
}
.inline-block {
    display: inline-block
}
.post-list,
.post-list .children {
    list-style: none outside none;
    margin: 0;
    padding: 0
}
.post-list .children {
    margin-left: 24px
}
.post-list .post {
    margin-bottom: 15px
}
.disqus-cache-content {
    border-top: 2px solid rgba(0, 39, 59, 0.08);
    clear: both;
    padding: 24px 0 10px
}
.disqus-cache-content {
    font-size: 14px;
    line-height: 16px
}
.disqus-cache-content .author {
    font-size: 13px;
    color: #288ce4;
    font-weight: 700
}
#disqus-cache-link {
    color: rgba(0, 39, 59, 0.2);
    font-size: 13px;
    padding-right: 12px
}
.link-up {
    background-image: url('/images/items/item1_up.png');
    background-position: 100% 50%;
    background-repeat: no-repeat
}
.link-down {
    background-image: url('/images/items/item1_down.png')
}
[class*="bkg-color"] {
    background-image: none
}
.bkg-color-def4fc {
    background-color: #def4fc
}
.bkg-color-04111F,
.bkg-color-04111f {
    background-color: #04111f
}
.bkg-color-0648cc {
    background-color: #0648cc
}
.bkg-color-dce7f9 {
    background-color: #dce7f9
}
.bkg-color-cadffa {
    background-color: #cadffa
}
.bkg-color-273143 {
    background-color: #273143
}
.bkg-color-293579 {
    background-color: #293579
}
.bkg-color-6b2732 {
    background-color: #6b2732
}
.bkg-color-102b60 {
    background-color: #102b60
}
.bkg-color-F0F3F5 {
    background-color: #F0F3F5
}
.bkg-color-fcd163 {
    background-color: #fcd163
}
.bkg-color-edf1f4 {
    background-color: #edf1f4
}
.bkg-color-ffc01c {
    background-color: #ffc01c
}
.bkg-color-feb32d {
    background-color: #feb32d
}
.bkg-color-1869a5 {
    background-color: #1869a5
}
.bkg-color-d4e6f3 {
    background-color: #d4e6f3
}
.bkg-color-1467a3 {
    background-color: #1467a3
}
.bkg-color-407d60 {
    background-color: #407d60
}
.bkg-color-006064 {
    background-color: #006064
}
.bkg-color-faa825 {
    background-color: #faa825
}
.bkg-color-1565c0 {
    background-color: #1565c0
}
.bkg-color-ff7300 {
    background-color: #ff7300
}
.bkg-color-118afb {
    background-color: #118afb
}
.bkg-color-d73d32 {
    background-color: #d73d32
}
.bkg-color-029d55 {
    background-color: #029d55
}
.bkg-color-f79d10 {
    background-color: #f79d10
}
.bkg-color-9fd2e7 {
    background-color: #9fd2e7
}
.bkg-color-7e3794 {
    background-color: #7e3794
}
.bkg-color-f19824 {
    background-color: #f19824
}
.bkg-color-232f5a {
    background-color: #232f5a
}
.bkg-color-121831 {
    background-color: #121831
}
.bkg-color-393984 {
    background-color: #393984
}
.bkg-color-edbe45 {
    background-color: #edbe45
}
.bkg-color-f64f49 {
    background-color: #f64f49
}
.bkg-color-1cacc0 {
    background-color: #1cacc0
}
.bkg-color-DFE7F1 {
    background-color: #DFE7F1
}
.bkg-color-d2ddec {
    background-color: #d2ddec
}
.bkg-color-153797 {
    background-color: #153797
}
.bkg-color-ffa12c {
    background-color: #ffa12c
}
.bkg-color-eceeee {
    background-color: #eceeee
}
.bkg-color-0099d9 {
    background-color: #0099d9
}
.bkg-color-feb929 {
    background-color: #feb929
}
.bkg-color-0069d9 {
    background-color: #0069d9
}
.bkg-color-2d233f {
    background-color: #2d233f
}
.bkg-color-463eb0 {
    background-color: #463eb0
}
.bkg-color-ffffff,
.bkg-white {
    background-color: #fff
}
.bkg-color-161c5a {
    background-color: #161c5a
}
.bkg-color-f9f9f9 {
    background-color: #f9f9f9
}
.bkg-color-000000,
.bkg-black {
    background-color: #000
}
.bkg-color-111111 {
    background-color: #111
}
.bkg-color-477b8f {
    background-color: #477b8f
}
.bkg-color-eff3f3,
.bkg-whiteSmoke {
    background-color: #eff3f3
}
.bkg-color-ffa12b {
    background-color: #ffa12b
}
.bkg-color-2c384a {
    background-color: #2c384a
}
.bkg-color-bd2727,
.bkg-red {
    background-color: #bd2727;
    color: rgba(255, 255, 255, 0.5)
}
.bkg-color-2a2faf {
    background-color: #2a2faf
}
.bkg-color-094269,
.bkg-darkBlue {
    background-color: #094269;
    color: rgba(255, 255, 255, 0.7)
}
.bkg-color-353b3a,
.bkg-dimgray {
    background-color: #353b3a
}
.bkg-color-d3dada {
    background-color: #d3dada
}
.bkg-color-94999c,
.bkg-silver {
    background-color: #94999c
}
.bkg-color-bdd7ea,
.bkg-lightBlue {
    background-color: #bdd7ea
}
.bkg-color-47352F,
.bkg-darkbrown {
    background-color: #47352F;
    color: #a58d85
}
.bkg-color-47352F .text-main,
.bkg-darkbrown .text-main {
    color: #a68e85
}
.bkg-color-365f84 {
    background-color: #365f84
}
.bkg-color-2E2839,
.bkg-color-2e2839,
.bkg-darkIndigo {
    background-color: #2E2839;
    color: #ababaf
}
.bkg-color-1b593c {
    background-color: #1b593c
}
.bkg-color-2E2839 .text-main,
.bkg-darkIndigo .text-main {
    color: #ababaf
}
.bkg-color-4c505a {
    background-color: #4c505a
}
.bkg-color-109aa6,
.bkg-deepSkyBlue {
    background-color: #109aa6
}
.bkg-color-1d265f,
.bkg-midnightBlue {
    background-color: #1d265f
}
.bkg-color-1d265f .title-main {
    color: #F59D51 !important
}
.bkg-color-1d265f .text-main {
    color: #828ABE !important
}
.bkg-color-52b0cc {
    background-color: #52b0cc
}
.bkg-color-0e8d53,
.bkg-seaGreen {
    background-color: #0e8d53
}
.bkg-color-0088d3,
.bkg-dodgerBlue {
    background-color: #0088d3
}
.bkg-color-273a5a {
    background-color: #273a5a
}
.bkg-color-7594aa {
    background-color: #7594aa
}
.bkg-color-333333 {
    background-color: #333
}
.bkg-color-03354F {
    background-color: #03354F
}
.bkg-color-03354F .title-main {
    color: #fff
}
.bkg-color-47b3b3 {
    background-color: #47b3b3
}
.bkg-color-00b2c2 {
    background-color: #00b2c2
}
.bkg-color-fd9315 {
    background-color: #fd9315
}
.bkg-color-00b2c2 {
    background-color: #00b2c2
}
.bkg-color-fd9315 {
    background-color: #fd9315
}
.bkg-color-4A7286 {
    background-color: #4A7286
}
.bkg-color-44b39b {
    background-color: #44b39b
}
.bkg-color-0066B6 {
    background-color: #0066B6
}
.bkg-color-167067 {
    background-color: #167067
}
.bkg-color-010b25 {
    background-color: #010b25
}
.bkg-color-dae4e4 {
    background-color: #dae4e4
}
.bkg-color-0D5993 {
    background-color: #0D5993
}
.bkg-color-004760 {
    background-color: #004760
}
.bkg-color-0D5993 .title-main {
    color: #fff !important
}
.bkg-color-0D5993 .text-main {
    color: #fff !important
}
.bkg-color-0b9593 {
    background-color: #0b9593
}
.bkg-color-111e4d {
    background-color: #111e4d
}
.bkg-color-141414 {
    background-color: #141414
}
.bkg-color-e6f4fa {
    background-color: #e6f4fa
}
.bkg-color-0c1057 {
    background-color: #0c1057
}
.bkg-color-f5f8fa {
    background-color: #f5f8fa
}
.bkg-color-7D868B {
    background-color: #7D868B
}
.bkg-color-635CB8 {
    background-color: #635CB8
}
.bkg-color-BD3422 {
    background-color: #BD3422
}
.bkg-color-8BCFC3 {
    background-color: #8BCFC3
}
.bkg-color-2c3c72 {
    background-color: #2c3c72
}
.bkg-color-e2e9e9 {
    background-color: #e2e9e9
}
.bkg-color-1a237e {
    background-color: #1a237e
}
.bkg-color-428BB3 {
    background-color: #428BB3
}
.bkg-color-EB411D {
    background-color: #EB411D
}
.bkg-color-d4e8f2 {
    background-color: #d4e8f2
}
.bkg-color-9fbacd {
    background-color: #9fbacd
}
.bkg-color-bad0dd {
    background-color: #bad0dd
}
.bkg-color-ccdce6 {
    background-color: #ccdce6
}
.bkg-color-00699a {
    background-color: #00699a
}
.bkg-color-99c333 {
    background-color: #99c333
}
.bkg-color-FF5A45 {
    background-color: #FF5A45
}
.bkg-color-45B39C {
    background-color: #45B39C
}
.bkg-color-FDC93B {
    background-color: #FDC93B
}
.bkg-color-4389BA {
    background-color: #4389BA
}
.bkg-color-48A8BF {
    background-color: #48A8BF
}
.bkg-color-1D4C5D {
    background-color: #1D4C5D
}
.bkg-color-FD963B {
    background-color: #FD963B
}
.bkg-color-081c34 {
    background-color: #081c34
}
.bkg-color-fffcfd {
    background-color: #fffcfd
}
.bkg-color-101010 {
    background-color: #101010
}
.bkg-color-29386a {
    background-color: #29386a
}
.bkg-color-e0e7f1 {
    background-color: #e0e7f1
}
.bkg-color-171929 {
    background-color: #171929
}
.bkg-color-292433 {
    background-color: #292433
}
.bkg-color-233653 {
    background-color: #233653
}
.bkg-color-F5B907 {
    background-color: #F5B907
}
.bkg-color-1c1c1c {
    background-color: #1c1c1c
}
.bkg-color-373357 {
    background-color: #373357
}
.bkg-color-b71c1c {
    background-color: #b71c1c
}
.bkg-color-3f51b5 {
    background-color: #3f51b5
}
.bkg-color-f1693c {
    background-color: #f1693c
}
.bkg-color-31263E {
    background-color: #31263E
}
.bkg-color-d3eef0 {
    background-color: #d3eef0
}
.bkg-color-5dcad4 {
    background-color: #5dcad4
}
.bkg-color-8adee6 {
    background-color: #8adee6
}
.bkg-color-207797 {
    background-color: #207797
}
.bkg-color-121516 {
    background-color: #121516
}
.bkg-color-253967 {
    background-color: #253967
}
.bkg-color-032530 {
    background-color: #032530
}
.bkg-color-091F95 {
    background-color: #091F95
}
.bkg-color-2145A9 {
    background-color: #2145A9
}
.bkg-color-93bc53 {
    background-color: #93bc53
}
.bkg-color-1a4d80 {
    background-color: #1a4d80
}
.bkg-color-003b27 {
    background-color: #003b27
}
.bkg-color-bdd7ea,
.bkg-lightBlue {
    background-color: #bdd7ea
}
.bkg-color-3234ac {
    background-color: #3234ac
}
.bkg-color-f1f6fd {
    background-color: #f1f6fd
}
.bkg-color-192651 {
    background-color: #192651
}
.features-wrap-bkg {
    background-color: #9DE4DF;
    position: relative;
    overflow-x: hidden
}
.features-wrap-bkg::before {
    content: "";
    background-color: #4CCCC3;
    width: 64px;
    display: block;
    height: 100%;
    position: absolute;
    left: 32px;
    top: 0
}
.features-wrap-bkg::after {
    content: "";
    background-color: #27C1B6;
    width: 32px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
@media (min-width: 992px) and (max-width:1155px) {
    .features-wrap-bkg::before,
    .features-wrap-bkg::after {
        display: none
    }
}
@media (min-width: 1200px) and (max-width:1355px) {
    .features-wrap-bkg::before,
    .features-wrap-bkg::after {
        display: none
    }
}
@media (max-width: 1355px) {
    .bkg-img {
        background-size: 60% !important;
        background-position: top right -31% !important
    }
}
@media (max-width: 1200px) {
    .bkg-img {
        background-size: 82% !important;
        background-position: top right -450px !important;
        background-position-y: 80px !important
    }
}
@media (max-width: 992px) {
    .bkg-img {
        background-size: 100% auto !important;
        background-position: top 64px right -570px !important
    }
}
@media (max-width: 900px) {
    .bkg-img {
        background-position: top 64px right -500px !important;
        background-position-y: 88px !important
    }
}
@media (max-width: 768px) {
    .bkg-img {
        background-image: none !important
    }
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.font-size-13 {
    font-size: 13px
}
.font-size-14 {
    font-size: 14px
}
.font-size-15 {
    font-size: 15px
}
.font-size-16 {
    font-size: 16px
}
.font-size-18 {
    font-size: 18px
}
.font-size-20 {
    font-size: 20px;
    line-height: 1.4
}
.c-ffffff {
    color: #fff !important
}
.c-9eabb9 {
    color: #9eabb9 !important
}
.c-303030 {
    color: #303030 !important
}
.c-909090 {
    color: #909090 !important
}
.c-101010 {
    color: #101010 !important
}
.c-f16d27 {
    color: #F16D27
}
.c-A58D85,
.c-a58d85 {
    color: #a58d85 !important
}
.c-ABABAF,
.c-ababaf {
    color: #ababaf
}
.c-F59D51,
.c-f59d51 {
    color: #f59d51 !important
}
.c-5bc0de {
    color: #5bc0de
}
.c-2F2F2F {
    color: #2F2F2F !important
}
.c-EC3232,
.c-ec3232 {
    color: #EC3232
}
.color-bd2727 {
    color: #bd2727
}
.color-e0972e {
    color: #e0972e
}
.c-00ab38 {
    color: #00ab38
}
.color-00B67A {
    color: #00B67A
}
.color-ffda55 {
    color: #ffda55
}
.c-505050 {
    color: #505050 !important
}
.color-1EB75F {
    color: #1EB75F
}
.color-39B6EC {
    color: #39B6EC
}
.color-FF9800 {
    color: #FF9800
}
.color-27C1B6 {
    color: #27C1B6
}
.color-3E90ED {
    color: #3E90ED
}
.color-FF492C {
    color: #FF492C
}
.color-FF6154 {
    color: #FF6154
}
.color-F16B2C {
    color: #F16B2C
}
.color-3E90ED {
    color: #3E90ED
}
.color-70B143 {
    color: #70B143
}
.p-0 {
    padding: 0 !important
}
.p-r-0 {
    padding-right: 0 !important
}
.p-l-0 {
    padding-left: 0 !important
}
.p-b-6,
.pb-6 {
    padding-bottom: 6px
}
.p-b-0,
.bottom-padding-0,
.pb0 {
    padding-bottom: 0 !important
}
.p-b-5 {
    padding-bottom: 5px !important
}
.p-b-10 {
    padding-bottom: 10px !important
}
.p-b-15 {
    padding-bottom: 15px !important
}
.p-b-20 {
    padding-bottom: 20px !important
}
.p-b-25 {
    padding-bottom: 25px !important
}
.p-b-30 {
    padding-bottom: 30px !important
}
.p-b-40 {
    padding-bottom: 40px !important
}
.p-b-45 {
    padding-bottom: 45px !important
}
.p-b-50 {
    padding-bottom: 50px !important
}
.p-b-80 {
    padding-bottom: 80px !important
}
.p-b-100 {
    padding-bottom: 100px !important
}
.p-b-120 {
    padding-bottom: 120px !important
}
.p-b-150 {
    padding-bottom: 150px !important
}
.p-b-160 {
    padding-bottom: 160px !important
}
.p-t-0 {
    padding-top: 0 !important
}
.p-t-5 {
    padding-top: 5px !important
}
.p-t-10,
.top-padding-10 {
    padding-top: 10px !important
}
.p-t-15 {
    padding-top: 15px !important
}
.p-t-20,
.pt20 {
    padding-top: 20px !important
}
.p-t-25 {
    padding-top: 25px !important
}
.p-t-30 {
    padding-top: 30px !important
}
.p-t-40 {
    padding-top: 40px !important
}
.p-t-45 {
    padding-top: 45px !important
}
.p-t-50 {
    padding-top: 50px !important
}
.p-t-60,
.padding-top-60 {
    padding-top: 60px !important
}
.p-t-64,
.padding-top-64 {
    padding-top: 64px !important
}
.p-t-75,
.padding-top-75 {
    padding-top: 75px !important
}
.p-0-10 {
    padding: 0px 9px !important
}
.p-0-10 {
    padding: 0px 9px !important
}
.p-lr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}
.t-80 {
    position: relative;
    top: -80px;
    padding-top: 80px
}
.h-55 {
    min-height: 55px
}
.min-height-200 {
    min-height: 200px !important
}
.min-height-220 {
    min-height: 220px !important
}
.min-height-240 {
    min-height: 240px !important
}
.min-height-260 {
    min-height: 260px !important
}
.min-height-280 {
    min-height: 280px !important
}
.min-height-300 {
    min-height: 300px !important
}
.min-height-430 {
    min-height: 430px !important
}
.min-height-460 {
    min-height: 460px !important
}
.min-height-480 {
    min-height: 480px !important
}
.min-height-500 {
    min-height: 500px !important
}
.min-height-520 {
    min-height: 520px !important
}
.m-t-0 {
    margin-top: 0 !important
}
.m-t-5 {
    margin-top: 5px !important
}
.m-t-10 {
    margin-top: 10px
}
.m-t-16 {
    margin-top: 16px
}
.m-t-20 {
    margin-top: 20px
}
.m-t-25 {
    margin-top: 25px
}
.m-t-30 {
    margin-top: 30px
}
.m-t-35 {
    margin-top: 35px
}
.m-t-40 {
    margin-top: 40px
}
.m-t-45 {
    margin-top: 45px
}
.m-t-50 {
    margin-top: 50px
}
.m-t-60 {
    margin-top: 60px !important
}
.m-t-64 {
    margin-top: 64px !important
}
.m-t-70 {
    margin-top: 70px !important
}
.m-t-80 {
    margin-top: 80px !important
}
.m-t-90 {
    margin-top: 90px !important
}
.m-t-100 {
    margin-top: 100px !important
}
.m-b-0 {
    margin-bottom: 0
}
.m-b-5 {
    margin-bottom: 5px
}
.m-b-10 {
    margin-bottom: 10px
}
.m-b-12 {
    margin-bottom: 12px
}
.m-b-13 {
    margin-bottom: 13px
}
.m-b-20 {
    margin-bottom: 20px
}
.m-b-25 {
    margin-bottom: 25px
}
.m-b-35 {
    margin-bottom: 35px
}
.m-b-40 {
    margin-bottom: 40px
}
.m-b-45 {
    margin-bottom: 45px
}
.m-b-50 {
    margin-bottom: 50px
}
.m-b-55 {
    margin-bottom: 55px
}
.m-b-80 {
    margin-bottom: 80px
}
.m-b-100 {
    margin-bottom: 100px
}
.m-b-0 {
    margin-bottom: 0px !important
}
.m-r-0 {
    margin-right: 0 !important
}
.m-r-7 {
    margin-right: 7px
}
.m-r-12 {
    margin-right: 12px
}
.m-r-16 {
    margin-right: 16px
}
.m-l-a {
    margin-left: auto
}
.f-s-24 {
    font-size: 24px
}
.f-s-18 {
    font-size: 18px
}
.pulsare {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
a.link-default {
    color: #0088d3;
    text-decoration: none
}
a.link-default:hover {
    color: #006ca8;
    text-decoration: underline
}
.width-290 {
    max-width: 290px;
    width: 290px
}
.s-line-1,
.s-line-top-bottom {
    border-top: 1px solid #d5d8d8;
    border-bottom: 1px solid #e6e9e9
}
.s-line-2,
.s-line-top {
    border-top: 1px solid #dadada
}
.s-line-bottom {
    border-bottom: 1px solid #dadada
}
.s-image-1 {
    height: 2px;
    padding: 10px 0;
    background-image: url("/imgnew/no-repeat.png");
    background-repeat: no-repeat;
    background-position: center -646px
}
.separated-text {
    background-image: url("/imgnew/s-image-1.png");
    background-repeat: no-repeat;
    background-position: center center
}
.separated-text .inner {
    display: inline-block;
    text-align: center;
    color: #909090;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 7px;
    background-color: #eff3f3
}
.s-image-2 {
    height: 24px;
    background-image: url("/imgnew/no-repeat.png");
    background-repeat: no-repeat;
    background-position: center -676px
}
[class*="loading"] {
    background-position: center center;
    background-repeat: no-repeat
}
.loading {
    background-image: url(/imgnew/loading.gif);
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.cover-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #eff3f3;
    background-image: url(/imgnew/loading.gif);
    opacity: 0.9;
    filter: alpha(opacity=90);
    top: 0;
    z-index: 100
}
.bc-loading {
    position: relative;
    min-height: 180px;
    width: 100%;
    background-color: #fff;
    background-image: url(/imgnew/loading.gif);
    background-position: 50% 50%;
    opacity: 0.9;
    filter: alpha(opacity=90)
}
.btn-loading {
    background-image: url(/imgnew/white-loader.gif);
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default
}
.o-0 {
    opacity: 0
}
.o-01 {
    opacity: 0.1
}
.o-02 {
    opacity: 0.2
}
.o-03 {
    opacity: 0.3
}
.o-04 {
    opacity: 0.4
}
.o-05 {
    opacity: 0.5
}
.o-06 {
    opacity: 0.6
}
.o-07 {
    opacity: 0.7
}
.o-08 {
    opacity: 0.8
}
.o-09 {
    opacity: 0.9
}
.o-1 {
    opacity: 1
}
.r,
.r-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px
}
.r-3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px
}
.r-4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px
}
.r-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
}
.r-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px
}
.r-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px
}
.r-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px
}
.cone {
    background-repeat: no-repeat;
    background-position: 0 0
}
.cone-left-center {
    background-position: 0 50%
}
.cone-left-bottom {
    background-position: left bottom
}
.cone.airy {
    background-image: url("/imgnew/products/airy/cone-left-top.png")
}
.cone.folx {
    background-image: url("/imgnew/products/folx/cone-left-top.png")
}
.cone.fdt {
    background-image: url("/imgnew/products/fdt/cone-left-top.png")
}
.cone.sm {
    background-image: url("/imgnew/products/sm/cone-left-top.png")
}
.cone.pb {
    background-image: url("/imgnew/products/photobulk/cone-left-top.png")
}
.cone.elmedia {
    background-image: url("/imgnew/products/elmedia/cone-left-top.png")
}
.cone.pdf {
    background-image: url("/imgnew/products/pdf/cone-left-top.png")
}
.cone.fo {
    background-image: url("/imgnew/products/fo/cone-left-top.png")
}
.cone.commander {
    background-image: url("/imgnew/products/commander/cone-left-top.png")
}
.cone.typeeto {
    background-image: url("/imgnew/products/typeeto/cone-left-top.png")
}
.cone.uplet {
    background-image: url("/imgnew/products/uplet/cone-left-top.png")
}
.cone.clm {
    background-image: url("/imgnew/products/clm/cone-left-top.png")
}
[class*="b-1-"] {
    border-width: 1px;
    border-style: solid
}
.b-1-c7d6da {
    border-color: #c7d6da
}
.b-1-e7e7e7 {
    border-color: #e7e7e7
}
[class*="b-2-"] {
    border-width: 2px !important;
    border-style: solid !important
}
.b-2-00c8d1 {
    border-color: #00c8d1
}
.w-100 {
    width: 100%;
    margin: 0 auto
}
.w-150 {
    width: 150px;
    margin: 0 auto
}
::-webkit-input-placeholder {
    color: #adadad !important
}
:-moz-placeholder {
    color: #adadad !important
}
::-moz-placeholder {
    color: #adadad !important
}
:-ms-input-placeholder {
    color: #adadad !important
}
.media-right,
.media>.pull-right {
    padding-left: 30px;
    padding-right: 30px
}
.media-left,
.media>.pull-left {
    padding-right: 30px
}
[class*="no-border"] {
    border: none
}
[class*="no-radius"] {
    border-radius: 0
}
[class*="no-shadow"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none
}
[class*="no-bkg"] {
    background: none
}
[class*="no-bkg-image"] {
    background-image: none
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.flex-container.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.flex-container.flex-direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.flex-container.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.flex-container.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.flex-container.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.flex-container.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.flex-container.space-arround {
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.flex-start {
    justify-content: flex-start
}
.flex-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.flex-container-wrap>.flex-container-wrap-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 290px;
    flex: 1 1 290px
}
.bg-cover {
    background-attachment: fixed;
    background-size: cover;
    position: relative
}
ul.squared-green-list {
    margin: 0 0 34px 36px;
    padding: 0;
    list-style: none outside none
}
ul.squared-green-list li:before {
    list-style: none outside none;
    color: #00ae40;
    font-size: 24px;
    content: "\25A0";
    margin-left: -25px;
    padding-right: 10px
}
ul.rounded-list {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px
}
.font-size-tiny {
    font-size: 14px;
    line-height: 20px
}
.font-size-little {
    font-size: 15px;
    line-height: 18px
}
.font-size-small {
    font-size: 16px;
    line-height: 24px
}
.font-size-middle {
    font-size: 20px;
    line-height: 32px
}
.font-size-big {
    font-size: 24px;
    line-height: 40px
}
.font-size-large {
    font-size: 26px;
    line-height: 30px
}
.font-size-huge {
    font-size: 42px;
    line-height: 1.2em
}
.font-size-xxl {
    font-size: 46px;
    line-height: 1.6em
}
.font-size-20-16 {
    font-size: 20px;
    line-height: 1.6em
}
.borderless td,
.borderless th {
    border: none
}
.table.no-border tr td,
.table.no-border tr th {
    border-width: 0
}
.policy-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    margin-bottom: 32px
}
.policy-text:last-child {
    margin-bottom: 160px
}
.policy-text.f-s-20 {
    font-size: 20px;
    line-height: 28px
}
.policy-text .title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px
}
.policy-text .title+p {
    font-size: 16px;
    line-height: 24px
}
@media only screen and (-webkit-min-device-pixel-ratio: 1),
only screen and (-webkit-min-device-pixel-ratio: 2) {}
.pulse {
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.grecaptcha-badge {
    z-index: -9999;
    opacity: 0.5
}
html[lang="ar"] body {
    direction: rtl
}
.cover,
[class^="cover"],
[class*=" cover"] {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -khtml-background-size: cover
}
.no-background-image {
    background-image: none
}
.hidden-desktop {
    display: none !important
}
.visible-desktop {
    display: block !important
}
@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center
    }
    .text-lg-left {
        text-align: left
    }
    .hidden-image-lg {
        background-image: none !important
    }
}
@media (min-width: 992px) {
    .col-md-offset-center {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-image-lg {
        background-image: none !important
    }
    .text-lg-center {
        text-align: center
    }
    .text-lg-left {
        text-align: left
    }
    .text-md-left {
        text-align: left
    }
    .text-lg-md-center {
        text-align: center
    }
    .text-lg-md-left {
        text-align: left
    }
    .text-lg-md-right {
        text-align: right
    }
    .border-md-none {
        border: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-explode.twoline {
        padding-bottom: 20px;
        padding-top: 17px
    }
    .hidden-image-md {
        background-image: none !important
    }
    .width-md-max {
        width: 100%
    }
    .text-md-center {
        text-align: center
    }
    .text-md-left {
        text-align: left
    }
    .text-md-sm-center {
        text-align: center
    }
    .text-md-sm-left {
        text-align: left
    }
    .text-md-sm-right {
        text-align: right
    }
    .md-noimage {
        background: none !important
    }
    .block-md-center {
        margin: 0 auto
    }
    .border-md-none {
        border: none !important
    }
    .margin-md-none {
        margin: 0 !important
    }
    .btn-group-md-center {
        margin: 0 auto
    }
    .btn-group-md-center .button:first-child {
        margin-left: 15px
    }
    .nav-justified {
        padding: 0px
    }
}
@media (max-width: 991px) {
    .text-md-center {
        text-align: center
    }
    .text-md-center .img-responsive {
        margin-left: auto;
        margin-right: auto
    }
    .text-md-center [class^="box-"],
    .text-md-center [class*=" box-"] {
        margin-left: auto;
        margin-right: auto
    }
    .btn-md-block {
        display: block;
        width: 100%
    }
    .nav-justified {
        padding: 0px
    }
    .vtop.vtop--margin {
        margin-top: 0
    }
}
@media (max-width: 920px) {
    .features-wrap-bkg::before,
    .features-wrap-bkg::after {
        display: none
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .hidden-image-md {
        background-image: none !important
    }
    .text-sm-center {
        text-align: center
    }
    .text-sm-center [class^="box-"],
    .text-sm-center [class*=" box-"],
    .text-sm-center .img-responsive {
        margin-left: auto;
        margin-right: auto
    }
    .btn-group-left.text-sm-center .button:first-child {
        margin-left: 15px
    }
    .btn-group-left.text-sm-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .btn-sm-block {
        display: block;
        width: 100%
    }
    .nav-justified {
        padding: 0px
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}
@media (max-width: 767px) {
    .policy-text {
        margin-top: 0
    }
    .container {
        padding: 0 30px
    }
    .title-main {
        font-size: 28px;
        line-height: 36px
    }
    .font-size-middle {
        font-size: 18px;
        line-height: 1.47em
    }
    .font-size-big {
        font-size: 20px;
        line-height: 32px
    }
    .play-new {
        width: 66px;
        height: 66px
    }
    .play-new:after {
        margin: 18px auto 0 24px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #fff
    }
    .hidden-hidden-desktop {
        display: none !important
    }
    .btn-explode.twoline {
        padding-bottom: 20px;
        padding-top: 8px
    }
    .col-xs-reset {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .visible-image-sm {
        background-image: inherit
    }
    .btn-group .btn-social {
        margin-bottom: 15px
    }
    .width-sm-max {
        width: 100%
    }
    .text-sm-center {
        text-align: center
    }
    .text-sm-center [class^="box-"],
    .text-sm-center [class*=" box-"],
    .text-sm-center .img-responsive {
        margin-left: auto;
        margin-right: auto
    }
    .btn-group-left.text-sm-center .button:first-child {
        margin-left: 15px
    }
    .btn-group-left.text-sm-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .text-sm-left {
        text-align: left
    }
    .text-sm-right {
        text-align: right
    }
    .text-sm-xs-center {
        text-align: center
    }
    .text-sm-xs-left {
        text-align: left
    }
    .sm-noimage {
        background: none !important
    }
    .block-sm-center {
        margin: 0 auto;
        float: none
    }
    .btn-group-sm-center {
        margin: 0 auto
    }
    .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .btn-group-sm-center .button:first-child {
        margin-left: 15px
    }
    .border-sm-none {
        border: none !important
    }
    h1,
    .h1 {
        font-size: 32px;
        line-height: 42px
    }
    h2,
    .h2 {
        font-size: 28px;
        line-height: 36px
    }
    h3,
    .h3 {
        font-size: 28px;
        line-height: 36px
    }
    .display-sm-block {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .sm-inline {
        display: inline-block
    }
    .margin-sm-center {
        margin: 0 auto
    }
    .margin-sm-none {
        margin: 0 !important
    }
    .btn-xs-block {
        display: block;
        width: 100%
    }
    .play {
        margin-left: -15px
    }
    .nav-justified {
        padding: 0px
    }
    .panel-default.cone {
        background-image: none !important
    }
    .p-t-60,
    .padding-top-60 {
        padding-top: 30px !important
    }
    .btn-group-left {
        justify-content: center
    }
    .features-wrap-bkg::before,
    .features-wrap-bkg::after {
        display: none
    }
}
@media (max-width: 480px) {
    .tab-content>.tab-pane.visible-xs {
        display: block;
        visibility: visible
    }
    .text-xs-center {
        text-align: center
    }
    .text-xs-left {
        text-align: left
    }
    .text-xs-right {
        text-align: right
    }
    .block-xs-center {
        margin: 0 auto
    }
    .btn-group-xs-center {
        margin: 0 auto
    }
    .btn-group-xs-center .button:first-child {
        margin-left: 15px
    }
    .btn-group {
        width: 100%
    }
    .btn-group .button {
        text-align: center
    }
    .btn-group .button,
    .btn-lg.btn-primary,
    .btn-group .btn-lg.btn-danger,
    .btn-group .btn-lg.btn-default {
        width: 100%;
        display: block;
        min-width: 100%
    }
    .margin-xs-center {
        margin: 0 auto
    }
    .hidden-xs-bkg {
        background-image: none !important
    }
    h1,
    .h1 {
        font-size: 31px !important;
        line-height: 1.4em !important
    }
    h2,
    .h2,
    .title-main {
        font-size: 26px !important;
        line-height: 1.4em !important
    }
    h3,
    .h3,
    .title-content {
        font-size: 20px;
        line-height: 1.4em
    }
    .font-size-large {
        font-size: 20px;
        line-height: 1.4em
    }
    .font-size-small {
        font-size: 16px;
        line-height: 1.5em
    }
    .font-size-big {
        font-size: 18px;
        line-height: 26px
    }
    .font-size-middle {
        font-size: 16px;
        line-height: 1.5em
    }
    .display-xs-block {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .visible-mobile {
        display: block !important
    }
    .hidden-mobile {
        display: none !important
    }
    table.table-compare-2 th {
        font-size: 12px
    }
    table.table-compare-2 th {
        font-size: 12px
    }
    table.table-compare-2>tbody>tr>td {
        font-size: 14px
    }
    .p-b-80 {
        padding-bottom: 40px !important
    }
    .btn-explode,
    .btn-group .explode {
        min-width: 172px
    }
    .wrap-aboutus .container {
        min-width: 100%
    }
}
@media (max-width: 320px) {
    .text-xs-center {
        text-align: center
    }
    .xs-inline {
        display: inline-block
    }
    .display-xs-block {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .text-xxs-center {
        text-align: center
    }
    .text-xxs-left {
        text-align: left
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .box-80x80.f1 {
        background-image: url("/imgnew/products/tralert/features/ic-multipl@2x.png")
    }
    .box-80x80.f2 {
        background-image: url("/imgnew/products/tralert/features/ic-secure@2x.png")
    }
    .box-80x80.f3 {
        background-image: url("/imgnew/products/tralert/features/ic-labeling@2x.png")
    }
    .box-80x80.f4 {
        background-image: url("/imgnew/products/tralert/features/ic-customdev@2x.png")
    }
    .box-80x80.f5 {
        background-image: url("/imgnew/products/tralert/features/ic-subscr@2x.png")
    }
    .box-80x80.f6 {
        background-image: url("/imgnew/products/tralert/features/ic-chat@2x.png")
    }
    .box-48x48.win {
        background-image: url("/imgnew/products/tralert/features/ic-os-win@2x.png")
    }
    .box-48x48.mac,
    .box-48x48.ios {
        background-image: url("/imgnew/products/tralert/features/ic-os-apple@2x.png")
    }
    .box-48x48.linux {
        background-image: url("/imgnew/products/tralert/features/ic-os-lnx@2x.png")
    }
    .box-48x48.emb {
        background-image: url("/imgnew/products/tralert/features/ic-os-emb@2x.png")
    }
    .box-48x48.android {
        background-image: url("/imgnew/products/tralert/features/ic-os-andr@2x.png")
    }
    .icons.box-32x32 {
        background-image: url("/imgnew/products/tralert/features/ic-com@2x.png")
    }
    .box-24x24.item {
        background-image: url("/imgnew/products/tralert/features/ic-check@2x.png")
    }
    .box-24x24.success {
        background-image: url("/imgnew/products/tralert/features/ic-check2@2x.png")
    }
    .box-24x24.danger {
        background-image: url("/imgnew/products/tralert/features/ic-al@2x.png")
    }
    .icon-avatars.box-36x36.avatar29 {
        background-image: url("/imgnew/avatars/avatar29x36@2x.png")
    }
    .icon-avatars.box-36x36.avatar30 {
        background-image: url("/imgnew/avatars/avatar30x36@2x.png")
    }
    .icon-avatars.box-36x36.avatar50 {
        background-image: url("/imgnew/avatars/avatar50x36@2x.png")
    }
    .icon-avatars.box-36x36.avatar57 {
        background-image: url("/imgnew/avatars/avatar57x36@2x.png")
    }
    .icon-avatars.box-72x72.avatarDefault,
    .icon-avatars.box-72x72.f1,
    .icon-avatars.box-72x72.f2,
    .icon-avatars.box-72x72.f3,
    .icon-avatars.box-72x72.f4,
    .icon-avatars.box-72x72.f5,
    .icon-avatars.box-72x72.f6,
    .icon-avatars.box-72x72.f7,
    .icon-avatars.box-72x72.f8 {
        background-image: url("/imgnew/avatars/avatarDefault@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar1 {
        background-image: url("/imgnew/avatars/avatar1@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar2 {
        background-image: url("/imgnew/avatars/avatar2@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar3 {
        background-image: url("/imgnew/avatars/avatar3@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar4 {
        background-image: url("/imgnew/avatars/avatar4@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar5 {
        background-image: url("/imgnew/avatars/avatar5@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar6 {
        background-image: url("/imgnew/avatars/avatar6@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar7 {
        background-image: url("/imgnew/avatars/avatar7@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar8 {
        background-image: url("/imgnew/avatars/avatar8@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar9 {
        background-image: url("/imgnew/avatars/avatar9@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar10 {
        background-image: url("/imgnew/avatars/avatar10@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar11 {
        background-image: url("/imgnew/avatars/avatar11@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar12 {
        background-image: url("/imgnew/avatars/avatar12@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar13 {
        background-image: url("/imgnew/avatars/avatar13@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar14 {
        background-image: url("/imgnew/avatars/avatar14@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar15 {
        background-image: url("/imgnew/avatars/avatar15@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar16 {
        background-image: url("/imgnew/avatars/avatar16@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar17 {
        background-image: url("/imgnew/avatars/avatar17@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar18 {
        background-image: url("/imgnew/avatars/avatar18@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar19 {
        background-image: url("/imgnew/avatars/avatar19@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar20 {
        background-image: url("/imgnew/avatars/avatar20@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar21 {
        background-image: url("/imgnew/avatars/avatar21@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar22 {
        background-image: url("/imgnew/avatars/avatar22@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar23 {
        background-image: url("/imgnew/avatars/avatar23@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar24 {
        background-image: url("/imgnew/avatars/avatar24@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar25 {
        background-image: url("/imgnew/avatars/avatar25@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar26 {
        background-image: url("/imgnew/avatars/avatar26@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar27 {
        background-image: url("/imgnew/avatars/avatar27@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar28 {
        background-image: url("/imgnew/avatars/avatar28@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar29 {
        background-image: url("/imgnew/avatars/avatar29@2x.png")
    }
    .icon-avatars.box-72x72.avatar30 {
        background-image: url("/imgnew/avatars/avatar30@2x.png")
    }
    .icon-avatars.box-72x72.avatar31 {
        background-image: url("/imgnew/avatars/avatar31@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar32 {
        background-image: url("/imgnew/avatars/avatar32@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar33 {
        background-image: url("/imgnew/avatars/avatar33@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar34 {
        background-image: url("/imgnew/avatars/avatar34@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar35 {
        background-image: url("/imgnew/avatars/avatar35@2x.png")
    }
    .icon-avatars.box-72x72.avatar36 {
        background-image: url("/imgnew/avatars/avatar36@2x.png")
    }
    .icon-avatars.box-72x72.avatar37 {
        background-image: url("/imgnew/avatars/avatar37@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar38 {
        background-image: url("/imgnew/avatars/avatar38@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar39 {
        background-image: url("/imgnew/avatars/avatar39@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar40 {
        background-image: url("/imgnew/avatars/avatar40@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar41 {
        background-image: url("/imgnew/avatars/avatar41@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar42 {
        background-image: url("/imgnew/avatars/avatar42@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar43 {
        background-image: url("/imgnew/avatars/avatar43@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar44 {
        background-image: url("/imgnew/avatars/avatar44@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar45 {
        background-image: url("/imgnew/avatars/avatar45@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar46 {
        background-image: url("/imgnew/avatars/avatar46@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar47 {
        background-image: url("/imgnew/avatars/avatar47@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar48 {
        background-image: url("/imgnew/avatars/avatar48@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar49 {
        background-image: url("/imgnew/avatars/avatar49@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar50 {
        background-image: url("/imgnew/avatars/avatar50@2x.png")
    }
    .icon-avatars.box-72x72.avatar51 {
        background-image: url("/imgnew/avatars/avatar51@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar52 {
        background-image: url("/imgnew/avatars/avatar52@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar53 {
        background-image: url("/imgnew/avatars/avatar53@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar54 {
        background-image: url("/imgnew/avatars/avatar54@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar55 {
        background-image: url("/imgnew/avatars/avatar55@2x.jpg")
    }
    .icon-avatars.box-72x72.avatar56 {
        background-image: url("/imgnew/avatars/avatar56@2x.jpg")
    }
    [class^="icon-32"],
    [class*=" icon-32"],
    .box-32x32 {
        background-size: 32px 32px;
        -webkit-background-size: 32px 32px;
        -moz-background-size: 32px 32px;
        background-position: 0 0 !important
    }
    .box-30x30 {
        background-size: 30px 30px;
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-position: 0 0 !important
    }
    .box-40x40 {
        background-size: 40px 40px;
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        background-position: 0 0 !important
    }
    .box-24x24 {
        background-size: 24px 24px;
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        background-position: 0 0 !important
    }
    .box-34x34 {
        background-size: 34px 34px;
        -webkit-background-size: 34px 34px;
        -moz-background-size: 34px 34px;
        background-position: 0 0 !important
    }
    .box-36x36 {
        background-size: 36px 36px;
        -webkit-background-size: 36px 36px;
        -moz-background-size: 36px 36px;
        background-position: 0 0 !important
    }
    .box-42x42 {
        background-size: 42px 42px;
        -webkit-background-size: 42px 42px;
        -moz-background-size: 42px 42px;
        background-position: 0 0 !important
    }
    .box-48x48 {
        background-size: 48px 48px;
        -webkit-background-size: 48px 48px;
        -moz-background-size: 48px 48px;
        background-position: 0 0 !important
    }
    .box-56x56 {
        background-size: 56px 56px;
        -webkit-background-size: 56px 56px;
        -moz-background-size: 56px 56px;
        background-position: 0 0 !important
    }
    .box-58x58 {
        background-size: 58px 58px;
        -webkit-background-size: 58px 58px;
        -moz-background-size: 58px 58px;
        background-position: 0 0 !important
    }
    .box-60x56 {
        background-size: 60px 56px;
        -webkit-background-size: 60px 56px;
        -moz-background-size: 60px 56px;
        background-position: 0 0 !important
    }
    [class^="icon-50"],
    [class*=" icon-50"],
    .box-50x50 {
        background-size: 50px 50px;
        -webkit-background-size: 50px 50px;
        -moz-background-size: 50px 50px;
        background-position: 0 0 !important
    }
    [class^="icon-64"],
    [class*=" icon-64"],
    .box-64x64 {
        background-size: 64px 64px;
        -webkit-background-size: 64px 64px;
        -moz-background-size: 64px 64px;
        background-position: 0 0 !important
    }
    .box-80x80 {
        background-size: 80px 80px;
        -webkit-background-size: 80px 80px;
        -moz-background-size: 80px 80px;
        background-position: 0 0 !important
    }
    .box-74x34 {
        background-size: 74px 34px;
        -webkit-background-size: 74px 34px;
        -moz-background-size: 74px 34px;
        background-position: 0 0 !important
    }
    .box-54x54 {
        background-size: 54px 54px;
        -webkit-background-size: 54px 54px;
        -moz-background-size: 54px 54px;
        background-position: 0 0 !important
    }
    .box-72x72 {
        background-size: 72px 72px;
        -webkit-background-size: 72px 72px;
        -moz-background-size: 72px 72px;
        background-position: 0 0 !important
    }
    .box-82x48 {
        background-size: 82px 48px;
        -webkit-background-size: 82px 48px;
        -moz-background-size: 82px 48px;
        background-position: 0 0 !important
    }
    [class^="icon-128"],
    [class*=" icon-128"],
    .box-128x128 {
        background-size: 128px 128px;
        -webkit-background-size: 128px 128px;
        -moz-background-size: 128px 128px;
        background-position: 0 0 !important
    }
    .box-94x94 {
        background-size: 94px 94px;
        -webkit-background-size: 94px 94px;
        -moz-background-size: 94px 94px;
        background-position: 0 0 !important
    }
    .box-99x95 {
        background-size: 99px 95px;
        -webkit-background-size: 99px 95px;
        -moz-background-size: 99px 95px;
        background-position: 0 0 !important
    }
    .box-100x100 {
        background-size: 100px 100px;
        -webkit-background-size: 100px 100px;
        -moz-background-size: 100px 100px;
        background-position: 0 0 !important
    }
    .box-108x72 {
        background-size: 108px 72px;
        -webkit-background-size: 108px 72px;
        -moz-background-size: 108px 72px;
        background-position: 0 0 !important
    }
    .box-112x112 {
        background-size: 112px 112px;
        -webkit-background-size: 112px 112px;
        -moz-background-size: 112px 112px;
        background-position: 0 0 !important
    }
    .box-116x125 {
        background-size: 116px 125px;
        -webkit-background-size: 116px 125px;
        -moz-background-size: 116px 125px;
        background-position: 0 0 !important
    }
    .box-116x64 {
        background-size: 116px 64px;
        -webkit-background-size: 116px 64px;
        -moz-background-size: 116px 64px;
        background-position: 0 0 !important
    }
    .box-120x120 {
        background-size: 120px 120px;
        -webkit-background-size: 120px 120px;
        -moz-background-size: 120px 120px;
        background-position: 0 0 !important
    }
    .box-120x100 {
        background-size: 120px 100px;
        -webkit-background-size: 120px 100px;
        -moz-background-size: 120px 100px;
        background-position: 0 0 !important
    }
    .box-130x66 {
        background-size: 130px 66px;
        -webkit-background-size: 130px 66px;
        -moz-background-size: 130px 66px;
        background-position: 0 0 !important
    }
    .box-130x130 {
        background-size: 130px 130px;
        -webkit-background-size: 130px 130px;
        -moz-background-size: 130px 130px;
        background-position: 0 0 !important
    }
    .box-146x32 {
        background-size: 146px 32px;
        -webkit-background-size: 146px 32px;
        -moz-background-size: 146px 32px;
        background-position: 0 0 !important
    }
    .box-146x72 {
        background-size: 146px 72px;
        -webkit-background-size: 146px 72px;
        -moz-background-size: 146px 72px;
        background-position: 0 0 !important
    }
    .box-150x90 {
        background-size: 150px 90px;
        -webkit-background-size: 150px 90px;
        -moz-background-size: 150px 90px;
        background-position: 0 0 !important
    }
    .box-160x160 {
        background-size: 160px 160px;
        -webkit-background-size: 160px 160px;
        -moz-background-size: 160px 160px;
        background-position: 0 0 !important
    }
    .box-212x112 {
        background-size: 212px 112px;
        -webkit-background-size: 212px 112px;
        -moz-background-size: 212px 112px;
        background-position: 0 0 !important
    }
    .box-212x140 {
        background-size: 212px 140px;
        -webkit-background-size: 212px 140px;
        -moz-background-size: 212px 140px;
        background-position: 0 0 !important
    }
    .box-121x121 {
        background-size: 121px 121px;
        -webkit-background-size: 121px 121px;
        -moz-background-size: 121px 121px;
        background-position: 0 0 !important
    }
    .box-148x148 {
        background-size: 148px 148px;
        -webkit-background-size: 148px 148px;
        -moz-background-size: 148px 148px;
        background-position: 0 0 !important
    }
    .box-168x168 {
        background-size: 168px 168px;
        -webkit-background-size: 168px 168px;
        -moz-background-size: 168px 168px;
        background-position: 0 0 !important
    }
    .box-240x160 {
        background-size: 240px 160px;
        -webkit-background-size: 240px 160px;
        -moz-background-size: 240px 160px;
        background-position: 0 0 !important
    }
    .box-275x140 {
        background-size: 275px 140px;
        -webkit-background-size: 275px 140px;
        -moz-background-size: 275px 140px;
        background-position: 0 0 !important
    }
    .box-290x182 {
        background-size: 290px 182px;
        -webkit-background-size: 290px 182px;
        -moz-background-size: 290px 182px;
        background-position: 0 0 !important
    }
    .box-290x172 {
        background-size: 290px 172px;
        -webkit-background-size: 290px 172px;
        -moz-background-size: 290px 172px;
        background-position: 0 0 !important
    }
    .box-287x178 {
        background-size: 287px 178px;
        -webkit-background-size: 287px 178px;
        -moz-background-size: 287px 178px;
        background-position: 0 0 !important
    }
    .icon-32-airy {
        background-image: url("/imgnew/products/airy/airy@64.png")
    }
    .icon-32-folx {
        background-image: url("/imgnew/products/folx/folx@64.png")
    }
    .icon-32-fdt {
        background-image: url("/imgnew/products/fdt/fdt@64.png")
    }
    .icon-32-fo {
        background-image: url("/imgnew/products/fo/fo@64.png")
    }
    .icon-32-pb {
        background-image: url("/imgnew/products/photobulk/photobulk@64.png")
    }
    .icon-32-sm {
        background-image: url("/imgnew/products/sm/sm@64.png")
    }
    .icon-32-elmedia {
        background-image: url("/imgnew/products/elmedia/elmedia@64.png")
    }
    .icon-32-pdf {
        background-image: url("/imgnew/products/pdf/pdf@64.png")
    }
    .icon-32-clm {
        background-image: url("/imgnew/products/clm/clm@64.png")
    }
    .icon-32-usb {
        background-image: url("/imgnew/products/usb/usb@64.png")
    }
    .icon-32-photobulk {
        background-image: url("/imgnew/products/photobulk/photobulk@64.png")
    }
    .icon-50-airy {
        background-image: url("/imgnew/products/airy/airy@100.png")
    }
    .icon-50-folx {
        background-image: url("/imgnew/products/folx/folx@100.png")
    }
    .icon-50-fdt {
        background-image: url("/imgnew/products/fdt/fdt@100.png")
    }
    .icon-50-fo {
        background-image: url("/imgnew/products/fo/fo@100.png")
    }
    .icon-50-pb {
        background-image: url("/imgnew/products/photobulk/photobulk@100.png")
    }
    .icon-50-sm {
        background-image: url("/imgnew/products/sm/sm@100.png")
    }
    .icon-50-elmedia {
        background-image: url("/imgnew/products/elmedia/elmedia@100.png")
    }
    .icon-50-pdf {
        background-image: url("/imgnew/products/pdf/pdf@100.png")
    }
    .icon-50-typeeto {
        background-image: url("/imgnew/products/typeeto/typeeto@100.png")
    }
    .icon-50-clm {
        background-image: url("/imgnew/products/clm/clm@100.png")
    }
    .icon-50-usb {
        background-image: url("/imgnew/products/usb/usb@100.png")
    }
    .icon-50-photobulk {
        background-image: url("/imgnew/products/photobulk/photobulk@100.png")
    }
    .icon-50-vspd {
        background-image: url("/imgnew/products/vspd/vspd@100.png")
    }
    .icon-50-spm {
        background-image: url("/imgnew/products/spm/spm@100.png")
    }
    .icon-64-airy {
        background-image: url("/imgnew/products/airy/airy@128.png")
    }
    .icon-64-folx {
        background-image: url("/imgnew/products/folx/folx@128.png")
    }
    .icon-64-fdt {
        background-image: url("/imgnew/products/fdt/fdt@128.png")
    }
    .icon-64-fo {
        background-image: url("/imgnew/products/fo/fo@128.png")
    }
    .icon-64-pb {
        background-image: url("/imgnew/products/photobulk/photobulk@128.png")
    }
    .icon-64-sm {
        background-image: url("/imgnew/products/sm/sm@128.png")
    }
    .icon-64-elmedia {
        background-image: url("/imgnew/products/elmedia/elmedia@128.png")
    }
    .icon-64-pdf {
        background-image: url("/imgnew/products/pdf/pdf@128.png")
    }
    .icon-64-usb {
        background-image: url("/imgnew/products/usb/usb@128.png")
    }
    .icon-64-photobulk {
        background-image: url("/imgnew/products/photobulk/photobulk@128.png")
    }
    .icon-128-airy {
        background-image: url("/imgnew/products/airy/airy@256.png")
    }
    .icon-128-folx {
        background-image: url("/imgnew/products/folx/folx@256.png")
    }
    .icon-128-fdt {
        background-image: url("/imgnew/products/fdt/fdt@256.png")
    }
    .icon-128-fo {
        background-image: url("/imgnew/products/fo/fo@256.png")
    }
    .icon-128-pb {
        background-image: url("/imgnew/products/photobulk/photobulk@256.png")
    }
    .icon-128-sm {
        background-image: url("/imgnew/products/sm/sm@256.png")
    }
    .icon-128-elmedia {
        background-image: url("/imgnew/products/elmedia/elmedia@256.png")
    }
    .icon-128-pdf {
        background-image: url("/imgnew/products/pdf/pdf@256.png")
    }
    .icon-128-usb {
        background-image: url("/imgnew/products/usb/usb@256.png")
    }
    .icon-128-photobulk {
        background-image: url("/imgnew/products/photobulk/photobulk@256.png")
    }
    .icon-social-facebook {
        background-image: url("/imgnew/@2x/facebook@2x.png");
        background-position: 0 0px;
        background-size: 58px 20px;
        -webkit-background-size: 58px 20px;
        -moz-background-size: 58px 20px
    }
    .icon-social-tweeter {
        background-image: url("/imgnew/@2x/twitter@2x.png");
        background-position: 0 0px;
        background-size: 60px 20px;
        -webkit-background-size: 56px 20px;
        -moz-background-size: 56px 20px
    }
    .icon-social-google {
        background-image: url("/imgnew/@2x/google@2x.png");
        background-position: 0 0px;
        background-size: 60px 20px;
        -webkit-background-size: 60px 20px;
        -moz-background-size: 60px 20px
    }
    .icon-social-youtube {
        background-image: url("/imgnew/@2x/youtube@2x.png");
        background-position: 0 0px;
        background-size: 80px 20px;
        -webkit-background-size: 80px 20px;
        -moz-background-size: 80px 20px
    }
    .icon-social-linkedin {
        background-image: url("/imgnew/@2x/linkedin@2x.png");
        background-position: 0 0px;
        background-size: 62px 20px;
        -webkit-background-size: 62px 20px;
        -moz-background-size: 62px 20px
    }
    .box-32x32.twitter {
        background-image: url("./demo/socialTwitterIcon@2x.png")
    }
    .box-32x32.facebook {
        background-image: url("./demo/socialFacebookIcon@2x.png")
    }
    .play {
        background-image: url("/imgnew/@2x/play@2x.png");
        background-size: 92px 92px;
        -webkit-background-size: 92px 92px;
        -moz-background-size: 92px 92px
    }
    .play:hover {
        background-image: url("/imgnew/@2x/play_hover@2x.png");
        background-size: 92px 92px;
        -webkit-background-size: 92px 92px;
        -moz-background-size: 92px 92px
    }
    .cone.airy {
        background-image: url("/imgnew/products/airy/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.folx {
        background-image: url("/imgnew/products/folx/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.fdt {
        background-image: url("/imgnew/products/fdt/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.sm {
        background-image: url("/imgnew/products/sm/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.pb {
        background-image: url("/imgnew/products/photobulk/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.elmedia {
        background-image: url("/imgnew/products/elmedia/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.pdf {
        background-image: url("/imgnew/products/pdf/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.fo {
        background-image: url("/imgnew/products/fo/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.commander {
        background-image: url("/imgnew/products/commander/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.typeeto {
        background-image: url("/imgnew/products/typeeto/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.uplet {
        background-image: url("/imgnew/products/uplet/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .cone.clm {
        background-image: url("/imgnew/products/clm/cone-left-top@2x.png");
        background-size: 70px 69px;
        -webkit-background-size: 70px 69px;
        -moz-background-size: 70px 69px
    }
    .products-discount-banner .demarcation-line {
        background-image: url("/imgnew/discount/img@2x.png");
        background-size: 415px 26px;
        -webkit-background-size: 415px 26px;
        -moz-background-size: 415px 26px;
        -khtml-background-size: 415px 26px
    }
    a.arrow-blue-link:after {
        background-image: url(./demo/arrowBlueImage@2x.png)
    }
}
.link-decor {
    text-decoration: underline
}
.link-decor--green {
    text-decoration-color: rgba(39, 193, 182, 0.5)
}
.link-decor--yellow {
    text-decoration-color: rgba(255, 203, 68, 0.5)
}
.link-decor--blue {
    text-decoration-color: rgba(46, 183, 241, 0.5)
}
.section-features.features-press .link-decor--green:hover,
.section-features.features-press .link-decor--green:active,
.section-features.features-press .link-decor--green:focus {
    text-decoration-color: rgba(39, 193, 182, 0.5)
}
.section-features.features-press .link-decor--yellow:hover,
.section-features.features-press .link-decor--yellow:active,
.section-features.features-press .link-decor--yellow:focus {
    text-decoration-color: rgba(255, 203, 68, 0.5)
}
.section-features.features-press .link-decor--blue:hover,
.section-features.features-press .link-decor--blue:active,
.section-features.features-press .link-decor--blue:focus {
    text-decoration-color: rgba(46, 183, 241, 0.5)
}
@media (min-width: 992px) {
    .section-features.features-press .link-decor {
        text-decoration: none
    }
    .section-features.features-press .link-decor:hover,
    .section-features.features-press .link-decor:active,
    .section-features.features-press .link-decor:focus {
        text-decoration: underline;
        text-decoration-thickness: 3px
    }
    .section-features.features-press .link-decor--green:hover,
    .section-features.features-press .link-decor--green:active,
    .section-features.features-press .link-decor--green:focus {
        text-decoration-color: rgba(39, 193, 182, 0.5)
    }
    .section-features.features-press .link-decor--yellow:hover,
    .section-features.features-press .link-decor--yellow:active,
    .section-features.features-press .link-decor--yellow:focus {
        text-decoration-color: rgba(255, 203, 68, 0.5)
    }
    .section-features.features-press .link-decor--blue:hover,
    .section-features.features-press .link-decor--blue:active,
    .section-features.features-press .link-decor--blue:focus {
        text-decoration-color: rgba(46, 183, 241, 0.5)
    }
}
@media (max-width: 992px) {
    .about-page .container {
        width: 100%;
        padding: 0 30px
    }
    .section-features.features-press .link-decor {
        text-decoration-thickness: 4px
    }
}
@media (max-width: 768px) {
    .wrap-slider .container {
        padding: 0 0 0 30px
    }
}
.et-today {
    margin: 0 -15px;
    margin-top: -6px;
    color: #101010;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px
}
.et-today .title-main {
    font-size: 26px;
    line-height: 56px;
    padding-bottom: 0
}
.et-today .media-left {
    padding-bottom: 50px;
    padding-top: 45px
}
.et-today .title-content {
    padding-bottom: 5px;
    color: #111;
    font-weight: 700;
    font-size: 72px;
    line-height: 86px;
    font-family: "PolySans", Helvetica, Arial, sans-serif
}
.et-today .text-content {
    color: #111;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-family: "Montserrat Black", Helvetica, Arial, sans-serif
}
.et-today .item .media-body {
    display: block;
    text-align: left
}
.et-today .item:not(:nth-last-child(-n+2)) .media-body {
    margin-bottom: 45px
}
.et-today .item.item-right-column .media-body {
    text-align: left
}
@media(max-width: 992px) {
    .et-today {
        margin-top: 0;
        padding-top: 12px
    }
    .et-today .items {
        display: flex;
        flex-wrap: wrap
    }
}
@media (max-width: 767px) {
    .et-today .item.item-right-column .media-body {
        text-align: left
    }
}
@media (max-width: 480px) {
    .et-today .title-content {
        font-size: 64px;
        line-height: 77px
    }
    .et-today .text-content {
        font-size: 16px;
        line-height: 24px
    }
    .et-today .item {
        padding-right: 0
    }
}
.note-text {
    color: #A2A2A2;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px
}
.link-decor {
    text-decoration: underline
}
.link-decor--green {
    text-decoration-color: rgba(39, 193, 182, 0.5)
}
.link-decor--yellow {
    text-decoration-color: rgba(255, 203, 68, 0.5)
}
.link-decor--blue {
    text-decoration-color: rgba(46, 183, 241, 0.5)
}
.link-decor--red {
    text-decoration-color: rgba(237, 156, 139, 0.5)
}
.section-features.features-press .link-decor--green:hover,
.section-features.features-press .link-decor--green:active,
.section-features.features-press .link-decor--green:focus {
    text-decoration-color: rgba(39, 193, 182, 0.5)
}
.section-features.features-press .link-decor--yellow:hover,
.section-features.features-press .link-decor--yellow:active,
.section-features.features-press .link-decor--yellow:focus {
    text-decoration-color: rgba(255, 203, 68, 0.5)
}
.section-features.features-press .link-decor--blue:hover,
.section-features.features-press .link-decor--blue:active,
.section-features.features-press .link-decor--blue:focus {
    text-decoration-color: rgba(46, 183, 241, 0.5)
}
@media (min-width: 992px) {
    .section-features.features-press .link-decor {
        text-decoration: none
    }
    .section-features.features-press .link-decor:hover,
    .section-features.features-press .link-decor:active,
    .section-features.features-press .link-decor:focus {
        text-decoration: underline;
        text-decoration-thickness: 3px
    }
    .section-features.features-press .link-decor--green:hover,
    .section-features.features-press .link-decor--green:active,
    .section-features.features-press .link-decor--green:focus {
        text-decoration-color: rgba(39, 193, 182, 0.5)
    }
    .section-features.features-press .link-decor--yellow:hover,
    .section-features.features-press .link-decor--yellow:active,
    .section-features.features-press .link-decor--yellow:focus {
        text-decoration-color: rgba(255, 203, 68, 0.5)
    }
    .section-features.features-press .link-decor--blue:hover,
    .section-features.features-press .link-decor--blue:active,
    .section-features.features-press .link-decor--blue:focus {
        text-decoration-color: rgba(46, 183, 241, 0.5)
    }
}
@media (max-width: 992px) {
    .about-page .container {
        width: 100%;
        padding: 0 30px
    }
}
@media (max-width: 768px) {
    .wrap-slider .container {
        padding: 0 0 0 30px
    }
}
.et-today {
    margin: 0 -15px;
    margin-top: -6px;
    color: #101010;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px
}
.et-today .title-main {
    font-size: 26px;
    line-height: 56px;
    padding-bottom: 0
}
.et-today .media-left {
    padding-bottom: 50px;
    padding-top: 45px
}
.et-today .title-content {
    padding-bottom: 5px;
    color: #111;
    font-weight: 700;
    font-size: 72px;
    line-height: 86px;
    font-family: "PolySans", Helvetica, Arial, sans-serif
}
.et-today .text-content {
    color: #111;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-family: "Montserrat Black", Helvetica, Arial, sans-serif
}
.et-today .item .media-body {
    display: block;
    text-align: left
}
.et-today .item:not(:nth-last-child(-n+2)) .media-body {
    margin-bottom: 45px
}
.et-today .item.item-right-column .media-body {
    text-align: left
}
@media(max-width: 992px) {
    .et-today {
        margin-top: 0;
        padding-top: 12px
    }
    .et-today .items {
        display: flex;
        flex-wrap: wrap
    }
}
@media (max-width: 767px) {
    .et-today .item.item-right-column .media-body {
        text-align: left
    }
}
@media (max-width: 480px) {
    .et-today .title-content {
        font-size: 64px;
        line-height: 77px
    }
    .et-today .text-content {
        font-size: 16px;
        line-height: 24px
    }
    .et-today .item {
        padding-right: 0
    }
}
.xoverflow-h {
    overflow-x: hidden
}
.link-accent {
    color: #27C1B6
}
.link-accent:hover,
.link-accent:focus,
.link-accent:active {
    color: #27C1B6
}
.simple-text {
    margin-bottom: 64px;
    padding: 34px 0;
    font-weight: 600;
    font-size: 18px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 28px
}
@media (max-width: 480px) {
    .simple-text {
        margin-bottom: 60px
    }
    .video-btn {
        padding: 12px 16px
    }
}
.text-note {
    margin-top: 76px;
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    font-family: "PolySans", sans-serif;
    line-height: 20px
}
#cboxOverlay.overlay-video {
    background: #111;
    opacity: 1 !important
}
.box-video #cboxClose {
    position: absolute;
    top: 0;
    right: -40px;
    width: 27px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.56066 0.43934C1.97487 -0.146447 1.02513 -0.146447 0.43934 0.43934C-0.146447 1.02513 -0.146447 1.97487 0.43934 2.56066L11.3787 13.5L0.439341 24.4393C-0.146446 25.0251 -0.146446 25.9749 0.439341 26.5607C1.02513 27.1464 1.97487 27.1464 2.56066 26.5607L13.5 15.6213L24.4393 26.5607C25.0251 27.1464 25.9749 27.1464 26.5607 26.5607C27.1464 25.9749 27.1464 25.0251 26.5607 24.4393L15.6213 13.5L26.5607 2.56066C27.1464 1.97487 27.1464 1.02513 26.5607 0.43934C25.9749 -0.146447 25.0251 -0.146447 24.4393 0.43934L13.5 11.3787L2.56066 0.43934Z' fill='%23F5F8F7' fill-opacity='0.7'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    transition: opacity .2s ease
}
.box-video #cboxClose:hover {
    opacity: 1
}
.box-video #cboxContent {
    left: 0;
    right: auto;
    top: 0;
    background: transparent
}
.overlay-wrap,
.overlay-wrap .wrap {
    height: 100%
}
.overlay-wrap .container {
    padding: 0;
    min-width: 270px;
    height: 100%
}
.box-form #cboxContent {
    border-radius: 16px;
    overflow: hidden
}
.box-form #cboxClose {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8619 0.195262C11.1223 -0.0650874 11.5444 -0.0650874 11.8047 0.195262C12.0651 0.455612 12.0651 0.877722 11.8047 1.13807L6.94281 6L11.8048 10.862C12.0652 11.1224 12.0652 11.5445 11.8048 11.8048C11.5445 12.0652 11.1224 12.0652 10.862 11.8048L6 6.94281L1.13807 11.8047C0.877722 12.0651 0.455611 12.0651 0.195262 11.8047C-0.0650874 11.5444 -0.0650874 11.1223 0.195262 10.8619L5.05719 6L0.195338 1.13815C-0.0650119 0.877797 -0.0650119 0.455687 0.195338 0.195337C0.455687 -0.0650123 0.877797 -0.0650123 1.13815 0.195337L6 5.05719L10.8619 0.195262Z' fill='%23111111'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    transition: opacity .2s ease
}
.box-form #cboxClose:hover {
    opacity: 1
}
.box-form #cboxContent {
    left: 0;
    right: auto;
    top: 0
}
.overlay-form#cboxOverlay {
    background: rgba(17, 17, 17, 0.7)
}
@media (max-width: 560px) {
    .colorbox-form-open {
        overflow: hidden
    }
    .box-form#colorbox {
        position: fixed !important;
        top: auto !important;
        bottom: -15px !important
    }
    .box-form #cboxMiddleLeft,
    .box-form #cboxTopRight {
        width: 0
    }
    .box-form #cboxTopLeft,
    .box-form #cboxTopCenter {
        height: 0
    }
    .box-form#colorbox,
    .box-form #cboxWrapper,
    .box-form #cboxContent,
    .box-form #cboxLoadedContent {
        width: 100% !important
    }
    .box-form #cboxContent {
        border-radius: 16px 16px 0 0
    }
}
.list-decorated {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 24px;
    list-style-type: none
}
.list-decorated>li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px;
    color: #111;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana sans-serif;
    background-color: #D1F3F1;
    border-radius: 7px
}
.list-decorated>li:before {
    position: relative;
    top: 3px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(/styles_new/%23clip0_5139_29400)'%3E%3Cpath d='M18.3385 9.23355V10.0002C18.3375 11.7972 17.7556 13.5458 16.6797 14.9851C15.6037 16.4244 14.0913 17.4773 12.368 17.9868C10.6447 18.4963 8.80292 18.4351 7.11727 17.8124C5.43161 17.1896 3.99242 16.0386 3.01434 14.5311C2.03626 13.0236 1.5717 11.2403 1.68994 9.44714C1.80818 7.65402 2.50288 5.94715 3.67044 4.58111C4.838 3.21506 6.41586 2.26303 8.1687 1.867C9.92154 1.47097 11.7554 1.65216 13.3969 2.38355' stroke='%2327C1B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3333 3.33398L10 11.6756L7.5 9.17565' stroke='%2327C1B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5139_29400'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}
@media (max-width: 480px) {
    .list-decorated {
        margin-top: 20px;
        margin-bottom: 12px
    }
}
@media (min-width: 1200px) {
    .compare-page .bkg-img {
        background-image: none !important
    }
}
@media (max-width: 480px) {
    .wrap-0 .container-fluid {
        padding: 0
    }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}
#cboxContent {
    position: relative;
    overflow: visible;
    left: 20px;
    right: 20px;
    top: 30px
}
#cboxLoadedContent {
    overflow: auto
}
#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}
#cboxTitle {
    margin: 0
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}
#cboxOverlay {
    background: #000
}
#colorbox {}
#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: none
}
#cboxTopRight {
    width: 14px;
    height: 14px;
    background: none;
}
#cboxBottomLeft {
    width: 14px;
    height: 14px;
    background: none;
}
#cboxBottomRight {
    width: 14px;
    height: 14px;
    background: none;
}
#cboxMiddleLeft {
    width: 14px;
    background: none;
}
#cboxMiddleRight {
    width: 14px;
    background: none;
}
#cboxTopCenter {
    height: 14px;
    background: none;
}
#cboxBottomCenter {
    height: 14px;
    background: none;
}
#cboxContent {
    background: #fff;
    text-align: left
}
#cboxLoadedContent {
    margin-bottom: 0px
}
#cboxTitle {
    color: #CCC;
    left: 60px;
    position: absolute;
    top: -20px
}
#cboxCurrent {
    color: #CCC;
    position: absolute;
    right: 25px;
    top: -20px
}
#cboxSlideshow {
    color: #FFF;
    position: absolute;
    right: 90px;
    top: -20px
}
#cboxPrevious {
    position: absolute;
    top: 0;
    left: -27px;
    background-image: url(/images/cb/previous.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 20px;
    height: 100%;
    text-indent: -9999px
}
#cboxPrevious.hover {}
#cboxNext {
    position: absolute;
    top: 0;
    right: -27px;
    background-image: url(/images/cb/next.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 20px;
    height: 100%;
    text-indent: -9999px
}
#cboxNext.hover {}
#cboxLoadingOverlay {
    background: url(/images/cb/loading_background.png) center center no-repeat
}
#cboxLoadingGraphic {
    background: url(/images/cb/loading.gif) center center no-repeat
}
#cboxClose {
    position: absolute;
    top: 0;
    right: -29px;
    background-image: url(/images/cb/close.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background-color: transparent;
    border: none
}
#cboxClose.hover {}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-device-pixel-ratio: 2) {
    #cboxClose {
        -webkit-background-size: 19px 19px;
        -moz-background-size: 19px 19px;
        background-size: 19px 19px
    }
    #cboxPrevious,
    #cboxNext {
        -webkit-background-size: 19px 34px;
        -moz-background-size: 19px 34px;
        background-size: 19px 34px
    }
    #cboxClose {
        background-image: url(/images/cb/close@2x.png)
    }
    #cboxPrevious {
        background-image: url(/images/cb/previous@2x.png)
    }
    #cboxNext {
        background-image: url(/images/cb/next@2x.png)
    }
}
.request-oem .media__logo .media-body {
    color: #003d53
}
.request-oem .title {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    color: #101010;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.15em
}
.request-unoversal-2 .text,
.request-unoversal-2-text {
    color: #60767e;
    font-size: 18px;
    line-height: 1.44em
}
.bkg-aboutus {
    background-image: url(./demo/devicesIll.png), url(./demo/tGrdntBkg.png);
    background-position: bottom center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 400px, 100% 100%;
    background-color: #F0F3F5
}
@media (max-width: 991px) {
    .splash-bkg {
        background-image: none
    }
    .splash-gradient {
        background: #fff;
        background: -moz-linear-gradient(top, rgb(218, 245, 255) 0%, rgb(255, 255, 255) 60%);
        background: -webkit-linear-gradient(top, rgb(218, 245, 255) 0%, rgb(255, 255, 255) 60%);
        background: linear-gradient(to bottom, rgb(218, 245, 255) 0%, rgb(255, 255, 255) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daf5ff', endColorstr='#ffffff', GradientType=60)
    }
    .section-splash-align-left {
        padding-top: 60px
    }
}
@media (max-width: 480px) {
    .section-features.custom-software-for-remote .support-table thead td {
        font-size: 13px
    }
}
@media (max-width: 768px) {
    .section-splash-align-left .productLogo-branded {
        display: table;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {}
.message-box {
    position: static;
    z-index: 99999;
    width: 100%;
    padding: 16px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}
.message-wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 12px;
    padding: 0 40px
}
.message-close {
    position: relative;
    width: 21px;
    min-width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease
}
.message-close span {
    position: absolute;
    display: block;
    width: 9px;
    height: 1px
}
.message-close span:first-child {
    left: 6px;
    transform: rotate(45deg)
}
.message-close span:last-child {
    right: 6px;
    transform: rotate(-45deg)
}
.message-text b,
.message-text {
    font-weight: 400;
    font-size: 14px;
    font-family: "SFProText";
    line-height: 20px;
    letter-spacing: -0.24 px
}
.message-text {
    align-items: center
}
.message-text b,
.message-text i,
.message-text em {
    display: inline-block;
    font-weight: 600
}
.message-text a {
    font-weight: 600;
    text-decoration: underline
}
.message-box--info {
    background-color: #27C1B6
}
.message-box--warning {
    background-color: #FFE67D
}
.message-box--error {
    background-color: #FA5F55
}
.message-box--info .message-close span {
    background-color: #fff
}
.message-box--warning .message-close span {
    background-color: #2E2F30
}
.message-box--error .message-close span {
    background-color: #fff
}
.message-box--info .message-close,
.message-box--error .message-close {
    background-color: rgba(255, 255, 255, 0.2)
}
.message-box--info .message-close:hover,
.message-box--error .message-close:hover {
    background-color: rgba(255, 255, 255, 0.3)
}
.message-box--info .message-close:active,
.message-box--error .message-close:active,
.message-box--info .message-close:focus,
.message-box--error .message-close:focus {
    background-color: rgba(255, 255, 255, 0.4)
}
.message-box--warning .message-close {
    background-color: rgba(46, 47, 48, 0.1)
}
.message-box--warning .message-close:hover {
    background-color: rgba(46, 47, 48, 0.14)
}
.message-box--warning .message-close:active,
.message-box--warning .message-close:focus {
    background-color: rgba(46, 47, 48, 0.2)
}
.message-box--info .message-text,
.message-box--info .message-text a,
.message-box--error .message-text,
.message-box--error .message-text a {
    color: #fff
}
.message-box--warning .message-text,
.message-box--warning .message-text a {
    color: #2E2F30
}
@media (max-width: 991px) {
    .message-box--warning .message-close {
        position: absolute;
        right: 12px
    }
}
#header {
    margin: 0 -15px;
    padding: 0 15px;
    z-index: 9999;
    position: relative
}
#header.header-fixed {
    position: relative
}
#header.header-fixed.header-dark {
    background-color: #111;
}
.wrap-header {
    width: 100%;
    top: 0
}
#header .navbar-header {
    min-height: 80px;
}
#header .navbar-brand {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-right: 14px;
    padding: 0;
    text-decoration: none;
    border-bottom: none;
    font-size: 22px;
    line-height: 40px;
    height: 40px
}
#header .logo-svg {
    margin-right: 10px
}
#header .navbar-brand .logo-title path {
    fill: #111
}
.header-open #header.header-dark .navbar-brand .logo-title path {
    fill: #F5F8F7
}
#header.header-dark .navbar-brand .logo-title path {
    fill: #F5F8F7
}
#header .navbar-default {
    background-color: transparent;
    border: none;
    display: block;
    margin-bottom: 0
}
#header .navbar-default .navbar-nav>li>a.btn-accent {
    height: 40px;
    color: #27C1B6;
    background: #F9F9F9;
    border: 2px solid rgba(39, 193, 182, 1);
    border-radius: 7px;
    box-shadow: none
}
#header .navbar-default .navbar-nav>li>a.btn-accent:hover {
    color: #27C1B6;
    background: rgba(39, 193, 182, 0.2)
}
#header .navbar-default .navbar-nav>li>a.btn-accent:active,
#header .navbar-default .navbar-nav>li>a.btn-accent:focus {
    color: #27C1B6;
    border-color: transparent;
    background: rgba(39, 193, 182, 0.3);
    box-shadow: none
}
#header.header-dark .navbar-default .navbar-nav>li>a.btn-accent {
    height: 40px;
    color: #27C1B6;
    background: #111;
    border: 2px solid #27C1B6;
    border-radius: 7px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08)
}
#header.header-dark .navbar-default .navbar-nav>li>a.btn-accent:hover {
    color: #27C1B6;
    background: rgba(39, 193, 182, 0.4)
}
#header.header-dark .navbar-default .navbar-nav>li>a.btn-accent:active,
#header.header-dark .navbar-default .navbar-nav>li>a.btn-accent:focus {
    color: #27C1B6;
    border-color: transparent;
    background: rgba(39, 193, 182, 0.5)
}
#header .navbar-default .navbar-nav>li>a.btn-accent.btn-accent-primary {
    background: #27C1B6;
    color: #F5F8F7;
    border: 2px solid #27C1B6
}
#header .navbar-default .navbar-nav>li>a.btn-accent.btn-accent-primary:hover {
    background: #4CCCC3;
    color: #F5F8F7;
    border: 2px solid #4CCCC3
}
#header .navbar-default .navbar-nav>li>a.btn-accent.btn-accent-primary:focus {
    background: #23AEA4;
    color: #F5F8F7;
    border: 2px solid #23AEA4
}
#header .navbar-collapse {
    padding: 0
}
#header .nav {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none outside none;
    float: none
}
#header .nav li {
    font-size: 16px;
    padding: 0px 5px
}
#header .nav li a {
    color: #111;
    text-decoration: none;
    padding: 8px 5px;
    margin: 0;
    display: block;
    border: 2px solid transparent;
    min-width: 60px;
    text-align: center;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    -webkit-tap-highlight-color: transparent
}
#header.header-dark .nav li a {
    color: #F5F8F7
}
.header-open #header.header-dark .nav li a,
#header.header-dark .nav li a {
    color: #F5F8F7
}
#header .nav li a.btn-accent {
    padding: 8px 12px
}
#header .nav li a.btn-avatar {
    padding: 3px 12px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}
#header .nav li a.btn-avatar>img {
    border-radius: 50%;
    margin-right: 7px
}
#header .nav li .link.parent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 5px;
    color: #111;
    text-align: left;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}
#header.header-dark .nav li .link.parent {
    color: #F5F8F7
}
#header .nav li .link.parent:hover,
#header .has-children .parent.link:hover:after {
    color: #676767
}
#header.header-dark .nav li .link.parent:hover,
#header.header-dark .has-children .parent.link:hover:after {
    color: #A2A2A2
}
#header .nav li.open .link.parent {
    color: #676767
}
#header.header-dark .nav li.open .link.parent {
    color: #A2A2A2
}
#header .nav li .link.parent:active,
#header .nav li a.link.parent:hover {
    color: #676767
}
#header .nav li a:not(.btn):hover,
#header .nav li a:not(.btn):active,
#header .nav li a:not(.btn):focus {
    color: #676767
}
#header.header-dark .nav li.open .link.parent {
    color: #A2A2A2
}
#header.header-dark .nav li .link.parent:active,
#header.header-dark .nav li a.link.parent:hover {
    color: #A2A2A2
}
#header.header-dark .nav li a:not(.btn):hover,
#header.header-dark .nav li a:not(.btn):active,
#header.header-dark .nav li a:not(.btn):focus {
    color: #A2A2A2
}
#header .nav .btn-primary {
    border-color: #118AFB;
    background-color: #118AFB;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px
}
#header .nav .btn-primary:hover {
    background-color: #0072ff;
    border-color: #0072ff;
    color: #fff
}
#header .m-right {
    float: right
}
#header .nav li.m-right {
    padding: 0
}
#header .nav li.m-right a {
    margin: 0 5px
}
#header .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    margin: 18px 0;
    -webkit-tap-highlight-color: transparent
}
#header .navbar-toggle .close-bar,
#header .navbar-toggle .open-bar {
    background-color: #111;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
#header.header-dark .navbar-toggle .close-bar,
#header.header-dark .navbar-toggle .open-bar {
    background-color: #F5F8F7
}
#header .navbar-toggle .close-bar {
    opacity: 0;
    margin-bottom: 4px
}
#header .navbar-toggle.collapsed .close-bar {
    opacity: 1
}
#header .navbar-toggle.collapsed .open-bar,
#header .navbar-toggle.collapsed .open-bar:last-of-type {
    transform: rotate(0deg)
}
#header .navbar-toggle.collapsed .open-bar+.open-bar {
    margin-top: 4.5px
}
.header-open #header .navbar-toggle .open-bar {
    transform: rotate(-45deg);
    background-color: #111
}
#header.header-dark .navbar-toggle .open-bar {
    background-color: #F5F8F7
}
#header .navbar-toggle .open-bar:last-of-type {
    transform: rotate(45deg);
    margin-top: -2px
}
#header .solutions-item .dropdown-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 4px;
    padding-bottom: 81px
}
#header .solutions-item.solutions-item-2-col .dropdown-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}
#header .solutions-item .dropdown-menu .link.solutions-item--title {
    color: rgba(17, 17, 17, 0.5);
    cursor: default;
    padding: 6px 8px;
    line-height: 28px;
    display: inline-block;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 15px
}
#header .solutions-item .dropdown-menu .link.solutions-item--title:hover {
    background-color: transparent;
    color: rgba(17, 17, 17, 0.5)
}
#header .solutions-item .dropdown-menu .child-item.last {
    position: absolute;
    width: calc(100% - 16px);
    left: 8px;
    bottom: 0
}
#header .solutions-item .dropdown-menu .child-item.last .all-solutions-link {
    color: #27C1B6
}
#header .solutions-item .dropdown-menu .child-item.last .all-solutions-link {
    position: relative;
    line-height: 32px;
    display: flex;
    align-items: center;
    border: 0;
    border-top: 1px solid #E7E9EA;
    padding-top: 12px;
    padding-bottom: 16px
}
#header .solutions-item .dropdown-menu .child-item.last .all-solutions-link:focus {
    background-color: transparent;
    text-decoration: underline
}
#header .solutions-item .dropdown-menu .child-item.last .all-solutions-link:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNSAxMCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjgwNDYyOSA5LjVMMCA4LjYzNjk1TDMuMzkwNzQgNUwwIDEuMzYzMDVMMC44MDQ2MjkgMC41TDUgNUwwLjgwNDYyOSA5LjVaIiBmaWxsPSIjMjdDMUI2Ii8+Cjwvc3ZnPg==');
    margin-left: 8px;
    position: relative;
    top: 1px
}
#header .solutions-item .dropdown-menu .child-item.last .all-solutions-link:hover {
    background-color: transparent;
    text-decoration: underline
}
#header .solutions-item.item-flex.open .dropdown-menu {
    display: flex
}
#header .solutions-item.item-flex .dropdown-menu {
    column-count: auto
}
#header .solutions-item.item-flex .dropdown-menu .li-column {
    width: max-content;
    padding: 0 2px
}
#header .solutions-item.item-flex .dropdown-menu .li-column:first-child {
    padding-left: 0
}
#header .solutions-item.item-flex .dropdown-menu .li-column:nth-last-child(2) {
    padding-right: 0
}
#header .dropdown-menu .security-list {
    border-radius: 6px;
    background: #F1F3F4;
    padding: 0px 8px 6px 8px
}
#header .solutions-item .dropdown-menu .security-list .link.solutions-item--title {
    padding: 0;
    cursor: pointer
}
#header .solutions-item .dropdown-menu .security-list .link.solutions-item--title .name {
    line-height: 28px;
    display: block;
    padding: 6px 8px;
    color: rgba(17, 17, 17, 0.50)
}
#header .solutions-item .dropdown-menu .security-list .text {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    padding: 0 8px;
    display: block;
    max-width: 184px
}
html:not([lang="en"]) #header .solutions-item .dropdown-menu .security-list .text {
    font-size: 14px
}
#header .solutions-item .dropdown-menu .security-list .child-item-image {
    display: block
}
#header .nav .security-list li.child-item .all-solutions-link {
    color: #27C1B6 !important;
    line-height: 22px;
    display: block;
    padding: 13px 0 9px;
    width: 100%;
    position: relative;
    margin-top: 10px
}
#header .nav .security-list li.child-item .all-solutions-link::before {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% + 8px);
    height: 1px;
    background-color: #DDDFE0;
    left: 50%;
    transform: translateX(-50%)
}
#header .nav .security-list li.child-item .link.security:hover .all-solutions-link {
    text-decoration: underline
}
#header .nav .security-list li.child-item .all-solutions-link::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNSAxMCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjgwNDYyOSA5LjVMMCA4LjYzNjk1TDMuMzkwNzQgNUwwIDEuMzYzMDVMMC44MDQ2MjkgMC41TDUgNUwwLjgwNDYyOSA5LjVaIiBmaWxsPSIjMjdDMUI2Ii8+Cjwvc3ZnPg==');
    margin-left: 5px;
    vertical-align: middle
}
#header .dropdown-menu .security-list .child {
    border: 0;
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 28px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600
}
#header .dropdown-menu .security-list .child.with-image {
    padding: 0 8px;
    width: min-content;
    padding-bottom: 4px;
    margin-bottom: 4px;
    position: relative
}
#header .dropdown-menu .security-list .child .child-text {
    padding-top: 6px;
    display: block
}
#header.header-dark .nav .security-list li.child-item a {
    color: #000
}
#header .dropdown-menu {
    left: -8px;
    min-width: 192px;
    width: auto;
    padding: 8px;
    border-radius: 10px;
    border: 0;
    margin-top: 4px;
    box-shadow: 0px 8px 30px rgba(17, 17, 17, 0.12)
}
#header .dropdown-menu .child {
    color: #111;
    text-align: left
}
#header .nav .dropdown-menu>li>a:hover {
    color: #111;
    background-color: #F1F3F4;
    border-radius: 6px
}
#header .nav .dropdown-menu>li>a:active,
#header .nav .dropdown-menu>li>a:focus {
    color: #111;
    background-color: #E7E9EA;
    border-radius: 6px
}
#header .has-children .parent.link .caret {
    display: none
}
#header .has-children .parent.link:after {
    margin-left: 6px;
    display: inline-block;
    color: #111;
    font-family: "ElmeticaNew";
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    content: "r"
}
.header-open #header .has-children .parent.link:after,
#header.header-dark .has-children .parent.link:after {
    color: #F5F8F7
}
#header .has-children.open .parent.link:after {
    color: #676767;
    content: "R"
}
.header-open #header.header-dark .has-children.open .parent.link:after,
#header.header-dark .has-children.open .parent.link:after {
    color: #A2A2A2
}
.tablet-open #header.header-dark .has-children.open .parent.link:after {
    color: #F5F8F7
}
#header .dropdown-menu .child-item {
    padding: 0px
}
#header .dropdown-menu .child-item .divider {
    line-height: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0;
    margin: 0 20px
}
#header .dropdown-menu .child-item .divider span {
    display: none
}
#header .nav li.child-item a {
    padding: 6px 8px;
    line-height: 28px;
    border: 0
}
#header.header-dark .nav li.child-item a {
    color: #111
}
#header.header-dark .nav li.child-item a:hover {
    color: #111;
    background-color: #F1F3F4;
    border-radius: 6px
}
#header.header-dark .nav li.child-item a:active,
#header.header-dark .nav li.child-item a:focus {
    color: #111;
    background-color: #E7E9EA;
    border-radius: 6px
}
#header .nav .download .title {
    margin-left: 28px
}
#header .nav .download:before {
    content: " ";
    display: inline-block;
    background: center no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABbElEQVR4AbRTJUAEARA83F0avb3L+R3uDekRGgn3RkILEon0iGsvePtIwZ2ddznBft9/Z2ad0TK3LFfZveKAjRV36dNn8wrP+Az+HoCfMbPm5uYsIs4Q6cnOCic2Thh0sGK7nVc4fOI3/ocfOOA1hXi+oZKiHtpZ8YyA9UZB4QcOePASMgoKbamqWsx8w4ADHryYDJEyImkJOQRFohKXyJevI3gGfrjZgR6Jddolib0E/kQ5eiWDDx0mOLVjOH4jBsNQoMNg3JjSX8TAhw4y8zk4sU0/qtRjJoa1gQ5qfsYe/SUz8KGjmRkNY87uFSbjM+vs7Myk/qyQf0Qrs4SeTUxMpJJjDQJEWnewUp//uyhasVPB/6f1ejaAaSSUx0pDRPygMu8gQOAb/3dO7NSbZnjPtE7IwcrdlMVjQEy4RnaGe2Z2ATZO5sm34VTVcpMLSMJtfo3SUoNgeQbKYqBYAiUbUDoC0YTKM6qWtADy6dax3Vy2sAAAAABJRU5ErkJggg==');
    background-size: 19px 19px;
    width: 20px;
    height: 20px;
    position: absolute
}
#header .nav .download:hover:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABc0lEQVR4Aa1UJUAmQRSec5fVc790h1S0QYOG9AiNhHtbRQvScOkR117wRqTg7C7D+3BZwd4vo9/3fJifiCb/JmhekaA7Y6Lurgqau4sRa+zjnEXJ3wb+TNQdTdDdHRpnJd0rlnU3U9R5IkassY9z3MN9X6IPOldFzZmi37xoOOksRHCOe7gP3BWLcCBozvBPm79n1xDcw33gLlgIk6HJj0ixeCq51aw089d+hMABfxpsxEDSnTTmI5Lh5ZMFHO4EuQw8eBiyQ+wzOLgNGQRJAQ9DupGlu5ABDx6G+pFNN4P5CyzPiyJD2YCHoSBRR3exDHjw+FmGGNRTHKsvW/a/jz8VNbeVFJT5W3YpZlWcPyRAOwgoS52i4RVgrpo8/rgWOY21vjFDFpANH/dKiGyfNG6AgNxYw5wUZQdl87TOfFqIztxcAm8fk63AurA6i+oAKEsiiwY/G1yO6oD77817fTX83jO0GLKEskEdYYx+z+7xpT0AVkV/v2Q6nnMAAAAASUVORK5CYII=')
}
#header .tablet-mune.collapse {
    display: none !important
}
#header .navbar-toggle.tablet-toggle,
#header .tablet-mune .fixbotom {
    display: none
}
.wrap-header.fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.23)
}
.wrap-header.fixed-wrap #header:not(.bkg-color-ffffff) {
    background-color: #f9f9f9
}
.wrap-header.fixed-wrap #header.header-dark {
    background-color: #111
}
.li-row.form-active {
    opacity: 0;
    visibility: hidden
}
#header .nav li {
    transition: all 0.2s ease-in-out
}
#header .nav li.search-item {
    padding: 10.5px 0px;
    float: right
}
.landing #header {
    position: absolute;
    width: 100%
}
@media (min-width: 991px) {
    #header .nav li.search-item.hidden-md,
    #header .nav li.search-item.hidden-lg {
        display: none !important
    }
}
.form-search {
    position: relative;
    margin: 0 5px;
    width: 20px;
    height: 20px
}
input.searchsubmit {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 0;
    height: 40px;
    padding: 0;
    opacity: 0
}
#searchModal {
    z-index: 10003;
    padding-right: 0 !important;
    background: rgba(34, 34, 34, 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}
#searchModal .close {
    position: fixed;
    top: 18px;
    right: 44px;
    background: #000;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.43);
    border-radius: 8px;
    width: 56px;
    height: 54px;
    opacity: 1
}
@media (max-width: 798px) {
    #searchModal .close {
        top: 16px;
        right: 24px
    }
}
#searchModal .close .icon-close {
    font-size: 21px
}
#searchModal .modal-dialog {
    max-width: 594px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 74%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}
@media (max-width: 650px) {
    #searchModal .modal-dialog {
        max-width: calc(100% - 48px);
        margin: 170px 24px 24px;
        height: unset
    }
}
#searchModal .modal-dialog .modal-content {
    border: 0;
    border-radius: 8px
}
.form-search__toggle {
    cursor: pointer
}
.form-search button {
    -webkit-tap-highlight-color: transparent
}
.form-search .form-search__toggle {
    padding: 0;
    z-index: 0;
    transition: all ease .185s;
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1
}
.form-search-expandable.form-search .form-search__toggle {
    left: 0
}
.form-search.form-search-expandable.form-axpanded .form-search__toggle {
    left: 12px;
    top: 12px
}
.form-search-expandable.form-search .form-search__toggle:hover svg path {
    fill: #676767
}
.form-search.form-search-expandable.form-axpanded .form-search__toggle svg path {
    fill: #111
}
#header.header-dark .form-search.form-search-expandable .form-search__toggle svg path {
    fill: #F5F8F7
}
#header.header-dark .form-search.form-search-expandable.form-axpanded .form-search__toggle svg path {
    fill: #111
}
#header.header-dark .form-search-expandable.form-search .form-search__toggle:hover svg path {
    fill: #A2A2A2
}
.form-search.form-search-expandable .form__input {
    opacity: 0;
    transition: opacity .5s ease
}
.form-search.form-search-expandable.form-axpanded .form__input {
    position: relative;
    opacity: 1;
    width: 100%
}
.form-search.form-search-expandable .form__input .icon {
    position: absolute;
    top: 12px;
    left: 12px;
    display: none
}
.form-search.form-search-expandable.form-axpanded .form-search__toggle {
    display: none
}
.form-search.form-search-expandable.form-axpanded .form__input .icon {
    display: block
}
.form-search.form-search-expandable form {
    width: 20px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transition: width .5s ease-in-out;
    top: -10px;
    display: flex;
    align-items: center;
    z-index: 999
}
.form-search.form-search-expandable.form-axpanded form {
    width: 276px
}
.form-search.form-search-expandable.form-axpanded .form__input input[type='text'] {
    width: 100%;
    padding: 4px 40px 4px 36px;
    font-weight: 400
}
.form-search.form-search-expandable .form__input input {
    width: 0;
    padding: 0
}
.form-search.form-search-expandable.form-axpanded input[type="submit"].searchsubmit {
    width: 40px
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #EFEFEF inset !important
}
input:-webkit-autofill {
    -webkit-text-fill-color: #303030 !important
}
.form-search .form__input input {
    background: #EEE;
    border-radius: 7px;
    height: 40px;
    border: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #111;
    box-shadow: none;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.form-search .form__input input::-webkit-input-placeholder {
    color: #111 !important
}
.form-search .form__input input::placeholder {
    color: #111 !important
}
.form-search .form__input input::-moz-placeholder {
    color: #111 !important
}
.form-search .form__input input:-ms-input-placeholder {
    color: #111 !important
}
#header.header-dark .form-search .form__input input::-webkit-input-placeholder {
    color: #676767 !important
}
#header.header-dark .form-search .form__input input::placeholder {
    color: #676767 !important
}
#header.header-dark .form-search .form__input input::-moz-placeholder {
    color: #676767 !important
}
#header.header-dark .form-search .form__input input:-ms-input-placeholder {
    color: #676767 !important
}
.form-search .form-search__close {
    opacity: 0;
    width: 0;
    position: absolute;
    right: 12px;
    border: 0;
    background: none;
    padding: 0;
    box-shadow: none;
    transition: all .3s ease-in-out
}
.form-search.form-search-expandable.form-axpanded .form-search__close {
    opacity: 1;
    width: 15px
}
#header .nav li.child-item a.item-download-center {
    color: #27C1B6 !important;
    display: flex;
    align-items: center;
    line-height: 32px;
    padding: 4px 8px 5px;
    border: 0;
    border-bottom: 1px solid #E7E9EA;
    margin-bottom: 4px
}
#header .nav li.child-item a.item-download-center:hover {
    background-color: transparent;
    text-decoration: underline
}
#header .nav li.child-item a.item-download-center .child-item-icon {
    margin-right: 8px
}
#header .nav li.child-item a.item-social {
    display: flex;
    align-items: center;
    line-height: 28px;
    padding: 9px 8px 4px;
    border: 0;
    border-top: 1px solid #E7E9EA;
    margin-top: 4px
}
#header .nav li.child-item a.item-social:hover {
    background-color: transparent;
    text-decoration: underline
}
#header .nav li.child-item a.item-social .child-item-icon {
    margin-right: 8px
}
#header .dropdown-menu .child.compares-title {
    color: rgba(17, 17, 17, 0.50);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    padding: 6px 8px;
    display: block
}
#header .dropdown-menu .child.compares-title+ul.children-list--level2 {
    display: flex;
    margin: 0 -2px;
    border-bottom: 1px solid #E7E9EA;
    padding-bottom: 20px;
    margin-bottom: 4px
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2 .child2-item a.with-image {
    display: flex;
    align-items: center
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2 .child2-item a.trh:not(.hidden) {
    display: flex !important
}
#header .dropdown-menu .child.compares-title+ul.children-list--level2 .child2-item .child2-item-icon {
    margin-right: 10px
}
#header .dropdown-menu .child.compares-title+ul.children-list--level2>.child2-item {
    padding: 0 2px 4px
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2 {
    margin-top: 4px;
    border-bottom: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2>li {
    flex-basis: calc(100% / 2)
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2>li.last {
    flex-grow: 1;
    padding-bottom: 0
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2>li .child.show-more {
    color: #27C1B6;
    line-height: 32px;
    font-weight: 600;
    border-top: 1px solid #E7E9EA;
    padding: 12px 8px 8px 8px;
    display: flex;
    align-items: center;
    margin-top: 20px
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2>li .child.show-more:hover {
    background-color: transparent;
    text-decoration: underline
}
#header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2>li .child.show-more::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNSAxMCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjgwNDYyOSA5LjVMMCA4LjYzNjk1TDMuMzkwNzQgNUwwIDEuMzYzMDVMMC44MDQ2MjkgMC41TDUgNUwwLjgwNDYyOSA5LjVaIiBmaWxsPSIjMjdDMUI2Ii8+Cjwvc3ZnPg==');
    margin-left: 4px;
    position: relative;
    top: 1px;
    vertical-align: middle
}
#header .nav li.child-item a.compare-item {
    padding: 12px 8px 0 8px;
    border-radius: 6px;
    min-width: 280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}
#header .nav li.child-item .popular-compares+ul.children-list--level2 .compare-item .child-text {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px
}
#header .nav li.child-item a.compare-item.hw-tw-compare-item {
    background: linear-gradient(180deg, #00468E 0%, #0C8DE8 100%)
}
#header .nav li.child-item a.compare-item.hw-tw-compare-item:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, #00468E 0%, #0C8DE8 100%)
}
#header .nav li.child-item a.compare-item.hw-ad-compare-item {
    background: linear-gradient(180deg, #A03630 0%, #F94137 100%)
}
#header .nav li.child-item a.compare-item.hw-ad-compare-item:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, #A03630 0%, #F94137 100%)
}
#header .nav li.child-item a.compare-item .name {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    color: #fff
}
#header .nav li.li-row .tooltip-btn+.tooltip .tooltip-inner {
    border-radius: 9px;
    background: #454545;
    padding: 12px 2px;
    min-width: 171px;
    max-width: 230px;
    color: #F5F8F7;
    font-family: 'Manrope', sans-serif;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 2px
}
#header .nav li.li-row .tooltip-btn+.tooltip.in {
    opacity: 1
}
#header .nav li.li-row .tooltip-btn+.tooltip .tooltip-arrow {
    border-bottom-color: #454545
}
#header .nav li.li-row .tooltip-btn+.tooltip .tooltip-inner span {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px
}
#header .nav li.li-row .tooltip-btn+.tooltip .tooltip-inner span::before {
    content: '';
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    position: relative;
    top: -1px
}
html:not([lang="en"]) #header .nav li.li-row .tooltip-btn+.tooltip .tooltip-inner span {
    font-size: 14px;
    line-height: 23px
}
.voltage-emoji::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0idXJsKCNwYXR0ZXJuMF84XzIxMDM5KSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzhfMjEwMzkiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzhfMjEwMzkiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMTM4ODg5KSIvPgo8L3BhdHRlcm4+CjxpbWFnZSBpZD0iaW1hZ2UwXzhfMjEwMzkiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFFZ0FBQUJJQ0FNQUFBQmlNME4xQUFBQytsQk1WRVVBQUFEVnJ4ei9xQUQzcEFmTWxUSDZyUVAvcEFEa2x4cnB0UTM5cXdEUW9TLytyUUg5bFFMNW1RZjhtUUwvcUFEOW1nVDZtZ2I0cGdyN3R3UGxvQnptb1Jycm14UC9sUUQvbVFIK3B3SC9td0grbHdML253RCt1Z0Q5c2dEN3JBTDFtUXoxbXd6aW5ocnh1UWYrbndMdm1CUCtrUUwrb0FIK21BSDZxaFAvc1FEOXJBSDVsd2IwbXdyOXRnRDFudzNzbmhING5nZjltQUhpcXlUMG13YlJwQ3orbWdyOXB4TCtsQUQrd2dIK3NRSCtyd0g5b2diNm13WDdxQlQ2cEFYOWx3TDVyeGI0cGhYMnZDTDVydzcweHhINHB3NzltUUwxb3hEL21nRDhtZ1A4b2dUM3BCRDhuZ1A1bndYd3NoN3VxUlRvdVN6cXRDVDRtUVh1cXhqMnZCRHByUjd6clFibnJCLzJtd2JZcmk3cW5oYnRueFA5cmhmOW9RSDh4Z1Q4ekFUL3pBRDhweEwrdGdIOHB4UC91QUQzdEI3L25RRDhsZ0wxc1JuMHpRenpzUm4xb2hYOW5BUHdyaG4rdXdEenJSVDN5QWZtd1NIMW1RZjhtQUxrd2lEb3B4ejh3UUgvdXdEb3B4L1lzRGovLzlqLy85ci8vOTMrdXdyL2tnRC9qZ0QvLytEL3FBRC9rUUQvMHdEL293RC9tZ0Qvb1JEL3NCSC9uaEgvbXhELy85Ny8vOXovNTBEL3FBNy9tQUgvcXdELy84WC8vN2IvclJML2xRTC9yZ0QvbmdELy85UC8vOHYvLzhqLytJRC82R0wvc1FELy85Yi8vOUQvLzg3Ly83Ly82M0QvNmp2L3ZoWC9wQkwvdGdEL25BRC8vOS8vL2EvKytYei80MG4vc3h2L3Rndi9yQXYvcUFqL2xBSC9yUUQvckFELy8rTC8vS24rK1hyLzYyci83VjMvNFViL3F4VC9weFQvbUEvL25RZi9vQUgvMEFEL3hRRC93Z0QvdmdEL3VnRC8vN3IvL3JQLy9aNy8rSmorK1lMLzhvTC82RnIvNEZuLzVsYi8yMGYvNUVIL3h5My8zaW4vMlNqL3dTZi96eUQvemhyL3VCbi94UmIrcGhMOXBRdi9rd2ovb3diL3pRRC95UUQveUFEL3BRRC8vOC8vKzZMLy9aWC8rWkwvK1luLzluMy84WHYvNzNuLzhtci8rR2YvMVVULzRFRC96RHIvMURuLzNUVC95alAvdVNILzFBZi9tUWYvdUFULzlYci8rSGIvOFdULzVGRC83RS8vN1VQLzRqci8wVFgvNURELzNTSC8wUlg5c2dyL253aDZZeXd6QUFBQWUzUlNUbE1BQTBOSEJ0blpDVVNiSC9UdGxCTFp6bGhGUlNJWER2ejQ5UFB3Mko2Y21WUlBUa1JDSmY3ejgrUGEyY3ZIbkk2TGdWdzNOeFQ4K3ZiMDlQVHY3T3JwNU5mWDFjdkl4Y0svdTdhcG9aNlprb2VDZG5ScldrNURRajhzS3h2Ky9QcjQ5L1gwOE9EZjI5cTh2TEN0cWFLZW1KaHFaMmRqVzFCSlBUSEN2VU1iQUFBRU9FbEVRVlJZdzYzV1pWUlRZUmpBOFR1ZG9vZ0lTaWdxaXQzZDNkM2QzZDIxemJ2dHNwNExOaGhqbXc3bkFGazVFYVFrN0ZZRVNidTdPODd4WlR0KzhCeVA5N2puL2ovY2o3L3pQbmQ3N3IzWWZ6ZXpJa1pKVGZ6OHFYR1dEL2Vsd3FsUXIzWW5haHorU0Y5S0hMbjdRUER6eU5HQjRFN2xZbnVJUHdWT0RXNkJmWlF2Qlk3aW1xbDVHQ1hPRmU3b0lBcm11dmJKMnFjbS9EN2ZLSGowakRmR0MrendUUGNlMlBydmhEdTc3NTk0d2R0QWh6cVoxdGpvV0h2THp1RHpXSFg3RXE3S3h0T0FEdmZOZWEzbW5HelpMckNUYU9TY2VqbDNJZzM0dTVzL24rQm9INmNPbmdWeHB0ZmdtcDhuU2FSbjhpMFRRVTVycnZuS1NTYm4rQmZMWUcrQVU2VVNWMy9sTmlQZWtMemJOQW5vNU4wMVNDUkplVGxEdlNFT2oxdndWaU9SN0QyYlBYOFR4SW5pbVI1R3M2U3NVOSt6aGdaQ25EaGhpaEk1eWoxbEM3YUNITnQ1bzFUS1lzUzhLbG5WRmVMWUV5T1lUQ1lyNHV1eDhJMjFhbFg4czVxb0prMjZlSkU3L09JTENjaVJhaDYrQ2c5ZjJMUG40bDY5ZXZldTVxb09xbm56a0JZdFFzYVN2QW9hVjRyalp6eExZakJSdDc2Rm80NlZsR1ZsWmVmazVPYm1tczE2QlM5T2plTjQ4T2c1WkE1Zkh2ZmlwSUhCWURBMUtlRXU2RmhKYVdscFdWWjJkazZ1V1IrWmlSeWk5cmhBVXNjaHYzcEh3M0JCOS9mc0wyK1B1NHNYTHo1NWN0bVVvWFlVaGJRUEluRmE4M0U4Lzk1ZWw4TmtHdlpwdGRHb2ZhaWJlMUUzVHo1UEU2ZW45K2xJY3FOcnRlWVRiTlY3TFdMY0ZQb0hsQ2VKNTNBNGgxRVJSMU5GWW5HL0tYUVNwMVdVZzUxeCtWRU02blRNd1NOSERoNHN2OFNjUG4wM2djbEJSUndWSGhDSldrNmxrVGs4T1U2b0N3c0xiVCtzMXQxL2xNejQ3UWdHVGlOeGRyUzZ3Y2ZacnRTWlBLNUNvWEE2RDZFaUR6bTVsNUlrOFM1SGNHRGdET3pmYlYrcWlGSVRCSUdqNUZFSWNrWkdSdXIxZW5SVjVKOHh4TWRISkNMbitoRFMxOUxVOWFFTlVGWGRoWWFHdG10WEg5VnVpSk5yMDBWTEpHNW41U3lNTk5wZjh4N0d5M3g4bk1VNm5pZ1VDSzZ2RHNBOGpENWhIdi9xTFNiTCtFRWxFSFJmNS9tanNsRi91ZXFNZ1dVOHJ4S0p1by92NnJIalBZTC84NXlXWlR5TG5FVVRnangyNkIzNDhxY25wTXF6S3JGb3lTVEE5MUdqdnZqTFV3eWxEamtrYTBFeVdGczg3WUZHcVV0TkY3ZmNSc01BZ3dXL1BxZFU2bVRwNGtIVE1Bd3lHUEUwUWF1VEZZa0hvYldBRE1hMjNGSHE3RVhpWVdndElJTTFFOFFhazJXRWVNUnNERFNZai9wQ1FxeU02TFltQU9RRXRDVXUzWTZWc2J1TkNRUTU5UGJOTE8rUVU3dDlWd3hVbUk4Z0pUbU4zYUpqRU13SmFLTytrSkxHcmp2WkMrYlFxemU3OURHVjdiT1pqc0ZxNkdQWnIySVA4S2NCbmFadEJKZUZ4SW93cU9OVi9YV2VrUENiaVdIZ3dVeENZbmdYS0lNR2s5bndVV2d0d0lObEZBZXZEY0RBK2RlVkI0K2RBM2VhK2psNlZQZkZLQmpNMGNPMUZ2REIzR3NCSDh4bkN4M09vQjBiMEltR1VWQkR2NGFVT0lIandzQ0dHK3JpNlhsK0FVZUI1OE4vU0NDeUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K')
}
.attended-emoji::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0idXJsKCNwYXR0ZXJuMF8zNl8yOTY4KSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzM2XzI5NjgiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzM2XzI5NjgiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMTM4ODg5KSIvPgo8L3BhdHRlcm4+CjxpbWFnZSBpZD0iaW1hZ2UwXzM2XzI5NjgiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFFZ0FBQUJJQ0FNQUFBQmlNME4xQUFBQytsQk1WRVVBQUFEQ20wQ3FxcXFDZ29LNHVMamhxeWZkcEJ6aHB4bDlmSHp0dFNUeXZUUDd5RFhtckIvNHhERDV5RDc4elVQcHNTWHl1U1h5dkMyenM3T1JrWkgzd3phSmlZbVltSmozeERtS2lZbjF2aWwyZG5mZG9SM1FsUlAyeERuZm94bnd1aTU2ZW5xSWlJaCtmbjdSbFJhQWdJQ01qSXptclNEcHNTUE1rQk9UazVUUWt4UGlxQitMakl4NGVIaVVsWldJZjJtbGNCaCtmWG1MaTR6OHl6WDl6RHJncFIvMHdqYUlpSWgwZFhYaHFTTCt6a1A1eWo5OWZvR0lhU1hjbnhmVWx4THd0eVR1dHl2cHNDTEZpUkhrclNHZ2dFRllXRm55dkNpVmxaWG5yaUhVbGhLYW1wclJreExTbVJleGpVUllUejZwaEVUNnoyRDZ6VkcvZ3hEcnVqaGFXbHJNanhLMWZoYk5rQkhTbEJHeWVCYWVlam41ekZoc1dUeGdZR0RTcFRreU1UTjhmSHlvcUtpM3Q3ZWtwS1Nzckt5aG9hR2VucDc5N01tdnI2K1RrNVAvekMvL3lpdVhsNWYvekRHYm01dU1qSXo4eENiOXlpLzF1aUNRa0pEN3dTVDR2eUxzc3lPSWlJanl0aDJDZ29McnNTRHZzeHk1dWJtRmhZVi9mMy92dGlUcnJocjk2OFgreGlpenM3UDl6VDMveUNudHNSdk1rQlNmWkFyeXdFRDd4eTN4dVNib3J5RDc0YWpvckJyanBoZmZvUmJibmhYSWpCVERoeEwxeUZYZXBCNzg2THY3ems3L3pUWDUyNUh3dWl6bXFSalVtUml6ZHc2L2d4RzRmQS8yMFhMMnptZmpxQjMxeTEvOXprVDV3eXYzdkNIUmxCU3ZjZzZqYUF1TVV3Ynd2RHIwdUI0VUVRbjQxb1Q0MW4zenZDclpueHVwYlF4VExneVlYQWozMDNqWG1oVDk3Y3o5NmIveXhFLzB3VGZObEJyNzM1ejF4VW5udGtEdXR5ejJ3Q2pWbnlMODViSDczNWJOb1Q0a0dncDlTQVg3NDZ6NDJvejcwRmFiZGl2MXdTcFNRU0tUWXh6KzBVc3lNelRNbUNSR0pnWCs0NFhGckhILzJtUElxRi94eGxxWWhGVktTa3VGYjBNOE9qbnF0Qys3aVNyNDdMancxNFJtWm1mYnRtRC8xVlZKUURkc1Z5eHdTQkwrODhELzdhM3QzcXIvNlo3bTFKM3V6NGZNdUgxOWVuU2xrbUZ4WUQrdmVoZi8rTmkrdnI2NnVycXNwSTJhbElUWnhJT1lqblMzbVUyempqOHlLQlR2NDdnOE1CbVE4bVBnQUFBQVluUlNUbE1BQnY0UDlmNFVDL1JFL3Y3OWsvN3ZNeHQzOWJTdzl2VENZVnhRTENEdTF0TFJ4Y0N0ckptWGhvSjRhVkE5TGlEOS9PTGYzZERBcElWNGNtOC9IUHowNHNLOHI1NWZXdnpzNXViUXpwZEFPUHY2N09ycDVkM2MxY0szay9ibHo3cWNnN1JoVUNrQUFBbmtTVVJCVkZqRHBKUXhhOEpBRk1kemd3M1g5SEl4RUFpaFRkM00wRkVybUVCYlJTZ2RMQ2lPL1FBQkpkQU03ZUpRQXJjWWNCT2puVXA3cmtxSG9vaVREdGJGTDlEdjBzTlNzSWhXdUI4SHQvMTQ5My92bnJDT0NJUzRsamtRZUlrald6aHJZSWRiZENhbjQxa1pPd0FlODJpQUFFMnNaQnRZZ2FZbThyekxVQ3JZeVk2eG9sS2RJeWNvNmNXS2JGaTlsSktuR2NBaEdxZGdRbGFUSWJ1SXloR1JjbTNDbklTWXFIQXRGVGhFSnduWnlFdGEwazliUFZQaEVCMWNFY1FzVit5RUNaNlpGUE5TV2ljVVUzem9iMlFOUkZIY04zK1FITk1vV2l3V0VTWFcrbGhBUTBVYUk0TlVROW1uVkd1OGpGWXNWMDBEanUwSUlrUjZhZkE1YVRJbXMvN0xuVzdCZjEzWlo3S0NrZzRUQWJzczUyQ20xSjBHN3ZBWGR6VHZsM1Uxdmx0VWVQUTl6L003aEhnSUFCdkxzZk5FZnpSMC94Sk11eTNkRUhkKzJhT3dXdlU2VEVSU05zTFMwZm5OWU9SdUVMU2JIeWJhVlZUeDRxRlc4Mm5Fb0pSSVR4ZW5YN1BBM1dUVW5uZGJHdHNQMjlwNGUxbS9EK1dmdm5YQytudnNOZFpub21DRDlyUTVlOHNkYngvdGJ6cktKclJwTUl6ak9ObkFXRDJKb3VJSGdvaUt5aEJFQkFWRi9NQzdvamN0WGNjMncrYm1qSnJoTWdTWGRNMnFTeHBsTWVsSHlyWWtoUzRKcWRpbFgzT2pMZmF3bllwdWdqSnZrNTAydHB0UG1vbUhkai9hUUF2djcvMi8veWU4OXo2T2orM09RSjZkUStNRG4zNVZPS0ZTZkE5OHJ2TCtQOFgwVENsNGJjdlROZDBmNmV2UnBuYnZIQnZ2ZXpzeE81eG9aQnFUOXVDTFgyeUt4ZUYvcEVjVGt4SGZycTBhMzNaZCtOalhSMmc5THdLZjJQbmw0VkkyeEdRamlkTG82RXc2blo2WkdkMmtWRW9rSTlGbzdQQ0JyU0xkYUJZR0JnY0hCMGJZOE93eTdKcGxaU0VialNTVHlja3FTU0FDZ0NSV0NRWXpSdzl0SVhxNDlQdnJqL2w1dHJsNU9tR0h6ektxS0dTRHNWZ3NXZ1hXQjZ1a2dFd21nOVMvdGJidnY3c3dON2V3dExTMGNPWERKR3dkaTVPRmdtZzErbElwWjMwbTQ1dWFpc2ZqdmsyUXEwMzFHanExcjczLzU4MXZJSnY3SHJQanAzS1dXaWdvckw3b0xJMGpDSzlwUEpGRGtMak5GSEpyUngzUm1kdWRYby9iMC9uMFZmK2pyai9SV0NVVnh3UkZWQXRtbU9RV2N6emdyNEpoZmg3aGMvWS94S1U2b290b2E2dkgzZExTMXVMMnRxNVdnaWxmRHRObGdhUUtLZ1VxRjRZUkRqU0grZjA1REg3Ny9TZnFOTFFIN1FTUmphY1ZYVTFsZkFoQnZ3c0pOTWNxcW1yS29RbGRvbUUxaUFRSm5oaU93L05DN2F0MDdqd0tSN00xSGkvNmRDMGJSM0tZU3d6ckdJWkxWbGd4VFZPUlE4eUU3c0p4a3FSeERFeWdPdEpVcHlMVUNlU0JRRjFyV1o2bnBRQ3JDRTR0a202RlJFT2hLTXBnT2NZWTRld05hQncvVXZzbTdXKzNBelUwZ0ttei9mbjZvcCt3S0FZT2s3Y3A1elUvZ2JzNDNXSkZ5Z2lwSWlsS09GMWZkQkZFYnVpNndlMkZ3YTB2RXJSTVVSTzlUL0phZWN5bVhOWTByUnBPMEVPbW9aS2d3ZWs3VFRWZEgyK3Z6c3dSdlZ6QmNOS1FhSTRSRFlyaXVvY0FrT1h6V2xpUnd3d1hrZ3ZHT3hDNUh0U1VmZmtZNm9oZytHaFgvd3JPeWN3NG81cGh5NXJudTIwYzI3UmxzWVlwYzdMS0JuQ2N1MTV6dDUwOWozbzlEUzF0Ylk1b1k0QVI2V2ZDZExrRExsLzR3TGZib2FQajhaQ0xKQ1JLMGVtQWZyS21vb043b1NMd09LSkhHMi9EUWsvdjY4ZERHbC91QmhXWVFGZk5WYzd4WTI5NmUwaVRDVWpDNmRxaC9TMjh6a0tiaUtJd0FCczFXdFFIeGRJaUNxSldzZTRMaUQ2NGdCdnVDdUtPU3BxWTBOaHRtbVRJaEduaW1KcEZLWm1abEVKbFRDSXFTVnNTRlpVOENBckZSclFrMVc3VWlxMFc2NzRMZ2d0NHpwMHVhcEo2b0dsVG1JLy9uTG01ZDJMVWFRWWdzNnJCRmZBWUtIdEZ3L2ZHeG9ZeDRBQkVYbTQyTkRaK2IxQlNOT2Z6OGNLYTVPMTJqbjRRMHB2ZlA2bjBjMEZLMmY2aDQyTXMzbjRhRWZKenM3Mno0OGVQamxZbHpiaHFSQmVNS09udS93bFpBZkp5OUlsbmIrSWRIWkZJNTl1eGZWRHArYzc0dTErUjVtL2ZLaGl4NWh4MGxsU3pZTmFEMENLbHkrVU0zdTVxamNWaWtWanZtNHVsOHNSdnZZcEhZcEZJYzN2WE0xYW9jWTFibitRby9vSXNpNVNoa05Ody9zVTd1Q3B5UGZIemJLazg3TXNubjhNL1luZGJYM1N6dk04N2J0NFEwSEFDWFJDaW5LSHBaZGZINXVaZVgvdm4xK0JBbGJaOGJtMXV2bDc3NU5YTCt5enY5MjRlbnd4bHloQ3ViQjBta2tSUDJOVDArdFd1eEpOblhhK2I4Q1N2TGpwKzZjNkwxc1RpaGpjdmUwd3M3eEtuVGtqZWpRWWhEU1Jhc2xrU0pjWkVGYlcxZEhlM3RGV2pjd3Fsb3A2V2U5MVgycW9wMmltYzQ5ZU9Ub2FtNndjU0FUUnRtUlRsV1pxeU93cUtpZ29LamdPRUR6dlFJTDV4Mk8xVWtCT2kvT3hocVNDZEJqNGkvZEJSUGlvNGd5YVVvR0E4MVUxdFBkWHdHOTQ1SEhiS1pQQ0kwYXA1cVNBamJrY3lWR2lkdG1GcVNPVENKcEFLU0ZGbmVscmFTdTNnSU9TZ1RJd1VqUzZia0JJcTFHbnpJRkllUU9ZbEMzSnJReDZHQm9sRWNqZ3J6cHdheXpJRXhVUTB5MWU2WVRtbWd2UWtFdGtoUzFRcmN1c0N2Tk5BUTZRelFEazhzRjI3dkJ4UjdSUjB4Z251dXBUUWpCSTlScElQRWFOdFJvN2JEYjNSS09HY2FORWY4SXRCZEhCQ05PTUoxYmxUUTJhSXBOUElrTjZhc2V2YURhL0VZaVNLc2tNek5NdXhOQmtZT2dZbjc2dHo1NmFBRkRQTkVJa2N0ZVFVc1MxYTdQWUpISU9RQ1ZQWkNTam53VUJSOTQzYWJZb1UwQ3hMaVJHYjAycTBXaTBjSTZyT2E5ZGNHQWt1b3cwVnl2cjZxdnFIVmNxcndKQkFnUnR1WDA2cUI2MFZOak5LeFRvb3JhN1FhSDEvYUo4LzZtRU13YUFoT0M1eFhhN2VoeVlhWEZaeTFkYnV6cDJuU0FGTnpyQ2dwQzhzUkt3WXBJd05PWHRGampGZ1hmalVDMHc4VVI5RWgvR3MzcjN1WUU3cUx3QUxsdGhBUWtvdlMzcnpqQjFUOWd0RUNyUGNoU3BvemdrQkRXSEdJMjZiTWtxUjBzRnp6V2F6V0pFaUVsSWxNMWVPM3lKNG1EQmN5L0dDSVBCY0dGR1BDR0hTMTZRTUZVcElvWVNVUG5QaGRwQ2NURGpNT0RtcDd3OUp6SUZ6T24ydG5LWlNJZFV2YWJVdzg4ejVVdzZJUE1jeURNTkN3U3ZIcjk0MmxJUDNUVVVrcEdRSm5tOTBtK2JzeUYwalNKeVRGT2VSaERWejhhWVBHV2tHU2lRVUdSUktZRzJkdEdGZlNCUjRTWko0UVF3RkRnNnR5Q3RnUUVKS2x1QVRzM1JuSWxEcGRZVkMzc3BBamZ2dzVBVWovZ01wbHF0a3lTWkwyQjNaTlVzK3J2cmtyNFR5ZjByRUgyL2NjMlFGWVA5cmJyQTluQk9COHN1MVQzYytYOVhZdU9wNS9NRkdpOWxxc1dRdHpad3pmd2hyOHBKQmlVeGNLME5sNm1MVjAwZFFUNjJ3OEl2bHhaR2RPV2xoMnVid3pza1NSaUpqUWtqOTljdVhzdkp5T1BYeXlOajZIbjkwVytjQWxXWjk5ME1na1VXQWtjckwxV1ZsWDh2SzFHaUJDNlZXcTh2emoybUFTdFBnZ21rRHpabjdtaHRPSktCQWdzdlZmMVIrbmk1N1ZwcFE4MUVpMEIrUkJxVi82cGdHUDBkRERod2x1SEVEODhidWtxbDgySmFOc3hScFA3MmsrcGNBa1NCUmtvTmpndTlBSlV2bnB4dDRobHpXckN4amRuWTJIbmNUUi81ZEUwZE9KRFZjbTUyVmxiVmN2dkEzT0NQdm1LVWJhczhBQUFBQVNVVk9SSzVDWUlJPSIvPgo8L2RlZnM+Cjwvc3ZnPgo=')
}
.ok-emoji::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0idXJsKCNwYXR0ZXJuMF84XzIwMTE2KSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzhfMjAxMTYiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzhfMjAxMTYiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMTM4ODg5KSIvPgo8L3BhdHRlcm4+CjxpbWFnZSBpZD0iaW1hZ2UwXzhfMjAxMTYiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFFZ0FBQUJJQ0FNQUFBQmlNME4xQUFBQzNGQk1WRVVBQUFBQWhSY0Ftd0FBa1FBQWhnc0FsQUVBalFBQWx3OEFsZ3NBbFFZQW1BQUFrQUFBakFBQWpRQUFnaFVBa3dBQWlSWUFpaFVBbVFBQWlSVUFsUUFBbFFvQWhCWUFpeFFBbHdBQWhRd0Fpd3NBaEJRQWtBQUFoUlVBaVFvQWp3QUFoZ3NBa0JVQWtCUUFsUkVBbEJFQWl3QUJneFlBaWdBQWxRQUFqeElBakJNQWxRQUFsQUFBaXdBQWxBQUFnQlFBaXdBQmdoWUJnaGIvLy84QXNnQUF0QUFBd0FBQXVRQUF0d0FBdlFBQXV3QUF0Z0FBd3dzQXdnZ0F4QThBcndBQXF3QmEyV2RtM0hKTzExd0F3UVJ4MzMxRDFGRUFwQUFzenpzWXlpZ1B5Q0FCeFJLRTRwQjc0WWNIeGhtTjQ1ZzQwa1VpekRHWTQ2TUFvQmdBa1JoUnhtQUFwd0FBclFBQXFRQUFud0FBbkFBQW93RC8vZjdxK3VzQW1BQUFxUmdBbnhjQW14Y0FsQllBc0JRQXZ3MEN2UWI5Ly8zQzdzSUFqaGNBcEJBQXVnNEF1QWtBb1FFQW1nRDY5dnI0L2ZoTXkxZlQ5Tk1BcFJnQXNBOEFyd3NBb3dzQW9nY0d1Z1lBcmdidTZlNnl4TFRNMmN4eDNuMG55RGNDdXhRRnZ3WUd0UVlBbmdEejhQUHE2ZXFIM0lkbHZtVmRzbDFLelVwS3lVb1N1Ukw4K2Z6cjZ1emc0K0MvMWNDMDZiU3B6cXFSNFp5UTQ1Q1AzNDk0eEhoZndXQXF1VDRWdHlvbnh5Y2x3U2NJdGg0Y3Zod0V1aGdDdGhjQWx4WVR2eFFBb2hJUnZCRUN3ZzBBbFFEUjNOS2R5SjJIMzRkZXkydHAxMmxwMDJsTTBscEp3a3hGekVVMXhENHp1ak1keUMwZXVoNE14UjBjd2h3SXd4Z1N4QlFEd2hMNCtQamo2ZVBXOU5lMTdiZTE3TFdINEpLUnlKS0Y0WkdGM1pHQjJvNSszb2w3NElkNzM0ZGswM0psMkhGaDAyOXAybXRjMTJoaXVHTlJ5bUZkc1YxUDFWeE16VnRKemxaRHdWVkh2VWRGMEVZNTBFWkZ5VVUyMGtRcHdqc3l2elF6dkRNaXl6RWF3QzBXcnlzUnNpWVZ4U1VodlNFQXJCVUFuaFBnMitEUzNOUEIxc082enJ5MDY3U3gwYk9zdjY2Y3lKMlJ5cFdSeVpPSTRZaDh4NE51eDNacjFIVnEzSEpTc1ZKRjBrcEh4MGMzeTBRbnl5MFV3UndLd0EvQmJQZG9BQUFBTTNSU1RsTUE2K3ZyRk92cjYrdnI5dXpydTBiNyt2WHE1K2ZidTd1NWhIOXhjV1JJUmduNTdPdm82TnZhdkxtRWcyUmtSd29LdWJnZ0M3b0RBQUFGTjBsRVFWUll3NldZOTFmVFVCaUdvK0pXM0pQaDNsdGIyNlpvcXFLNEY1bzJMZEttQmEyQVZlc29qZ0xpeElFNFVGRlF3YjMzM252dnZmZmUrZzk0MDl5YnBqVnQwL3I4eHMyWDU5ejMvYzdwT1FUakNBcXUwYlpoSVQ5bzJLWkdjQkRtVGxCWTFVTGx6V2J6SU5HQTRmS0Zxb2E1cVlLcmxqY2I4MmphWUlnV2ljRkEwM2xHYy9tcXdUeE5xNUJLWmlNZGJYMllmVzJ3YUs1bFA3UkcwMFp6cFpCV3lGTzdab1ZCZExRK2UvM3hySUYra0hWOGZiWSttaDVVb1dadEtBcXBZRFJZSDEwOGx0WFBUN0tPWFh4a05SZ3JoTUIrS2hrTitpV25EeC90N1RkSEQ1OWVvamNZS3dVNzlsV044Wnc5Y2Vwa0g3ODVlZXJFV2NaVWpkbGRXQjFhbjNObDh1VEpYUU1BdkhZbFIwL1hDV011bEdjMTNUblRPV0RPM0RGWjg4Q1Z3dXNhOURsWHozY0ttUE5YYy9TR3V1RllVNlBWOUdEVDVTNEJjM25UQTVQVjJCUnJRdXR6N2QzOFlSUmlFenl3NStycEpsaVZaMDl6N1RmN2krYjIrcmNUV1Y1OXVlMDR1V25QZmZxc0NsWi9sV21GdmJ0NGZyNnh4TEFNNncrUDdDdE1xK3BqOVlCbysvMEJvdms4dFIzTGtFN2IyWlA3MjRHb0hsWjh1Q25sY1EvUmJIMFpBMFVEdWJQSEthYmh4UjJpblQxRjh5a2RlZzUwNTk3YUNVVmpVbmIzRmN2V0Y5QXo4bXN2N25CM3loaFdsTEMzbDBoMnY3ZEEwY0dlenRPOUNVZ1UxMUVrbStlaXByOUhPRS9qSEtJUzQ4U0xmcytmRFVVTDluWjBFWTByQVVSakUrTHlSWGtpRnMrQm50Ry9lQmZLajBzWWkwUVJvbGcyTHdZMmZhNEQvNXdUSllvVDVTOUtSMDN2Y1JVbE1xS1M0MFdLT3R4ZGc1cStFUm5oSmhwZkVvaVNFK003aU9EUEJ3dHFPdC8xU1h4aXNoK2lTRzcxbzVkR2VoUkYrdmFzQkt1SFRidE5SN0tpb2tuSjh2aEkzM0NyUDdUSC9WRzhQRG1wS0JDcGxYaDduenlaRjRPYS91Y1pybFNMRnFWeXExK1E2bE9VdXZuQ3BSa01sNzZ0ZHA4RnEwZE50L2Nrb3BCSU1YUC9CSmJuMDkwdmRNUUNtOTZnRUJSUmpFaUZvcVYrSE1xT3gweTY1enA2ZlM3WGRIc2hrWW9WU1hFRmU2VmR3K0M4NVoxTE9HNzFRN1lJWEVpQlN4bFJFU0NTS1NBemgwRFQxT2tLSG1qMVF4ZW1LZ1NRQVZFUlYxSDhPaTdjTnVjZ1dEMXFXdUZGTkVYakZPSE9jR3RYYy9aRjZhaHAzSU5JTXdXSk9CTXZISHJySGxyOTY1VUs3eUtKREZkNERtYzdZa0ZOQzE4SWwwa2NJaTBqNHVDSHk4QVp1TlV2c09IQ0FKR1dGY241cC94d2dBeXdldGcwN2dHNW9BaTM4Y0tCUDhIcVlkTXlQMFd5NWZ4d085RHFNMWZpdmtTa1JDN2o0UkxPdGlnZE5TM3ppRnhDQWxGcElGSzZQckJONDhKZG1BU2RDMjJlUlVvZ0tvMlZIa0VTYmlKbnVIMzc5OEdtbDhtOGlBaHlSR21zR0JCSjNlODZDNFpEak53bzl5S1NBbEV4VmlTWENZZERaSzcySXBMelJlNmdjTERwVzNKdklGR1UrbCtSRW9aRFRYc1hxYU1ZVWF5UVNKN21DSWVhVnZvU3hYb1VLVUU0cm1uZzhTMHFBMFFTNVQvSXBWeTR6QXlsZHlSQVZBYUtCQURoWU5OU3NTS1ZSR2hVdW9NTnR6RE5oMGNxVVRHaUJyRTZJQklFaEdPYWx2b0FpSFN4RGJCR0JSNUZJQnhvV2lKR1ZOQUlLMXRBYVFpSjhBQUlsNW5oMjBOb3FJS3lXSTF5RkFsRXdpT3pEdnlRaUJDUlZMa2FXRGo0SFZGN21rN2JtaWIxTFZLRFg1RndMS2dzYUp1US9BY0U2TG9zK0grOUJjaW0vaCtSR2lScmdXR09LNEc2QTRiUU9DNEVxRlZaRzZVaUFnOFdwYTFjQzNNUVdvb2lWUVFSa0laUWtWU3BVTzZ6RDJOU0V3RjQxSXlIKyt5RHRRNnRyTldSR3VEeUIyRFJrRHB0NWREV21KTmFqVXRST3BMVWFGU2kwV2hJVWtlVmFnejdRUVExcjE1WVN5WHBkTG9vVVlEQkpFcGJ1SHB6Z2U5K0xadFZyMUt4WW1HUlZLeFlwWHF6bGs3TlgzcWhSSTQ4L3BURUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K')
}
.card-emoji::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0idXJsKCNwYXR0ZXJuMF84XzIwMzAwKSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzhfMjAzMDAiIHBhdHRlcm5Db250ZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KPHVzZSB4bGluazpocmVmPSIjaW1hZ2UwXzhfMjAzMDAiIHRyYW5zZm9ybT0ic2NhbGUoMC4wMTM4ODg5KSIvPgo8L3BhdHRlcm4+CjxpbWFnZSBpZD0iaW1hZ2UwXzhfMjAzMDAiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFFZ0FBQUJJQ0FNQUFBQmlNME4xQUFBREFGQk1WRVVBQUFDNnRLQzV1cUNFZUdQbTVNTFQwYWkycnBiNDk5YTd2YVBRenFTc28zK3Zwb0wzOWRQUzBLYWRqbXVhaTJtcW4zcTl2cVMycllhenFvUUdCZ1c0cjRiUHpLTE55cUUwTkRUbzVzU2hrVzRGQlFXRmVHTWtKQ1RGdnFDc25YYkd2YWUzczZDMXE0V2htb1NubUhKblhsQ05nV3ovQUFCMWFsQmpXa1dOakh5UWhHVHk3Y1AyOWRDZWszSEd4WjZJZjJQU3hwcU1nMmZwNXI3WDA2dXFxWkdTa1g0bkp5Y2lJaUxxNXNMbDQ4VUFBQURZMk5rSkNRYloydHI4KzhYNitNRHQ1Ni9wNEtqcTQ2ek53NVA3K2NUU3lKYld6Sm43K2NmMTc3WGkyS0xiMFp5L3RJajU5cjdFdW95M3JZU3pxSC81OWJ6cTRxblV5cGpKdjVDOXNvZjQ5THIzOHJudzY3VHQ1cXpsM0tYZzFxSGQwNTY3c0lYOSs4Zm4zYWJMd1pHMHFvSFgxcy8yOUwvejhMcng3Ylh2NnJIdzU2M2YxWi9ZenB2R3ZJMi90WXU1cjRUMzljSDA3TExQeFpUQnRvbisvY2o1OThYeDZhL2syNlRrMmFPYnFzUHk3cmozOGJmdDVLdnM0cXJuMzZmT3hwclJ4cFcvdHBESXZZN0R1SXI4K2NMTHc1bkJ1SkxCdUl5d3JvZmMyOXIvL3N6eTY3Rzh0SkRVMWRqYzI5T2pzTWFZcU1MMThyekx3cURSeUozSXY1YkV1cFd3c0kzYTJkR3p2TXV0dDhuNitNS0NsN3IwN3JUTXhLWEZ1NXJFdXBDOHNZdmUzZGJDeDlIVjBzYlF5NkxXemFESXdKdkh2WlMycklLTGkzS0xpMitMaW12SnpkT2VyTVRpMnFXNXJvaXVxb0xZMXNpb3M4ZU9vYjdWejZiYzFhWFowYUhIdnAvQnQ1ZTl1NUtycG4zYjI5elIwdGE2d3M3cjZzM1QwTVRSejhMMDhiLzgrTDUxamJYczU3VGgyNnpUeTUyU2ltaCtlRnJSMGRHVXBjRG81TExNeDdEbTM2dmUxYUhHdlpHb29ucWRsbktZa0d5Q2ZWM2YzTTMyODhPS25iMThrN2pTeXFuZTE2alB4NmE4dFl5NHRJdUtpV2oyOU1iKy9NU3J0YisydXJqWDFMVFkwNmU3cjQyRGc0T0poR09HZ1dEVnphMmJtNXZEd0ppM3FvcTNzWWFpbkhTS2gyVlVWRlRNME1qR3k4ZkR5TWE3djhDZnJicVJvcldxcDRHd28zNmxuM2QzZDNkdGJXM3c3NzJ2c0thN3U2Q1FrSkNKbkxWZGZLMmtwNWRuWjJlSk5rdEdBQUFBTzNSU1RsTUFSRFYyWCtwRTlqWHE4ZkgyNnZ2NzhUWHg4ZmJ4NnVwMlgvdjdkbDhyK3hjTnJqWDNkbG9HKy92MjlPL3U2dU85czdLdG9sOWZYMTlNU3EyRUNxZ0FBQWRtU1VSQlZGakQ3TlJiYUZKeEhNRHhReXZXSG5vSVJxMjEzSVd0RzBRUFhTbGljKzdhMktCTk5rK09OdkE2UTBWZGVKbkRDMG42RW9zZVJPaEZHUlVNSDNLZ2J3NnRRQ3hYK0RDMGVnZ0t4SG9Vb2NkK3YvUC82ekdreTRQMDVQZWM1dysvLytIOC9reURPc1UwYTlic0wvVUs5djFEQitzNlhFM1FpNDdnNG9INkR1RlRxYTBOM2w4NlFqdEtPdDhuWUppZUMvSFJ3WWxSbXQvdkgrS2FobTVoOC9NTGtHVVNDZ1IwWHEvSlpGS3BXTlpxczgwT0Q2OHRMZDFldlhkVHV0N1h3MXc3WjdpRERaSUFjN2xjVlF3Z0NDQUxRanFkem91T2lqb2NBNDVhM1grUzJkOXFJQTRQMVF6RlQwUWRMenBXS3pMb0FBUE9vcnE3aFljSVE1M2FnZEN4NE1Hb3c2TERqd1BPMUNJSDFaeU1mQ2FlcVhFbU9RWWRZR2J4NjZ5U2NjQ1ptZ0xvV09zRG1vRkdWQmZYMEE1RVFBc0VtcTR5Rk02RUdGcnE3aTdtOHRtbmZNLzRudk45NFBvT2ZjRytZdTlKcjJsbkJwaXI3ZGNiMFBFTzVrUVQrbi9RbGZZYkRhaTlnN24wdURZUFg1Z1c0OHBBNVhMNUc3U0x2U085b3AwZXFQN1pCcTVQbUF2YWdjZ1BqZnRCdHA3RkhTUDNCdTdGeXNyNCtOemMyTHBlUDZMdjc0SmRtOEJHamJCbFVPVWl3cXVEdjRLSXNZYUlsQ0JnakhIRzhySlk3QkIzVWlpYk5Cb1RLYTFNKzhNc2swMm5KSkdJMGp5cENDaEZPcTlTaUE1cnc5Mml3L0RPQ0hFMGpzNFdBaVYzZzhGU0tRb1ZmSjVvK0hQZUU4MFY4L2Rqc2JtN3haalV4RnIvN0dnMEZlaEZJZStMMmd1K2FEQWY5ZVR5U2Jjbm55bTV3NWxjc2ZnMjgwWkZ6MVh2SU9QUXpNek1WQ0RqaERZdTAycmxNcGxjTG4rb1dGQW9KUFowUUNrVWlsalZMTjRadjNjMDREZ3BaRFIreExKUVBCdUhRRFBMelJJb2tSQ21SS0xrWGpxZFRHNXQ3VVVpa2UzdFVDajBjbVBEYnJlNzNZK2d6YzBuVGllZDZDY1haYy9pTmd3RzREOVE3aGYwcHdqQjliYVNxUkN1RkxLa2NFc3ZFRzVRNlZEb1VEeklVcVpJMVJTNTNhd2g5dEFoZHE3Z3lTWjBNdlpxSDNqSWxPOGgxK3UxdFBMSG1lTWVoUFFpaVVldlFLL21rd1p6a3RrVHMyR3krZE0zeDJOemJPNFBlcXpaWnVQK1V4YkRUeWQxUm5OUUV2a0d3SzRISG9EcXI2ZDdBRDFYR1FCQ3FHTUQrV1ZZVGMvS09heTdSV2Q0OHJ3VlFSeEl3NUNPQVlCdUdrTVNBYkNOQVpCQ1lzLzJNTkFoQWcvTWxzdXd1Q3VLc0JSVkdWMVZJc05QYkFjdzRrQ1A0VXJzU0FHb1FBNm5FWXVRb3B4d0ZmaXRhTGtxN2xmMy8yNjFxTnQ1TE9JRUJReUp5RUdwdENId0VPR3BuVG91b2NKUG96UktWQkFoeFBSU0NReUwxZkYyZFR4V29tNHIwcmNuQkxtSmNKbHdGY01RSXRkblFsRkp1ZUpPd0VtQVJKSlE2b09XUEF6ejNUSUhjTkZyUkYvbVdBSkRINDMwZGlvb2xaN05GVEN3U0h3N1JUWmxoSEhPR1hHVmcySExURGNObkMwdUc5RmdIaDh5RnF6MzIzNiszbTZzVGJ3KzdLZHhIR2Radk50WlUydGFZMTFiTmRjMVB4cStYL1pLMGJPcndXRHc2eWEvZVRzYWpjN1B5NHEvdURnNy9YRDI0dFh2cjIvdXZyMzgrZWpMK0tqTHZYM1BuNGZ2T3AxdXQ5dHJSTnFqUy83OTZldi9WTlJOaTlwQUhBYndMMURhYzZGZnhpWkUwR0NDVVlodEZoTEtDbVlDNWxEd3NIRldNcm5rWWw2T2VUbkV4Sk81Uk0yMTRIb1IzYXU2dCtwaGFUL0Fubm9vblVTWHNzTXd4eC96bjRkNWVLTENiNG5LM2JaUzZSQzEzVXo0cytqOVhmZW9LbVk0a2h5MlJQTCt2aVUzNUpLaFZicE5ZNFJSOEg3LzZSVWFPUHFEcmgrMCtLUTUwYXJUcVNOdC9oalB3endDdjZKNnRRcGNMWUFvTVdFU1FsMXVqRWFLQzFJWE1HZVl4aUdqZkNodmhKMXZLemRiSmRuR2liWjJodjhxd2ZtTFdXdjVnQllDbkFoNHF0QWl3Yk5yN1pIbHVYdnMwS3gzemozQTVnN3JnU2xUUXRnWmoxZnVhZU5tbXlUYkVzNkdhRGFwK01UbDJaeTBkcVMvb0NoS1RIei9hRnBlYUMxREROR1NlZnp0UjFLNGhMNmpYS0hDR2ZPYWZyRDEwMXFmVk93VmJwOWVyRThjWjA3dGQzMXJNUndPRzlEUzNWaERyZzFSTmxMYnFYczBJMXBDRm9RQmtLWWxoQjNjRzdmOGdPL3kzVW94MStlN0w5OW5zOXB1Si9UcVZhNWFkZzlGa1dTL2ZHNVJWbWxhRFJvMHJkd1l4ZzBObUJMNitPNUg0UXh1Y1psMXUwVmV6Y0twZlJXRS94VXZpdUsxQ2xWMXBHS256QnpIeFV3WkNhOExOTWJNMWNITXF5TUhheU93RGFpcFQ0L0dVMExLd0ZCZ3dKaUpBbFNjZXNxQUZCOHZEQnRPSlZZcW9ZdkQ4NWZyTkl0U3JkVW9jMy9nMEU4T1BXc282d2VlcmVhNTVmc3gyci9ZalhaN2FwNlBwdW1ucU0xYURIdUZzUE5tckgrTFdnMXNZU1pNbW5YTnBmTyt5OXo3QllzUGg4UmVuK0N6ZFhIejdQNjZyZGUvTEE2SmpWMzZZdmFzRjgyekh0WTFyOW15eGg5cUVNSmJjSE15WW9KelpoOXU2WHphY3VQcDNNVk5MWE5uTGZIZk1zRnYwc0tHdXY2NmlUVWdnMlp0MmJwa3k1cUFXUUVQdDh3RkcyU3BVNTRhQVhZUE5IaFdlMldBdzNueklyZEZpL0lQTDNLcE9SeFNNK0ZNMDRRelBuUE9oTGJNT1pNOUp6Yld2NldsSlRzMDJ6ODdPeUIwVG1KQWdMWWFnNExoWm5DVU93ZFZnMHdCMXppWm1aQkszUVVXV1EyZ3FBTEhWU3c0cm9DeGxRZ0NBVkJ3emtBQjJLbFJFaGFGQWlFWUVJWUNiaFRBaFFvRTRFRFBTQm5jelZKbVF3YU1KQUNvRm1WRmhsRXdDa1lCbmNiOUFNa25TRDdsakpxNEFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K')
}
@media (min-width:992px) and (max-width: 1037px) {
    #header .nav li.compare-menu .dropdown-menu {
        left: 50%;
        transform: translateX(-50%)
    }
}
@media (min-width: 966px) and (max-width: 1090px) {
    #header .e-logo-title {
        display: none
    }
}
@media (min-width:992px) and (max-width:1280px) {}
@media (min-width:1200px) and (max-width:1257px) {
    html:not([lang="en"]) #header .nav li a,
    html:not([lang="en"]) #header .nav li .link.parent {
        font-size: 12px;
        line-height: 19px
    }
    html:not([lang="en"]) #header .dropdown-menu .security-list .child .child-text {
        font-size: 13px;
        line-height: 23px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    html:not([lang="en"]) #header .nav li a,
    html:not([lang="en"]) #header .nav li .link.parent {
        font-size: 12px;
        line-height: 19px
    }
    html:not([lang="en"]) #header .dropdown-menu .security-list .child .child-text {
        font-size: 13px;
        line-height: 23px
    }
}
@media (min-width:992px) and (max-width:1190px) {
    #header .nav li a,
    #header .nav li .link.parent {
        font-size: 12.5px
    }
    #header .nav li:not(.m-right) a {
        padding: 8px 2px
    }
    #header .nav li:not(.m-right) .link.parent {
        padding: 10px 2px
    }
    #header .nav li a.btn-accent {
        padding: 8px 4px
    }
    #header .nav li.m-right a {
        margin: 0 2px;
        min-width: auto
    }
    #header .nav li {
        padding: 0px 2px
    }
    #header .nav li:not(.m-right) {
        padding: 0
    }
    #header .has-children .parent.link:after {
        margin-left: 2px
    }
    html:not([lang="en"]) #header .nav li {
        padding: 0
    }
}
@media (max-width: 991px) {
    #header .nav li.li-row .tooltip-btn+.tooltip {
        display: none
    }
    #header .navbar-brand,
    #header .nav {
        margin-top: 23px
    }
    #header .navbar-nav>li {
        float: none;
        margin: 0 8px;
        padding: 0px
    }
    #header .navbar-nav>li:not(.fixbotom) {
        border-bottom: 1px solid rgba(17, 17, 17, 0.06)
    }
    #header.header-dark .navbar-nav>li:not(.fixbotom) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12)
    }
    #header .navbar-default {
        padding: 0 15px
    }
    .header-open #header .navbar-default {
        padding: 0
    }
    #header.header-dark .nav li .link.parent:active {
        color: #F5F8F7
    }
    #header .solutions-item.solutions-item-2-col .dropdown-menu,
    #header .solutions-item .dropdown-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        column-gap: 0;
        padding-bottom: 0
    }
    #header .solutions-item .dropdown-menu .child-item.last {
        position: relative;
        width: auto;
        left: auto;
        bottom: auto
    }
    #header .solutions-item .dropdown-menu .link.solutions-item--title {
        font-size: 16px;
        font-weight: 600;
        padding: 13px 10px
    }
    #header.header-dark .solutions-item .dropdown-menu .link.solutions-item--title {
        color: rgba(245, 248, 247, 0.6)
    }
    .form-search.form-search-expandable .form__input .icon {
        display: block
    }
    .form-search-expandable.form-search .form-search__toggle {
        display: none
    }
    #header .solutions-item.item-flex .dropdown-menu {
        flex-wrap: wrap
    }
    #header .solutions-item.item-flex .dropdown-menu .li-column {
        width: 100%
    }
    #header .dropdown-menu .security-list {
        padding: 0 10px 10px 10px;
        margin-top: 12px
    }
    #header.header-dark .dropdown-menu .security-list {
        background: #303030
    }
    #header .solutions-item .dropdown-menu .security-list .link.solutions-item--title .name {
        line-height: 24px;
        padding: 8px 0
    }
    #header.header-dark .solutions-item .dropdown-menu .security-list .link.solutions-item--title .name {
        color: rgba(245, 248, 247, 0.60)
    }
    #header .solutions-item .dropdown-menu .security-list .text {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        width: auto;
        padding: 0;
        padding-bottom: 61px;
        max-width: 100%;
        position: relative
    }
    #header .dropdown-menu .security-list .child .child-text {
        margin-right: 16px;
        max-width: 200px;
        padding-top: 0
    }
    #header.header-dark .dropdown-menu .security-list .child .child-text {
        color: #F5F8F7
    }
    #header .nav .security-list li.child-item .all-solutions-link {
        position: absolute;
        bottom: 0;
        padding-bottom: 5px
    }
    #header .nav .security-list li.child-item .all-solutions-link::before {
        width: 100%;
        background: rgba(255, 255, 255, 0.12)
    }
    #header .dropdown-menu .security-list .child.with-image::after {
        width: 100%
    }
    #header .nav .security-list li.child-item a.all-solutions-link {
        padding: 0;
        padding-top: 4px
    }
    #header .solutions-item .dropdown-menu .child-item.last .all-solutions-link {
        border: 0;
        padding-top: 13px;
        margin-top: 12px
    }
    #header .nav li.child-item a.item-download-center {
        border-bottom: 0;
        padding: 13px 10px;
        line-height: 24px;
        margin-bottom: 0;
        white-space: normal
    }
    #header .nav li.child-item a.item-social .child-item-icon,
    #header .nav li.child-item a.item-download-center .child-item-icon {
        margin-right: 12px
    }
    #header .nav li.child-item a.item-social {
        padding: 13px 10px;
        border-top: 0;
        line-height: 24px;
        margin-top: 0
    }
    #header .dropdown-menu .child.compares-title+ul.children-list--level2 {
        display: block;
        border-bottom: 0;
        padding-bottom: 0;
        margin: 0
    }
    #header .nav li.child-item a.compare-item {
        background: transparent !important;
        padding: 13px 10px
    }
    #header:not(.header-dark) .nav li.child-item a.compare-item .child2-item-icon.visible-sm {
        display: none !important
    }
    #header:not(.header-dark) .nav li.child-item a.compare-item .child2-item-icon.hidden-sm {
        display: block !important
    }
    #header .nav li.child-item a.compare-item.child2-item-icon.visible-sm {
        display: none !important
    }
    #header .nav li.child-item .popular-compares+ul.children-list--level2 .compare-item .child-text {
        display: none
    }
    #header .nav li.child-item a.compare-item .name {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #000
    }
    #header.header-dark .nav li.child-item a.compare-item .name {
        color: #fff
    }
    #header .dropdown-menu .child.compares-title {
        font-size: 16px;
        line-height: 24px;
        color: rgba(17, 17, 17, 0.50);
        padding: 13px 10px
    }
    #header.header-dark .dropdown-menu .child.compares-title {
        color: rgba(245, 248, 247, 0.60)
    }
    #header .nav li.compare-menu .dropdown-menu>.child-item:first-of-type {
        background: #F1F3F4;
        border-radius: 6px;
        padding-bottom: 12px
    }
    #header.header-dark .nav li.compare-menu .dropdown-menu>.child-item:first-of-type {
        background: #303030
    }
    #header .dropdown-menu .child.compares-title+ul.children-list--level2>.child2-item {
        padding: 0
    }
    #header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2 .child2-item a.trh {
        display: flex !important;
        visibility: visible !important
    }
    #header .dropdown-menu .child.compares-title.more-compares+ul.children-list--level2 {
        margin-top: 0
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #header .navbar-collapse.collapse {
        display: none !important
    }
    #header .navbar-collapse.collapse.in {
        display: block !important
    }
    #header .m-right.btn-overlay {
        display: block;
        margin-top: 15px;
        border-bottom: none !important
    }
    #header .m-right.btn-overlay>a {
        width: auto !important
    }
    #header .navbar-default {
        margin: 0 auto
    }
    #header .tablet-mune.collapse.in {
        display: block !important
    }
    #header .navbar-toggle.tablet-toggle {
        display: block;
        margin-left: 5px;
        padding: 9px 0
    }
    #header .navbar-header {
        min-height: 70px;
        width: 100%
    }
    #header .menu2 .nav {
        margin: 0 -10px;
        border-top: 1px solid rgba(255, 255, 255, 0.12)
    }
    #header .menu2 .navbar-nav>li {
        float: none;
        padding: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12)
    }
    #header .menu2 .nav li a {
        padding: 11px 10px;
        font-size: 18px;
        font-weight: 600;
        font-family: "Manrope", sans-serif;
        line-height: 28px;
        text-align: left;
        border: 0
    }
    #header.header-dark .menu2 .nav li .link.parent {
        justify-content: space-between;
        padding: 11px 10px;
        color: #F5F8F7;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px
    }
    #header.header-dark .menu2 .nav li a:hover,
    #header.header-dark .menu2 .nav li a:active,
    #header.header-dark .menu2 .nav li a:focus {
        color: #F5F8F7;
        background-color: #303030;
        border-radius: 6px
    }
    #header .menu2 .dropdown-menu {
        border: none;
        box-shadow: none;
        position: static;
        float: none;
        background-color: transparent;
        padding: 0
    }
    #header.header-dark .menu2 .has-children.open {
        background-color: #000
    }
    #header .menu2 .has-children.open .parent {
        color: #A2A2A2
    }
    #header .menu2 .dropdown-menu .child-item {
        margin: 0
    }
    #header.header-dark .menu2 .nav li.child-item a {
        padding: 11px 10px;
        color: #F5F8F7;
        font-size: 18px;
        font-weight: 400;
        font-family: "Manrope", sans-serif;
        line-height: 28px
    }
    #header .menu2 .nav li.child-item a.download:before {
        height: 26px
    }
    #header .menu2 .dropdown-menu .child-item .divider {
        margin: 0 7px
    }
    #header.header-dark .navbar-default .navbar-nav>li>a.btn-accent {
        margin-top: 20px
    }
    #header .has-children .parent.link:after {
        position: relative;
        right: 5px;
        margin-left: 0
    }
    #header.header-dark .nav li.fixbotom {}
    #header .nav li.fixbotom>a.login-auth {
        padding: 14px 0;
        color: #27C1B6
    }
    #header .menu1 .nav li.fixbotom {
        display: block;
        position: fixed;
        left: 0;
        bottom: 90px;
        width: 100%;
        margin: 0;
        padding: 20px 15px 0;
        z-index: 9999
    }
    #header .nav li.fixbotom:nth-last-child(2),
    #header .nav li.fixbotom:last-of-type {
        padding: 0 15px;
        bottom: 25px;
        box-shadow: none
    }
}
@media (min-width: 768px) {
    #header .navbar-toggle {
        position: relative;
        right: 0;
        display: block;
        margin: 29px 0 0 0;
        padding: 7px 0;
        margin-right: -4px
    }
    #header .hidebotom {
        display: block
    }
    #header .fixbotom {
        display: none
    }
}
@media (min-width: 992px) {
    #header .navbar-toggle {
        display: none
    }
    #header .navbar-default {
        margin: 0 auto;
        padding: 0 15px;
        width: 970px
    }
    #header.header-fixed .navbar-default,
    #header.header-fullwidth .navbar-default {
        width: 100%
    }
    .landing #header .navbar-default {
        width: auto;
        max-width: 1170px
    }
}
@media (min-width: 1200px) {
    #header .navbar-default {
        width: 1170px
    }
}
@media (max-width: 991px) {
    .header-open .message-box {
        position: static
    }
    #header li.m-right.btn-overlay {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        width: 100%;
        width: 100%;
        border-bottom: none !important;
        background-color: #f9f9f9
    }
    #header.bkg-color-ffffff li.m-right.btn-overlay {
        background-color: #fff
    }
    #header.header-dark li.m-right.btn-overlay {
        background-color: #111
    }
    #header .m-right.btn-overlay>a {
        width: auto !important;
        margin: 0 auto
    }
    .header-open {
        overflow-y: hidden
    }
    .header-open #header {
        overflow: auto
    }
    .header-open #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        margin: 0
    }
    .header-open #header:not(.bkg-color-ffffff) {
        background-color: #f9f9f9
    }
    .header-open #header.header-dark {
        background-color: #111
    }
    .header-open #header .navbar-header {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        right: 0;
        left: 0;
        padding: 0 30px;
        margin: 0 auto;
        border-bottom: 1px solid rgba(17, 17, 17, 0.06)
    }
    .header-open #header:not(.bkg-color-ffffff) .navbar-header {
        background-color: #f9f9f9
    }
    .header-open #header.bkg-color-ffffff .navbar-header {
        background-color: #fff
    }
    .header-open #header.header-dark .navbar-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        background-color: #111
    }
    .header-open #header .nav li a:not(.btn):hover,
    .header-open #header .nav li a:not(.btn):active,
    .header-open #header .nav li a:not(.btn):focus {
        color: #111
    }
    .header-open #header .nav li a.overlay_form:not(.btn):hover,
    .header-open #header .nav li a.overlay_form:not(.btn):active,
    .header-open #header .nav li a.overlay_form:not(.btn):focus {
        color: #fff
    }
    #header .navbar-toggle {
        display: block;
        position: relative;
        right: 0;
        margin: 28px 5px 0 0;
        padding: 7px 0
    }
    .header-open #header .navbar-toggle {
        position: relative;
        right: 0
    }
    #header .navbar-collapse {
        border-top: 0
    }
    #header .navbar-header {
        min-height: 88px
    }
    #header .navbar-brand,
    #header .nav {
        margin-top: 23px
    }
    #header .nav {
        float: left;
        width: 100%;
        margin: 0px;
        padding-bottom: 170px;
        margin-top: 88px
    }
    #header .hidebotom {
        display: none
    }
    #header .nav li a.btn-accent {
        padding: 13px 12px;
        font-size: 18px;
        line-height: 30px
    }
    #header .nav li.fixbotom {
        display: block;
        position: fixed;
        left: 0;
        bottom: 90px;
        width: calc(100% + 30px);
        margin: 0;
        padding: 20px 14px 0;
        z-index: 9999;
        text-align: center;
        background-color: #f9f9f9
    }
    #header.header-dark .nav li.fixbotom {
        background-color: #111;
        box-shadow: 0 -10px 20px -5px rgb(0 0 0 / 7%)
    }
    #header .nav li.fixbotom .btn {
        margin: 0
    }
    #header .nav li.fixbotom:nth-last-child(2),
    #header .nav li.fixbotom:last-of-type {
        padding: 15px 0;
        text-align: center;
        bottom: 0px;
        box-shadow: none
    }
    #header .nav li.fixbotom>a {
        text-align: center
    }
    #header .nav li.fixbotom>a.login-auth {
        color: #27C1B6
    }
    #header .navbar-nav>li {
        float: none;
        margin: 0 5px;
        padding: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12)
    }
    #header .navbar-nav>li.last a {
        color: #27C1B6;
        text-align: center
    }
    #header .nav li a.btn-avatar {
        color: #fff;
        height: 60px
    }
    #header .nav li a {
        text-align: left;
        font-size: 18px;
        line-height: 28px;
        padding: 14px 5px
    }
    #header .nav li a:not(.btn) {
        display: inline-block;
        width: 100%;
        color: #111
    }
    #header.header-dark .nav li a:not(.btn) {
        color: #F5F8F7
    }
    #header .nav li a:not(.btn):hover,
    #header .nav li a:not(.btn):active,
    #header .nav li a:not(.btn):focus {
        background-color: #F1F3F4;
        border-radius: 6px
    }
    #header.header-dark .nav li a:not(.btn):hover,
    #header.header-dark .nav li a:not(.btn):active,
    #header.header-dark .nav li a:not(.btn):focus {
        color: #F5F8F7;
        background-color: #303030;
        border-radius: 6px
    }
    #header.header-dark .nav li.open .link.parent {
        color: #F5F8F7
    }
    #header .nav li.child-item a {
        width: 100%;
        padding: 13px 10px;
        color: #111;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    #header.header-dark .nav li.child-item a {
        color: #F5F8F7
    }
    #header.header-dark .nav li.child-item a:hover,
    #header.header-dark .nav li.child-item a:active,
    #header.header-dark .nav li.child-item a:focus {
        color: #F5F8F7;
        background-color: #303030
    }
    #header .nav .btn {
        margin: 0 15px;
        text-align: center;
        padding: 8px 5px;
        font-size: 16px
    }
    #header .nav .btn-white {
        border: 2px solid rgba(75, 75, 75, 0.3);
        color: #000;
        background: transparent
    }
    #header .nav .btn-white:hover,
    #header .nav .btn-white:focus,
    #header .nav .btn-white:active {
        background-color: transparent;
        color: #0072ff;
        border-color: #118afb
    }
    #header .dropdown-menu {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        left: auto;
        margin-top: 0
    }
    #header.header-dark .dropdown-menu {
        background: #111
    }
    #header .has-children.open {
        display: flow-root;
        padding-bottom: 12px
    }
    #header .has-children.open .parent {
        color: #A2A2A2
    }
    #header.header-dark .nav li.child-item a {
        color: #F5F8F7
    }
    #header .has-children .parent.link:after {
        position: absolute;
        top: 15px;
        right: 10px;
        padding: 0 9px;
        font-size: 13px;
        font-weight: 400
    }
    .header-open #header .has-children .parent.link:after {
        color: #111
    }
    #header.header-dark .has-children .parent.link:after {
        color: #F5F8F7
    }
    #header .has-children.open .parent.link:after {
        color: #111
    }
    #header.header-dark .has-children.open .parent.link:after {
        color: #F5F8F7
    }
    #header .nav li .link.parent {
        justify-content: space-between;
        padding: 16px 10px;
        font-size: 18px;
        line-height: 28px;
        position: relative
    }
    #header .nav li.open .link.parent {
        color: #111
    }
    #header.header-dark .nav li.open .link.parent {
        color: #F5F8F7
    }
    #header.header-dark .navbar-default .navbar-nav>li>a.btn-accent {
        margin-top: 0
    }
    .header-open #header.header-dark .has-children.open .parent.link:after,
    #header.header-dark .has-children.open .parent.link:after {
        color: #F5F8F7
    }
    #header .nav li.search-item {
        float: none
    }
    .form-search {
        width: 100%;
        margin: 0;
        height: 40px;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .form-search.form-search-expandable .form__input {
        opacity: 1;
        width: 100%
    }
    .form-search.form-search-expandable .form__input input[type='text'] {
        width: 100%;
        padding: 12px 15px 12px 44px;
        font-family: "Montserrat Regular", Helvetica, Arial, Verdana, sans-serif;
        font-weight: 400
    }
    #header.header-dark .form-search.form-search-expandable .form-search__toggle svg path {
        fill: #111
    }
    .form-search-expandable.form-search .form-search__toggle {
        left: 15px
    }
    .form-search.form-search-expandable form {
        position: relative;
        width: 100%;
        top: auto
    }
    #header .navbar-toggle {
        display: block;
        position: relative;
        right: 0;
        margin: 28px 0 0 0;
        padding: 7px 0
    }
    #header .nav li.m-right a {
        margin: 0;
        width: 100%;
        max-width: 330px
    }
    #header .nav li.m-right {
        position: fixed;
        bottom: 90px;
        width: 100%;
        left: 0;
        border: 0 !important;
        margin: 0 !important;
        padding: 20px 30px 0px;
        display: flex;
        justify-content: center;
        z-index: 1;
        background: #f9f9f9
    }
    #header.header-dark .nav li.m-right {
        background: #111
    }
    #header .nav li.m-right.last {
        bottom: 0;
        padding-bottom: 20px;
        padding-top: 10px
    }
    #header .navbar-default .navbar-nav>li>a.btn-accent {
        height: auto !important;
        width: 100%;
        max-width: 330px
    }
    .landing #header .navbar-toggle {
        display: none
    }
}
@media (max-width: 767px) {
    #header .navbar-toggle {
        right: 0
    }
    .header-open #header .navbar-header {
        left: auto;
        width: 100%;
        margin: unset;
        padding: 0 30px
    }
    #header .has-children.open {
        display: block;
        width: calc(100% - 10px)
    }
    #header .navbar-nav>li {
        float: none;
        margin: 0 5px
    }
    #header .nav li.fixbotom {
        width: 100%;
        padding: 20px 30px 0
    }
}
@media (max-width: 480px) {
    #header .navbar-default .navbar-nav>li>a.btn-accent,
    #header.header-dark .navbar-default .navbar-nav>li>a.btn-accent {
        width: 100%
    }
    #header .nav li.fixbotom>a.login-auth {
        width: 100%
    }
}
@media (max-width: 374px) {
    #header .solutions-item .dropdown-menu .security-list .child-item-image {
        max-width: 130px;
        height: auto
    }
    html[lang]:not([lang='en']) #header.header-dark .dropdown-menu .security-list .child .child-text {
        font-size: 13px;
        line-height: 24px
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #header .nav .download:before {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAA51BMVEUAAAAzPT0yOTswODswODwwNzwwODxJSUkxODwwODwwNzswNzuAgIAxOjwxODsxNzwxNzwxODwxNzwzPDwxNzsxODwxOD00OD0wODswODsxODwxNz0wNzsxODwxOD3///8wODsyOj42PDwzOkIxPT0wODs0OkAwODwxODwwODtVVVUwODwwNzwxNzwxODwxODwwNzw5OUIwOD0zTU0xNzsxODw7O04wNzwxNzwxODtAQEAwODwxODwxNzsxODwyOD0xNz0xODwxODwxOTs1PDwxNzxAQEAwODsyODw3N0MyOTw5OVUyODxYadzVAAAATXRSTlMAGWekv9nzB27I/v8CXeDMpo1zHsvAaDvpzkRY+fttAe1CJiMq0yzJpfIDrm+djJaUG2QKxrYN1OebCKnS+vxxhuq6YyLwDN+AF1EJlcamN+cAAAGBSURBVHgBjZQF2ttADERlhhdmZk6Zmbm9/3V+zlbZ4ARtv2+WpJEtOa7nB2EY+J7ryAFFcZJilCZxtAfKZHNAmi8US6ViIZ8CuWzGpsoVoFpzzPC1KlApb1P1BjRbsqVWExp1UWp36Pb6Yqnf69JpK68Og6Hs0XBAx/iVGwxGslejAY3y3RordJXXeDKJlF+Xyu16s9BTBlOYqcseZG92NUezfxjrN8ldu8fQksOYtCAWkTm+HMOkSiLipLjHMZfUufk6jt0YLcjLcUzyLMSncAor4EtA8RRWJJCQ0imsRHgE6xuMpRp0tb6nsOj+AzWoWsJDeLTaYI8TeKKWYDbk6TPg+Qt5eY3VXwGvzYZ4anvfvAXela/d3Pfw4aPaXn1Y/U/Aq8/wBRiYeqjdGCVUzSq/vudO02/66O1Can0HgPUPq5Csspz8BNJffbss7SL/PSf8YxX5vpb5+28mVsuc34Cn2/n8cDg/anRwuf+Dy1XBdX4M6lCd61Cd61A9M6IvAQE1KUXx2+OYAAAAAElFTkSuQmCC')
    }
    #header .nav .download:hover:before {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAA51BMVEUAAAAUj/8Ri/0RivwRi/wSi/sSi/wkkv8Ti/0Si/sRi/wRivuA//8TjPwRi/wSi/sSivwSi/sSjP0Rkf8SivsRivsRjP0Riv8Si/wRi/sTi/sRi/wRivwRivwTiv3///8Ri/wTi/sUjf8Wiv8SjP8Si/sRi/8SivsRi/wSivxVqv8Si/wSjP0SivwSivsRi/wRjPwTjv8SjPwamf8Si/sSi/wUnf8SivsSi/wSivwgn/8Si/wRivsRi/wRi/wSjP0Ri/sRivwSivwSi/wXj/8RivwVlf8RivwSi/sWkP8Ti/wcjv8Ri/wGz5YgAAAATXRSTlMAGWekv9nzB27I/v8CXeDMpo1zHsvAaDvpzkRY+fttAe1CJiMq0yzJpfIDrm+djJaUG2QKxrYN1OebCKnS+vxxhuq6YyLwDN+AF1EJlcamN+cAAAGBSURBVHgBjZQF2ttADERlhhdmZk6Zmbm9/3V+zlbZ4ARtv2+WpJEtOa7nB2EY+J7ryAFFcZJilCZxtAfKZHNAmi8US6ViIZ8CuWzGpsoVoFpzzPC1KlApb1P1BjRbsqVWExp1UWp36Pb6Yqnf69JpK68Og6Hs0XBAx/iVGwxGslejAY3y3RordJXXeDKJlF+Xyu16s9BTBlOYqcseZG92NUezfxjrN8ldu8fQksOYtCAWkTm+HMOkSiLipLjHMZfUufk6jt0YLcjLcUzyLMSncAor4EtA8RRWJJCQ0imsRHgE6xuMpRp0tb6nsOj+AzWoWsJDeLTaYI8TeKKWYDbk6TPg+Qt5eY3VXwGvzYZ4anvfvAXela/d3Pfw4aPaXn1Y/U/Aq8/wBRiYeqjdGCVUzSq/vudO02/66O1Can0HgPUPq5Csspz8BNJffbss7SL/PSf8YxX5vpb5+28mVsuc34Cn2/n8cDg/anRwuf+Dy1XBdX4M6lCd61Cd61A9M6IvAQE1KUXx2+OYAAAAAElFTkSuQmCC')
    }
}
.section-splash {
    padding-top: 80px;
    padding-bottom: 80px
}
.section-splash.splash-category {
    padding-top: 88px;
    padding-bottom: 38px
}
.section-splash .h1 {
    margin-bottom: 20px;
    margin-top: 0
}
.section-splash.splash-category .h1 {
    font-size: 72px;
    line-height: 72px;
    color: #111;
    font-family: "PolySans", sans-serif;
    font-weight: 600;
    margin-bottom: 32px
}
.bkg-color-000000 .section-splash.splash-category .h1 {
    color: #F5F8F7
}
.section-splash .text-main {
    margin-bottom: 40px;
    margin-top: 0
}
.section-splash .text-hint {
    border-radius: 24px;
    border: 2px solid rgba(17, 17, 17, 0.10);
    background: #EFEFEF;
    max-width: fit-content;
    padding: 6px 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    font-family: "Manrope", sans-serif;
    color: #111;
    margin: 24px auto 0
}
.section-splash .text-hint a {
    color: #27C1B6
}
.section-splash.splash-category .text-main {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.8)
}
.bkg-color-000000 .section-splash.splash-category .text-main {
    color: rgba(245, 248, 247, 0.8)
}
.section-splash.section-splash--faq {
    padding-top: 96px;
    padding-bottom: 0
}
.section-splash--faq .title-content {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #111;
    font-family: "PolySans", sans-serif
}
.additional-info {
    color: #F5F8F7;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 32px;
    row-gap: 16px;
    margin-top: 32px;
    justify-content: center;
    font-family: "Manrope", sans-serif
}
.additional-info--item {
    display: inline-flex;
    align-items: center
}
.additional-info--text {
    margin-left: 8px
}
.product-page .section-splash.section-splash--faq {
    padding-top: 88px
}
@media (max-width: 767px) {
    .section-splash {
        padding-bottom: 60px;
        padding-top: 50px
    }
    .section-splash.section-splash--faq {
        padding-top: 60px
    }
    .section-splash--faq .title-content {
        font-size: 32px;
        line-height: 36px
    }
    .section-splash.splash-category {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .splash-category .h1 {
        font-size: 38px !important;
        line-height: 42px !important;
        margin-bottom: 20px
    }
    .splash-category .text-main {
        margin-bottom: 20px
    }
    .section-splash.with-hint.section-splash--features .h1 {
        margin-bottom: 10px
    }
    .section-splash .text-hint {
        margin: 6px 15px 20px;
        border-radius: 11px;
        max-width: 100%;
        font-size: 16px;
        line-height: 24px
    }
    .additional-info {
        justify-content: flex-start;
        flex-wrap: wrap
    }
}
.section-splash {
    margin: 0 auto;
    padding-top: 176px;
    padding-bottom: 0
}
.section-splash .h1 {
    margin-bottom: 32px;
    font-size: 72px;
    font-weight: 600;
    font-family: "PolySans", sans-serif;
    line-height: 72px
}
.section-splash .h1:not(span) {
    color: #F5F8F7
}
.section-splash .text-main,
.security-page .section-splash .text-main {
    margin-bottom: 32px;
    color: rgba(245, 248, 247, 0.8);
    font-weight: 500;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    line-height: 32px
}
.section-splash .watch_demo-btn {
    display: inline-flex;
    align-items: center
}
.section-splash .watch_demo-btn .btn-text {
    margin-left: 8px
}
.section-splash .media-content {
    margin-top: 64px
}
.section-splash .btn {
    margin: 0 10px
}
.section-splash .btn.download-btn.with-icon {
    display: inline-flex;
    align-items: center
}
.section-splash .btn.download-btn.with-icon img {
    margin-right: 12px
}
.compare-page .section-splash .btn {
    margin: 0
}
.section-splash.section-splash--features.section-splash--features-button.without-video,
.section-splash.section-splash--features.section-splash--features-button,
.features-page .section-splash--features {
    padding-bottom: 54px
}
.section-splash.section-splash--features.section-splash--features-button .title-content,
.features-page .section-splash.section-splash--features .title-content {
    max-width: 766px;
    margin: 0 auto
}
.section-splash.section-splash--features.section-splash--features-button h2,
.section-splash.section-splash--features.section-splash--features-button .h2,
.features-page .section-splash.section-splash--features h2,
.features-page .section-splash.section-splash--features .h2 {
    padding: 0 15px;
    color: #111;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.section-splash.section-splash--features.section-splash--features-button,
.features-page .section-splash--features {
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px
}
.section-splash.section-splash--features.section-splash--features-button .badge,
.features-page .badge {
    position: relative;
    top: 0;
    left: 50%;
    margin-bottom: 16px;
    padding: 4px 8px 6px 8px;
    color: #111;
    font-size: 16px;
    line-height: 22px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif;
    transform: translateX(-50%);
    border: none;
    border-radius: 8px
}
.section-splash.section-splash--features.section-splash--features-button .badge--green,
.features-page .badge--green {
    background-color: #B7F1ED
}
.section-splash.section-splash--features.section-splash--features-button .badge--yellow,
.features-page .badge--yellow {
    background-color: #FFEBB1
}
.section-splash.section-splash--features.section-splash--features-button .badge--blue,
.features-page .badge--blue {
    background-color: #CAEEFF
}
.section-splash.section-splash--features.section-splash--features-button .badge--red,
.features-page .badge--red {
    background-color: #FFD8CE
}
.section-splash--features .h1,
.section-splash--features .h1:not(span) {
    margin-bottom: 32px;
    color: #111;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.section-splash--features .text-main {
    color: rgba(17, 17, 17, 0.8);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: "Manrope", Helvetica, Arial, Verdana sans-serif
}
.features-page .section-splash--features-main .text-main {
    color: rgba(17, 17, 17, 0.8);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.features-page .section-splash--features:not(.section-splash--features-main) .text-main {
    color: #111;
    font-size: 18px;
    line-height: 28px
}
.features-page .section-splash--features .h2 {
    margin-bottom: 17px;
    color: #111;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.section-splash--features .text-main a {
    position: relative;
    display: inline;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.features-page .section-splash--features .text-main a {
    font-weight: 500
}
.section-splash--features-mb {
    margin-bottom: 112px
}
.section-splash.section-splash--features.section-splash--features-button .buttons-group,
.features-page .section-splash--features .buttons-group {
    margin-top: 32px;
    text-align: center
}
.product-page .section-splash {
    padding-top: 64px
}
.product-page .section-splash.without-video {
    padding-bottom: 126px
}
.button-wrap {
    position: relative
}
.button-wrap .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    margin-top: 64px;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 6px;
    min-width: 252px;
    font-size: 13px;
    line-height: 18px;
    font-family: "Manrope", Helvetica, Arial, Verdana sans-serif;
    text-align: left;
    border-radius: 40px;
    background-color: #111;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23),
        0px 2px 24px 0px rgba(0, 0, 0, 0.25);
    border: 1.5px solid rgba(245, 248, 247, 0.7);
    -webkit-tap-highlight-color: transparent
}
.button-wrap .video-btn:before {
    position: absolute;
    top: -5px;
    content: '';
    left: -5px;
    width: 260px;
    height: 60px;
    border: 4px solid #111;
    border-radius: 40px;
    background-color: transparent;
    display: inherit
}
.button-wrap .video-btn:hover,
.button-wrap .video-btn:active,
.button-wrap .video-btn:focus {
    border-color: #27C1B6
}
.button-wrap .video-btn .icon {
    position: static;
    float: left;
    margin-right: 8px
}
.button-wrap .video-btn span {
    display: block;
    color: rgba(245, 248, 247, 0.6)
}
.button-wrap .video-btn .btn-text {
    padding-top: 2px
}
@media (max-width: 991px) {
    .section-splash.section-splash--features.p-t-45 {
        padding-top: 0 !important
    }
    .section-splash--features.m-t-100 {
        margin-top: 70px !important
    }
    .section-splash--features-mb {
        margin-bottom: 72px
    }
    .product-page .section-splash.without-video {
        padding-bottom: 96px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage .section-splash .media-content {
        display: block !important
    }
}
@media (max-width: 767px) {
    .homepage .section-splash .h1,
    .security-page .section-splash h1,
    .product-page .section-splash h1,
    .homepage .section-splash .text-main,
    .security-page .section-splash .text-main,
    .product-page .section-splash .text-main,
    .homepage .section-splash .buttons-group,
    .product-page .section-splash .buttons-group {
        text-align: left
    }
    .homepage .section-splash .item-video {
        margin-top: 60px;
        padding: 0
    }
    .homepage .section-splash .text-main {
        margin-bottom: 40px
    }
    .homepage .section-splash .media-content {
        margin-top: 60px
    }
    .section-splash--features .h1,
    .section-splash--features .h1:not(span) {
        margin-bottom: 20px;
        font-size: 38px !important;
        line-height: 42px !important;
        text-align: left
    }
    .section-splash.section-splash--features.section-splash--features-button.without-video,
    .section-splash.section-splash--features.section-splash--features-button,
    .features-page .section-splash--features {
        padding-top: 60px;
        padding-bottom: 32px
    }
    .section-splash--features .h2 {
        margin-bottom: 20px;
        text-align: left;
        font-size: 32px !important;
        line-height: 36px !important
    }
    .section-splash--features .text-main {
        text-align: left
    }
    .section-splash--features.section-splash--features-solutions .h1 {
        font-size: 38px !important;
        line-height: 42px !important
    }
    .homepage .section-splash .buttons-group>a:first-child {
        margin-left: 0
    }
    .section-splash.section-splash--features.section-splash--features-button .h2,
    .section-splash.section-splash--features.section-splash--features-button h2,
    .features-page .section-splash--features .h2,
    .features-page .section-splash--features .text-main {
        text-align: center
    }
    .features-page .section-splash--features-main .text-main {
        text-align: left
    }
    .security-page .section-splash .buttons-group {
        text-align: left
    }
    .product-page .section-splash.section-splash--faq {
        padding-top: 120px
    }
    .section-splash.section-splash--features.section-splash--features-button .buttons-group,
    .features-page .section-splash--features .buttons-group {
        margin-top: 32px
    }
    .product-page .section-splash.section-splash--faq {
        padding-top: 120px
    }
}
@media (max-width: 670px) {
    .section-splash.section-splash-2-columns {
        border-radius: 22px
    }
    .compare-page .section-splash.section-splash-2-columns {
        border-radius: 0;
        background: transparent
    }
    .homepage .section-splash .buttons-group>a,
    .product-page .section-splash .buttons-group>a {
        display: block;
        margin: 0;
        max-width: 330px
    }
    .section-splash.section-splash--features.section-splash--features-button .buttons-group>a {
        display: inline-block
    }
    .section-splash .watch_demo-btn svg {
        display: inline-block;
        vertical-align: middle
    }
    .section-splash .watch_demo-btn .btn-text {
        display: inline-block
    }
    .section-splash .buttons-group>a:not(:last-child) {
        margin-bottom: 20px
    }
    .section-splash.section-splash--features.section-splash--features-button h2,
    .section-splash.section-splash--features.section-splash--features-button .h2,
    .features-page .section-splash.section-splash--features h1,
    .features-page .section-splash.section-splash--features .h1,
    .features-page .section-splash.section-splash--features h2,
    .features-page .section-splash.section-splash--features .h2,
    .features-page .section-features h2 {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .features-page .section-splash.section-splash--features-main h1,
    .features-page .section-splash.section-splash--features-main .h1 {
        font-size: 38px !important;
        line-height: 42px !important
    }
    .features-page .section-splash--features-main .text-main {
        font-size: 18px;
        line-height: 28px
    }
    .security-page .section-splash .text-main {
        margin-bottom: 20px
    }
    .section-splash .btn.download-btn.with-icon {
        display: block
    }
}
@media (max-width: 480px) {
    .homepage .section-splash {
        padding-top: 60px
    }
    .homepage .section-splash .item-video {
        padding: 0 15px
    }
    .homepage .section-splash .h1,
    .security-page .section-splash h1,
    .product-page .section-splash .h1 {
        margin-bottom: 20px;
        font-size: 38px !important;
        line-height: 42px !important
    }
    .homepage .section-splash .text-main {
        font-size: 18px;
        line-height: 28px
    }
    .section-splash:not(.section-splash-2-columns) .image .image-inner {
        width: calc(100% + 30px)
    }
    .section-splash .image .image-right {
        position: relative;
        margin: 60px 0 0 auto;
        width: 100%
    }
    .homepage .cell.controls {
        position: absolute;
        z-index: 1;
        width: calc(100% - 30px)
    }
    html[lang]:not([lang='en']) .section-splash .btn.download-btn.with-icon {
        font-size: 16px;
        padding: 12px
    }
}
.section-splash--security {
    padding-top: 80px;
    padding-bottom: 48px
}
.security-page .section-splash h1 {
    margin-bottom: 32px;
    color: #F5F8F7;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.section-splash--security .download-btn {
    min-width: 222px
}
@media (max-width: 767px) {
    .section-splash--security {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .section-splash--security .download-btn {
        margin: 0
    }
    .security-page .section-splash h1 {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 42px
    }
    .security-page .section-splash .text-main {
        margin-bottom: 20px
    }
}
.section-features.top-padding-0 {
    padding-top: 0
}
.section-features {
    padding-top: 100px;
}
.section-features.padding-80 {
    padding-bottom: 80px
}
.section-features .title-main,
.section-features .title-content {
    color: #101010
}
.section-features .text-main,
.section-features .text-content {
    color: #303030
}
.compare-page .section-features .text-main {
    color: #111;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features .text-main {
    margin-top: 20px
}
.section-features.of-2-cols .items .item {
    margin-top: 65px
}
.section-features .media .media-left,
.section-features .media>.pull-left {
    padding-right: 20px
}
.section-features .media .title-content {
    font-weight: bold
}
.section-features .media .title-content a {
    color: inherit
}
.section-features .media .title-content a:hover {
    color: #0088d3
}
.section-features .media .title-content a {
    color: inherit
}
.section-features .of-title-media .media-body,
.section-features .of-title-media .media-left {
    vertical-align: middle
}
.section-features .of-title-media .title-content {
    margin-bottom: 0px
}
.section-features .of-title-media .media .media-left {
    padding-top: 0px;
    padding-right: 10px
}
.section-features .of-title-media .text-content {
    margin-top: 5px
}
.section-features.bottom-padding-0 {
    padding-bottom: 0 !important
}
.section-features .items {
    margin-top: 60px
}
.section-features .btn-group {
    margin-top: 40px
}
.section-features .buttons-group {
    margin-top: 40px
}
.section-features.key-advantages .text-main,
.section-features.transparent-pricing .text-main,
.section-features.our-company .text-main {
    color: #60767E
}
.section-features.key-advantages .text-main {
    margin-top: 0
}
.section-features.key-advantages .items {
    margin-top: 60px
}
.section-features.of-2-cols .items .item {
    margin-top: 0px
}
.features-contacts.section-features.of-2-cols .items .item {
    margin-bottom: 60px
}
.features-page .section-features.section-features--more-custom .items .item:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}
.features-page .section-features .items .item:last-child .items-media {
    order: 1;
    margin-top: 32px
}
.features-page .section-features--cards .items .item:last-child .items-media {
    margin-top: 0
}
.features-page .section-features .items .item:last-child .contact-subscribe-form {
    padding-top: 40px
}
.section-features h2 {
    color: #111;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.section-features .title-content {
    color: #303030;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px
}
.section-features .text-content {
    color: #60767e
}
.section-features.of-3-cols .title-content,
.section-features.of-2-cols .title-content {
    margin-bottom: 20px
}
.section-features .media-content {
    margin-bottom: 40px
}
.section-features.features-clients {
    padding-bottom: 100px
}
.section-features.features-clients .text-main {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
    margin-top: 0
}
.section-features.features-clients .items {
    margin-top: 20px
}
.section-features.features-clients .media-content {
    margin-bottom: 20px
}
.section-features.features-clients .clients-item {
    padding: 0 15px
}
.section-features.features-solution .text-main {
    margin-bottom: 20px
}
.section-features.support-and-repair {
    padding-bottom: 65px
}
.support-and-repair .text-main {
    color: #60767e
}
.support-and-repair .items {
    margin-top: 60px
}
.support-and-repair .items .item-panel {
    margin-bottom: 35px
}
.support-and-repair .items .item-panel .panel {
    display: block;
    border-color: transparent;
    box-shadow: none;
    margin-bottom: 0
}
.support-and-repair .items .item-panel .panel .panel-heading {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    color: #303030
}
.support-and-repair .panel-default>.panel-heading {
    background-color: transparent;
    color: #60767e;
    border-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 40px
}
.support-and-repair .panel-body {
    padding: 0
}
.support-and-repair .items .item-panel .panel .panel-footer {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    border-top: 0;
    border-radius: 0px
}
.support-and-repair .items .item-panel .panel .panel-body {
    font-size: 16px;
    line-height: 24px;
    color: #303030
}
.support-and-repair .item-panel .panel-body .advantages-list__items {
    margin-top: 40px;
    list-style: none;
    padding-left: 0;
    margin-left: 0
}
.support-and-repair .item-panel .panel-body .advantages-list__items .advantages-list__item:not(:last-child) {
    margin-bottom: 20px
}
.support-and-repair .item-panel .panel-body .advantages-list__items .advantages-list__item {
    display: flex;
    align-items: flex-start
}
.support-and-repair .item-panel .panel-body .advantages-list__items .advantages-list__item:before {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 8px;
    flex: 0 0 24px
}
.support-and-repair .item-panel .panel-body .advantages-list__items.cons .advantages-list__item:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iOCIgZmlsbD0iI0VCNTc1NyIvPgo8cGF0aCBkPSJNOC4xOTE0NSAxNy4yMzg2TDExLjk5ODMgMTMuNDQ2TDE1LjgwNTEgMTcuMjM4NkwxNi45MTMgMTYuMTMwN0wxMy4xMDYyIDEyLjMzODFMMTYuOTEzIDguNTQ1NDVMMTUuODA1MSA3LjQzNzVMMTEuOTk4MyAxMS4yMzAxTDguMTkxNDUgNy40Mzc1TDcuMDgzNSA4LjU0NTQ1TDEwLjg5MDMgMTIuMzM4MUw3LjA4MzUgMTYuMTMwN0w4LjE5MTQ1IDE3LjIzODZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}
.support-and-repair .item-panel .panel-body .advantages-list__items.pros .advantages-list__item:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iOCIgZmlsbD0iIzI3QUU2MCIvPgo8cGF0aCBkPSJNNS4zNTA1OSAxMi40Mzc1TDEwLjE4MDEgMTcuMjM4NkwxOS4wNDM4IDguNDAzMzdMMTcuOTM1OCA3LjI5NTQxTDEwLjE4MDEgMTUuMDIyN0w2LjQzMDEzIDExLjMyOTVMNS4zNTA1OSAxMi40Mzc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}
.section-features.custom-software-for-remote .text-main {
    color: #60767e
}
.section-features.custom-software-for-remote .support-table {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto
}
.section-features.custom-software-for-remote .support-table thead tr {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.section-features.custom-software-for-remote .support-table thead td {
    text-align: center;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    line-height: 1.14em
}
.section-features.custom-software-for-remote .support-table .c-remote {
    color: #b3f
}
.section-features.custom-software-for-remote .support-table .c-tralert {
    color: #0096cc
}
.section-features.custom-software-for-remote .support-table .c-support {
    color: #0b9f0b
}
.section-features.custom-software-for-remote .support-table .image-side {
    margin-top: 10px
}
.section-features.custom-software-for-remote .items {
    margin-top: 40px
}
.section-buttons .description {
    font-size: 18px;
    line-height: 26px;
    color: #60767E
}
.section-buttons.get-in-gradient {
    padding: 60px 130px 80px 130px;
    background-image: url(/imgnew/index/gradient.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #F0F3F5;
    border-radius: 20px;
    margin: 0 auto
}
.section-buttons .row {
    display: flex;
    align-items: center
}
.section-buttons .text-content {
    color: #101010;
    font-size: 42px;
    line-height: 1.17em;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: 900
}
.section-comparison2 {
    padding-top: 95px
}
.section-comparison2 .item .panel {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none
}
.section-media-video .text-content h3 {
    margin-bottom: 15px;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: 700
}
.section-features.our-company .panel-item .panel-body {
    padding: 30px
}
.section-features.our-company .panel-item .title-content {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 8px
}
.section-features.our-company .panel-item .text-content {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33em;
    letter-spacing: 0.4px;
    color: #909090;
    text-transform: uppercase
}
.section-features .media-bullet {
    margin-bottom: 20px
}
.section-features .media-bullet .bullet {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
    text-align: center
}
.section-features .media-bullet .bullet.c-00BBFF {
    background-color: #0BF
}
.section-features.transparent-pricing .title-content {
    margin-bottom: 10px
}
.section-features.transparent-pricing .text-main {
    margin-top: 0
}
.section-features.features-sales {
    padding-top: 90px
}
.section-features.features-sales .items {
    margin-top: 40px
}
.section-features.features-sales .items .item:not(:last-child) {
    margin-bottom: 12px
}
.section-features.features-sales .items .item .text-content {
    font-size: 20px;
    line-height: 32px;
    color: #60767E
}
.section-features.features-sales .items .item {
    display: flex;
    align-items: center
}
.section-features.features-sales .media-content {
    margin-bottom: 0;
    margin-right: 12px
}
.section-features.info-aboutus {
    padding: 80px 0
}
.section-features.info-aboutus .title-content {
    font-size: 40px;
    line-height: 48px;
    color: #101010
}
.section-features.features-aboutus {
    padding-bottom: 40px
}
.section-features.features-aboutus .items .item {
    margin-bottom: 60px
}
.section-features.features-sales .items {
    margin-top: 40px
}
.section-features.features-sales .items .item:not(:last-child) {
    margin-bottom: 12px
}
.section-features.features-sales .items .item .text-content {
    font-size: 20px;
    line-height: 32px;
    color: #60767E
}
.section-features.features-sales .items .item {
    display: flex;
    align-items: center
}
.section-features.features-sales .media-content {
    margin-bottom: 0;
    margin-right: 12px
}
.section-features.features-aboutus .text-main {
    color: #60767E
}
.section-features.features-sales {
    padding-top: 90px
}
.section-features.info-aboutus {
    padding: 80px 0
}
.section-features.info-aboutus .title-content {
    font-size: 40px;
    line-height: 48px;
    color: #101010
}
.section-features.features-aboutus {
    padding-bottom: 40px
}
.section-features.features-aboutus .items .item {
    margin-bottom: 60px
}
.section-features.features-sales .items {
    margin-top: 40px
}
.section-features.features-sales .items .item:not(:last-child) {
    margin-bottom: 12px
}
.section-features.features-sales .items .item .text-content {
    font-size: 20px;
    line-height: 32px;
    color: #60767E
}
.section-features.features-sales .items .item {
    display: flex;
    align-items: center
}
.section-features.features-sales .media-content {
    margin-bottom: 0;
    margin-right: 12px
}
.section-features.features-aboutus .text-main {
    color: #60767E
}
.section-features .et-today .title-content {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #111;
    font-weight: 700;
    font-size: 72px;
    line-height: 86px;
    font-family: "PolySans", Helvetica, Arial, sans-serif
}
.section-features .et-today .text-content {
    color: #111
}
.section-features.features-wrap {
    padding-top: 0;
    padding-bottom: 96px;
    border-top: 0
}
.section-features.features-wrap.features-media-assets {
    margin-bottom: 64px
}
.section-features-assets .item:not(.assets-bottom):focus {
    text-decoration: none
}
.section-features-assets .item:not(.assets-bottom):hover .title-content,
.section-features-assets .item:not(.assets-bottom):focus .title-content {
    text-decoration-line: none
}
.section-features-assets .item:not(.assets-bottom):hover .text-content,
.section-features-assets .item:not(.assets-bottom):focus .text-content {
    text-decoration-line: underline;
    text-decoration-color: #27C1B6
}
.section-features.features-wrap.no-border {
    border: none
}
.section-features.features-wrap.no-border-top {
    border-top: none
}
.section-features.features-wrap.features-ourawards.no-border-top .items.items-media {
    border: 0;
    margin-top: 18px;
    padding-top: 0
}
.section-features.features-wrap .title-content.title-content--features {
    color: #27C1B6;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    order: 0;
    min-width: 330px
}
.section-features.features-wrap .items .item-title-content .item-content {
    display: flex;
    column-gap: 32px
}
.section-features.features-wrap .note-content {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    font-family: "PolySans", sans-serif;
    color: #111;
    padding-left: 20px;
    border-left: 4px solid #27C1B6
}
.section-features.features-wrap .text-content p {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-wrap .text-content strong {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-wrap .media-content {
    margin-bottom: 32px
}
.section-features .map-content {
    padding: 0;
    overflow: hidden;
    border-radius: 15px;
    border: solid 1.5px #e0e0e0
}
.section-features.features-wrap.features-electronic .media-content {
    margin-bottom: 0
}
.section-features.features-wrap.contacts-feature .media-content img {
    width: 100%;
    margin-left: 0
}
.section-features.features-wrap.contacts-feature .media-content.text-left img {
    width: auto
}
.section-features.features-wrap p:not(:last-child) {
    margin-bottom: 32px
}
.section-features.features-wrap .items.flex {
    margin-top: 0;
    justify-content: flex-start;
    padding: 32px 17px;
    border-radius: 24px;
    background: #FFF
}
.section-features.features-wrap .items.items-media {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(17, 17, 17, 0.12)
}
.section-features.features-wrap .item-info-row .items.items-media .title-content {
    color: #111;
    font-family: "PolySans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px
}
.section-features.features-wrap .item-info-row .items.items-media .text-content {
    color: #111;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}
.section-features.section-features-contacts .items img {
    width: 100%;
    margin-left: 0
}
.section-features.section-features-contacts .items .text-left img {
    width: auto
}
.section-features.features-wrap .items .item-info-content .item-content {
    display: block;
    column-count: 2;
    column-gap: 32px;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(17, 17, 17, 0.12)
}
.section-features.features-team {
    padding-top: 7px;
    padding-bottom: 0
}
.section-features.features-team .title {
    color: #111;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-team .items {
    margin-top: 32px;
    justify-content: flex-start;
    align-items: flex-start
}
.section-features.features-team .items .item {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-column-gap: 24px;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 38px
}
.section-features.features-team .items .item:last-child {
    margin-bottom: 0
}
.section-features.features-team .media-content {
    position: absolute;
    grid-column: 1/2;
    grid-row: 1/3;
    margin-bottom: 0
}
.section-features.features-team .title-content {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #111;
    font-weight: 600;
    font-size: 20px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    line-height: 28px
}
.section-features.features-team .text-content {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-press {
    position: relative;
    padding-bottom: 106px
}
.section-features.features-press:before {
    position: absolute;
    left: -48px;
    width: calc(100% + 96px);
    height: 100%;
    background-color: #EFEFEF;
    content: ""
}
.section-features.features-press .items .item.features-press--header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px;
    padding-top: 64px;
    padding-right: 0;
    padding-bottom: 32px;
    padding-left: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12)
}
.section-features.features-press .features-press--header .text-content {
    margin-bottom: 0
}
.features-press--header .text-accent {
    color: #27C1B6
}
.section-features.features-press .section-features .items {
    row-gap: 48px
}
.features-press--header .text-content {
    color: #111;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-press .title-content {
    margin-bottom: 0;
    order: 2
}
.section-features.features-press .title-content a {
    position: relative;
    display: block;
    color: #111;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-press .text-content {
    color: #111;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-press .features-press--header .text-content {
    font-weight: 600;
    margin: 0
}
.section-features.features-press .section-features {
    padding-top: 56px;
    padding-bottom: 0
}
.section-features.features-press .items .item {
    display: flex;
    flex-direction: column
}
.section-features.features-wrap.features-press .media-content {
    margin-bottom: 16px
}
.section-features.features-press .media-content img {
    margin: 0
}
.section-features.features-wrap .product-comment {
    margin-bottom: 64px
}
.contacts-feature.section-features {
    padding-bottom: 160px
}
.contacts-feature.section-features.contacts-feature-form {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 64px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12)
}
.contacts-feature.section-features .items {
    margin-top: 0
}
.contacts-feature.section-features.features-wrap .items.flex {
    padding: 0;
    background: transparent;
    border-radius: 0
}
.contacts-feature.section-features.features-wrap .items.items-media {
    padding-top: 0;
    margin-top: 48px;
    border: 0
}
.contacts-feature.section-features.features-wrap .contacts-socials-columns .items.items-media {
    margin-top: 0
}
.contacts-feature.section-features .item-contact-info .item-content {
    border-radius: 24px;
    background: #FFF;
    padding: 32px
}
.contacts-feature.section-features .item-join .item-content {
    border-radius: 20px;
    border: 1px solid #FF4500;
    background: #FFF;
    padding: 50px;
    margin-top: 32px
}
.contacts-feature .section-features-contacts .item-join .head-content {
    color: #111;
    text-align: center;
    font-family: "PolySans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px
}
.contacts-feature .section-features-contacts .item-join .text-content {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", sans-serif;
    text-align: center
}
.contacts-feature .section-features-contacts .item-join .text-content a {
    color: #FF4500
}
.contacts-feature .section-features-contacts a.item-join .text-content {
    color: #FF4500
}
.contacts-feature .section-features-contacts a.item-join:focus,
.contacts-feature .section-features-contacts a.item-join:hover {
    text-decoration: none
}
.contacts-feature .section-features-contacts a.item-join:focus .text-content {
    text-decoration-color: #FF4500
}
.contacts-feature .section-features-contacts a.item-join:hover .text-content {
    text-decoration: underline
}
.contacts-feature.section-features .item-contact-info .item-content .note-content {
    padding-left: 0;
    border: 0;
    margin-top: 32px
}
.contacts-feature.section-features .item-contact-info {
    max-width: 382px
}
.contacts-feature.section-features .title-content {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #27C1B6;
    font-family: 'PolySans', sans-serif;
    margin-bottom: 0
}
.section-features-contacts {
    padding-top: 0;
    padding-bottom: 0
}
.contacts-feature .section-features-contacts .title-content {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 10px
}
.contacts-feature .section-features-contacts .text-content {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #111;
    font-family: 'PolySans', sans-serif
}
.contacts-feature .section-features-contacts a {
    color: #27C1B6
}
.contacts-feature .section-features-contacts a:hover {
    text-decoration: underline
}
.contacts-feature .section-features-contacts .text-content span {
    display: block;
    font-weight: 500;
    margin-top: 8px
}
.contacts-feature .section-features-contacts .text-content span.withlink {
    font-size: 18px;
    line-height: 32px
}
.contacts-feature .section-features-contacts .text-content span.withlink a {
    text-decoration: underline;
    text-decoration-thickness: 1px
}
.contacts-feature .section-features-contacts .item {
    margin-bottom: 0
}
.contacts-feature .section-features-contacts .media-content {
    margin-bottom: 0
}
.contacts-feature .section-features-contacts.contacts-socials {
    padding-top: 32px;
    padding-bottom: 0
}
.contacts-feature.section-features.features-wrap .contacts-socials .items.flex {
    border-radius: 24px;
    background: #FFF;
    padding: 32px 17px;
    row-gap: 32px
}
.contacts-feature .section-features-contacts.contacts-socials .item-content {
    display: flex
}
.contacts-feature .section-features-contacts.contacts-socials .media-content {
    margin-right: 17px
}
.contacts-feature .section-features-contacts.contacts-socials .title-content {
    font-size: 20px;
    font-family: 'PolySans', sans-serif;
    margin-bottom: 0
}
.contacts-feature .section-features-contacts.contacts-socials .text-content {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Manrope', sans-serif
}
.contacts-feature .section-features-contacts.contacts-socials a.item .text-content {
    color: #27C1B6
}
.contacts-feature .section-features-contacts.contacts-socials a.item:focus,
.contacts-feature .section-features-contacts.contacts-socials a.item:hover {
    text-decoration: none
}
.contacts-feature .section-features-contacts.contacts-socials a.item:focus .text-content,
.contacts-feature .section-features-contacts.contacts-socials a.item:hover .text-content {
    text-decoration: underline;
    text-decoration-color: #27C1B6
}
.contacts-feature .section-features-contacts.contacts-socials .item {
    margin-bottom: 0
}
.section-features.section-features-contacts .items img {
    width: 100%;
    margin-left: 0
}
.section-features.section-features-contacts .items .text-left img {
    width: auto
}
.features-news-upd.section-features.features-wrap .items.flex {
    padding: 0;
    background: transparent;
    border-radius: 0
}
.features-news-upd.section-features.features-wrap .items.items-media {
    border: 0;
    margin-top: 48px;
    padding-top: 0
}
.features-news-upd.section-features.features-wrap .title-content.title-content--features {
    margin-bottom: 0
}
.section-features.features-team {
    padding-top: 7px;
    padding-bottom: 0
}
.section-features.features-team .title {
    color: #111;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-team .items {
    margin-top: 32px;
    justify-content: flex-start
}
.section-features.features-team .items .item {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-column-gap: 24px;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 38px
}
.section-features.features-team .items .item:last-child {
    margin-bottom: 0
}
.section-features.features-team .media-content {
    position: absolute;
    grid-column: 1/2;
    grid-row: 1/3;
    margin-bottom: 0
}
.section-features.features-team .title-content {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #111;
    font-weight: 600;
    font-size: 20px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    line-height: 28px
}
.section-features.features-team .text-content {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.section-features--features {
    padding-top: 30px;
    padding-bottom: 68px
}
.section-features.section-features--features.section-features--features-more {
    padding-bottom: 96px
}
.section-features.section-features--features .media-content {
    margin-bottom: 18px
}
.section-features.section-features--features .item-content {
    background: #FFF;
    border-radius: 32px;
    padding: 56px 32px;
    height: 100%
}
.section-features.section-features--features .item {
    margin-bottom: 32px
}
.section-features.section-features--features .of-media .item-content {
    padding: 56px 32px 68px
}
.section-features.section-features--features .of-media .media-right {
    padding-right: 15px;
    padding-left: 15px
}
.section-features.section-features--features .title-content {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    color: #111;
    margin-bottom: 18px
}
.section-features.section-features--features .text-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.section-features--features-more .features-title {
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #111
}
.section-features.section-features--features-more .items {
    margin-top: 54px
}
.section-features.section-features--features-more .item-content {
    padding-top: 32px;
    padding-bottom: 48px;
    background: #F0F0F0
}
.compare-page .section-features.section-features--features-more .item-content {
    padding-bottom: 32px
}
.section-features.section-features--features-more .title-content {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2px
}
.section-features.section-features--features-more .text-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}
.section-features.section-features--features-more .section-features-all-link {
    margin-bottom: 32px
}
.section-features .learn-more {
    font-family: 'PolySans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: block
}
.section-features.section-features--features-more .learn-more {
    color: #27C1B6
}
.section-features.section-features--colored .learn-more {
    color: #111;
    margin-top: 16px
}
.section-features .learn-more .arrow-right {
    font-size: 18px
}
.section-features.section-features--colored {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1
}
.section-features.section-features--colored .items {
    margin-top: 0
}
.section-features.section-features--colored .item .items-media {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap
}
.section-features.section-features--colored .item .items-media .item {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 33px;
    padding-top: 32px
}
.section-features.section-features--colored .title-left-side {
    padding-top: 104px
}
.section-features.section-features--colored .title-content {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #111;
    font-family: "PolySans", Arial, Helvetica, sans-serif;
    margin-bottom: 24px
}
.section-features.section-features--colored .text-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-family: "Manrope", Helvetica, Arial, sans-serif;
    color: #111
}
.section-features.section-features--colored .item .items-media .title-content {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 17px
}
.section-features.section-features--colored .item .items-media .text-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}
.section-features.section-features--colored .item .items-media .media-content {
    margin-bottom: 17px
}
.section-features.section-features--colored .item .items-media .item * {
    z-index: 1;
    position: relative
}
.section-features.section-features--colored .item .items-media .item.bkg-9DE4DF {
    background: #9DE4DF;
    padding-top: 96px
}
.section-features.section-features--colored .item .items-media .item.bkg-C2EFEC {
    background: #C2EFEC;
    padding-top: 96px;
    position: relative
}
.section-features.section-features--colored .item .items-media .item.bkg-C2EFEC::after {
    content: "";
    background: #C2EFEC;
    position: absolute;
    display: block;
    width: 1000%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}
.section-features.section-features--colored .item .items-media .item.bkg-B4E9E5 {
    background: linear-gradient(0deg, #B4E9E5, #B4E9E5), #C2EFEC;
    position: relative
}
.section-features.section-features--colored .item .items-media .item.bkg-D1F3F1 {
    background: #D1F3F1;
    position: relative
}
.section-features.section-features--colored .item .items-media .item.bkg-D1F3F1::after {
    content: "";
    background: #D1F3F1;
    position: absolute;
    display: block;
    width: 1000%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}
.section-features.section-features--learn {
    padding-top: 96px;
    padding-bottom: 128px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}
.section-features.section-features--learn .title-main {
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    color: #111;
    font-family: "PolySans", Arial, Helvetica, sans-serif
}
.section-features.section-features--learn .items {
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap
}
.product-page .section-features.section-features--learn .items {
    justify-content: flex-start;
    row-gap: 32px
}
.section-features.section-features--learn .media-content {
    margin-bottom: 32px
}
.section-features.section-features--learn .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    font-family: "Manrope", Helvetica, Arial, sans-serif
}
.section-features.section-features--learn .description a.description-tag:hover {
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
    text-decoration-thickness: 1px
}
.section-features.section-features--learn .description .description-date {
    margin-right: 16px
}
.description-tag {
    font-weight: 700
}
.section-features.section-features--learn .title-content {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #111;
    font-family: "PolySans", Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    margin-top: 16px
}
.section-features.section-features--learn .title-content a {
    color: #111;
    transition: all 0.2s ease-in-out;
    text-decoration-color: rgba(39, 193, 182, 0.5)
}
.section-features.section-features--learn .title-content a:focus,
.section-features.section-features--learn .title-content a:hover {
    color: #111;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: rgba(39, 193, 182, 0.5)
}
.section-features.section-features--cards {
    padding-top: 96px;
    padding-bottom: 75px
}
.section-features.section-features--cards.section-features--cards-category {
    padding-bottom: 96px
}
.section-features.section-features--cards .items.flex {
    padding: 0 15px
}
.section-features.section-features--cards .items-images .item .media-content {
    margin: 0 -15px
}
.section-features.section-features--cards .items {
    margin-top: 0
}
.section-features.section-features--cards .item.item-info {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px
}
.section-features.section-features--cards .item.item-info .head-content {
    color: #C7CAC9;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, sans-serif;
    margin-bottom: 28px
}
.section-features.section-features--cards .item.item-info .title-content {
    color: #F5F8F7;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Arial, Helvetica, sans-serif;
    margin-bottom: 0
}
.section-features.section-features--cards .item.item-info .buttons-group {
    margin-top: 38px
}
.section-features.section-features--cards .item.item-info .buttons-group .btn {
    font-size: 17px
}
.features-page .section-features.section-features--cards .item-content,
.features-page .section-features.section-features--cards .items,
.product-page .section-features.section-features--cards .item-content,
.product-page .section-features.section-features--cards .items {
    height: 100%
}
.features-page .section-features.section-features--cards .item-content .items .item:not(.item-info),
.product-page .section-features.section-features--cards .item-content .items .item:not(.item-info) {
    margin-top: auto
}
.features-page .section-features.section-features--cards .item.item-info,
.product-page .section-features.section-features--cards .item.item-info {
    padding-top: 0;
    padding-left: 0
}
.features-page .section-features.section-features--cards .item-content .items,
.product-page .section-features.section-features--cards .item-content .items {
    display: flex;
    flex-direction: column
}
.section-features--cards.cards-more {
    padding-top: 0;
    padding-bottom: 76px
}
.section-features--cards.cards-more .items.flex {
    padding: 0
}
.section-features.section-features--press-archive.features-wrap {
    padding-top: 64px;
    padding-bottom: 80px;
    border-top: 1px solid rgba(17, 17, 17, 0.12)
}
.section-features.section-features--press-archive.features-press {
    padding-bottom: 96px
}
.section-features.section-features--press-archive--items {
    padding-top: 32px;
    padding-bottom: 0
}
.section-features.section-features--press-archive--items .media-content {
    margin-bottom: 16px
}
.section-features.section-features--press-archive--items .items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 48px
}
.section-features--press-archive.features-wrap .section-features--press-archive--items .items .item {
    margin-bottom: 0
}
.section-features.section-features--press-archive .items.flex {
    background: transparent;
    border-radius: 0;
    padding: 0
}
.section-features.section-features--press-archive .items.items-media {
    border-top: 0;
    padding: 0
}
.section-features.section-features--press-archive .head-content {
    color: #27C1B6;
    font-family: "PolySans", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px
}
.section-features--press-archive.features-wrap .items-media .item {
    margin-bottom: 48px
}
.section-features--press-archive.features-wrap .title-content {
    margin-bottom: 0;
    order: 2
}
.section-features--press-archive.features-wrap .title-content a {
    color: #111;
    font-weight: 600;
    font-size: 20px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    line-height: 28px
}
.section-features--press-archive.features-wrap .link-decor--green {
    text-decoration-color: rgba(39, 193, 182, 0.5);
    text-decoration-thickness: 3px
}
.section-features--press-archive.features-wrap .link-decor--yellow {
    text-decoration-color: rgba(255, 203, 68, 0.5);
    text-decoration-thickness: 3px
}
.section-features--press-archive.features-wrap .link-decor--blue {
    text-decoration-color: rgba(46, 183, 241, 0.5);
    text-decoration-thickness: 3px
}
.section-features--press-archive.features-wrap .items .item img.img-responsive {
    margin: 0
}
.section-features--press-archive.features-wrap .text-content {
    margin-top: 16px;
    color: rgba(17, 17, 17, 0.60);
    font-weight: 400;
    font-size: 16px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 24px
}
.section-features--press-archive.features-wrap .description-date {
    margin-bottom: 16px;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 24px;
    display: block
}
.features-page .section-features:not(.section-features--learn) {
    padding-top: 64px;
    padding-bottom: 96px
}
.features-page .section-features.image-aftertext {
    position: relative;
    text-align: center
}
.features-page .section-features.image-aftertext .of-aftertext {
    margin-bottom: 40px
}
.features-page .section-features.image-aftertext--green:before {
    position: absolute;
    top: 128px;
    left: -144px;
    width: calc(100% + 288px);
    height: calc(100% - 128px);
    background-image: linear-gradient(180deg, #BBF5F2 -3.73%, #DEF2F1 30.84%, #EDF4F4 65.42%, #F3F3F3 100%);
    border-radius: 32px;
    content: ''
}
.features-page .section-features.image-aftertext--yellow:before {
    position: absolute;
    top: 128px;
    left: -144px;
    width: calc(100% + 288px);
    height: calc(100% - 128px);
    background-image: linear-gradient(180deg, #FFEFC0 0%, #F9F4E7 33.33%, #F7F5F0 66.67%, #F3F3F3 100%);
    border-radius: 32px;
    content: ''
}
.features-page .section-features.image-aftertext--blue:before {
    position: absolute;
    top: 128px;
    left: -144px;
    width: calc(100% + 288px);
    height: calc(100% - 128px);
    background-image: linear-gradient(180deg, #C9EEFF 0%, #E0F1FA 33.33%, #F2F6F8 66.67%, #F3F3F3 100%);
    border-radius: 32px;
    content: ''
}
.features-page .section-features.image-aftertext--red:before {
    position: absolute;
    top: 128px;
    left: -144px;
    width: calc(100% + 288px);
    height: calc(100% - 128px);
    background-image: linear-gradient(180deg, #FFD8CE 0%, #FDEEEA 33.33%, #F7F2F0 66.67%, #F3F3F3 100%);
    border-radius: 32px;
    content: ''
}
.features-page .section-features .items.flex--custom {
    grid-column-gap: 32px;
    flex-wrap: nowrap;
    margin-top: 0;
    padding: 0 15px
}
.features-page .section-features .items.flex--custom .item {
    position: relative;
    min-width: 20%;
    margin-bottom: 64px
}
.features-page .section-features .items.flex--custom .anchor:hover .title-content {
    text-decoration: underline
}
.features-page .section-features .media-content {
    margin-bottom: 12px
}
.features-page .section-features .flex--custom .media-content {
    margin-bottom: 0
}
.features-page .section-features .flex--custom .title-content {
    position: absolute;
    top: 32px;
    width: 100%
}
.features-page .section-features .title-content,
.features-page .section-features .title-content a,
.product-page .section-features:not(.section-features--colored) .title-content {
    margin-bottom: 0;
    color: #111;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.product-page .section-features.section-features--learn .title-content {
    margin-top: 12px
}
.features-page .section-features .title-content a:hover,
.features-page .section-features .title-content a:active,
.features-page .section-features .title-content a:focus {
    color: #111;
    cursor: pointer
}
.features-page .section-features .text-content,
.product-page .section-features .text-content {
    margin-top: 8px;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.product-page .section-features .items--bkg-img .text-content {
    max-width: 365px
}
.features-page .section-features .text-content a {
    display: inline-block;
    margin-top: 32px;
    color: #27C1B6;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.product-page .section-features .text-content a {
    font-weight: 600
}
.features-page .section-features--custom .items {
    max-width: 928px
}
.features-page .section-features--custom .items .item {
    margin-bottom: 32px
}
.features-page .section-features.indenting-items-1 .items {
    row-gap: 32px;
    justify-content: flex-start
}
.features-page .section-features h2 span {
    max-width: 735px
}
.section-features.section-features--features-round .item-content {
    padding-bottom: 32px;
    border-radius: 24px
}
.section-features.section-features--features-round .title-content {
    margin-bottom: 8px
}
.section-features.section-features--features-round .media-content {
    margin-bottom: 12px
}
.section-features.section-features--features-round .img-round {
    width: 56px;
    height: 56px;
    object-position: center right
}
.section-features.section-features--features-round a.link-arrow {
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 24px
}
.items--bkg-img.flex {
    row-gap: 32px
}
.items.items--bkg-img .item {
    position: relative
}
.items.items--bkg-img .item .text-wrap {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    padding: 60px 40px 40px
}
.items.items--bkg-img .item .media-with-icon-bg+.text-wrap {
    padding-left: 160px
}
.items.items--bkg-img .item .media-content {
    margin-bottom: 0
}
.product-page .section-features:not(.section-features--colored) {
    padding-top: 128px;
    padding-bottom: 96px
}
.product-page .section-features h2 span {
    max-width: 735px;
    display: block;
    margin: 0 auto
}
.product-page .section-features.section-features--custom .items {
    margin-top: 64px;
    justify-content: flex-start
}
.product-page .section-features.section-features--features {
    padding-top: 60px
}
.product-page .section-features.section-features--features.section-features--features-more {
    padding-bottom: 128px
}
.product-page .section-features.section-features--features-more .features-title span {
    max-width: 800px;
    margin: 0 auto;
    display: block
}
.product-page .section-features.section-features--learn {
    padding-top: 64px;
    padding-bottom: 160px;
    border-top: 0px;
    border-bottom: 0px
}
.product-page .section-features.section-features--learn .title-main span {
    max-width: 800px;
    margin: 0 auto;
    display: block
}
.product-page .section-features.section-features--cards {
    padding-top: 96px
}
.product-page .section-features .media-content {
    margin-bottom: 12px
}
.product-page .section-features.section-features--custom .items .item {
    margin-bottom: 32px
}
.product-page .section-features.section-features--custom .items .item-content {
    max-width: 320px
}
.product-page .section-features.section-features--cards .item.item-info {
    padding-left: 0
}
.section-features.features-awards {
    padding-top: 12px
}
.section-features.features-awards .items {
    margin-top: 0
}
.section-features.of-2-cols.features-awards .title-content {
    margin: 0
}
.section-features .btn.download-btn.with-icon {
    display: inline-flex;
    align-items: center
}
.section-features .btn.download-btn.with-icon img {
    margin-right: 12px
}
.items.items--bg {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 32px
}
.items.items--bg .features-wrap {
    position: relative;
    max-width: 544px;
    padding: 70px 50px;
    border-radius: 32px;
    overflow: hidden
}
.items.items--bg .features-wrap .title {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    color: #111;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px
}
.items.items--bg .features-wrap img {
    top: -80px;
    right: -45px
}
.items--bg .item {
    padding: 0
}
.items--bg .item:not(:last-child) {
    margin-bottom: 12px
}
.items.items--bg .item .text-wrap {
    position: static;
    padding: 0
}
.items--bg .item .item-content {
    display: flex;
    align-items: flex-start;
    column-gap: 10px
}
.items--bg .item .title-content {
    margin-bottom: 8px;
    color: #111;
    font-size: 20px;
    line-height: 28px
}
.items--bg .item .text-content {
    color: #111;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.landing .section-features.section-features--features {
    padding-top: 56px
}
.landing .section-features.section-features--features .item-content {
    padding: 32px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .section-features.custom-software-for-remote .support-table thead tr {
        display: table-row
    }
    .section-features.custom-software-for-remote .support-table .c-remote {
        width: 80px
    }
    .section-features.custom-software-for-remote .support-table .c-support {
        width: 80px
    }
}
@media (min-width: 1200px) {}
@media (min-width:992px) and (max-width: 1199px) {
    .section-features.features-wrap .title-content.title-content--features {
        font-size: 36px
    }
    .contacts-feature.section-features .item-contact-info {
        min-width: 382px
    }
}
@media (min-width: 992px) {
    .section-features.section-features--colored .item.item-28 {
        width: 28%
    }
    .contacts-feature.section-features .item-contact-info+.item {
        width: calc(100% - 382px)
    }
    .section-features--press-archive.features-wrap .link-decor:not(:hover) {
        text-decoration: none
    }
    .section-features.section-features--colored .item .items-media .item:last-child,
    .section-features.section-features--colored .item .items-media .item:nth-last-child(-n+2) {
        min-height: 384px
    }
}
@media (min-width: 768px) {
    .section-features.custom-software-for-remote .support-table thead td {
        flex-basis: 78px
    }
}
@media (min-width: 769px) and (max-width:991px) {
    .section-features.section-features--colored .items:not(.items-media)>.item:first-child {
        padding-left: 55px
    }
}
@media (max-width: 1235px) {
    .section-features.features-press:before {}
}
@media (max-width:1200px) {
    .section-features.section-features--cards .items-images .item:first-child .media-content img {
        height: auto
    }
    .section-features.features-team .title-content {
        max-width: 56%;
        margin-bottom: 2px
    }
    .compare-page .section-splash--features .right-side .img-splash:not(.visible-xs) {
        display: none !important
    }
    .items.items--bg .features-wrap img.absolute {
        width: 200px;
        height: 200px
    }
    .items.items--bg .features-wrap img {
        top: -55px;
        right: -45px
    }
}
@media (min-width:1200px) {
    .compare-page .section-splash--features .right-side .img-splash:not(.visible-xs) {
        display: block !important
    }
}
@media (min-width: 769px) and (max-width:991px) {
    .section-features.section-features--colored .items:not(.items-media)>.item:first-child {
        padding-left: 55px
    }
}
@media (max-width: 1235px) {
    .section-features.features-press:before {
        left: -30px;
        width: calc(100% + 60px)
    }
}
@media (max-width:1200px) {
    .section-features.section-features--cards .items-images .item:first-child .media-content img {
        height: auto
    }
    .section-features.features-team .title-content {
        max-width: 56%;
        margin-bottom: 2px
    }
    .items.items--bkg-img:not(.items--bg) .item .text-wrap {
        padding: 30px 40px 40px
    }
    .items.items--bkg-img .item .media-with-icon-bg+.text-wrap {
        padding-left: 135px
    }
}
@media (max-width: 991px) {
    .section-buttons .row {
        flex-wrap: wrap
    }
    .section-buttons.get-in-gradient {
        padding: 50px
    }
    .section-buttons .buttons-side {
        margin-top: 40px
    }
    .section-features.info-aboutus .items .item:not(:last-child) {
        margin-bottom: 40px
    }
    .section-features.features-wrap .items .item-title-content .item-content {
        flex-direction: column
    }
    .section-features.features-wrap .items .item-info-row .items-info-columns {
        display: flex;
        flex-wrap: wrap;
        row-gap: 32px
    }
    .contacts-feature.section-features.features-wrap .items.items-media {
        margin-top: 0
    }
    .contacts-feature.section-features .item-contact-info {
        margin-bottom: 32px;
        max-width: 100%
    }
    .section-features.features-press .link-decor {
        text-decoration-thickness: 3px
    }
    .section-features.features-wrap .title-content.title-content--features {
        margin-bottom: 48px
    }
    .section-features.features-press .title-content.title-content--features {
        margin-bottom: 0
    }
    .section-features.features-press .title-content.title-content--features {
        margin-bottom: 0
    }
    .section-features.section-features--colored .item .items-media .item.bkg-9DE4DF {
        padding-top: 60px
    }
    .section-features.section-features--colored .item .items-media .item.bkg-C2EFEC {
        padding-top: 30px
    }
    .section-features.section-features--colored .item .items-media .item {
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 0
    }
    .section-features.section-features--colored .item .items-media .title-content {
        padding-top: 0
    }
    .section-features.section-features--colored .item .items-media .item.bkg-D1F3F1 {
        padding-bottom: 60px
    }
    .section-features.section-features--colored .item .items-media .item.bkg-B4E9E5::after {
        content: "";
        background: linear-gradient(0deg, #B4E9E5, #B4E9E5), #C2EFEC;
        position: absolute;
        display: block;
        width: 1000%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0
    }
    .section-features.section-features--learn {
        padding-bottom: 96px
    }
    .section-features.section-features--learn .items .item:not(:last-child) {
        margin-bottom: 32px
    }
    .section-features.section-features--cards:not(.cards-more) .items.flex {
        flex-direction: column-reverse
    }
    .features-page .section-features.section-features--cards:not(.cards-more) .items.flex {
        display: block
    }
    .section-features.section-features--cards .item.item-info {
        padding-bottom: 30px;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0
    }
    .section-features.features-team .title-content {
        max-width: 100%;
        margin-bottom: 0
    }
    .section-features.section-features--press-archive.features-wrap {
        padding-top: 32px;
        padding-bottom: 40px
    }
    .section-features.section-features--press-archive .head-content {
        font-size: 32px;
        line-height: 36px
    }
    .section-features-assets {
        border-bottom: 1px solid rgba(17, 17, 17, 0.12);
        margin-bottom: 60px
    }
    .section-features-assets .assets-bottom .item-content {
        padding-top: 0;
        border-top: 0
    }
    .section-features.features-wrap.section-features--press-archive .section-features-assets .items.flex {
        flex-wrap: nowrap;
        overflow-x: auto
    }
    .section-features .items.items--bkg-img:not(.items--bg) .item .item-content {
        max-width: 544px;
        overflow: hidden;
        position: relative;
        margin: 0 auto
    }
    .section-features .items.items--bkg-img:not(.items--bg) .item:not(:last-child) {
        margin-bottom: 40px
    }
    .features-page .section-features {
        padding-bottom: 70px
    }
    .features-page .section-features--features-page {
        padding-bottom: 0
    }
    .features-page .section-features .items {
        align-items: flex-start;
        justify-content: flex-start
    }
    .features-page .section-features .items.flex--custom {
        grid-row-gap: 32px
    }
    .features-page .section-features .items.flex--custom .item {
        min-width: 33.3%;
        padding: 0 15px
    }
    .features-page .section-features:not(.section-features--custom) .items .item:not(:last-child) {
        margin-bottom: 40px
    }
    .features-page .section-features.section-features--cards .items .item:not(:last-child) {
        margin-bottom: 0
    }
    .container-custom .container {
        width: 100%
    }
    .features-page .section-features .items.flex--custom {
        grid-column-gap: 0;
        margin-bottom: 50px;
        padding-bottom: 20px;
        width: 100%;
        overflow-x: scroll
    }
    .features-page .section-features .items.flex--custom .item {
        padding: 0 10px;
        display: flex;
        flex: 1;
        max-width: 100%;
        min-width: 256px;
        text-align: center
    }
    .features-page .section-features .items.flex--custom .item img {
        width: 100%
    }
    .features-page .section-features .flex--custom .title-content {
        width: calc(100% - 30px)
    }
    .features-page .section-features.section-features--icons .items .item {
        margin-bottom: 0 !important
    }
    .items.items--bkg-img:not(.items--bg) .item .text-wrap {
        padding: 60px 40px 40px
    }
    .items.items--bkg-img .item .media-with-icon-bg+.text-wrap {
        padding-left: 145px
    }
    .items--bkg-img.flex {
        row-gap: 0
    }
    .product-page .section-features.section-features--learn .items {
        row-gap: 0
    }
    .items.items--bg {
        display: block
    }
    .items.items--bg .features-wrap {
        max-width: 100%
    }
    .items.items--bg .features-wrap:not(:last-child) {
        margin-bottom: 32px
    }
    .items.items--bg .features-wrap img {
        top: -50px;
        right: -15px
    }
    .contacts-feature.section-features.contacts-feature-form .title-content {
        margin-bottom: 32px;
        font-size: 38px !important;
        line-height: 42px !important
    }
}
@media (max-width: 767px) {
    .section-features.custom-software-for-remote .support-table thead td {
        flex-basis: 68px
    }
    .section-features.features-clients .items .item.clients-item {
        margin-bottom: 0
    }
    .section-features.features-wrap.features-ourawards .items .item {
        width: 100%
    }
    .section-buttons .buttons-side {
        margin-top: 40px
    }
    .section-features.features-clients {
        padding-bottom: 40px
    }
    .section-features.info-aboutus {
        padding: 40px 0
    }
    .section-features.info-aboutus .title-content {
        font-size: 28px;
        line-height: 36px
    }
    .section-features.info-aboutus .items.flex {
        justify-content: flex-start
    }
    .section-features.features-wrap.features-electronic .media-content {
        margin-bottom: 0;
        margin-top: 32px
    }
    .section-features.features-wrap {
        padding-bottom: 70px
    }
    .contacts-feature.section-features .contacts-socials-columns {
        padding-bottom: 18px
    }
    .section-features.features-wrap.features-media-assets {
        margin-bottom: 60px
    }
    .section-features.features-press:before {
        left: -30px;
        width: calc(100% + 60px);
        height: 100%
    }
    .section-features.features-wrap.features-tralert .media-content {
        margin-bottom: 32px
    }
    .section-features.features-wrap .media-content img.visible-xs {
        display: none !important
    }
    .section-features.features-wrap .title-content.title-content--features {
        min-width: auto
    }
    .section-features.features-wrap.features-press .title-content.title-content--features {
        margin-bottom: 0
    }
    .section-features.features-wrap.features-ourawards .title-content.title-content--features {
        margin-bottom: 38px
    }
    .section-features.features-wrap.features-ourawards.no-border-top .items.items-media {
        margin-top: 0
    }
    .contacts-feature.section-features .items {
        justify-content: flex-start
    }
    .section-features.features-wrap .items .item-info-content .item-content {
        column-count: 1
    }
    .contacts-feature.section-features .title-content {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .contacts-feature .section-features-contacts .title-content {
        font-size: 18px !important;
        line-height: 28px !important
    }
    .contacts-feature .section-features-contacts.contacts-socials {
        padding-top: 0
    }
    .contacts-feature.section-features.contacts-feature-form {
        margin-bottom: 60px;
        padding-bottom: 60px
    }
    .contacts-feature.section-features .item-join .item-content {
        margin-top: 0;
        padding: 50px 10px
    }
    .contacts-feature .section-features-contacts.contacts-socials .title-content {
        font-size: 20px !important;
        line-height: 28px !important
    }
    .contacts-feature .section-features-contacts .item {
        margin-bottom: 32px !important;
        width: 100%
    }
    .contacts-feature.section-features .items .item:not(:last-child) {
        margin-bottom: 0
    }
    .contacts-feature .section-features-contacts.contacts-socials .item {
        margin-bottom: 0 !important
    }
    .section-features.features-press .section-features {
        padding-top: 32px
    }
    .section-features.features-team .items {
        margin-top: 20px
    }
    .section-features.features-team .items .item {
        margin-top: 20px;
        margin-bottom: 0;
        min-height: 72px
    }
    .section-features.features-team .title-content {
        margin-bottom: -20px
    }
    .section-features.features-press .items .item.features-press--header {
        padding-top: 60px
    }
    .section-features.features-wrap.features-reviews .items {
        display: block
    }
    .section-features.features-wrap.features-reviews {
        padding-bottom: 30px
    }
    .section-features.section-features--features {
        padding-top: 0;
        padding-bottom: 60px
    }
    .section-features.section-features--features .item.of-media .media {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
    .section-features.section-features--features .item.of-media .media .media-right {
        margin-bottom: 16px
    }
    .section-features.section-features--features .item-content {
        padding: 40px 32px;
        border-radius: 24px;
        margin-bottom: 30px
    }
    .section-features.section-features--features:not(.section-features--features-more) .title-content {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .section-features.section-features--features .text-content {
        font-size: 16px;
        line-height: 24px
    }
    .section-features.section-features--features-more {
        padding-top: 60px;
        padding-bottom: 28px
    }
    .section-features.section-features--features.section-features--features-more {
        padding-bottom: 28px
    }
    .compare-page .section-features.section-features--features-more {
        padding-top: 60px !important
    }
    .section-features.section-features--features-more .features-title {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .section-features.section-features--features-more .items {
        margin-top: 30px
    }
    .section-features.section-features--features-more .item-content {
        padding: 32px
    }
    .section-features.section-features--colored .title-content {
        padding-top: 68px;
        font-size: 32px !important;
        line-height: 36px !important
    }
    .section-features.section-features--colored .items {
        display: flex;
        flex-wrap: wrap
    }
    .section-features.section-features--colored .item .items-media .item {
        padding-left: 0
    }
    .section-features.section-features--colored .item .items-media .item.bkg-D1F3F1::after,
    .section-features.section-features--colored .item .items-media .item.bkg-B4E9E5::after,
    .section-features.section-features--colored .item .items-media .item.bkg-C2EFEC::after {
        left: -50%
    }
    .section-features.section-features--learn {
        padding-top: 60px;
        padding-bottom: 28px
    }
    .section-features.section-features--learn .title-main {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .section-features.section-features--learn .title-content a {
        text-decoration-line: underline
    }
    .section-features.section-features--learn .items {
        margin-top: 30px
    }
    .section-features.section-features--cards:not(.cards-more) {
        padding-top: 120px;
        padding-bottom: 40px
    }
    .landing .section-features.section-features--cards:not(.cards-more) {
        padding-top: 60px
    }
    .section-features.section-features--cards.section-features--cards-category {
        padding-bottom: 60px
    }
    .section-features.section-features--cards .item.item-info .head-content {
        margin-bottom: 20px
    }
    .section-features.section-features--cards .item.item-info .title-content {
        font-size: 32px;
        line-height: 36px
    }
    .section-features.section-features--cards .item.item-info .buttons-group {
        margin-top: 30px
    }
    .section-features--cards.cards-more .title-cards {
        padding-bottom: 32px
    }
    .section-features--cards.cards-more {
        padding-bottom: 40px
    }
    .contacts-feature .section-features-contacts .map-content iframe {
        width: 100%
    }
    .section-features.section-features-contacts:not(.contacts-socials) .items .item:first-child {
        width: 100%
    }
    .features-page .section-features:not(.section-features--features-page) {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .features-page .section-features .items {
        margin-top: 30px
    }
    .features-page .section-features--cards .items {
        margin-top: 0
    }
    .features-page .section-features .items .item {
        min-width: 100%
    }
    .features-page .section-features .items .item:not(:last-child) {
        margin-bottom: 32px !important
    }
    .features-page .section-features--cards .items .item:not(:last-child) {
        margin-bottom: 0 !important
    }
    .features-page .section-features .items.flex--custom {
        margin-bottom: 40px;
        padding: 0 15px 20px 0;
        width: calc(100% + 15px)
    }
    .features-page .section-features .items.flex--custom .item {
        margin-bottom: 0 !important
    }
    .features-page .section-features.section-features--learn {
        border-top: none
    }
    .features-page .section-features.section-features--learn .text-center .img-responsive {
        margin: 0;
        max-width: 352px
    }
    .features-page .section-features.section-features--icons .items .item {
        margin-bottom: 0 !important
    }
    .section-features.section-features--cards .items .hidden-sm.hidden-xs {
        display: none !important
    }
    .product-page .section-features.section-features--features-more .item-content {
        margin-bottom: 0
    }
    .product-page .section-features.section-features--features .item:not(:last-child) {
        margin-bottom: 20px
    }
    .product-page .section-features.section-features--features .item:last-child {
        margin-bottom: 0
    }
    .product-page .section-features:not(.section-features--colored) {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .product-page .section-features .items {
        margin-top: 44px
    }
    .product-page .section-features .items.items--bkg-img .item .item-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: unset
    }
    .product-page .section-features .items.items--bkg-img .item:not(:last-child) {
        margin-bottom: 32px
    }
    .product-page .section-features.section-features--features.section-features--features-more {
        padding-bottom: 60px
    }
    .product-page .section-features.section-features--features-round .item {
        margin-bottom: 20px
    }
    .product-page .section-features.section-features--features-round .item-content {
        margin-bottom: 0
    }
    .product-page .section-features.section-features--learn {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .product-page .section-features.section-features--learn .title-content {
        margin-top: 0
    }
    .product-page .section-features.section-features--cards:not(.cards-more) {
        padding-top: 60px
    }
    .product-page .section-features .text-content {
        max-width: 100%
    }
    .section-features.features-awards {
        padding-top: 30px
    }
    .items.items--bg {
        margin-top: 0
    }
    .items.items--bg .features-wrap {
        padding: 30px
    }
    .items.items--bg .features-wrap .title {
        font-size: 32px;
        line-height: 36px
    }
    .items--bg .item .item-content {
        flex-direction: column;
        row-gap: 10px
    }
    .landing .section-features.section-features--features {
        padding-top: 20px
    }
    .items.items--bg .features-wrap img {
        top: -42px;
        right: -25px
    }
    .items--bg .item:not(:last-child) {
        margin-bottom: 24px
    }
    .landing .section-features.section-features--features .item-content {
        margin-bottom: 0;
        padding: 32px 21px
    }
}
@media (max-width: 767px) {
    .section-features.features-wrap .media-content img.visible-xs {
        display: block !important
    }
    .features-page .section-features .items.items--bkg-img .item .item-content {
        max-width: initial
    }
    .items.items--bkg-img .item .text-wrap {
        position: static;
        padding: 0
    }
    .items.items--bkg-img .item .media-with-icon-bg+.text-wrap {
        padding-left: 0
    }
    .features-page .section-features .items.items--bkg-img .item .item-content {
        display: flex;
        flex-direction: column
    }
    .items.items--bkg-img:not(.items--bg) .item .media-content {
        margin-top: 20px;
        order: 1;
        max-width: 330px
    }
    .features-page .section-features.section-features--icons {
        padding-top: 32px
    }
    .contacts-feature .section-features-contacts.contacts-socials .items {
        display: flex;
        flex-wrap: wrap
    }
    .product-page .section-features .items.items--bkg-img .item .item-content,
    .product-page .section-features.section-features--custom .items .item-content {
        max-width: 100%
    }
    .section-features.section-features--press-archive--items .items {
        row-gap: 32px
    }
}
@media (max-width: 600px) {
    .section-features.features-sales .items .item {
        align-items: flex-start
    }
    .section-features.features-press .items .item.features-press--header {
        flex-direction: column;
        align-items: flex-start
    }
    .section-features.features-wrap.features-press .title-content.title-content--features,
    .section-features.features-press .features-press--header .text-content {
        width: 100%;
        text-align: left
    }
    .section-features.features-wrap.features-press .title-content.title-content--features {
        margin-bottom: 10px
    }
    .section-features.features-wrap .title-content.title-content--features {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .section-features.features-team .items {
        margin-top: 5px
    }
    .section-features.features-wrap.contacts-feature .media-content img {
        width: auto
    }
    .section-features.section-features-contacts .items img {
        width: auto
    }
    .section-features.features-press .features-press--header .text-content {
        position: static
    }
    .section-features--press-archive.features-wrap .items-media .item {
        margin-bottom: 60px
    }
    .section-features.section-features--press-archive.features-press {
        padding-bottom: 60px
    }
    .section-features.section-features--press-archive.features-wrap .title-content.title-content--features {
        margin-bottom: 34px
    }
    .contacts-feature .section-features-contacts:not(.contacts-socials) .items .item:not(:last-child) {
        width: 100%
    }
    .product-page .section-features.section-features--custom .items {
        margin-top: 32px
    }
}
@media (max-width: 480px) {
    .section-buttons.get-in-gradient {
        padding: 30px
    }
    .section-features.custom-software-for-remote .support-table thead td {
        flex-basis: 48px
    }
    .section-features .et-today .title-content {
        font-size: 64px;
        line-height: 77px
    }
    .compare-page .section-features .text-main {
        margin-top: 16px;
        line-height: 28px
    }
    .compare-page .section-features .item-content {
        margin-bottom: 20px
    }
    .compare-page .section-features .item-content {
        height: calc(100% - 20px)
    }
    .compare-page .section-features .title-content {
        margin-bottom: 8px
    }
    .compare-page .section-features .media-content {
        margin-bottom: 12px
    }
    .compare-page .section-features.section-features--features {
        padding-bottom: 40px
    }
    .compare-page .section-features.section-features--features-more {
        padding-bottom: 40px !important
    }
    .features-page .section-features .items.flex--custom .item {
        width: 100%
    }
    .product-page .section-features h2 {
        font-size: 32px !important;
        line-height: 36px !important;
        text-align: left
    }
    .items.items--bg .features-wrap .title {
        max-width: 177px
    }
}
@media (max-width: 420px) {
    .section-features.features-team .items .item {
        margin-top: 10px
    }
    .section-features.features-team .title-content {
        margin-bottom: 2px;
        max-width: 57%
    }
    .contacts-feature.section-features .items .item {
        width: 100%
    }
}
@media (max-width: 380px) {
    .items.items--bg .features-wrap .title {
        font-size: 24px;
        line-height: 28px
    }
    .items.items--bg .features-wrap img.absolute {
        top: -40px;
        right: -26px;
        width: 150px;
        height: 150px
    }
    .contacts-feature .section-features-contacts a {
        word-break: break-all
    }
    .contacts-feature.section-features.features-wrap .contacts-socials .items.flex {
        padding: 32px 5px 32px 17px
    }
}
.section-features.features-wrap.section-features--press-archive .section-features-assets .media-content {
    margin-bottom: 16px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    height: max-content;
    width: fit-content
}
.section-features.features-wrap .items-media .section-features-assets .title-content {
    margin-bottom: 4px;
    color: #111;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-wrap .section-features-assets .text-content {
    margin-top: 0;
    color: #111;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-wrap .section-features-assets a .text-content {
    margin-top: 0;
    color: #27C1B6;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-wrap .section-features-assets .item:not(.assets-bottom):hover {
    text-decoration: none
}
.section-features.features-wrap .section-features-assets .item:not(.assets-bottom):hover .text-content {
    text-decoration: underline
}
.section-features.features-wrap .items-media .section-features-assets .item {
    margin-bottom: 32px
}
.section-features-assets {
    padding-top: 0;
    padding-bottom: 0
}
.assets-bottom .item-content {
    padding-top: 32px;
    border-top: 1px solid rgba(17, 17, 17, 0.12)
}
.assets-bottom .media-text {
    color: #111;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.features-wrap .section-features-assets .assets-bottom .text-content {
    margin-top: 6px
}
.assets-bottom .text-content a {
    display: inline;
    color: #27C1B6;
    font-weight: 700
}
.section-features.features-wrap .assets-bottom .media-text strong {
    margin: 0;
    font-weight: 700
}
.section-features.features-wrap.section-features--press-archive .section-features-assets .assets-bottom .media-content {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0
}
.section-features.features-wrap .assets-bottom .media-content img {
    margin-right: 12px
}
@media (max-width: 1200px) {
    .assets-bottom .text-content {
        max-width: 65%
    }
}
.section-features.section-features--splash {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}
.section-features.section-features--splash .items {
    margin-top: 64px;
    grid-gap: 50px
}
.section-features.section-features--splash .items .flex-item {
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: 32px 1fr;
    align-items: center
}
.section-features.section-features--splash .media-content {
    margin: 0;
    grid-column: 1/2;
    grid-row: 1/3
}
.section-features.section-features--splash .title-content {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.section-features--splash .text-content {
    grid-column: 2/3;
    grid-row: 2/3;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.section-features--splash a {
    position: relative;
    display: inline-block;
    text-decoration: underline
}
.section-features.section-features--splash a:after {
    padding-left: 3px;
    content: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6343 5C10.6343 4.83887 10.5645 4.67773 10.4409 4.56494L6.90674 1.03076C6.77246 0.896484 6.62744 0.842773 6.47705 0.842773C6.14404 0.842773 5.90234 1.0791 5.90234 1.40137C5.90234 1.56787 5.9668 1.71289 6.07422 1.82031L7.27734 3.03955L8.85645 4.48975L7.61035 4.41455H1.0791C0.724609 4.41455 0.48291 4.65088 0.48291 5C0.48291 5.34375 0.724609 5.58545 1.0791 5.58545H7.61035L8.86182 5.51025L7.27734 6.96045L6.07422 8.17969C5.9668 8.28174 5.90234 8.42676 5.90234 8.59326C5.90234 8.91553 6.14404 9.15723 6.47705 9.15723C6.62744 9.15723 6.76709 9.09814 6.896 8.97461L10.4409 5.43506C10.5645 5.31689 10.6343 5.16113 10.6343 5Z' fill='%23ABD8FF'/%3E%3C/svg%3E%0A")
}
.section-features--splash .flex-item--hover:before {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    grid-column: 1/2;
    grid-row: 1/3;
    content: url("data:image/svg+xml,%3Csvg width='27' height='33' viewBox='0 0 27 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2415 32.5C13.2415 32.5 26.4831 25.8714 26.4831 15.9286V5.47143L13.2415 0.5L0 5.47143V15.9286C0 25.8714 13.2415 32.5 13.2415 32.5ZM19.4548 14.1652C19.9934 13.6265 19.9934 12.7532 19.4548 12.2145C18.9161 11.6759 18.0428 11.6759 17.5041 12.2145L11.8587 17.8599L9.5236 15.5249C8.98494 14.9862 8.1116 14.9862 7.57294 15.5249C7.03428 16.0635 7.03428 16.9369 7.57294 17.4755L10.8833 20.7859C11.422 21.3245 12.2953 21.3245 12.834 20.7859L19.4548 14.1652Z' fill='%23ABD8FF'/%3E%3C/svg%3E%0A")
}
.section-features--splash .flex-item--hover:hover:before,
.section-features--splash .flex-item--hover:active:before,
.section-features--splash .flex-item--hover:focus:before {
    content: url("data:image/svg+xml,%3Csvg width='27' height='33' viewBox='0 0 27 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.2415 32.5C13.2415 32.5 26.4831 25.8714 26.4831 15.9286V5.47143L13.2415 0.5L0 5.47143V15.9286C0 25.8714 13.2415 32.5 13.2415 32.5ZM19.4548 14.1652C19.9934 13.6265 19.9934 12.7532 19.4548 12.2145C18.9161 11.6759 18.0428 11.6759 17.5041 12.2145L11.8587 17.8599L9.5236 15.5249C8.98494 14.9862 8.1116 14.9862 7.57294 15.5249C7.03428 16.0635 7.03428 16.9369 7.57294 17.4755L10.8833 20.7859C11.422 21.3245 12.2953 21.3245 12.834 20.7859L19.4548 14.1652Z' fill='%23C9F6FF'/%3E%3C/svg%3E%0A")
}
.section-features--splash .flex-item--hover:hover,
.section-features--splash .flex-item--hover:active,
.section-features--splash .flex-item--hover:focus {
    cursor: pointer
}
.section-features--splash .flex-item--hover:hover .title-content a,
.section-features--splash .flex-item--hover:active .title-content a,
.section-features--splash .flex-item--hover:focus .title-content a {
    color: #C9F6FF;
    text-decoration: underline
}
.section-features--splash .flex-item--hover:hover .text-content,
.section-features--splash .flex-item--hover:active .text-content,
.section-features--splash .flex-item--hover:focus .text-content {
    color: #C9F6FF
}
.section-features--splash .flex-item--hover:hover a:after,
.section-features--splash .flex-item--hover:active a:after,
.section-features--splash .flex-item--hover:focus a:after {
    content: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6343 5C10.6343 4.83887 10.5645 4.67773 10.4409 4.56494L6.90674 1.03076C6.77246 0.896484 6.62744 0.842773 6.47705 0.842773C6.14404 0.842773 5.90234 1.0791 5.90234 1.40137C5.90234 1.56787 5.9668 1.71289 6.07422 1.82031L7.27734 3.03955L8.85645 4.48975L7.61035 4.41455H1.0791C0.724609 4.41455 0.48291 4.65088 0.48291 5C0.48291 5.34375 0.724609 5.58545 1.0791 5.58545H7.61035L8.86182 5.51025L7.27734 6.96045L6.07422 8.17969C5.9668 8.28174 5.90234 8.42676 5.90234 8.59326C5.90234 8.91553 6.14404 9.15723 6.47705 9.15723C6.62744 9.15723 6.76709 9.09814 6.896 8.97461L10.4409 5.43506C10.5645 5.31689 10.6343 5.16113 10.6343 5Z' fill='%23C9F6FF'/%3E%3C/svg%3E%0A")
}
.section-features--splash .flex-item--orange .title-content,
.section-features--splash .flex-item--orange .text-content,
.section-features--splash .flex-item--orange a {
    color: #F09B80
}
.section-features--splash .flex-item--yellow .title-content,
.section-features--splash .flex-item--yellow .text-content,
.section-features--splash .flex-item--yellow a {
    color: #FFD5A2
}
.section-features--splash .flex-item--blue .title-content,
.section-features--splash .flex-item--blue .text-content,
.section-features--splash .flex-item--blue a {
    color: #ABD8FF
}
.section-features.section-features--splash.section-features--splash-reviews {
    padding-top: 0;
    padding-bottom: 0
}
.section-features.section-features--splash.section-features--splash-reviews .items {
    grid-gap: 35px
}
.section-features.section-features--splash.section-features--splash-reviews .items .flex-item {
    grid-template-columns: 35px 1fr
}
.section-features.section-features--splash.section-features--splash-reviews .items .flex-item.flex-item--g2 {
    grid-template-columns: 37px 1fr
}
.section-features.section-features--splash.section-features--splash-reviews .title-content {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #fff
}
.section-features.section-features--splash.section-features--splash-reviews a.title-content:hover {
    text-decoration: underline
}
.section-features.section-features--splash.section-features--splash-reviews a.title-content::after {
    display: none
}
.section-features.section-features--splash.section-features--splash-reviews.colored .flex-item--tp .title-content {
    color: #9DDFB9
}
.section-features.section-features--splash.section-features--splash-reviews.colored .flex-item--g2 .title-content {
    color: #EAA89E
}
.section-features.section-features--splash.section-features--splash-reviews.colored .flex-item--capterra .title-content {
    color: #A1D1E6
}
.section-features.section-features--splash.section-features--splash-reviews.colored .flex-item--ph .title-content {
    color: #E09791
}
.section-features.section-features--splash.section-features--splash-reviews.colored .flex-item--sf .title-content {
    color: #E5AE94
}
.section-features.section-features--splash.section-features--splash-reviews.colored .flex-item--tr .title-content {
    color: #92C8E5
}
.section-features--splash-reviews .stars-container {
    display: flex;
    align-items: center
}
.section-features--splash-reviews .stars-container .stars-count {
    color: rgba(245, 248, 247, 0.80);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-left: 6px
}
.section-features--splash-reviews .stars-container .ifont.stars {
    font-size: 14px;
    line-height: 14px;
    color: #FFBF00
}
.section-features--splash .flex-item--tp .ifont.stars {
    font-size: 15px
}
.section-features--splash .flex-item--tp .ifont.stars::before {
    content: '';
    background: url(./demo/tp-star.svg);
    width: 70px;
    height: 14px;
    display: inline-block
}
.section-features--splash .flex-item--tp .ifont.star-4-half::before {
    background: url(./demo/tp-star-half.svg)
}
.section-features--splash.colored .flex-item--g2 .ifont.stars {
    color: #FF492C
}
.section-features--splash.colored .flex-item--capterra .ifont.stars {
    color: #68C5ED
}
.section-features--splash.colored .flex-item--ph .ifont.stars {
    color: #FF6154
}
.section-features--splash.colored .flex-item--sf .ifont.stars {
    color: #F16B2C
}
.section-features--splash.colored .flex-item--tr .ifont.stars {
    color: #4EC1FF
}
.section-features--splash-reviews .ifont.star-4-half:before {
    content: "sssss";
    letter-spacing: .5px
}
.section-features--splash-reviews .ifont.star-4-half:before {
    color: transparent;
    background: linear-gradient(to right, #FFBF00 90%, rgba(245, 248, 247, 0.5) 10%);
    -webkit-background-clip: text;
    background-clip: text
}
.section-features--splash.colored .flex-item--g2 .ifont.star-4-half:before {
    color: transparent;
    background: linear-gradient(to right, #FF492C 90%, rgba(255, 73, 44, 0.50) 10%);
    -webkit-background-clip: text;
    background-clip: text
}
.section-features--splash.colored .flex-item--capterra .ifont.star-4-half:before {
    color: transparent;
    background: linear-gradient(to right, #68C5ED 90%, rgba(104, 197, 237, 0.50) 10%);
    -webkit-background-clip: text;
    background-clip: text
}
.section-features--splash.colored .flex-item--ph .ifont.star-4-half:before {
    color: transparent;
    background: linear-gradient(to right, #FF6154 90%, rgba(255, 97, 84, 0.50) 10%);
    -webkit-background-clip: text;
    background-clip: text
}
.section-features--splash.colored .flex-item--sf .ifont.star-4-half:before {
    color: transparent;
    background: linear-gradient(to right, #F16B2C 90%, rgba(241, 107, 44, 0.50) 10%);
    -webkit-background-clip: text;
    background-clip: text
}
.section-features--splash.colored .flex-item--tr .ifont.star-4-half:before {
    color: transparent;
    background: linear-gradient(to right, #4EC1FF 90%, rgba(78, 193, 255, 0.50) 10%);
    -webkit-background-clip: text;
    background-clip: text
}
@media (max-width: 993px) {
    .section-features.section-features--splash .items {
        grid-gap: 0;
        justify-content: space-evenly
    }
}
@media (max-width: 1199px) {
    .section-features.section-features--splash.section-features--splash-reviews .items {
        justify-content: center;
        padding: 0 30px
    }
}
@media (min-width: 768px) and (max-width:1199px) {
    .section-features.section-features--splash.section-features--splash-reviews .items .flex-item {
        flex-basis: 25%
    }
}
@media (max-width: 768px) {
    .assets-bottom .text-content {
        max-width: 100%
    }
    .section-features.section-features--splash .items {
        display: block;
        padding: 0 30px
    }
    .section-features.section-features--splash .items .flex-item:not(:last-child) {
        margin-bottom: 32px
    }
    .features-page .section-features .items .item:last-child .contact-subscribe-form {
        padding-top: 0 !important
    }
}
.section-features.section-features--with-icons {
    padding-top: 64px;
    padding-bottom: 96px
}
.section-features.section-features--with-icons .items {
    row-gap: 32px;
    justify-content: flex-start
}
.section-features.section-features--with-icons .media-content {
    margin-bottom: 12px
}
.section-features.section-features--with-icons .title-content,
.section-features.section-features--two-screens .title-content {
    margin-bottom: 0;
    color: #111;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.section-features.section-features--with-icons .text-content,
.section-features.section-features--two-screens .text-content {
    margin-top: 8px;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.section-features.section-features--two-screens {
    padding-top: 40px;
    padding-bottom: 40px
}
@media (max-width: 1199px) {
    .section-features.section-features--two-screens .title-content {
        font-size: 18px
    }
}
@media (max-width: 992px) {
    .section-features.section-features--two-screens .title-content {
        font-size: 20px
    }
}
@media (max-width: 767px) {
    .section-features.section-features--with-icons {
        padding-top: 32px;
        padding-bottom: 60px
    }
    .section-features.section-features--with-icons .items {
        margin-top: 32px
    }
    .section-features.section-features--two-screens .items.items--bkg-img .item .item-content {
        display: flex;
        flex-direction: column;
        max-width: initial
    }
}
.section-features--security .items {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px
}
.section-features--security .item .title-content {
    margin-bottom: 0;
    color: #F5F8F7;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.section-features--security .item .text-content {
    margin-top: 16px;
    color: rgba(245, 248, 247, 0.8);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}
.section-features--security .media-content {
    max-width: 544px;
    margin-bottom: 0
}
.section-features--security .items .item {
    width: calc(50% - 32px)
}
.section-features--security .item-bkg {
    padding: 32px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 32px
}
.section-features--security .item-bkg .media-content {
    margin-bottom: 16px
}
.section-features--security .item-bkg .title-content {
    color: #F5F8F7;
    font-size: 20px !important;
    line-height: 28px !important
}
.section-features--security .item-bkg .text-content {
    margin-top: 2px;
    font-weight: 500;
    font-family: "Manrope", Helvetica, Arial, Verdana sans-serif
}
.section-features.features-awards--dark {
    padding-bottom: 128px
}
.section-features.features-awards--dark .item-awards {
    background: rgba(255, 255, 255, 0.15)
}
.section-features.features-awards--dark .title-content {
    color: #F5F8F7;
    font-size: 20px;
    line-height: 28px
}
.section-features.features-awards--dark .text-content {
    color: #F5F8F7
}
.section-features.features-awards--dark .view-all {
    border-color: rgba(255, 255, 255, 0.1)
}
.section-features--more-security {
    padding-top: 28px;
    padding-bottom: 160px
}
.section-features--more-security .title-content,
.section-features--more-security h2 {
    color: #F5F8F7;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.section-features--more-security .items {
    margin-top: 64px
}
.section-features--more-security .media-content {
    margin-bottom: 12px
}
.section-features--more-security .item .title-content {
    margin-bottom: 0;
    color: #F5F8F7;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}
.section-features--more-security .item .text-content {
    max-width: 320px;
    margin-top: 8px;
    color: #F5F8F7;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", Helvetica, Arial, Verdana sans-serif
}
@media (max-width: 768px) {
    .section-features--security {
        padding-top: 70px !important;
        padding-bottom: 70px
    }
    .section-features--security .items {
        flex-direction: column;
        gap: 0
    }
    .section-features--security .items .item {
        width: calc(100% - 30px)
    }
    .section-features--security .item:first-child {
        display: block;
        margin-bottom: 16px
    }
    .section-features--security .item:not(:first-child):not(:last-child) {
        margin-bottom: 32px
    }
    .section-features--security .item .title-content {
        font-size: 32px;
        line-height: 36px
    }
    .section-features--more-security {
        padding-top: 0;
        padding-bottom: 70px
    }
    .section-features--more-security .title-content,
    .section-features--more-security h2 {
        font-size: 32px;
        line-height: 36px;
        text-align: left
    }
    .section-features--more-security .items {
        margin-top: 32px
    }
    .section-features--more-security .item:not(:last-child) {
        margin-bottom: 32px
    }
    .section-features--more-security .item .text-content {
        max-width: 100%
    }
    .section-features.features-awards--dark {
        padding-bottom: 60px
    }
}
.item-awards {
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, #CEF5F2 0%, #E9E9E9 100%), #EFEFEF;
    padding: 0 24px;
    overflow: hidden
}
.item-awards .item-content {
    padding-top: 24px;
    padding-bottom: 24px
}
.item-awards .title-content {
    color: #111;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 12px 0
}
.item-awards .text-content {
    max-width: 544px;
    margin: 0 auto 36px;
    color: #111;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}
.badges {
    position: relative;
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    gap: 32px;
    list-style-type: none;
    margin: 0 auto;
    margin: 0 auto;
    justify-content: center
}
.badges-item {
    display: flex;
    justify-content: center;
    max-width: max-content;
    flex-basis: fit-content;
    max-height: 160px;
    text-align: center;
    padding: 0
}
.badges-item a {
    display: flex;
    align-items: center;
    justify-content: center
}
.badges-item img {
    width: auto !important;
    height: 160px !important;
    margin: 0 auto
}
.view-all {
    text-align: center;
    padding-top: 24px;
    margin: 36px auto 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-width: 928px
}
.view-all-link {
    font-size: 16px;
    line-height: 24px;
    color: #27C1B6;
    font-weight: 600;
    font-family: "Manrope", Helvetica, sans-serif
}
.view-all-link:focus,
.view-all-link:hover {
    text-decoration: underline;
    color: #27C1B6
}
.view-all-link::after {
    padding-left: 4px;
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDExIDEwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTAuNTc1MiA1LjAwMDk4QzEwLjU3NTIgNC44Mzk4NCAxMC41MDU0IDQuNjc4NzEgMTAuMzgxOCA0LjU2NTkyTDYuODQ3NjYgMS4wMzE3NEM2LjcxMzM4IDAuODk3NDYxIDYuNTY4MzYgMC44NDM3NSA2LjQxNzk3IDAuODQzNzVDNi4wODQ5NiAwLjg0Mzc1IDUuODQzMjYgMS4wODAwOCA1Ljg0MzI2IDEuNDAyMzRDNS44NDMyNiAxLjU2ODg1IDUuOTA3NzEgMS43MTM4NyA2LjAxNTE0IDEuODIxMjlMNy4yMTgyNiAzLjA0MDUzTDguNzk3MzYgNC40OTA3Mkw3LjU1MTI3IDQuNDE1NTNIMS4wMjAwMkMwLjY2NTUyNyA0LjQxNTUzIDAuNDIzODI4IDQuNjUxODYgMC40MjM4MjggNS4wMDA5OEMwLjQyMzgyOCA1LjM0NDczIDAuNjY1NTI3IDUuNTg2NDMgMS4wMjAwMiA1LjU4NjQzSDcuNTUxMjdMOC44MDI3MyA1LjUxMTIzTDcuMjE4MjYgNi45NjE0M0w2LjAxNTE0IDguMTgwNjZDNS45MDc3MSA4LjI4MjcxIDUuODQzMjYgOC40Mjc3MyA1Ljg0MzI2IDguNTk0MjRDNS44NDMyNiA4LjkxNjUgNi4wODQ5NiA5LjE1ODIgNi40MTc5NyA5LjE1ODJDNi41NjgzNiA5LjE1ODIgNi43MDgwMSA5LjA5OTEyIDYuODM2OTEgOC45NzU1OUwxMC4zODE4IDUuNDM2MDRDMTAuNTA1NCA1LjMxNzg3IDEwLjU3NTIgNS4xNjIxMSAxMC41NzUyIDUuMDAwOThaIiBmaWxsPSIjMjdDMUI2Ii8+Cjwvc3ZnPg==")
}
@media (max-width:991px) {
    .badges {
        max-width: 90%
    }
    .item-awards {
        flex-direction: column;
        align-items: center
    }
    .item-awards .item-content {
        padding-right: 0
    }
}
@media (max-width: 767px) {
    .item-awards {
        padding-bottom: 24px
    }
    .awards:before,
    .awards:after {
        display: none
    }
    .item-awards .title-content,
    .item-awards .text-content {
        text-align: left
    }
    .item-awards .text-content {
        max-width: 100%
    }
    .item-awards .item-content {
        padding-bottom: 0
    }
    .badges:before,
    .badges:after {
        display: none
    }
}
@media (max-width: 670px) {
    .badges-item {
        max-height: 120px
    }
    .badges-item img {
        height: 120px !important
    }
}
@media (max-width: 520px) {
    .badges {
        max-width: 100%
    }
}
@media (max-width: 380px) {
    .badges {
        justify-content: space-around
    }
    .badges-item {
        display: flex;
        justify-content: center;
        max-width: 90px;
        max-height: 90px
    }
    .badges-item>div {
        width: 90px !important
    }
    .badges-item img {
        width: auto !important;
        height: 90px !important
    }
}
.splash-base {
    display: flex;
    padding-top: 124px;
    padding-bottom: 36px
}
.splash-base__content {
    display: flex;
    flex-direction: column;
    margin-right: auto
}
.splash-base__image img {
    width: 100%
}
.splash-base .title-main {
    max-width: 550px;
    margin-bottom: 18px;
    color: #111;
    font-weight: 600;
    font-size: 38px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    line-height: 42px
}
.splash-base .text-main {
    max-width: 550px;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 28px
}
.splash-base .btn-group {
    justify-content: flex-start;
    margin-top: 24px;
    max-width: 550px;
    text-align: left
}
.splash-base .btn {
    width: 100%
}
.splash-base .splash-collapse .panel-group .panel-heading+.panel-collapse>.panel-body {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 24px
}
.splash-base .splash-collapse .link-text {
    color: #111;
    font-weight: 600;
    font-size: 20px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    line-height: 28px
}
.splash-base .splash-base__content .link-custom {
    color: #111
}
.splash-base .splash-base__content .link-custom::before {
    bottom: 0px
}
.splash-base .panel-body img {
    display: none
}
.splash-policy {
    padding-bottom: 64px;
    margin-bottom: 64px;
    padding-top: 54px;
    position: relative
}
.splash-policy::after {
    content: "";
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
    display: block;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 0;
    margin: 0 auto
}
.splash-policy .title-main {
    max-width: 100%;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
    color: #111;
    margin-bottom: 52px
}
.splash-policy .text-main {
    max-width: 100%;
    color: #595959
}
.product-page .splash-base {
    padding-top: 128px;
    padding-bottom: 96px
}
.product-page .splash-base .title-main {
    margin-bottom: 24px
}
.splash-collapse.splash-collapse--steps .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 0
}
.splash-collapse.splash-collapse--steps .panel-default:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}
.splash-collapse.splash-collapse--steps .panel-default>.panel-heading {
    position: relative;
    padding: 18px 0 18px 38px
}
.splash-collapse.splash-collapse--steps .panel-title>a .ifont {
    display: none
}
.splash-collapse.splash-collapse--steps .panel-heading.actived .link-text {
    color: #27C1B6
}
.splash-collapse.splash-collapse--steps .panel-default>.panel-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url("./demo/icon-step.svg");
    transform: translateY(-50%);
    content: ""
}
.splash-collapse.splash-collapse--steps .panel-heading.actived:before {
    background-image: url("./demo/icon-step-active.svg")
}
.splash-collapse.splash-collapse--steps .panel-title>a {
    display: block
}
@media (max-width: 768px) {
    .splash-base {
        display: block;
        padding-top: 60px;
        padding-bottom: 60px
    }
    [class*="m-t"].splash-base {
        margin-top: 0 !important
    }
    .splash-base .splash-base__content,
    .splash-base .splash-collapse {
        max-width: 100%
    }
    .splash-base .title-main,
    .splash-base .text-main {
        max-width: 100%;
        text-align: left
    }
    .splash-base .btn-group {
        align-items: flex-start
    }
    .splash-base__image {
        display: none
    }
    .splash-base .panel-body img {
        display: block;
        margin-top: 25px;
        margin-left: 0
    }
    .splash-base .btn {
        width: auto
    }
    .splash-base .text-main {
        margin-bottom: 60px
    }
    .splash-base .splash-collapse .panel-group .panel-heading+.panel-collapse>.panel-body {
        text-align: left
    }
    .splash-base .splash-collapse {
        margin-top: 0
    }
    .splash-base.splash-policy {
        padding-top: 22px;
        padding-bottom: 60px;
        margin-bottom: 60px
    }
    .splash-policy .text-main {
        margin-bottom: 0
    }
    .splash-base.splash-policy .title-main {
        font-size: 38px !important;
        line-height: 42px !important;
        margin-bottom: 25px
    }
    .splash-base .splash-collapse .panel-default:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.12)
    }
    .product-page .splash-base {
        padding-top: 60px
    }
    .product-page .splash-base .title-main {
        margin-bottom: 32px
    }
    .product-page .splash-base {
        padding-bottom: 60px
    }
    .splash-collapse.splash-collapse--steps .panel-heading.actived:before {
        background-image: url("./demo/icon-step-xs.svg")
    }
    .splash-collapse.splash-collapse--steps .panel-body img {
        margin-top: 0;
        margin-bottom: 20px
    }
}
@media (max-width: 480px) {
    .splash-base {
        display: block;
        padding-top: 60px
    }
    .splash-base:last-child {
        padding-bottom: 60px
    }
    .splash-base .title-main {
        font-size: 32px !important;
        line-height: 36px !important;
        text-align: left
    }
    .splash-base .text-main {
        text-align: left
    }
    .splash-base .splash-collapse .link-text {
        text-align: left
    }
    .splash-base .splash-collapse .ifont {
        font-size: 14px
    }
    .splash-base .btn {
        width: 100%
    }
}
@media (max-width: 380px) {
    .splash-base .splash-collapse .link-text {
        max-width: 90%
    }
}
.toggle-link .ifont.i-down:before {
    content: "" !important;
}
.toggle-link .ifont.i-up:before {
    content: "" !important;
}
.splash-collapse {
    margin-top: 25px;
    max-width: 550px
}
.splash-collapse .panel-group {
    margin-bottom: 0
}
.splash-collapse .panel-title>a {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    -webkit-tap-highlight-color: transparent
}
.splash-collapse .panel-title>a:hover,
.splash-collapse .panel-title>a:active,
.splash-collapse .panel-title>a:focus {
    color: #111;
    text-decoration: none
}
.splash-collapse .panel-title>a .ifont {
    position: relative;
    top: 6px;
    color: #111;
    font-size: 16px
}
.splash-collapse .panel {
    background-color: transparent;
    box-shadow: none
}
.splash-collapse .panel-default {
    border-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0
}
.splash-collapse .panel-default>.panel-heading {
    padding: 18px 6px 18px 0;
    background-color: transparent;
    border-color: transparent
}
.splash-collapse .panel-title {
    color: #111;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}
.splash-collapse .panel-heading.actived {
    border-color: transparent
}
.splash-collapse .panel-group .panel-heading+.panel-collapse>.panel-body,
.splash-collapse .panel-group .panel-heading+.panel-collapse>.list-group {
    padding: 0 0 24px 0;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-top: none
}
.splash-collapse .panel-group .panel+.panel {
    margin-top: 0
}
.faq-collapse {
    padding-top: 96px;
    padding-bottom: 128px
}
.faq-collapse .panel-group {
    margin-bottom: 0
}
.faq-collapse .panel-title>a {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s ease-in-out
}
.faq-collapse .panel-title .badge-faq {
    border-radius: 6px;
    background: #F7E687;
    display: inline-flex;
    padding: 2px 7px;
    justify-content: center;
    align-items: center;
    color: #111;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-right: 8px
}
.faq-collapse .panel-title .badge-faq::before {
    content: '';
    background-image: url(./demo/Crown.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    background-position: center;
    background-size: contain;
    margin-right: 3px;
    display: inline-flex
}
.faq-collapse .panel-title>a:hover,
.faq-collapse .panel-title>a:active,
.faq-collapse .panel-title>a:focus {
    color: #27C1B6;
    text-decoration: none
}
.faq-collapse .panel-title>a .ifont {
    position: relative;
    top: 6px;
    color: #111;
    font-size: 16px;
    transition: all 0.2s ease-in-out
}
.faq-collapse .panel-title>a:hover .ifont {
    color: #27C1B6
}
.faq-collapse .panel {
    background-color: transparent;
    box-shadow: none
}
.faq-collapse .panel-default {
    border-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0
}
.faq-collapse .panel-default>.panel-heading {
    padding: 20px 12px 20px 0;
    background-color: transparent;
    border-color: transparent
}
.faq-collapse .panel-title {
    color: #111;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: "PolySans", Arial, Helvetica, sans-serif;
    transition: all 0.2s ease-in-out
}
.faq-collapse .panel.first-item .panel-heading {
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}
.faq-collapse .panel-heading.actived .panel-title .ifont,
.faq-collapse .panel-heading.actived .panel-title {
    color: #27C1B6
}
.faq-collapse .panel-group .panel-heading+.panel-collapse>.panel-body,
.faq-collapse .panel-group .panel-heading+.panel-collapse>.list-group {
    padding: 0 0 20px 0;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-top: none;
    font-family: "Manrope", Helvetica, Arial, sans-serif
}
.faq-collapse .panel-group .panel-heading+.panel-collapse>.panel-body a {
    color: #111;
    text-decoration: underline
}
.faq-collapse .panel-group .panel-heading+.panel-collapse>.panel-body a:hover {
    color: #27C1B6
}
.faq-collapse .panel-group .panel+.panel {
    margin-top: 0
}
.product-page .splash-collapse {
    margin-top: 0
}
.product-page .faq-collapse {
    padding-top: 88px;
    padding-bottom: 96px
}
@media (max-width: 991px) {
    .product-page .faq-collapse {
        padding-top: 32px
    }
}
@media (max-width: 767px) {
    .faq-collapse {
        padding-top: 30px;
        padding-bottom: 120px
    }
    .faq-collapse .panel-group .panel-heading+.panel-collapse>.panel-body,
    .faq-collapse .panel-group .panel-heading+.panel-collapse>.list-group {
        padding-bottom: 24px
    }
    .faq-collapse .panel-heading .panel-title .link-text {
        padding-right: 38px
    }
    .faq-collapse .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding-right: 38px
    }
    .product-page .faq-collapse {
        padding-bottom: 60px
    }
}
@media (max-width: 576px) {
    .faq-collapse .panel-title .badge-faq {
        display: block;
        margin-right: 0;
        margin-bottom: 8px
    }
}
.section-splash.section-splash-2-columns {
    position: relative;
    max-width: 100%
}
.homepage .section-splash.section-splash-2-columns:before {
    position: absolute;
    top: 0;
    left: -144px;
    width: calc(100% + 288px);
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #E7F3F8, #E7F3F8), linear-gradient(339.45deg, #BBDEFC 1.26%, rgba(227, 243, 250, 0.45) 101.52%);
    border-radius: 32px;
    content: ""
}
.section-splash.section-splash-2-columns h2 {
    color: #111;
    font-weight: 600;
    font-size: 38px;
    font-family: "PolySans", sans-serif;
    line-height: 42px
}
.section-splash.section-splash-2-columns .text-main {
    margin-bottom: 0;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    line-height: 28px
}
.section-splash.section-splash-2-columns .btn {
    margin: 0
}
.section-splash.section-splash-2-columns .text-main p:not(:last-child) {
    margin-bottom: 15px
}
.section-splash.section-splash-2-columns .link-custom {
    line-height: 20px;
    color: #111
}
.section-splash.section-splash-2-columns .media-content {
    margin-top: 66px
}
.section-splash.section-splash-2-columns .included-area {
    padding: 0 0 64px
}
.section-splash.section-splash-2-columns .included-area .media-object {
    width: 100%
}
.section-splash.section-splash-2-columns .included-area .item-video {
    margin-top: 64px
}
.section-splash.section-splash-2-columns .included-area .items {
    margin-top: 6px;
    padding: 0 15px;
    column-gap: 12px;
    flex-wrap: nowrap
}
.section-splash.section-splash-2-columns .included-area .item {
    padding: 0
}
.section-splash.section-splash-2-columns .included-area .media-content {
    margin-top: 0
}
.section-splash.section-splash--features.section-splash--features-main {
    margin: 0 !important;
    padding-top: 88px;
    padding-bottom: 128px;
    border-radius: 0 !important;
    background: none !important
}
.section-splash.section-splash--features.section-splash--features-main.section-splash--features-team {
    padding-bottom: 100px
}
.section-splash.section-splash--features .features-dropdown-name {
    color: #2E2F30;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 4px 0;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.section-splash.section-splash--features .features-dropdown .features-dropdown-name:hover {
    color: #676767
}
.section-splash.section-splash--features .features-dropdown .features-dropdown-name::after {
    margin-left: 6px;
    display: inline-block;
    color: #2E2F30;
    font-family: "ElmeticaNew";
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    content: "r"
}
.section-splash.section-splash--features .features-dropdown .features-dropdown-name:hover::after,
.section-splash.section-splash--features .features-dropdown.open .features-dropdown-name,
.section-splash.section-splash--features .features-dropdown.open .features-dropdown-name::after {
    color: #676767
}
.section-splash.section-splash--features .features-dropdown.open .features-dropdown-name::after {
    color: #676767;
    content: "R"
}
.section-splash.section-splash--features .h1 {
    color: #111;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
    font-family: "PolySans", sans-serif;
    margin-bottom: 32px
}
.section-splash.section-splash--features .text-left-side {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 32px
}
.compare-page .section-splash.section-splash--features .text-left-side {
    margin-bottom: 0;
    color: rgba(17, 17, 17, 0.8)
}
.features-page .section-splash.section-splash--features .text-left-side {
    color: rgba(17, 17, 17, 0.8)
}
.section-splash.section-splash--features .dropdown-menu {
    background: #FFF;
    box-shadow: 0px 8px 30px rgb(17 17 17 / 12%);
    border-radius: 10px;
    border: 0;
    margin-top: 0;
    padding: 8px
}
.section-splash.section-splash--features .dropdown-menu>li>a {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #111;
    padding: 6px 8px;
    border-radius: 6px;
    font-family: "Manrope", sans-serif;
    transition: all 0.2s ease-in-out
}
.section-splash.section-splash--features .dropdown-menu>li>a:hover {
    background: #F1F3F4
}
.section-splash.section-splash--features .dropdown-menu>li>a:focus {
    background: #E7E9EA
}
.compare-page .section-splash.section-splash--features {
    padding-bottom: 128px
}
.landing .section-splash.section-splash-2-columns {
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding-top: 168px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px
}
.landing .section-splash.section-splash-2-columns h1,
.landing .section-splash.section-splash-2-columns .h1 {
    font-size: 42px;
    line-height: 47px
}
.landing .section-splash.section-splash-2-columns .text-white {
    color: #F5F8F7
}
.landing .section-splash.section-splash-2-columns .item-awards {
    margin-top: 32px;
    background: transparent;
    border-radius: 0px
}
.landing .section-splash.section-splash-2-columns .item-content {
    padding-top: 0;
    padding-bottom: 0
}
.landing .section-splash.section-splash-2-columns .btn.with-icon {
    display: inline-flex;
    align-items: center
}
.landing .section-splash.section-splash-2-columns .btn.with-icon img {
    margin-right: 12px
}
.landing .section-splash.section-splash-2-columns .badges-item img {
    height: 107px !important
}
.landing .section-splash.section-splash-2-columns .img-splash {
    left: calc(50% + 70px);
    bottom: 0
}
.landing .section-splash.section-splash-2-columns .included-area {
    padding: 0
}
@media (min-width: 769px) {
    .section-splash.section-splash-2-columns .included-area .img-responsive {
        width: 100%
    }
}
@media (min-width: 1500px) {
    .section-splash.section-splash-2-columns {
        border-radius: 50px
    }
}
@media (max-width: 1200px) {
    .landing .section-splash.section-splash-2-columns .img-splash {
        bottom: 0
    }
    .landing .section-splash.section-splash-2-columns .badges {
        gap: 20px
    }
    .landing .section-splash.section-splash-2-columns .badges-item img {
        height: 88px !important
    }
}
@media (max-width: 992px) {
    .section-splash.section-splash--features .right-side .img-splash {
        margin-top: 60px
    }
    .features-page .section-splash.section-splash--features .right-side {
        text-align: left
    }
    .landing .section-splash.section-splash-2-columns .img-splash {
        position: static;
        margin-top: 32px;
        margin-right: -30px;
        float: right;
        width: 100%;
        height: auto
    }
    .landing .section-splash.section-splash-2-columns .badges {
        max-width: 100%;
        justify-content: flex-start
    }
}
@media (max-width: 768px) {
    .section-splash.section-splash-2-columns {
        margin-top: 0;
        border-radius: 22px
    }
    .homepage .section-splash {
        padding-top: 60px
    }
    .section-splash.section-splash--features.section-splash--features-main,
    .section-splash.section-splash--features {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .section-splash.section-splash--features.section-splash--features-main.section-splash--features-team {
        padding-bottom: 60px
    }
    .section-splash.section-splash--features .h1 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px
    }
    .section-splash.section-splash--features .features-dropdown-name {
        margin-bottom: 8px;
        font-size: 16px !important;
        line-height: 24px !important
    }
    .section-splash.section-splash--features .text-left-side {
        margin-bottom: 20px
    }
    .section-splash.section-splash-2-columns .included-area .items {
        margin-top: 0
    }
    .section-splash.section-splash-2-columns .included-area .item {
        margin-bottom: 10px;
        width: 100%
    }
    .section-splash.section-splash-2-columns .included-area {
        padding: 0 0 54px
    }
    .compare-page .section-splash.section-splash--features .right-side .img-splash {
        display: block !important
    }
    .compare-page .section-splash.section-splash--features .right-side {
        margin-left: -15px;
        padding: 0;
        width: calc(100% + 30px)
    }
    .compare-page .section-splash.section-splash--features .right-side .img-splash {
        margin-right: 0
    }
    .features-page .section-splash.section-splash--features .h1 {
        font-size: 38px !important;
        line-height: 42px !important
    }
    .features-page .section-splash.section-splash--features {
        padding-top: 30px
    }
    .features-page .section-splash.section-splash--features .right-side .img-splash {
        margin-bottom: 30px
    }
    .landing .section-splash.section-splash-2-columns .img-splash {
        margin-top: 32px;
        display: block !important
    }
    .landing .section-splash.section-splash-2-columns .img-xs {
        display: none !important
    }
    .landing .section-splash.section-splash--features .h1 {
        font-size: 38px !important;
        line-height: 42px !important
    }
    .landing .section-splash.section-splash-2-columns {
        padding-top: 148px
    }
}
@media (max-width: 580px) {
    .landing .section-splash.section-splash-2-columns .badges-item {
        max-width: 44px
    }
    .landing .section-splash.section-splash-2-columns .badges-item>div {
        width: 36px
    }
    .landing .section-splash.section-splash-2-columns .badges-item img {
        height: 44px !important
    }
}
@media (max-width: 480px) {
    .section-splash.section-splash-2-columns .included-area {
        margin-top: 0
    }
    .section-splash.section-splash-2-columns {
        max-width: unset;
        margin: 0 -30px;
        padding-bottom: 50px;
        overflow: hidden;
        background: #fff;
        border-radius: 0
    }
    .compare-page .section-splash.section-splash-2-columns {
        margin: 0
    }
    .section-splash.section-splash-2-columns h2 {
        margin-bottom: 17px;
        padding: 0;
        font-size: 32px !important;
        line-height: 36px !important
    }
    .section-splash.section-splash-2-columns .text-main {
        padding: 0
    }
    .section-splash.section-splash-2-columns .item-video .image {
        padding: 0
    }
    .section-splash.section-splash-2-columns .cell.controls.absolute {
        z-index: 1
    }
    .section-splash.section-splash-2-columns .included-area {
        padding: 0 30px
    }
    .homepage .section-splash.section-splash-2-columns .left-side,
    .homepage .section-splash.section-splash-2-columns .right-side {
        padding: 0 45px
    }
    .compare-page .section-splash.section-splash--features {
        overflow: visible
    }
    .compare-page .section-splash.section-splash--features .left-side {
        padding: 0 15px;
        padding-top: 60px !important
    }
    .compare-page .section-splash.section-splash--features .text-left-side {
        font-size: 18px;
        line-height: 28px
    }
    .landing .section-splash.section-splash-2-columns .img-splash {
        display: none !important
    }
    .landing .section-splash.section-splash-2-columns .img-xs {
        margin-top: 32px;
        display: block !important;
        float: right;
        margin-right: -30px;
        width: calc(100% + 30px);
        height: auto;
        max-width: max-content
    }
    .landing .section-splash.section-splash-2-columns {
        padding-left: 30px;
        padding-right: 30px
    }
}
.contact-subscribe-form .panel-default {
    margin-bottom: 150px;
    background-color: #FFF;
    border-radius: 24px;
    border: none;
    box-shadow: none
}
.features-page .items .contact-subscribe-form .panel-default {
    margin-bottom: 0;
    background-color: transparent
}
.contact-subscribe-form.category-page-form .panel-default {
    margin-bottom: 128px;
    margin-top: 128px
}
.contact-subscribe-form .panel-body {
    padding: 54px 0
}
.features-page .items .contact-subscribe-form .panel-body {
    padding: 0
}
.contact-subscribe-form .grecaptcha {
    visibility: hidden
}
.contact-subscribe-form .title {
    color: #111;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.contact-subscribe-form .text {
    margin-top: 32px;
    color: rgba(17, 17, 17, 0.8);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: "Manrope", Helvetica, Arial, Verdana sans-serif
}
.features-page .items .contact-subscribe-form .text {
    margin-top: 0
}
.contact-subscribe-form .form-wrap {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}
.features-page .items .contact-subscribe-form .form-wrap {
    margin-top: 0
}
.contact-subscribe-form .form-wrap .form-group {
    position: relative;
    margin-bottom: 0
}
.contact-subscribe-form .form-wrap .form-group:first-child {
    width: 100%;
    max-width: 500px
}
.contact-subscribe-form .form-control {
    height: 48px;
    background-color: #EEE;
    border-radius: 7px;
    border: none;
    box-shadow: none
}
.features-page .items .contact-subscribe-form .form-control {
    height: 40px;
    min-height: 40px
}
.contact-subscribe-form .controls .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    width: 144px;
    height: 48px;
    color: #F5F8F7;
    font-weight: 500;
    font-size: 15px;
    font-family: "Manrope", Helvetica, Arial, Verdana sans-serif;
    line-height: 32px;
    background-color: #111;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px
}
.features-page .items .contact-subscribe-form .controls .btn-submit {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0021 6.99986C17.0021 6.74193 16.8904 6.484 16.6926 6.30344L11.0344 0.646135C10.8195 0.431192 10.5873 0.345215 10.3465 0.345215C9.81337 0.345215 9.42641 0.723515 9.42641 1.23938C9.42641 1.50591 9.5296 1.73805 9.70158 1.91L11.6278 3.86169L14.1559 6.18308L12.1609 6.06271H1.70449C1.13696 6.06271 0.75 6.44101 0.75 6.99986C0.75 7.55011 1.13696 7.93701 1.70449 7.93701H12.1609L14.1645 7.81664L11.6278 10.138L9.70158 12.0897C9.5296 12.2531 9.42641 12.4852 9.42641 12.7517C9.42641 13.2676 9.81337 13.6545 10.3465 13.6545C10.5873 13.6545 10.8109 13.5599 11.0172 13.3622L16.6926 7.69628C16.8904 7.50713 17.0021 7.25779 17.0021 6.99986Z' fill='%23F5F8F7'/%3E%3C/svg%3E%0A")
}
.contact-subscribe-form .form-control::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(128, 128, 128, 0.8) !important;
    opacity: 1
}
.contact-subscribe-form .form-control::-moz-placeholder {
    font-size: 15px;
    color: rgba(128, 128, 128, 0.8) !important;
    opacity: 1
}
.contact-subscribe-form .form-control:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(128, 128, 128, 0.8) !important;
    opacity: 1
}
.contact-subscribe-form .form-control:-moz-placeholder {
    font-size: 15px;
    color: rgba(128, 128, 128, 0.8) !important;
    opacity: 1
}
.contact-subscribe-form .errors {
    left: 0;
    font-family: "PolySans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #FA5F55;
    margin-top: 5px;
    display: none
}
.contact-subscribe-form .has-error .form-control,
.contact-subscribe-form .has-error .input-group-addon {
    border: 1px solid #FA5F55
}
.contact-subscribe-form .has-error .errors {
    display: block
}
.contact-subscribe-form #block-success {
    max-width: 60%;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center
}
.features-page .items .contact-subscribe-form #block-success {
    max-width: 100%;
    padding: 0
}
.contact-subscribe-form #block-success .block-success-icon {
    margin: 20px auto
}
.features-page .contact-subscribe-form #block-success .block-success-icon {
    display: none
}
.contact-subscribe-form #block-success .text-success {
    color: rgba(17, 17, 17, 0.8);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 32px
}
.features-page .contact-subscribe-form #block-success .text-success {
    margin-bottom: 0;
    color: #27C1B6;
    font-size: 16px;
    line-height: 24px
}
.contact-subscribe-form #block-success a.send-another-one {
    font-size: 18px;
    line-height: 28px;
    color: #27C1B6;
    font-family: 'Manrope', sans-serif
}
.features-page .contact-subscribe-form #block-success a.send-another-one {
    display: none
}
.contact-subscribe-form #block-success .title-success {
    color: #111;
    font-size: 28px;
    font-family: "PolySans", Helvetica, Arial, Verdana sans-serif
}
.included-area .form-included {
    margin-bottom: 58px
}
.included-area .form-included .form-wrap {
    margin-top: 10px;
    justify-content: flex-start
}
.included-area .form-included .text {
    margin-top: 0
}
.included-area .form-included .panel-body {
    margin-left: -5px;
    padding: 0
}
.included-area .form-included .before-panel {
    padding: 0
}
.included-area .form-included .panel-default {
    margin-bottom: 0
}
.included-area .form-included .form-wrap .form-group:first-child {
    max-width: 370px
}
.included-area .form-included .controls .btn-submit {
    width: 93px;
    min-width: 93px
}
.included-area #block-success {
    max-width: 100%;
    padding: 0;
    text-align: left
}
.included-area #block-success .block-success-icon {
    margin: 20px 0
}
.form-included .text-note {
    margin-top: 16px;
    color: #4F4F4F
}
.contact-subscribe-form--overlay,
.contact-subscribe-form--overlay .before-panel {
    margin: 0;
    padding: 0;
    height: 100%
}
.contact-subscribe-form--overlay .panel-default {
    margin: 0;
    padding-top: 140px;
    height: 100%;
    border-radius: 16px
}
.contact-subscribe-form--overlay .panel-body {
    position: relative;
    padding: 54px 32px 48px;
    height: 100%
}
.contact-subscribe-form--overlay .panel-body:before {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    content: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='31' fill='%23111111' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3749 34.3349L24.8496 37.1328V40.4916L19.3749 37.6938V34.3349ZM24.835 30.4355L27.5553 31.8124C29.067 32.5776 30.3002 34.4073 30.3096 35.899C30.3097 35.9046 30.3097 50.0006 30.3097 50.0006L24.835 47.2296V30.4355ZM13.895 24.8252L19.3697 27.5962V44.3903L16.6494 43.0134C15.1377 42.2482 13.9045 40.4186 13.8951 38.9268C13.895 38.9212 13.895 24.8252 13.895 24.8252Z' fill='%2327C1B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.6792 33.232L37.1574 30.5V47.2999C34.6391 48.5558 31.6792 46.7244 31.6792 43.9103V33.232ZM38.5358 29.8611L44.014 27.129V43.929L38.5358 46.661V29.8611ZM45.3634 26.4879L50.8416 23.7559V37.8792C50.8416 39.3601 49.6256 41.1622 48.1195 41.9133L45.3634 43.2878V26.4879Z' fill='%2327C1B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.6719 25.1651L50.1485 22.4334L33.7188 14L28.2422 16.7317L44.6719 25.1651Z' fill='%23F5F8F7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.8482 28.5362L43.3248 25.8045L26.895 17.3711L21.4185 20.1028L37.8482 28.5362Z' fill='%23D1F3F1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.9879 31.9103L36.4644 29.1786L20.0347 20.7451L14.5581 23.4768L30.9879 31.9103Z' fill='%237EDBD4'/%3E%3C/svg%3E%0A")
}
.form-area.contact-subscribe-form--overlay .form-wrap {
    margin-top: 48px
}
.contact-subscribe-form--overlay .title {
    color: #111;
    font-weight: 600;
    font-size: 32px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    line-height: 38.4px
}
.contact-subscribe-form--overlay .text {
    margin-top: 12px;
    color: rgba(17, 17, 17, 0.6);
    font-weight: 600;
    font-size: 16px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif;
    line-height: 24px
}
.contact-subscribe-form--overlay .form-wrap {
    display: block
}
.contact-subscribe-form--overlay .form-wrap .form-group:first-child {
    max-width: 100%;
    margin-bottom: 12px
}
.contact-subscribe-form--overlay .controls .btn-submit {
    margin-left: 0;
    width: 100%
}
.contact-subscribe-form--overlay .form-group--email {
    position: relative
}
.contact-subscribe-form--overlay .form-group--email:before {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.58812 2.62804C2.7258 2.35513 3.00942 2.16569 3.33301 2.16569H16.6663C16.9902 2.16569 17.2739 2.3554 17.4115 2.62862L10.0002 7.81652L2.58812 2.62804ZM2.49967 4.60055V12.999C2.49967 13.4555 2.87658 13.8324 3.33301 13.8324H16.6663C17.1228 13.8324 17.4997 13.4555 17.4997 12.999V4.60133L10.4781 9.51642C10.1912 9.71728 9.80928 9.71728 9.52235 9.51642L2.49967 4.60055ZM19.1663 3.0321V12.999C19.1663 14.3759 18.0432 15.499 16.6663 15.499H3.33301C1.9561 15.499 0.833008 14.3759 0.833008 12.999V2.99902C0.833008 1.62212 1.9561 0.499023 3.33301 0.499023H16.6663C18.0303 0.499023 19.1453 1.60117 19.166 2.96039C19.1672 2.98431 19.1673 3.00824 19.1663 3.0321Z' fill='%23808080' fill-opacity='0.6'/%3E%3C/svg%3E%0A")
}
.contact-subscribe-form--overlay .form-group--email .form-control {
    padding-right: 45px;
    text-align: left
}
.contact-subscribe-form--overlay .form-group--email .form-control:focus {
    background: #EEE;
    border: 1px solid #111
}
.contact-subscribe-form--overlay .form-group--email .form-control:-webkit-autofill,
.contact-subscribe-form--overlay .form-group--email .form-control:-webkit-autofill:hover,
.contact-subscribe-form--overlay .form-group--email .form-control:-webkit-autofill:active,
.contact-subscribe-form--overlay .form-group--email .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #EEE inset !important;
    border: 1px solid #111
}
.contact-subscribe-form--overlay .form-group--email .form-control:active {
    color: #111;
    border-color: rgba(128, 128, 128, 0.6)
}
.contact-subscribe-form--overlay .form-control {
    color: #111;
    font-weight: 600;
    font-size: 15px;
    line-height: 32px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.contact-subscribe-form--overlay .form-control::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.6);
    font-weight: 600;
    font-size: 15px;
    line-height: 32px;
    font-family: "Manrope", Helvetica, Arial, Verdana, sans-serif
}
.contact-subscribe-form--overlay .controls .btn-submit {
    font-weight: 600
}
.contact-subscribe-form--overlay .img-responsive {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%
}
.contact-subscribe-form--overlay #block-success {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 54px !important;
    background-color: #fff
}
.contact-subscribe-form--overlay #block-success .block-success-icon {
    display: none
}
.contact-subscribe-form--overlay #block-success .text-success {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%
}
.contact-subscribe-form--overlay #block-success .note-success {
    margin-top: auto;
    padding-bottom: 48px;
    color: rgba(162, 162, 162, 1);
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    font-family: "PolySans", Helvetica, Arial, sans-serif
}
.contact-subscribe-form--overlay .has-error .errors {
    display: none
}
@media (max-width: 992px) {
    .contact-subscribe-form .panel-body {
        padding: 32px
    }
    .contact-subscribe-form--overlay .panel-body {
        padding: 54px 32px 48px
    }
    .contact-subscribe-form .panel-default {
        margin-bottom: 120px
    }
    .contact-subscribe-form--overlay .panel-default {
        margin-bottom: 0
    }
    .contact-subscribe-form #block-success {
        max-width: 100%
    }
    .contact-subscribe-form #block-success {
        padding: 0
    }
    .contact-subscribe-form--overlay #block-success {
        padding: 0 30px
    }
    .included-area .form-included .panel-body {
        margin-left: 0
    }
}
@media (max-width: 768px) {
    .contact-subscribe-form .title {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .contact-subscribe-form .text {
        margin-top: 20px;
        padding: 0
    }
    .contact-subscribe-form .form-wrap {
        margin-top: 32px
    }
    .contact-subscribe-form .title {
        padding: 0
    }
    .contact-subscribe-form.category-page-form .panel-default {
        margin-top: 120px;
        margin-bottom: 120px
    }
}
@media (max-width: 560px) {
    .contact-subscribe-form .form-control,
    .contact-subscribe-form .controls .btn-submit {
        height: 40px;
        min-height: 40px;
        text-align: center
    }
    .features-page .items .contact-subscribe-form .form-control {
        text-align: left
    }
    .contact-subscribe-form .form-wrap {
        display: block
    }
    .features-page .items .contact-subscribe-form .form-wrap {
        display: flex
    }
    .contact-subscribe-form .controls .btn-submit {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }
    .features-page .items .contact-subscribe-form .controls .btn-submit {
        margin-top: 0
    }
    .included-area .form-included .form-wrap {
        display: flex
    }
    .included-area .form-included .controls .btn-submit {
        margin-top: 0;
        margin-right: 0;
        margin-left: 12px
    }
}
@media (max-width: 480px) {
    .included-area .form-included .form-wrap {
        display: block
    }
    .included-area .form-included .controls .btn-submit {
        margin-top: 10px;
        margin-left: 0;
        width: 100%
    }
    .included-area .form-included .form-wrap .form-group:first-child {
        max-width: 100%
    }
}
.reviews-index {
    padding-top: 96px;
    padding-bottom: 52px
}
.reviews-index:not(.review-with-info) .title-main {
    margin-bottom: 16px
}
.reviews-index .items-reviews {
    padding-top: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}
.reviews-index .reviews-item {
    display: flex;
    flex-direction: column
}
.items-container {
    margin-top: 64px
}
.reviews-index .slick-list {
    overflow: unset
}
.reviews-index .slick-track {
    display: flex;
    column-gap: 12px
}
.reviews-index .slick-initialized .slick-slide {
    display: flex
}
.reviews-index .slick-pagination {
    display: flex;
    align-items: center;
    position: relative
}
.reviews-index:not(.review-with-info) .slick-pagination {
    padding-left: 20px;
    margin-left: 20px
}
.reviews-index:not(.review-with-info) .slick-pagination::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 21px);
    background: rgba(0, 0, 0, 0.12)
}
.reviews-index .slick-pagination-icon {
    display: inline-flex;
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s ease-in-out
}
.reviews-index .slick-pagination-icon::before {
    content: "";
    position: absolute;
    width: 39px;
    height: 39px;
    border: 1.7px solid #111;
    border-radius: 50%
}
.reviews-index .slick-disabled .slick-pagination-icon::before {
    border: 1.7px solid rgba(128, 128, 128, 0.50)
}
.reviews-index .slick-pagination-next {
    margin-left: 8px
}
.reviews-index .slick-pagination-next svg {
    transform: rotate(180deg)
}
.reviews-index .slick-arrow {
    background: none;
    border: 0;
    outline: none;
    padding: 0;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent
}
.reviews-index .slick-arrow:not(.slick-disabled) {
    cursor: pointer
}
.reviews-index .slick-arrow:not(.slick-disabled):hover .slick-pagination-icon {
    background: #EBEBEB
}
.reviews-index .slick-arrow:not(.slick-disabled):focus .slick-pagination-icon {
    background: #E1E1E1
}
.reviews-index .slick-arrow:not(.slick-disabled) svg path {
    fill: #111;
    fill-opacity: 1
}
.reviews-index .reviews-content-right {
    display: flex;
    justify-content: flex-end
}
.reviews-index .after-info-block {
    padding-top: 20px;
    display: flex;
    align-items: center
}
.reviews-index .media {
    border-radius: 16px;
    background: #FFF;
    padding: 36px 24px;
    display: inline-block;
    margin: 0;
    flex: 0 0 auto;
    width: 365px;
    margin-bottom: 12px
}
.reviews-index .title-main {
    font-size: 38px;
    line-height: 42px;
    color: #111
}
.reviews-index .text-main {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #111
}
.author-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}
.author-product .product-info {
    margin-right: 16px
}
.author-product .review-from {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px
}
.author-product .review-from>a {
    font-weight: 600;
    color: inherit
}
.author-product .review-from>a:hover {
    color: inherit
}
.reviews-index .media .text {
    color: #111;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 16px
}
.reviews-index .date {
    margin-top: 16px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #808080
}
.reviews-index .name {
    font-size: 16px;
    line-height: 24px;
    color: #111;
    letter-spacing: -0.32px
}
.reviews-index .avatar-rounded {
    border-radius: 50%
}
.reviews-index .position {
    color: #808080;
    font-family: "PolySans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px
}
.reviews-index .ifont.stars {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #27C1B6
}
.reviews-index .ifont.star-4:before {
    content: "sssss";
    color: transparent;
    background: linear-gradient(to right, #27C1B6 80%, rgba(39, 193, 182, 0.5) 20%);
    -webkit-background-clip: text;
    background-clip: text
}
.reviews-index .ifont.star-4-5:before,
.reviews-index .ifont.star-4-half:before {
    content: "sssss";
    color: transparent;
    background: linear-gradient(to right, #27C1B6 90%, rgba(39, 193, 182, 0.5) 10%);
    -webkit-background-clip: text;
    background-clip: text
}
.reviews-index .ifont.stars.color-1EB75F {
    color: #1EB75F
}
.reviews-index .ifont.stars.color-1EB75F.star-4::before {
    background: linear-gradient(to right, #1EB75F 80%, rgba(30, 183, 95, .5) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-1EB75F.star-4-5::before,
.reviews-index .ifont.stars.color-1EB75F.star-4-half::before {
    background: linear-gradient(to right, #1EB75F 90%, rgba(30, 183, 95, .5) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-39B6EC {
    color: #39B6EC
}
.reviews-index .ifont.stars.color-39B6EC.star-4::before {
    background: linear-gradient(to right, #39B6EC 80%, rgba(57, 182, 236, 0.50) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-39B6EC.star-4-5::before,
.reviews-index .ifont.stars.color-39B6EC.star-4-half::before {
    background: linear-gradient(to right, #39B6EC 90%, rgba(57, 182, 236, 0.50) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-27C1B6 {
    color: #27C1B6
}
.reviews-index .ifont.stars.color-27C1B6.star-4::before {
    background: linear-gradient(to right, #27C1B6 80%, rgba(39, 193, 182, 0.5) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-27C1B6.star-4-5::before,
.reviews-index .ifont.stars.color-27C1B6.star-4-half::before {
    background: linear-gradient(to right, #27C1B6 90%, rgba(39, 193, 182, 0.5) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-3E90ED {
    color: #3E90ED
}
.reviews-index .ifont.stars.color-3E90ED.star-4::before {
    background: linear-gradient(to right, #3E90ED 80%, rgba(62, 144, 237, .5) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-3E90ED.star-4-5::before,
.reviews-index .ifont.stars.color-3E90ED.star-4-half::before {
    background: linear-gradient(to right, #3E90ED 90%, rgba(62, 144, 237, .5) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-FF492C {
    color: #FF492C
}
.reviews-index .ifont.stars.color-FF492C.star-4::before {
    background: linear-gradient(to right, #FF492C 80%, rgba(255, 73, 44, .5) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-FF492C.star-4-5::before,
.reviews-index .ifont.stars.color-FF492C.star-4-half::before {
    background: linear-gradient(to right, #FF492C 90%, rgba(255, 73, 44, .5) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-FF6154 {
    color: #FF6154
}
.reviews-index .ifont.stars.color-FF6154.star-4::before {
    background: linear-gradient(to right, #FF6154 80%, rgba(255, 97, 84, .5) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-FF6154.star-4-5::before,
.reviews-index .ifont.stars.color-FF6154.star-4-half::before {
    background: linear-gradient(to right, #FF6154 90%, rgba(255, 97, 84, .5) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-3E90ED {
    color: #3E90ED
}
.reviews-index .ifont.stars.color-3E90ED.star-4::before {
    background: linear-gradient(to right, #3E90ED 80%, rgba(62, 144, 237, 0.50) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-3E90ED.star-4-5::before,
.reviews-index .ifont.stars.color-3E90ED.star-4-half::before {
    background: linear-gradient(to right, #3E90ED 90%, rgba(62, 144, 237, 0.50) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-F16B2C {
    color: #F16B2C
}
.reviews-index .ifont.stars.color-F16B2C.star-4::before {
    background: linear-gradient(to right, #F16B2C 80%, rgba(241, 107, 44, 0.50) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-F16B2C.star-4-5::before,
.reviews-index .ifont.stars.color-F16B2C.star-4-half::before {
    background: linear-gradient(to right, #F16B2C 90%, rgba(241, 107, 44, 0.50) 10%);
    background-clip: text
}
.reviews-index .ifont.stars.color-70B143 {
    color: #70B143
}
.reviews-index .ifont.stars.color-70B143.star-4::before {
    background: linear-gradient(to right, #70B143 80%, rgba(112, 177, 67, 0.5) 20%);
    background-clip: text
}
.reviews-index .ifont.stars.color-70B143.star-4-5::before,
.reviews-index .ifont.stars.color-70B143.star-4-half::before {
    background: linear-gradient(to right, #70B143 90%, rgba(112, 177, 67, 0.5) 10%);
    background-clip: text
}
.reviews-index .information-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
    padding-bottom: 36px;
    position: relative
}
.reviews-index .information-product::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(17, 17, 17, 0.08);
    display: block;
    left: 15px;
    bottom: 0
}
.reviews-index .information-product-item {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap
}
.reviews-index:not(.review-with-info) .reviews {
    border-radius: 10px
}
.reviews-index .information-product-icon {
    margin-right: 8px
}
.reviews-index .information-product-title {
    font-size: 13px;
    line-height: 16px;
    color: #111;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 300
}
.reviews-index .information-product-text {
    font-size: 16px;
    line-height: 21px;
    color: #111;
    font-weight: 600;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.reviews-index .information-product-item.version {
    padding: 10px 16px 10px 8px;
    background: linear-gradient(90deg, #D7EDFF 0%, #E9E9E9 100%), #EFEFEF
}
.reviews-index .information-product-item.compatibility {
    padding: 10px 16px 10px 8px;
    background: linear-gradient(90deg, #FFDCD7 0%, #E9E9E9 100%), #EFEFEF
}
.reviews-index .information-product-item.price {
    padding: 10px 16px 10px 8px;
    background: linear-gradient(90deg, #FFF1C7 0%, #E9E9E9 100%), #EFEFEF
}
.reviews-index:not(.review-with-info) .reviews,
.reviews-index .information-product-item.reviews {
    padding: 9px 12px 10px 12px;
    flex-direction: column;
    background: linear-gradient(90deg, #CEF5F2 0%, #E9E9E9 100%), #EFEFEF
}
.reviews-index .information-product-item.reviews>span {
    display: flex;
    align-items: center
}
.reviews-index .reviews .ifont.stars {
    margin-bottom: 0
}
.reviews-index .reviews .stars-count {
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #111;
    margin-left: 7px
}
.reviews-index .reviews .reviews-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #111;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    flex-basis: 100%
}
.landing .reviews-index {
    padding-top: 64px
}
@media (max-width:991px) {
    .items-container {
        margin-top: 60px
    }
    .reviews-index .reviews-content-right {
        justify-content: flex-end
    }
    .reviews-index:not(.review-with-info) .reviews-content-right {
        justify-content: flex-start;
        margin-top: 60px
    }
    .reviews-index {
        padding-bottom: 0;
        padding-top: 60px
    }
    .reviews-index .title-main {
        font-size: 32px !important;
        line-height: 36px !important
    }
    .reviews-index .title_icon {
        width: auto;
        height: 32px
    }
    .reviews-index .after-info-block {
        align-items: flex-end
    }
    .reviews-index .information-product {
        margin-top: 32px
    }
}
@media (max-width:767px) {
    .reviews-index .reviews-item {
        position: relative;
        flex-direction: row;
        column-gap: 12px
    }
    .reviews-index .media {
        width: 330px
    }
    .landing .reviews-index {
        padding-top: 30px
    }
}
@media (max-width: 576px) {
    .reviews-index .information-product {
        flex-direction: column;
        align-items: flex-start
    }
    .reviews-index .after-info-block>div {
        width: fit-content
    }
}
@media (max-width: 374px) {
    .reviews-index .media {
        width: 260px
    }
    .author-product {
        flex-direction: column-reverse
    }
    .author-product .product-info {
        margin-right: 0;
        margin-top: 16px
    }
    .reviews-index .reviews {
        flex-direction: column
    }
    .reviews-index .reviews .stars-count {
        margin-left: 0;
        margin-top: 7px
    }
    .reviews-index .reviews .reviews-text {
        flex-basis: auto
    }
    .reviews-index .text-main {
        font-size: 16px;
        line-height: 26px
    }
}
.section-comparison {
    padding-top: 104px;
    padding-bottom: 32px
}
.section-comparison.section-comparison-index {
    padding-top: 96px
}
.section-comparison .title-main {
    max-width: 63%;
    margin: 0 auto 16px;
    padding: 0 15px;
    color: #111;
    font-weight: 600;
    font-size: 38px;
    font-family: "PolySans", sans-serif;
    line-height: 42px;
    text-align: center
}
.section-comparison .text-main {
    color: #111;
    font-weight: 500;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    line-height: 28px;
    text-align: center
}
.section-comparison .text-note {
    margin-top: 76px
}
.compare-page .section-comparison {
    padding-top: 128px;
    padding-bottom: 96px
}
@media (max-width: 992px) {
    .section-comparison .title-main {
        max-width: 75%
    }
}
@media (max-width: 767px) {
    .section-comparison .title-main,
    .section-comparison .text-main {
        text-align: left
    }
    .section-comparison .title-main {
        margin-left: 0
    }
    .compare-page .section-comparison {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .section-comparison {
        padding-top: 60px
    }
}
@media (max-width: 480px) {
    .section-comparison {
        padding-top: 60px;
        padding-bottom: 20px
    }
    .section-comparison.section-comparison-index {
        padding-top: 60px
    }
    .section-comparison .title-main {
        margin-bottom: 17px;
        font-size: 32px !important;
        line-height: 36px !important;
        text-align: left
    }
    .section-comparison .text-main {
        text-align: left
    }
    .text-note {
        margin-top: 40px
    }
}
.table-comparison-th span,
.table-comparison-td:not(.td-tooltip) span,
.table-comparison-th div,
.table-comparison-td:not(.td-tooltip) div {
    position: relative;
    z-index: 2;
    text-align: left
}
.table-comparison .table-text {
    display: flex;
    align-items: center
}
.table .true {
    position: relative;
    margin-right: 12px;
    display: inline-block;
    width: 25px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat
}
.table .false {
    position: relative;
    margin-right: 12px;
    display: inline-block;
    width: 25px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat
}
.table-comparison-wrap--2 {
    margin-top: 64px;
    height: 730px;
    overflow-y: scroll
}
.table-comparison {
    position: relative;
    margin-top: 48px;
    padding-top: 104px;
    padding-bottom: 76px
}
.table-comparison-tbody {
    position: relative
}
.table-comparison .items {
    margin-top: 48px
}
.table-comparison .title-main {
    margin-top: 0;
    margin-bottom: 32px;
    color: #111;
    font-weight: 600;
    font-size: 52px;
    line-height: 56px;
    text-align: center
}
.table-comparison .text-main {
    color: #111;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center
}
.table-comparison-thead-tr,
.table-comparison-tr {
    display: flex
}
.table-comparison>thead>tr>th,
.table-comparison>tbody>tr>th,
.table-comparison>tfoot>tr>th,
.table-comparison>thead>tr>td,
.table-comparison>tbody>tr>td,
.table-comparison>tfoot>tr>td {
    border-top: 1px solid rgba(17, 17, 17, 0.12)
}
.table-comparison col.selected tbody>tr>td {
    border-top: none
}
.table-comparison {
    margin-bottom: 0
}
.table-comparison>thead>tr>th {
    display: flex;
    align-items: center;
    min-width: 200px;
    width: 100%;
    height: 96px;
    max-width: 300px;
    color: #111;
    font-weight: 600;
    font-size: 20px;
    font-family: "PolySans", sans-serif;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    border-top: none;
    border-bottom: none
}
.table-comparison--2>thead>tr>th {
    min-height: 108px
}
.table-comparison--2>thead>tr>th.auto {
    flex-direction: column;
    grid-row-gap: 10px;
    padding: 20px 0 0 0;
    width: 100%;
    min-width: auto;
    max-width: 100%
}
.table-comparison--2>thead>tr>th:nth-child(2).auto>.flex {
    grid-row-gap: 6px
}
.table-comparison--2>thead>tr>th:not(:nth-child(2)).auto>.flex {
    justify-content: flex-start
}
.table-comparison--2>thead>tr>th.auto .flex span {
    position: relative;
    min-width: 144px;
    max-width: 144px;
    font-size: 16px
}
.table-comparison--2>thead>tr>th:not(:nth-child(2)).auto .flex span:not(:last-child) {
    border-right: 1px solid rgba(17, 17, 17, 0.12)
}
.table-comparison--2>thead>tr>th {
    min-width: 144px;
    max-width: 144px
}
.table-comparison--2>thead>tr>th:nth-child(2) {
    min-width: 200px;
    max-width: 255px
}
.table-comparison>thead>tr>th:not(:first-child) {
    justify-content: center
}
.table-comparison>thead>tr>th:first-child,
.table-comparison>tbody>tr>td:first-child {
    text-align: left
}
.table-comparison>tbody>tr>td {
    display: flex;
    align-items: center;
    padding: 20px;
    min-width: 200px;
    width: 100%;
    max-width: 300px;
    min-height: 80px;
    color: #111;
    font-weight: 600;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    line-height: 28px;
    text-align: center;
    vertical-align: middle
}
.table-comparison>thead>tr>th:nth-child(2) {
    border-top: 2px solid #111 !important;
    border-right: 2px solid #111;
    border-left: 2px solid #111;
    border-radius: 24px 24px 0 0
}
.table-comparison>tbody>tr>td:nth-child(2) {
    border-right: 2px solid #111;
    border-left: 2px solid #111
}
.table-comparison>tbody>tr:last-child>td:nth-child(2) {
    border-bottom: 2px solid #111 !important;
    border-radius: 0 0 24px 24px
}
.table-comparison>tbody>tr>td:nth-child(2) {
    border-top: none
}
.table-comparison>tbody>tr>td .btn-account {
    padding: 11px 12px;
    width: 100%
}
.table-comparison>tbody>tr>td:not(:first-child) {
    justify-content: center
}
.table-comparison>thead>tr>th:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    position: relative
}
.table-comparison>thead>tr>th:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):after {
    position: absolute;
    top: 0;
    left: -0.5px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(17, 17, 17, 0.12) 80%, rgba(17, 17, 17, 0.12) 100%);
    content: ""
}
.table-comparison>tbody>tr:last-child>td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    position: relative;
    border-left: none
}
.table-comparison:not(.table-comparison-wrap--fixed .table-comparison)>tbody>tr:last-child>td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):after {
    position: absolute;
    top: 0;
    left: -0.5px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0.12) 0%, rgba(17, 17, 17, 0.12) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    content: ""
}
.table-comparison>tbody>tr>td:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    border-left: 1px solid rgba(17, 17, 17, 0.12)
}
.table-comparison>thead>tr>th:first-child {
    max-width: 354px;
    min-width: 354px;
    padding: 8px 0
}
.table-comparison--2>thead>tr>th:first-child {
    max-width: 288px;
    min-width: 288px
}
.table-comparison>tbody>tr>td:first-child {
    max-width: 354px;
    min-width: 354px;
    padding-left: 0;
    font-weight: 600
}
.table-comparison--2>tbody>tr>td:first-child {
    max-width: 288px;
    min-width: 288px
}
.table-comparison>tbody>tr>td.description {
    text-align: left
}
.table-comparison.of-tablet>tbody>tr>td {
    line-height: 1.56
}
.table-comparison .of-tablet strong {
    color: #101010
}
.table-comparison .logo-tralert {
    margin-right: 12px;
    background-image: url("/imgnew/products/tralert/logo-tralert.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 32px;
    display: inline-block
}
.table-comparison .logo-icon {
    display: flex;
    align-items: center;
    margin-right: 12px
}
.table-comparison.table-comparison--auto .desktop-hidden td {
    border-top: none
}
.table-comparison.table-comparison--auto>thead>tr>th.auto:nth-child(2) {
    max-width: 100% !important
}
.table-comparison-wrap--fixed {
    margin-top: 64px;
    height: 730px;
    overflow-y: auto
}
.table-comparison-wrap--fixed .table-comparison {
    margin-top: 0
}
.table-comparison-wrap--fixed .table-comparison>thead {
    position: relative
}
.table-comparison-wrap--fixed .table-comparison>thead {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #f9f9f9
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th {
    min-height: 108px
}
.table-comparison>thead>tr>th a {
    color: #27C1B6
}
.table-comparison>thead>tr>th a:hover,
.table-comparison>thead>tr>th a:active,
.table-comparison>thead>tr>th a:focus {
    color: #27C1B6
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th.auto {
    flex-direction: column;
    grid-row-gap: 10px;
    padding: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%
}
.table-comparison-wrap--fixed .table-comparison:not(.table-comparison--auto)>thead>tr>th.auto:not(:first-child):not(:nth-child(2)) {
    flex-direction: column;
    justify-content: flex-end;
    grid-row-gap: 5px;
    padding: 20px 0 8px 0;
    width: 100%;
    min-width: auto;
    max-width: 100%
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th:nth-child(2).auto>.flex {
    grid-row-gap: 0;
    padding-top: 30px
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th:not(:nth-child(2)).auto>.flex {
    justify-content: flex-start
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th.auto .flex span {
    position: relative;
    flex: 1;
    min-width: 134px;
    max-width: 100%;
    font-size: 16px;
    padding: 4px 20px
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th:not(:nth-child(2)).auto .flex span:not(:last-child) {
    border-right: 1px solid rgba(17, 17, 17, 0.12)
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th {
    min-width: 144px;
    max-width: 144px
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th:nth-child(2) {
    min-width: 200px;
    max-width: 255px
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td {
    min-width: 134px
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td .td-price>div:first-child {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td .td-price>div:last-child {
    margin-top: 5px;
    color: #808080;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(2) .td-price>div:last-child {
    color: #509A95
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr:last-child>td:nth-child(2) {
    min-height: 120px
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr:last-child>td:nth-child(2)>div,
.table-comparison-wrap--fixed .table-comparison>tbody>tr:last-child>td:nth-child(2)>span {
    margin-top: -23px
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(2) {
    min-width: 255px;
    max-width: 255px;
    border-top: none
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(3) {
    background-color: #E7E7E7
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(4) {
    background-color: #EDEDED
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(5) {
    background-color: #F3F3F3
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr:last-child>td:not(:nth-child(2)) {
    height: 100%;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12)
}
.table-comparison-wrap--fixed .table-comparison>thead>tr>th:first-child {
    max-width: 288px;
    min-width: 288px
}
.table-comparison-wrap--fixed .table-comparison>tbody>tr>td:first-child {
    max-width: 288px;
    min-width: 288px
}
.table-comparison-wrap--fixed .table-comparison .table-comparison-td.auto {
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    min-width: auto;
    max-width: calc(100vw - 30px);
    text-align: center;
    line-height: 22px
}
.table-comparison-wrap--fixed .table-comparison:not(.table-comparison--auto) .table-comparison-td.auto {
    line-height: 32px;
    background-color: #f9f9f9;
    border: none
}
.table-comparison-wrap--fixed .table-comparison .desktop-hidden {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(17, 17, 17, 0.12)
}
.table-comparison-wrap--noscroll-vt {
    height: auto;
    overflow-y: unset
}
.table-comparison .bkg-color-D1F3F1 {
    background-color: #D1F3F1
}
.table-comparison .bkg-color-BCEEEB {
    background-color: #BCEEEB
}
.table-comparison .bkg-color-A5EBE6 {
    background-color: #A5EBE6
}
.table-comparison .bkg-color-93E1DC {
    background-color: #93E1DC
}
.table-comparison .bkg-color-7DD6CF {
    background-color: #7DD6CF
}
.table-comparison .bkg-color-69CEC7 {
    background-color: #69CEC7
}
.table-comparison .bkg-color-5BCBC3 {
    background-color: #5BCBC3
}
.table-comparison .bkg-color-4FC7BE {
    background-color: #4FC7BE
}
.table-comparison .bkg-color-48C1B8 {
    background-color: #48C1B8
}
.table-comparison .bkg-color-39BAB1 {
    background-color: #39BAB1
}
.table-comparison .bkg-color-38B5AC {
    background-color: #38B5AC
}
.table-comparison .bkg-color-34B1A9 {
    background-color: #34B1A9
}
.table-comparison .bkg-color-2CADA4 {
    background-color: #2CADA4
}
.table-comparison .bkg-color-23A69D {
    background-color: #23A69D
}
.table-comparison .bkg-color-149E94 {
    background-color: #149E94
}
.table-comparison .bkg-color-0B9087 {
    background-color: #0B9087
}
.table-comparison .bkg-color-0DA79C {
    background-color: #0DA79C
}
.table-comparison .bkg-color-C2EFEC {
    background-color: #C2EFEC
}
.table-comparison .bkg-color-9DE4DF {
    background-color: #9DE4DF
}
.table-comparison .bkg-color-7EDBD4 {
    background-color: #7EDBD4
}
.table-comparison .bkg-color-4CCCC3 {
    background-color: #4CCCC3
}
.table-comparison .bkg-color-27C1B6 {
    background-color: #27C1B6
}
.table-comparison .bkg-color-18B2A7 {
    background-color: #18B2A7
}
.table-comparison .tooltip {
    position: absolute;
    z-index: 9999;
    padding: 0
}
.table-comparison .tooltip-wrap,
.table-comparison .tooltip-wrap .table-text,
.table-comparison .tooltip-block {
    display: inline
}
.table-comparison .tooltip-block {
    position: absolute;
    display: inline-flex;
    width: 26px;
    height: 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}
.table-comparison .tooltip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 3px;
    margin-left: 5px
}
.table-comparison .tooltip-icon:hover svg path {
    fill: #111
}
.table-comparison .tooltip.bottom {
    padding: 0
}
.table-comparison .tooltip.bottom .tooltip-arrow {
    display: none
}
.table-comparison .tooltip .tooltip-inner {
    position: relative;
    left: calc(50% - 8px) !important;
    max-width: 287px;
    padding: 16px;
    overflow: hidden;
    color: #F5F8F7;
    text-align: left;
    font-size: 14px;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 300;
    line-height: 20px;
    background-color: rgba(17, 17, 17, 0.9);
    border-radius: 9px
}
.table-comparison .tooltip-arrow {
    display: none
}
.footer-awards {
    background: linear-gradient(90deg, #CEF5F2 0%, #E9E9E9 100%), #EFEFEF;
    padding: 0 24px;
    overflow: hidden
}
.footer-awards .footer-content {
    color: #27C1B6;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 18px 0;
    border-top: 1px solid rgba(0,0,0,0.10);
    font-family: 'Manrope', sans-serif;
}
@media (min-width: 992px) and (max-width: 1032px) {
    .table-comparison-wrap {
        overflow-x: auto
    }
}
@media(max-width: 1200px) {
    .table-comparison>tbody>tr>td .btn-account {
        padding: 8px 12px;
        font-size: 15px
    }
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th:first-child,
    .table-comparison-wrap--fixed .table-comparison>tbody>tr>td:first-child,
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th:nth-child(2),
    .table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(2) {
        max-width: 170px;
        min-width: 170px
    }
}
@media(max-width: 992px) {
    .table-comparison-wrap {
        overflow-x: scroll
    }
    .table-comparison-wrap--fixed .table-comparison:not(.table-comparison--auto)>thead>tr>th.auto {
        align-items: flex-start
    }
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th.auto>div:first-child {
        padding: 0 22px
    }
}
@media(max-width: 991px) {
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th:first-child,
    .table-comparison-wrap--fixed .table-comparison>tbody>tr>td:first-child,
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th:nth-child(2),
    .table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(2) {
        max-width: 200px;
        min-width: 200px
    }
}
@media(max-width: 767px) {
    .table-comparison>tbody>tr>td {
        padding-left: 15px;
        padding-right: 15px
    }
    .table-comparison .tooltip .tooltip-inner,
    .table-comparison .tooltip {
        left: 0 !important
    }
}
@media(max-width: 680px) {
    .table-comparison.table-comparison--auto tr:not(.desktop-hidden) .table-comparison-td.auto {
        min-width: 200px
    }
}
@media(min-width: 480px) {
    .table-comparison .mobile-hidden {
        display: inline
    }
    .table-comparison .desktop-hidden {
        display: none
    }
}
@media(max-width: 480px) {
    .table-comparison .desktop-hidden {
        display: block
    }
    .table-comparison .mobile-hidden {
        display: none
    }
    .table-comparison {
        margin-top: 60px
    }
    .table-comparison-wrap--fixed .table-comparison {
        margin-top: 0
    }
    .table-comparison-wrap {
        margin: 0 -30px 0 0;
        padding-right: 30px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .table-comparison-wrap--fixed {
        margin: 32px -30px 0 0
    }
    .table-comparison-wrap::-webkit-scrollbar {
        display: none
    }
    .table-comparison>tbody>tr>td {
        font-size: 15px;
        line-height: 22px
    }
    .table-comparison>tbody>tr:not(.desktop-hidden)>td:first-child {
        display: none;
        justify-content: center;
        max-width: 200px;
        min-width: 200px;
        padding-left: 15px;
        text-align: center
    }
    .table-comparison>thead>tr>th:first-child {
        display: none;
        max-width: 200px;
        min-width: 200px
    }
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th:first-child,
    .table-comparison-wrap--fixed .table-comparison>tbody>tr>td:first-child,
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th:nth-child(2),
    .table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(2) {
        max-width: 180px;
        min-width: 180px
    }
    .table-comparison-wrap--fixed .table-comparison>thead>tr>th:nth-child(2) {
        border-top: none !important;
        border-right: none;
        border-left: none
    }
    .table-comparison-wrap--fixed .table-comparison>tbody>tr>td:nth-child(2) {
        border-right: none;
        border-left: none
    }
    .table-comparison.table-comparison--auto tr:not(.desktop-hidden) .table-comparison-td.auto {
        min-width: 200px;
        border: none
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .table-comparison .logo-tralert {
        background-image: url("/imgnew/products/tralert/logo-tralert@2x.png")
    }
}
.footer-wrap .s-line-2 {
    display: none
}
.footer-column__related {
    margin-left: 24px
}
.footer-related--build {
    float: right
}
#footer {
    padding: 0px 0 64px 0;
    font-size: 13px;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif
}
#footer a {
    color: #909090;
    text-decoration: none;
    border-bottom: none
}
#footer .navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 55px;
    padding: 0;
    height: 32px
}
#footer .logo-svg {
    margin-right: 10px
}
#footer .copyright {
    color: #A2A2A2;
    font-size: 14px;
    font-family: "PolySans", sans-serif;
    line-height: 20px;
    margin-top: 0
}
#footer .copyright-links {
    z-index: 10
}
#footer .copyright-notice {
    margin-bottom: 8px
}
#footer .copyright a {
    color: #F5F8F7;
    font-weight: 600;
    white-space: nowrap
}
#footer .copyright-data {
    margin-top: 8px
}
#footer .copyright-data .eltima {
    padding-right: 5px
}
#footer a:hover,
#footer a:active,
#footer a:focus {
    color: #fff;
    text-decoration: underline
}
#footer .footer-columns__social-related {
    padding-bottom: 16px;
    padding-top: 32px
}
#footer .footer-columns__social-related .row.flex-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px
}
#footer .footer-columns__social .link-social a.footer--icon {
    display: flex;
    align-items: center;
    line-height: 16px
}
#footer .footer-columns__social .link-social a.footer--icon:hover {
    color: #fff
}
#footer .footer-columns__social .link-social a.footer--icon.footer--linkedin {
    margin-top: -1px
}
#footer .footer-columns__social .link-social a.footer--icon.footer--instagram {
    margin-top: 1px
}
.footer-columns__social .footer--icon:hover svg>path {
    fill: #fff
}
.footer-columns__social ul.list-inline {
    margin-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}
.footer-columns__social ul>li.link-social {
    padding: 0
}
.footer-columns__social ul>li.link-social:not(:last-child) {
    margin-right: 20px
}
#footer .btn,
#footer .btn-group>.btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: none;
    outline: medium none;
    background-color: #d9dede;
    padding: 3px;
    display: inline-block;
    width: 100%
}
#footer .dropdown-menu {
    padding: 5px 8px;
    border-radius: 10px
}
#footer .dropdown-menu>li>a {
    padding: 5px 8px;
    color: #111;
    border-radius: 6px
}
#footer .dropdown-menu a:hover,
#footer .dropdown-menu a:active,
#footer .dropdown-menu a:focus {
    color: #111;
    background-color: #F1F3F4
}
#footer .dropdown-flags {
    position: relative
}
#footer .arround-flags {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 10px;
    width: 128px;
    font-size: 15px;
    font-family: "PolySans", sans-serif;
    line-height: 22px;
    border-radius: 5px;
    border: 0
}
#footer.footer-dark .arround-flags {
    color: #F5F8F7;
    background-color: #303030
}
#footer .arround-flags .planet {
    margin-right: 6px
}
#footer .arround-flags .arow::after {
    position: absolute;
    top: 4px;
    right: 10px;
    display: inline-block;
    font-family: "ElmeticaNew";
    font-style: normal;
    text-align: left;
    font-weight: 300;
    font-size: 11px;
    line-height: 24px;
    content: "r"
}
#footer.footer-dark .arround-flags .arow::after {
    color: #F5F8F7
}
#footer ul.menu-line {
    display: inline-block;
    margin-left: 0px
}
#footer.footer-topmenu-hidden ul.menu-line {
    display: none
}
#footer ul.menu-line>li {
    padding-right: 10px;
    padding-left: 0px
}
#footer .related-pages {
    padding: 0px;
    margin: 0px
}
#footer .related-pages li {
    margin: 0 5px;
    display: inline-block;
    float: left
}
#footer .related-pages a.active {
    color: #000
}
.svg-icon {
    width: 20px;
    height: 20px;
    display: block
}
.svg-icon {
    fill: #555455
}
a:hover .svg-icon {
    fill: #0379ff
}
.fivecolumns {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}
.fivecolumns .span2 {
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: calc(100% / 5)
}
.sixcolumns {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}
.sixcolumns .span2 {
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: calc(100% / 6)
}
#footer-columns {
    display: flex;
    padding-bottom: 64px;
    padding-top: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
}
#footer-columns ul>li {
    list-style: none outside none
}
#footer-columns ul>li:not(:last-child) {
    margin-bottom: 14px
}
#footer-columns .items .item {
    line-height: 22px
}
#footer-columns .title {
    margin-bottom: 13px;
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #909090;
    font-weight: 600;
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif
}
.footer-dark #footer-columns .title {
    color: #F5F8F7
}
#footer-columns .text {
    line-height: 16px;
    font-size: 13px;
    color: #909090;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    display: block
}
#footer-columns .title.noIcon {
    font-weight: normal
}
#footer-columns {
    font-size: 13px;
    color: #909090
}
#footer-columns a {
    color: #909090;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear
}
.footer-dark #footer-columns a {
    color: #F5F8F7;
    font-weight: 300;
    font-size: 15px;
    font-family: "PolySans", sans-serif;
    line-height: 22px
}
#footer-columns .items .item .text>ul {
    margin-left: 0
}
#footer-columns a:hover,
#footer-columns a:active,
#footer-columns a:focus {
    color: #FFF;
    text-decoration: underline
}
#footer #footer-columns .bottom-menu {
    display: none
}
#footer #footer-columns .bottom-menu a {
    color: #F5F8F7;
    font-weight: 300;
    font-size: 15px;
    font-family: "PolySans", sans-serif;
    line-height: 22px
}
#footer .bottom-menu {
    display: flex;
    margin-right: auto;
    list-style-type: none
}
#footer .bottom-menu li:not(:last-child) {
    margin-right: 28px
}
#footer .bottom-menu a {
    color: #F5F8F7;
    font-weight: 600;
    font-size: 15px;
    font-family: "PolySans", sans-serif;
    line-height: 22px
}
#footer .bottom-menu a:hover,
#footer .bottom-menu a:active,
#footer .bottom-menu a:focus {
    text-decoration: underline
}
.fivecolumns .span2:nth-child(6) {
    display: none
}
.footer-collapse .panel-group {
    margin-bottom: 0
}
.footer-collapse .panel-group .panel {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding-bottom: 20px
}
.footer-collapse .panel-default>.panel-heading {
    background-color: transparent;
    color: #F5F8F7;
    border-radius: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12)
}
.footer-collapse .panel-default:first-child>.panel-heading {
    border-top: 0
}
.footer-collapse .panel-default:last-child {
    padding-bottom: 0
}
.footer-collapse .panel-title {
    padding: 5px 0
}
.footer-dark #footer-columns .footer-collapse a {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #F5F8F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none !important
}
.footer-collapse .toggle-link .panel-arrow::before {
    display: inline-block;
    color: #fff;
    font-family: "ElmeticaNew";
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    content: "r";
    margin-left: 8px;
    margin-right: 9px
}
.footer-collapse .toggle-link[aria-expanded="true"] .panel-arrow::before {
    content: "R"
}
.footer-collapse .panel-body {
    border-top: 0 !important;
    padding: 0;
    padding-top: 8px
}
#footer-columns .footer-collapse ul>li:not(:last-child) {
    margin-bottom: 8px
}
.footer-dark #footer-columns .footer-collapse .panel-body ul>li>a {
    padding: 4px 0 6px;
    font-weight: 300
}
.landing #footer ul.menu-line {
    display: none
}
@media (max-width: 1240px) {
    #footer .dropdown-menu {
        left: auto;
        right: 0
    }
}
@media (max-width: 1200px) {
    #footer-columns {
        display: flex;
        flex-direction: column
    }
    #footer .navbar-brand {
        margin-right: 0;
        margin-bottom: 48px
    }
}
@media (max-width: 991px) {
    #footer-columns {
        padding-top: 20px;
        padding-bottom: 48px
    }
    #footer .bottom-menu li:not(:last-child) {
        margin-right: 10px
    }
    #footer .bottom-menu a {
        font-size: 14px
    }
    #footer .footer-columns__social-related .row.flex-center {
        flex-wrap: wrap
    }
    #footer .bottom-menu {
        width: 100%;
        margin-bottom: 35px
    }
    .footer-columns__social--md {
        margin-right: auto
    }
    .footer-column__related {
        margin-left: 0
    }
    #footer.footer-topmenu-hidden ul.menu-line {
        display: inline-block
    }
    #footer.footer-topmenu-hidden .bottom-menu {
        display: none
    }
    #footer .bottom-menu {
        display: none
    }
    .landing #footer .bottom-menu {
        display: flex
    }
}
@media (max-width: 767px) {
    #footer #footer-columns .bottom-menu {
        display: block
    }
    .fivecolumns {
        padding: 0
    }
    .fivecolumns .span2 {
        flex-basis: calc(100% / 3)
    }
    #footer ul.menu-line.list-inline>li:first-of-type {
        padding-left: 0
    }
    #footer .copyright .copyright-data {
        margin-top: 12px
    }
    .fivecolumns .span2 {
        margin: 0 0 30px 0
    }
    #footer .footer-columns__social--md .link-social a.footer--icon {
        font-size: 0
    }
    .footer-columns__social--md ul>li.link-social:not(:last-child) {
        margin-right: 20px
    }
    .footer-columns__social--md .footer--icon svg {
        margin-right: 0
    }
    .fivecolumns .span2:nth-child(6) {
        display: block
    }
}
@media (max-width: 670px) {
    .fivecolumns .span2 {
        flex-basis: calc(100% / 3)
    }
}
@media (min-width: 480px) {
    .footer-columns__social--xs {
        display: none !important
    }
    .footer-columns__social--md {
        display: block
    }
    .footer-columns__social--md ul.list-inline {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    #footer-columns.footer-columns-without--menu {
        padding: 0
    }
}
@media (max-width: 480px) {
    .fivecolumns .span2 {
        flex-basis: calc(100% / 2)
    }
    .footer-columns__social--xs {
        display: none !important
    }
    .footer-columns__social ul.list-inline {
        flex-wrap: nowrap
    }
    .footer-columns__social .link-social {
        display: block;
        margin-bottom: 0
    }
    #footer .footer-related--build {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start
    }
    #footer .arround-flags {
        justify-content: flex-start
    }
    #footer .copyright .copyright-data {
        margin-top: 12px
    }
    #footer .arround-flags.arow::after {
        left: 100px
    }
    #footer-columns.footer-columns-without--menu {
        padding: 0
    }
    #footer-columns.footer-columns-without--menu .fivecolumns .span2 {
        margin-bottom: 0
    }
    #footer .footer-columns__social-related .row.flex-center {
        display: block
    }
    .footer-related--build {
        float: left
    }
    .footer-columns__social ul.list-inline {
        margin-bottom: 22px;
        justify-content: space-between
    }
}
@media (max-width: 390px) {
    #footer .copyright-data ul.menu-line>li:not(:last-child) {
        margin-bottom: 8px
    }
}
@media (max-width: 380px) {
    .landing #footer .bottom-menu {
        flex-direction: column
    }
    .landing #footer .bottom-menu li {
        margin-bottom: 8px;
        margin-right: 0
    }
    .landing #footer .bottom-menu li a {
        display: block;
        padding: 4px 0 6px
    }
}
@media (max-width: 350px) {
    #footer .dropdown-menu {
        left: 0;
        right: auto
    }
}
@media screen and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fivecolumns .span2 {
        flex-basis: calc(100% / 6)
    }
}
@media (max-width: 767px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fivecolumns .span2 {
        flex-basis: calc(100% / 5)
    }
}
@media (max-width: 670px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fivecolumns .span2 {
        flex-basis: calc(100% / 4)
    }
}
@media (max-width: 480px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fivecolumns .span2 {
        flex-basis: calc(100% / 3)
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir='rtl'] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
/* DISABLED FOR LOCAL FILE VIEWING - Font files use absolute paths that don't work with file:// protocol */
/* Browser will automatically fall back to system fonts */
/*
@font-face {
    font-display: swap;
    font-family: ElmeticaNew;
    src: url("/styles_new/ElmeticaNew.eot") format("embedded-opentype");
    src: url("/styles_new/ElmeticaNew.ttf") format("truetype"),
        url("/styles_new/ElmeticaNew.woff") format("woff"),
        url("/styles_new/ElmeticaNew.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    src: local("Manrope"), url(/styles_new/Manrope/Manrope-Variable.ttf) format('truetype-Variable'), url(/styles_new/Manrope/Manrope-Variable.ttf) format("truetype");
    font-weight: 600
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    src: local("Manrope"), url(/styles_new/Manrope/Manrope-Variable.ttf) format('truetype-Variable'), url(/styles_new/Manrope/Manrope-Variable.ttf) format("truetype");
    font-weight: 500
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    src: local("Manrope"), url(/styles_new/Manrope/Manrope-Variable.ttf) format('truetype-Variable'), url(/styles_new/Manrope/Manrope-Variable.ttf) format("truetype");
    font-weight: 400
}
@font-face {
    font-display: swap;
    font-family: "PolySans";
    src: local("PolySans"), url(/styles_new/PolySans/PolySans-Bulky.ttf) format("truetype");
    font-weight: 700
}
@font-face {
    font-display: swap;
    font-family: "PolySans";
    src: local("PolySans"), url(/styles_new/PolySans/PolySans-Median.ttf) format("truetype");
    font-weight: 600
}
@font-face {
    font-display: swap;
    font-family: "PolySans";
    src: local("PolySans"), url(/styles_new/PolySans/PolySans-Neutral.ttf) format("truetype");
    font-weight: 500
}
@font-face {
    font-display: swap;
    font-family: "PolySans";
    src: local("PolySans"), url(/styles_new/PolySans/PolySans-Slim.ttf) format("truetype");
    font-weight: 400
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    src: local("Inter"), url(/styles_new/Inter/Inter-Variable.ttf) format('truetype-Variable'), url(/styles_new/Inter/Inter-Variable.ttf) format("truetype");
    font-weight: 400
}
*/
/* More font-face declarations disabled for local file viewing */
/*
@font-face {
    font-display: swap;
    font-family: "Inter";
    src: local("Inter"), url(/styles_new/Inter/Inter-Variable.ttf) format('truetype-Variable'), url(/styles_new/Inter/Inter-Light.ttf) format("truetype");
    font-weight: 300
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    src: local("Inter"), url(/styles_new/Inter/Inter-Variable.ttf) format('truetype-Variable'), url(/styles_new/Inter/Inter-Medium.ttf) format("truetype");
    font-weight: 500
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    src: local("Inter"), url(/styles_new/Inter/Inter-Variable.ttf) format('truetype-Variable'), url(/styles_new/Inter/Inter-SemiBold.ttf) format("truetype");
    font-weight: 600
}
@font-face {
    font-display: swap;
    font-family: "Inter";
    src: local("Inter"), url(/styles_new/Inter/Inter-Variable.ttf) format('truetype-Variable'), url(/styles_new/Inter/Inter-Bold.ttf) format('truetype');
    font-weight: 700
}
@font-face {
    font-display: swap;
    font-family: "SFProText";
    src: local("SFProText"), url(/styles_new/SFProText/SFProText-Regular.ttf) format("truetype");
    font-weight: 400
}
*/
/* Remaining font-face declarations disabled for local file viewing */
/*
@font-face {
    font-display: swap;
    font-family: "SFProText";
    src: local("SFProText"), url(/styles_new/SFProText/SFProText-Semibold.ttf) format('truetype');
    font-weight: 600
}
@font-face {
    font-display: swap;
    font-family: "SFProText";
    src: local("SFProText"), url(/styles_new/SFProText/SFProText-Heavy.ttf) format('truetype');
    font-weight: 800
}
@media (min-width: 768px) {
    @font-face {
        font-display: swap;
        font-family: "Inter";
        src: local("Inter"), url(/styles_new/Inter/Inter-Variable.ttf) format('truetype-Variable'), url(/styles_new/Inter/Inter-Black.ttf) format('truetype');
        font-weight: 900
    }
    @font-face {
        font-display: swap;
        font-family: "Inter";
        src: local("Inter"), url(/styles_new/Inter/Inter-Variable.ttf) format('truetype-Variable'), url(/styles_new/Inter/Inter-ExtraBold.ttf) format('truetype');
        font-weight: 800
    }
}
*/
.HelveticaNeueBold,
.bold {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold
}
.GothamProRegular {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400
}
.HelveticaNeueRegular {
    font-family: Helvetica, "Inter", Arial, Verdana, sans-serif;
    font-weight: 400
}
.GothamProMedium {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500
}
.GothamProBold {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 700
}
.GothamProExtraBold {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 800
}
.GothamProBlack {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 900
}
.InterSemiBold {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500
}
.fontMedium,
.medium {
    font-weight: 500
}
.PolySansBold {
    font-family: "PolySans", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 600
}