body {
    color: #2f3260;
    font-family: YSans Display
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: YSans Display, sans-serif
}

h1 {
    font-size: 2rem;
    line-height: 3rem
}

h2 {
    font-size: 2rem
}

h4 {
    font-size: 1.3rem
}

p {
    line-height: 1.7rem
}

a {
    text-decoration: none
}

a {
    -webkit-tap-highlight-color: transparent
}

.slick-list:focus,
:focus {
    outline: 0
}

a.button,
header .nav-bar .content .nav ul li a {
    text-transform: uppercase
}

.purple {
    background: #2f3260 !important
}

.purple:hover {
    background: rgba(68, 71, 138, .85) !important
}

.content-mobile {
    display: block
}

@media screen and (min-width:960px) {
    .content-mobile {
        display: none !important
    }
}

header {
    overflow: visible;
    position: relative
}

.eula a {
    color: #2f3260;
    cursor: pointer;
    text-decoration: underline;
}

header.header-background {
    background: url(../images/header-circles.jpg) no-repeat center;
    background-size: cover
}

@media screen and (min-width:960px) {
    header {
        min-height: 550px
    }
}

header .nav-bar {
    width: 100%;
    height: 80px
}

header .nav-bar > .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

header .nav-bar .logo {
    z-index: 10;
    height: 80px;
    width: 200px
}

header .nav-bar .logo img {
    height: 80px
}

@media screen and (min-width:960px) {
    header .nav-bar .logo {
        width: 320px
    }

    header .nav-bar .content .nav ul li a.button {
        font-size: 14px
    }
}

header .nav-bar .content {
    z-index: 100
}

header .nav-bar .content .nav::-webkit-scrollbar {
    display: none
}

header .nav-bar .content .nav ul {
    margin: 0px 0;
    width: 100%;
    padding-left: 0;
    list-style-type: none
}

header .nav-bar .content .nav ul li {
    position: relative;
    text-align: center
}

header .nav-bar .content .nav ul li a {
    display: block;
    padding: 10px 20px;
    width: 100%;
    font-weight: 700
}

header .nav-bar .content .nav .languages-wrapper {
    text-align: right;
    width: 100%
}

.fs-15 {
    font-size: 15px;
}

@media screen and (min-width:960px) {
    header .nav-bar .content .nav {
        position: relative;
        background: 0;
        opacity: 1;
        pointer-events: visible;
        top: auto;
        left: auto;
        height: auto
    }

    header .nav-bar .content .nav .list-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }

    header .nav-bar .content .nav ul:first-child {
        width: calc(100% - 200px)
    }

    header .nav-bar .content .nav ul {
        text-align: right;
        margin: 0
    }

    header .nav-bar .content .nav ul li {
        display: inline
    }

    header .nav-bar .content .nav ul li a:not(.button):not(.dropdown-item-link):not(.wpml-ls-link):hover {
        background: #434c80;
        border-radius: 7px;
        padding: 10px !important
    }

    header .nav-bar .content .nav ul li a:not(.button) {
        font-size: 14px;
        display: inline;
        line-height: 80px
    }

    header .nav-bar .content .nav ul li:last-child a:not(.button) {
        padding-right: 0
    }

    header .nav-bar .content .nav ul li a.button {
        margin-left: 20px
    }
}

@media screen and (min-width:1200px) {
    header {
        min-height: 440px
    }

    header .nav-bar .content .nav .list-wrapper {
        display: flex;
        flex-wrap: nowrap
    }

    header .nav-bar .content .nav ul:first-child {
        text-align: left;
        padding-left: 50px
    }

    header .nav-bar .content .nav ul {
        line-height: 80px
    }

    header .nav-bar .content .nav ul li a:not(.button) {
        padding: 0 10px
    }

    header .nav-bar .content .nav ul li a.button {
        padding: 0 25px
    }
}

header .nav-bar .content .hamburger {
    position: relative;
    float: right;
    z-index: 10;
    height: 14px;
    right: 0;
    margin: 33px 0;
    width: 30px
}

