:root {
    --text: #181c20;
    --body-text: #727273;
    --tour-red: #de3b24;
    --tour-purple: #592b85;
    --tour-teal: #22717d;
    --tour-blue: #2569bd;
    --tour-green: #0e8e6e;
    --tour-red2: #db231f;
    --tour-orange: #e5762f;
    --tour-light-blue: #0482c1;
    ----databus-orange: #e8580a;
    --dot-color: #4d5158
}

.tour-red,
.tour-red:hover {
    color: var(--tour-red)
}

.tour-purple,
.tour-purple:hover {
    color: var(--tour-purple)
}

.tour-teal,
.tour-teal:hover {
    color: var(--tour-teal)
}

.tour-blue,
.tour-blue:hover {
    color: var(--tour-blue)
}

.tour-green,
.tour-green:hover {
    color: var(--tour-green)
}

.tour-red2,
.tour-red2:hover {
    color: var(--tour-red2)
}

.tour-orange,
.tour-orange:hover {
    color: var(--tour-orange)
}

.tour-light-blue,
.tour-light-blue:hover {
    color: var(--tour-light-blue)
}

.bg-white {
    background: #fff
}

.bg-grey {
    background: #f8f8f8
}

.bg-grey2 {
    background: #f3f3f4
}

.bg-sennheiser {
    background: #0096d6
}

@media (min-width:1501px) {
    .container.minimised {
        max-width: 1140px
    }
}

.owl-item {
    float: left;
    opacity: 0
}

.owl-item.active {
    float: left;
    opacity: 1;
    transition: opacity .3s
}

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

.owl-dots {
    position: absolute;
    bottom: -40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 50px;
    margin: 0 auto;
    left: 47%
}

.owl-dot,
.owl-dot:focus {
    width: 10px;
    height: 10px;
    background: var(--dot-color);
    margin: 0;
    padding: 0;
    border-radius: 50%;
    outline: 0;
    opacity: .5;
    border: none
}

.owl-dot.active {
    opacity: 1
}

.--databus-tour__feature {
    padding: 50px 0 100px;
    overflow: hidden
}

.--databus-tour__feature-wrap {
    display: flex;
    padding: 50px 0 0;
    flex-direction: column;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative
}

.--databus-tour__feature-wrap.right-column {
    flex-direction: column-reverse
}

.--databus-tour__feature-gfx,
.--databus-tour__feature-info {
    position: relative
}

.--databus-tour__feature-wrap.active>div {
    opacity: 1
}

.--databus-tour__feature-wrap.active>div.--databus-tour__feature-gfx:nth-child(even) {
    transform: perspective(3200px) rotateY(-18deg) rotateX(0) rotate(0) translateY(0)
}

.--databus-tour__feature-wrap.active>div.--databus-tour__feature-gfx:nth-child(odd) {
    transform: perspective(3200px) rotateY(18deg) rotateX(0) rotate(0) translateY(0);
    opacity: 1
}

.--databus-tour__feature-wrap.active>div.--databus-tour__feature-info {
    transform: translateY(0);
    opacity: 1
}

.--databus-tour__feature-wrap>div {
    transition: transform .3s linear, opacity .3s linear;
    transform: translateY(35%);
    opacity: 0
}

.bg-bubble-left-light:before,
.bg-bubble-left:before,
.bg-bubble-right-light:before,
.bg-bubble-right:before {
    display: none
}

.--databus-tour__feature-info {
    z-index: 2;
    margin-top: 75px
}

.--databus-tour__feature-gfx img {
    transform: perspective(3200px) rotateY(18deg) rotateX(0) rotate(0);
    box-shadow: -4px 7px 11px 0 rgba(24, 28, 32, .15);
    max-width: 100%;
    border-radius: 6px
}

.--databus-tour__feature-head {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.22
}

.--databus-tour__feature-para {
    margin-top: 20px;
    line-height: 1.63
}

.--databus-tour__feature-para a {
    color: var(--tour-orange);
    position: relative;
    z-index: 2
}

.--databus-tour__feature-head br {
    display: none
}

