<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(53, 196, 181, .6)
    }

    70% {
        box-shadow: 0 0 0 10px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(53, 196, 181, .6)
    }

    70% {
        box-shadow: 0 0 0 10px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 175, 0, .6)
    }

    70% {
        box-shadow: 0 0 0 10px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 175, 0, .6)
    }

    70% {
        box-shadow: 0 0 0 10px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    /* padding: 0; */
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-spacing: 0
}

body {
    line-height: 1.5;
    background-attachment: fixed;
    color: #3e4651;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background: #f9f9f9
}

hr {
    width: 100%;
    border: 0;
    height: 1px;
    background: #dfdfdf
}

.bg--white {
    background: #fff !important;
    background-color: #fff !important
}

.color--gray {
    color: #777
}

.color--darkgray {
    color: #545454 !important
}

.color--dark {
    color: #2b2b2b !important
}

.color--rose {
    color: #d71f85 !important
}

.color--white {
    color: #fff !important
}

.color--yellow {
    color: #f8af00 !important
}

.color--mblue {
    color: #1965e1 !important
}

.btn,
.btn-brother,
.contact__btn,
.cs-arrow,
.cs-item,
.efekt,
.label-tabs .tab-link img,
.pin,
.solutions .custom-nav__arrow svg path {
    transition: all .25s ease-in-out
}

.contact,
.flex,
.network-card,
.solutions .custom-nav {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.bdrs {
    border-radius: .25rem
}

.contact:before,
.cs-arrow,
.dikeyAbsolute,
.pin-content,
.solutions .infographic,
.video-wrapper .video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.dikeyFlex {
    display: flex;
    align-items: center
}

.btn--turuncu:hover,
.btn:Hover,
.bxs {
    transition: all .2s ease-in-out
}

.btn--turuncu:hover,
.bxs {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .1)
}

.btn--turuncu:Hover:hover,
.btn:Hover,
.bxs:Hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .1), 0 8px 18px rgba(0, 0, 0, .1)
}

.bxsh {
    transition: all .2s ease-in-out
}

.bxsh:Hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1)
}

.fz9 {
    font-size: .9rem
}

.fz85 {
    font-size: .85rem
}

.fz8 {
    font-size: .8rem
}

.fz7 {
    font-size: .7rem
}

.bgcover,
.cs-content__right,
.hero,
.mobile-bg,
.tblock__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.fw300 {
    font-weight: 300
}

.fw400 {
    font-weight: 400
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.fw700 {
    font-weight: 700
}

.fw800 {
    font-weight: 800
}

.mb15 {
    margin-bottom: 15px
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mt15 {
    margin-top: 15px
}

.mb75 {
    margin-bottom: 75px
}

.mb100 {
    margin-bottom: 100px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt75 {
    margin-top: 75px
}

.mt100 {
    margin-top: 100px
}

.mt150 {
    margin-top: 150px
}

.my-5 {
    margin-top: 50px;
    margin-bottom: 50px
}

.visible-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none
}

.visible-scrollbar::-webkit-scrollbar:vertical {
    width: 2px
}

.visible-scrollbar::-webkit-scrollbar:horizontal {
    height: 2px
}

.visible-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.visible-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1)
}

.scrollbar::-webkit-scrollbar {
    width: 4px
}

.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px
}

.scrollbar-yatay::-webkit-scrollbar-thumb:hover,
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #e17000
}

.scrollbar-yatay::-webkit-scrollbar {
    height: 4px
}