header .body .head.full-w,
header .body .intro-wrapper a.button {
    width: 100%
}

header .nav-bar .content .hamburger .line {
    display: block;
    height: 2px;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    margin-bottom: 8px
}

@media screen and (min-width:960px) {
    header .nav-bar .content .hamburger {
        display: none
    }

    header .nav-bar {
        height: 100px;
        padding: 15px 0
    }
}

header .body {
    position: relative;
    z-index: 1;
    margin-bottom: 100px
}

header .body .screen-image {
    display: none
}

header .body .intro-wrapper h1,
header .body .intro-wrapper p {
    color: #fff
}

header .body .intro-wrapper p {
    margin: 20px 0
}

header .body .head {
    color: #fff
}

header .body .head.head-left {
    text-align: left
}

header .body .head.head-left .product-icon {
    margin: 0 0 45px !important
}

header.product-header .body .head {
    position: relative;
    padding: 50px 0 165px
}

header .body .head .product-icon {
    height: 78px;
    width: 78px;
    display: block;
    margin: 0 auto 45px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    border-radius: 15px
}

.wh-100 {
    width: 100%;
    height: 100%
}

.solutions .logo {
    width: 320px;
    height: 120px;
    display: inline-block;
    margin-right: 100px
}

@media screen and (min-width:768px) {
    header .nav-bar .content .nav {
        overflow-y: visible
    }

    header .intro-wrapper {
        max-width: 360px
    }

    .additional-button,
    header .intro-wrapper a.button {
        width: 270px !important
    }

    header .head {
        text-align: center;
        padding-bottom: 50px
    }
}

@media screen and (min-width:768px) {
    .bt-decrli {
        display: inline-block !important
    }
}

@media screen and (min-width:960px) {
    header .body {
        margin-top: 130px;
        margin-bottom: 0
    }

    header .body > .container {
        display: flex;
        flex-wrap: nowrap
    }

    header .body .intro-wrapper {
        max-width: none;
        width: 580px;
        padding-right: 60px
    }

    header .body .screen-image {
        display: block;
        width: calc(100% - 440px);
        height: 290px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2);
        overflow: hidden;
        background: #120e3c;
        border-radius: 5px;
        border: 2px solid #03021a
    }

    header .body .screen-image img,
    header .body .screen-image video {
        width: 100%
    }

    header .body .head {
        font-weight: 300;
        margin-top: -80px;
        padding-bottom: 150px
    }
}

@media screen and (min-width:1100px) {
    header .body {
        margin-top: 20px
    }

    header .body .screen-image {
        height: 410px
    }
}

.head-overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(39, 45, 133, .85), rgba(26, 53, 111, .8))
}

.t-left {
    text-align: left
}

@media screen and (min-width:1400px) {
    .wide-container {
        width: 1420px !important
    }
}

.more_container {
    display: inline;
}

#disabler {
    position: absolute;
    display: block;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #405075b0;
}