.--databus-tour__feature-gfx,
.--databus-tour__feature-info {
    width: 100%
}

.--databus-tour__highlighter {
    position: relative;
    display: inline-flex
}

.--databus-tour__highlighter.middler {
    padding-bottom: 3px
}

.--databus-tour__highlighter::before {
    background: url(../../images/zendesk-alternative/underline-two.svg) no-repeat;
    content: attr(data-text);
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    z-index: 2;
    transition: all .5s ease-in
}

.--databus-tour__highlighter.blue::before {
    background: url(../../images/helpdesk-tour/underline-blue.svg) no-repeat
}

.--databus-tour__highlighter.light-blue::before {
    background: url(../../images/helpdesk-tour/underline-light-blue.svg) no-repeat
}

.--databus-tour__highlighter.red::before {
    background: url(../../images/helpdesk-tour/underline-red.svg) no-repeat
}

.--databus-tour__highlighter.teal::before {
    background: url(../../images/helpdesk-tour/underline-teal.svg) no-repeat
}

.--databus-tour__highlighter.green::before {
    background: url(../../images/helpdesk-tour/underline-green.svg) no-repeat
}

.--databus-tour__highlighter.purple::before {
    background: url(../../images/helpdesk-tour/underline-purple.svg) no-repeat
}

@media (min-width:768px) {
    .--databus-tour__feature-gfx img {
        transform: perspective(3200px) rotateY(18deg) rotateX(0) rotate(0)
    }
    .owl-dots {
        left: 50%
    }
    .right-column .owl-dots {
        left: 45%
    }
}

@media (min-width:992px) {
    .--databus-tour__feature-info {
        width: 40%;
        margin-top: 0
    }
    .--databus-tour__feature-gfx {
        width: 60%;
        padding-left: 60px
    }
    .right-column .--databus-tour__feature-gfx {
        padding-left: 10px
    }
    .--databus-tour__feature-wrap,
    .--databus-tour__feature-wrap.right-column {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 100px 0;
        background-repeat: no-repeat
    }
    .--databus-tour__feature-wrap .--databus-tour__feature-para {
        max-width: 360px
    }
    .--databus-tour__feature-para {
        max-width: 420px
    }
    .--databus-tour__feature-head br {
        display: inline
    }
    .right-column .--databus-tour__feature-gfx img {
        transform: perspective(3200px) rotateY(-18deg) rotateX(0) rotate(0)
    }
    .bg-bubble-left-light:before,
    .bg-bubble-left:before,
    .bg-bubble-right-light:before,
    .bg-bubble-right:before {
        display: block;
        content: "";
        position: absolute;
        width: 491px;
        height: 439px;
        opacity: 0
    }
    .active.bg-bubble-left-light:before,
    .active.bg-bubble-left:before,
    .active.bg-bubble-right-light:before,
    .active.bg-bubble-right:before {
        opacity: .5;
        transition: transform 5s linear, opacity .5s linear
    }
    .bg-bubble-right:before {
        background: url(../../images/helpdesk-tour/blog-banner-bg-right.svg);
        right: 0
    }
    .bg-bubble-right-light:before {
        background: url(../../images/helpdesk-tour/blog-banner-bg-right-light.svg);
        right: 0
    }
    .bg-bubble-left:before {
        background: url(../../images/helpdesk-tour/blog-banner-bg-left.svg);
        left: 0
    }
    .bg-bubble-left-light:before {
        background: url(../../images/helpdesk-tour/blog-banner-bg-left-light.svg);
        left: 0
    }
}

@media(min-width:1200px) {
    .--databus-tour__feature-info {
        padding-left: 30px
    }
    .right-column .--databus-tour__feature-gfx img {
        box-shadow: 30px 16px 50px 0 rgba(24, 28, 32, .15)
    }
    .--databus-tour__feature-gfx img {
        box-shadow: -20px 16px 50px 0 rgba(24, 28, 32, .15)
    }
}

.--databus-tour__card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0
}

.--databus-tour__card {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    opacity: 0;
    cursor: pointer
}

.--databus-tour__card {
    margin-top: 50px
}

.--databus-tour__card-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 30px
}

