@charset "UTF-8";
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #4dc7a0;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4dc7a0
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #bbb;
    text-align: center;
    font: 0/0 a
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: 0!important;
    border: none!important;
    background: 0 0!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    opacity: .5;
    cursor: default!important;
    background: 0 0!important;
    color: #666!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before,
.fa-vcard:before {
    content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.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
}

.br-theme-bars-horizontal .br-widget {
    width: 120px;
    white-space: nowrap
}

.br-theme-bars-horizontal .br-widget a {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #fbedd9;
    margin: 1px
}

.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #edb867
}

.br-theme-bars-horizontal .br-widget .br-current-rating {
    width: 120px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #edb867
}

.br-theme-bars-horizontal .br-readonly a {
    cursor: default
}

.br-theme-bars-horizontal .br-readonly a.br-active,
.br-theme-bars-horizontal .br-readonly a.br-selected {
    background-color: #f2cd95
}

.br-theme-bars-horizontal .br-readonly .br-current-rating {
    color: #f2cd95
}

@media print {
    .br-theme-bars-horizontal .br-widget a {
        border: 1px solid #b3b3b3;
        background: #fff;
        box-sizing: border-box
    }
    .br-theme-bars-horizontal .br-widget a.br-active,
    .br-theme-bars-horizontal .br-widget a.br-selected {
        border: 1px solid #000;
        background: #fff
    }
    .br-theme-bars-horizontal .br-widget .br-current-rating {
        color: #000
    }
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-BoldItalic.eot);
    src: local("Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url(../fonts/GothamPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-BoldItalic.woff) format("woff"), url(../fonts/GothamPro-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Italic.eot);
    src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url(../fonts/GothamPro-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Italic.woff) format("woff"), url(../fonts/GothamPro-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Medium.eot);
    src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url(../fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Medium.woff) format("woff"), url(../fonts/GothamPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-BlackItalic.eot);
    src: local("Gotham Pro #000 Italic"), local("GothamPro-BlackItalic"), url(../fonts/GothamPro-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-BlackItalic.woff) format("woff"), url(../fonts/GothamPro-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Bold.eot);
    src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url(../fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url(../fonts/GothamProNarrow-Bold.eot);
    src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url(../fonts/GothamProNarrow-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProNarrow-Bold.woff) format("woff"), url(../fonts/GothamProNarrow-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url(../fonts/GothamProNarrow-Medium.eot);
    src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url(../fonts/GothamProNarrow-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProNarrow-Medium.woff) format("woff"), url(../fonts/GothamProNarrow-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-LightItalic.eot);
    src: local("Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url(../fonts/GothamPro-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-LightItalic.woff) format("woff"), url(../fonts/GothamPro-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Light.eot);
    src: local("Gotham Pro Light"), local("GothamPro-Light"), url(../fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Light.woff) format("woff"), url(../fonts/GothamPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Black.eot);
    src: local("Gotham Pro Black"), local("GothamPro-Black"), url(../fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Black.woff) format("woff"), url(../fonts/GothamPro-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro.eot);
    src: local("Gotham Pro"), local("GothamPro"), url(../fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-MediumItalic.eot);
    src: local("Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url(../fonts/GothamPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-MediumItalic.woff) format("woff"), url(../fonts/GothamPro-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    vertical-align: baseline;
	scroll-behavior: smooth;
	scroll-padding: 100px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

:focus {
    outline: 0
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

body {
    font-family: "Gotham Pro"!important;
    font-size: 18px;
    background: #f1f4f9!important;
    color: #000
}

.title-bankspro {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px
}

@media (max-width:991.98px) {
    .title-bankspro {
        font-size: 25px
    }
}

@media (max-width:767.98px) {
    .title-bankspro {
        font-size: 18px;
        text-align: center
    }
}

.title-bankspro__small {
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px
}

@media (max-width:767.98px) {
    .title-bankspro__small {
        font-size: 14px;
        text-align: center
    }
}

.wrapper-bankspro {
    max-width: 1170px;
    margin: 0 auto auto auto;
    padding-top: 120px
}

@media (max-width:1185px) {
    .wrapper-bankspro {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:767.98px) {
    .wrapper-bankspro {
        padding-top: 80px
    }
}

@media (max-width:1169.98px) {
    .not-small {
        display: none!important
    }
}

@media (max-width:767.98px) {
    .not-mobile {
        display: none!important
    }
}

@media (max-width:519.98px) {
    .not-mobile-sm {
        display: none!important
    }
}

@media (max-width:991.98px) {
    .not-mobile-md {
        display: none!important
    }
}

.bankspro-copyright {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px
}

@media (max-width:767.98px) {
    .bankspro-copyright {
        font-size: 11px;
        line-height: 15px;
        margin-top: 16px
    }
}

@media (max-width:1169.98px) {
    .card-bankspro__box-compare {
        display: none
    }
}

.card-bankspro__wrapper {
    margin-top: 30px;
    margin-bottom: 35px
}

@media (max-width:767.98px) {
    .card-bankspro__wrapper {
        margin-bottom: 24px;
        margin-top: 16px
    }
}

.card-bankspro__item {
    background: #fff;
    box-shadow: 0 2px 4px rgba(35, 75, 112, .15);
    border-radius: 5px;
    align-self: center;
    display: grid;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    grid-template-columns: minmax(auto, 145px) minmax(auto, 150px) minmax(auto, 109px) minmax(auto, 85px) minmax(auto, 87px) minmax(auto, 160px) minmax(auto, 57px) minmax(auto, 50px);
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1169.98px) {
    .card-bankspro__item {
        grid-template-columns: minmax(auto, 145px) minmax(auto, 150px) minmax(auto, 90px) minmax(auto, 90px) minmax(auto, 50px) minmax(auto, 80px) minmax(auto, 170px)
    }
}

@media (max-width:991.98px) {
    .card-bankspro__item {
        grid-template-columns: minmax(auto, 145px) minmax(auto, 150px) minmax(auto, 90px) minmax(auto, 90px) minmax(auto, 50px) minmax(auto, 120px)
    }
}

@media (max-width:767.98px) {
    .card-bankspro__item {
        grid-template-columns: minmax(auto, 145px) minmax(auto, 95px) minmax(auto, 90px) minmax(auto, 90px) minmax(auto, 50px) auto;
        grid-gap: 0
    }
}

@media (max-width:519.98px) {
    .card-bankspro__item {
        grid-template-columns: auto;
        grid-gap: 0
    }
}

.card-bankspro__logo {
    display: block;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box
}

@media (max-width:767.98px) {
    .card-bankspro__logo {
        grid-column: 1/span 3;
        grid-row: 1
    }
}

.card-bankspro__logo img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden
}

@media (max-width:767.98px) {
    .card-bankspro__logo img {
        max-width: 90%;
        height: auto
    }
}

@media (max-width:519.98px) {
    .card-bankspro__logo img {
        max-width: 115px;
        height: auto
    }
}

@media (min-width:1169.98px) {
    .card-bankspro__block-title {
        margin-left: -20px
    }
}

@media (max-width:767.98px) {
    .card-bankspro__block-title {
        grid-column: 4/span 3
    }
}

.card-bankspro__block-title_titles {
    word-wrap: break-word;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px
}

@media (max-width:767.98px) {
    .card-bankspro__block-title_titles {
        margin-left: 10px
    }
}

@media (max-width:519.98px) {
    .card-bankspro__block-title_titles {
        margin-left: 0
    }
}

.card-bankspro__docs_titles,
.card-bankspro__rate_titles,
.card-bankspro__sum_titles,
.card-bankspro__time_titles {
    font-size: 14px;
    color: rgba(35, 75, 112, .5);
    margin-bottom: 5px
}

@media (max-width:767.98px) {
    .card-bankspro__docs_titles,
    .card-bankspro__rate_titles,
    .card-bankspro__sum_titles,
    .card-bankspro__time_titles {
        font-size: 12px
    }
}

.card-bankspro__docs_content,
.card-bankspro__rate_content,
.card-bankspro__sum_content,
.card-bankspro__time_content {
    font-size: 16px;
    color: #234b70;
    font-weight: 500
}

@media (max-width:767.98px) {
    .card-bankspro__docs_content,
    .card-bankspro__rate_content,
    .card-bankspro__sum_content,
    .card-bankspro__time_content {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .card-bankspro__time {
        grid-column: 3/span 2;
        grid-row: 2;
        margin-top: 20px;
        -ms-flex-item-align: end;
        align-self: end
    }
}

@media (max-width:767.98px) {
    .card-bankspro__rate {
        grid-column: 5/span 2;
        grid-row: 2;
        text-align: right;
        margin-top: 10px;
        -ms-flex-item-align: end;
        align-self: end
    }
}

@media (max-width:767.98px) {
    .card-bankspro__sum {
        grid-column: 1/span 2;
        grid-row: 2;
        margin-top: 20px
    }
}

@media (max-width:991.98px) {
    .card-bankspro__docs {
        display: none
    }
}

.card-bankspro__compare.inverse {
    color: rgba(35, 75, 112, .5)
}

.card-bankspro__compare.inverse:before {
    display: none
}

@media (max-width:1169.98px) {
    .card-bankspro__compare {
        display: none!important
    }
}

.card-bankspro__favorites.inverse {
    color: rgba(35, 75, 112, .5)
}

.card-bankspro__favorites.inverse:before {
    display: none
}

@media (max-width:1169.98px) {
    .card-bankspro__favorites {
        display: none!important
    }
}

.card-bankspro__orders {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    transition: .2s linear;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.5px solid #fb9023;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    color: #fb9023;
    font-weight: 500
}

@media (max-width:767.98px) {
    .card-bankspro__orders_box {
        grid-column: 1/span 7;
        grid-row: 3;
        margin-top: 20px
    }
}

@media (max-width:767.98px) {
    .card-bankspro__orders {
        height: 32px!important;
        font-size: 16px;
        width: 100%
    }
}

.card-bankspro__orders:hover {
    background: #fb9023;
    color: #fff;
    box-shadow: 0 0 10px #fb9023
}

.card-bankspro__orders:active {
    background: #fb9023;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(35, 75, 112, .15)
}

.card-bankspro__orders span {
    width: 100%
}

.card-bankspro__orders.inverse {
    color: #fff;
    background: #fb9023
}

.card-bankspro__all {
    display: block;
    text-align: center;
    margin-top: 7px;
    font-size: 12px;
    color: #6198cc;
    text-decoration: none
}

@media (max-width:767.98px) {
    .card-bankspro__all {
        display: none
    }
}

.compare-bankspro {
    box-shadow: 0 1px 2px rgba(35, 75, 112, .15);
    border-radius: 5px;
    background: #fff;
    margin-top: 35px
}

.compare-bankspro.none {
    display: none
}

.compare-bankspro__slider_wrapper {
    border-left: 2px solid #eff5fa;
    display: -ms-flexbox;
    display: flex
}

.compare-bankspro__wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 290px) minmax(auto, 880px)
}

@media (max-width:1169.98px) {
    .compare-bankspro__wrapper {
        display: block
    }
}

.compare-bankspro__filter {
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 18px 20px 18px 20px
}

@media (max-width:1169.98px) {
    .compare-bankspro__filter {
        padding: 18px 20px 0 20px
    }
}

.compare-bankspro__filter.mrg {
    padding-top: 60px
}

@media (max-width:1169.98px) {
    .compare-bankspro__filter.mrg {
        padding-top: 39px
    }
}

.compare-bankspro__filter_select-title {
    margin-bottom: 5px;
    font-size: 14px
}

.compare-bankspro__slider {
    box-sizing: border-box;
    text-align: center;
    overflow: hidden
}

.compare-bankspro__slider.four .compare-bankspro__slider_item,
.compare-bankspro__slider.one .compare-bankspro__slider_item,
.compare-bankspro__slider.three .compare-bankspro__slider_item,
.compare-bankspro__slider.two .compare-bankspro__slider_item {
    border-left: 2px solid #eff5fa
}

.compare-bankspro__slider.one {
    grid-template-columns: 1fr;
    display: grid
}

@media (max-width:767.98px) {
    .compare-bankspro__slider.one {
        grid-template-columns: 1fr
    }
    .compare-bankspro__slider.one .compare-bankspro__slider_item {
        border-bottom: 18px solid #eff5fa;
        border-left: 0
    }
}

@media (max-width:1169.98px) {
    .compare-bankspro__slider.one {
        border-top: 2px solid #eff5fa
    }
}

.compare-bankspro__slider.two {
    grid-template-columns: 1fr 1fr;
    display: grid
}

@media (max-width:767.98px) {
    .compare-bankspro__slider.two {
        grid-template-columns: 1fr
    }
    .compare-bankspro__slider.two .compare-bankspro__slider_item {
        border-bottom: 18px solid #eff5fa;
        border-left: 0
    }
}

@media (max-width:1169.98px) {
    .compare-bankspro__slider.two {
        border-top: 2px solid #eff5fa
    }
}

.compare-bankspro__slider.three {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid
}

@media (max-width:767.98px) {
    .compare-bankspro__slider.three {
        grid-template-columns: 1fr
    }
    .compare-bankspro__slider.three .compare-bankspro__slider_item {
        border-bottom: 18px solid #eff5fa;
        border-left: 0
    }
}

@media (max-width:1169.98px) {
    .compare-bankspro__slider.three {
        border-top: 2px solid #eff5fa
    }
}

.compare-bankspro__slider.four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid
}

@media (max-width:767.98px) {
    .compare-bankspro__slider.four {
        grid-template-columns: 1fr
    }
    .compare-bankspro__slider.four .compare-bankspro__slider_item {
        border-bottom: 18px solid #eff5fa;
        border-left: 0
    }
}

@media (max-width:1169.98px) {
    .compare-bankspro__slider.four {
        border-top: 2px solid #eff5fa
    }
}

.compare-bankspro__slider.carusel {
    display: inline-grid
}

.compare-bankspro__slider_item {
    word-wrap: break-word;
    position: relative;
    box-sizing: border-box;
    padding: 48px 20px 48px 20px
}

.compare-bankspro__slider_title {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
    text-decoration: none
}

.compare-bankspro__slider_logo {
    margin-bottom: 14px
}

.compare-bankspro__slider_logo img {
    max-width: 105px;
    display: block;
    margin: 14px auto 102px auto
}

@media (max-width:1169.98px) {
    .compare-bankspro__slider_logo img {
        margin: 14px auto 40px auto
    }
}

.compare-bankspro__slider_info {
    margin-bottom: 35px;
    font-size: 15px;
    color: #6198cc;
    font-weight: 500
}

.compare-bankspro__slider_button {
    max-width: 170px;
    margin: 0 auto
}

.compare-bankspro__slider_item-close {
    position: absolute;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.90771 18.0923L18.0924 1.90768M1.90771 1.90768L18.0924 18.0923L1.90771 1.90768Z' stroke='%23D74733' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 20px;
    top: 16px
}

.compare-bankspro .radio {
    margin-bottom: 10px
}

.compare-bankspro .radio label:before {
    border-radius: 8px
}

.compare-bankspro .radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    padding-left: 25px;
    line-height: 20px
}

.compare-bankspro .radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: rgba(223, 223, 223, .5)
}

.compare-bankspro .radio input[type=radio] {
    display: none
}

.compare-bankspro .radio input[type=radio]:checked+label:before {
    content: "\2022";
    color: #234b70;
    font-size: 30px;
    text-align: center;
    line-height: 15px
}

.compare-bankspro__block-title {
    width: 100%;
    height: 2px;
    border-top: 2px solid #eff5fa;
    margin-top: 35px
}

@media (max-width:1169.98px) {
    .compare-bankspro__block-title {
        display: none
    }
}

.compare-bankspro__block-title_item {
    margin-top: 30px;
    font-weight: 500
}

.owl-theme.owl-carousel.owl-loaded {
    display: -ms-flexbox!important;
    display: flex!important
}

.owl-theme.owl-carousel .owl-stage {
    display: -ms-flexbox!important;
    display: flex!important
}

.owl-theme.owl-carousel .owl-stage-outer {
    display: -ms-flexbox!important;
    display: flex!important
}

.owl-theme .owl-item {
    border-left: 2px solid #eff5fa;
    padding-top: 42px
}

.owl-theme .owl-item:first-child {
    border-left: 0
}

.owl-theme .owl-nav {
    margin-top: 0;
    background: #fff;
    text-align: center;
    position: absolute;
    height: 42px;
    width: 100%;
    border-bottom: 2px solid #eff5fa;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav .arrow-left {
    margin-top: 10px;
    cursor: pointer;
    width: 21px;
    margin-right: 10px;
    height: 22px;
    background: url("data:image/svg+xml;charset=UTF-8, %3csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.0938 19.8594C12.2812 19.6719 12.375 19.3906 12.375 19.0625C12.375 18.7812 12.2344 18.5 12.0469 18.2656L6.42188 12.875H19.875C20.1562 12.875 20.4375 12.7812 20.6719 12.5469C20.8594 12.3594 21 12.0781 21 11.75V10.25C21 9.96875 20.8594 9.6875 20.6719 9.45312C20.4375 9.26562 20.1562 9.125 19.875 9.125H6.42188L12.0469 3.73438C12.2344 3.54688 12.375 3.26562 12.375 2.9375C12.375 2.65625 12.2812 2.375 12.0938 2.14062L11.0156 1.10938C10.7812 0.921875 10.5 0.78125 10.2188 0.78125C9.89062 0.78125 9.60938 0.921875 9.42188 1.10938L0.328125 10.2031C0.09375 10.4375 0 10.7188 0 11C0 11.3281 0.09375 11.6094 0.328125 11.7969L9.42188 20.8906C9.60938 21.125 9.89062 21.2188 10.2188 21.2188C10.5 21.2188 10.7812 21.125 11.0156 20.8906L12.0938 19.8594Z' fill='%23234B70' fill-opacity='0.5'/%3e%3cpath d='M12.0938 19.8594L12.3703 20.1485L12.3766 20.1422L12.0938 19.8594ZM12.0469 18.2656L12.3592 18.0157L12.3427 17.9951L12.3236 17.9768L12.0469 18.2656ZM6.42188 12.875V12.475H5.42637L6.14511 13.1638L6.42188 12.875ZM20.6719 9.45312L20.9842 9.20325L20.9565 9.16854L20.9218 9.14078L20.6719 9.45312ZM6.42188 9.125L6.14511 8.8362L5.42637 9.525H6.42188V9.125ZM12.0469 3.73438L12.3237 4.02324L12.3297 4.01722L12.0469 3.73438ZM12.0938 2.14062L12.4061 1.89075L12.3895 1.86996L12.3702 1.85157L12.0938 2.14062ZM11.0156 1.10938L11.2921 0.820318L11.2793 0.808084L11.2655 0.797028L11.0156 1.10938ZM0.328125 11.7969L0.610968 11.514L0.595302 11.4984L0.578003 11.4845L0.328125 11.7969ZM9.42188 20.8906L9.73422 20.6407L9.72038 20.6234L9.70472 20.6078L9.42188 20.8906ZM11.0156 20.8906L10.7391 20.6015L10.7328 20.6078L11.0156 20.8906ZM12.3766 20.1422C12.6611 19.8577 12.775 19.4609 12.775 19.0625H11.975C11.975 19.3203 11.9014 19.486 11.8109 19.5765L12.3766 20.1422ZM12.775 19.0625C12.775 18.6536 12.5751 18.2856 12.3592 18.0157L11.7345 18.5155C11.8936 18.7144 11.975 18.9089 11.975 19.0625H12.775ZM12.3236 17.9768L6.69864 12.5862L6.14511 13.1638L11.7701 18.5544L12.3236 17.9768ZM6.42188 13.275H19.875V12.475H6.42188V13.275ZM19.875 13.275C20.2507 13.275 20.6375 13.147 20.9547 12.8297L20.389 12.264C20.2375 12.4155 20.0618 12.475 19.875 12.475V13.275ZM20.9547 12.8297C21.21 12.5745 21.4 12.1941 21.4 11.75H20.6C20.6 11.9622 20.5088 12.1443 20.389 12.264L20.9547 12.8297ZM21.4 11.75V10.25H20.6V11.75H21.4ZM21.4 10.25C21.4 9.8411 21.2001 9.47314 20.9842 9.20325L20.3595 9.703C20.5186 9.90186 20.6 10.0964 20.6 10.25H21.4ZM20.9218 9.14078C20.6519 8.92487 20.2839 8.725 19.875 8.725V9.525C20.0286 9.525 20.2231 9.60638 20.422 9.76547L20.9218 9.14078ZM19.875 8.725H6.42188V9.525H19.875V8.725ZM6.69864 9.4138L12.3236 4.02317L11.7701 3.44558L6.14511 8.8362L6.69864 9.4138ZM12.3297 4.01722C12.585 3.76197 12.775 3.38156 12.775 2.9375H11.975C11.975 3.14969 11.8838 3.33178 11.764 3.45153L12.3297 4.01722ZM12.775 2.9375C12.775 2.56692 12.6513 2.19721 12.4061 1.89075L11.7814 2.3905C11.9112 2.55279 11.975 2.74558 11.975 2.9375H12.775ZM12.3702 1.85157L11.2921 0.820318L10.7391 1.39843L11.8173 2.42968L12.3702 1.85157ZM11.2655 0.797028C10.9956 0.581116 10.6277 0.38125 10.2188 0.38125V1.18125C10.3723 1.18125 10.5669 1.26263 10.7657 1.42172L11.2655 0.797028ZM10.2188 0.38125C9.77469 0.38125 9.39428 0.571281 9.13903 0.826532L9.70472 1.39222C9.82447 1.27247 10.0066 1.18125 10.2188 1.18125V0.38125ZM9.13903 0.826532L0.0452823 9.92028L0.610968 10.486L9.70472 1.39222L9.13903 0.826532ZM0.0452823 9.92028C-0.271961 10.2375 -0.4 10.6243 -0.4 11H0.4C0.4 10.8132 0.459461 10.6375 0.610968 10.486L0.0452823 9.92028ZM-0.4 11C-0.4 11.4018 -0.28295 11.8203 0.078247 12.1092L0.578003 11.4845C0.47045 11.3985 0.4 11.2544 0.4 11H-0.4ZM0.0452823 12.0797L9.13903 21.1735L9.70472 20.6078L0.610968 11.514L0.0452823 12.0797ZM9.10953 21.1405C9.39849 21.5017 9.81694 21.6187 10.2188 21.6187V20.8188C9.96431 20.8188 9.82026 20.7483 9.73422 20.6407L9.10953 21.1405ZM10.2188 21.6187C10.5944 21.6187 10.9812 21.4907 11.2985 21.1735L10.7328 20.6078C10.5813 20.7593 10.4056 20.8188 10.2188 20.8188V21.6187ZM11.2921 21.1797L12.3702 20.1484L11.8173 19.5703L10.7391 20.6016L11.2921 21.1797Z' fill='white'/%3e%3c/svg%3e") no-repeat;
    border: 0
}

.owl-theme .owl-nav .arrow-left span {
    display: none
}

.owl-theme .owl-nav .arrow-left:hover {
    background: url("data:image/svg+xml;charset=UTF-8, %3csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.0938 19.8594C12.2812 19.6719 12.375 19.3906 12.375 19.0625C12.375 18.7812 12.2344 18.5 12.0469 18.2656L6.42188 12.875H19.875C20.1562 12.875 20.4375 12.7812 20.6719 12.5469C20.8594 12.3594 21 12.0781 21 11.75V10.25C21 9.96875 20.8594 9.6875 20.6719 9.45312C20.4375 9.26562 20.1562 9.125 19.875 9.125H6.42188L12.0469 3.73438C12.2344 3.54688 12.375 3.26562 12.375 2.9375C12.375 2.65625 12.2812 2.375 12.0938 2.14062L11.0156 1.10938C10.7812 0.921875 10.5 0.78125 10.2188 0.78125C9.89062 0.78125 9.60938 0.921875 9.42188 1.10938L0.328125 10.2031C0.09375 10.4375 0 10.7188 0 11C0 11.3281 0.09375 11.6094 0.328125 11.7969L9.42188 20.8906C9.60938 21.125 9.89062 21.2188 10.2188 21.2188C10.5 21.2188 10.7812 21.125 11.0156 20.8906L12.0938 19.8594Z' fill='%23234B70' fill-opacity='1'/%3e%3cpath d='M12.0938 19.8594L12.3703 20.1485L12.3766 20.1422L12.0938 19.8594ZM12.0469 18.2656L12.3592 18.0157L12.3427 17.9951L12.3236 17.9768L12.0469 18.2656ZM6.42188 12.875V12.475H5.42637L6.14511 13.1638L6.42188 12.875ZM20.6719 9.45312L20.9842 9.20325L20.9565 9.16854L20.9218 9.14078L20.6719 9.45312ZM6.42188 9.125L6.14511 8.8362L5.42637 9.525H6.42188V9.125ZM12.0469 3.73438L12.3237 4.02324L12.3297 4.01722L12.0469 3.73438ZM12.0938 2.14062L12.4061 1.89075L12.3895 1.86996L12.3702 1.85157L12.0938 2.14062ZM11.0156 1.10938L11.2921 0.820318L11.2793 0.808084L11.2655 0.797028L11.0156 1.10938ZM0.328125 11.7969L0.610968 11.514L0.595302 11.4984L0.578003 11.4845L0.328125 11.7969ZM9.42188 20.8906L9.73422 20.6407L9.72038 20.6234L9.70472 20.6078L9.42188 20.8906ZM11.0156 20.8906L10.7391 20.6015L10.7328 20.6078L11.0156 20.8906ZM12.3766 20.1422C12.6611 19.8577 12.775 19.4609 12.775 19.0625H11.975C11.975 19.3203 11.9014 19.486 11.8109 19.5765L12.3766 20.1422ZM12.775 19.0625C12.775 18.6536 12.5751 18.2856 12.3592 18.0157L11.7345 18.5155C11.8936 18.7144 11.975 18.9089 11.975 19.0625H12.775ZM12.3236 17.9768L6.69864 12.5862L6.14511 13.1638L11.7701 18.5544L12.3236 17.9768ZM6.42188 13.275H19.875V12.475H6.42188V13.275ZM19.875 13.275C20.2507 13.275 20.6375 13.147 20.9547 12.8297L20.389 12.264C20.2375 12.4155 20.0618 12.475 19.875 12.475V13.275ZM20.9547 12.8297C21.21 12.5745 21.4 12.1941 21.4 11.75H20.6C20.6 11.9622 20.5088 12.1443 20.389 12.264L20.9547 12.8297ZM21.4 11.75V10.25H20.6V11.75H21.4ZM21.4 10.25C21.4 9.8411 21.2001 9.47314 20.9842 9.20325L20.3595 9.703C20.5186 9.90186 20.6 10.0964 20.6 10.25H21.4ZM20.9218 9.14078C20.6519 8.92487 20.2839 8.725 19.875 8.725V9.525C20.0286 9.525 20.2231 9.60638 20.422 9.76547L20.9218 9.14078ZM19.875 8.725H6.42188V9.525H19.875V8.725ZM6.69864 9.4138L12.3236 4.02317L11.7701 3.44558L6.14511 8.8362L6.69864 9.4138ZM12.3297 4.01722C12.585 3.76197 12.775 3.38156 12.775 2.9375H11.975C11.975 3.14969 11.8838 3.33178 11.764 3.45153L12.3297 4.01722ZM12.775 2.9375C12.775 2.56692 12.6513 2.19721 12.4061 1.89075L11.7814 2.3905C11.9112 2.55279 11.975 2.74558 11.975 2.9375H12.775ZM12.3702 1.85157L11.2921 0.820318L10.7391 1.39843L11.8173 2.42968L12.3702 1.85157ZM11.2655 0.797028C10.9956 0.581116 10.6277 0.38125 10.2188 0.38125V1.18125C10.3723 1.18125 10.5669 1.26263 10.7657 1.42172L11.2655 0.797028ZM10.2188 0.38125C9.77469 0.38125 9.39428 0.571281 9.13903 0.826532L9.70472 1.39222C9.82447 1.27247 10.0066 1.18125 10.2188 1.18125V0.38125ZM9.13903 0.826532L0.0452823 9.92028L0.610968 10.486L9.70472 1.39222L9.13903 0.826532ZM0.0452823 9.92028C-0.271961 10.2375 -0.4 10.6243 -0.4 11H0.4C0.4 10.8132 0.459461 10.6375 0.610968 10.486L0.0452823 9.92028ZM-0.4 11C-0.4 11.4018 -0.28295 11.8203 0.078247 12.1092L0.578003 11.4845C0.47045 11.3985 0.4 11.2544 0.4 11H-0.4ZM0.0452823 12.0797L9.13903 21.1735L9.70472 20.6078L0.610968 11.514L0.0452823 12.0797ZM9.10953 21.1405C9.39849 21.5017 9.81694 21.6187 10.2188 21.6187V20.8188C9.96431 20.8188 9.82026 20.7483 9.73422 20.6407L9.10953 21.1405ZM10.2188 21.6187C10.5944 21.6187 10.9812 21.4907 11.2985 21.1735L10.7328 20.6078C10.5813 20.7593 10.4056 20.8188 10.2188 20.8188V21.6187ZM11.2921 21.1797L12.3702 20.1484L11.8173 19.5703L10.7391 20.6016L11.2921 21.1797Z' fill='white'/%3e%3c/svg%3e") no-repeat
}

@media (max-width:1169.98px) {
    .owl-theme .owl-nav .arrow-left {
        left: 18px;
        position: absolute
    }
}

.owl-theme .owl-nav .arrow-right {
    margin-top: 10px;
    cursor: pointer;
    width: 21px;
    height: 22px;
    background: url("data:image/svg+xml;charset=UTF-8, %3csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.95312 2.14062C8.67188 2.375 8.57812 2.65625 8.57812 2.9375C8.57812 3.26562 8.71875 3.54688 8.95312 3.73438L14.5781 9.125H1.125C0.796875 9.125 0.515625 9.26562 0.328125 9.45312C0.09375 9.6875 0 9.96875 0 10.25V11.75C0 12.0781 0.09375 12.3594 0.328125 12.5469C0.515625 12.7812 0.796875 12.875 1.125 12.875H14.5781L8.95312 18.2656C8.71875 18.5 8.57812 18.7812 8.57812 19.0625C8.57812 19.3906 8.67188 19.6719 8.95312 19.8594L9.98438 20.8906C10.1719 21.125 10.4531 21.2188 10.7812 21.2188C11.0625 21.2188 11.3438 21.125 11.5781 20.8906L20.6719 11.7969C20.8594 11.6094 21 11.3281 21 11C21 10.7188 20.8594 10.4375 20.6719 10.2031L11.5781 1.10938C11.3438 0.921875 11.0625 0.78125 10.7812 0.78125C10.4531 0.78125 10.1719 0.921875 9.98438 1.10938L8.95312 2.14062Z' fill='%23234B70' fill-opacity='0.5'/%3e%3cpath d='M8.95312 2.14062L9.2092 2.44791L9.22314 2.4363L9.23597 2.42347L8.95312 2.14062ZM8.95312 3.73438L9.22989 3.44558L9.21697 3.4332L9.203 3.42203L8.95312 3.73438ZM14.5781 9.125V9.525H15.5736L14.8549 8.8362L14.5781 9.125ZM0.328125 12.5469L0.640473 12.297L0.612708 12.2623L0.578003 12.2345L0.328125 12.5469ZM14.5781 12.875L14.8549 13.1638L15.5736 12.475H14.5781V12.875ZM8.95312 18.2656L8.6763 17.9768L8.67028 17.9828L8.95312 18.2656ZM8.95312 19.8594L9.23597 19.5765L9.20796 19.5485L9.175 19.5266L8.95312 19.8594ZM9.98438 20.8906L10.2967 20.6407L10.2829 20.6234L10.2672 20.6078L9.98438 20.8906ZM20.6719 10.2031L20.9842 9.95325L20.9704 9.93595L20.9547 9.92028L20.6719 10.2031ZM11.5781 1.10938L11.861 0.826532L11.8453 0.810867L11.828 0.797028L11.5781 1.10938ZM8.69705 1.83334C8.31236 2.15391 8.17813 2.55446 8.17813 2.9375H8.97812C8.97812 2.75804 9.03139 2.59609 9.2092 2.44791L8.69705 1.83334ZM8.17813 2.9375C8.17813 3.386 8.3731 3.7826 8.70325 4.04672L9.203 3.42203C9.0644 3.31115 8.97812 3.14525 8.97812 2.9375H8.17813ZM8.67636 4.02317L14.3014 9.4138L14.8549 8.8362L9.22989 3.44558L8.67636 4.02317ZM14.5781 8.725H1.125V9.525H14.5781V8.725ZM1.125 8.725C0.68094 8.725 0.300533 8.91503 0.0452823 9.17028L0.610968 9.73597C0.730717 9.61622 0.91281 9.525 1.125 9.525V8.725ZM0.0452823 9.17028C-0.271961 9.48753 -0.4 9.87431 -0.4 10.25H0.4C0.4 10.0632 0.459461 9.88747 0.610968 9.73597L0.0452823 9.17028ZM-0.4 10.25V11.75H0.4V10.25H-0.4ZM-0.4 11.75C-0.4 12.1518 -0.28295 12.5703 0.078247 12.8592L0.578003 12.2345C0.47045 12.1485 0.4 12.0044 0.4 11.75H-0.4ZM0.0157775 12.7968C0.304735 13.1579 0.723188 13.275 1.125 13.275V12.475C0.870562 12.475 0.726515 12.4046 0.640473 12.297L0.0157775 12.7968ZM1.125 13.275H14.5781V12.475H1.125V13.275ZM14.3014 12.5862L8.67636 17.9768L9.22989 18.5544L14.8549 13.1638L14.3014 12.5862ZM8.67028 17.9828C8.38409 18.269 8.17813 18.6463 8.17813 19.0625H8.97812C8.97812 18.9162 9.05341 18.731 9.23597 18.5485L8.67028 17.9828ZM8.17813 19.0625C8.17813 19.4715 8.30096 19.9053 8.73125 20.1922L9.175 19.5266C9.04279 19.4384 8.97812 19.3097 8.97812 19.0625H8.17813ZM8.67028 20.1422L9.70153 21.1735L10.2672 20.6078L9.23597 19.5765L8.67028 20.1422ZM9.67203 21.1405C9.96099 21.5017 10.3794 21.6187 10.7812 21.6187V20.8188C10.5268 20.8188 10.3828 20.7483 10.2967 20.6407L9.67203 21.1405ZM10.7812 21.6187C11.1569 21.6187 11.5437 21.4907 11.861 21.1735L11.2953 20.6078C11.1438 20.7593 10.9681 20.8188 10.7812 20.8188V21.6187ZM11.861 21.1735L20.9547 12.0797L20.389 11.514L11.2953 20.6078L11.861 21.1735ZM20.9547 12.0797C21.21 11.8245 21.4 11.4441 21.4 11H20.6C20.6 11.2122 20.5088 11.3943 20.389 11.514L20.9547 12.0797ZM21.4 11C21.4 10.5911 21.2001 10.2231 20.9842 9.95325L20.3595 10.453C20.5186 10.6519 20.6 10.8464 20.6 11H21.4ZM20.9547 9.92028L11.861 0.826532L11.2953 1.39222L20.389 10.486L20.9547 9.92028ZM11.828 0.797028C11.5581 0.581116 11.1902 0.38125 10.7812 0.38125V1.18125C10.9348 1.18125 11.1294 1.26263 11.3282 1.42172L11.828 0.797028ZM10.7812 0.38125C10.3372 0.38125 9.95678 0.571281 9.70153 0.826532L10.2672 1.39222C10.387 1.27247 10.5691 1.18125 10.7812 1.18125V0.38125ZM9.70153 0.826532L8.67028 1.85778L9.23597 2.42347L10.2672 1.39222L9.70153 0.826532Z' fill='white'/%3e%3c/svg%3e") no-repeat;
    border: 0
}

.owl-theme .owl-nav .arrow-right span {
    display: none
}

.owl-theme .owl-nav .arrow-right:hover {
    background: url("data:image/svg+xml;charset=UTF-8, %3csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.95312 2.14062C8.67188 2.375 8.57812 2.65625 8.57812 2.9375C8.57812 3.26562 8.71875 3.54688 8.95312 3.73438L14.5781 9.125H1.125C0.796875 9.125 0.515625 9.26562 0.328125 9.45312C0.09375 9.6875 0 9.96875 0 10.25V11.75C0 12.0781 0.09375 12.3594 0.328125 12.5469C0.515625 12.7812 0.796875 12.875 1.125 12.875H14.5781L8.95312 18.2656C8.71875 18.5 8.57812 18.7812 8.57812 19.0625C8.57812 19.3906 8.67188 19.6719 8.95312 19.8594L9.98438 20.8906C10.1719 21.125 10.4531 21.2188 10.7812 21.2188C11.0625 21.2188 11.3438 21.125 11.5781 20.8906L20.6719 11.7969C20.8594 11.6094 21 11.3281 21 11C21 10.7188 20.8594 10.4375 20.6719 10.2031L11.5781 1.10938C11.3438 0.921875 11.0625 0.78125 10.7812 0.78125C10.4531 0.78125 10.1719 0.921875 9.98438 1.10938L8.95312 2.14062Z' fill='%23234B70' fill-opacity='1'/%3e%3cpath d='M8.95312 2.14062L9.2092 2.44791L9.22314 2.4363L9.23597 2.42347L8.95312 2.14062ZM8.95312 3.73438L9.22989 3.44558L9.21697 3.4332L9.203 3.42203L8.95312 3.73438ZM14.5781 9.125V9.525H15.5736L14.8549 8.8362L14.5781 9.125ZM0.328125 12.5469L0.640473 12.297L0.612708 12.2623L0.578003 12.2345L0.328125 12.5469ZM14.5781 12.875L14.8549 13.1638L15.5736 12.475H14.5781V12.875ZM8.95312 18.2656L8.6763 17.9768L8.67028 17.9828L8.95312 18.2656ZM8.95312 19.8594L9.23597 19.5765L9.20796 19.5485L9.175 19.5266L8.95312 19.8594ZM9.98438 20.8906L10.2967 20.6407L10.2829 20.6234L10.2672 20.6078L9.98438 20.8906ZM20.6719 10.2031L20.9842 9.95325L20.9704 9.93595L20.9547 9.92028L20.6719 10.2031ZM11.5781 1.10938L11.861 0.826532L11.8453 0.810867L11.828 0.797028L11.5781 1.10938ZM8.69705 1.83334C8.31236 2.15391 8.17813 2.55446 8.17813 2.9375H8.97812C8.97812 2.75804 9.03139 2.59609 9.2092 2.44791L8.69705 1.83334ZM8.17813 2.9375C8.17813 3.386 8.3731 3.7826 8.70325 4.04672L9.203 3.42203C9.0644 3.31115 8.97812 3.14525 8.97812 2.9375H8.17813ZM8.67636 4.02317L14.3014 9.4138L14.8549 8.8362L9.22989 3.44558L8.67636 4.02317ZM14.5781 8.725H1.125V9.525H14.5781V8.725ZM1.125 8.725C0.68094 8.725 0.300533 8.91503 0.0452823 9.17028L0.610968 9.73597C0.730717 9.61622 0.91281 9.525 1.125 9.525V8.725ZM0.0452823 9.17028C-0.271961 9.48753 -0.4 9.87431 -0.4 10.25H0.4C0.4 10.0632 0.459461 9.88747 0.610968 9.73597L0.0452823 9.17028ZM-0.4 10.25V11.75H0.4V10.25H-0.4ZM-0.4 11.75C-0.4 12.1518 -0.28295 12.5703 0.078247 12.8592L0.578003 12.2345C0.47045 12.1485 0.4 12.0044 0.4 11.75H-0.4ZM0.0157775 12.7968C0.304735 13.1579 0.723188 13.275 1.125 13.275V12.475C0.870562 12.475 0.726515 12.4046 0.640473 12.297L0.0157775 12.7968ZM1.125 13.275H14.5781V12.475H1.125V13.275ZM14.3014 12.5862L8.67636 17.9768L9.22989 18.5544L14.8549 13.1638L14.3014 12.5862ZM8.67028 17.9828C8.38409 18.269 8.17813 18.6463 8.17813 19.0625H8.97812C8.97812 18.9162 9.05341 18.731 9.23597 18.5485L8.67028 17.9828ZM8.17813 19.0625C8.17813 19.4715 8.30096 19.9053 8.73125 20.1922L9.175 19.5266C9.04279 19.4384 8.97812 19.3097 8.97812 19.0625H8.17813ZM8.67028 20.1422L9.70153 21.1735L10.2672 20.6078L9.23597 19.5765L8.67028 20.1422ZM9.67203 21.1405C9.96099 21.5017 10.3794 21.6187 10.7812 21.6187V20.8188C10.5268 20.8188 10.3828 20.7483 10.2967 20.6407L9.67203 21.1405ZM10.7812 21.6187C11.1569 21.6187 11.5437 21.4907 11.861 21.1735L11.2953 20.6078C11.1438 20.7593 10.9681 20.8188 10.7812 20.8188V21.6187ZM11.861 21.1735L20.9547 12.0797L20.389 11.514L11.2953 20.6078L11.861 21.1735ZM20.9547 12.0797C21.21 11.8245 21.4 11.4441 21.4 11H20.6C20.6 11.2122 20.5088 11.3943 20.389 11.514L20.9547 12.0797ZM21.4 11C21.4 10.5911 21.2001 10.2231 20.9842 9.95325L20.3595 10.453C20.5186 10.6519 20.6 10.8464 20.6 11H21.4ZM20.9547 9.92028L11.861 0.826532L11.2953 1.39222L20.389 10.486L20.9547 9.92028ZM11.828 0.797028C11.5581 0.581116 11.1902 0.38125 10.7812 0.38125V1.18125C10.9348 1.18125 11.1294 1.26263 11.3282 1.42172L11.828 0.797028ZM10.7812 0.38125C10.3372 0.38125 9.95678 0.571281 9.70153 0.826532L10.2672 1.39222C10.387 1.27247 10.5691 1.18125 10.7812 1.18125V0.38125ZM9.70153 0.826532L8.67028 1.85778L9.23597 2.42347L10.2672 1.39222L9.70153 0.826532Z' fill='white'/%3e%3c/svg%3e") no-repeat
}

@media (max-width:1169.98px) {
    .owl-theme .owl-nav .arrow-right {
        right: 18px;
        position: absolute
    }
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4dc7a0
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    border: none
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 30px 0 18px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 13px;
    height: 8px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.191 1L6.073 6.135L1 1' stroke='%238AA0B5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat
}

.selectric .button:after {
    display: none
}

.selectric-focus .selectric {
    border-color: #fff
}

.selectric-hover .selectric {
    border-color: #fff
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: 0!important;
    border: none!important;
    background: 0 0!important
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Gotham Pro"!important;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px 10px 10px 25px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    opacity: .5;
    cursor: default!important;
    background: 0 0!important;
    color: #666!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.header-bankspro {
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 120px;
    position: fixed;
    z-index: 5;
    background: #fff;
    width: 100%
}

@media (max-width:767.98px) {
    .header-bankspro {
        height: 50px
    }
}

.header-bankspro__wrapper {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 1200px;
    grid-template-columns: auto auto auto auto auto auto minmax(auto, 110px);
    margin: 0 auto;
    height: 80px;
    grid-gap: 35px
}

@media (max-width:1185px) {
    .header-bankspro__wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:1169.98px) {
    .header-bankspro__wrapper {
        grid-template-columns: minmax(auto, 24px) auto minmax(auto, 110px) minmax(auto, 110px) minmax(auto, 150px);
        box-sizing: border-box
    }
}

@media (max-width:767.98px) {
    .header-bankspro__wrapper {
        grid-template-columns: minmax(auto, 24px) auto minmax(auto, 110px) minmax(auto, 110px);
        grid-gap: 20px
    }
}

@media (max-width:767.98px) {
    .header-bankspro__wrapper {
        height: 50px
    }
}

@media (max-width:519.98px) {
    .header-bankspro__wrapper {
        grid-template-columns: minmax(auto, 24px) auto minmax(auto, 16px) minmax(auto, 17px);
        grid-gap: 20px;
        height: 50px
    }
}

.header-bankspro__logo {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='180' height='40' viewBox='0 0 200 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.7579 4.94482C32.3703 4.94482 33.6735 6.19542 33.6735 7.74278C33.6735 9.29013 32.3703 10.546 30.7579 10.546H16.0526C13.2474 10.546 10.6907 11.6483 8.84081 13.4288C6.9854 15.204 5.83681 17.6522 5.83681 20.3442C5.83681 23.0414 6.9854 25.4896 8.84081 27.2649C10.6907 29.0454 13.2474 30.1476 16.0526 30.1476H30.7579C32.3703 30.1476 33.6735 31.4035 33.6735 32.9509C33.6735 34.4982 32.3703 35.7488 30.7579 35.7488H16.0526C11.635 35.7488 7.62044 34.016 4.71031 31.2286C1.80571 28.436 0 24.5835 0 20.3442C0 16.1101 1.80571 12.2577 4.71031 9.465C7.62044 6.67765 11.635 4.94482 16.0526 4.94482H30.7579Z' fill='%236198CC'/%3e%3cpath d='M44.0328 1.39986C44.8335 0.0644685 46.6116 -0.396558 48.0032 0.371819C49.3947 1.1402 49.8752 2.84652 49.0745 4.17661L39.8526 19.5018C39.5323 20.037 39.5323 20.6464 39.8526 21.1816L46.0925 31.5467C46.8988 32.8821 46.4239 34.5938 45.0323 35.3674C43.6407 36.1411 41.8571 35.6854 41.0509 34.35L33.1378 21.1922C32.8175 20.657 32.8175 20.0476 33.1378 19.5124L44.0328 1.39986Z' fill='%23234B70'/%3e%3cpath d='M23.1763 17.5464C24.7887 17.5464 26.0919 18.8023 26.0919 20.3443C26.0919 21.8917 24.7887 23.1476 23.1763 23.1476H13.6562C12.0493 23.1476 10.7406 21.8917 10.7406 20.3443C10.7406 18.8023 12.0493 17.5464 13.6562 17.5464H23.1763Z' fill='%23FB9023'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.9952 16.1122C67.7108 16.1122 70.0967 14.8886 71.4796 12.9281C71.5441 12.8446 71.5656 12.7473 71.5441 12.643C71.5154 12.5388 71.4581 12.4553 71.3578 12.4067L68.936 11.0371C68.764 10.9467 68.5491 10.9884 68.4344 11.1483C67.7179 12.1425 66.4497 12.7265 64.9952 12.7265C62.2295 12.7265 60.4382 10.9259 60.4382 8.21452C60.4382 5.50319 62.2295 3.70259 64.9952 3.70259C66.4569 3.70259 67.7036 4.28657 68.4344 5.28767C68.5491 5.44062 68.764 5.48928 68.936 5.39195L71.3578 4.02934C71.4509 3.97372 71.5154 3.89725 71.5369 3.79296C71.5656 3.68868 71.5441 3.59135 71.4796 3.50097C70.0752 1.54742 67.6893 0.316895 64.9952 0.316895C60.2805 0.316895 56.8628 3.7443 56.8628 8.21452C56.8628 12.6847 60.2805 16.1122 64.9952 16.1122ZM80.2282 5.2251L78.3724 11.1066C78.3509 11.1831 78.2793 11.2318 78.2005 11.2387C78.1145 11.2387 78.0428 11.19 78.0142 11.1205L75.707 5.1973C75.6497 5.0513 75.5136 4.96092 75.3559 4.96092H72.5974C72.4684 4.96092 72.3609 5.01654 72.2893 5.12082C72.2104 5.2251 72.1961 5.35024 72.2463 5.46843L76.3949 15.5421C76.4092 15.5907 76.4092 15.6394 76.3877 15.6881C75.922 16.6822 75.2843 17.0437 74.059 17.0994C73.8513 17.1133 73.6936 17.2732 73.6936 17.4678V19.7898C73.6936 19.9914 73.8656 20.1583 74.0734 20.1583C76.7889 20.1722 78.8668 18.7818 80.0634 15.4795L83.7104 5.45452C83.7534 5.33634 83.7391 5.21815 83.6603 5.12082C83.5886 5.01654 83.4812 4.96092 83.3522 4.96092H80.5936C80.4217 4.96092 80.2784 5.0652 80.2282 5.2251ZM95.2463 4.96092H85.4946C85.2868 4.96092 85.1148 5.12777 85.1148 5.32939V15.4378C85.1148 15.6394 85.2868 15.8063 85.4946 15.8063H88.0955C88.3033 15.8063 88.4681 15.6394 88.4681 15.4378V8.17976C88.4681 8.08243 88.5541 7.99901 88.6615 7.99901H92.0793C92.1868 7.99901 92.2727 8.08243 92.2727 8.17976V15.4378C92.2727 15.6394 92.4447 15.8063 92.6525 15.8063H95.2463C95.454 15.8063 95.626 15.6394 95.626 15.4378V5.32939C95.626 5.12777 95.454 4.96092 95.2463 4.96092ZM101.365 11.6836H108.702C108.889 11.6836 109.046 11.5585 109.075 11.3777C109.125 11.0579 109.154 10.7242 109.154 10.3836C109.154 7.10913 106.739 4.65503 103.472 4.65503C99.9394 4.65503 97.5248 7.15085 97.5248 10.3836C97.5248 13.6163 99.8964 16.1122 103.715 16.1122C105.671 16.1122 107.226 15.4726 108.315 14.2212C108.387 14.1377 108.416 14.0335 108.394 13.9222C108.38 13.811 108.315 13.7206 108.215 13.665L106.159 12.5179C106.015 12.4414 105.843 12.4553 105.722 12.5596C105.256 12.942 104.561 13.2062 103.766 13.2062C102.633 13.2062 101.681 12.8794 101.2 11.9548C101.165 11.8922 101.172 11.8296 101.208 11.774C101.243 11.7184 101.301 11.6836 101.365 11.6836ZM101.093 9.00707C101.458 8.06158 102.275 7.54017 103.45 7.54017C104.389 7.54017 105.32 7.93644 105.736 9.00707C105.757 9.06964 105.75 9.12525 105.714 9.18087C105.679 9.22954 105.621 9.25734 105.557 9.25734H101.272C101.208 9.25734 101.15 9.22954 101.114 9.18087C101.079 9.12525 101.071 9.06964 101.093 9.00707ZM117.738 4.65503C116.441 4.65503 115.445 5.03044 114.721 5.67004C114.664 5.71871 114.585 5.73261 114.513 5.69785C114.449 5.67004 114.406 5.60747 114.406 5.531V5.32939C114.406 5.12777 114.234 4.96092 114.026 4.96092H111.432C111.217 4.96092 111.052 5.12777 111.052 5.32939V19.7759C111.052 19.9775 111.217 20.1444 111.432 20.1444H114.026C114.234 20.1444 114.406 19.9775 114.406 19.7759V15.2362C114.406 15.1667 114.449 15.1041 114.513 15.0693C114.585 15.0415 114.664 15.0554 114.721 15.1041C115.445 15.7367 116.441 16.1122 117.738 16.1122C120.661 16.1122 123.076 13.6163 123.076 10.3836C123.076 7.15085 120.661 4.65503 117.738 4.65503ZM117.064 13.0324C115.524 13.0324 114.406 12.0104 114.406 10.3836C114.406 8.75679 115.524 7.74178 117.064 7.74178C118.604 7.74178 119.722 8.75679 119.722 10.3836C119.722 12.0104 118.604 13.0324 117.064 13.0324ZM136.446 4.96092H133.816C133.68 4.96092 133.565 5.02349 133.494 5.13473L131.065 8.81936C131.029 8.87498 130.971 8.90278 130.9 8.90278C130.835 8.90278 130.778 8.87498 130.742 8.81936L128.306 5.13473C128.234 5.02349 128.12 4.96092 127.991 4.96092H125.354C125.146 4.96092 124.981 5.12777 124.981 5.32939V15.4378C124.981 15.6394 125.146 15.8063 125.354 15.8063H127.819C128.027 15.8063 128.199 15.6394 128.199 15.4378V10.8355C128.199 10.7521 128.249 10.6825 128.335 10.6617C128.414 10.6339 128.5 10.6686 128.55 10.7381L130.585 13.811C130.656 13.9153 130.771 13.9778 130.9 13.9778C131.036 13.9778 131.151 13.9153 131.222 13.811L133.257 10.7381C133.307 10.6686 133.386 10.6339 133.472 10.6617C133.551 10.6825 133.608 10.7521 133.608 10.8355V15.4378C133.608 15.6394 133.78 15.8063 133.988 15.8063H136.446C136.653 15.8063 136.825 15.6394 136.825 15.4378V5.32939C136.825 5.12777 136.653 4.96092 136.446 4.96092ZM147.401 5.32939V5.531C147.401 5.60747 147.358 5.67004 147.286 5.69785C147.215 5.73261 147.143 5.71871 147.086 5.67004C146.362 5.03044 145.366 4.65503 144.069 4.65503C141.139 4.65503 138.724 7.15085 138.724 10.3836C138.724 13.6163 141.139 16.1122 144.069 16.1122C145.366 16.1122 146.362 15.7367 147.086 15.1041C147.143 15.0554 147.215 15.0415 147.286 15.0693C147.358 15.1041 147.401 15.1667 147.401 15.2362V15.4378C147.401 15.6394 147.573 15.8063 147.781 15.8063H150.375C150.582 15.8063 150.754 15.6394 150.754 15.4378V5.32939C150.754 5.12777 150.582 4.96092 150.375 4.96092H147.781C147.573 4.96092 147.401 5.12777 147.401 5.32939ZM144.743 13.0324C143.195 13.0324 142.077 12.0104 142.077 10.3836C142.077 8.75679 143.195 7.74178 144.743 7.74178C146.283 7.74178 147.401 8.75679 147.401 10.3836C147.401 12.0104 146.283 13.0324 144.743 13.0324ZM159.897 4.65503C158.6 4.65503 157.604 5.03044 156.88 5.67004C156.823 5.71871 156.752 5.73261 156.68 5.69785C156.608 5.67004 156.565 5.60747 156.565 5.531V5.32939C156.565 5.12777 156.393 4.96092 156.185 4.96092H153.592C153.384 4.96092 153.212 5.12777 153.212 5.32939V19.7759C153.212 19.9775 153.384 20.1444 153.592 20.1444H156.185C156.393 20.1444 156.565 19.9775 156.565 19.7759V15.2362C156.565 15.1667 156.608 15.1041 156.68 15.0693C156.752 15.0415 156.823 15.0554 156.88 15.1041C157.604 15.7367 158.6 16.1122 159.897 16.1122C162.828 16.1122 165.242 13.6163 165.242 10.3836C165.242 7.15085 162.828 4.65503 159.897 4.65503ZM159.223 13.0324C157.683 13.0324 156.565 12.0104 156.565 10.3836C156.565 8.75679 157.683 7.74178 159.223 7.74178C160.771 7.74178 161.889 8.75679 161.889 10.3836C161.889 12.0104 160.771 13.0324 159.223 13.0324ZM177.416 15.2223L173.776 10.4948C173.726 10.4253 173.726 10.3419 173.776 10.2724L177.323 5.5449C177.409 5.43367 177.416 5.28767 177.351 5.16253C177.287 5.0374 177.158 4.96092 177.014 4.96092H174.048C173.919 4.96092 173.804 5.01654 173.733 5.12082L170.838 9.22258C170.795 9.2921 170.709 9.31991 170.63 9.2921C170.544 9.27125 170.494 9.20173 170.494 9.1183V5.32939C170.494 5.12777 170.322 4.96092 170.114 4.96092H167.521C167.313 4.96092 167.141 5.12777 167.141 5.32939V15.4378C167.141 15.6394 167.313 15.8063 167.521 15.8063H170.114C170.322 15.8063 170.494 15.6394 170.494 15.4378V11.5794C170.494 11.5029 170.544 11.4334 170.623 11.4056C170.702 11.3847 170.788 11.4056 170.838 11.4751L173.955 15.6533C174.034 15.7576 174.141 15.8063 174.263 15.8063H177.115C177.258 15.8063 177.387 15.7298 177.451 15.6046C177.516 15.4795 177.509 15.3335 177.416 15.2223ZM181.715 11.6836H189.045C189.231 11.6836 189.389 11.5585 189.417 11.3777C189.467 11.0579 189.496 10.7242 189.496 10.3836C189.496 7.10913 187.081 4.65503 183.814 4.65503C180.289 4.65503 177.874 7.15085 177.874 10.3836C177.874 13.6163 180.239 16.1122 184.065 16.1122C186.014 16.1122 187.569 15.4726 188.658 14.2212C188.737 14.1377 188.765 14.0335 188.744 13.9222C188.722 13.811 188.658 13.7206 188.557 13.665L186.501 12.5179C186.358 12.4414 186.193 12.4553 186.064 12.5596C185.605 12.942 184.91 13.2062 184.108 13.2062C182.983 13.2062 182.023 12.8794 181.543 11.9548C181.514 11.8922 181.514 11.8296 181.55 11.774C181.586 11.7184 181.643 11.6836 181.715 11.6836ZM181.442 9.00707C181.808 8.06158 182.618 7.54017 183.793 7.54017C184.731 7.54017 185.67 7.93644 186.085 9.00707C186.107 9.06964 186.1 9.12525 186.057 9.18087C186.021 9.22954 185.971 9.25734 185.906 9.25734H181.622C181.557 9.25734 181.5 9.22954 181.464 9.18087C181.428 9.12525 181.421 9.06964 181.442 9.00707ZM199.62 4.96092H190.32C190.112 4.96092 189.94 5.12777 189.94 5.32939V7.72092C189.94 7.92253 190.112 8.08243 190.32 8.08243H193.129C193.236 8.08243 193.322 8.16586 193.322 8.27014V15.4378C193.322 15.6394 193.487 15.8063 193.695 15.8063H196.296C196.504 15.8063 196.675 15.6394 196.675 15.4378V8.27014C196.675 8.16586 196.754 8.08243 196.862 8.08243H199.62C199.835 8.08243 200 7.92253 200 7.72092V5.32939C200 5.12777 199.835 4.96092 199.62 4.96092Z' fill='%23234B70'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.1555 35.1939L63.5093 30.5779C63.459 30.5168 63.4519 30.4285 63.5021 30.3674L67.0622 25.7447C67.1483 25.6361 67.1555 25.4935 67.0909 25.3713C67.0263 25.2491 66.8971 25.1745 66.7536 25.1745H63.782C63.6528 25.1745 63.538 25.2356 63.4662 25.3306L60.5665 29.3356C60.5162 29.4035 60.4373 29.4307 60.3511 29.4035C60.2722 29.3831 60.2219 29.3153 60.2219 29.2338V25.5342C60.2219 25.3374 60.0497 25.1745 59.8415 25.1745H57.2432C57.0351 25.1745 56.8628 25.3374 56.8628 25.5342V35.4043C56.8628 35.6079 57.0351 35.7641 57.2432 35.7641H59.8415C60.0497 35.7641 60.2219 35.6079 60.2219 35.4043V31.6436C60.2219 31.5622 60.2722 31.4943 60.3511 31.4671C60.4301 31.4468 60.5162 31.4739 60.5665 31.535L63.6887 35.6215C63.7605 35.7165 63.8682 35.7641 63.9974 35.7641H66.8541C66.9976 35.7641 67.1268 35.6962 67.1914 35.5672C67.256 35.445 67.2416 35.3025 67.1555 35.1939ZM75.539 24.8826C74.2398 24.8826 73.2421 25.2423 72.5172 25.8669C72.4598 25.9144 72.3808 25.928 72.3162 25.894C72.2445 25.8669 72.2014 25.8058 72.2014 25.7311V25.5342C72.2014 25.3374 72.0291 25.1745 71.821 25.1745H69.2227C69.0145 25.1745 68.8423 25.3374 68.8423 25.5342V39.6401C68.8423 39.8438 69.0145 39.9999 69.2227 39.9999H71.821C72.0291 39.9999 72.2014 39.8438 72.2014 39.6401V35.2142C72.2014 35.1395 72.2445 35.0785 72.3162 35.0445C72.3808 35.0174 72.4598 35.0309 72.5172 35.0785C73.2421 35.6962 74.2398 36.0627 75.539 36.0627C78.4746 36.0627 80.8935 33.6258 80.8935 30.4693C80.8935 27.3127 78.4746 24.8826 75.539 24.8826ZM74.8643 33.0556C73.3211 33.0556 72.2014 32.0577 72.2014 30.4693C72.2014 28.8808 73.3211 27.8897 74.8643 27.8897C76.4147 27.8897 77.5344 28.8808 77.5344 30.4693C77.5344 32.0577 76.4147 33.0556 74.8643 33.0556ZM86.0829 31.7454H93.4256C93.6194 31.7454 93.7773 31.6165 93.8061 31.44C93.8563 31.1277 93.8778 30.8087 93.8778 30.4693C93.8778 27.272 91.459 24.8826 88.1931 24.8826C84.6546 24.8826 82.2357 27.3127 82.2357 30.4693C82.2357 33.6258 84.6043 36.0627 88.4372 36.0627C90.3895 36.0627 91.9471 35.4382 93.0381 34.2164C93.117 34.1349 93.1457 34.0331 93.1242 33.9245C93.1026 33.8158 93.0381 33.7276 92.9376 33.6733L90.8776 32.5532C90.734 32.4786 90.5689 32.4921 90.4397 32.594C89.9804 32.9673 89.2841 33.2253 88.4803 33.2253C87.3534 33.2253 86.3916 32.9062 85.9107 32.0034C85.882 31.9423 85.8891 31.8812 85.9178 31.8269C85.9537 31.7726 86.0183 31.7454 86.0829 31.7454ZM85.8102 29.1252C86.1762 28.202 86.9945 27.6997 88.1716 27.6997C89.1047 27.6997 90.045 28.0798 90.4613 29.1252C90.4828 29.1863 90.4756 29.2406 90.4397 29.2949C90.4039 29.3424 90.3464 29.3696 90.2818 29.3696H85.9896C85.925 29.3696 85.8676 29.3424 85.8317 29.2949C85.7958 29.2406 85.7886 29.1863 85.8102 29.1252ZM105.635 32.6211V25.5342C105.635 25.3374 105.463 25.1745 105.254 25.1745H96.9929C96.7848 25.1745 96.6125 25.3374 96.6125 25.5342V29.1388C96.6125 30.8969 96.2967 31.9016 95.7727 32.7162C95.7368 32.7705 95.6794 32.8044 95.6076 32.8044H94.7033C94.4951 32.8044 94.33 32.9605 94.33 33.1574V38.2485C94.33 38.4454 94.4951 38.6015 94.7033 38.6015H97.2154C97.4236 38.6015 97.5958 38.4454 97.5958 38.2485V35.7641H103.819V38.2485C103.819 38.4454 103.991 38.6015 104.199 38.6015H106.711C106.92 38.6015 107.092 38.4454 107.092 38.2485V33.1574C107.092 32.9605 106.92 32.8044 106.711 32.8044H105.829C105.721 32.8044 105.635 32.7229 105.635 32.6211ZM99.3328 32.56C99.6917 31.6504 99.8783 30.5575 99.8783 29.1388V28.1952C99.8783 28.0934 99.9645 28.0119 100.072 28.0119H102.175C102.283 28.0119 102.369 28.0934 102.369 28.1952V32.6211C102.369 32.7229 102.283 32.8044 102.175 32.8044H99.5123C99.4477 32.8044 99.3903 32.7773 99.3544 32.7229C99.3185 32.6754 99.3113 32.6143 99.3328 32.56ZM116.717 25.3034L112.375 30.1027C112.324 30.1638 112.238 30.1842 112.166 30.157C112.087 30.1299 112.044 30.062 112.044 29.9873V25.5342C112.044 25.3374 111.872 25.1745 111.664 25.1745H109.152C108.944 25.1745 108.771 25.3374 108.771 25.5342V35.4043C108.771 35.6079 108.944 35.7641 109.152 35.7641H111.061C111.176 35.7641 111.276 35.7233 111.348 35.6419L115.691 30.8426C115.748 30.7815 115.827 30.7612 115.906 30.7883C115.978 30.8155 116.028 30.8833 116.028 30.958V35.4043C116.028 35.6079 116.2 35.7641 116.408 35.7641H118.921C119.129 35.7641 119.294 35.6079 119.294 35.4043V25.5342C119.294 25.3374 119.129 25.1745 118.921 25.1745H117.011C116.896 25.1745 116.796 25.222 116.717 25.3034ZM130.448 25.1745H121.131C120.923 25.1745 120.751 25.3374 120.751 25.5342V27.8694C120.751 28.0662 120.923 28.2292 121.131 28.2292H123.945C124.045 28.2292 124.132 28.3106 124.132 28.4056V35.4043C124.132 35.6079 124.304 35.7641 124.512 35.7641H127.11C127.326 35.7641 127.491 35.6079 127.491 35.4043V28.4056C127.491 28.3106 127.577 28.2292 127.684 28.2292H130.448C130.656 28.2292 130.828 28.0662 130.828 27.8694V25.5342C130.828 25.3374 130.656 25.1745 130.448 25.1745ZM137.209 36.0627C140.504 36.0627 143.145 33.6258 143.145 30.4693C143.145 27.3127 140.504 24.8826 137.209 24.8826C133.922 24.8826 131.28 27.3127 131.28 30.4693C131.28 33.6258 133.922 36.0627 137.209 36.0627ZM137.209 32.9741C135.759 32.9741 134.64 31.9762 134.64 30.4693C134.64 28.9691 135.759 27.9712 137.209 27.9712C138.666 27.9712 139.786 28.9691 139.786 30.4693C139.786 31.9762 138.666 32.9741 137.209 32.9741ZM153.402 30.3471C154.098 29.8583 154.457 29.1184 154.457 28.2088C154.457 26.4506 153.136 25.1745 150.646 25.1745H145.428C145.219 25.1745 145.047 25.3374 145.047 25.5342V35.4043C145.047 35.6079 145.219 35.7641 145.428 35.7641H151.098C153.581 35.7641 154.902 34.4947 154.902 32.7365C154.902 31.6572 154.364 30.829 153.402 30.3471ZM150.294 27.72C150.897 27.72 151.277 27.9508 151.277 28.4803C151.277 28.9894 150.897 29.1999 150.294 29.1999H148.378C148.27 29.1999 148.184 29.1184 148.184 29.0234V27.8965C148.184 27.8015 148.27 27.72 148.378 27.72H150.294ZM150.646 33.1438H148.378C148.27 33.1438 148.184 33.0624 148.184 32.9605V31.793C148.184 31.6979 148.27 31.6165 148.378 31.6165H150.646C151.234 31.6165 151.636 31.8473 151.636 32.3564C151.636 32.8859 151.234 33.1438 150.646 33.1438Z' fill='%236198CC'/%3e%3c/svg%3e") no-repeat;
    width: 180px;
    height: 40px;
    display: block
}

@media (max-width:767.98px) {
    .header-bankspro__logo {
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='155' height='32' viewBox='0 0 200 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.7579 4.94482C32.3703 4.94482 33.6735 6.19542 33.6735 7.74278C33.6735 9.29013 32.3703 10.546 30.7579 10.546H16.0526C13.2474 10.546 10.6907 11.6483 8.84081 13.4288C6.9854 15.204 5.83681 17.6522 5.83681 20.3442C5.83681 23.0414 6.9854 25.4896 8.84081 27.2649C10.6907 29.0454 13.2474 30.1476 16.0526 30.1476H30.7579C32.3703 30.1476 33.6735 31.4035 33.6735 32.9509C33.6735 34.4982 32.3703 35.7488 30.7579 35.7488H16.0526C11.635 35.7488 7.62044 34.016 4.71031 31.2286C1.80571 28.436 0 24.5835 0 20.3442C0 16.1101 1.80571 12.2577 4.71031 9.465C7.62044 6.67765 11.635 4.94482 16.0526 4.94482H30.7579Z' fill='%236198CC'/%3e%3cpath d='M44.0328 1.39986C44.8335 0.0644685 46.6116 -0.396558 48.0032 0.371819C49.3947 1.1402 49.8752 2.84652 49.0745 4.17661L39.8526 19.5018C39.5323 20.037 39.5323 20.6464 39.8526 21.1816L46.0925 31.5467C46.8988 32.8821 46.4239 34.5938 45.0323 35.3674C43.6407 36.1411 41.8571 35.6854 41.0509 34.35L33.1378 21.1922C32.8175 20.657 32.8175 20.0476 33.1378 19.5124L44.0328 1.39986Z' fill='%23234B70'/%3e%3cpath d='M23.1763 17.5464C24.7887 17.5464 26.0919 18.8023 26.0919 20.3443C26.0919 21.8917 24.7887 23.1476 23.1763 23.1476H13.6562C12.0493 23.1476 10.7406 21.8917 10.7406 20.3443C10.7406 18.8023 12.0493 17.5464 13.6562 17.5464H23.1763Z' fill='%23FB9023'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.9952 16.1122C67.7108 16.1122 70.0967 14.8886 71.4796 12.9281C71.5441 12.8446 71.5656 12.7473 71.5441 12.643C71.5154 12.5388 71.4581 12.4553 71.3578 12.4067L68.936 11.0371C68.764 10.9467 68.5491 10.9884 68.4344 11.1483C67.7179 12.1425 66.4497 12.7265 64.9952 12.7265C62.2295 12.7265 60.4382 10.9259 60.4382 8.21452C60.4382 5.50319 62.2295 3.70259 64.9952 3.70259C66.4569 3.70259 67.7036 4.28657 68.4344 5.28767C68.5491 5.44062 68.764 5.48928 68.936 5.39195L71.3578 4.02934C71.4509 3.97372 71.5154 3.89725 71.5369 3.79296C71.5656 3.68868 71.5441 3.59135 71.4796 3.50097C70.0752 1.54742 67.6893 0.316895 64.9952 0.316895C60.2805 0.316895 56.8628 3.7443 56.8628 8.21452C56.8628 12.6847 60.2805 16.1122 64.9952 16.1122ZM80.2282 5.2251L78.3724 11.1066C78.3509 11.1831 78.2793 11.2318 78.2005 11.2387C78.1145 11.2387 78.0428 11.19 78.0142 11.1205L75.707 5.1973C75.6497 5.0513 75.5136 4.96092 75.3559 4.96092H72.5974C72.4684 4.96092 72.3609 5.01654 72.2893 5.12082C72.2104 5.2251 72.1961 5.35024 72.2463 5.46843L76.3949 15.5421C76.4092 15.5907 76.4092 15.6394 76.3877 15.6881C75.922 16.6822 75.2843 17.0437 74.059 17.0994C73.8513 17.1133 73.6936 17.2732 73.6936 17.4678V19.7898C73.6936 19.9914 73.8656 20.1583 74.0734 20.1583C76.7889 20.1722 78.8668 18.7818 80.0634 15.4795L83.7104 5.45452C83.7534 5.33634 83.7391 5.21815 83.6603 5.12082C83.5886 5.01654 83.4812 4.96092 83.3522 4.96092H80.5936C80.4217 4.96092 80.2784 5.0652 80.2282 5.2251ZM95.2463 4.96092H85.4946C85.2868 4.96092 85.1148 5.12777 85.1148 5.32939V15.4378C85.1148 15.6394 85.2868 15.8063 85.4946 15.8063H88.0955C88.3033 15.8063 88.4681 15.6394 88.4681 15.4378V8.17976C88.4681 8.08243 88.5541 7.99901 88.6615 7.99901H92.0793C92.1868 7.99901 92.2727 8.08243 92.2727 8.17976V15.4378C92.2727 15.6394 92.4447 15.8063 92.6525 15.8063H95.2463C95.454 15.8063 95.626 15.6394 95.626 15.4378V5.32939C95.626 5.12777 95.454 4.96092 95.2463 4.96092ZM101.365 11.6836H108.702C108.889 11.6836 109.046 11.5585 109.075 11.3777C109.125 11.0579 109.154 10.7242 109.154 10.3836C109.154 7.10913 106.739 4.65503 103.472 4.65503C99.9394 4.65503 97.5248 7.15085 97.5248 10.3836C97.5248 13.6163 99.8964 16.1122 103.715 16.1122C105.671 16.1122 107.226 15.4726 108.315 14.2212C108.387 14.1377 108.416 14.0335 108.394 13.9222C108.38 13.811 108.315 13.7206 108.215 13.665L106.159 12.5179C106.015 12.4414 105.843 12.4553 105.722 12.5596C105.256 12.942 104.561 13.2062 103.766 13.2062C102.633 13.2062 101.681 12.8794 101.2 11.9548C101.165 11.8922 101.172 11.8296 101.208 11.774C101.243 11.7184 101.301 11.6836 101.365 11.6836ZM101.093 9.00707C101.458 8.06158 102.275 7.54017 103.45 7.54017C104.389 7.54017 105.32 7.93644 105.736 9.00707C105.757 9.06964 105.75 9.12525 105.714 9.18087C105.679 9.22954 105.621 9.25734 105.557 9.25734H101.272C101.208 9.25734 101.15 9.22954 101.114 9.18087C101.079 9.12525 101.071 9.06964 101.093 9.00707ZM117.738 4.65503C116.441 4.65503 115.445 5.03044 114.721 5.67004C114.664 5.71871 114.585 5.73261 114.513 5.69785C114.449 5.67004 114.406 5.60747 114.406 5.531V5.32939C114.406 5.12777 114.234 4.96092 114.026 4.96092H111.432C111.217 4.96092 111.052 5.12777 111.052 5.32939V19.7759C111.052 19.9775 111.217 20.1444 111.432 20.1444H114.026C114.234 20.1444 114.406 19.9775 114.406 19.7759V15.2362C114.406 15.1667 114.449 15.1041 114.513 15.0693C114.585 15.0415 114.664 15.0554 114.721 15.1041C115.445 15.7367 116.441 16.1122 117.738 16.1122C120.661 16.1122 123.076 13.6163 123.076 10.3836C123.076 7.15085 120.661 4.65503 117.738 4.65503ZM117.064 13.0324C115.524 13.0324 114.406 12.0104 114.406 10.3836C114.406 8.75679 115.524 7.74178 117.064 7.74178C118.604 7.74178 119.722 8.75679 119.722 10.3836C119.722 12.0104 118.604 13.0324 117.064 13.0324ZM136.446 4.96092H133.816C133.68 4.96092 133.565 5.02349 133.494 5.13473L131.065 8.81936C131.029 8.87498 130.971 8.90278 130.9 8.90278C130.835 8.90278 130.778 8.87498 130.742 8.81936L128.306 5.13473C128.234 5.02349 128.12 4.96092 127.991 4.96092H125.354C125.146 4.96092 124.981 5.12777 124.981 5.32939V15.4378C124.981 15.6394 125.146 15.8063 125.354 15.8063H127.819C128.027 15.8063 128.199 15.6394 128.199 15.4378V10.8355C128.199 10.7521 128.249 10.6825 128.335 10.6617C128.414 10.6339 128.5 10.6686 128.55 10.7381L130.585 13.811C130.656 13.9153 130.771 13.9778 130.9 13.9778C131.036 13.9778 131.151 13.9153 131.222 13.811L133.257 10.7381C133.307 10.6686 133.386 10.6339 133.472 10.6617C133.551 10.6825 133.608 10.7521 133.608 10.8355V15.4378C133.608 15.6394 133.78 15.8063 133.988 15.8063H136.446C136.653 15.8063 136.825 15.6394 136.825 15.4378V5.32939C136.825 5.12777 136.653 4.96092 136.446 4.96092ZM147.401 5.32939V5.531C147.401 5.60747 147.358 5.67004 147.286 5.69785C147.215 5.73261 147.143 5.71871 147.086 5.67004C146.362 5.03044 145.366 4.65503 144.069 4.65503C141.139 4.65503 138.724 7.15085 138.724 10.3836C138.724 13.6163 141.139 16.1122 144.069 16.1122C145.366 16.1122 146.362 15.7367 147.086 15.1041C147.143 15.0554 147.215 15.0415 147.286 15.0693C147.358 15.1041 147.401 15.1667 147.401 15.2362V15.4378C147.401 15.6394 147.573 15.8063 147.781 15.8063H150.375C150.582 15.8063 150.754 15.6394 150.754 15.4378V5.32939C150.754 5.12777 150.582 4.96092 150.375 4.96092H147.781C147.573 4.96092 147.401 5.12777 147.401 5.32939ZM144.743 13.0324C143.195 13.0324 142.077 12.0104 142.077 10.3836C142.077 8.75679 143.195 7.74178 144.743 7.74178C146.283 7.74178 147.401 8.75679 147.401 10.3836C147.401 12.0104 146.283 13.0324 144.743 13.0324ZM159.897 4.65503C158.6 4.65503 157.604 5.03044 156.88 5.67004C156.823 5.71871 156.752 5.73261 156.68 5.69785C156.608 5.67004 156.565 5.60747 156.565 5.531V5.32939C156.565 5.12777 156.393 4.96092 156.185 4.96092H153.592C153.384 4.96092 153.212 5.12777 153.212 5.32939V19.7759C153.212 19.9775 153.384 20.1444 153.592 20.1444H156.185C156.393 20.1444 156.565 19.9775 156.565 19.7759V15.2362C156.565 15.1667 156.608 15.1041 156.68 15.0693C156.752 15.0415 156.823 15.0554 156.88 15.1041C157.604 15.7367 158.6 16.1122 159.897 16.1122C162.828 16.1122 165.242 13.6163 165.242 10.3836C165.242 7.15085 162.828 4.65503 159.897 4.65503ZM159.223 13.0324C157.683 13.0324 156.565 12.0104 156.565 10.3836C156.565 8.75679 157.683 7.74178 159.223 7.74178C160.771 7.74178 161.889 8.75679 161.889 10.3836C161.889 12.0104 160.771 13.0324 159.223 13.0324ZM177.416 15.2223L173.776 10.4948C173.726 10.4253 173.726 10.3419 173.776 10.2724L177.323 5.5449C177.409 5.43367 177.416 5.28767 177.351 5.16253C177.287 5.0374 177.158 4.96092 177.014 4.96092H174.048C173.919 4.96092 173.804 5.01654 173.733 5.12082L170.838 9.22258C170.795 9.2921 170.709 9.31991 170.63 9.2921C170.544 9.27125 170.494 9.20173 170.494 9.1183V5.32939C170.494 5.12777 170.322 4.96092 170.114 4.96092H167.521C167.313 4.96092 167.141 5.12777 167.141 5.32939V15.4378C167.141 15.6394 167.313 15.8063 167.521 15.8063H170.114C170.322 15.8063 170.494 15.6394 170.494 15.4378V11.5794C170.494 11.5029 170.544 11.4334 170.623 11.4056C170.702 11.3847 170.788 11.4056 170.838 11.4751L173.955 15.6533C174.034 15.7576 174.141 15.8063 174.263 15.8063H177.115C177.258 15.8063 177.387 15.7298 177.451 15.6046C177.516 15.4795 177.509 15.3335 177.416 15.2223ZM181.715 11.6836H189.045C189.231 11.6836 189.389 11.5585 189.417 11.3777C189.467 11.0579 189.496 10.7242 189.496 10.3836C189.496 7.10913 187.081 4.65503 183.814 4.65503C180.289 4.65503 177.874 7.15085 177.874 10.3836C177.874 13.6163 180.239 16.1122 184.065 16.1122C186.014 16.1122 187.569 15.4726 188.658 14.2212C188.737 14.1377 188.765 14.0335 188.744 13.9222C188.722 13.811 188.658 13.7206 188.557 13.665L186.501 12.5179C186.358 12.4414 186.193 12.4553 186.064 12.5596C185.605 12.942 184.91 13.2062 184.108 13.2062C182.983 13.2062 182.023 12.8794 181.543 11.9548C181.514 11.8922 181.514 11.8296 181.55 11.774C181.586 11.7184 181.643 11.6836 181.715 11.6836ZM181.442 9.00707C181.808 8.06158 182.618 7.54017 183.793 7.54017C184.731 7.54017 185.67 7.93644 186.085 9.00707C186.107 9.06964 186.1 9.12525 186.057 9.18087C186.021 9.22954 185.971 9.25734 185.906 9.25734H181.622C181.557 9.25734 181.5 9.22954 181.464 9.18087C181.428 9.12525 181.421 9.06964 181.442 9.00707ZM199.62 4.96092H190.32C190.112 4.96092 189.94 5.12777 189.94 5.32939V7.72092C189.94 7.92253 190.112 8.08243 190.32 8.08243H193.129C193.236 8.08243 193.322 8.16586 193.322 8.27014V15.4378C193.322 15.6394 193.487 15.8063 193.695 15.8063H196.296C196.504 15.8063 196.675 15.6394 196.675 15.4378V8.27014C196.675 8.16586 196.754 8.08243 196.862 8.08243H199.62C199.835 8.08243 200 7.92253 200 7.72092V5.32939C200 5.12777 199.835 4.96092 199.62 4.96092Z' fill='%23234B70'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.1555 35.1939L63.5093 30.5779C63.459 30.5168 63.4519 30.4285 63.5021 30.3674L67.0622 25.7447C67.1483 25.6361 67.1555 25.4935 67.0909 25.3713C67.0263 25.2491 66.8971 25.1745 66.7536 25.1745H63.782C63.6528 25.1745 63.538 25.2356 63.4662 25.3306L60.5665 29.3356C60.5162 29.4035 60.4373 29.4307 60.3511 29.4035C60.2722 29.3831 60.2219 29.3153 60.2219 29.2338V25.5342C60.2219 25.3374 60.0497 25.1745 59.8415 25.1745H57.2432C57.0351 25.1745 56.8628 25.3374 56.8628 25.5342V35.4043C56.8628 35.6079 57.0351 35.7641 57.2432 35.7641H59.8415C60.0497 35.7641 60.2219 35.6079 60.2219 35.4043V31.6436C60.2219 31.5622 60.2722 31.4943 60.3511 31.4671C60.4301 31.4468 60.5162 31.4739 60.5665 31.535L63.6887 35.6215C63.7605 35.7165 63.8682 35.7641 63.9974 35.7641H66.8541C66.9976 35.7641 67.1268 35.6962 67.1914 35.5672C67.256 35.445 67.2416 35.3025 67.1555 35.1939ZM75.539 24.8826C74.2398 24.8826 73.2421 25.2423 72.5172 25.8669C72.4598 25.9144 72.3808 25.928 72.3162 25.894C72.2445 25.8669 72.2014 25.8058 72.2014 25.7311V25.5342C72.2014 25.3374 72.0291 25.1745 71.821 25.1745H69.2227C69.0145 25.1745 68.8423 25.3374 68.8423 25.5342V39.6401C68.8423 39.8438 69.0145 39.9999 69.2227 39.9999H71.821C72.0291 39.9999 72.2014 39.8438 72.2014 39.6401V35.2142C72.2014 35.1395 72.2445 35.0785 72.3162 35.0445C72.3808 35.0174 72.4598 35.0309 72.5172 35.0785C73.2421 35.6962 74.2398 36.0627 75.539 36.0627C78.4746 36.0627 80.8935 33.6258 80.8935 30.4693C80.8935 27.3127 78.4746 24.8826 75.539 24.8826ZM74.8643 33.0556C73.3211 33.0556 72.2014 32.0577 72.2014 30.4693C72.2014 28.8808 73.3211 27.8897 74.8643 27.8897C76.4147 27.8897 77.5344 28.8808 77.5344 30.4693C77.5344 32.0577 76.4147 33.0556 74.8643 33.0556ZM86.0829 31.7454H93.4256C93.6194 31.7454 93.7773 31.6165 93.8061 31.44C93.8563 31.1277 93.8778 30.8087 93.8778 30.4693C93.8778 27.272 91.459 24.8826 88.1931 24.8826C84.6546 24.8826 82.2357 27.3127 82.2357 30.4693C82.2357 33.6258 84.6043 36.0627 88.4372 36.0627C90.3895 36.0627 91.9471 35.4382 93.0381 34.2164C93.117 34.1349 93.1457 34.0331 93.1242 33.9245C93.1026 33.8158 93.0381 33.7276 92.9376 33.6733L90.8776 32.5532C90.734 32.4786 90.5689 32.4921 90.4397 32.594C89.9804 32.9673 89.2841 33.2253 88.4803 33.2253C87.3534 33.2253 86.3916 32.9062 85.9107 32.0034C85.882 31.9423 85.8891 31.8812 85.9178 31.8269C85.9537 31.7726 86.0183 31.7454 86.0829 31.7454ZM85.8102 29.1252C86.1762 28.202 86.9945 27.6997 88.1716 27.6997C89.1047 27.6997 90.045 28.0798 90.4613 29.1252C90.4828 29.1863 90.4756 29.2406 90.4397 29.2949C90.4039 29.3424 90.3464 29.3696 90.2818 29.3696H85.9896C85.925 29.3696 85.8676 29.3424 85.8317 29.2949C85.7958 29.2406 85.7886 29.1863 85.8102 29.1252ZM105.635 32.6211V25.5342C105.635 25.3374 105.463 25.1745 105.254 25.1745H96.9929C96.7848 25.1745 96.6125 25.3374 96.6125 25.5342V29.1388C96.6125 30.8969 96.2967 31.9016 95.7727 32.7162C95.7368 32.7705 95.6794 32.8044 95.6076 32.8044H94.7033C94.4951 32.8044 94.33 32.9605 94.33 33.1574V38.2485C94.33 38.4454 94.4951 38.6015 94.7033 38.6015H97.2154C97.4236 38.6015 97.5958 38.4454 97.5958 38.2485V35.7641H103.819V38.2485C103.819 38.4454 103.991 38.6015 104.199 38.6015H106.711C106.92 38.6015 107.092 38.4454 107.092 38.2485V33.1574C107.092 32.9605 106.92 32.8044 106.711 32.8044H105.829C105.721 32.8044 105.635 32.7229 105.635 32.6211ZM99.3328 32.56C99.6917 31.6504 99.8783 30.5575 99.8783 29.1388V28.1952C99.8783 28.0934 99.9645 28.0119 100.072 28.0119H102.175C102.283 28.0119 102.369 28.0934 102.369 28.1952V32.6211C102.369 32.7229 102.283 32.8044 102.175 32.8044H99.5123C99.4477 32.8044 99.3903 32.7773 99.3544 32.7229C99.3185 32.6754 99.3113 32.6143 99.3328 32.56ZM116.717 25.3034L112.375 30.1027C112.324 30.1638 112.238 30.1842 112.166 30.157C112.087 30.1299 112.044 30.062 112.044 29.9873V25.5342C112.044 25.3374 111.872 25.1745 111.664 25.1745H109.152C108.944 25.1745 108.771 25.3374 108.771 25.5342V35.4043C108.771 35.6079 108.944 35.7641 109.152 35.7641H111.061C111.176 35.7641 111.276 35.7233 111.348 35.6419L115.691 30.8426C115.748 30.7815 115.827 30.7612 115.906 30.7883C115.978 30.8155 116.028 30.8833 116.028 30.958V35.4043C116.028 35.6079 116.2 35.7641 116.408 35.7641H118.921C119.129 35.7641 119.294 35.6079 119.294 35.4043V25.5342C119.294 25.3374 119.129 25.1745 118.921 25.1745H117.011C116.896 25.1745 116.796 25.222 116.717 25.3034ZM130.448 25.1745H121.131C120.923 25.1745 120.751 25.3374 120.751 25.5342V27.8694C120.751 28.0662 120.923 28.2292 121.131 28.2292H123.945C124.045 28.2292 124.132 28.3106 124.132 28.4056V35.4043C124.132 35.6079 124.304 35.7641 124.512 35.7641H127.11C127.326 35.7641 127.491 35.6079 127.491 35.4043V28.4056C127.491 28.3106 127.577 28.2292 127.684 28.2292H130.448C130.656 28.2292 130.828 28.0662 130.828 27.8694V25.5342C130.828 25.3374 130.656 25.1745 130.448 25.1745ZM137.209 36.0627C140.504 36.0627 143.145 33.6258 143.145 30.4693C143.145 27.3127 140.504 24.8826 137.209 24.8826C133.922 24.8826 131.28 27.3127 131.28 30.4693C131.28 33.6258 133.922 36.0627 137.209 36.0627ZM137.209 32.9741C135.759 32.9741 134.64 31.9762 134.64 30.4693C134.64 28.9691 135.759 27.9712 137.209 27.9712C138.666 27.9712 139.786 28.9691 139.786 30.4693C139.786 31.9762 138.666 32.9741 137.209 32.9741ZM153.402 30.3471C154.098 29.8583 154.457 29.1184 154.457 28.2088C154.457 26.4506 153.136 25.1745 150.646 25.1745H145.428C145.219 25.1745 145.047 25.3374 145.047 25.5342V35.4043C145.047 35.6079 145.219 35.7641 145.428 35.7641H151.098C153.581 35.7641 154.902 34.4947 154.902 32.7365C154.902 31.6572 154.364 30.829 153.402 30.3471ZM150.294 27.72C150.897 27.72 151.277 27.9508 151.277 28.4803C151.277 28.9894 150.897 29.1999 150.294 29.1999H148.378C148.27 29.1999 148.184 29.1184 148.184 29.0234V27.8965C148.184 27.8015 148.27 27.72 148.378 27.72H150.294ZM150.646 33.1438H148.378C148.27 33.1438 148.184 33.0624 148.184 32.9605V31.793C148.184 31.6979 148.27 31.6165 148.378 31.6165H150.646C151.234 31.6165 151.636 31.8473 151.636 32.3564C151.636 32.8859 151.234 33.1438 150.646 33.1438Z' fill='%236198CC'/%3e%3c/svg%3e") no-repeat;
        width: 155px;
        height: 32px
    }
}

.header-bankspro__nav {
    font-size: 16px;
    -ms-flex-item-align: center;
    align-self: center;
    color: #000;
    position: relative;
    display: block;
    text-decoration: none
}

.header-bankspro__nav.active {
    font-weight: 500
}

.header-bankspro__nav.active:before {
    content: "";
    position: absolute;
    bottom: -32px;
    width: 100%;
    height: 4px;
    background: #fb9023;
    cursor: default
}

@media (max-width:1169.98px) {
    .header-bankspro__nav.active:before {
        display: none
    }
}

@media (max-width:1169.98px) {
    .header-bankspro__nav.active {
        border-bottom: 4px solid #fb9023;
        display: inline-block
    }
}

@media (max-width:1169.98px) {
    .header-bankspro__nav {
        margin-bottom: 30px
    }
}

.header-bankspro__compare {
    font-size: 14px;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: none;
    color: #6198cc;
    display: block;
    position: relative
}

.header-bankspro__compare_item {
    line-height: 21px;
    display: inline-block;
    position: relative
}

.header-bankspro__compare_quantity {
    position: absolute;
    min-height: 15px;
    min-width: 15px;
    top: -4px;
    left: -8px;
    background: #d74733;
    border-radius: 500px;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.header-bankspro__compare_item {
    line-height: 21px;
    display: inline-block;
    position: relative
}

.header-bankspro__compare_item:hover {
    border-bottom: none
}

.header-bankspro__compare:before {
    content: "";
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.70444 9.42257C8.70445 9.96547 8.83033 10.5013 9.07256 10.9894C9.31479 11.4775 9.66703 11.9053 10.1026 12.2402C10.5382 12.5751 11.0458 12.8085 11.5869 12.9227C12.128 13.0369 12.6885 13.0289 13.226 12.8993C13.7635 12.7697 14.2639 12.5219 14.6894 12.1746C15.1148 11.8274 15.4542 11.3898 15.6818 10.8949C15.9095 10.4001 16.0194 9.86093 16.0033 9.31827C15.9871 8.77561 15.8454 8.24364 15.5888 7.76262L13.1008 2.75137H13.5183C13.6303 2.75137 13.7378 2.70771 13.817 2.62998C13.8963 2.55226 13.9408 2.44684 13.9408 2.33692V1.64355C13.9408 1.53363 13.8963 1.42821 13.817 1.35049C13.7378 1.27276 13.6303 1.22909 13.5183 1.22909H10.3408C10.263 0.543569 9.2208 0 7.94589 0C6.67098 0 5.6288 0.543569 5.55098 1.22909H2.37353C2.26146 1.22909 2.15399 1.27276 2.07474 1.35049C1.9955 1.42821 1.95098 1.53363 1.95098 1.64355V2.33407C1.95098 2.44399 1.9955 2.5494 2.07474 2.62713C2.15399 2.70485 2.26146 2.74852 2.37353 2.74852H2.90735L0.419346 7.76262C0.0126599 8.52132 -0.103018 9.39795 0.0933358 10.2332C0.289689 11.0685 0.785042 11.8069 1.48937 12.3143C2.1937 12.8217 3.06026 13.0645 3.93156 12.9984C4.80287 12.9323 5.62109 12.5618 6.23753 11.9542C6.78783 11.4152 7.14813 10.7178 7.26588 9.96375C7.38363 9.20972 7.25266 8.43851 6.89207 7.76262L4.40044 2.75137H11.6092L9.11971 7.76262C8.84707 8.27508 8.70461 8.84453 8.70444 9.42257ZM5.98153 8.20632L5.98807 8.2213C6.18817 8.59223 6.29208 9.00578 6.29062 9.42543H1.01716C1.0157 9.00578 1.11961 8.59223 1.31971 8.2213V8.21488L3.64698 3.52321L5.98153 8.20632ZM10.0201 8.2213V8.21488L12.3473 3.52321L14.6746 8.20846L14.6812 8.22344C14.8813 8.59437 14.9852 9.00792 14.9837 9.42757H9.71098C9.71078 9.00615 9.81698 8.59124 10.0201 8.21988V8.2213Z' fill='%236198CC'/%3e%3c/svg%3e") no-repeat;
    width: 17px;
    height: 14px
}

.header-bankspro__select {
    font-size: 14px;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: none;
    color: #6198cc;
    display: block;
    position: relative
}

.header-bankspro__select_quantity {
    position: absolute;
    min-height: 15px;
    min-width: 15px;
    top: -4px;
    left: -8px;
    background: #d74733;
    border-radius: 500px;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.header-bankspro__select_item {
    line-height: 21px;
    display: inline-block;
    position: relative
}

.header-bankspro__select_item:hover {
    border-bottom: none
}

.header-bankspro__select:before {
    content: "";
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.602 13.4574C7.38625 13.4586 7.17737 13.3828 7.01409 13.2442C6.39957 12.7161 5.80774 12.2196 5.28559 11.7816C3.93442 10.7221 2.67232 9.5573 1.51155 8.29838C0.57241 7.30424 0.0350909 6.0069 0.000679691 4.65044C-0.0195211 3.47556 0.411205 2.33632 1.20703 1.45974C1.59323 1.04595 2.06333 0.716321 2.58703 0.492121C3.11073 0.267922 3.67639 0.154123 4.24756 0.158063C5.1141 0.154356 5.95623 0.440153 6.63598 0.968631C7.00459 1.25195 7.32992 1.58584 7.602 1.9601C7.87408 1.58584 8.19941 1.25195 8.56802 0.968631C9.24777 0.440153 10.0899 0.154356 10.9564 0.158063C11.5277 0.154016 12.0936 0.267762 12.6174 0.491965C13.1412 0.716168 13.6115 1.04585 13.9978 1.45974C14.7933 2.33643 15.2237 3.47566 15.2033 4.65044C15.1683 6.00437 14.6322 7.29924 13.6956 8.29222C12.5348 9.55117 11.2727 10.716 9.92154 11.7754C9.39782 12.2142 8.80522 12.7107 8.18991 13.238C8.0275 13.3788 7.81855 13.4568 7.602 13.4574Z' fill='%236198CC'/%3e%3c/svg%3e") no-repeat;
    width: 16px;
    height: 14px
}

.header-bankspro__city {
    font-size: 14px;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: none;
    color: #6198cc;
    display: block;
    position: relative;
    line-height: 21px
}

.header-bankspro__city_item {
    padding-bottom: 2px;
    position: relative
}

.header-bankspro__city:before {
    content: "";
    position: absolute;
    background: url("data:image/svg+xml;charset=UTF-8, %3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.1729 0.859375C12.501 0.722656 12.8291 0.722656 13.1572 0.886719C13.4854 1.05078 13.7041 1.26953 13.8682 1.59766C14.0322 1.92578 14.0322 2.25391 13.8955 2.58203L8.67285 13.957C8.4541 14.3945 8.15332 14.6406 7.74316 14.7227C7.33301 14.8047 6.9502 14.7227 6.62207 14.4766C6.29395 14.2578 6.12988 13.9023 6.12988 13.4375V8.625H1.31738C0.852539 8.625 0.49707 8.46094 0.27832 8.13281C0.0322266 7.80469 -0.0498047 7.42188 0.0322266 7.01172C0.114258 6.60156 0.360352 6.30078 0.797852 6.08203L12.1729 0.859375Z' fill='%236198CC'/%3e%3c/svg%3e") no-repeat;
    width: 14px;
    height: 15px;
    margin-left: -22px;
    vertical-align: middle;
    margin-top: 12px
}

@media (max-width:1169.98px) {
    .header-bankspro__city {
        margin-left: 25px
    }
}

.header-bankspro__city .gpopover {
    background-color: #fff;
    border: 1px solid #fff;
    cursor: default;
    border-radius: 2px;
    box-shadow: 0 3px 4px rgba(35, 75, 112, .15);
    display: none;
    padding: 20px;
    box-sizing: border-box;
    top: 70px!important;
    position: absolute;
    z-index: 998
}

.header-bankspro__city .gpopover .gpopover-arrow {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 999
}

.header-bankspro__city .gpopover .gpopover-arrow-shadow {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 997
}

.header-bankspro__city_input {
    background-color: rgba(223, 223, 223, .25);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.8086 12.8633C13.918 13 14 13.1641 14 13.3281C14 13.5195 13.918 13.6836 13.8086 13.793L13.043 14.5586C12.9062 14.6953 12.7422 14.75 12.5781 14.75C12.3867 14.75 12.2227 14.6953 12.1133 14.5586L9.37891 11.8242C9.24219 11.7148 9.1875 11.5508 9.1875 11.3594V10.9219C8.14844 11.7422 7 12.125 5.6875 12.125C4.64844 12.125 3.69141 11.8789 2.81641 11.3594C1.94141 10.8672 1.25781 10.1836 0.765625 9.30859C0.246094 8.43359 0 7.47656 0 6.4375C0 5.39844 0.246094 4.46875 0.765625 3.59375C1.25781 2.71875 1.94141 2.03516 2.81641 1.51562C3.69141 1.02344 4.64844 0.75 5.6875 0.75C6.72656 0.75 7.65625 1.02344 8.53125 1.51562C9.40625 2.03516 10.0898 2.71875 10.6094 3.59375C11.1016 4.46875 11.375 5.39844 11.375 6.4375C11.375 7.75 10.9648 8.92578 10.1719 9.9375H10.6094C10.7734 9.9375 10.9375 10.0195 11.0742 10.1289L13.8086 12.8633ZM5.6875 9.9375C6.31641 9.9375 6.89062 9.80078 7.4375 9.47266C7.98438 9.17188 8.39453 8.76172 8.72266 8.21484C9.02344 7.66797 9.1875 7.09375 9.1875 6.4375C9.1875 5.80859 9.02344 5.23438 8.72266 4.6875C8.39453 4.14062 7.98438 3.73047 7.4375 3.40234C6.89062 3.10156 6.31641 2.9375 5.6875 2.9375C5.03125 2.9375 4.45703 3.10156 3.91016 3.40234C3.36328 3.73047 2.95312 4.14062 2.65234 4.6875C2.32422 5.23438 2.1875 5.80859 2.1875 6.4375C2.1875 7.09375 2.32422 7.66797 2.65234 8.21484C2.95312 8.76172 3.36328 9.17188 3.91016 9.47266C4.45703 9.80078 5.03125 9.9375 5.6875 9.9375Z' fill='%236198CC'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 30px 7px 10px;
    border: none;
    color: #000
}

.header-bankspro__mobile {
    display: none
}

@media (max-width:1169.98px) {
    .header-bankspro__mobile {
        display: block;
        position: relative
    }
}

.header-bankspro__mobile_menu {
    width: 320px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
    box-sizing: border-box;
    padding: 100px 25px 40px 25px;
    position: fixed;
    background: #fff;
    color: #fff;
    top: 0;
    left: -320px;
    z-index: 170;
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto
}

.header-bankspro__mobile_click {
    display: none
}

@media (max-width:1169.98px) {
    .header-bankspro__mobile_click {
        display: block;
        height: 19px;
        position: relative;
        width: 24px;
        -ms-flex-item-align: center;
        align-self: center;
        cursor: pointer
    }
}

.header-bankspro__mobile_click span {
    border-radius: 4px;
    height: 3px;
    width: 24px;
    display: block;
    background: #fb9023
}

.header-bankspro__mobile_click:before {
    content: "";
    position: absolute;
    border-radius: 4px;
    height: 3px;
    width: 24px;
    top: 8px;
    background: #fb9023
}

.header-bankspro__mobile_click:after {
    content: "";
    position: absolute;
    border-radius: 4px;
    height: 3px;
    width: 24px;
    bottom: 0;
    background: #fb9023
}

.header-bankspro__mobile_close {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.90771 18.0923L18.0924 1.90768M1.90771 1.90768L18.0924 18.0923L1.90771 1.90768Z' stroke='%23FB9023' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 25px;
    cursor: pointer
}

.header-bankspro__popap {
    margin-top: 30px;
    cursor: pointer
}

.header-bankspro__popap-city {
    width: 320px;
    display: none;
    box-sizing: border-box;
    padding: 0 0 16px 0;
    position: fixed;
    background: #fff;
    color: #fff;
    top: 0!important;
    left: -320px;
    z-index: 200;
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto
}

.header-bankspro__popap-city_menu {
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    height: 48px;
    background: #f1f4f9!important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-bankspro__popap-city_select {
    margin-top: 24px;
    padding-left: 25px;
    padding-right: 25px
}

.header-bankspro__popap-city_back {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.0938 19.8594C12.2812 19.6719 12.375 19.3906 12.375 19.0625C12.375 18.7812 12.2344 18.5 12.0469 18.2656L6.42188 12.875H19.875C20.1562 12.875 20.4375 12.7812 20.6719 12.5469C20.8594 12.3594 21 12.0781 21 11.75V10.25C21 9.96875 20.8594 9.6875 20.6719 9.45312C20.4375 9.26562 20.1562 9.125 19.875 9.125H6.42188L12.0469 3.73438C12.2344 3.54688 12.375 3.26562 12.375 2.9375C12.375 2.65625 12.2812 2.375 12.0938 2.14062L11.0156 1.10938C10.7812 0.921875 10.5 0.78125 10.2188 0.78125C9.89062 0.78125 9.60938 0.921875 9.42188 1.10938L0.328125 10.2031C0.09375 10.4375 0 10.7188 0 11C0 11.3281 0.09375 11.6094 0.328125 11.7969L9.42188 20.8906C9.60938 21.125 9.89062 21.2188 10.2188 21.2188C10.5 21.2188 10.7812 21.125 11.0156 20.8906L12.0938 19.8594Z' fill='%23FB9023'/%3e%3c/svg%3e") no-repeat;
    width: 21px;
    height: 22px;
    cursor: pointer
}

.header-bankspro__popap-city_title {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.header-bankspro__popap-city_close {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.90771 18.0923L18.0924 1.90768M1.90771 1.90768L18.0924 18.0923L1.90771 1.90768Z' stroke='%23FB9023' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.offers {
    box-shadow: 0 1px 2px rgba(35, 75, 112, .15);
    border-radius: 5px;
    background: #fff;
    margin-top: 35px;
    box-sizing: border-box;
    padding: 75px 100px 45px 100px
}

@media (max-width:1169.98px) {
    .offers {
        padding: 18px 20px 18px 20px
    }
}

.offers__card {
    display: grid;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 40px;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: minmax(auto, 190px) auto auto auto minmax(auto, 170px)
}

@media (max-width:767.98px) {
    .offers__card {
        grid-template-columns: auto;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media (max-width:767.98px) {
    .offers__logo {
        grid-column: 1/span 2;
        grid-row: 2
    }
}

.offers__logo img {
    max-width: 100%;
    height: auto
}

@media (max-width:767.98px) {
    .offers__logo img {
        height: auto
    }
}

@media (max-width:767.98px) {
    .offers__rating {
        grid-column: 2;
        grid-row: 2;
        display: none
    }
}

.offers__rating_estimate {
    color: #6198cc;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px
}

.offers__rating .gpopover {
    background-color: #eff5fa;
    border: 1px solid #eff5fa;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 998
}

.offers__rating .gpopover .gpopover-arrow {
    border: 8px solid transparent;
    border-bottom-color: #eff5fa;
    border-top-width: 0;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 999
}

.offers__rating .gpopover .gpopover-arrow-shadow {
    border: 8px solid transparent;
    border-bottom-color: #eff5fa;
    border-top-width: 0;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 997
}

.offers__card-info {
    margin-top: 35px;
    background: rgba(97, 152, 204, .1);
    padding: 20px;
    box-sizing: border-box;
    display: grid;
    border-radius: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 90px
}

.offers__card-info__item_titles {
    font-size: 14px;
    color: rgba(35, 75, 112, .5);
    margin-bottom: 5px
}

.offers__card-info__item_content {
    font-size: 16px;
    color: #234b70
}

@media (max-width:767.98px) {
    .offers__card-info__item_content {
        font-size: 13px
    }
}

@media (max-width:991.98px) {
    .offers__card-info__item {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .offers__card-info__item:last-child {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .offers__card-info {
        display: block
    }
}

.offers__section {
    display: grid;
    margin-bottom: 25px;
    margin-top: 40px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 130px;
    grid-template-columns: minmax(auto, 370px) 1fr
}

@media (max-width:991.98px) {
    .offers__section {
        display: block
    }
}

@media (max-width:767.98px) {
    .offers__compare {
        grid-column: 1/span 2;
        grid-row: 1
    }
}

@media (max-width:519.98px) {
    .offers__compare {
        font-size: 12px
    }
}

@media (max-width:767.98px) {
    .offers__orders {
        grid-column: 4/span 2;
        grid-row: 2
    }
}

@media (max-width:767.98px) {
    .offers__favorites {
        grid-column: 4/span 2;
        grid-row: 1
    }
}

@media (max-width:519.98px) {
    .offers__favorites {
        text-align: right;
        font-size: 12px
    }
}

.offers__info-title {
    color: #234b70;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500
}

@media (max-width:767.98px) {
    .offers__info-title {
        font-size: 16px;
        margin-bottom: 12px
    }
}

.offers__info-title_small {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 24px
}

.offers__info-title_small.gray {
    color: rgba(35, 75, 112, .5)
}

.offers__info-title_small.blue {
    color: #6198cc;
    text-decoration: none
}

.offers__info-title_small.right-align {
    text-align: right
}

.offers__info-title_small.normal {
    font-weight: 400
}

@media (max-width:767.98px) {
    .offers__info-title_small {
        font-size: 14px;
        margin-bottom: 12px
    }
}

.offers__info-section {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 16px
}

.offers__info-section b {
    font-weight: 500
}

@media (max-width:767.98px) {
    .offers__info-section {
        font-size: 14px;
        margin-bottom: 12px
    }
}

.offers__info-ul {
    display: grid;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr
}

.br-theme-css-stars .br-widget {
    white-space: nowrap
}

.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 3px
}

.br-theme-css-stars .br-widget a:after {
    content: "\f005";
    font-family: FontAwesome;
    color: #e5e5e5
}

.br-theme-css-stars .br-widget a.br-active:after {
    color: #fb9023
}

.br-theme-css-stars .br-widget a.br-selected:after {
    color: #fb9023
}

.br-theme-css-stars .br-widget .br-current-rating {
    display: none
}

.br-theme-css-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\f005";
        color: #000
    }
    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\f005";
        color: #000
    }
}

.br-theme-fontawesome-stars-o .br-widget {
    height: 28px;
    white-space: nowrap
}

.br-theme-fontawesome-stars-o .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px
}

.br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f006';
    color: #d2d2d2
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: '\f005';
    color: #50e3c2
}

.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: #50e3c2
}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f123';
    color: #50e3c2
}

.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
    display: none
}