.absolute-center {
    position: absolute;
    top: 45%;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.lblur {
    filter: blur(1px);
}

.blink {
    -webkit-animation: blink1 3s linear infinite;
    animation: blink1 3s linear infinite;
}

@-webkit-keyframes blink1 {
    0% {
        color: rgba(255, 255, 255, 1);
    }

    50% {
        color: rgba(3255, 255, 255, 0);
    }

    100% {
        color: rgba(255, 255, 255, 1);
    }
}

@keyframes blink1 {
    0% {
        color: rgba(255, 255, 255, 1);
    }

    50% {
        color: rgba(255, 255, 255, 0);
    }

    100% {
        color: rgba(255, 255, 255, 1);
    }
}

.feature {
    min-width: 260px !important;
    margin: 0 5px !important;
}

.text-u {
    text-decoration: underline;
}

.icon-text {
    width: 16px;
    height: 16px;
    background-size: 100%;
    display: inline-block;
    top: 4px;
    position: relative;
    margin-right: 5px;
}

.head-overlay img {
    position: absolute;
    left: -10px;
    bottom: -1px;
    width: calc(100% + 30px)
}

.one2015 {
    font-family: OnePlus2015
}

.boldme {
    font-weight: 700
}

.dark-dominanta {
    color: #425277
}

.feature-list .feature {
    width: calc(25% - 30px);
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
    min-height: 190px
}

.d-inline {
    display: inline-block
}

.feature-list {
    padding-top: 35px
}

margin-0 {
    margin: 0
}

.icon {
    display: inline-block;
    position: relative;
    background-size: 25px;
    background-position: left center;
    padding-left: 35px;
    background-repeat: no-repeat
}

.icon h3 {
    line-height: 28px
}

main .row {
    position: relative;
    min-height: 100px;
    background: #fff;
    padding: 15px 0
}

.text-upper {
    text-transform: uppercase
}

main .row.overview {
    background: #405075;
    color: #fff;
    text-align: center;
    margin: 65px 0
}

main .row.overview img {
    position: absolute;
    left: -100px;
    width: calc(100%+200px);
    z-index: 1
}

main .row.overview img.top {
    top: -41px
}

main .row.overview img.bottom {
    bottom: -41px
}

main .row.overview .container {
    z-index: 2
}

main .row.has-image {
    display: none
}

@media screen and (min-width:768px) {
    main .row.has-image {
        display: block
    }
}

main .row .head {
    max-width: 600px;
    margin: 0 auto
}

main .row .head p {
    margin: 0;
    line-height: 14px;
    padding: 5px 0 15px 0
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 15px
}

main .row .container > .image {
    display: none
}

@media screen and (min-width:960px) {
    main .row .container > .image {
        display: block
    }

    main .row .container > .image img {
        width: 100%
    }
}

main .row .container > .content {
    margin-top: 60px
}

main .row .container > .content .image:last-child {
    width: 100%
}

@media screen and (min-width:768px) {
    main .row .container > .content {
        flex-wrap: wrap
    }
}

@media screen and (min-width:960px) {
    main .row .container > .content .image:first-child {
        width: 60%;
        padding-right: 100px
    }

    main .row .container > .content .image:last-child {
        width: 40%
    }
}

main .row .container > .content > .image {
    margin: 100px 0
}

main .row .container > .content > .image a:not(.button) {
    display: block;
    color: #2f3260
}

@media screen and (min-width:768px) {
    main .row .container > .content {
        display: flex
    }
}

main .row .container > .content .tab-images {
    display: none
}

main .row .container > .content .tab-images .browser-window {
    position: relative;
    width: 400px;
    height: 260px;
    overflow: hidden;
    background: 0;
    border-radius: 5px;
    float: right;
    margin: 100px 0;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, .1)
}

main .row .container > .content .tab-images .browser-window img {
    width: 100%;
    height: 34px
}

main .row .container > .content .tab-images .browser-window .video {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

main .row .container > .content .tab-images .browser-window .video video {
    width: 100%;
    height: auto
}

@media screen and (min-width:1200px) {
    main .row .container > .content .tab-images .browser-window {
        height: 395px;
        width: 600px
    }

    main .row .container > .content .tab-images .browser-window img {
        height: 50px
    }

    main .row .container > .content .tab-images .browser-window .video {
        top: 48px
    }
}

main .row .container > .content .list-sidebar {
    width: 100%;
    margin: 60px 0
}

main .row .container > .content .list-sidebar ul {
    list-style-type: none;
    padding: 0
}

main .row .container > .content .list-sidebar ul li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #eaefef;
    cursor: pointer
}

@media screen and (max-width:959px) {
    main .row .container > .content .list-sidebar ul li p {
        display: inline-block !important
    }
}

main .row .container > .content .list-sidebar ul li h4 {
    position: relative;
    transition: color .3s;
    margin: 10px 0
}

main .row .container > .content .list-sidebar ul li h4 span {
    transition: padding-left .2s ease-out
}

main .row .container > .content .list-sidebar ul li svg {
    position: absolute;
    top: 6px;
    left: -10px;
    opacity: 0;
    height: 20px;
    width: 20px;
    transition: opacity .3s, left .3s
}