.--databus-tour__card-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.--databus-tour__card-para {
    font-size: 14px;
    line-height: 1.57;
    color: #727373
}

.--databus-tour__card-link div {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-left: 10px
}

.--databus-tour__card-link {
    display: flex;
    align-items: center;
    margin-top: 10px
}

@media (min-width:992px) {
    .--databus-tour__card-section {
        max-width: 1025px;
        margin: 0 auto
    }
    .--databus-tour__card {
        width: 49%;
        padding: 30px
    }
    .--databus-tour__card:nth-child(n+3) {
        margin-top: 50px
    }
    .--databus-tour__card {
        margin-top: 0
    }
}

.--databus-tour__card.active {
    transform: translate(0);
    opacity: 1
}

.--databus-tour__card {
    transition: transform .3s linear, opacity .3s linear;
    transform: translateY(35%)
}

.--databus-tour__card:hover {
    transform: translateY(-10px);
    background: #fff;
    box-shadow: 10px 10px 40px 0 rgba(24, 28, 32, .1);
    transition: all .2s linear
}

.--databus-tour__card:hover .icon-arrow-orange,
.--databus-tour__more-card:hover .icon-arrow-orange,
.icon-arrow-orange:hover {
    background-image: url(../../images/helpdesk-tour/arrows/arrow-orange-fill.svg);
    background-repeat: no-repeat
}

.icon-arrow-orange {
    background-image: url(../../images/helpdesk-tour/arrows/arrow-orange.svg);
    background-repeat: no-repeat
}

.--databus-tour__card:hover .icon-arrow-blue,
.icon-arrow-blue:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABU0lEQVQ4T2NkwAFUM/YmMDAy+jAw/DdlYGCQhip7ysDAeJrh//8tt2c4L8CmlRFdEGIQQyMDA4McLsug4o8Y/jPUoxuMYqBq5r5JDAz/cwkYhCbNOPn2dKc8mCDcQPIMgxsDNxRsINSb80lzGZrq/wyJIO9DDMzc+5CIMCNk36Pb053lGaniOphV/xkSGVUz961hYPgfTMh6kHyCkyyDlBAHQ9ua2ziUM65lJMW7ud6KDCC87sRzhopF17EZ+ghk4B8GBgZmmKyTrggDNweci6HJzUCMwd1QFJehfzEMPN1jx8DPxUJMCDBkzbzMsOfia2S1YANRYlhCgJ2Bgw23C0sDlBlcDUTBXgZ5HQ2AvEx8pFSHqjLEO8riMoyBgQEUKZC8S1SiDrKQBDsIi8sgDgUlG6onbJpkPYgrySlpcBQOMGHyDMVRfMENpWYBi5ymyK0CAAjIkD9Zc/tUAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.icon-arrow-blue {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABYklEQVQ4T7WVvU7DMBDH72IbEoWiwoBUqSMLA8x87EjAA7AjQDAwRB0ZkHgBBhZeoW/ADKIwMzAxMjGgiFI11HEOOZJRGmKFhJLRd/7d/e/OFwTLtxb0vI9IuUiOkIli2k04TBEmcsZl0f3F+rDoKuYP20HPmx9Sw0BsATX8zcP+Sw48Blw8eZgVnyPfBik6l9NTg+fL1Xdj+wbWgRlIFpoCtczGIG5WySzv2/d5qOWnwJWju4WympUF0zV9vNp4Rd3N8I/ZmWBNn4e4fHw7FytyyzLQdsniA4eozRJxVuTPGUZYRa7iskMEHQTsMsWDPFTLxqXDm1bWoNhoExLHPjoMtoloxwb9AYx5/AREv+34HlfiOptQgWTZShz0bDUlpFMC2CKAQCjRzfqlkqs0RTF5TgD7RTANTptSZWwkk7vpkshlNjY2Ex/sf3l6GjrR5WBqUAdqXV8GOtEFm52pur+AL/n1zJFLCZaLAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.--databus-tour__card:hover .icon-arrow-green,
.icon-arrow-green:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABV0lEQVQ4T2NkwAF4e3MTGBgZfRgZGEwZGBikocqe/mdgOM3w//+Wz8WTF2DTyoguCDKIkZGxkYGBQQ6XZVDxR////69HNxjFQL7+vEkM/xlyCRiEKs3IMPlT4aQ8mCDcQLIMQ5gCNxRsINSb80lyGZri////J4K8DzaQry/vIRFhRsi+R5+KJskzUsN1MJtArmTk7ctbw8jAEEzIepB8lpEDgyyvIEPlwfVYlf9nYFjLSIp3Ky09GSosPBiWXj3JkLVrGTZDH4EM/MPAwMAMk/VU0mHgYWPH6WA/VX0GPxV9XIb+xTDwYWY7gwAHFzEhwBC9aQ7DlruXkdWCDUSJYSkeAQYuVjacBjbY+DL4quiBvQzyOhp4RFKkdDgEMWQa2uMyjAEcKaQkm2htc7CDsLgMLA5ONlRP2DTJemBXklPS4CocYOJkGYqr+IIZStUCFjlNkVsFAACFLJovXtvA2gAAAABJRU5ErkJggg==);
    background-repeat: no-repeat
}

