@charset "UTF-8";

.media:before, .section:before, .accordion__heading:before, .media:after, .section:after, .accordion__heading:after {
    content: " ";
    display: table
}

.media:after, .section:after, .accordion__heading:after {
    clear: both
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body:before {
    content: "desktop";
    display: none
}

@media only screen and (max-width: 670px) {
    body:before {
        content: "tablet"
    }
}

@media only screen and (max-width: 639px) {
    body {
        font-size: 16px
    }

        body:before {
            content: "mobile"
        }
}

.content {
    animation-duration: .5s;
    animation-name: fade-in;
    overflow: hidden;
    position: relative;
    width: 100%
}

.grid__item {
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    vertical-align: top
}

.grid__item--1\/1 {
    width: 100%
}

.grid__item--1\/2 {
    width: 50%
}

.grid__item--1\/3 {
    width: 33.29%
}

.grid__item--2\/3 {
    width: 66.6666666667%
}

.grid__item--1\/4 {
    width: 25%
}

.grid__item--3\/4 {
    width: 75%
}

.grid__item--1\/5 {
    width: 20%
}

.grid__item--2\/5 {
    width: 40%
}

.grid__item--3\/5 {
    width: 60%
}

.grid__item--4\/5 {
    width: 80%
}

.grid__item--1\/6 {
    width: 16.6666666667%
}

.grid__item--5\/6 {
    width: 83.3333333333%
}

.grid__item--1\/7 {
    width: 14.2857142857%
}

.grid__item--2\/7 {
    width: 28.5714285714%
}

.grid__item--3\/7 {
    width: 42.8571428571%
}

.grid__item--4\/7 {
    width: 57.1428571429%
}

.grid__item--5\/7 {
    width: 71.4285714286%
}

.grid__item--6\/7 {
    width: 85.7142857143%
}

.grid__item--1\/8 {
    width: 12.5%
}

.grid__item--3\/8 {
    width: 37.5%
}

.grid__item--5\/8 {
    width: 62.5%
}

.grid__item--7\/8 {
    width: 87.5%
}

.grid__item--1\/9 {
    width: 11.1111111111%
}

.grid__item--2\/9 {
    width: 22.2222222222%
}

.grid__item--4\/9 {
    width: 44.4444444444%
}

.grid__item--5\/9 {
    width: 55.5555555556%
}

.grid__item--7\/9 {
    width: 77.7777777778%
}

.grid__item--8\/9 {
    width: 88.8888888889%
}

.grid__item--1\/10 {
    width: 10%
}

.grid__item--3\/10 {
    width: 30%
}

.grid__item--7\/10 {
    width: 70%
}

.grid__item--9\/10 {
    width: 90%
}

.grid__item--1\/11 {
    width: 9.0909090909%
}

.grid__item--2\/11 {
    width: 18.1818181818%
}

.grid__item--3\/11 {
    width: 27.2727272727%
}

.grid__item--4\/11 {
    width: 36.3636363636%
}

.grid__item--5\/11 {
    width: 45.4545454545%
}

.grid__item--6\/11 {
    width: 54.5454545455%
}

.grid__item--7\/11 {
    width: 63.6363636364%
}

.grid__item--8\/11 {
    width: 72.7272727273%
}

.grid__item--9\/11 {
    width: 81.8181818182%
}

.grid__item--10\/11 {
    width: 90.9090909091%
}

.grid__item--1\/12 {
    width: 8.3333333333%
}

.grid__item--5\/12 {
    width: 41.6666666667%
}

.grid__item--7\/12 {
    width: 58.3333333333%
}

.grid__item--11\/12 {
    width: 91.6666666667%
}

@media only screen and (max-width: 670px) {
    .grid__item--md-1\/1 {
        width: 100%
    }

    .grid__item--md-1\/2 {
        width: 50%
    }

    .grid__item--md-1\/3 {
        width: 33.3333333333%
    }

    .grid__item--md-2\/3 {
        width: 66.6666666667%
    }

    .grid__item--md-1\/4 {
        width: 25%
    }

    .grid__item--md-3\/4 {
        width: 75%
    }

    .grid__item--md-1\/5 {
        width: 20%
    }

    .grid__item--md-2\/5 {
        width: 40%
    }

    .grid__item--md-3\/5 {
        width: 60%
    }

    .grid__item--md-4\/5 {
        width: 80%
    }

    .grid__item--md-1\/6 {
        width: 16.6666666667%
    }

    .grid__item--md-5\/6 {
        width: 83.3333333333%
    }

    .grid__item--md-1\/7 {
        width: 14.2857142857%
    }

    .grid__item--md-2\/7 {
        width: 28.5714285714%
    }

    .grid__item--md-3\/7 {
        width: 42.8571428571%
    }

    .grid__item--md-4\/7 {
        width: 57.1428571429%
    }

    .grid__item--md-5\/7 {
        width: 71.4285714286%
    }

    .grid__item--md-6\/7 {
        width: 85.7142857143%
    }

    .grid__item--md-1\/8 {
        width: 12.5%
    }

    .grid__item--md-3\/8 {
        width: 37.5%
    }

    .grid__item--md-5\/8 {
        width: 62.5%
    }

    .grid__item--md-7\/8 {
        width: 87.5%
    }

    .grid__item--md-1\/9 {
        width: 11.1111111111%
    }

    .grid__item--md-2\/9 {
        width: 22.2222222222%
    }

    .grid__item--md-4\/9 {
        width: 44.4444444444%
    }

    .grid__item--md-5\/9 {
        width: 55.5555555556%
    }

    .grid__item--md-7\/9 {
        width: 77.7777777778%
    }

    .grid__item--md-8\/9 {
        width: 88.8888888889%
    }

    .grid__item--md-1\/10 {
        width: 10%
    }

    .grid__item--md-3\/10 {
        width: 30%
    }

    .grid__item--md-7\/10 {
        width: 70%
    }

    .grid__item--md-9\/10 {
        width: 90%
    }

    .grid__item--md-1\/11 {
        width: 9.0909090909%
    }

    .grid__item--md-2\/11 {
        width: 18.1818181818%
    }

    .grid__item--md-3\/11 {
        width: 27.2727272727%
    }

    .grid__item--md-4\/11 {
        width: 36.3636363636%
    }

    .grid__item--md-5\/11 {
        width: 45.4545454545%
    }

    .grid__item--md-6\/11 {
        width: 54.5454545455%
    }

    .grid__item--md-7\/11 {
        width: 63.6363636364%
    }

    .grid__item--md-8\/11 {
        width: 72.7272727273%
    }

    .grid__item--md-9\/11 {
        width: 81.8181818182%
    }

    .grid__item--md-10\/11 {
        width: 90.9090909091%
    }

    .grid__item--md-1\/12 {
        width: 8.3333333333%
    }

    .grid__item--md-5\/12 {
        width: 41.6666666667%
    }

    .grid__item--md-7\/12 {
        width: 58.3333333333%
    }

    .grid__item--md-11\/12 {
        width: 91.6666666667%
    }
}

@media only screen and (max-width: 639px) {
    .grid__item--sm-1\/1 {
        width: 100%
    }

    .grid__item--sm-1\/2 {
        width: 50%
    }

    .grid__item--sm-1\/3 {
        width: 33.3333333333%
    }

    .grid__item--sm-2\/3 {
        width: 66.6666666667%
    }

    .grid__item--sm-1\/4 {
        width: 25%
    }

    .grid__item--sm-3\/4 {
        width: 75%
    }

    .grid__item--sm-1\/5 {
        width: 20%
    }

    .grid__item--sm-2\/5 {
        width: 40%
    }

    .grid__item--sm-3\/5 {
        width: 60%
    }

    .grid__item--sm-4\/5 {
        width: 80%
    }

    .grid__item--sm-1\/6 {
        width: 16.6666666667%
    }

    .grid__item--sm-5\/6 {
        width: 83.3333333333%
    }

    .grid__item--sm-1\/7 {
        width: 14.2857142857%
    }

    .grid__item--sm-2\/7 {
        width: 28.5714285714%
    }

    .grid__item--sm-3\/7 {
        width: 42.8571428571%
    }

    .grid__item--sm-4\/7 {
        width: 57.1428571429%
    }

    .grid__item--sm-5\/7 {
        width: 71.4285714286%
    }

    .grid__item--sm-6\/7 {
        width: 85.7142857143%
    }

    .grid__item--sm-1\/8 {
        width: 12.5%
    }

    .grid__item--sm-3\/8 {
        width: 37.5%
    }

    .grid__item--sm-5\/8 {
        width: 62.5%
    }

    .grid__item--sm-7\/8 {
        width: 87.5%
    }

    .grid__item--sm-1\/9 {
        width: 11.1111111111%
    }

    .grid__item--sm-2\/9 {
        width: 22.2222222222%
    }

    .grid__item--sm-4\/9 {
        width: 44.4444444444%
    }

    .grid__item--sm-5\/9 {
        width: 55.5555555556%
    }

    .grid__item--sm-7\/9 {
        width: 77.7777777778%
    }

    .grid__item--sm-8\/9 {
        width: 88.8888888889%
    }

    .grid__item--sm-1\/10 {
        width: 10%
    }

    .grid__item--sm-3\/10 {
        width: 30%
    }

    .grid__item--sm-7\/10 {
        width: 70%
    }

    .grid__item--sm-9\/10 {
        width: 90%
    }

    .grid__item--sm-1\/11 {
        width: 9.0909090909%
    }

    .grid__item--sm-2\/11 {
        width: 18.1818181818%
    }

    .grid__item--sm-3\/11 {
        width: 27.2727272727%
    }

    .grid__item--sm-4\/11 {
        width: 36.3636363636%
    }

    .grid__item--sm-5\/11 {
        width: 45.4545454545%
    }

    .grid__item--sm-6\/11 {
        width: 54.5454545455%
    }

    .grid__item--sm-7\/11 {
        width: 63.6363636364%
    }

    .grid__item--sm-8\/11 {
        width: 72.7272727273%
    }

    .grid__item--sm-9\/11 {
        width: 81.8181818182%
    }

    .grid__item--sm-10\/11 {
        width: 90.9090909091%
    }

    .grid__item--sm-1\/12 {
        width: 8.3333333333%
    }

    .grid__item--sm-5\/12 {
        width: 41.6666666667%
    }

    .grid__item--sm-7\/12 {
        width: 58.3333333333%
    }

    .grid__item--sm-11\/12 {
        width: 91.6666666667%
    }
}

.grid__item--gutter {
    padding: 0 10px
}

.grid__item--align-left {
    text-align: left
}

.grid__item--middle {
    vertical-align: middle
}

@media only screen and (max-width: 639px) {
    .grid__item--gutter {
        padding: 0 5px 10px
    }
}

.media {
    display: table;
    width: 100%
}

.media__body {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.page {
    padding: 160px 0
}

.section {
    position: relative
}

@media only screen and (max-width: 639px) {
    .section--sm-gallery {
        background-color: #ebebeb
    }
}

@media only screen and (max-width: 670px) {
    .accordion__heading {
        font-size: 20px;
        padding: 25px 30px
    }

    .accordion__content {
        padding: 25px 15px;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media only screen and (max-width: 639px) {
    .accordion__heading {
        font-size: 18px;
        padding: 20px;
        line-height: 1.2em
    }

    .accordion__content {
        margin-right: 10px;
        margin-left: 10px;
        padding: 20px 0 15px
    }
}

.alert {
    background-color: #4a4d4e;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px #00000026
}

.chevron {
    display: table;
    position: relative;
    width: 100%
}

.chevron--inline {
    display: block
}

.chevron__text, .chevron__container {
    display: table-cell;
    vertical-align: middle
}

.chevron--inline .chevron__text {
    display: inline
}

.chevron__container {
    line-height: 0;
    text-align: right
}

.chevron__container--float {
    float: right
}

.chevron--inline .chevron__container {
    display: inline-block
}

.heading {
    display: block;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
    width: 100%
}

.heading--3 {
    font-size: 40px;
    line-height: 48px;
    margin: 60px 0 30px
}

.heading--4 {
    font-size: 28px;
    line-height: 34px;
    margin: 40px 0 30px
}

.heading--5 {
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0
}

.heading--6 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0
}

.heading--light {
    font-weight: 300
}

.heading--leading {
    margin-top: 0
}

.heading--tabs {
    margin-top: 45px
}

@media only screen and (max-width: 670px) {
    .heading--3 {
        font-size: 34px;
        line-height: 40px;
        margin: 50px 0 25px
    }

    .heading--4 {
        font-size: 24px;
        line-height: 30px;
        margin: 35px 0 25px
    }

    .heading--5 {
        font-size: 20px;
        line-height: 28px;
        margin: 15px 0
    }

    .heading--6 {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0
    }

    .heading--4, .heading--5 {
        margin: 15px 0
    }

    .heading--leading {
        margin-top: 0
    }
}

@media only screen and (max-width: 639px) {
    .heading--3 {
        font-size: 24px;
        line-height: 30px;
        margin: 40px 0 20px
    }

    .heading--4 {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        margin: 25px 0 15px
    }

    .heading--5 {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0
    }

    .heading--6 {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0
    }

    .heading--leading {
        margin-top: 0
    }
}

.hr {
    border: none;
    border-top: 1px solid #CCCCCC;
    display: block;
    margin: 50px 0
}

.input-group {
    display: block;
    padding-right: 50px;
    position: relative
}

@media only screen and (max-width: 639px) {
    .input-group {
        padding-right: 45px
    }
}

.list {
    margin: 0;
    padding-left: 20px
}

.list--reset {
    list-style: none;
    padding-left: 0
}

.small {
    font-size: 14px
}

.tag {
    margin: 0
}

    .tag:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1
    }

.tag--seance:before {
    box-shadow: 0 0 0 3px #9c2aa0
}

.toaster {
    background-color: #333;
    bottom: -100%;
    color: #fff;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    transition: bottom .4s;
    z-index: 9;
    visibility: hidden
}

.toaster--show {
    bottom: 0;
    visibility: visible
}

.toaster--sinking {
    z-index: 3
}

@media only screen and (max-width: 639px) {
    .toaster {
        text-align: center
    }

    .toaster--min-padding {
        padding: 0 10px
    }
}

@media only screen and (max-width: 639px) {
    .flush--sm-bottom {
        padding-bottom: 0 !important
    }
}

.gutter--all {
    margin: 20px !important
}

.gutter--top {
    margin-top: 20px
}

.gutter--bottom {
    margin-bottom: 20px !important
}

.gutter--right {
    margin-right: 20px !important
}

@media only screen and (max-width: 670px) {
    .gutter--md-right {
        margin-right: 20px !important
    }
}

@media only screen and (min-width: 971px) {
    .hide--lg {
        display: none !important
    }
}

@media only screen and (min-width: 640px) and (max-width: 670px) {
    .hide--md {
        display: none !important
    }
}

@media only screen and (max-width: 640px) {
    .hide--sm {
        display: none !important
    }
}

.no-gutter--all {
    margin: 0 !important
}

.no-gutter--top {
    margin-top: 0 !important
}

.no-gutter--bottom {
    margin-bottom: 0 !important
}

.no-gutter--right {
    margin-right: 0 !important
}

@media only screen and (max-width: 670px) {
    .no-gutter--md-bottom {
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width: 639px) {
    .no-gutter--sm-all {
        margin: 0 !important
    }
}

.dialog {
    background-color: #333;
    bottom: 125%;
    color: #fff;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: -125%;
    transition: top .35s,bottom .35s;
    z-index: 9999
}

.dialog--light {
    background-color: #ebebeb;
    color: #000
}

.dialog--display {
    bottom: 0;
    top: 0
}

.dialog--scrollable {
    overflow-y: auto
}

.dialog--interstitial .dialog__content {
    width: 100%
}

.dialog--interstitial .dialog__close {
    display: none
}

.dialog__close-spring {
    height: auto;
    position: relative
}

.dialog__close {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 30px
}

.dialog__content {
    padding: 60px 0;
    height: auto;
    position: relative
}

.dialog__content--inline {
    display: none
}

@media only screen and (max-width: 670px) {
    .dialog__spring {
        position: static
    }
}

.checkboxOnay {
    width: 25px;
    height: 45px;
    position: relative;
    float: left;
    margin: 0 10px 0 0
}

    .checkboxOnay label {
        cursor: pointer;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
        background: #eee;
        border: 1px solid #ddd
    }

        .checkboxOnay label:after {
            opacity: 0;
            content: "";
            position: absolute;
            width: 15px;
            height: 5px;
            background: transparent;
            top: 6px;
            left: 7px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg)
        }

        .checkboxOnay label:hover:after {
            opacity: 0
        }

    .checkboxOnay input[type=checkbox]:checked + label:after {
        opacity: 1
    }

.disabled {
    pointer-events: none
}

.responsive-li {
    text-align: center;
    width: calc(100% - 130px)
}

.accordion__heading {
    font-size: 26px
}

.breadcrumbs--extrude {
    margin-top: 0
}

.promosyonalani {
    margin: 0
}

.navbar-baslik {
    display: block;
    height: 72px;
    width: 100%;
    font-size: 38px;
    line-height: 72px
}

.stickyButton {
    position: fixed;
    bottom: -1px;
    right: 0;
    background-color: #333;
    color: #fff;
    z-index: 9;
    padding: 20px;
    text-align: center;
    opacity: .8
}

    .stickyButton .text {
        margin-bottom: 15px;
        line-height: 1.2
    }

.dvcImgTag {
    position: absolute !important;
    max-width: 70px;
    right: calc(50% - 70px);
    top: -7px;
    z-index: 2;
    opacity: .8
}

.dvcMccmImgTag {
    position: absolute;
    max-width: 80px;
    right: -35px;
    top: 90px;
    z-index: 2;
    opacity: .8
}

@media screen and (max-width: 670px) {
    .breadcrumbs--extrude {
        margin-top: 0
    }

    .responsive-li {
        width: calc(100% - 120px)
    }

    .navbar-baslik {
        height: 60px;
        font-size: 32px;
        line-height: 60px;
        font-weight: 300
    }

    .dvcImgTag {
        right: -20px;
        top: -7px;
        max-width: 70px
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumbs--extrude {
        margin-top: 0
    }

    .navbar-baslik {
        height: 50px;
        font-size: 21px;
        text-align: center;
        line-height: 50px;
        font-weight: 300
    }

    .dvcImgTag {
        right: -20px;
        top: -7px;
        max-width: 70px
    }
}

@media only screen and (max-width: 640px) {
    .responsive-li {
        width: calc(100% - 100px)
    }

    .stickyButton {
        left: 0
    }

    .device-box {
        width: 100px
    }

    .dvcImgTag {
        right: -10px;
        top: -5px;
        max-width: 40px
    }

    .dvcMccmImgTag {
        max-width: 48px;
        top: 45px;
        right: -20px
    }
}

.visually-hidden {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background: transparent
}

.c-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #333;
    overflow: visible;
    display: none
}

    .c-overlay a.closebtn {
        padding: 8px;
        text-decoration: none;
        font-size: 56px;
        color: #fff;
        display: block;
        transition: .3s
    }

    .c-overlay a:hover, .c-overlay a:focus {
        color: #f1f1f1
    }

    .c-overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        display: none
    }

@media screen and (max-height: 450px) {
    .c-overlay {
        overflow-y: auto
    }

        .c-overlay a {
            font-size: 20px
        }

        .c-overlay .closebtn {
            font-size: 16px;
            top: 15px;
            right: 35px
        }
}

.login-nudge__link {
    background: transparent
}

.navigation__list:after, .product:after, .service-selector__heading:after {
    clear: both
}

.brand {
    display: inline-block
}

.brand__logo {
    height: 48px;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 48px
}

.brand__logo--documentation {
    margin-top: -10px;
    width: 85px;
    margin-left: 30px
}

@media only screen and (max-width: 670px) {
    .brand__logo {
        height: 30px;
        width: 30px
    }
}

.navigation {
    background-color: #4a4d4e;
    font-size: 32px;
    position: relative
}

.navigation__link--active .navigation__accessibility {
    display: inline-block
}

.navigation__accessibility {
    display: none
}

.navigation--primary {
    background-color: #fff;
    border-bottom: 1px solid rgba(102,102,102,.5);
    background-clip: padding-box
}

.navigation--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.navigation__list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.navigation__spring {
    display: block;
    max-height: 72px
}

.navigation--tertiary {
    background-color: transparent;
    display: none;
    position: absolute;
    right: 0;
    text-align: left
}

.navigation--display {
    display: block;
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease .3s
}

.navigation__item {
    float: left;
    font-weight: 300;
    font-size: 24px
}

.navigation__item--right {
    float: right
}

.navigation__item--tertiary {
    width: 100%
}

.navigation__item--clickable {
    pointer-events: auto
}

.navigation__link {
    display: block;
    padding: 15px 20px;
    position: relative
}

    .navigation__link:hover, .navigation__link:focus, .navigation__link--active {
        color: #e60000
    }

.navigation__link--main {
    min-width: 100px;
    text-align: center;
    padding: 21px 20px
}

    .navigation__link--active, .navigation__link--main:hover {
        color: #e60000
    }

        .navigation__link--active:after, .navigation__link--main:hover:after {
            background-color: #e60000;
            content: "";
            position: absolute;
            bottom: 0;
            height: 3px;
            left: 0;
            right: 0
        }

.navigation__link--icon {
    line-height: 0;
    padding: 21px 20px 23px
}

.navigation__link--menu {
    padding: 16px 20px
}

    .navigation__link--menu.navigation__link--active:hover {
        background-color: #fff;
        color: #333
    }

    .navigation__link--menu.navigation__link--active .navigation__toggle {
        display: none
    }

.navigation__basket {
    background-color: #e60000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 20px;
    line-height: 1.5em;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 10px;
    transform: scale(.75);
    width: 20px
}

@media only screen and (max-width: 670px) {
    .navigation__spring {
        max-width: none;
        margin-left: 0;
        max-height: none
    }

    .navigation--tertiary {
        margin: 0;
        -webkit-overflow-scrolling: touch;
        width: 370px;
        right: -20px;
        top: auto;
        bottom: auto;
        position: absolute;
        overflow: visible
    }

        .navigation--tertiary:before {
            background-color: #fffffff5;
            content: "";
            display: block;
            position: fixed;
            right: 0;
            top: 0;
            bottom: 0;
            width: inherit;
            z-index: 0
        }

    .navigation--display {
        transition-delay: 0s;
        display: block
    }

    .navigation__hide {
        position: relative;
        z-index: 2
    }

    .navigation__item {
        font-size: 20px;
        pointer-events: auto
    }

    .navigation__item--tertiary {
        padding: 0 10px;
        color: #333
    }

    .navigation__item--clickable .navigation__link--active.navigation__link--menu, .navigation__item--clickable .navigation__link--active.navigation__link--menu:hover, .navigation__link--menu.navigation__link--active {
        background-color: #e60000;
        color: #fff
    }

    .navigation__link--icon {
        margin: 8px 5px;
        padding: 10px
    }

    .navigation__link--icon-last {
        margin-right: 0
    }

    .navigation__link--menu {
        z-index: 2
    }

    .navigation__link--active {
        background-color: #fff;
        color: #333
    }

    .navigation__basket {
        right: 0;
        top: 0
    }

    .navigation__accordion {
        padding-bottom: 180px;
        max-height: calc(100vh - 180px);
        overflow-y: auto
    }
}

@media only screen and (max-width: 639px) {
    .navigation--tertiary {
        left: 45px;
        position: fixed;
        width: auto;
        right: 0
    }

        .navigation--tertiary:before {
            left: 45px;
            right: 0
        }
}

.navigation__link--active, .navigation__link--main:hover, .navigation__link:focus, .navigation__link:hover {
    color: #e60000
}

@media only screen and (max-width: 1020px) {
    .navigation__link--main {
        padding: 20px 10px
    }
}

@media only screen and (max-width: 670px) {
    .navigation__link--icon span {
        width: 20px !important;
        height: 20px !important
    }
}

.side-toggle {
    position: fixed;
    right: 0;
    bottom: 25%;
    transform: translate(100%);
    transition: transform .3s;
    z-index: 3;
    display: table;
    min-height: 250px
}

.side-toggle--show {
    transform: translate(0)
}

.side-toggle__content {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    text-align: center;
    box-shadow: -1px 1px 3px #00000080;
    max-width: 500px;
    background-color: #f4f4f4;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #EBEBEB;
    color: #333;
    visibility: hidden;
    transition: visibility .3s
}

.side-toggle--show .side-toggle__content {
    visibility: visible
}

.side-toggle__button {
    position: absolute;
    padding: 0;
    margin-right: -1px;
    right: 100%;
    top: 0;
    bottom: 0;
    box-shadow: -1px 1px 3px #00000080;
    border: none;
    overflow: hidden;
    background-color: #333;
    color: #fff;
    width: 50px
}

.side-toggle__tab-text {
    position: absolute;
    left: 50%;
    top: 58%;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    transform: translate(-50%,-50%) rotate(-90deg)
}

@media only screen and (max-width: 670px) {
    .side-toggle {
        min-height: 250px
    }

    .side-toggle__button {
        width: 50px
    }

    .side-toggle__content {
        padding: 30px 40px;
        max-width: 440px
    }
}

@media only screen and (max-width: 639px) {
    .side-toggle {
        width: calc(100% - 35px);
        bottom: 25%;
        min-height: 200px
    }

    .side-toggle__button {
        width: 36px
    }

    .side-toggle__content {
        padding: 5px 10px;
        max-width: 100%
    }
}

.accessory {
    background-color: #fff;
    box-shadow: 0 3px 5px #ccc;
    margin: 1px 0 5px;
    position: relative;
    text-align: center
}

.accessory__heading {
    margin: 0
}

.accessory__content {
    padding: 10px 20px 20px;
    text-align: center
}

.accessory__image-container {
    height: 300px;
    margin: 30px 0;
    position: relative
}

.accessory__image {
    width: auto;
    max-height: 100%
}

@media only screen and (max-width: 670px) {
    .accessory__image-container {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 639px) {
    .accessory__image-container {
        height: 150px
    }
}

.phone-selector--background {
    margin-bottom: 20px;
    padding: 40px 0 30px
}

.phone-selector--background--abbey {
    background-color: #4a4d4e;
    color: #fff
}

.phone-selector--background--blue-lagoon {
    background-color: #007c92;
    color: #fff
}

@media only screen and (max-width: 639px) {
    .phone-selector--background {
        padding: 35px 0 25px
    }
}

@media only screen and (max-width: 639px) {
    .phone-selector--background {
        padding: 25px 10px
    }
}

.service-selector {
    position: relative;
    z-index: 2;
    text-align: center;
    display: block
}

.service-selector__input:focus + .service-selector__select-button {
    outline: none
}

.service-selector__heading {
    display: none;
    margin: 10px 10px 0;
    padding: 0 10px 10px;
    border-bottom: 1px solid #CCCCCC;
    position: relative
}

.service-selector__service {
    border-top: 1px solid #CCCCCC;
    color: #333;
    display: block;
    padding: 10px 20px;
    text-align: left
}

.service-selector__service--first {
    border-top: none;
    margin-top: 0
}

.service-selector__select-button {
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 20px
}

.service-selector__input:checked + .service-selector__select-button {
    background-color: #428600;
    border-color: #fff;
    box-shadow: 0 0 0 1px #333;
    color: #fff;
    cursor: default;
    padding: 4px
}

@media only screen and (max-width: 639px) {
    .service-selector__service {
        padding: 10px 12px
    }
}

.show-more__heading {
    border-top: 1px solid #CCC;
    padding: 15px;
    width: 100%
}

.show-more__heading--active .show-more__heading-more {
    display: none
}

.show-more__heading--active .show-more__heading-less {
    display: inline
}

.show-more__heading-text, .show-more__heading-chevron {
    display: inline-block;
    vertical-align: middle
}

.show-more__heading-chevron {
    color: #e60000;
    margin-left: 5px;
    transition: transform .3s
}

.show-more__heading--active .show-more__heading-chevron {
    transform: scaleY(-1)
}

.js .show-more__content--collapse, .show-more__heading-less {
    display: none
}

.show-more__content {
    background-color: #f4f4f4;
    min-height: 60px;
    padding: 10px 30px 20px
}

.js .show-more__content--collapse {
    display: none
}

@media only screen and (max-width: 639px) {
    .show-more__content {
        padding: 20px
    }
}

.cls_stick_btn {
    display: block;
    float: right;
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 5px
}

.navigation__list:after, .navigation__list:before, .product:after, .product:before, .stage:after, .stage:before {
    content: " ";
    display: table
}

.accessory__image, .brand {
    margin: 12px 10px 12px 0
}

@media only screen and (max-width: 670px) {
    .brand {
        margin: 10px 10px 10px 0;
        width: 40px;
        height: 40px
    }
}

@media only screen and (max-width: 639px) {
    .brand {
        margin: 8px 10px 8px 0;
        left: 10px;
        width: 32px;
        height: 32px
    }

        .brand span {
            max-width: 100%;
            max-height: 100%
        }
}

.breadcrumbs {
    background: inherit;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 18px 0;
    text-align: left
}

.breadcrumbs--extrude {
    background-color: #f4f4f4;
    color: #333
}

.breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.breadcrumbs__item {
    display: inline-block
}

.breadcrumbs__crumb {
    margin: 0 5px;
    position: relative
}

.breadcrumbs__crumb--first {
    margin-left: 0
}

.breadcrumbs__crumb:after {
    content: " ";
    border-color: inherit;
    border-bottom: 1px solid transparent;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0
}

.breadcrumbs__crumb--current:after {
    display: none
}

@media only screen and (max-width: 670px) {
    .breadcrumbs {
        padding: 14px 0
    }
}

.header {
    position: absolute;
    width: 100%;
    z-index: 10
}

.login-nudge {
    position: relative
}

.login-nudge__prompt {
    background-color: #fffffff2;
    color: #333;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 250px;
    box-shadow: 0 2px 4px #0003
}

.login-nudge__login {
    margin-bottom: 15px
}

@media only screen and (max-width: 670px) {
    .login-nudge__prompt {
        right: -43px
    }
}

@media only screen and (max-width: 639px) {
    .login-nudge__prompt {
        right: -40px
    }
}

.product {
    background-color: #fff;
    padding: 20px;
    width: 100%
}

.product__compare {
    padding-bottom: 3px;
    display: inline-block
}

.accessory, .bundle {
    background-color: #fff;
    position: relative
}

.bundle {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 3px #afafaf;
    margin: 20px 0;
    padding-bottom: 30px;
    text-align: center;
    z-index: 0
}

.bundle-title {
    margin-top: 22px;
    font-size: 28px;
    line-height: 34px
}

.bundle__summary {
    min-height: 260px
}

.bundle__inclusions {
    margin-bottom: 20px
}

.bundle__inclusion {
    clear: both;
    padding-top: 11px;
    position: relative;
    text-align: left;
    padding-left: 40px
}

.bundle-data, .bundle__inclusion--no-bullet {
    text-align: center
}

.bundle__inclusion-bullet {
    color: #428600;
    float: left;
    margin-right: 10px;
    margin-bottom: 1px;
    position: absolute;
    left: 0;
    margin-top: 2px
}

.bundle__select {
    padding: 0 50px;
    margin-top: 20px
}

.bundle__select--first {
    margin-top: 0
}

.bundle-data:after, .bundle-data__value {
    vertical-align: bottom;
    display: inline-block
}

@media only screen and (max-width: 639px) {
    .bundle {
        padding-bottom: 20px
    }

    .bundle__select {
        margin-top: 15px
    }

    .bundle__select--first {
        margin-top: 0
    }

    .bundle__inclusion {
        padding-left: 30px
    }
}

.bundle-data {
    border-left-width: 0;
    border-right-width: 0;
    display: block;
    letter-spacing: -.215em;
    height: 110px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}

    .bundle-data:after {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: bottom
    }

.bundle-data__value {
    display: inline-block;
    background-color: #ccc;
    border: 1px solid #CCC;
    border-right-color: transparent;
    color: #333;
    padding: 13px 0;
    letter-spacing: normal;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bundle-data__value--inverse {
    background-color: transparent
}

.bundle-data--red .bundle-data__value {
    background-color: #e60000;
    border-color: #E60000 transparent;
    color: #fff
}

.bundle-data--red .bundle-data__value--inverse {
    background-color: #fff;
    color: #e60000
}

.bundle-data__heading {
    display: block;
    margin: 3px 0 1px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: -.215em
}

.bundle-data__amount {
    font-size: 40px;
    line-height: 1em;
    letter-spacing: normal
}

.bundle-data--small .bundle-data__amount {
    font-size: 28px
}

@media only screen and (max-width: 670px) {
    .bundle-data {
        height: 89px
    }

    .bundle-data__value {
        padding: 7px 0
    }

    .bundle-data__amount {
        font-size: 34px
    }

    .bundle-data--small .bundle-data__amount {
        font-size: 24px
    }
}

@media only screen and (max-width: 639px) {
    .bundle-data {
        text-align: center;
        height: 78px
    }

    .bundle-data__amount {
        font-size: 24px
    }

    .bundle-data--small .bundle-data__amount {
        font-size: 20px
    }
}

.bundle-price {
    margin: 0
}

.bundle-price__cost {
    font-weight: 400;
    font-size: 40px
}

.bundle-price__savings {
    color: #e60000
}

.bundle-price__saving {
    text-decoration: line-through
}

@media only screen and (max-width: 670px) {
    .bundle-price {
        text-align: center;
        margin-bottom: 10px
    }

    .bundle-price__cost {
        font-size: 34px
    }
}

@media only screen and (max-width: 639px) {
    .bundle-price__cost {
        font-size: 24px
    }
}

.compare, .features {
    text-align: center
}

.colours {
    border: none;
    padding: 0
}

.colours__option {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer
}

    .colours__option:before {
        left: 0;
        right: 0;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 50%;
        opacity: .2;
        background: linear-gradient(to bottom,transparent 30%,#000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#ff000000",GradientType=0)
    }

.colours__chosen {
    font-weight: 700
}

.colours__selection {
    margin-bottom: 15px
}

.colours__item {
    display: inline-block;
    margin: 0 5px
}

.colours__item--first {
    margin-left: 0
}

.colours__option--space-grey {
    background-color: #ccc
}

.colours__option--silver {
    background-color: #999
}

.colours__option--rose {
    background-color: #ccabab
}

.colours__option--gold {
    background-color: #d4b691
}

.colours__option--graphite-black {
    background-color: #333
}

.colours__input[type=radio]:checked + .colours__option:after {
    content: "";
    border: 3px solid #333;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px
}

.colours--dark .colours__input[type=radio]:checked + .colours__option:after {
    border-color: #fff
}

@media only screen and (max-width: 670px) {
    .colours {
        margin-top: 30px;
        text-align: center !important
    }

    .colours__item {
        margin: 0 10px
    }
}

@media only screen and (max-width: 639px) {
    .colours {
        margin-top: 0
    }
}

@media only screen and (max-width: 670px) {
    .delivery {
        padding-top: 10px
    }
}

@media only screen and (max-width: 639px) {
    .delivery {
        padding-top: 0;
        padding-bottom: 30px
    }
}

.gallery {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #fff;
    z-index: 2
}

.products__stage {
    position: relative
}

@media only screen and (max-width: 670px) {
    .gallery {
        top: -36px
    }
}

@media only screen and (max-width: 639px) {
    .gallery {
        top: -30px
    }
}

.show-more__content {
    background-color: #f4f4f4;
    padding: 30px
}

.mytag {
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 17px;
    opacity: .7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px
}

.detailTag {
    position: absolute;
    left: 0;
    padding: 5px 10px;
    top: 0;
    opacity: .8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 50px;
    max-width: 70%;
    z-index: 2
}

@media only screen and (max-width: 670px) {
    .mytag {
        left: -5px;
        right: -5px;
        bottom: 10px;
        font-size: 11px !important;
        font-weight: 400 !important;
        letter-spacing: .2px !important
    }

    .detailTag {
        font-size: 12px
    }
}

.mgb-15 {
    margin-bottom: 15px !important
}

.shopConfirm {
    float: left;
    color: #e60000
}

.deviceNameBtn {
    text-decoration: underline
}

.tslmtBox {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-bottom: 10px
}

.tslmtItm {
    border-bottom: 1px solid;
    padding: 5px 10px
}

.tslmtSlct {
    margin-top: 26%
}

.mg-l-10 {
    margin-left: 10px !important
}

.mg-t-15 {
    margin-top: 15px
}

.pd_10_10 {
    padding: 10px
}

.pd_0_10 {
    padding: 0 10px
}

.btn {
    cursor: pointer !important
}

.price-cut {
    color: #e60000;
    position: relative
}

    .price-cut:after {
        border-bottom: .115em solid #e60000;
        content: "";
        left: 0;
        margin-top: -.0625em;
        position: absolute;
        right: 0;
        top: 50%
    }

.menu-height {
    min-height: 73px
}

.list-reason {
    color: #e60000;
    position: absolute;
    width: 100%;
    bottom: -6px;
    font-weight: 700
}

.device-box {
    left: 50%;
    height: 100%;
    position: relative;
    width: 150px;
    transform: translate(-50%)
}

@media screen and (max-width: 670px) {
    .menu-height {
        min-height: 62px
    }
}

@media screen and (max-width: 639px) {
    .menu-height {
        min-height: 48px
    }

    .list-reason {
        bottom: -4px;
        font-size: 12px
    }
}

.device_page_m_bottom {
    margin-bottom: 80px;
    margin-top: 20px
}

.colours__option--black {
    background-color: #1a1717
}

@media only screen and (max-width: 670px) {
    .stage {
        padding-top: 75px;
        padding-bottom: 0
    }
}

.colours__item--first {
    margin-left: 5px
}

.color-before:before {
    position: relative
}

.js-secilen-renk {
    font-weight: 700
}

@media only screen and (min-width: 767px) {
    table tr {
        display: table-row !important;
        padding: 0 !important
    }

    table td, table th {
        display: table-cell !important;
        margin: 0 !important;
        padding: 7px 10px !important
    }

    table th {
        font-weight: 700 !important
    }

    table thead {
        display: table-header-group !important
    }
}

.colours__option--jet-black {
    background-color: #000
}

.colours__option--black {
    background-color: #343536
}

.colours__option--red {
    background-color: #b4232f
}

.colours__option--blue {
    background-color: #002bff
}

.colours__option--lavander {
    background-color: #8f90a2
}

.colours__option--ocean {
    background-color: #4771e3
}

.button--tertiary:hover {
    background-color: #fff;
    border-color: #999;
    color: #666;
    cursor: default
}

.bundle-title {
    margin-top: 22px;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px
}

.bundle-data__heading {
    font-size: 36px;
    letter-spacing: 0px
}

.heading--3 {
    font-size: 38px
}

.tag--seance {
    background-color: #9c2aa0;
    color: #fff
}

.accordion__content {
    position: relative
}

.toaster .button {
    min-width: 190px
}

.products {
    background: #fff
}

.bundle {
    box-shadow: 0 1px 3px #afafaf;
    padding: 10px 0;
    text-align: center;
    margin: 11px
}

.heading--3 {
    margin: 0 0 30px !important
}

.gallery-gallery {
    width: auto;
    max-height: 280px;
    margin: 0 auto
}

.toaster--sinking {
    z-index: 5
}

.access {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

table tr:first-child {
    border-top: none
}

table td, table th {
    vertical-align: top
}

tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

.toaster--show {
    bottom: -1px
}

.m-f4 {
    background: #F4F4F4
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

@media only screen and (max-width: 670px) {
    .m-f4 {
        background: #F4F4F4
    }
}

@media only screen and (min-width: 768px) {
    table td, table th {
        display: table-cell;
        margin: 0;
        padding: 7px 10px
    }

    table th {
        font-weight: 700
    }

    table tr {
        display: table-row;
        padding: 0
    }
}

@media only screen and (max-width: 639px) {
    .section--sm-gallery, .section--sm-ruled, .section--sm-silver, .section--sm-wild-sand, .section--white, .section--wild-sand {
        padding-top: 0 !important
    }

    .gallery-gallery {
        max-height: 200px;
        width: auto;
        margin: 0 auto
    }
}

.colours__item {
    display: inline-block;
    margin: 0 5px
}

html {
    font-family: Vodafone,ProximaNova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
    color: #333
}

body {
    background: #fff;
    margin: 0
}

a:active, a:hover {
    outline: none
}

a:not(.button):not(.card), .link {
    color: #333;
    text-decoration: none;
    cursor: pointer
}

    a:not(.button):hover, .link:hover {
        color: #1a1a1a;
        text-decoration: underline
    }

button {
    font-family: Vodafone,ProximaNova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    cursor: pointer
}

input, select, textarea {
    font-family: Vodafone,ProximaNova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif
}

    input:focus, select:focus, textarea:focus {
        outline: none
    }

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-style: dotted
}

b, strong {
    font-weight: bolder
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    font-family: Consolas,monaco,monospace;
    font-size: 14px;
    color: #333;
    white-space: nowrap
}

em {
    color: #333
}

ins {
    background: #ffd;
    color: #333;
    text-decoration: none
}

mark {
    background: #ffd;
    color: #333
}

q {
    font-style: italic
}

small {
    font-size: 14px
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

canvas, img, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

@supports (display: block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box
    }
}

svg:not(:root) {
    overflow: hidden
}

img:not([src]) {
    min-width: 1px;
    visibility: hidden
}

iframe {
    border: 0
}

p, ul, ol, dl, pre, address, fieldset, figure {
    margin: 0 0 16px
}

* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 16px
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading-small, .heading-medium, .heading-large, .heading-xlarge, .heading-2xlarge {
    margin: 0 0 16px;
    font-family: Vodafone,ProximaNova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none
}

* + h1, * + .h1, * + h2, * + .h2, * + h3, * + .h3, * + h4, * + .h4, * + h5, * + .h5, * + h6, * + .h6, * + .heading-small, * + .heading-medium, * + .heading-large, * + .heading-xlarge, * + .heading-2xlarge {
    margin-top: 20px
}

h1, .h1 {
    font-size: 64px;
    line-height: 1.2
}

h2, .h2 {
    font-size: 56px;
    line-height: 1.3
}

h3, .h3 {
    font-size: 40px;
    line-height: 1.4
}

h4, .h4 {
    font-size: 28px;
    line-height: 1.4
}

h5, .h5 {
    font-size: 20px;
    line-height: 1.4
}

h6, .h6 {
    font-size: 16px;
    line-height: 1.4
}

@media (min-width: 670px) {
    h1, .h1 {
        font-size: 56px
    }

    h2, .h2 {
        font-size: 40px
    }
}

ul, ol {
    padding-left: 30px
}

    ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
        margin: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr, .hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 16px;
    border: 0;
    border-top: 1px solid solid
}

* + hr, * + .hr {
    margin-top: 16px
}

address {
    font-style: normal
}

blockquote {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
    font-style: italic
}

* + blockquote {
    margin-top: 16px
}

blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote footer {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5
}

pre {
    font: 14px/1.5 Consolas,monaco,monospace;
    color: #333;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto
}

    pre code {
        font-family: Consolas,monaco,monospace
    }

::selection {
    background: #ff8080;
    color: #fff;
    text-shadow: none
}

details, main {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.breakpoint-s:before {
    content: "339px"
}

.breakpoint-m:before {
    content: "670px"
}

.breakpoint-l:before {
    content: "1200px"
}

.breakpoint-xl:before {
    content: "1600px"
}

:root {
    --breakpoint-s: 339px;
    --breakpoint-m: 670px;
    --breakpoint-l: 1200px;
    --breakpoint-xl: 1600px
}

[class*=animation-], .drop-container .drop {
    animation-duration: .3s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.animation-fade {
    animation-name: fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.animation-scale-up {
    animation-name: fade-scale-02
}

.animation-scale-down {
    animation-name: fade-scale-18
}

.animation-slide-top {
    animation-name: fade-top
}

.animation-slide-bottom {
    animation-name: fade-bottom
}

.animation-slide-left {
    animation-name: fade-left
}

.animation-slide-right {
    animation-name: fade-right
}

.animation-slide-top-small, .drop-container .drop.open {
    animation-name: fade-top-small
}

.animation-slide-bottom-small {
    animation-name: fade-bottom-small
}

.animation-slide-left-small {
    animation-name: fade-left-small
}

.animation-slide-right-small {
    animation-name: fade-right-small
}

.animation-slide-top-medium {
    animation-name: fade-top-medium
}

.animation-slide-bottom-medium {
    animation-name: fade-bottom-medium
}

.animation-slide-left-medium {
    animation-name: fade-left-medium
}

.animation-slide-right-medium {
    animation-name: fade-right-medium
}

.animation-kenburns {
    animation-name: scale-kenburns;
    animation-duration: 15s
}

.animation-shake {
    animation-name: shake
}

.animation-stroke {
    animation-name: stroke;
    stroke-dasharray: var(--animation-stroke);
    animation-duration: 2s
}

.animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.animation-fast {
    animation-duration: .1s
}

.animation-toggle:not(:hover):not(:focus) [class*=animation-], .animation-toggle:not(:hover):not(:focus) .drop-container .drop, .drop-container .animation-toggle:not(:hover):not(:focus) .drop {
    animation-name: none
}

.animation-toggle {
    -webkit-tap-highlight-color: transparent
}

    .animation-toggle:focus {
        outline: none
    }

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translate(100%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-left-small {
    0% {
        opacity: 0;
        transform: translate(-10px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-right-small {
    0% {
        opacity: 0;
        transform: translate(10px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-left-medium {
    0% {
        opacity: 0;
        transform: translate(-50px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-right-medium {
    0% {
        opacity: 0;
        transform: translate(50px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes scale-kenburns {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes shake {
    0%,to {
        transform: translate(0)
    }

    10% {
        transform: translate(-9px)
    }

    20% {
        transform: translate(8px)
    }

    30% {
        transform: translate(-7px)
    }

    40% {
        transform: translate(6px)
    }

    50% {
        transform: translate(-5px)
    }

    60% {
        transform: translate(4px)
    }

    70% {
        transform: translate(-3px)
    }

    80% {
        transform: translate(2px)
    }

    90% {
        transform: translate(-1px)
    }
}

@keyframes stroke {
    0% {
        stroke-dashoffset: var(--animation-stroke)
    }

    to {
        stroke-dashoffset: 0
    }
}

.background-default {
    background-color: #fff
}

.background-muted {
    background-color: #f4f4f4
}

.background-primary {
    background-color: #e60000
}

.background-secondary {
    background-color: #007c92
}

.border {
    border: 1px solid #ebebeb
}

.border-left {
    border-left: 1px solid #ebebeb
}

.border-right {
    border-right: 1px solid #ebebeb
}

.border-bottom {
    border-bottom: 1px solid #ebebeb
}

.border-top {
    border-top: 1px solid #ebebeb
}

.border-radius {
    border-radius: 6px
}

.border-radius-small {
    border-radius: 4px
}

.border-circle {
    border-radius: 50%
}

.container {
    max-width: 1240px
}

.container, .container-medium, .container-small {
    margin: 0 auto;
    padding: 0 10px
}

.container-medium {
    max-width: 1100px
}

.container-small {
    max-width: 1024px
}

.container-xsmall {
    max-width: 420px
}

.grid {
    display: grid;
    grid-gap: 20px;
    box-sizing: border-box;
    letter-spacing: 0
}

    .grid.grid-gap-small {
        grid-gap: 16px
    }

    .grid.grid-gap-row-medium {
        grid-row-gap: 20px
    }

    .grid.grid-gap-remove {
        grid-gap: 0;
        max-width: 100% !important
    }

    .grid.grid-child-1-2 {
        grid-template-columns: repeat(2,50%);
        max-width: calc(100% - 20px)
    }

        .grid.grid-child-1-2.grid-gap-small {
            max-width: calc(100% - 16px)
        }

        .grid.grid-child-1-2.grid-gap-row-medium {
            max-width: calc(100% - 20px)
        }

    .grid.grid-child-1-3 {
        grid-template-columns: repeat(3,calc(100% / 3));
        max-width: calc(100% - 40px)
    }

        .grid.grid-child-1-3.grid-gap-small {
            max-width: calc(100% - 32px)
        }

        .grid.grid-child-1-3.grid-gap-row-medium {
            max-width: calc(100% - 40px)
        }

    .grid.grid-child-1-4 {
        grid-template-columns: repeat(4,25%);
        max-width: calc(100% - 60px)
    }

        .grid.grid-child-1-4.grid-gap-small {
            max-width: calc(100% - 48px)
        }

        .grid.grid-child-1-4.grid-gap-row-medium {
            max-width: calc(100% - 60px)
        }

    .grid.grid-child-1-5 {
        grid-template-columns: repeat(5,20%);
        max-width: calc(100% - 80px)
    }

        .grid.grid-child-1-5.grid-gap-small {
            max-width: calc(100% - 64px)
        }

        .grid.grid-child-1-5.grid-gap-row-medium {
            max-width: calc(100% - 80px)
        }

    .grid.grid-child-1-6 {
        grid-template-columns: repeat(6,calc(100% / 6));
        max-width: calc(100% - 100px)
    }

        .grid.grid-child-1-6.grid-gap-small {
            max-width: calc(100% - 80px)
        }

        .grid.grid-child-1-6.grid-gap-row-medium {
            max-width: calc(100% - 100px)
        }

    .grid.grid-child-1-12 {
        grid-template-columns: repeat(12,calc(100% / 12));
        max-width: calc(100% - 220px)
    }

        .grid.grid-child-1-12.grid-gap-small {
            max-width: calc(100% - 176px)
        }

        .grid.grid-child-1-12.grid-gap-row-medium {
            max-width: calc(100% - 220px)
        }

    .grid .column-1 {
        grid-column: span 1
    }

    .grid .column-2 {
        grid-column: span 2
    }

    .grid .column-3 {
        grid-column: span 3
    }

    .grid .column-4 {
        grid-column: span 4
    }

    .grid .column-5 {
        grid-column: span 5
    }

    .grid .column-6 {
        grid-column: span 6
    }

    .grid .column-7 {
        grid-column: span 7
    }

    .grid .column-12 {
        grid-column: span 12
    }

    .grid.grid-center {
        place-items: center
    }

    .grid:before, .grid:after {
        display: none
    }

@media (max-width: 638px) {
    .grid .column-1\@s {
        grid-column: span 1
    }

    .grid .column-2\@s {
        grid-column: span 2
    }

    .grid .column-3\@s {
        grid-column: span 3
    }

    .grid .column-4\@s {
        grid-column: span 4
    }

    .grid .column-5\@s {
        grid-column: span 5
    }

    .grid .column-6\@s {
        grid-column: span 6
    }

    .grid .column-7\@s {
        grid-column: span 7
    }

    .grid .column-12\@s {
        grid-column: span 12
    }

    .grid.grid-gap-remove\@s {
        grid-gap: 0;
        max-width: 100% !important
    }
}

@media (max-width: 969px) {
    .grid .column-1\@m {
        grid-column: span 1
    }

    .grid .column-2\@m {
        grid-column: span 2
    }

    .grid .column-3\@m {
        grid-column: span 3
    }

    .grid .column-4\@m {
        grid-column: span 4
    }

    .grid .column-5\@m {
        grid-column: span 5
    }

    .grid .column-6\@m {
        grid-column: span 6
    }

    .grid .column-7\@m {
        grid-column: span 7
    }

    .grid .column-12\@m {
        grid-column: span 12
    }

    .grid.grid-gap-remove\@m {
        grid-gap: 0;
        max-width: 100% !important
    }
}

.flex {
    display: flex
}

    .flex.flex-child-auto > * {
        width: auto;
        flex: 1
    }

.flex-center {
    justify-content: center !important
}

.flex-right {
    justify-content: flex-end !important
}

.flex-left {
    justify-content: flex-start !important
}

.flex-middle {
    align-items: center !important
}

.flex-top {
    align-items: flex-start !important
}

.flex-bottom {
    align-items: flex-end !important
}

.flex-between {
    justify-content: space-between !important
}

.flex-column {
    flex-direction: column
}

@media (min-width: 639px) {
    .flex\@s {
        display: flex
    }

    .flex-center\@s {
        justify-content: center
    }

    .flex-right\@s {
        justify-content: flex-end
    }

    .flex-left\@s {
        justify-content: flex-start
    }

    .flex-middle\@s {
        align-items: center
    }

    .flex-top\@s {
        align-items: flex-start
    }

    .flex-bottom\@s {
        align-items: flex-end
    }

    .flex-between\@s {
        justify-content: space-between
    }
}

@media (min-width: 670px) {
    .flex\@m {
        display: flex
    }

    .flex-center\@m {
        justify-content: center
    }

    .flex-right\@m {
        justify-content: flex-end
    }

    .flex-left\@m {
        justify-content: flex-start
    }

    .flex-middle\@m {
        align-items: center
    }

    .flex-top\@m {
        align-items: flex-start
    }

    .flex-bottom\@m {
        align-items: flex-end
    }

    .flex-between\@m {
        justify-content: space-between
    }
}

.card, .drop-container .drop {
    background-color: #fff;
    box-shadow: 0 2px 8px #00000029;
    border-radius: 6px;
    position: relative;
    transition: box-shadow .1s ease-in-out
}

.card-hover:hover {
    box-shadow: 0 2px 8px #0000003d
}

.card-body, .drop-container .drop, .card-header, .card-footer {
    padding: 28px 24px
}

.card-small .card-body, .card-small .drop-container .drop, .drop-container .card-small .drop, .card-small .card-header, .card-small .card-footer {
    padding: 20px
}

.card-xsmall .card-body, .card-xsmall .drop-container .drop, .drop-container .card-xsmall .drop, .card-xsmall .card-header, .card-xsmall .card-footer {
    padding: 12px 20px
}

.card-header {
    border-bottom: #ebebeb 1px solid
}

.card-footer {
    border-top: #ebebeb 1px solid
}

a.card, .drop-container a.drop {
    color: #333;
    transition: background-color .1s ease-in-out;
    display: inline-block;
    text-decoration: none
}

    a.card:hover, .drop-container a.drop:hover {
        color: #333;
        text-decoration: none;
        background-color: #fafafa
    }

@media (max-width: 638px) {
    .card-body, .drop-container .drop, .card-header, .card-footer {
        padding: 16px
    }
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    text-align: center;
    border-radius: 6px;
    transition: all .1s;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    border: none
}

.button-small {
    font-size: 16px;
    padding: 4px 16px
}

.button:hover {
    background-color: #0000001a
}

.button.no-radius {
    border-radius: 0
}

.button.bordered, .button-bordered {
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
    font-weight: 700
}

    .button.bordered:disabled, .button-bordered:disabled {
        background-color: #ccc;
        color: #fff;
        border-color: #0000;
        cursor: default
    }

    .button.bordered:hover:not(:disabled), .button-bordered:hover:not(:disabled) {
        border-color: #333;
        background-color: #f4f4f4
    }

    .button.bordered:focus:not(:disabled), .button-bordered:focus:not(:disabled) {
        border-color: #007c92;
        background-color: #f4f4f4;
        border-width: 3px;
        padding: 6px 18px
    }

        .button.bordered:focus:not(:disabled).button-small, .button-bordered:focus:not(:disabled).button-small {
            padding: 2px 14px
        }

.button.button-primary {
    background-color: #e60000;
    color: #fff
}

    .button.button-primary:disabled {
        background-color: #ccc;
        color: #fff;
        cursor: default
    }

    .button.button-primary:hover:not(:disabled) {
        background-color: #900
    }

.button.button-secondary {
    background-color: #666;
    color: #fff
}

    .button.button-secondary:disabled {
        opacity: .6;
        cursor: default
    }

    .button.button-secondary:hover:not(:disabled) {
        background-color: #ccc
    }

.dark .button, .dark.button, .inverse .button, .inverse.button {
    color: #333
}

    .dark .button.bordered, .dark.button.bordered, .inverse .button.bordered, .inverse.button.bordered {
        border: solid 1px #FFF;
        background-color: #4a4d4e;
        color: #fff
    }

    .dark .button.button-primary, .dark.button.button-primary, .inverse .button.button-primary, .inverse.button.button-primary {
        color: #fff
    }

    .dark .button:disabled, .dark .button.disabled, .dark.button:disabled, .dark.button.disabled, .inverse .button:disabled, .inverse .button.disabled, .inverse.button:disabled, .inverse.button.disabled {
        background-color: #666;
        color: #333
    }

@media (max-width: 638px) {
    .button {
        padding: 8px 16px;
        font-size: 18px;
        margin-bottom: 0
    }

    .button-small {
        font-size: 16px;
        padding: 4px 16px
    }

    .button-normal\@s {
        padding: 8px 16px;
        font-size: 18px
    }
}

progress, .progress {
    vertical-align: baseline;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border: 0;
    background-color: #ebebeb;
    height: 4px;
    border-radius: 2px;
    overflow: hidden
}

    progress:indeterminate, .progress:indeterminate {
        color: transparent
    }

        progress:indeterminate::-moz-progress-bar, .progress:indeterminate::-moz-progress-bar {
            width: 0
        }

    progress::-webkit-progress-bar, .progress::-webkit-progress-bar {
        background-color: #ebebeb
    }

    progress::-webkit-progress-value, .progress::-webkit-progress-value {
        background-color: #007c92;
        -webkit-transition: width .6s ease;
        transition: width .6s ease
    }

    progress::-moz-progress-bar, .progress::-moz-progress-bar {
        background-color: #007c92
    }

    progress::-ms-fill, .progress::-ms-fill {
        background-color: #007c92;
        -ms-transition: width .6s ease;
        transition: width .6s ease;
        border: 0
    }

hr, .hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px;
    border: 0;
    border-top: 1px solid #ebebeb
}

    hr.vertical, .hr.vertical {
        width: 1px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        border-left: 1px solid #ebebeb
    }

.background-muted hr {
    border-color: #ccc
}

nav.mainmenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex
}

    nav.mainmenu ul li {
        display: flex;
        justify-content: center;
        align-items: center
    }

        nav.mainmenu ul li a {
            position: relative;
            font-size: 20px;
            font-weight: lighter;
            text-decoration: none !important;
            box-sizing: border-box;
            line-height: 28px
        }

            nav.mainmenu ul li a.logo {
                margin-right: 16px
            }

            nav.mainmenu ul li a:not(.logo) {
                height: 100%;
                padding: 14px 24px
            }

                nav.mainmenu ul li a:not(.logo):after {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    height: 0;
                    transition: height .1s;
                    width: 100%;
                    background-color: #e60000
                }

            nav.mainmenu ul li a:hover:after, nav.mainmenu ul li a.active:after {
                height: 3px
            }

            nav.mainmenu ul li a img {
                max-height: 32px;
                margin-right: 8px
            }

            nav.mainmenu ul li a.badge-container {
                position: relative
            }

                nav.mainmenu ul li a.badge-container .badge {
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(calc(-50% + 14px),calc(-50% - 14px));
                    background-color: #e60000;
                    color: #fff;
                    height: 20px;
                    min-width: 20px;
                    line-height: 1;
                    border-radius: 10px;
                    font-size: 12px
                }

nav.mainmenu-vertical ul {
    flex-direction: column
}

    nav.mainmenu-vertical ul li {
        justify-content: left;
        margin-right: 0
    }

        nav.mainmenu-vertical ul li a {
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100%
        }

@media (max-width: 969px) {
    nav.mainmenu ul li a {
        font-size: 18px;
        line-height: 1.2;
        display: flex;
        align-items: center
    }

        nav.mainmenu ul li a:not(.logo) {
            padding: 4px 10px !important
        }

    nav.mainmenu-vertical ul li a:not(.logo) {
        padding: 16px 0 !important
    }
}

.card, .drop-container .drop {
    background-color: #fff;
    box-shadow: 0 2px 8px #00000029;
    border-radius: 6px;
    position: relative;
    transition: box-shadow .1s ease-in-out
}

.card-hover:hover {
    box-shadow: 0 2px 8px #0000003d
}

.card-body, .drop-container .drop, .card-header, .card-footer {
    padding: 28px 24px
}

.card-small .card-body, .card-small .drop-container .drop, .drop-container .card-small .drop, .card-small .card-header, .card-small .card-footer {
    padding: 20px
}

.card-xsmall .card-body, .card-xsmall .drop-container .drop, .drop-container .card-xsmall .drop, .card-xsmall .card-header, .card-xsmall .card-footer {
    padding: 12px 20px
}

.card-header {
    border-bottom: #ebebeb 1px solid
}

.card-footer {
    border-top: #ebebeb 1px solid
}

a.card, .drop-container a.drop {
    color: #333;
    transition: background-color .1s ease-in-out;
    display: inline-block;
    text-decoration: none
}

    a.card:hover, .drop-container a.drop:hover {
        color: #333;
        text-decoration: none;
        background-color: #fafafa
    }

@media (max-width: 638px) {
    .card-body, .drop-container .drop, .card-header, .card-footer {
        padding: 16px
    }
}

[class*=animation-], .drop-container .drop {
    animation-duration: .3s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.animation-fade {
    animation-name: fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.animation-scale-up {
    animation-name: fade-scale-02
}

.animation-scale-down {
    animation-name: fade-scale-18
}

.animation-slide-top {
    animation-name: fade-top
}

.animation-slide-bottom {
    animation-name: fade-bottom
}

.animation-slide-left {
    animation-name: fade-left
}

.animation-slide-right {
    animation-name: fade-right
}

.animation-slide-top-small, .drop-container .drop.open {
    animation-name: fade-top-small
}

.animation-slide-bottom-small {
    animation-name: fade-bottom-small
}

.animation-slide-left-small {
    animation-name: fade-left-small
}

.animation-slide-right-small {
    animation-name: fade-right-small
}

.animation-slide-top-medium {
    animation-name: fade-top-medium
}

.animation-slide-bottom-medium {
    animation-name: fade-bottom-medium
}

.animation-slide-left-medium {
    animation-name: fade-left-medium
}

.animation-slide-right-medium {
    animation-name: fade-right-medium
}

.animation-kenburns {
    animation-name: scale-kenburns;
    animation-duration: 15s
}

.animation-shake {
    animation-name: shake
}

.animation-stroke {
    animation-name: stroke;
    stroke-dasharray: var(--animation-stroke);
    animation-duration: 2s
}

.animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.animation-fast {
    animation-duration: .1s
}

.animation-toggle:not(:hover):not(:focus) [class*=animation-], .animation-toggle:not(:hover):not(:focus) .drop-container .drop, .drop-container .animation-toggle:not(:hover):not(:focus) .drop {
    animation-name: none
}

.animation-toggle {
    -webkit-tap-highlight-color: transparent
}

    .animation-toggle:focus {
        outline: none
    }

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translate(100%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-left-small {
    0% {
        opacity: 0;
        transform: translate(-10px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-right-small {
    0% {
        opacity: 0;
        transform: translate(10px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-left-medium {
    0% {
        opacity: 0;
        transform: translate(-50px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-right-medium {
    0% {
        opacity: 0;
        transform: translate(50px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes scale-kenburns {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes shake {
    0%,to {
        transform: translate(0)
    }

    10% {
        transform: translate(-9px)
    }

    20% {
        transform: translate(8px)
    }

    30% {
        transform: translate(-7px)
    }

    40% {
        transform: translate(6px)
    }

    50% {
        transform: translate(-5px)
    }

    60% {
        transform: translate(4px)
    }

    70% {
        transform: translate(-3px)
    }

    80% {
        transform: translate(2px)
    }

    90% {
        transform: translate(-1px)
    }
}

@keyframes stroke {
    0% {
        stroke-dashoffset: var(--animation-stroke)
    }

    to {
        stroke-dashoffset: 0
    }
}

.drop-container {
    position: relative
}

    .drop-container .drop {
        padding: 16px;
        position: absolute;
        width: 280px;
        box-sizing: border-box;
        top: 100%;
        left: 0;
        z-index: 998
    }

        .drop-container .drop:not(.open) {
            display: none
        }

        .drop-container .drop.drop-bottom-right {
            top: 100%;
            right: 0;
            bottom: auto;
            left: auto
        }

.link-text:not(.button) {
    color: #333;
    text-decoration: underline
}

    .link-text:not(.button):hover {
        text-decoration: none
    }

.link-reset, .link-reset:hover {
    color: #333;
    text-decoration: none !important
}

.link-underline:not(.button) {
    color: inherit;
    text-decoration: underline
}

    .link-underline:not(.button):hover {
        text-decoration: none
    }

.dark .link, .dark.link, .dark a, .inverse .link, .inverse.link, .inverse a {
    color: #fff !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-small {
    font-size: 14px
}

.text-medium {
    font-size: 16px
}

.text-large {
    font-size: 24px
}

.text-muted {
    color: #666
}

.text-muted-extra {
    color: #999 !important
}

.text-primary {
    color: #e60000 !important
}

.text-warning {
    color: #fecb00
}

.text-selection {
    color: #007c92
}

.text-underline {
    text-decoration: underline
}

.text-line-through {
    text-decoration: line-through
}

.text-nowrap {
    white-space: nowrap
}

.text-wrapped {
    white-space: normal
}

.text-bold {
    font-weight: 700 !important
}

.text-light {
    font-weight: 300 !important
}

.text-normal {
    font-weight: 400 !important
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-weight: 700
}

h1, .h1 {
    font-size: 64px
}

h2, .h2 {
    font-size: 56px
}

h3, .h3 {
    font-size: 40px
}

h4, .h4 {
    font-size: 28px
}

h5, .h5 {
    font-size: 20px
}

@media (max-width: 969px) {
    h1, .h1 {
        font-size: 56px
    }

    h2, .h2 {
        font-size: 40px
    }

    h3, .h3 {
        font-size: 34px
    }

    h4, .h4 {
        font-size: 24px
    }

    h5, .h5 {
        font-size: 20px
    }
}

@media (max-width: 638px) {
    h1, .h1 {
        font-size: 32px
    }

    h2, .h2 {
        font-size: 28px
    }

    h3, .h3 {
        font-size: 24px
    }

    h4, .h4 {
        font-size: 20px
    }

    h5, .h5 {
        font-size: 18px
    }
}

input[type=radio] {
    display: inline-block;
    height: 20px;
    width: 20px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #999;
    border-radius: 50%;
    transition: .2s ease-in-out;
    transition-property: all;
    background-image: none
}

    input[type=radio]:checked {
        border-color: #007c92;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16Z' fill='%23007C92'/%3E%3C/svg%3E%0A")
    }

input[type=checkbox] {
    display: inline-block;
    height: 20px;
    width: 20px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #999;
    border-radius: 3px;
    transition: .2s ease-in-out;
    transition-property: all;
    background-image: none;
    cursor: pointer
}

    input[type=checkbox]:focus {
        border-color: #007c92
    }

    input[type=checkbox]:checked {
        border-color: #007c92;
        background-color: #007c92;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4638 6.47605C14.7538 6.18005 15.2278 6.17405 15.5238 6.46405C15.8198 6.75405 15.8258 7.22805 15.5358 7.52405L8.6938 14.524C8.3998 14.825 7.9158 14.825 7.6218 14.524L4.4638 11.293C4.1738 10.997 4.1798 10.523 4.4758 10.233C4.7718 9.94305 5.2458 9.94905 5.5358 10.245L8.1578 12.927L14.4638 6.47605Z' fill='white'/%3E%3C/svg%3E%0A")
    }

    .dark input[type=checkbox], input[type=checkbox].dark {
        background-color: transparent
    }

        .dark input[type=checkbox]:checked, input[type=checkbox].dark:checked {
            background-color: #fff
        }

    input[type=checkbox].toggle {
        width: 28px;
        background-color: #999;
        border-radius: 10px;
        position: relative;
        margin: 0
    }

        input[type=checkbox].toggle:before {
            content: "";
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 8px #00000029;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(1px,1px);
            transition: transform .1s ease-out,background-color .1s
        }

        input[type=checkbox].toggle:checked {
            background-color: #007c92
        }

            input[type=checkbox].toggle:checked:before {
                transform: translate(9px,1px)
            }

.margin {
    margin: 16px
}

.margin-xsmall {
    margin: 8px
}

.margin-small {
    margin: 12px
}

.margin-large {
    margin: 20px
}

.margin-xlarge {
    margin: 24px
}

.margin-xlarge {
    margin: 32px
}

.margin-remove {
    margin: 0 !important
}

.margin-top {
    margin-top: 16px
}

.margin-top-xsmall {
    margin-top: 8px
}

.margin-top-small {
    margin-top: 12px
}

.margin-top-large {
    margin-top: 20px
}

.margin-top-xlarge {
    margin-top: 24px
}

.margin-top-2xlarge {
    margin-top: 32px
}

.margin-top-remove {
    margin-top: 0 !important
}

.margin-bottom {
    margin-bottom: 16px
}

.margin-bottom-xsmall {
    margin-bottom: 8px
}

.margin-bottom-small {
    margin-bottom: 12px
}

.margin-bottom-large {
    margin-bottom: 20px
}

.margin-bottom-xlarge {
    margin-bottom: 24px
}

.margin-bottom-2xlarge {
    margin-bottom: 32px
}

.margin-bottom-remove {
    margin-bottom: 0 !important
}

.margin-left {
    margin-left: 16px
}

.margin-left-xsmall {
    margin-left: 8px
}

.margin-left-small {
    margin-left: 12px
}

.margin-left-large {
    margin-left: 20px
}

.margin-left-xlarge {
    margin-left: 24px
}

.margin-left-2xlarge {
    margin-left: 32px
}

.margin-left-remove {
    margin-left: 0 !important
}

.margin-right {
    margin-right: 16px
}

.margin-right-xsmall {
    margin-right: 8px
}

.margin-right-small {
    margin-right: 12px
}

.margin-right-large {
    margin-right: 20px
}

.margin-right-xlarge {
    margin-right: 24px
}

.margin-right-2xlarge {
    margin-right: 32px
}

.margin-right-remove {
    margin-right: 0 !important
}

.margin-horizontal {
    margin-left: 16px;
    margin-right: 16px
}

.margin-horizontal-xsmall {
    margin-left: 8px;
    margin-right: 8px
}

.margin-horizontal-small {
    margin-left: 12px;
    margin-right: 12px
}

.margin-horizontal-large {
    margin-left: 20px;
    margin-right: 20px
}

.margin-horizontal-xlarge {
    margin-left: 24px;
    margin-right: 24px
}

.margin-horizontal-2xlarge {
    margin-left: 32px;
    margin-right: 32px
}

.margin-horizontal-remove {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.margin-vertical {
    margin-top: 16px;
    margin-bottom: 16px
}

.margin-vertical-xsmall {
    margin-top: 8px;
    margin-bottom: 8px
}

.margin-vertical-small {
    margin-top: 12px;
    margin-bottom: 12px
}

.margin-vertical-large {
    margin-top: 20px;
    margin-bottom: 20px
}

.margin-vertical-xlarge {
    margin-top: 24px;
    margin-bottom: 24px
}

.margin-vertical-2xlarge {
    margin-top: 32px;
    margin-bottom: 32px
}

.margin-vertical-remove {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

@media (max-width: 638px) {
    .margin-remove\@s {
        margin: 0 !important
    }

    .margin-left-remove\@s {
        margin-left: 0 !important
    }

    .margin-right-remove\@s {
        margin-right: 0 !important
    }

    .margin-top-remove\@s {
        margin-top: 0 !important
    }

    .margin-bottom-remove\@s {
        margin-bottom: 0 !important
    }
}

.padding {
    padding: 20px
}

.padding-xsmall {
    padding: 12px
}

.padding-small {
    padding: 16px
}

.padding-large {
    padding: 24px
}

.padding-xlarge {
    padding: 28px
}

.padding-2xlarge {
    padding: 32px
}

.padding-3xlarge, .padding-satellite {
    padding: 40px
}

.padding-4xlarge, .padding-planet {
    padding: 48px
}

.padding-5xlarge, .padding-star {
    padding: 56px
}

.padding-6xlarge, .padding-galaxy {
    padding: 64px
}

.padding-7xlarge, .padding-cosmos {
    padding: 72px
}

.padding-remove {
    padding: 0 !important
}

.padding-top {
    padding-top: 20px
}

.padding-top-xsmall {
    padding-top: 12px
}

.padding-top-small {
    padding-top: 16px
}

.padding-top-large {
    padding-top: 24px
}

.padding-top-xlarge {
    padding-top: 28px
}

.padding-top-2xlarge {
    padding-top: 32px
}

.padding-top-3xlarge, .padding-top-satellite {
    padding-top: 40px
}

.padding-top-4xlarge, .padding-top-planet {
    padding-top: 48px
}

.padding-top-5xlarge, .padding-top-star {
    padding-top: 56px
}

.padding-top-6xlarge, .padding-top-galaxy {
    padding-top: 64px
}

.padding-top-7xlarge, .padding-top-cosmos {
    padding-top: 72px
}

.padding-top-remove {
    padding-top: 0 !important
}

.padding-bottom {
    padding-bottom: 20px
}

.padding-bottom-xsmall {
    padding-bottom: 12px
}

.padding-bottom-small {
    padding-bottom: 16px
}

.padding-bottom-large {
    padding-bottom: 24px
}

.padding-bottom-xlarge {
    padding-bottom: 28px
}

.padding-bottom-2xlarge {
    padding-bottom: 32px
}

.padding-bottom-3xlarge, .padding-bottom-satellite {
    padding-bottom: 40px
}

.padding-bottom-4xlarge, .padding-bottom-planet {
    padding-bottom: 48px
}

.padding-bottom-5xlarge, .padding-bottom-star {
    padding-bottom: 56px
}

.padding-bottom-6xlarge, .padding-bottom-galaxy {
    padding-bottom: 64px
}

.padding-bottom-6xlarge, .padding-bottom-cosmos {
    padding-bottom: 72px
}

.padding-bottom-remove {
    padding-bottom: 0 !important
}

.padding-left {
    padding-left: 20px
}

.padding-left-xsmall {
    padding-left: 12px
}

.padding-left-small {
    padding-left: 16px
}

.padding-left-large {
    padding-left: 24px
}

.padding-left-xlarge {
    padding-left: 28px
}

.padding-left-2xlarge {
    padding-left: 32px
}

.padding-left-3xlarge, .padding-left-satellite {
    padding-left: 40px
}

.padding-left-4xlarge, .padding-left-planet {
    padding-left: 48px
}

.padding-left-5xlarge, .padding-left-star {
    padding-left: 56px
}

.padding-left-6xlarge, .padding-left-galaxy {
    padding-left: 64px
}

.padding-left-7xlarge, .padding-left-cosmos {
    padding-left: 72px
}

.padding-left-remove {
    padding-left: 0 !important
}

.padding-right {
    padding-right: 20px
}

.padding-right-xsmall {
    padding-right: 12px
}

.padding-right-small {
    padding-right: 16px
}

.padding-right-large {
    padding-right: 24px
}

.padding-right-xlarge {
    padding-right: 28px
}

.padding-right-2xlarge {
    padding-right: 32px
}

.padding-right-3xlarge, .padding-right-satellite {
    padding-right: 40px
}

.padding-right-4xlarge, .padding-right-planet {
    padding-right: 48px
}

.padding-right-5xlarge, .padding-right-star {
    padding-right: 56px
}

.padding-right-6xlarge, .padding-right-galaxy {
    padding-right: 64px
}

.padding-right-7xlarge, .padding-right-cosmos {
    padding-right: 72px
}

.padding-right-remove {
    padding-right: 0 !important
}

.padding-horizontal {
    padding-left: 20px;
    padding-right: 20px
}

.padding-horizontal-xsmall {
    padding-left: 12px;
    padding-right: 12px
}

.padding-horizontal-small {
    padding-left: 16px;
    padding-right: 16px
}

.padding-horizontal-large {
    padding-left: 24px;
    padding-right: 24px
}

.padding-horizontal-xlarge {
    padding-left: 28px;
    padding-right: 28px
}

.padding-horizontal-2xlarge {
    padding-left: 32px;
    padding-right: 32px
}

.padding-horizontal-3xlarge, .padding-horizontal-satellite {
    padding-left: 40px;
    padding-right: 40px
}

.padding-horizontal-4xlarge, .padding-horizontal-planet {
    padding-left: 48px;
    padding-right: 48px
}

.padding-horizontal-5xlarge, .padding-horizontal-star {
    padding-left: 56px;
    padding-right: 56px
}

.padding-horizontal-6xlarge, .padding-horizontal-galaxy {
    padding-left: 64px;
    padding-right: 64px
}

.padding-horizontal-7xlarge, .padding-horizontal-cosmos {
    padding-left: 72px;
    padding-right: 72px
}

.padding-horizontal-remove {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.padding-vertical {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-vertical-xsmall {
    padding-top: 12px;
    padding-bottom: 12px
}

.padding-vertical-small {
    padding-top: 16px;
    padding-bottom: 16px
}

.padding-vertical-large {
    padding-top: 24px;
    padding-bottom: 24px
}

.padding-vertical-xlarge {
    padding-top: 28px;
    padding-bottom: 28px
}

.padding-vertical-2xlarge {
    padding-top: 32px;
    padding-bottom: 32px
}

.padding-vertical-3xlarge, .padding-vertical-satellite {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding-vertical-4xlarge, .padding-vertical-planet {
    padding-top: 48px;
    padding-bottom: 48px
}

.padding-vertical-5xlarge, .padding-vertical-star {
    padding-top: 56px;
    padding-bottom: 56px
}

.padding-vertical-6xlarge, .padding-vertical-galaxy {
    padding-top: 64px;
    padding-bottom: 64px
}

.padding-vertical-7xlarge, .padding-vertical-cosmos {
    padding-top: 72px;
    padding-bottom: 72px
}

.padding-vertical-remove {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media (max-width: 639px) {
    .padding-remove\@s {
        padding: 0 !important
    }

    .padding-left-remove\@s {
        padding-left: 0 !important
    }

    .padding-right-remove\@s {
        padding-right: 0 !important
    }

    .padding-top-remove\@s {
        padding-top: 0 !important
    }

    .padding-bottom-remove\@s {
        padding-bottom: 0 !important
    }
}

@keyframes load {
    0% {
        left: -150px
    }

    to {
        left: 100%
    }
}

.ng-lazyloading {
    background: white;
    position: relative;
    overflow: hidden
}

    .ng-lazyloading:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: white /*linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%)*/;
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

.ng-failed-lazyloaded {
    background: #ebebeb
}

.placeholder-line {
    display: inline-block;
    width: 100px;
    height: 1em;
    max-width: 100%;
    box-sizing: border-box;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-line:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

.placeholder-line-medium {
    display: inline-block;
    width: 170px;
    height: 1em;
    max-width: 100%;
    box-sizing: border-box;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-line-medium:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

.placeholder-line-large {
    display: inline-block;
    width: 500px;
    max-width: 100%;
    height: 1em;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-line-large:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

.placeholder-icon-mini {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-icon-mini:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

.placeholder-pill {
    display: inline-block;
    width: 100px;
    height: 38px;
    border-radius: 19px;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-pill:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

.placeholder-select {
    display: inline-block;
    width: 150px;
    height: 38px;
    border-radius: 6px;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-select:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

.placeholder-device-image {
    width: 187px;
    height: 187px;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-device-image:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

@media (max-width: 638px) {
    .placeholder-device-image {
        width: 138px;
        height: 138px
    }
}

.placeholder-button-small {
    display: inline-block;
    min-width: 100px;
    height: 35px;
    border-radius: 6px;
    background: #ebebeb;
    position: relative;
    overflow: hidden
}

    .placeholder-button-small:after {
        content: "";
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 250px;
        background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,0) 100%);
        animation: load 1s cubic-bezier(.4,0,.2,1) infinite
    }

@media (max-width: 638px) {
    .placeholder-device-card {
        padding: 20px 10px
    }

        .placeholder-device-card .placeholder-line-medium {
            width: 100%;
            margin-bottom: 52px
        }

        .placeholder-device-card .placeholder-line {
            margin-bottom: 20px
        }
}

.width, .width-1-1, .width-full {
    width: 100%
}

.width-1-2 {
    width: 50%
}

.width-expand {
    flex: 1;
    min-width: 1px
}

.width-auto {
    width: auto
}

@media (min-width: 639px) {
    .width-1-1\@s, .width-full\@s {
        width: 100%
    }

    .width-auto\@s {
        width: auto
    }
}

[hidden], .hidden, .hide {
    display: none !important
}

@media (min-width: 639px) {
    .hidden\@s {
        display: none !important
    }
}

@media (min-width: 670px) {
    .hidden\@m {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden\@l {
        display: none !important
    }
}

@media (max-width: 638px) {
    .visible\@s {
        display: none !important
    }
}

@media (max-width: 969px) {
    .visible\@m {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .visible\@l {
        display: none !important
    }
}

.inverse, .inverse * {
    color: #fff
}

    .inverse a {
        color: #fff !important
    }

    .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6, .inverse .h1, .inverse .h2, .inverse .h3, .inverse .h4, .inverse .h5, .inverse .h6 {
        color: #fff
    }

.inverse-background {
    background-color: #333
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

    .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

    .swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-feature-settings:;
        font-variant: initial;
        line-height: 1
    }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: "prev"
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: "next"
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

    .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
        display: block
    }

    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

:root {
    --swiper-theme-color: #e60000 !important
}

.swiper-pagination + .swiper-wrapper {
    padding-bottom: 30px
}

.swiper-button-prev, .swiper-button-next {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px 1px #82828280;
    width: 40px !important;
    height: 40px !important
}

    .swiper-button-prev:after, .swiper-button-next:after {
        content: "" !important;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center
    }

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: .5
    }

    .swiper-button-prev:after {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 192 192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M130 164L62 96l68-68' stroke='%23333' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }

    .swiper-button-next:after {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 192 192' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62 28l68 68-68 68' stroke='%23333' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }

body.no-scroll {
    overflow: hidden
}