main .row .container > .content .list-sidebar ul li:hover h4 {
    color: #81c4fe
}

main .row .container > .content .list-sidebar ul li:hover h4 span {
    padding-left: 20px
}

main .row .container > .content .list-sidebar ul li:hover h4 svg {
    left: 0;
    opacity: 1
}

main .row .container > .content .list-sidebar ul li p {
    margin: 0
}

@media screen and (min-width:960px) {
    main .row .container > .content .list-sidebar {
        width: 360px
    }
}

@media screen and (min-width:768px) {
    main .row .container > .content .tab-images {
        position: relative;
        width: calc(100% - 360px)
    }

    main .row .container > .content .tab-images .image {
        position: absolute
    }

    main .row .container > .content .tab-images .image.tab1 {
        z-index: 2;
        top: 140px;
        left: 100px;
        background: url(/styling/images/tab-1-1.png) center center/contain no-repeat;
        height: 200px;
        width: 600px
    }

    main .row .container > .content .tab-images .image.tab2 {
        z-index: 3;
        top: 260px;
        left: 50px;
        background: url(/styling/images/tab-1-2.png) center center/contain no-repeat;
        height: 300px;
        width: 400px
    }

    main .row .container > .content .tab-images .image.tab3 {
        z-index: 2;
        bottom: 120px;
        left: 120px;
        background: url(/styling/images/tab-1-3.png) center center/contain no-repeat;
        height: 300px;
        width: 400px
    }

    main .row .container > .content .tab-images .image.tab4 {
        z-index: 1;
        right: -160px;
        bottom: 100px;
        background: url(/styling/images/tab-1-4.png) center center/contain no-repeat;
        height: 300px;
        width: 400px
    }
}

@media screen and (min-width:960px) {
    main .row .container > .content .tab-images {
        display: block
    }

    main .row .container > .content .tab-images .image.tab1 {
        top: 140px;
        left: 100px
    }

    main .row .container > .content .tab-images .image.tab2 {
        height: 400px;
        width: 500px;
        z-index: 2;
        top: 360px;
        left: 50px
    }

    main .row .container > .content .tab-images .image.tab3 {
        height: 400px;
        width: 500px;
        z-index: 3;
        bottom: 200px;
        right: -100px;
        left: auto
    }

    main .row .container > .content .tab-images .image.tab4 {
        left: auto;
        right: 40px;
        bottom: 100px
    }
}

@media screen and (min-width:1200px) {
    main .row .container > .content .tab-images .image.tab1 {
        top: 100px;
        left: auto;
        right: 50px
    }

    main .row .container > .content .tab-images .image.tab2 {
        height: 500px;
        width: 500px;
        z-index: 2;
        top: 260px;
        left: 50px
    }

    main .row .container > .content .tab-images .image.tab3 {
        height: 500px;
        width: 500px;
        z-index: 3;
        bottom: 200px;
        right: -20px;
        left: auto
    }

    main .row .container > .content .tab-images .image.tab4 {
        left: 200px;
        margin: 0 auto;
        right: 0;
        bottom: 100px
    }
}

main .row .container > .content .feature-list {
    display: flex;
    flex-wrap: wrap
}

main .row .container > .content .feature-list .feature {
    box-shadow: 0 0 50px 2px rgba(110, 146, 220, .22);
    border-radius: 20px;
    margin: 30px 15px;
    width: calc(100% - 30px);
    padding: 30px;
    text-align: center;
    transition: transform .3s
}

main .row .container > .content .feature-list .feature .icon {
    margin: 20px 0;
    height: 80px
}

main .row .container > .content .feature-list .feature .icon.responsive {
    background: url(/styling/images/responsive.svg) center center/contain no-repeat
}

main .row .container > .content .feature-list .feature .icon.designs {
    background: url(/styling/images/best-converting-designs.svg) center center/contain no-repeat
}

@media screen and (min-width:768px) {
    main .row .container > .content .feature-list .feature {
        width: calc(50% - 30px)
    }
}

@media screen and (min-width:960px) {
    main .row .container > .content .feature-list .feature {
        width: calc(33.33333% - 30px)
    }
}

