header {
    display: block
}

body, html {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    background: #fff;
    color: #424d56;
    font-family: Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.52941em
}

ul {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    counter-reset: listNumbering
}

li {
    counter-increment: listNumbering
}

strong {
    font-weight: 700
}

svg:not(:root) {
    overflow: hidden
}

::selection {
    background: rgba(0, 139, 160, .5);
    color: #fff;
    text-shadow: none
}

* {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

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

h3 {
    margin: 0 0 20px;
    text-rendering: optimizelegibility
}

.bigger, h3.bigger {
    font-size: 35px;
    line-height: 1.28571em;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .bigger, h3.bigger {
        font-size: 27px;
        line-height: 1.2em
    }
}

h3 {
    font-size: 26px;
    line-height: 1.34615em;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
        line-height: 1.2em
    }
}

a {
    cursor: pointer;
    text-decoration: none
}

a:active, a:focus, a:hover {
    outline: 0
}

p {
    margin: 0 0 20px
}

hr {
    position: relative;
    margin: 20px auto;
    max-width: 100%;
    border: none;
    height: 1px;
    background: #c6cfd4
}

.skin-inverse hr {
    background: hsla(0, 0%, 100%, .5)
}

h3 {
    font-family: Fedra, Tahoma, sans-serif;
    font-weight: lighter
}

a {
    color: #008193
}

a:hover {
    text-decoration: underline
}

a:active {
    color: #02b9c7
}

.align-center {
    text-align: center
}

.container, .header, .main, .main:before, .page {
    -webkit-transition: all false .3s;
    -webkit-transition-delay: .3s;
    -moz-transition: all .3s false .3s;
    -o-transition: all .3s false .3s;
    transition: all .3s .3s
}

.main, .page {
    position: relative;
    overflow: hidden
}

.container:after, .main:after, .page:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1230px
}

.box.skin-faded-black.opacity-100 .box-content {
    background: #181c20;
    color: #fff
}

.box.skin-faded-black .box-content {
    background: #181c20;
    color: #fff
}

.box {
    position: relative;
    padding: 42px 0 15px;
    color: #424d56;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.box .box-content > div:last-child p:last-child {
    margin: 0
}

.box.skin-inverse {
    color: #fff
}

.box.skin-inverse:after {
    border-top-color: #3b3b3b
}

.box-content {
    background: #fff;
    padding: 25px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.box:hover * {
    text-decoration: none
}

.hero {
    position: relative;
    z-index: 0;
    margin-top: -50px;
    background: #3b3b3b 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hero .section > .container {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .hero {
        margin-top: -100px
    }

    .hero .section > .container {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

.section {
    position: relative;
    padding: 50px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.section > .container {
    display: table;
    width: 100%;
    table-layout: fixed
}

.section.skin-padding-top-small {
    padding-top: 25px
}

.section.skin-inverse {
    color: #fff;
    background-color: #3b3b3b
}

.section.skin-inverse:after {
    border-top-color: #3b3b3b
}

.logo {
    background-image: url(/typo3conf/ext/eset_base/Resources/Public/Assets/logo.svg);
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all .4s ease false;
    -o-transition: all .4s ease false;
    transition: all false .4s ease;
    text-decoration: none !important;
    overflow: hidden;
    width: 120px;
    height: 70px;
    filter: brightness(1)
}

.logo:before {
    display: block
}

.canvas {
    overflow: hidden
}

.page {
    min-width: 320px
}

.page {
    background: #3b3b3b
}

.main {
    background: #fff;
    padding-top: 50px;
    min-height: 500px
}

.main:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(24, 28, 32, .5);
    -webkit-box-shadow: inset 0 8px 15px rgba(0, 0, 0, .26);
    -moz-box-shadow: inset 0 8px 15px rgba(0, 0, 0, .26);
    box-shadow: inset 0 8px 15px rgba(0, 0, 0, .26)
}

@media (min-width: 768px) {
    .main {
        padding-top: 100px
    }
}

.header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    height: 50px
}

.header, .header a {
    color: #fff
}

.header .container {
    max-width: 1920px
}

.header .logo {
    float: left;
    margin-top: 18px;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .header .logo {
        height: 40px;
        margin-top: 5px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .header {
        height: 100px
    }

    .header:hover {
        background-color: rgba(24, 28, 32, .5)
    }

    .header:hover, .header:hover a:not([class*=btn]) {
        color: #fff !important
    }
}

@media (max-width: 767px) {
    .page {
        width: 200%;
        left: 0
    }

    .main {
        width: 50%
    }
}

.progress-protected {
    text-decoration: none !important;
    overflow: hidden;
    width: 300px;
    height: 70px
}

.progress-protected.animate {
    background-image: none
}

.progress-protected svg {
    width: 100%;
    height: 100%;
    transition: transform .4s ease;
    -webkit-transition: transform .4s ease
}

@media (max-width: 768px) {
    .logo.progress-protected svg {
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px)
    }
}

@media print {
    @viewport {
        width: 1260px;
        min-width: 1260px
    }@page {
    width: 1260px;
    min-width: 1260px;
    size: 1260px 1740px;
    margin: 2cm;
    orphans: 4;
    widows: 4
}

    * {
        text-shadow: none !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact
    }

    body {
        min-width: 1260px
    }

    li {
        page-break-inside: avoid
    }

    h3 {
        page-break-after: avoid
    }

    .header {
        display: none !important
    }

    .page {
        min-width: 1260px
    }

    .main {
        padding-top: 0
    }
}

#header {
    transition: margin-top .1s
}