.icon-arrow-green {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABT0lEQVQ4T7WVO07DQBCGZ7xrxU4CAQqkSJwHCTgAPYKCgggTqCiQaChAjgSnyA04CYegQLwCjuLZQWtwZDu7GFvG5c7sN/88doxg+8LA700jj2THVTIW2s2JJYl4MntpeRGcjD5NV3HhMAz8LomlFGKLp+Hvgt6K4Bxw7fZoOSLRsao2GDxBk6fB3WtqmgPrwFJIFvoNDAO/jbxSRVnR94PxWaefALvXp+tlNSsLltT07OYRm1CXBtMqsXd1uDrzWl6ZAm2XTAcMzgYhXpj83WgaYZV0XeYhAw8BcRwDBkWoThvbo+N+1iBYbSLgb6OzDcA7NugCULJ6AIA/dZwB9gid+6wgU8p9AeDbaopM5wC4BcxB7Ihx1i9JuUpThFKXiLBvgmlw0pQqYyMV7eqLRWW5sWl+sP/j6Wlms8vhpwh1oNb1NW9/kws2N3s1fwFffBG8y6IXVAwAAAAASUVORK5CYII=);
    background-repeat: no-repeat
}

.--databus-tour__card:hover .icon-arrow-light-blue,
.icon-arrow-light-blue:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABaElEQVQ4T2NkwAFYm/Yn/Gdg9mFk+G/6n+G/NEgZIwPj0/8MjKcZGf5u+V3nuACbVkZ0Qeam/QlMDEyN/xkY5HBZBjGc4dE/hn/1f9EMRjGQufnQJMb//3PxGYQu95+RcfLfWrs8mDjcQHIMgxmCbCjYQJA3GRmY5pPiMgyXMvxLBHkfbCBr08GHhMKMkGWgMP1dZy/PCIlNylyHCL9/iYwsTYfWMDD8DybkApB8nrk0gzw/B0Pxrrs4lDOuZSTFu3X28gy1dvIMiy6+ZEjedBPDUJC3GVmaDvxhYGBkhsn6qAkz8LDBuRiagjRFGAI1RHAY+v8vhoGvSq0YBDlYiAkBhpBVVxk23nyLpPb/XwwvS/OxM3CxMuE0sM1JkSFAQwTsZZDXkQHUy8RHSp+7MkOumTRWwyAGgyOF+GQTpy8O1obuMpRkQ/WETZOsBzaUjJIGZ+EAkyDHUJzFF9xQahawyGmK3CoAAIOCrB9uUUQNAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.icon-arrow-light-blue {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABRElEQVQ4T7WVS0oDQRCG/+qeSTKIQTdCwIOI7gX1AO5FDxCzzCJREHfeIzdwrSiewEO4ChHJY1Jd0jOMzqsZJ4yz7Kr+6q9H1xBc38NrgCV3sFQ+fNaRW6gZbROirRe4PpyXXaXCoQXNZPsH4gpo4V36zIOzwNFbF63VllN1mWHV+sLNwSwx/QI3gSWUFDQG2jTn651ayvLOgTe16cfA8cteZc2qotmajo8+qBF1SbDAmxLun3dhpFMlwNo9NldCap8VRqX+ihZUJ13PyACCgRAmrKhfgIaaCXdPvbRBr+VYSJyjo6BOATlzQQtAj+UdwJ86LqQuWMljWlBZyj2PEbhrKkMAJwTTD7WeZPyilGs0RbO5JdBlKcySo6bUGGqf+TzeETllmbFpfLD/5elZaKPLIanBJlDn+kqgjS7Y9FBt+Av4BkGbovtjAeMuAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.--databus-tour__card:hover .icon-arrow-purple,
.icon-arrow-purple:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABXUlEQVQ4T2NkwAEitFoTGBkZfBgZGEz/MzBIg5QxMjA8/c/AcPr/f4YtK65VL8CmlRFdEGQQAyNDIyMDgxwuy0Di/xkYHjH8Z6hHNxjFwEid1kkM/xly8RmEIcfIMHn5leo8mDjcQLIMQ5gCNxRsIDS85pPkMjTF//8zJIK8DzFQu/UhoTAjZBkoTFdcrZZnpIbrYJaBXMkYqd26hoGBIZiQC0DynrFmDCJSfAyLO/fgUr6WMUq79eF/AkkEpjs4y5YBhA9tuMQwo2YLlghneARy4R8GBgZmmKyRgyoDBzcbTgebuagzmLlq4DL0L4aBs48VMXDzcRATAgx9+WsYzuy9haz2L4aXhcR5Gdg5WHEaGFHkxGDqrAb2MsjryICRAeJloiMlrsKVwSPGFKthUIPXkpRs7AL0wPrQXYaSbKiesGmS9UCGUrVwgIUBWYbiKr5ghlK1gEVOU+RWAQBI4pgtLtf5qQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat
}