main .row.row-w-image {
    background: url(/styling/images/banner.jpg) center center/cover no-repeat;
    color: #fff;
    padding-top: 100px
}

main .row.row-w-image .container {
    position: relative;
    z-index: 1
}

main .row.has-border {
    border-bottom: 2px solid #e7f3ff;
    border-top: 2px solid #e7f3ff
}

main .row .image-list {
    width: 100%
}

main .row .image-list .integration {
    position: relative;
    height: 120px;
    margin: 15px
}

main .row .image-list .integration img {
    width: 260px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

@media screen and (min-width:768px) {
    main .row .image-list {
        display: flex;
        flex-wrap: wrap
    }

    main .row .image-list .integration {
        width: calc(50% - 30px)
    }
}

@media screen and (min-width:960px) {
    main .row .image-list .integration {
        width: calc(33.333333% - 30px)
    }
}

main .row-w-image .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

main .row-w-image .container .head {
    line-height: 1rem
}

main .row-w-image .container .head h1 {
    margin: 10px 0
}

main .row-w-image .container .head-overlay img {
    background: red
}

@media screen and (min-width:960px) {
    main .row-w-image .container .head {
        margin: 0;
        width: 50%;
        max-width: 440px
    }

    main .row-w-image .container .image {
        width: calc(50% - 100px);
        margin-left: 100px
    }
}

footer {
    position: relative;
    color: #988985
}

footer .head-overlay {
    z-index: 0;
    background: rgba(47, 50, 96, .85)
}

footer .container {
    z-index: 1
}

footer .footer-content > img {
    position: relative;
    z-index: 1;
    top: -2px;
    left: -5px;
    width: calc(100%+10px);
    bottom: auto;
    transform: scale(-1, -1)
}

footer .content .info {
    padding: 50px 0;
    min-height: 200px
}

@media screen and (min-width:768px) {
    footer .content .info {
        display: flex;
        justify-content: space-between
    }
}

footer .footer-info {
    padding: 30px 0
}

footer .footer-info .logo {
    position: relative;
    width: 120px;
    height: 80px
}

footer .footer-info .logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%
}

footer .footer-info .copyright {
    padding: 20px 0;
    color: #988985;
    font-size: .75rem
}

@media screen and (min-width:768px) {
    footer .footer-info .copyright {
        padding: 32px 0;
        order: 2
    }
}

@media screen and (min-width:960px) {
    footer .footer-info .copyright {
        width: 100%;
        padding-left: 50px
    }
}

@media screen and (min-width:960px) {
    a.button {
        font-size: 14px
    }
}

a.button {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    line-height: 45px;
    margin: 10px 0;
    padding: 10px 5px;
    width: auto;
    background: #00b33f;
    transition: color .2s, background .2s, box-shadow .2s;
    font-family: 'Didac Gothic', sans-serif;
    font-size: 45px;
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position: 98% center;
    padding-right: 12%;
    position: relative
}

.solutions .bt-decrli,
.solutions .bt-decrli li {
    position: relative;
    color: #405075 !important
}