.br-theme-fontawesome-stars-o .br-readonly a {
    cursor: default
}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
    display: inline-block;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: FlipH
}

@media print {
    .br-theme-fontawesome-stars-o .br-widget a:after {
        content: '\f006';
        color: #000
    }
    .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
    .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
        content: '\f005';
        color: #000
    }
    .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
        content: '\f123';
        color: #000
    }
}



.quantity_counter {
    line-height: 16px;
}
.title-bankspro > a {
    color: #46638b;
    text-decoration: none;
}
.card-bankspro__item > a {
    color: #46638b;
}
.title-bankspro > a:hover {
    text-decoration: underline;
}
.header-bankspro__logo {
    margin-top: 12px;
}

.compare-bankspro {
    min-height: 400px;
}

.title-bankspro > a {
    color: #46638b;
    text-decoration: none;
}
.card-bankspro__block-title_titles > a {
    color: #46638b;
    text-decoration: none;
}

.gpopover > span {
    font-size: smaller;
}

.breadcrumbs {
    padding: 5px 0 17px 0;
    font-size: 14px;

}

.breadcrumbs a {
    text-decoration: none;
    color: #6198cc;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
.error-title {
    color: red;
}
#box {
    display: flex;
    flex-flow: wrap;
}

.title-bankspro > a {
    color: #46638b;
    text-decoration: none;
}
.card-bankspro__block-title_titles > a {
    color: #46638b;
    text-decoration: none;
}

.compare-bankspro .compare-bankspro__slider_wrapper_none {
    margin-top: 5%;
    border: none;
}