.icon-arrow-purple {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABYElEQVQ4T7WVvU7DQAzH7TtCEkGrwoBUqSMLA+y8ABIwV0h8LAgeoHRkaEFCbH0JxFD1BXgDdgYmRiYGVLVFTQh3Ro4UlEQ5hYSQ8ez72X/b5yAYvvb2wLVmviPRtyiwJLuhFShFdhAs297o8WKedRXTh+3WwHVWJ7UIYgrIcO+9Ph29JsEJ4NF6r47W4pIJknVOwefH/cvVJLL9AMvAIkgcGgJZpl2bN4pklvb1p+6Y5YfAk63+Wl7N8oJxTe+e+m/I3bTHf8suCuY33DEebt6uiC/t5GXAdiXwHEC3pMZelr9eEB4WkaskdIGgi4BDoamThrJsPN64acYNStAOAJhHB3EPCPaN0DRQC3gmgN91nPBUEj3EE8qS3CSBrqmmiugSEXYBqCM1DhMwllysKXANAGdZMAaHTSkyNkrQAV9MZ5YYm8oH+1+eHkMrXQ5RDcpAjesrgla6YOMzVfYX8A0gNMIlwLIhwwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat
}

.--databus-tour__card:hover .icon-arrow-red,
.icon-arrow-red:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABUklEQVQ4T2NkwAFuKSskMDL+92H4z2DKwMAgDVX2lIGR4fT//4xb1O4+WIBNKyO6INgghv+NDAwMcrgsg4o/+s/AWI9uMIqBd5TlJ/1nYMglYBCKNCMDw2SVuw/zYIJwA8kxDMkQuKFgA6HenE+Ky9DV/mdgTAR5H2zgbWX5h0SEGSH7HqnefSjPSA3XwWwCuZLxtor8Gob/DMGErAfJCyQmMbBIyTC8aW3CrpyRYS0jKd4VyitgAOFPa9cwvCovwWboI5CBfxgYGJhhstzOLgxMXNw4Hczt4cHA4+6Jy9C/GAYqnb3IwMTPT0wIMDzPTGP4unsXslqwgSgxzCIhwcDIyYnTQJHSCgZuN3ewl0FeRwOPSIoUkZo6BoGEJFyGMTCAIoWUZMMXHAJ2EBaXgcXByYbqCZsmWQ9kKFULB1hMkWMozuILZihVC1jkNEVuFQAAB8aW0bIw96AAAAAASUVORK5CYII=);
    background-repeat: no-repeat
}