.solutions .bt-decrli li {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgZmlsbD0iIzQwNTA3NSIgIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZD0iTTUwNC45ODEsMTUwLjc4N2MtNi4wNDgtNS4xNjMtMTQuNTgzLTYuMjUxLTIxLjczNi0yLjc2OWwtMTA5LjQ0NCw1My4yOEwyNzEuMTA5LDgyLjg5NkMyNjcuMzExLDc4LjUxNiwyNjEuNzk4LDc2LDI1Niw3NmMtNS43OTgsMC0xMS4zMSwyLjUxNi0xNS4xMDksNi44OTZMMTM4LjE5OSwyMDEuMjk3bC0xMDkuNDQ0LTUzLjI4Yy03LjE1My0zLjQ4MS0xNS42ODctMi4zOTQtMjEuNzM3LDIuNzY5Yy02LjA1LDUuMTYzLTguNDY2LDEzLjQyMS02LjE1MywyMS4wMzFsNzYsMjUwQzc5LjQyNiw0MzAuMjQyLDg3LjE5NSw0MzYsOTYsNDM2aDMyMGM4LjgwNCwwLDE2LjU3NC01Ljc1OCwxOS4xMzQtMTQuMTgybDc2LTI1MEM1MTMuNDQ4LDE2NC4yMDgsNTExLjAzMiwxNTUuOTUsNTA0Ljk4MSwxNTAuNzg3eiBNNDAxLjE3NSwzOTZIMTEwLjgyM0w1Mi40NzIsMjA0LjA1Mmw4Mi4wMjIsMzkuOTMxYzguMTQ0LDMuOTY0LDE3LjkzLDEuOTYyLDIzLjg2My00Ljg3OEwyNTYsMTI2LjUyNWw5Ny42NDQsMTEyLjU4YzUuOTMyLDYuODQxLDE1LjcyMSw4Ljg0MSwyMy44NjIsNC44NzhsODIuMDIyLTM5LjkzMUw0MDEuMTc1LDM5NnoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==)
}

    {
    position: relative;
    color: #405075 !important
}

.solutions {
    display: flex;
    align-items: center;
    justify-content: center
}

.additional-button {
    padding-right: 52px !important
}

.button-primary:hover {
    background-color: #00c746 !important;
    background-repeat: no-repeat !important;
    background-size: auto 65% !important;
    background-position: 98% 60% !important
}

.button-primary:active {
    box-shadow: none !important;
    background-position: right center;
}


.bt-descr {
    width: 100%;
    display: inline-block;
    font-family: Calibri;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0 0 0;
    line-height: 15px
}

.slick-list {
    position: relative;
    display: block
}

a {
    color: #fff
}

footer a {
    color: #75beee
}

footer p {
    margin: 0
}

a.button:hover {
    background: rgba(129, 196, 254, .91)
}

.t-center {
    text-align: center
}

.sub-text {
    color: #9cadbb;
    font-size: 13px
}

.product-offer {
    position: relative;
    background: #56628a;
    color: #fff;
    width: 100%;
    padding: 20px 25px;
    border-radius: 5px;
    margin-top: 35px;
    z-index: 1000
}

.product-offer:before {
    position: absolute;
    content: ' ';
    background: #56628a;
    width: 16px;
    height: 16px;
    top: -6px;
    z-index: 1;
    transform: rotate(45deg)
}

.product-offer p {
    margin: 0
}

.product-offer a {
    margin-top: 25px
}

.product-offer-bar {
    position: fixed;
    top: 0;
    background: #f15044;
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
    cursor: pointer;
    min-height: 48px;
    width: 100%;
    animation: product-offer-bar 2s infinite;
    z-index: 1000
}

@-webkit-keyframes product-offer-bar {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(162, 23, 13, .5)
    }

    70% {
        -webkit-box-shadow: 0 0 0 7.5px rgba(162, 23, 13, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(162, 23, 13, 0)
    }
}

@keyframes product-offer-bar {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(162, 23, 13, .5);
        box-shadow: 0 0 0 0 rgba(162, 23, 13, .5)
    }

    70% {
        -moz-box-shadow: 0 0 0 7.5px rgba(162, 23, 13, 0);
        box-shadow: 0 0 0 7.5px rgba(162, 23, 13, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(162, 23, 13, 0);
        box-shadow: 0 0 0 0 rgba(162, 23, 13, 0)
    }
}

.slick-list {
    height: 600px;
    overflow: hidden;
    margin: 0;
    padding: 0
}