.scrollbar-yatay::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollbar-yatay::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before,
:after,
:before {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

.video-wrapper video,
img {
    max-width: 100%
}

button,
input,
select,
textarea {
    font-family: "Montserrat", sans-serif
}

.pos-rel {
    position: relative
}

.slick-slide {
    outline: transparent !important
}

.noscroll,
.tab-panel {
    overflow: hidden
}

.tab-panel {
    height: 0
}

.tab-active {
    height: auto;
    overflow: visible
}

.fadeIn,
.tab-active,
.tabcontent {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.btn {
    background: #3e4651;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 2px
}

.btn:Hover {
    background: #e17000
}

.btn--turuncu {
    background: 0 0;
    border: 2px solid #e17000;
    color: #e17000
}

.btn--turuncu:hover {
    color: #fff
}

.title {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 1.4;
    color: #071956
}

.title--small {
    font-size: 1.7rem
}

.title--smaller {
    font-size: 1.3rem
}

.title--normal {
    font-weight: 500
}

.title--big {
    font-size: 2.6rem
}

.sub-title {
    color: #777;
    font-size: 1.3rem;
    display: block
}

.text-center {
    text-align: center
}

.p30 {
    padding: 30px
}

.text {
    font-size: .9rem;
    line-height: 1.6
}

.text--normal {
    font-size: 1rem
}

.text--big {
    font-size: 1.1rem
}

.text--bigger {
    font-size: 1.2rem
}

.text--small {
    font-size: .8rem
}

.text--smaller {
    font-size: .7rem
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: ""
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

@-ms-viewport {
    width: device-width
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters&gt;.col,
.no-gutters&gt;[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /* min-height: 1px */
}

.col-auto {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    /* min-height: 1px */
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /* min-height: 1px */
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -ms-flex: 0 0 auto
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -ms-flex: 0 0 auto
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -ms-flex: 0 0 auto
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -ms-flex: 0 0 auto
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.justify-content-start {
    justify-content: flex-start !important;
    -ms-flex-pack: start !important
}

.justify-content-end {
    justify-content: flex-end !important;
    -ms-flex-pack: end !important
}

.justify-content-center {
    justify-content: center !important;
    -ms-flex-pack: center !important
}

.justify-content-between {
    justify-content: space-between !important;
    -ms-flex-pack: justify !important
}

.justify-content-around {
    justify-content: space-around !important;
    -ms-flex-pack: distribute !important
}

.align-items-start {
    align-items: flex-start !important;
    -ms-flex-align: start !important
}

.align-items-end {
    align-items: flex-end !important;
    -ms-flex-align: end !important
}

.align-items-center {
    align-items: center !important;
    -ms-flex-align: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

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

.ml-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

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

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

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

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat
}

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

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.btn-mobil,
.mobil {
    display: none
}

.arama-bg,
.mobil-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 996;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.arka-active,
.pins--health .pin.active .fa-circle {
    display: block
}

.wpn .footer-section .container {
    max-width: 1440px
}

.breadcrumb li:after,
.breadcrumb li:before,
.clear-list li:before,
.show-mobile {
    display: none !important
}

.card {
    padding: 30px;
    border-bottom-right-radius: 32px;
    background: #f4f4f4
}

.card--crimson,
.theme--crimson .tblock__text:before {
    background: #e52053
}

.card--rose,
.theme--rose .half-bg:before,
.theme--rose .tblock__text:before {
    background: #d71f85
}

.card--green {
    background: #008931
}

.card--aqua,
.theme--aqua .tblock__text:before {
    background: #35c4b5
}

.card--sky {
    background: #00a9e0
}

.card--teal {
    background: #008387
}

.card--orange {
    background: #e17000
}

.card--purple {
    background: #8e258d
}

.card--yellow {
    background: #f8af00
}

.card--sblue {
    background: #7ba4d9
}

.card--mblue {
    background: #1965e1
}

.card--default {
    padding: 15px;
    border-radius: 3px;
    background: #fff
}

.hero {
    padding: 90px 0
}

.hero .card {
    width: 420px;
    color: #fff
}

.hero .card .title {
    color: #fff
}

.breadcrumb-wrapper {
    padding: 10px;
    background: #f2f2f2
}

.breadcrumb {
    color: #4d4d4d
}

.breadcrumb li,
.clear-list li,
.pin-right ul li {
    padding-left: 0 !important
}

.breadcrumb__item {
    display: inline-block;
    font-size: .9rem
}

.breadcrumb__item a {
    color: #4d4d4d;
    text-decoration: none
}

.breadcrumb__item a:Hover {
    text-decoration: underline
}

.breadcrumb__item.active a {
    color: #0d2ea0
}

.breadcrumb__seperator {
    margin: 0 4px;
    font-size: .8rem
}

.theme--crimson .check-list .fas,
.theme--crimson .cs-arrow,
.theme--crimson .title {
    color: #e52053
}

.theme--crimson .cs-arrow:hover,
.theme--crimson .cs-item.active,
.theme--crimson .cs-item:hover {
    background: #e52053;
    color: #fff
}

.check-list--white .fas {
    color: #fff !important
}

.theme--rose .check-list .fas,
.theme--rose .title {
    color: #d71f85
}

.theme--aqua .check-list .fas,
.theme--aqua .title {
    color: #35c4b5
}

.theme--green .check-list .fas,
.theme--green .title {
    color: #008931
}

.theme--green .tblock__text:before {
    background: #008931
}

.theme--sky .check-list .fas,
.theme--sky .title {
    color: #00a9e0
}

.theme--sky .tblock__text:before {
    background: #00a9e0
}

.theme--teal .check-list .fas,
.theme--teal .title {
    color: #008387
}

.theme--teal .tblock__text:before {
    background: #008387
}

.theme--sblue .check-list .fas,
.theme--sblue .title {
    color: #7ba4d9
}

.theme--sblue .tblock__text:before {
    background: #7ba4d9
}

.theme--orange .check-list .fas,
.theme--orange .title {
    color: #e17000
}

.theme--orange .tblock__text:before {
    background: #e17000
}

.theme--purple .check-list .fas,
.theme--purple .title {
    color: #8e258d
}

.theme--purple .tblock__text:before {
    background: #8e258d
}

.theme--yellow .check-list .fas,
.theme--yellow .cs-arrow,
.theme--yellow .title {
    color: #f8af00
}

.theme--yellow .tblock__text:before {
    background: #f8af00
}

.theme--yellow .cs-arrow:hover,
.theme--yellow .cs-item.active,
.theme--yellow .cs-item:hover {
    background: #f8af00;
    color: #fff
}

.theme--mblue .check-list .fas,
.theme--mblue .cs-arrow,
.theme--mblue .title {
    color: #1965e1
}

.theme--mblue .tblock__text:before {
    background: #1965e1
}

.theme--mblue .cs-arrow:hover,
.theme--mblue .cs-item.active,
.theme--mblue .cs-item:hover {
    background: #1965e1;
    color: #fff
}

.tblock {
    min-height: 610px
}

.deploy--aqua .tblock__text:Before,
.deploy--crimson .tblock__text:Before,
.tblock--white {
    background: #fff
}

.tblock__left .tblock__content {
    padding-right: 60px
}

.tblock__text {
    position: relative;
    padding-left: 30px
}

.tblock__text:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: ''
}

.tblock__content {
    padding-top: 60px;
    padding-bottom: 60px
}

.tblock__right .tblock__content {
    padding-left: 60px
}

.vertical-center {
    display: flex;
    align-items: center
}

.btn-brother,
.link {
    display: inline-block;
    color: #0d2ea0;
    text-decoration: none
}

.link:visited,
.sub-menu-wrapper .sub-menu a:hover {
    color: #0d2ea0
}

.link:Hover {
    text-decoration: underline
}

.btn-brother {
    padding: 15px 30px;
    border-left: 5px solid #0d2ea0;
    background: #1965e1;
    color: #fff;
    font-weight: 500
}

.btn-brother:hover {
    border-left: 10px solid #1965e1;
    background: #0d2ea0;
    color: #fff
}

.btn-brother:visited,
.contact__btn:Hover .contact__btn-icon,
.contact__btn:Hover .contact__btn-text {
    color: #fff
}

.btn-brother--white {
    border-color: #545454;
    background: #fff;
    color: #545454
}

.btn-brother--white:visited {
    color: #545454
}

.btn-brother--white:hover {
    color: #fff !important
}

.no--padding {
    padding: 0
}

.contact {
    position: relative;
    padding: 0 15px;
    color: #fff
}

.contact:before {
    z-index: 0;
    width: calc(100% - 30px);
    height: 100px;
    background: #0d2ea0;
    content: ''
}

.contact__left {
    position: relative;
    z-index: 1;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.contact__text {
    font-size: 1.3rem
}

.contact__btn {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    background: #fff;
    text-decoration: none !important
}

.contact__btn:Hover {
    background: #1965e1
}

.contact__btn-icon,
.contact__btn-text {
    transition: color .25s ease-in-out;
    padding: 0 15px;
    color: #0d2ea0
}

.contact__btn-icon {
    display: inline-block;
    padding: 10px 15px;
    border-left: 1px solid #0d2ea0
}

.text-card {
    padding: 30px;
    border-radius: 3px;
    background: #fff
}

.text-card--sky {
    background: #00a9e0;
    color: #fff
}

.card-bordered__img img,
.hero--video video,
.w-100 {
    width: 100%
}

.pin-content img,
.vam {
    vertical-align: middle
}

.check-list li {
    margin-bottom: 15px
}

.check-list .fas {
    font-size: .8rem
}

.h-100 {
    height: 100%
}

.half-bg {
    position: relative;
    padding-top: 60px
}

.half-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    content: ''
}

.half-bg .container,
.half-bg .row {
    position: relative;
    z-index: 1
}

.card-bordered,
.half-bg--white:before {
    height: 700px;
    background: #fff
}

.half-bg--gray:before {
    background: #f2f2f2
}

.half-bg--long:before {
    height: calc(100% - 362px);
    background: #fff
}

.card-bordered {
    padding: 60px 60px 90px;
    height: 100%;
    border-bottom-right-radius: 90px
}

.card-bordered--aqua {
    background: #35c4b5;
    color: #fff
}

.card-bordered--blue {
    background: #0d2ea0;
    color: #fff
}

.card-bordered--green {
    background: #008931;
    color: #fff
}

.card-bordered--sky {
    background: #00a9e0;
    color: #fff
}

.card-bordered--orange {
    background: #e17000;
    color: #fff
}

.card-bordered--purple {
    background: #8e258d;
    color: #fff
}

.card-bordered--yellow {
    background: #f8af00;
    color: #fff
}

.card-bordered--sblue {
    background: #7ba4d9;
    color: #fff
}

.card-bordered--mblue {
    background: #1965e1;
    color: #fff
}

.card-bordered--shadow {
    box-shadow: 12px 12px 32px #cacacc, -16px -16px 32px #fff
}

.card-bordered__img {
    margin: -60px -60px 30px
}

.card-bordered__icon {
    display: block;
    color: #777;
    text-align: center;
    font-size: 7rem
}

.card-bordered__title,
.pin-right h3 {
    font-size: 1.1rem
}

.deploy-wrapper {
    position: relative;
    padding: 50px 0
}

.deploy-wrapper:before {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 0;
    width: 65%;
    height: calc(100% - 60px);
    background: #35c4b5;
    content: ''
}

.deploy-wrapper .container {
    position: relative;
    z-index: 2
}

.deploy--aqua .tblock__text,
.deploy--crimson .tblock__text {
    color: #fff
}

.deploy--crimson:Before {
    background: #e52053
}

.deploy-box {
    padding: 90px 0
}

.video-wrapper {
    position: relative
}

.video-wrapper--pr30 {
    padding-right: 30px
}

.video-wrapper .video-btn {
    right: 0;
    left: 0;
    z-index: 4;
    margin-right: auto;
    margin-left: auto;
    width: 86px
}

.video-wrapper:hover .pause-btn {
    display: block !important
}

.pause-btn,
.pins--health .pin.active .fa-plus {
    display: none !important
}

.border--white {
    border-color: #fff
}

.border--white:before {
    background: #fff !important
}

.pr-50-md {
    padding-right: 10%
}

.img-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%
}

.img-card--blue {
    margin-bottom: 150px;
    border: 1px solid #fff;
    background: #1965e1
}

.img-card--blue .img-card__text {
    padding: 60px
}

.img-card--white {
    background: #fff
}

.img-card__text {
    padding: 30px;
    width: 60%
}

.img-card__img {
    width: 40%;
    -o-object-fit: fill;
    object-fit: fill
}

.img-card__pad {
    padding: 30px;
    width: 100%
}

.img-card__icon {
    color: #6e7172;
    font-size: 2.7rem
}

.img-card__icon,
.img-card__title,
.sub-menu-wrapper .sub-menu span {
    display: block;
    margin-bottom: 15px
}

.pins {
    position: relative;
    padding: 50px 0
}

.pin {
    position: absolute;
    z-index: 10;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    color: #c00;
    text-align: center;
    text-decoration: none !important;
    font-size: 18px;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.pin:Hover {
    background: rgba(255, 255, 255, .8)
}

.pulse:hover {
    -webkit-animation: none;
    animation: none
}

.pin-wrapper {
    position: relative
}

.pins--health .pin {
    border-color: rgba(53, 196, 181, .6);
    color: #35c4b5
}

.pins--health .pin .fa-circle {
    display: none;
    font-size: 10px
}

.pins--health .pin.active {
    z-index: 12
}

.pins--health .pin--1 {
    top: 7%;
    left: 44%
}

.pins--health .pin--2 {
    top: 27%;
    left: 37%
}

.pins--health .pin--3 {
    bottom: 48%;
    left: 22%
}

.pins--health .pin--4 {
    bottom: 40%;
    left: 25%
}

.pins--health .pin--5 {
    bottom: 23%;
    left: 25%
}

.pins--health .pin--6 {
    bottom: 26%;
    left: 32%
}

.pins--health .pin--7 {
    top: 38%;
    left: 47%
}

.pins--health .pin--8 {
    top: 29%;
    left: 51%
}

.pins--health .pin--9 {
    top: 34%;
    left: 56%
}

.pins--health .pin--10 {
    top: 40%;
    left: 64%
}

.pins--health .pin--11 {
    top: 60%;
    left: 60%
}

.pins--health .pin--12 {
    top: 64%;
    left: 64%
}

.pins--health .pin--13 {
    top: 34%;
    left: 67%
}

.pins--retail .pin {
    border-color: rgba(248, 175, 0, .6);
    color: #f8af00;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite
}

.pins--retail .pin .fa-circle {
    display: none;
    font-size: 10px
}

.pins--retail .pin.active {
    z-index: 12
}

.pins--retail .pin.active .fa-circle {
    display: block
}

.pin-right ul li:before,
.pins--retail .pin.active .fa-plus {
    display: none !important
}

.pins--retail .pin--1 {
    top: 10%;
    left: 49%
}

.pins--retail .pin--2 {
    top: 17%;
    left: 58%
}

.pins--retail .pin--3 {
    top: 34%;
    left: 51%
}

.pins--retail .pin--4 {
    bottom: 45%;
    left: 4%
}

.pins--retail .pin--5 {
    bottom: 40%;
    left: 11%
}

.pins--retail .pin--6 {
    bottom: 50%;
    left: 22%
}

.pins--retail .pin--7 {
    bottom: 38%;
    left: 40%
}

.pins--retail .pin--8 {
    bottom: 38%;
    left: 48%
}

.pins--retail .pin--9 {
    bottom: 18%;
    left: 44%
}

.pins--retail .pin--10 {
    top: 45%;
    right: 6%
}

.pins--retail .pin--11 {
    top: 35%;
    right: 22%
}

.pin-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.pin-content {
    right: 0;
    left: 0;
    z-index: 13;
    display: none;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    background: #fff;
    color: #3e4651;
    text-align: left
}

.pin-content:After {
    clear: both
}

.pin-content img {
    max-width: 198%;
    width: 198% !important
}

.pin-content p {
    display: block;
    margin: 15px 0
}

.pin-flex {
    display: flex !important
}

.pin-left {
    width: 200px
}

.pin-right {
    padding: 30px;
    width: 400px
}

.pin-right h3 {
    margin-bottom: 15px;
    font-weight: 600
}

.pin-right ul li {
    margin-left: 15px;
    list-style-type: disc
}

.pin-close {
    position: absolute;
    top: 7px;
    right: 11px;
    z-index: 3;
    color: #e52053
}

.dot-list {
    padding-left: 15px !important
}

.dot-list li {
    list-style: disc
}

.pin-title {
    margin-bottom: 15px;
    font-size: 1.1rem
}

.tab-icon {
    margin-bottom: 60px
}

.label-panels,
.label-panels .tab-active {
    height: 100%
}

.label-panels .card--bordered {
    margin-top: 15px;
    height: calc(100% - 30px);
    border-bottom-right-radius: 90px
}

.label-panels img {
    display: block;
    max-height: 200px;
    width: 200px
}

.label-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.label-tabs .tab-link {
    transition: background .25s ease-in-out;
    margin: 15px;
    padding: 40px;
    width: calc(50% - 30px);
    background: #fff;
    text-align: center;
    text-decoration: none !important
}

.label-tabs .tab-link strong {
    transition: color .25s ease-in-out;
    display: block;
    margin-top: 30px;
    text-align: center
}

.label-tabs .tab-link img {
    height: 70px
}

.label-tabs .tab-link.active,
.label-tabs .tab-link:Hover {
    background: #e17000;
    color: #fff
}

.label-panels img,
.label-tabs .tab-link.active img,
.label-tabs .tab-link:Hover img {
    filter: brightness(0) invert(1)
}

.solutions .tab-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.solutions .tab-link {
    display: inline-block;
    font-weight: 400
}

.solutions .tab-link.active,
.solutions .tab-link:hover {
    color: #e17000;
    text-decoration: underline
}

.info-slider {
    z-index: 3
}

.info-slider .item img {
    max-width: 80%
}

.info-slider .item .contact,
.info-slider .item .flex,
.info-slider .item .network-card,
.info-slider .item .solutions .custom-nav,
.solutions .info-slider .item .custom-nav {
    justify-content: flex-start;
    margin-top: 30px
}

.info-slider .item .contact img,
.info-slider .item .flex img,
.info-slider .item .network-card img,
.info-slider .item .solutions .custom-nav img,
.solutions .info-slider .item .custom-nav img {
    display: inline-block;
    margin: 5px;
    max-width: 100%;
    border: 0
}

.info-slider,
.info-slider .slick-current {
    position: relative
}

.info-slider .item img,
.info-slider .slick-current img {
    max-width: calc(100% - 250px);
    border-right: 15px solid #f6f6f6
}

.solutions {
    margin-top: 75px
}

.solutions .tabs {
    margin-top: 15px !important
}

.solutions,
.solutions .tab-panel {
    position: relative
}

.solutions .tab-link {
    margin-bottom: 7px;
    padding-bottom: 7px;
    color: #545454;
    text-decoration: none;
    font-size: 1.4rem
}

.solutions .tab-link.active {
    font-weight: 700
}

.solutions .info-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%
}

.solutions .infographic {
    right: 5px;
    z-index: 3;
    margin-top: 0;
    padding: 45px;
    width: 600px;
    border-bottom-right-radius: 90px;
    background: #fff;
    color: #3e4651;
    text-decoration: none
}

.solutions .infographic .dot-list {
    padding-left: 5px
}

.solutions .infographic__title {
    display: block;
    margin-bottom: 20px;
    color: #e17000;
    font-size: 1.7rem
}

.solutions .infographic__text {
    display: block;
    margin-bottom: 20px;
    font-size: 1.1rem
}

.solutions .infographic__picture {
    display: none
}

.solutions .custom-nav {
    position: absolute;
    right: 15px;
    bottom: 60px;
    z-index: 3;
    width: 220px;
    font-weight: 600
}

.solutions .custom-nav .divider {
    margin-top: 0
}

.solutions .custom-nav__info {
    margin-bottom: 4px
}

.solutions .custom-nav__arrow svg {
    width: 60px
}

.solutions .custom-nav__arrow:hover svg path {
    stroke: #071956
}

.solutions .custom-nav__arrow:hover svg path:last-child {
    fill: #071956
}

.mobile-solution-blue .right-padding,
.solutions .item {
    position: relative
}

.mobile-solution-blue .right-padding:before {
    position: absolute;
    left: -50px;
    z-index: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    content: ''
}

.mobile-solution-blue .right-padding .pad-content {
    position: relative;
    z-index: 3
}

.solution-item .contact__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    background: #1965e1;
    color: #fff;
    font-weight: 500;
    font-size: .7rem
}

.solution-item .contact__btn:hover {
    background: #0d2ea0
}

.solution-item .contact__btn-text {
    color: #fff
}

.solution-item .contact__btn-icon {
    border-color: #fff;
    color: #fff
}

.solutions-slider {
    margin-top: 135px
}

.solutions-slider .slick-list {
    margin-right: -15px;
    margin-left: -15px
}

.solutions-slider .item {
    margin: 15px
}

.hero--video {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.pin-hidden,
.pin-hidden-img {
    position: absolute;
    z-index: -9999;
    width: 0;
    height: 0;
    opacity: 0
}

.pin-slider {
    margin-bottom: 0 !important
}

.pin-slider .slick-slide {
    overflow: hidden
}

.pin-slider .slick-slide img,
.solutions-slider-big .item img {
    width: 100%
}

.pin-slider .slick-dots {
    position: absolute !important;
    bottom: 10px
}

.pin-slider button {
    z-index: 3
}

.pin-slider .slick-dots li:Before {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.pin-slider .slick-dots li button:before,
.pin-slider .slick-next:before,
.pin-slider .slick-prev:before {
    color: #0d2ea0 !important
}

.pin-slider .slick-next {
    right: -8px
}

.pin-slider .slick-prev {
    left: -8px
}

.slide-1 {
    display: -ms-flex;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #e2e3e5
}

.slide-1 img {
    max-width: 140px !important;
    max-height: 200px;
    width: auto !important
}

.solutions-slider-big .slick-arrow {
    display: none !important
}

.solutions-slider-big .img-card__text {
    padding-bottom: 120px;
    max-width: 100%;
    width: 100%
}

.solutions-slider-big .text {
    font-size: 1rem;
    line-height: 2
}

.has-sub:hover .sub-menu-wrapper {
    display: block
}

.sub-menu-wrapper {
    position: absolute;
    top: 104px;
    right: 0;
    left: 0;
    z-index: 9;
    display: none;
    padding: 45px 0 !important;
    width: 100%;
    background: #fff
}

.sub-menu-wrapper .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.sub-menu-wrapper .sub-menu {
    margin-right: 10%;
    padding-left: 30px;
    border-left: 2px solid #008387
}

.sub-menu-wrapper .sub-menu strong {
    display: block;
    font-weight: 600
}

.sub-menu-wrapper .sub-menu span:last-child {
    margin-bottom: 0
}

.sub-menu-wrapper .sub-menu a {
    transition: color .25s ease-in-out;
    display: block;
    line-height: 1.2
}

.global-search-btn {
    font-family: sans-serif !important;
    line-height: 1.2 !important
}

.wpn .header #primary-menu .top-menu-right-bar #choose-country {
    line-height: 1.2
}

@media (min-width:992px) {
    .pr-30-md {
        padding-right: 30px
    }
}

.network-card {
    border-bottom-right-radius: 90px;
    background: #fff
}

.network-card__left {
    padding-right: 30px;
    padding-left: 30px;
    width: 50%;
    color: #545454;
    font-size: 1.2rem;
    line-height: 1.6
}

.network-card__left .title {
    font-size: 2.6rem;
    line-height: 1.4
}

.network-card__right {
    padding-right: 10%;
    width: 50%;
    text-align: right
}

.network-card__right img {
    position: relative;
    margin-top: -40px;
    vertical-align: middle
}

.map-selector,
.mobile-bg {
    display: none
}

.pin-position {
    position: absolute;
    z-index: 0;
    width: 25px;
    height: 25px;
    background: 0 0
}

.pin--warehouse {
    top: 22%;
    left: 5%
}

.pin--office {
    top: 5%;
    left: 26%
}

.pin--customer {
    bottom: 38%;
    left: 33%
}

.pin--shop {
    bottom: 27%;
    left: 36%
}

.pin--delicatessen {
    top: 23%;
    right: 32%
}

.pin--preadmission {
    top: 13%;
    left: 32%
}

.pin--admission {
    top: 8%;
    left: 67%
}

.pin--clinical {
    top: 24%;
    left: 84%
}

.pin--hospital {
    top: 71%;
    left: 53%
}

.pin--laboratory {
    top: 91%;
    left: 24%
}

.pin--pharmacy {
    top: 40%;
    left: 0
}

.pin--backoffice {
    top: 24%;
    left: 22%
}

.network-slider .slick-arrow,
.network-slider .slick-dots li:before {
    display: none !important
}

.show768,
.show992 {
    display: none
}

.deploy-wrapper:before {
    border-bottom-right-radius: 90px
}

.check-list-2 {
    -moz-column-count: 2;
    column-count: 2
}

@media (min-width:992px) {
    .check-list-2 {
        width: 70%
    }
}

.tblock__content {
    font-size: 1.1rem;
    line-height: 1.8
}

.tblock__content li {
    font-size: 1rem
}

.cards-wrap {
    padding: 30px;
    border-radius: 6px;
    background: #f0f0f3;
    box-shadow: 12px 12px 32px #cacacc, -16px -16px 32px #fff
}

.card--small {
    padding: 0;
    border-bottom-right-radius: 40px;
    box-shadow: 0 4px 36px -8px rgba(0, 0, 0, .1), 0 4px 30px -8px rgba(0, 0, 0, .1)
}

.card--small .title {
    padding: 20px;
    font-size: 1.2rem;
    color: #545454
}

.contact2 {
    background: #1965e1;
    color: #fff;
    padding: 25px;
    font-size: 1.6rem
}

.btn--white {
    border-radius: 0;
    background: #fff;
    color: #1965e1;
    font-weight: 600;
    letter-spacing: normal
}

.btn--white:Hover {
    background: #e52053;
    color: #fff
}

.horizontal-line {
    border-top: 1px solid #e6e6e6 !important;
    background: #f4f4f4
}

.cs-5-nav,
.cs-6-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ddd
}

.cs-item {
    padding: 15px;
    background: #fff;
    width: 20%;
    font-size: 1rem;
    color: #545454;
    text-align: center;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.cs-item:last-child {
    border-right: none
}

.cs-6-nav .cs-item {
    width: 16.6666667%
}

.cs-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff
}

.cs-content__left {
    padding: 60px;
    width: 40%
}

.cs-content__right {
    width: 60%;
    height: 500px
}

.cs-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    font-size: 1.4rem
}

.cs-arrow--left {
    left: 10px
}

.cs-arrow--right {
    right: 10px
}

.big-icon {
    text-align: center;
    height: 100px
}

.big-icon img {
    max-height: 100%
}

.big-icon__text {
    display: block;
    text-align: center;
    margin-top: 30px
}

.big-icon__text,
.fz11 {
    font-size: 1.1rem
}

.fz13 {
    font-size: 1.3rem
}

@media (max-width:1500px) {
    .products-slider .arrow-next {
        right: -12px
    }

    .products-slider .arrow-prev {
        left: -12px
    }

    .products-slider .slick-arrow {
        width: 32px;
        height: 32px;
        line-height: 30px
    }

    .products-slider .slick-arrow svg {
        width: 9px
    }

    .solutions .tab-link {
        font-size: 1.2rem
    }
}

@media (max-width:1450px) {
    .tblock__content {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .title {
        font-size: 1.7rem
    }

    .container {
        max-width: 1200px
    }

    .cs-6-nav .cs-item {
        min-height: 82px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }

    .sticky2 {
        top: 74px
    }

    .card .title {
        font-size: 1.6rem
    }

    .product__image {
        max-width: calc(100% - 60px)
    }

    .product__title {
        font-size: 1.5rem
    }

    .product__btn {
        padding: 15px 0;
        font-size: .9rem
    }

    .title--small {
        font-size: 1.8rem
    }

    .sub-title {
        font-size: 1.1rem
    }

    .solutions .infographic__title {
        margin-bottom: 10px;
        font-size: 1.1rem
    }

    .solutions .infographic__text {
        font-size: .8rem
    }

    .solutions .item-list li {
        font-size: .9rem
    }

    .title--smaller {
        font-size: 1.6rem
    }

    .text--big {
        font-size: 1.2rem
    }

    .workflow__card {
        padding: 30px
    }

    .card__subtitle {
        min-height: 48px
    }

    .card--footer {
        position: relative;
        padding-bottom: 90px !important
    }

    .card--footer img {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: calc(100% - 30px)
    }

    .card--middle img {
        left: 15px
    }

    .solutions .custom-nav {
        bottom: 30px
    }

    .bsi .infographic,
    .contact__text,
    .solutions .tab-link {
        font-size: 1rem
    }

    .contact__btn {
        font-size: .9rem
    }

    .contact__left img {
        width: 280px
    }

    .card-bordered {
        padding: 30px 30px 60px
    }

    .card-bordered__img {
        margin: -30px -30px 30px
    }

    .pin-overflow {
        position: relative;
        overflow-x: scroll;
        height: 1050px
    }

    .pins {
        width: 1200px
    }

    .network-card__left .title {
        font-size: 2rem
    }

    .network-card__left {
        width: 60%;
        font-size: .9rem
    }

    .network-card__right {
        width: 40%
    }

    .solutions .tblock__text {
        font-size: .9rem
    }

    .solutions .infographic {
        padding: 30px;
        margin-top: -5px
    }

    .tblock__content {
        font-size: .9rem;
        line-height: 1.6
    }

    .card--small {
        padding: 0
    }

    .cs-item {
        min-height: 82px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .video-card .fz11 {
        font-size: 1rem
    }

    .big-icon__text,
    .cs-6-nav .cs-item {
        font-size: .9rem
    }
}

@media (max-width:992px) {
    .sticky2 {
        top: 0;
        margin-top: 0
    }

    .menu__link {
        margin-right: 20px;
        font-size: .9rem
    }

    .menu__link:last-child,
    .solutions .tab-link:last-child {
        margin-right: 0
    }

    .card {
        padding: 15px
    }

    .card .title {
        font-size: 1.2rem
    }

    .title {
        font-size: 1.6rem
    }

    .title--small {
        font-size: 1.3rem
    }

    .product__title {
        font-size: 1.2rem
    }

    .built__nav .tab-link,
    .product__category {
        font-size: .9rem
    }

    .built__info {
        padding: 15px
    }

    .solutions .tab-link {
        font-size: 1rem
    }

    .solutions .infographic__left {
        padding-top: 0
    }

    .solutions .seperator {
        margin: 0 10px
    }

    .info-slider .slick-current img {
        max-width: 100%
    }

    .solutions {
        margin-bottom: 90px
    }

    .solutions .info-bg {
        display: none;
        width: 20%
    }

    .solutions .custom-nav {
        top: auto
    }

    .title--smaller {
        font-size: 1.3rem
    }

    .text .text {
        font-size: .9rem
    }

    .text--big {
        font-size: 1.1rem
    }

    .card__title {
        min-height: 42px;
        font-size: 1rem
    }

    .card--middle {
        border: 0
    }

    .card--middle:after,
    .card--middle:before {
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background: #dfdfdf;
        content: ''
    }

    .card--middle:before {
        left: -15px
    }

    .card--middle:after {
        right: -15px
    }

    .card--middle img {
        left: 0
    }

    .card--footer {
        padding: 0
    }

    .footer__bottom .row .col-4:nth-of-type(1) img {
        width: 80px
    }

    .newsletter {
        width: 300px
    }

    .hide-md {
        display: none !important
    }

    .built--mobile {
        display: block;
        margin-bottom: 75px
    }

    .built--mobile .built__info {
        margin-bottom: 15px;
        width: 100%
    }

    .built--mobile .built__video {
        width: 100%;
        height: 300px
    }

    .built--mobile .built__slider .item {
        padding-right: 0;
        text-align: center
    }

    .built--mobile .built__slider .item img {
        margin: 0 auto
    }

    .built--mobile .custom-nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px auto 0;
        width: 180px
    }

    .built--mobile .custom-nav__arrow svg {
        width: 60px
    }

    .built--mobile .custom-nav__arrow:hover svg path {
        stroke: #071956
    }

    .built--mobile .custom-nav__arrow:hover svg path:last-child {
        fill: #071956
    }

    .built-mobile--1 .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .built-mobile--1 .slick-arrow svg {
        width: 8px
    }

    .built-mobile--1 .slick-arrow svg path {
        stroke: #333
    }

    .built-mobile--1 .arrow-prev {
        left: 0
    }

    .built-mobile--1 .arrow-next {
        right: 0
    }

    .bsi__image {
        margin-top: 15px;
        width: 160px
    }

    .bsi__persons {
        width: 250px
    }

    .card--top img {
        width: 40%
    }

    .card--top span {
        width: 60%
    }

    .tblock__text {
        font-size: .8rem
    }

    .tblock {
        min-height: inherit
    }

    .tblock .title {
        font-size: 1.4rem
    }

    .tblock__content {
        padding: 60px 30px !important
    }

    .contact__left img {
        width: 150px
    }

    .contact:before,
    .deploy-wrapper:before {
        display: none
    }

    .contact {
        justify-content: center;
        padding: 10px 10px 15px;
        background: #0d2ea0;
        text-align: center
    }

    .contact__left {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
        width: 100%
    }

    .contact__left span {
        width: 100%
    }

    .video-wrapper--pr30 {
        padding-right: 0
    }

    .deploy-wrapper {
        background: #35c4b5
    }

    .deploy-box {
        padding: 30px 0
    }

    .pr-50-md {
        padding-right: 0
    }

    .reverse-md {
        flex-direction: column-reverse
    }

    .label-panels .card--bordered {
        padding: 30px 30px 45px
    }

    .label-tabs {
        margin-left: -15px;
        width: calc(100% + 30px)
    }

    .label-tabs .tab-link {
        padding: 15px
    }

    .label-tabs .tab-link img {
        height: 40px
    }

    .label-tabs .tab-link strong {
        margin-top: 15px;
        font-size: .9rem
    }

    .label-panels img {
        width: 100px
    }

    .tab-icon {
        margin-bottom: 15px
    }

    .label-panels .text {
        font-size: .9rem
    }

    .solutions .custom-nav {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }

    .solutions .infographic {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 50px;
        width: 100%
    }

    .info-slider .slick-current img {
        border: 0
    }

    .solutions .tab-link {
        padding: 5px;
        width: 50%
    }

    .info-slider .item img {
        max-width: 100%;
        border-right: none
    }

    .solutions-slider {
        margin-top: 0
    }

    .solutions-slider .slick-arrow {
        display: none !important
    }

    .solutions-slider .slick-list {
        margin: 0
    }

    .solutions-slider-big .pad-content {
        margin-right: auto;
        margin-left: auto;
        padding: 0 !important;
        max-width: 80%
    }

    .network-card__left {
        padding: 30px
    }

    .network-card__left .title {
        font-size: 1.6rem;
        line-height: 1.2
    }

    .network-card__right {
        padding-right: 15px
    }

    .mobile-bg {
        display: block;
        height: 400px
    }

    .hero,
    .hero .container {
        padding: 0 !important
    }

    .hero .card {
        width: 100%;
        border-radius: 0
    }

    .solutions .infographic {
        transform: none
    }

    .hide992 {
        display: none
    }

    .show992 {
        display: block
    }

    .deploy--crimson {
        background: #e52053;
        border-bottom-right-radius: 60px;
        margin-bottom: 50px
    }

    .video-card .row {
        flex-direction: column-reverse
    }

    .video-card .col-lg-4 {
        margin-bottom: 30px
    }

    .cs-6-nav .cs-item {
        font-size: .9rem;
        padding: 15px 10px
    }
}

@media (max-width:576px) {
    .btn-mobil {
        display: block;
        padding: 0;
        position: relative;
        top: 4px;
        outline: transparent
    }

    .arka-active {
        display: block;
        opacity: 1
    }

    .mobil,
    .mobil-nav--icon {
        display: block;
        height: 25px
    }

    .mobil {
        position: fixed;
        top: 0;
        left: -320px;
        background: #3e4651;
        color: #fff;
        width: 300px;
        height: 100%;
        max-width: calc(100% - 80px);
        transition: all .3s cubic-bezier(.25, .8, .25, 1);
        z-index: 9999
    }

    .mobil strong {
        font-weight: 500
    }

    .mobil .nav-tabs {
        display: flex;
        position: absolute;
        bottom: 0;
        font-weight: 500;
        background: rgba(0, 0, 0, .2);
        width: 100%;
        z-index: 99999
    }

    .mobil .nav-tabs li {
        width: 50%;
        text-align: center
    }

    .mobil .tab {
        overflow: hidden
    }

    .mobil .iletisim-bilgileri {
        padding: 30px;
        line-height: 1.7
    }

    .mobil .iletisim-bilgileri .iletisim-box {
        font-size: .85rem;
        padding-left: 0
    }

    .mobil .iletisim-bilgileri span {
        opacity: .7
    }

    .mobil .iletisim-bilgileri a {
        color: #fff;
        text-decoration: underline
    }

    .mobil .tablinks {
        display: block;
        font-size: .8rem;
        cursor: pointer;
        padding: 18px 0 15px;
        border-bottom: 3px solid transparent;
        opacity: .6;
        transition: all .3s
    }

    .mobil .tablinks:hover {
        border-color: #e17000;
        opacity: .8
    }

    .mobil .tablinks.active {
        border-color: #e17000;
        opacity: 1
    }

    .mobil .tabcontent {
        padding-bottom: 45px;
        overflow-y: scroll;
        height: calc(100vh - 75px)
    }

    .mobil-logo {
        padding: 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .mobil-logo img {
        display: block;
        margin: 0 auto;
        width: 160px
    }

    .mobil-logo .musteri-girisi {
        display: block;
        font-size: 14px;
        padding: 14px;
        margin: 0 auto;
        border-radius: 32px;
        width: 90%;
        text-decoration: none
    }

    .mobil-logo .musteri-girisi i {
        right: 20px
    }

    .mobil-baslik {
        display: block;
        font-size: 16px;
        font-weight: 500;
        background: rgba(0, 0, 0, .2);
        color: #fff;
        padding: 25px 15px;
        border: 0;
        transition: all .3s
    }

    .mobil-menu-li {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .mobil-menu-li .btn-atik {
        display: block;
        padding: 15px 30px;
        width: 230px !important;
        margin: 30px auto 0 !important
    }

    .mobil-ana-menu .mobil-menu-li a {
        width: 100%
    }

    .mobil-ana-menu .mobil-menu-li i {
        margin-top: 2px;
        float: right
    }

    .mobil-menu-link {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        padding: 20px 20px 20px 35px;
        transition: all .3s;
        text-decoration: none !important
    }

    .mobil-menu-link i {
        margin-right: 6px
    }

    .mobil-menu-link:focus,
    .mobil-menu-link:hover {
        background: rgba(0, 0, 0, .1);
        color: #e17000
    }

    .mobil-menu-link.active {
        background: rgba(0, 0, 0, .1);
        color: #e17000
    }

    .mobil-alt-menu {
        display: none;
        background: rgba(0, 0, 0, .3);
        padding: 15px 0
    }

    .mobil-alt-menu ul {
        padding: 10px 0;
        line-height: 1.4
    }

    .mobil-alt-menu a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: rgba(255, 255, 255, .8);
        padding: 12px 12px 12px 50px;
        text-decoration: none;
        transition: color .25s ease-in-out
    }

    .mobil-alt-menu a.active,
    .mobil-alt-menu a:Hover {
        color: #e17000
    }

    .mobil-active {
        left: 0
    }

    .mobil-hr {
        background: rgba(255, 255, 255, .1);
        margin-left: -50px;
        border: 0;
        height: 1px
    }

    .mobil-tab {
        height: calc(100vh - 80px);
        overflow-y: scroll
    }
}

@media (max-width:767px) {
    .solutions .info-bg {
        display: none
    }

    .solutions .tab-link {
        font-size: .9rem
    }

    .solutions .infographic__left {
        width: 100%
    }

    .solutions .infographic__right {
        bottom: 0;
        margin-top: 5px;
        width: 100%
    }

    .solutions {
        margin-top: 0
    }

    .solutions .item {
        padding: 15px
    }

    .solutions .infographic {
        position: relative;
        top: auto;
        left: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
        transform: none
    }

    .solutions .custom-nav__arrow svg {
        width: 40px
    }

    .workflow__image {
        height: 300px
    }

    .workflow--reverse {
        flex-direction: column-reverse
    }

    .card__title {
        font-size: .8rem
    }

    .card__subtitle {
        min-height: 32px;
        font-size: .7rem
    }

    .card--footer {
        padding-bottom: 60px !important
    }

    .newsletter {
        margin-bottom: 60px;
        width: 100%
    }

    .footer__content {
        width: 100%
    }

    .footer__social {
        padding-left: 0;
        border: 0
    }

    .footer__top .header__lang {
        margin-right: 0
    }

    .product__image {
        max-width: 60%
    }

    .product__details {
        margin-bottom: 10px
    }

    .product__details li {
        margin-bottom: 3px
    }

    .main-products .title--series {
        margin-bottom: 0 !important
    }

    .solutions {
        margin-bottom: 15px
    }

    .main-workflow hr {
        margin: 5px 0 !important
    }

    .hero-buttons .container {
        padding-right: 0;
        padding-left: 0
    }

    .info-icon {
        display: block !important
    }

    .info-slider .slick-track {
        display: flex !important
    }

    .info-slider .item {
        height: inherit !important
    }

    .info-slider .item .infographic {
        height: 100%
    }

    .pin-right p,
    .pin-right ul,
    .sub-title {
        font-size: .8rem
    }

    .infographic {
        max-width: 100%
    }

    .hero-buttons {
        margin-top: 0;
        background: #ededed
    }

    .hero-buttons .container-fluid {
        padding: 0
    }

    .hero-bg {
        padding-top: 30px;
        padding-bottom: 220px
    }

    .hero-bg .title {
        padding-left: 0
    }

    .card--top {
        padding: 0
    }

    .main-content .main-products-wrapper {
        margin-top: -200px;
        margin-bottom: 0 !important
    }

    .solutions .seperator {
        margin: 0 10px 10px;
        padding: 0;
        font-size: .9rem
    }

    .solutions .tab-link {
        margin-right: 0 !important;
        margin-bottom: 10px;
        padding-bottom: 0 !important
    }

    .solutions .tab-nav {
        margin: 15px auto;
        padding: 15px
    }

    .info-icon {
        height: 60px
    }

    .solutions .infographic {
        padding-bottom: 50px
    }

    .solutions .infographic__right {
        padding-bottom: 0;
        border: 0
    }

    .bsi__persons {
        position: absolute;
        top: -46px;
        right: 0;
        width: 200px
    }

    .bsi {
        margin-top: 60px;
        padding-top: 140px
    }

    #workflow .mt-5 {
        margin-top: 0 !important
    }

    .infographic--mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        padding: 0;
        background: 0 0
    }

    .infographic--mobile img {
        width: 25%
    }

    .infographic--mobile span {
        width: calc(75% - 15px);
        color: #3e4651;
        font-size: .8rem
    }

    .infographic--mobile .title {
        width: 100%
    }

    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }

    .bsi__check {
        display: block;
        padding-left: 15px;
        font-size: .8rem
    }

    .bsi__check:before {
        left: 0
    }

    .reverse-mobile {
        flex-direction: column-reverse
    }

    .bsi .mb30 {
        margin-bottom: 5px
    }

    .tblock__bg {
        height: 300px
    }

    .reverse--mobile {
        flex-direction: column-reverse
    }

    .pt-30-sm {
        padding-top: 30px !important
    }

    .mt-0-sm {
        margin-top: 0 !important
    }

    .mt-30-sm {
        margin-top: 30px !important
    }

    .card-bordered__icon {
        font-size: 5rem
    }

    .img-card__text {
        width: 100%
    }

    .img-card__img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .mobile-solution-blue .tblock__bg {
        height: auto
    }

    .img-card--blue .img-card__text {
        padding: 30px
    }

    .solutions-slider-big .text {
        font-size: .9rem;
        line-height: 1.8
    }

    .solutions-slider-big .title {
        font-size: 1.1rem !important
    }

    .solutions-slider-big .pad-content {
        margin-top: 30px !important;
        max-width: calc(100% - 30px)
    }

    .img-card--blue {
        margin-bottom: 30px
    }

    .network-card {
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 30px 0
    }

    .network-card__left {
        margin-bottom: 30px;
        padding: 0
    }

    .network-card__left,
    .network-card__right {
        width: 100%;
        text-align: center
    }

    .network-card__right img {
        margin-top: 0;
        max-width: 200px
    }

    .pin-hidden {
        overflow: hidden
    }

    .map-selector {
        display: block
    }

    .mobile-bg {
        height: 250px;
        background-position: center right -43px
    }

    .hide768 {
        display: none
    }

    .show768 {
        display: block
    }

    .pin-flex {
        display: block !important
    }

    .pin-left {
        width: 100%
    }

    .pin-right {
        width: 100%;
        padding: 15px
    }

    .contact2 span,
    .pin-right h3 {
        font-size: 1rem
    }

    .pin-right ul li {
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .pin-content img {
        width: auto !important;
        max-width: 100% !important
    }

    .pin-content {
        width: 340px;
        max-width: calc(100% - 30px)
    }

    .slide-1 {
        height: 258px
    }

    .btn--white,
    .tblock__content li {
        font-size: .9rem
    }

    .card--small .title {
        font-size: 1rem;
        padding: 15px
    }

    .cs-content {
        flex-wrap: wrap
    }

    .cs-content__left {
        width: 100%;
        padding: 30px
    }

    .cs-content__right {
        width: 100%;
        height: 350px
    }

    .cs-item {
        font-size: .9rem;
        min-height: 70px
    }

    .video-card .cs-content__left {
        margin-top: 30px;
        padding: 0 0 30px !important
    }

    .cs-6-nav .cs-item {
        width: 33.3333%;
        border-bottom: 1px solid #ddd
    }

    .cs-6-nav .cs-item:nth-of-type(3n) {
        border-right: none
    }
}

@media (max-width:576px) {
    body {
        padding-top: 50px
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        height: 57px
    }

    .header--flex {
        height: 50px
    }

    .btn-mobil {
        transform: scale(.8)
    }

    .header__content {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header__top {
        box-shadow: 0 4px 18px -4px rgba(0, 0, 0, .4)
    }

    .header__bottom {
        display: none;
        box-shadow: 0 4px 18px -4px rgba(0, 0, 0, .4) !important;
        transition: none !important
    }

    .logo {
        width: 96px
    }

    .menu {
        padding: 0 15px
    }

    .menu__link {
        display: block;
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        color: #545454
    }

    .menu__link:last-child {
        border: 0
    }

    .menu__link:After {
        top: 50%;
        left: -15px;
        width: 3px;
        height: 18px;
        transform: translateY(-50%)
    }

    .menu__link.active,
    .menu__link:hover {
        color: #1965e1;
        font-weight: 700
    }

    .menu__link.active:after,
    .menu__link:hover:after {
        height: 18px
    }

    .card .title {
        font-size: 1rem
    }

    .mb-5 {
        margin-bottom: 2.4rem !important
    }

    .mt-5 {
        margin-top: 2.4rem !important
    }

    .mb-4 {
        margin-bottom: 1rem !important
    }

    .hero-button__item {
        padding: 10px 0;
        font-size: .9rem
    }

    .product__btn {
        padding: 10px 0
    }

    .solutions .tab-link {
        margin-right: 10px;
        font-size: .9rem
    }

    .title {
        font-size: 1.2rem
    }

    .solutions .container {
        padding-right: 0;
        padding-left: 0
    }

    .solutions .title {
        margin-left: 15px
    }

    .solutions .tab-nav {
        padding: 0 !important
    }

    .solutions .tab-nav .tab-link {
        margin: 15px !important;
        padding: 0 !important;
        width: calc(50% - 30px);
        font-size: .9rem
    }

    .solutions .infographic__title {
        font-size: 1.1rem
    }

    .item-list li,
    .solutions .item-list li {
        font-size: .8rem
    }

    .workflow__card {
        padding: 15px
    }

    .solutions .infographic__text,
    .text {
        font-size: .9rem
    }

    .card--footer img {
        max-width: 100%
    }

    .footer__bottom .col-4 {
        padding-right: 6px;
        padding-left: 6px
    }

    .footer__bottom .row .col-4:nth-of-type(1) img {
        width: 50px
    }

    .footer__bottom .row .col-4:nth-of-type(2) img {
        max-width: calc(100% - 30px)
    }

    .card__title {
        min-height: 33px;
        font-size: .7rem
    }

    .card__subtitle {
        min-height: 27px;
        font-size: .6rem
    }

    .card--middle:before {
        left: -10px
    }

    .card--middle:after {
        right: 0
    }

    .footer__social a:first-child img {
        width: 10px
    }

    .footer__social img {
        width: 18px
    }

    .solutions .tab-nav {
        margin: 6px 0 0 !important
    }

    .solutions .tabs {
        margin-top: 6px !important
    }

    .solutions .tab-link {
        padding-bottom: 6px
    }

    .title--smaller {
        font-size: 1.1rem
    }

    .workflow .text {
        margin: 15px 0 !important
    }

    .footer {
        padding-bottom: 30px
    }

    .products-slider .slick-dots {
        bottom: 0
    }

    .built--mobile .built__slider .item img {
        max-width: 60%
    }

    .product {
        padding-bottom: 55px
    }

    .product__image {
        margin: 15px auto
    }

    .sticky2 {
        top: 50px
    }

    .card--top {
        flex-wrap: wrap
    }

    .card--top img {
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        width: 250px
    }

    .card--top span {
        width: 100%
    }

    .mobile-bg {
        display: block;
        height: 170px
    }

    .hero {
        background: 0 0 !important
    }

    .hero .card {
        width: 100%;
        border-radius: 0
    }

    .hero .card .title {
        font-weight: 600
    }

    .hero,
    .hero .container {
        padding: 0
    }

    .breadcrumb__item,
    .breadcrumb__seperator {
        font-size: .7rem
    }

    .tblock__content {
        padding: 30px 15px !important
    }

    .contact__btn {
        margin-right: 0;
        font-size: .7rem
    }

    .contact__btn-icon,
    .contact__btn-text {
        padding: 10px
    }

    .title--small {
        font-weight: 600;
        font-size: 1.1rem
    }

    .text--big {
        font-size: .9rem
    }

    .text-card {
        padding: 15px
    }

    .clear-list {
        font-size: .9rem
    }

    .pt-30-sm {
        padding-top: 30px !important
    }

    .mt-0-sm {
        margin-top: 0 !important
    }

    .mt-30-sm {
        margin-top: 30px !important
    }

    .img-card__pad {
        padding: 15px
    }

    .label-panels img {
        width: 50px
    }

    .pin-overflow {
        overflow: scroll;
        height: 500px
    }

    .contact2 {
        justify-content: center
    }

    .contact2 span {
        width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    .cards-wrap,
    .contact2 {
        padding: 15px
    }

    .cs-item {
        width: 50%;
        border-bottom: 1px solid #ddd
    }

    .cs-item:nth-of-type(2n) {
        border-right: none
    }

    .cs-5-nav .cs-item:last-child {
        width: 100%
    }

    .cs-content__left {
        min-height: 280px
    }

    .big-icon {
        height: 70px
    }

    .cs-6-nav .cs-item {
        width: 50%
    }

    .cs-6-nav .cs-item:nth-of-type(2n) {
        border-right: none
    }

    .cs-6-nav .cs-item:nth-of-type(3n) {
        border-right: 1px solid #ddd
    }

    .cs-6-nav .cs-item:last-child {
        border-right: none
    }

    .cs-arrow {
        width: 20px;
        height: 20px;
        font-size: 1rem
    }
}

/*# sourceMappingURL=style.css.map */</pre></body></html>