.icon-arrow-red {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABTUlEQVQ4T7WVzUrDQBDHZ7K7TatU7EUoxPbQ+CqC+gDeRR+gePQg+DZ9A5/DQy+mJ3vyoljUxt10ZAIr25glJsRALjuzv/nPRyYInucpinovQdDdUUp9GSPYrSNl9qG1Hmw268Pl8rPsKhYPGZSGYd9CfAEZHqbpqgjeAj7G8Z7WetcHKTtXSr0fJcmbtf0Am8AsxIXmQE5zJcR+HWVF336WvXL6OTCZTA6qalYVjGsaLxbP2IY6G4xV4sNoNJCI3SoFbFeCrgAx0gZuy/wN0RrrpKskXAPwSzNtcFqEcto4H4+HrkFIOg4IvaODCKcEcOaD/gJ2JMwJ4E8dJ8ILk9G9K6gs5WEgqeerqQC8AYATIJzqjGauX55yraZIuAOAyzIYg/Om1BkbJfCcLxaVbY1N64P9L58eQ1tdDrYGTaDe9WWhrS5Yd6aa/gK+Ab7Gw2UZ0AiqAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.--databus-tour__card:hover .icon-arrow-teal,
.icon-arrow-teal:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABWklEQVQ4T2NkwAGUC2oT/jMy+jAw/DdlYPgvDVHG+JSBgfE04///W+5OaF6ATSsjuiDEIIZGBgYGOVyWQcUfMf5nqEc3GMVA5aK6Sf///88lYBCKNCMj4+S7fU15MEG4geQYBjcEyVCwgVBvzifFZehqGf8zJIK8DzZQqbD2IRFhRsi+R/f6m+UZqeE6uNf/MyQyKhXWrWFg+B9MyHqQfKKdJYO0kABDy4btOJQzrmUkxbv57o4Mee6ODGtPn2coW74em6GPGJUKa/4wMDAyw2SdtdUZuNnZcTrYQ0+LwV1PC4eh//9iGHiupZKBn4uTmBBgyJi/nGH35etIasEGosawBD8fAycbK04Dy3zcGNx0NcFeBnkdDYC8THyk1AZ4MiTYWeIyDJTX15KUbIJNDcEOwuIySNEBSjZUT9g0yXpgQ8koaXAWDjAJcgzFWXzBDaVmAYucpsitAgD026Jn9EggQwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat
}