body,
html {
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

*,
:after,
:before {
    -webkit-appearance: none;
    box-sizing: inherit
}

.no-margin {
    margin: 0 !important
}

.container {
    position: relative;
    width: 100%;
    padding: 0 30px
}

@media screen and (min-width:480px) {
    .container {
        margin: 0 auto;
        width: 460px;
        padding: 0
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 600px
    }
}

@media screen and (min-width:960px) {
    .container {
        width: 900px
    }
}

@media screen and (min-width:1200px) {
    .container {
        width: 1100px
    }
}

.languages-wrapper {
    position: relative;
    text-align: center;
    line-height: 80px
}

.current-language {
    color: #fff;
    cursor: pointer
}

.current-language img {
    padding: 0 10px;
    height: 15px;
    transition: transform .3s
}

.language-dropdown {
    position: absolute;
    top: 95px;
    border-radius: 5px;
    background: #fff;
    max-height: 0;
    transition: max-height .3s ease-out, box-shadow .3s;
    width: 160px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.language-dropdown:before {
    position: absolute;
    content: ' ';
    width: 12px;
    height: 12px;
    background: #fff;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    transform: rotate(45deg)
}

.bt-decrli li {
    color: white;
    list-style: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgZmlsbD0iI2ZmZiIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cGF0aCBkPSJNNTA0Ljk4MSwxNTAuNzg3Yy02LjA0OC01LjE2My0xNC41ODMtNi4yNTEtMjEuNzM2LTIuNzY5bC0xMDkuNDQ0LDUzLjI4TDI3MS4xMDksODIuODk2QzI2Ny4zMTEsNzguNTE2LDI2MS43OTgsNzYsMjU2LDc2Yy01Ljc5OCwwLTExLjMxLDIuNTE2LTE1LjEwOSw2Ljg5NkwxMzguMTk5LDIwMS4yOTdsLTEwOS40NDQtNTMuMjhjLTcuMTUzLTMuNDgxLTE1LjY4Ny0yLjM5NC0yMS43MzcsMi43NjljLTYuMDUsNS4xNjMtOC40NjYsMTMuNDIxLTYuMTUzLDIxLjAzMWw3NiwyNTBDNzkuNDI2LDQzMC4yNDIsODcuMTk1LDQzNiw5Niw0MzZoMzIwYzguODA0LDAsMTYuNTc0LTUuNzU4LDE5LjEzNC0xNC4xODJsNzYtMjUwQzUxMy40NDgsMTY0LjIwOCw1MTEuMDMyLDE1NS45NSw1MDQuOTgxLDE1MC43ODd6IE00MDEuMTc1LDM5NkgxMTAuODIzTDUyLjQ3MiwyMDQuMDUybDgyLjAyMiwzOS45MzFjOC4xNDQsMy45NjQsMTcuOTMsMS45NjIsMjMuODYzLTQuODc4TDI1NiwxMjYuNTI1bDk3LjY0NCwxMTIuNThjNS45MzIsNi44NDEsMTUuNzIxLDguODQxLDIzLjg2Miw0Ljg3OGw4Mi4wMjItMzkuOTMxTDQwMS4xNzUsMzk2eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    padding-left: 27px;
    margin: 5px 0;
    background-size: 18px;
    background-position: left center;
}
}

.language-dropdown ul {
    padding: 0 !important;
    width: auto !important
}

.language-dropdown ul li {
    text-align: center !important;
    display: block !important
}

.bt-decrli {
    position: absolute;
    opacity: .7;
    padding: 0;
    display: none;
    margin-left: 15px
}

.language-dropdown ul li a {
    color: #2f3260
}

@media screen and (min-width:960px) {
    .language-dropdown {
        left: auto
    }

    .language-dropdown ul li a {
        padding: 0 !important
    }
}

@media screen and (max-width:330px) {
    header .nav-bar .logo {
        width: 145px !important;
    }
}

@media screen and (max-width:740px) {
    .softicon {
        width: 50px !important;
        height: 50px !important;
        margin: 5px !important;
    }

    .ui-tabs-panel.ui-corner-bottom.ui-widget-content {
        min-height: 370px !important;
    }
}

.language-dropdown ul li a .wpml-ls-display {
    display: none
}

.language-dropdown {
    position: absolute;
    top: 95px;
    border-radius: 5px;
    background: #fff;
    max-height: 0;
    transition: max-height .3s ease-out, box-shadow .3s;
    width: 160px;
    right: 0;
    left: -60px;
    margin: 0 auto
}

.language-dropdown:before {
    position: absolute;
    content: ' ';
    width: 12px;
    height: 12px;
    background: #fff;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    transform: rotate(45deg)
}

.language-dropdown ul {
    padding: 0 !important;
    width: auto !important
}

.language-dropdown ul li {
    text-align: center !important;
    display: block !important
}

.language-dropdown ul li a {
    color: #2f3260
}

@media screen and (max-width:600px) {
    .adalert {
        width: 100%;
        text-align: center;
    }

    .container {
        padding: 0 15px !important;
    }

    .mobile_hide {
        display: none !important;
    }
}

@media screen and (max-width:950px) {
    .mw_hide {
        margin-right: 15px !important;
    }
}

@media screen and (min-width:960px) {
    .language-dropdown {
        left: auto
    }

    .language-dropdown ul li a {
        padding: 0 !important
    }
}

.language-dropdown ul li a .wpml-ls-display {
    display: none
}

.language-dropdown.active {
    display: block;
    max-height: 250px;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, .2);
    overflow: unset !important
}