.icon-arrow-teal {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABXElEQVQ4T7WVvU7DQAzH7TihiSq+JFSpUgQDPAsS8ADsCAYGJEIZEAwtzIgMPEXfgCdhgq1TxVBAVVPSO6OLdCgJOUJCyXj2/ey/7XMQDJ8f3HlWNHSdpuvMZh+k3Gx7QcTjKJZuKxqEZ5Oiq5g/9IPAa9DyooaYAir4VLy+D8IwA84At066SzHFTROk6NwRzvjp/vpN276AdWAakoYmQCWT2FupklneV+BkpOQnwM3zXqusZmXBVE2fb3tDVN0kfvlTdjqYwLURrh9frGLDcssyUHZCOmJgX7LsFvnzVEZYRa6NdoeBO4zcl1IGeaiSjRunl+20ARG3LbB+GB3cBeA9E/QbkJAeAeCXNeUDwfIhk1CB5LYN5JlqyghXALADDIEA0U/7JZKrNMWy6AYZDotgCpw0pcrYENC+upjPLDM2cx/sf3l6CjrX5aBrUAdqXF8aOtcFm56pur+AT2QNxRsQHgnhAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.--databus-tour__testimonial-wrap {
    padding: 80px 0 80px;
    margin: 0 auto;
    text-align: center
}

.--databus-tour__testimonial-dialog {
    font-family: 'Nunito Sans', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 26px;
    text-align: center;
    line-height: 42px;
    margin: 0 0 40px;
    font-weight: 300;
    font-style: italic
}

.--databus-tour__testimonial {
    color: #fff
}

.--databus-tour__testimonial-curve-info {
    max-width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto
}

.--databus-tour__testimonial-author {
    border-right: 1px solid #c5c5c5;
    font-size: 13px;
    font-weight: 500;
    width: 40%;
    line-height: 20px;
    margin: 0;
    text-align: right;
    padding-right: 25px;
    font-style: normal;
    font-family: 'Nunito Sans', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.--databus-tour__testimonial-logo {
    max-width: 193px;
    width: 100%;
    padding-left: 20px
}

.--databus-tour__quotes {
    margin-bottom: 30px;
    max-width: 100%
}

.--databus-tour__app-wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 93px 0
}

.--databus-tour__app-wrap.reversed {
    flex-direction: column
}

.--databus-cta__button.modified {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 8px;
    background: #e8580a;
    margin-top: 30px;
    min-width: none
}

.--databus-tour__button-container .--databus-cta__button.modified {
    min-width: 273px
}

.--databus-tour__app-gfx img {
    max-width: 40%;
    margin-bottom: 30px
}

.reversed .--databus-tour__app-gfx img {
    max-width: 80%;
    margin: 0 0 30px
}

@media (min-width:992px) {
    .--databus-tour__app-info {
        width: 42%;
        padding-top: 120px
    }
    .--databus-tour__app-gfx {
        width: 58%
    }
    .reversed .--databus-tour__app-gfx,
    .reversed .--databus-tour__app-info {
        width: 49%
    }
    .--databus-tour__app-wrap.reversed {
        justify-content: space-between;
        padding: 95px 0;
        align-items: center;
        flex-direction: row
    }
    .reversed .--databus-tour__app-info {
        padding-top: 0
    }
    .--databus-tour__app-wrap {
        flex-direction: row;
        padding: 93px 0 0
    }
    .--databus-tour__app-gfx img,
    .reversed .--databus-tour__app-gfx img {
        max-width: 100%;
        margin-bottom: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .--databus-tour__app-info {
        width: 42%;
        padding-top: 30px
    }
}

.--databus-tour__cta-wrap {
    padding: 80px 0;
    max-width: 780px;
    margin: 0 auto;
    text-align: center
}

.--databus-tour__cta-wrap .--databus-tour__feature-para {
    max-width: none
}

.--databus-tour__customers-wrap {
    padding: 60px 0;
    text-align: center
}

.--databus-tour__customer-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column
}

.--databus-tour__customer-list img {
    visibility: hidden;
    opacity: 0
}

.--databus-tour__customer-list img.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease-in
}

.--databus-tour__customer-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (min-width:992px) {
    .--databus-tour__customer-list {
        flex-direction: row
    }
}

.--databus-tour__more-card {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 20px 20px 100px 0 rgba(24, 28, 32, .15);
    margin: 80px 0 60px;
    cursor: pointer;
    transition: all .2s ease
}

.--databus-tour__more-card:hover {
    transform: translate(0, -10px);
    transition: all .5s ease
}

.--databus-tour__more-logo {
    max-width: 100%;
    margin-bottom: 20px
}

.--databus-tour__more-content .--databus-tour__card-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.42
}

.--databus-tour__more-content .--databus-tour__card-para {
    font-size: 18px;
    line-height: 1.44
}

.--databus-tour__more-content .--databus-tour__card-link {
    margin-top: 20px
}

@media (min-width:992px) {
    .--databus-tour__more-content {
        max-width: 500px
    }
    .--databus-tour__more-card {
        padding: 40px 0 40px 40px
    }
}

@media (min-width:992px) {
    .--databus-tour__more-card.bg-white.automation-bg:after {
        background: url(../../images/helpdesk-tour/workflows-cta.svg) no-repeat
    }
    .--databus-tour__more-card.bg-white.bi-bg:after {
        background: url(../../images/helpdesk-tour/bi-graphic.svg) no-repeat
    }
    .--databus-tour__more-card.bg-white.automation-bg:after,
    .--databus-tour__more-card.bg-white.bi-bg:after {
        content: "";
        position: absolute;
        width: 380px;
        height: 250px;
        right: 0;
        top: 25%
    }
}

@media (min-width:1200px) {
    .--databus-tour__more-card.bg-white.automation-bg:after,
    .--databus-tour__more-card.bg-white.bi-bg:after {
        width: 520px;
        top: 16%
    }
}

.automation-bg,
.bi-bg {
    position: relative
}

.--databus-tour__banner {
    padding: 100px 0 120px;
    background: #181c20;
    color: #fff;
    text-align: center
}

.--databus-tour__banner-head {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px
}

.--databus-tour__banner-strapline {
    font-size: 20px;
    font-weight: 300;
    max-width: 640px;
    margin: 0 auto
}

.--databus-tour__banner .--databus-tour__highlighter::before {
    bottom: -62px
}

.--databus-tour__banner .signup-banner__wrap {
    margin-bottom: 0
}

.--databus-tour__banner .signup-banner {
    max-width: 450px;
    justify-content: space-between
}

.--databus-tour__banner .helpdesk-email,
.--databus-tour__banner .helpdesk-email:focus {
    width: 66.7%;
    background: #fff;
    border: none;
    color: #181c20;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-block;
    padding: 12px 16px;
    font-size: 14px
}

.--databus-tour__banner .signup-banner__button {
    width: 31.5%;
    max-width: 140px;
    font-size: 14px;
    text-transform: inherit;
    border: none;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 8px;
    letter-spacing: normal;
    font-weight: 500
}

.--databus-tour__banner .signup-banner__error {
    margin: 15px auto 0;
    max-width: 430px
}

@media (max-width:767px) {
    .--databus-tour__banner .signup-banner__button {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        padding: 12px 16px;
        display: inline-block;
        margin: 10px auto 0
    }
    .--databus-tour__banner .helpdesk-email,
    .--databus-tour__banner .helpdesk-email:focus {
        width: 100%
    }
    .--databus-tour__banner .signup-banner {
        flex-direction: column
    }
}

.--databus-tour__tab-bar {
    display: none
}

.--databus-tour__tabs {
    border-radius: 30px;
    box-shadow: 10px 10px 40px 0 rgba(24, 28, 32, .2);
    background: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-evenly;
    margin-top: -30px;
    position: relative;
    flex-wrap: wrap
}

.--databus-tour__tabs-link {
    padding: 10px 15px;
    display: inline-block;
    border-radius: 20px;
    font-size: 14px;
    color: #727373
}

.--databus-tour__tabs-link:hover {
    color: var(--text)
}

.--databus-tour__tabs-item:hover,
.--databus-tour__tabs-link.active {
    background-color: #e4e7ea;
    border-radius: 20px;
    color: var(--text)
}

.stickyMe {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    box-shadow: 10px 10px 40px 0 rgba(24, 28, 32, .2)
}

.stickyMe .--databus-tour__tabs {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 0;
    background: 0 0;
    box-shadow: none
}

#Omnichannel {
    margin-top: -70px
}

@media (min-width:992px) {
    .--databus-tour__tab-bar {
        display: block
    }
    .--databus-tour__tabs-link {
        padding: 12px 15px
    }
    .--databus-tour__tabs {
        justify-content: space-between
    }
    .stickyMe .--databus-tour__tabs {
        max-width: 930px;
        margin: 0 auto
    }
    #Omnichannel {
        margin-top: -30px
    }
}

@media (min-width:1200px) {
    .--databus-tour__tabs-link {
        padding: 12px 20px
    }
    .stickyMe .--databus-tour__tabs {
        max-width: 1140px;
        margin: 0 auto
    }
}

.happyFade {
    visibility: hidden;
    opacity: 0
}

.happyFade.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease-in
}

.happyFade.active:hover {
    transition: all .3s linear
}

.owl-animated-in {
    animation: fadeInUp .3s linear
}

.owl-animated-out {
    animation: fadeInDown .3s linear
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}