.product-partners {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.product-partners li {
    display: inline-block;
    margin: 0 15px
}

.product-partners li:first-child {
    margin-left: 0
}

.product-partners li:last-child {
    margin-right: 0
}

.product-partners li img {
    width: 128px;
    filter: grayscale(100%);
    cursor: pointer
}

.product-partners li img:hover {
    filter: inherit
}

.products {
    list-style: none;
    margin: 0;
    padding: 15px 0
}

.products li {
    display: block;
    width: 100%
}

.products li .product {
    display: block;
    margin: 10px 0
}

.products li .product img {
    height: 46px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    border-radius: 15px
}

.products li .product span {
    display: inline-block;
    height: 46px;
    vertical-align: top;
    line-height: 46px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600
}

.ui-tabs {
    background: #405075 !important;
}

.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: #e0e3e9 !important;
    border: none !important;
    text-align: center !important;
}

.ui-tabs {
    background: #405075 !important;
    border: none !important;
    border-radius: 0 !important;
}

.ui-tabs .ui-tabs-nav li {
    float: none !important;
    display: inline-block !important;
    round: none !important;
    border: none !important;
    text-transform: uppercase !important;
    background: none !important;
}

.m-0 {
    margin: 0 !important
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-radius: 0 !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #2f3260 !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    font-family: YSans Display, Calibri;

}

.max-container {
    background-color: #405075;
    text-align: center;
    padding: 0;

}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #00b33f !important;
}

.ui-tabs {
    padding: 0 !important;
}

.loader-link.hide {
    display: block !important;
    visibility: hidden;
}

#tabs_container {
    padding-top: 32px;
}

.hvr-bounce-to-right {
    transition: .7s;
}

.hvr-bounce-to-right:hover {
    background-color: #00ba41;
    -webkit-box-shadow: 1px 1px 12px 0px rgba(71, 173, 105, 1);
    -moz-box-shadow: 1px 1px 12px 0px rgba(71, 173, 105, 1);
    box-shadow: 1px 1px 12px 0px rgba(71, 173, 105, 1);
}

.en-lang .tl_text {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.en-lang .tl_text.m-0 {
    visibility: visible;
    height: auto;
    top: 7px !important;
    position: absolute;
    right: 10px;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .75em;
    /* opinion 3 */
    line-height: 1.5em;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: left;

    /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
    min-width: 23em;
    max-width: 23em;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.adalert {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #c1c7d6;
    text-decoration: underline;
}

.adalert a {
    color: #c1c7d6;
}

.adalert a:href {
    color: #fff;
}

.adalert span {
    color: #c1c7d6;
}

.adalert span:href {
    color: #fff;
}

.adalert.se-corr2me span:href {
    color: #78839d;
}

.adalert.se-corr2me span {
    color: #78839d;
}

.adalert.se-corr2me {
    position: absolute;
    left: -10%;
    bottom: -23px;
    color: #c1c7d6;
    text-decoration: underline;
    font-size: 13px !important;
    text-transform: initial;
    width: 120%;
    text-align: center;
    line-height: normal;
}
