.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}

.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ajax-progress {
    display: inline;
    padding: .25rem
}

.ajax-progress-throbber .throbber {
    background-image: url(/themes/custom/syn_global_theme/dist/_patterns/src/images/loader.gif);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem
}

.ajax-progress-throbber .message {
    display: inline;
    font-size: .75rem;
    line-height: 1rem;
    padding: .25rem
}

tr .ajax-progress-throbber .throbber {
    margin-left: .25rem;
    margin-right: .25rem
}

.ajax-progress-bar {
    width: 16rem
}

.ajax-progress-fullscreen {
    height: 3.5rem;
    inset: 50%;
    position: fixed;
    width: 3.5rem;
    z-index: 50;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    background-image: url(/themes/custom/syn_global_theme/dist/_patterns/src/images/loader.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.contextual-region {
    position: relative;
}

.contextual .trigger:focus {
    position: relative !important;
}

.contextual-links {
    display: none;
}

.contextual.open .contextual-links {
    display: block;
}

.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
    float: right;
}

[dir="rtl"] .toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
    float: left;
}

.toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item {
    margin: 0;
}

.toolbar .toolbar-bar .contextual-toolbar-tab .toolbar-item.is-active {
    background-image: linear-gradient(rgb(78,159,234) 0%,rgb(69,132,221) 100%);
}

.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab.hidden {
    display: none;
}

.ui-dialog ~ .ck-body-wrapper {
    --ck-z-panel: 1261;
}

.poll {
    overflow: hidden;
}

.poll .bar {
    height: 1em;
    margin: 1px 0;
    background-color: #ddd;
}

.poll .bar .foreground {
    background-color: #000;
    height: 1em;
    float: left;
}

.poll dl,.poll dd {
    margin: 0;
}

.poll .links {
    text-align: center;
}

.poll .percent {
    text-align: right;
}

.poll .total {
    text-align: center;
}

.poll .vote-form {
    text-align: center;
}

.poll .vote-form {
    text-align: left;
}

.poll .vote-form .poll-title {
    font-weight: bold;
}

.poll-chtext {
    width: 80%;
}

.poll-chvotes .form-text {
    width: 85%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.clockwise-animation.hero-container {
    position: relative;
}

.clockwise-animation.hero-container .image-container {
    min-height: 480px;
    width: 100%;
    z-index: 1;
}

.clockwise-animation.hero-container .image-container > img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.clockwise-animation .hero-inner-wrapper {
    display: block;
    overflow: hidden;
}

.clockwise-animation .hero-inner-wrapper::after {
    content: "";
    background: url(/upload/img/miravis-icon.png);
    background-size: 100%;
    position: absolute;
    display: inline-block;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
}

@media screen and (max-width: 480px) {
    .clockwise-animation .hero-inner-wrapper {
        display:flex;
        flex-direction: column-reverse;
    }

    .clockwise-animation .hero-inner-wrapper::after {
        height: 24px;
        width: 24px;
        top: calc(50% - 75px);
        left: calc(50% - 12px) !important;
    }
}

.clockwise-animation .hero.text-container {
    max-height: 505px;
    z-index: 2;
}

.clockwise-animation .hero-inner-wrapper::after {
    z-index: 4;
}

.clockwise-animation .hero-inner-wrapper .text-container {
    background-color: #0072ce;
}

.clockwise-animation.hero-container .text-inner-wrapper {
    position: relative;
    z-index: 1;
}

.clockwise-animation .hero-inner-wrapper .text-container {
    width: 50%;
    height: 100%;
    background-color: #1ab8ec;
    z-index: 4;
    float: left;
}

.clockwise-animation .image-container {
    position: relative;
}

.clockwise-animation .image-container img {
    max-width: 100%;
}

.clockwise-animation .bottom-image {
    position: absolute;
    z-index: 1;
}

.clockwise-animation .image-container img.top-image {
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat no-repeat;
    mask-repeat: no-repeat no-repeat;
}

.clockwise-animation .image-container img.top-image {
    animation: tickround 2s linear infinite;
    animation-iteration-count: 1;
    animation-delay: 0s;
}

.clockwise-animation .bottom-image.done {
    z-index: 3;
}

@media screen and (max-width: 480px) {
    .clockwise-animation .hero-inner-wrapper .text-container {
        padding:32px 10px 32px 10px;
        transform: none;
        float: none;
        width: 100%;
        text-align: center;
    }

    .clockwise-animation.hero-container .image-container {
        min-height: 240px;
    }

    .clockwise-animation.hero-container .image-container > img {
        height: 240px !important;
        min-height: auto !important;
        visibility: visible !important;
        object-fit: cover !important;
    }

    .clockwise-animation .hero-inner-wrapper .text-container:before {
        background-size: 100%;
        background-color: #0072ce;
    }

    .clockwise-animation.hero-container .text-inner-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .clockwise-animation .image-container img.top-image {
        transform: rotate(180deg);
        height: 480px !important;
    }
}

.clockwise-animation .hero-inner-wrapper::after {
    -webkit-animation: rotate 1s linear;
    -moz-animation: rotate 1s linear;
    -ms-animation: rotate 1s linear;
    -o-animation: rotate 1s linear;
    animation: rotate 1s linear;
    animation-iteration-count: 1;
    animation-delay: 1s;
}

.ffw-custom-accordeon {
    max-width: 100%;
    padding-bottom: 64px;
}

.ffw-custom-accordeon .ffw-accordeon-title h3:before {
    content: '.';
    margin-right: 19px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: url(/upload/img/syngenta_bars_icon.png) no-repeat center #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    vertical-align: middle;
    font-size: 0;
}

.ffw-custom-accordeon.white-background {
    background: #fff;
}

.ffw-custom-accordeon .ffw-accordeon-content {
    display: none;
}

.ffw-custom-accordeon .ffw-accordeon-title {
    border-top: 1px solid #D2D2D2;
}

.ffw-custom-accordeon .ffw-accordeon-title h3 {
    color: #000 !important;
    padding-top: 0;
    text-align: left;
}

.ffw-custom-accordeon .ffw-accordeon-title:hover h3,.ffw-custom-accordeon .ffw-accordeon-title.active h3 {
    color: #0072ce;
}

.ffw-custom-accordeon .ffw-accordeon-title.first-open + .ffw-accordeon-content {
    display: block;
}

.ffw-accordeon-inner > p.text {
    color: #002855;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 480px) {
    .ffw-accordeon-inner > p.text {
        font-size:16px;
    }
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle {
    color: #000;
}

.ffw-custom-accordeon .ffw-accordeon-title:hover .toggle,.ffw-custom-accordeon .ffw-accordeon-title.active .toggle {
    color: #0072ce;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle:after {
    background: url(/upload/img/arrow_down.svg) no-repeat;
    background-position: center;
    background-size: 90%;
}

.ffw-custom-accordeon .ffw-accordeon-title:hover .toggle:after,.ffw-custom-accordeon .ffw-accordeon-title.active .toggle:after {
    background: url(/upload/img/arrow-down_0.png) no-repeat;
    background-position: center;
    background-size: 90%;
}

@media screen and (max-width: 480px) {
    .ffw-custom-accordeon .ffw-accordeon-title h3 span {
        max-width:calc(100% - 32px);
    }

    .ffw-custom-accordeon .ffw-accordeon-content.with-margin-bottom {
        margin-bottom: 64px;
    }

    .ffw-custom-accordeon .ffw-accordeon-content.no-margin-bottom {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.ffw-custom-accordeon .ffw-accordeon-content.active.no-padding-bottom {
    padding-bottom: 0;
}

.comparison-slider-container {
    position: relative;
    overflow: hidden;
    max-width: 645px;
}

.comparison-slider-container img {
    width: 100%;
    display: block;
    max-width: none;
}

.caption {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background: #fff;
    cursor: ew-resize;
}

.handle:after {
    content: '.';
    position: absolute;
    top: 50%;
    left: 0;
    width: 78px;
    height: 78px;
    background: url(/upload/img/compare-handle-button.png) no-repeat;
    transform: translate(-50%,-50%);
    font-size: 0;
}

.image-compare {
    display: block;
    margin: auto;
}

.caption.in-grey .left {
    margin-left: auto;
    width: auto;
    float: none;
}

.caption.in-blue {
    min-width: 442px;
}

.caption.in-blue .left {
    width: 50%;
    margin-left: auto;
    float: none;
}

.image-compare .left {
    font-weight: normal;
    padding: 16px 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
}

.image-compare .left +.left {
    border-left: 2px solid #fff;
    margin-left: -1px;
}

@media screen and (max-width: 480px) {
    .image-compare .left {
        font-size:14px;
    }

    .caption.in-blue {
        min-width: unset;
    }
}

.mobile-slider.slick-slider {
    display: block !important;
    max-width: 680px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    order: 1 !important;
}

.mobile-slider.slick-slider .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.mobile-slider .slick-list {
    display: block !important;
}

.mobile-slider.slick-slider img {
    width: 100%;
    height: inherit;
    margin-bottom: 10px;
}

.mobile-slider.slick-slider .slick-prev,.mobile-slider.slick-slider .slick-next {
    position: absolute;
    bottom: 0;
    display: inline-block !important;
    border: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    vertical-align: super;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
}

.mobile-slider.slick-slider .slick-prev {
    left: 0;
    z-index: 4;
    background: #fff url(/upload/img/miravis-mobile-slider-prev-arrow.png) no-repeat center;
    background-size: 30%;
    border-radius: 50%;
    margin-left: 10px;
}

.mobile-slider.slick-slider .slick-next {
    right: 0;
    background: #fff url(/upload/img/miravis-mobile-slider-next-arrow.png) no-repeat center;
    background-size: 30%;
    border-radius: 50%;
    margin-right: 10px;
}

.mobile-slider.slick-slider .slick-next.slick-arrow.slick-disabled,.mobile-slider.slick-slider .slick-prev.slick-arrow.slick-disabled {
    opacity: .75;
    cursor: default;
}

.mobile-slider.slick-slider .slick-dots {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 64px;
}

.mobile-slider.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.mobile-slider.slick-slider .text-small a {
    color: #38AD88;
    line-height: 1.33;
    font-size: 12px;
}

.mobile-slider.slick-slider .slick-dots li.slick-active button {
    background: rgba(255,255,255,1);
}

.mobile-slider.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}

.contact-us-block {
    padding: 32px 32px 24px 32px;
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
}

.contact-us-buttons {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
}

.contact-us-heading {
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.contact-us-text {
    margin-bottom: 24px !important;
}

@media screen and (max-width: 480px) {
    .contact-us-buttons {
        max-width:202px;
    }
}

h2 {
    text-align: center;
    font-size: 42px;
    color: #0072ce;
    font-weight: normal;
}

h3 {
    padding-top: 42px;
    text-align: center;
    font-size: 32px;
    color: #0072ce;
    font-weight: normal;
}

.ffw-container * {
    font-family: 'NotoSansDisplay-Regular',sans-serif !important;
}

.ffw-container a,.ffw-container a:hover {
    text-decoration: none;
}

.ffw-container .hero h1 {
    font-size: 28px;
    line-height: 1.23;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #fff;
}

.ffw-container h1 {
    font-size: 42px;
    line-height: 1.14;
    font-weight: normal;
    color: #32325d;
}

.ffw-container h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #32325d;
}

.ffw-container h5 {
    font-size: 14px;
    font-weight: 600;
    color: #32325d;
}

section:first-of-type {
    padding-top: 130px !important;
}

.subheadline {
    font-size: 22px;
    line-height: 1.45;
    font-weight: normal;
    color: #4361a7;
}

.text {
    margin-bottom: 26px;
    line-height: 1.5;
    font-size: 14px;
    color: rgba(50,50,93,0.85);
}

.text-medium {
    line-height: 1.33;
    font-size: 14px;
    color: rgba(50,50,93,0.85);
}

.text-small {
    line-height: 1.33;
    font-size: 12px;
    color: #565a5c;
}

.heading-line {
    font-weight: normal;
    margin-bottom: 60px;
}

.heading-line:after {
    content: "";
    background: url(/upload/img/miravis-icon-blue.svg);
    background-size: 100% 100%;
    position: absolute;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    display: block;
    margin: 16px auto;
}

.link-button {
    position: relative;
    display: inline-block;
    border-radius: 31.5px;
    min-width: 200px;
    padding: 12px 32px 12px 64px;
    background: #0072ce;
    font-size: 18px;
    text-align: center;
    line-height: 1.78;
    color: #fff;
    overflow: hidden;
}

.link-button:hover {
    text-decoration: none;
    background: #005AA2;
}

.link-button span {
    position: relative;
    z-index: 1;
}

.link-button:before {
    content: '.';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 31.5px;
    background: #0072ce;
    font-size: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.link-button:hover:before {
    background: linear-gradient(to top,#982980,#ca2383 50%,#c81171);
}

.link-button::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 28px;
}

.link-button:hover::after {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.link {
    font-weight: 600;
    font-size: 16px;
    line-height: 2.46;
    color: #0072ce;
}

.link span {
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.link.arrow:after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 24px;
    height: 11px;
    vertical-align: middle;
    background-image: url(/upload/img/miravis-blue-arrow-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .1s ease-in-out;
}

.link:hover span {
    border-bottom: 1px solid #0072ce;
}

.ffw-container li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    color: rgba(50,50,93,0.85);
}

.ffw-container ul.bullets li::before {
    content: '•';
    display: inline-block;
    margin-right: 15px;
    line-height: 1.5;
    color: rgba(50,50,93,0.85);
}

@media screen and (min-width: 768px) {
    .ffw-container .hero h1 {
        font-size:38px;
    }

    .ffw-container h1 {
        font-size: 42px;
        line-height: 1.14;
        font-weight: normal;
        color: #32325d;
    }

    .ffw-container h2 {
        font-size: 40px;
    }

    .ffw-container h3 {
        font-size: 26px;
    }

    .ffw-container h4 {
        font-size: 20px;
    }

    .subheadline {
        font-size: 22px;
        line-height: 1.45;
        font-weight: normal;
        color: #4361a7;
    }

    .text {
        line-height: 1.5;
        font-size: 16px;
        color: rgba(50,50,93,0.85);
    }

    .text-small {
        line-height: 1.33;
        font-size: 12px;
    }

    .heading-line.left:after {
        margin: 16px 0;
    }
}

@media screen and (max-width: 480px) {
    .link-button {
        font-size:16px;
    }

    section:first-of-type {
        padding-top: 70px !important;
    }
}

.sub-menu {
    display: none;
    padding-top: 10px;
}

.sub-menu li a {
    font-size: 12px;
    line-height: 15.6px;
    padding: 0;
    margin: 0 0 25px 0;
    text-transform: none;
}

.sub-menu a.first-level {
    display: none;
}

.nav .nav__item a.first-level:after {
    content: '.';
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 8px;
    background: url(/upload/img/menu-arrow.svg) no-repeat center #fff;
    vertical-align: middle;
    font-size: 0;
    transition: all .3s;
    transform: rotate(180deg);
}

.nav .nav__item a.first-level.active::after {
    transform: none;
}

.nav__item .sub-menu li a {
    border-bottom: none;
}

@media screen and (min-width: 576px) {
    .nav .nav__item {
        position:relative;
        z-index: 10;
    }

    .sub-menu {
        position: absolute;
        top: 40px;
        left: -20px;
        width: 220px;
        padding: 10px 20px;
        background-color: #fff;
    }

    .ffw-container.header,.ffw-container header .main__container {
        overflow: visible !important;
    }

    .sub-menu li a {
        font-size: 15px;
    }
}

div.layout__region.layout__region--content.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

div.main__content-wrapper {
    padding: 0;
    margin: 0;
}

#topResultsButton,.weather-sticky-processed {
    display: none !important;
}

.ffw-container {
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}

.inner-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

.white-wrapper {
    background-color: white;
    padding: 64px 0;
}

.white-wrapper h2 {
    font-size: 32px;
    font-weight: normal;
    color: #0072ce;
}

.inner-wrapper.flex-wrapper {
    display: flex;
}

@media screen and (max-width: 480px) {
    .grey-background {
        background-size:auto !important;
    }

    .white-wrapper {
        padding: 96px 0;
    }

    .inner-wrapper.flex-wrapper {
        flex-direction: column;
    }

    .inner-wrapper.flex-wrapper img {
        order: -1;
    }
}

.ffw-container header {
    border-top: 10px solid #436ab0;
    background: #fff;
    transition: all .5s ease-in-out;
}

.ffw-container header .header-logo {
    float: right;
    max-width: 38%;
    margin: 15px 5px 5px;
    transition: all .5s ease-in-out;
}

.ffw-container header .main__container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.ffw-container header nav {
    padding: 0;
    clear: right;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 480px) {
    .ffw-container header nav {
        padding:0 30px;
    }
}

.nav .slick-prev,.nav .slick-next {
    position: absolute;
    top: 12px;
    display: inline-block !important;
    border: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    vertical-align: super;
}

.nav .slick-prev:focus,.nav .slick-next:focus {
    outline: none;
    box-shadow: none;
}

.nav .slick-prev.slick-disabled,.nav .slick-prev.hide,.nav .slick-next.slick-disabled,.nav .slick-next.hide {
    display: none !important;
}

.nav .slick-prev {
    left: -30px;
    background: #fff url(/upload/img/miravis-arrow-prev.svg) no-repeat center;
}

.nav .slick-next {
    right: -30px;
    background: #fff url(/upload/img/miravis-arrow-next.svg) no-repeat center;
}

.nav .slick-list {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.nav .hidden-element .slick-list {
    width: 100%;
}

.nav__items {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
}

.nav__item {
    display: inline-block;
    margin: 15px 10px;
}

.nav__item a {
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}

.nav__item.active a {
    border-bottom: 4px solid #78be20;
}

.main__header {
    z-index: 9100 !important;
}

@media screen and (min-width: 1025px) {
    .ffw-container header.sticky {
        position:fixed;
        top: 59px;
        left: 0;
        right: 0;
        z-index: 9000;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    }

    body.logged-in .ffw-container header.sticky {
        top: 170px
    }

    body.logged-in .ffw-container header.sticky.sticky-scroll-down {
        top: 120px
    }

    .ffw-container header.sticky.move-down {
        top: 117px !important;
    }

    .ffw-container header.sticky .header-logo {
        margin: 13px 0;
    }

    .ffw-container header.sticky .nav {
        margin: 0 0 12px;
    }

    .nav__item {
        margin: 20px 5px;
    }

    .nav__item a {
        padding: 10px 0;
        font-size: 14px;
    }

    .ffw-container header .header-logo {
        margin: 30px 0;
    }

    .ffw-container header .nav {
        display: inline-block;
        margin: 18px 0 22px;
    }
}

@media screen and (max-width: 768px) {
    .ffw-container header.sticky-m {
        position:fixed;
        left: 0;
        right: 0;
        z-index: 9000;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    }

    .ffw-container header.sticky-m {
        top: 0px;
    }

    .ffw-container header.sticky.move-down {
        top: 64px;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .ffw-container header.sticky-m {
        position:fixed;
        left: 0;
        right: 0;
        z-index: 9000;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    }

    body.logged-in .ffw-container header.sticky-m {
        top: 124px;
    }

    .ffw-container header.sticky-m .header-logo {
        display: none;
    }

    body.logged-in .ffw-container header.sticky.move-down {
        top: 124px;
    }

    body.not-logged-in.ffw-container header.sticky-m {
        top: 80px;
    }

    body.not-logged-in.ffw-container header.sticky.move-down {
        top: 80px;
    }
}

.animate {
    transition: transform ease 1s,opacity ease 1s;
    transform: translateY(50px);
    opacity: 0;
}

.animate.in-view {
    transform: translateY(0);
    opacity: 1;
}

.animate + .animate {
    transition-delay: .2s;
}

.animate + .animate + .animate {
    transition-delay: .4s;
}

.hero-container {
    height: 480px;
    position: relative;
}

.hero-inner-wrapper {
    height: 100%;
    overflow: hidden;
}

.hero.text-container::after {
    content: "";
    background: url(/upload/img/miravis-icon_0.png);
    background-size: 100%;
    position: absolute;
    display: inline-block;
    top: calc(50% - 24px);
    right: -24px;
    width: 48px;
    height: 48px;
}

@media screen and (max-width: 480px) {
    .hero-container {
        height:auto;
    }

    .hero.text-container::after {
        height: 24px;
        width: 24px;
        top: -12px;
        right: calc(50% - 12px);
    }
}

.hero.text-container {
    z-index: 2;
}

.hero.text-container::after {
    z-index: 3;
}

.hero-video-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}

.hero-video-wrapper + video {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: calc(50% + 40px);
    margin: -20px;
    height: calc(100% + 40px);
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 480px) {
    .hero-video-wrapper + video {
        left:0;
        margin: 0;
        width: 100%;
        max-height: 320px;
    }
}

.in-view .hero-inner-wrapper {
    transform: scale(1.01);
}

.hero-inner-wrapper .text-container {
    height: 100%;
    position: relative;
    padding: 50px 10px;
    background-size: 90% 100%;
}

.hero-inner-wrapper .text-container {
    max-width: 50%;
    background-color: #0072ce;
}

.hero-container .text-inner-wrapper {
    position: relative;
    width: 69%;
    max-width: 250px;
    z-index: 1;
}

.hero-container .text-inner-wrapper h1 {
    max-width: 100%;
}

.hero-container .text-inner-wrapper h4 {
    max-width: 91%;
}

.hero-container .text-inner-wrapper .text {
    max-width: 70%;
}

@media screen and (max-width: 480px) {
    .hero-inner-wrapper .text-container {
        padding:32px 10px 64px 10px;
        transform: none;
        max-width: 100%;
        text-align: center;
    }

    .hero-inner-wrapper .text-container:before {
        background-size: 100%;
        background-color: #0072ce;
    }

    .hero-container .text-inner-wrapper {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 480px) {
    .hero-container.stamp:after {
        content:'.';
        position: absolute;
        top: 0;
        right: 0;
        width: 216px;
        height: 220px;
        background: url(/upload/img/wir_leben_getreide_stamp.png) no-repeat 0 0;
        font-size: 0;
    }
}

@media screen and (min-width: 768px) {
    .hero-container .text-inner-wrapper {
        max-width:450px;
    }

    .hero-inner-wrapper .text-container {
        padding: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .hero-inner-wrapper .text-container {
        padding:100px 0 100px 100px;
    }
}

@media screen and (min-width: 1140px) {
    .hero-inner-wrapper .text-container {
        height:100%;
    }

    .clockwise-animation.hero-container .text-inner-wrapper {
        position: absolute;
    }

    .hero-container .text-inner-wrapper {
        position: absolute;
        max-width: 570px;
        right: 0;
    }

    .hero-container .text-inner-wrapper .text {
        max-width: 75%;
    }
}

@-webkit-keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-10px);
    }

    66% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(-10px);
    }

    66% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.highlights-block {
    text-align: center;
}

.highlights-block > h2,.accordeon-block > h2,.content-block > h2,.products-teaser > h2 {
    text-align: center;
    font-size: 42px;
    color: #0072ce;
    font-weight: normal;
}

.highlights-block > h3,.accordeon-block > h3,.products-teaser > h3,.content-block > h3 {
    padding-top: 42px;
    text-align: center;
    font-size: 32px;
    color: #0072ce;
    font-weight: normal;
}

.highlights-block.white-background {
    background-color: #fff;
}

.highlights-block .item {
    position: relative;
    margin: 0 auto;
    padding: 32px 10px;
    width: 320px;
}

.highlights-block .item + .item {
    border-left: 0;
    border-top: 1px solid #ededed;
}

.highlights-block .icon:before {
    content: '.';
    display: block;
    margin: 0 auto 24px;
    width: 128px;
    height: 128px;
    font-size: 0;
}

.highlights-block p {
    margin-bottom: 20px !important;
}

.highlights-block p:after {
    display: none;
}

.highlights-block .icons-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.icons-row span.heading {
    display: inline-block;
    margin-bottom: 10px;
    line-height: normal;
    font-size: 26px;
}

@media screen and (max-width: 480px) {
    .highlights-block .icons-row {
        flex-direction:column;
    }

    .highlights-block .icons-row + .icons-row .item {
        border-top: 1px solid #ededed;
    }

    .highlights-block > h2,.accordeon-block > h2,.content-block > h2,.products-teaser > h2 {
        font-size: 24px;
    }

    .highlights-block > h3,.accordeon-block > h3,.content-block > h3,.products-teaser > h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .highlights-block .inner-wrapper {
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .highlights-block .green-box {
        margin-top: 50px;
        max-width: 1140px;
        padding: 32px;
        font-size: 26px;
    }

    .highlights-block .item {
        margin: 48px 0;
        padding: 0 35px;
        width: calc(100%/3 - 1px);
    }

    .highlights-block .item + .item {
        border-left: 1px solid #ededed;
    }
}

.content-block {
    background-color: #eeeff1;
    padding: 64px 10px;
}

.blue-background {
    background-image: url(/upload/img/products-teaser-background_0.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #0072ce;
    background-position-y: bottom;
}

.grey-background {
    background: url(/upload/img/miravis-grey-background_0.png);
    background-color: #eeeff1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
}

.blue-background.inverted-background {
    background-image: url(/upload/img/products-teaser-background-inverted.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #0072ce;
}

.grey-background h2,.grey-background p {
    color: #0072ce;
}

.blue-background h2 {
    color: #fff;
}

.blue-background p {
    text-align: left;
    color: #fff;
}

.blue-background.light p {
    color: #000;
}

.blue-background.light p:after {
    display: none;
}

.content-block .heading-line {
    text-align: center;
    margin-bottom: 60px;
    color: #0072ce;
}

.content-block .text-wrapper {
    position: relative;
    margin: 0 10px;
    padding: 24px 15px;
    z-index: 1;
    text-align: center;
}

.content-block .text-wrapper h3 {
    text-align: center;
}

.content-block .text-wrapper h3 small {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.content-block .text-wrapper p:last-of-type {
    margin-bottom: 32px;
}

.content-block img {
    width: 100%;
}

.content-block .link {
    line-height: 1.6;
    color: #0072ce;
}

@media screen and (min-width: 768px) {
    .content-block {
        padding:96px 0;
    }

    .content-block .inner-wrapper {
        display: flex;
    }

    .content-block .inner-wrapper.centered {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-block .text-wrapper h3 {
        text-align: left;
    }

    .content-block .text-wrapper {
        text-align: left;
        margin-top: 0;
        padding: 0 40px 0 0;
    }

    .content-block .inner-wrapper .half {
        width: 50%;
        margin: auto;
        padding: 20px;
    }

    .content-block.reverse .inner-wrapper .half:nth-child(2) {
        order: 1;
    }

    .content-block .inner-wrapper .half:nth-child(2) {
        order: -1;
    }
}

@media screen and (max-width: 480px) {
    .blue-background.inverted-background {
        background-size:auto;
    }
}

.centered-list-block {
    padding: 64px 0;
    text-align: center;
}

.centered-list-block ul {
    margin-bottom: 32px;
}

.centered-list-block li {
    position: relative;
    margin: 0 auto;
    padding: 24px 10px 14px;
}

.centered-list-block li:after {
    content: '.';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1px;
    width: 180px;
    background: #ededed;
    transform: translateX(-50%);
    font-size: 0;
}

.centered-list-block img {
    margin: 0 auto;
    border-radius: 50%;
    width: 176px;
    height: 176px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .centered-list-block {
        padding:96px 0;
    }

    .centered-list-block .inner-wrapper {
        max-width: 847px;
        text-align: right;
    }

    .centered-list-block ul {
        margin: 47px auto 32px;
    }

    .centered-list-block li {
        border-top: 1px solid #ededed;
        margin: 0 10px;
        text-align: left;
    }

    .centered-list-block li .img-wrapper,.centered-list-block li .text-wrapper {
        display: inline-block;
        vertical-align: middle;
    }

    .centered-list-block li .img-wrapper {
        width: 29%;
    }

    .centered-list-block li .text-wrapper {
        width: 71%;
    }

    .centered-list-block li:last-of-type {
        border-bottom: 1px solid #ededed;
    }

    .centered-list-block li:after {
        content: none;
    }
}

@media screen and (min-width: 992px) {
    .centered-list-block li {
        margin:0;
    }
}

.teaser-block {
    text-align: center;
}

.teaser-block .img-wrapper {
    text-align: center;
}

.teaser-block .img-wrapper.jungle {
    padding: 38px 61px 73px;
    background: #68bfb4;
}

.teaser-block .img-wrapper img {
    display: block;
    margin: 0 auto;
}

.teaser-block .text-wrapper {
    position: relative;
    margin: -73px 10px 0;
    padding: 24px 15px 56px;
    background: #fff;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .teaser-block {
        display:flex;
    }

    .teaser-block .img-wrapper {
        width: 37%;
        max-width: 541px;
        display: flex;
    }

    .teaser-block .text-wrapper {
        position: relative;
        margin: 0;
        width: 63%;
        text-align: left;
    }

    .teaser-block .text-wrapper h3,.teaser-block .text-wrapper p {
        max-width: 533px;
    }

    .teaser-block .text-wrapper:before {
        content: '.';
        position: absolute;
        bottom: 0;
        right: 100%;
        margin-right: -1px;
        width: 10%;
        height: 100%;
        background: linear-gradient(to left top,#fff 50%,rgba(0,0,0,0) 50%);
        font-size: 0;
    }
}

@media screen and (min-width: 1025px) {
    .teaser-block .img-wrapper.jungle {
        padding-right:9%;
        padding-bottom: 38px;
    }

    .teaser-block .text-wrapper {
        padding: 96px 100px 100px;
    }

    .teaser-block .text-wrapper:before {
        width: 15%;
    }
}

.page-footer-block {
    background-size: cover;
}

.page-footer-block h3 {
    font-size: 24px;
}

.page-footer-block p {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .page-footer-block h3 {
        font-size:42px;
    }

    .page-footer-block p {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) {
    .page-footer-block {
        padding:48px 10px 170px;
    }

    .page-footer-block p.text,.page-footer-block div.text {
        max-width: 532px;
    }

    .page-footer-block .social-media {
        padding-top: 32px;
    }

    .page-footer-block .link-button + .link-button {
        margin-left: 32px;
    }
}

@media screen and (max-width: 768px) {
    .page-footer-block .link-button {
        margin-bottom:20px;
    }

    .page-footer-block .social-media {
        padding-top: 16px;
    }
}

.page-footer-block {
    padding: 64px 10px;
    text-align: center;
    background-color: #fff;
}

.page-footer-block h3 {
    padding-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    color: #0072CE;
}

.page-footer-block p.text,.page-footer-block div.text {
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-footer-block .inner-wrapper {
    max-width: 1440px;
}

.page-footer-block p {
    color: #000;
    margin: 12px 0 64px !important;
}

.page-footer-block .text-wrapper > p:after {
    margin-top: 32px;
    background-image: url(/upload/img/miravis-icon-blue.svg);
}

.page-footer-block .link-button {
    border: 1px solid transparent;
}

.page-footer-block .link-button.telegram {
    background-color: #0061AF;
}

.page-footer-block .link-button.telegram::after {
    content: url(/upload/img/telegram-icon.svg);
}

.page-footer-block .link-button.telegram:hover {
    background-color: #044F8C;
    text-decoration: none;
}

.page-footer-block .link-button.contact {
    background-color: #4686ED;
}

.page-footer-block .link-button.contact:hover {
    background-color: #3D74CC;
    text-decoration: none;
}

.page-footer-block .link-button.contact:after {
    content: url(/upload/img/contact-icon.svg);
    top: 16px;
    left: 24px;
}

.page-footer-block .link-button.whatsapp {
    background-color: #5EBC4E;
}

.page-footer-block .link-button.whatsapp:after {
    content: url(/upload/img/whatsapp-icon.svg);
}

.page-footer-block .link-button.whatsapp:hover {
    background-color: #54A746;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .page-footer-block {
        padding:96px 10px;
        background-size: 32%;
    }

    .page-footer-block .icon:before {
        float: left;
    }

    .page-footer-block .text-wrapper {
        overflow: hidden;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .products-teaser {
        padding:96px 0;
    }
}

.products-teaser {
    margin: 0;
    padding: 64px 0;
    text-align: center;
}

.products-teaser img {
    width: 100%;
}

.products-teaser .teaser-box {
    margin: 0 20px;
    text-align: left;
    cursor: pointer;
}

.products-teaser .teaser-box:hover {
    box-shadow: 0 5px 10px 0 #002855;
}

.products-teaser .teaser-box img.opti {
    width: 80%;
}

.products-teaser .teaser-box + .teaser-box {
    margin-top: 20px;
}

.products-teaser .heading-line {
    margin-bottom: 60px;
    color: #fff;
}

.products-teaser .heading-line:after,.page-footer-block p:after,.blue-background p.animated:after,.content-block.blue-background h2:after {
    content: "";
    background: url(/upload/img/miravis-icon.svg);
    background-size: 100% 100%;
    position: absolute;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    display: block;
    margin: 16px auto;
}

.blue-background .heading-line:after {
    background: url(/upload/img/miravis-icon_1.png);
    background-size: 100% 100%;
}

.products-teaser .inner-wrapper {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .products-teaser .inner-wrapper {
        display:flex;
        max-width: 1010px;
    }

    .products-teaser .inner-wrapper > div {
        width: 50%;
    }

    .products-teaser .teaser-box,.products-teaser .teaser-box + .teaser-box {
        margin-top: 48px;
    }
}

.list-with-ticks {
    margin: 32px 0;
}

.list-with-ticks li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.43;
    font-weight: 600;
    font-size: 14px;
}

.list-with-ticks li:before {
    content: '.';
    display: inline-block;
    border-radius: 50%;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: url(/upload/img/syngenta_tick_icon.png) no-repeat 8px 14px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    vertical-align: middle;
    font-size: 0;
}

.list-with-ticks li span {
    display: inline-block;
    margin-left: 15px;
    max-width: 80%;
    color: #4361a7;
}

.list-with-ticks.small li:before {
    width: 24px;
    min-width: 24px;
    height: 24px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    background-size: 100%;
    background-position: 1px 5px;
}

.quote-block {
    padding: 96px 0;
    text-align: center;
}

.quote-block .img-wrapper {
    border-radius: 50%;
    width: 255px;
    height: 255px;
    overflow: inherit;
}

.quote-block .text-wrapper:before {
    content: '.';
    display: inline-block;
    height: 66px;
    width: 64px;
    font-size: 0;
    vertical-align: top;
}

.quote-block .text-wrapper .quote {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    color: #565a5c;
}

.quote-block .text-wrapper p strong {
    color: #000;
}

@media screen and (min-width: 768px) {
    .quote-block .img-wrapper,.quote-block .text-wrapper {
        display:inline-block;
        vertical-align: middle;
    }

    .quote-block .text-wrapper {
        position: relative;
        padding-left: 86px;
        margin-left: 3%;
        max-width: 630px;
        text-align: left;
    }

    .quote-block .text-wrapper:before {
        content: '.';
        position: absolute;
        left: 0;
        top: 0;
    }
}

.accordeon-block > h2,.accordeon-block > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 732px;
    text-align: center;
    margin-top: 0px;
}

.ffw-custom-accordeon {
    margin-top: 64px;
}

.ffw-custom-accordeon .ffw-accordeon-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1140px;
}

.ffw-custom-accordeon .ffw-accordeon-title {
    border-top: 1px solid #ededed;
    margin: 0 auto;
    max-width: 1140px;
    padding: 25px 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.ffw-custom-accordeon .ffw-accordeon-title .ffw-accordeon-inner {
    position: relative;
    padding: 0 20px 0 10px;
}

.ffw-custom-accordeon .ffw-accordeon-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.52;
    color: #505d68;
}

.ffw-custom-accordeon .ffw-accordeon-title h3 span {
    display: inline-block;
    max-width: calc(100% - 100px);
    vertical-align: middle;
}

.ffw-custom-accordeon .ffw-accordeon-title.tests h3:before {
    background: url(/upload/img/icon_image.svg) no-repeat center;
}

.ffw-custom-accordeon .ffw-accordeon-title.image h3:before {
    background: url(/upload/img/icon_image.svg) no-repeat center;
}

.ffw-custom-accordeon .ffw-accordeon-title.wheat h3:before {
    background: url(/upload/img/wheat_shape_0.svg) no-repeat center;
    background-size: 40%;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle {
    position: absolute;
    top: 50%;
    right: 5px;
    line-height: 1.5;
    color: #0072ce;
    transform: translateY(-50%);
    font-size: 0;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle:after {
    content: '_';
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 7px;
    background: url(/upload/img/arrow_down.svg) no-repeat;
    font-size: 0;
    vertical-align: middle;
    transition: all .3s;
}

.ffw-custom-accordeon .ffw-accordeon-title .toggle span + span {
    display: none;
}

.ffw-custom-accordeon .ffw-accordeon-title.active {
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}

.ffw-custom-accordeon .ffw-accordeon-title.active .toggle:after {
    transform: rotate(180deg);
}

.ffw-custom-accordeon .ffw-accordeon-title.active .toggle span {
    display: none;
}

.ffw-custom-accordeon .ffw-accordeon-title.active .toggle span + span {
    display: block;
}

.ffw-custom-accordeon .ffw-accordeon-content {
    margin: 0 auto;
    padding: 64px 0;
    max-width: 1140px;
}

.ffw-custom-accordeon .ffw-accordeon-content .heading-line {
    text-align: center;
}

.ffw-custom-accordeon .ffw-accordeon-content.active {
    max-width: 100%;
    border-bottom: 1px solid #ededed;
}

.ffw-custom-accordeon .ffw-accordeon-content.active + .ffw-accordeon-title {
    border-top: 0;
}

.img-wrapper.captions:not(.slick-slider) {
    padding: 20px;
    border: 1px solid #ededed;
}

.img-wrapper.captions > div {
    display: inline-block;
    text-align: left;
}

.img-wrapper.captions .text-small em {
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    color: #565a5c;
}

@media screen and (min-width: 768px) {
    .ffw-custom-accordeon .ffw-accordeon-title h3 {
        font-size:25px;
    }

    .ffw-custom-accordeon .ffw-accordeon-title .toggle {
        font-size: 16px;
    }

    .ffw-custom-accordeon .ffw-accordeon-content .heading-line {
        text-align: left;
    }

    .img-wrapper.captions {
        padding: 20px 40px;
    }

    .ffw-accordeon-inner .img-wrapper,.ffw-accordeon-inner .text-wrapper {
        display: inline-block;
        vertical-align: top;
    }

    .ffw-accordeon-inner .img-wrapper {
        width: 56%;
        max-width: 649px;
    }

    .ffw-accordeon-inner .img-wrapper.full-width {
        width: 100%;
        text-align: center;
        max-width: none;
    }

    .ffw-accordeon-inner .text-wrapper {
        margin-right: 2%;
        width: 42%;
    }

    .ffw-accordeon-inner .text-wrapper p:last-child {
        margin-bottom: 64px;
    }

    .ffw-accordeon-inner .text-wrapper.wider {
        width: 100%;
        max-width: 745px;
    }
}

.table-block {
    margin: 96px auto;
    max-width: 944px;
    text-align: center;
}

div.table-wrapper {
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
}

.table-wrapper .type-1 {
    margin: 48px auto 20px;
    max-width: 100%;
    width: 100%;
}

.table-wrapper .type-1 th {
    border: 1px solid #0072ce;
    background: #0072ce;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.table-wrapper .type-1 th:first-child {
    padding-left: 340px;
}

.table-wrapper .type-1 td.empty {
    border-right-color: transparent;
}

.table-wrapper .type-1 td.top {
    vertical-align: top;
}

.table-wrapper .type-1 td {
    border: 1px solid #0072ce;
    background: #fff;
    font-weight: normal;
    font-size: 16px;
    color: #32325d;
    white-space: normal;
    text-align: left;
}

.table-wrapper .type-1 td.center {
    text-align: center;
}

.table-wrapper .type-1 td.first,.table-wrapper .type-1 td:first-child {
    border-right-color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.legend {
    margin-top: 16px;
    text-align: left;
    font-size: 12px;
    color: #565a5c;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .table-wrapper .type-1 th:first-child {
        padding-left:0;
    }

    .table-wrapper .type-1 td.first,.table-wrapper .type-1 td:first-child {
        font-size: 13px;
    }

    .table-wrapper .type-1 td {
        font-size: 12px;
        white-space: normal;
        word-break: break-all;
    }
}

@media screen and (max-width: 1024px) {
    .table-wrapper th,.table-wrapper td {
        white-space:normal !important;
    }
}

.basic-table {
    table-layout: fixed;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.basic-table th {
    text-align: center;
    vertical-align: baseline;
    padding: 20px;
    background-color: #0072CE;
    color: #fff;
    font-weight: normal;
    border: 1px solid #ddd;
}

.basic-table td {
    text-align: center;
    vertical-align: baseline;
    padding: 20px;
    font-weight: normal;
    border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
    .basic-table {
        table-layout:auto;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    table.basic-table th,table.basic-table td {
        white-space: normal;
        border: 1px solid #ddd;
    }
}

.interactive-map-1 svg:not(:root) {
    max-width: 100%;
}

.interactive-map-1 {
    position: relative;
    max-width: 380px;
}

.interactive-map-1 .pins-conrainer {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}

.interactive-map-1 .pins-list > li {
    position: absolute;
    padding-right: 10px;
    transform: translateY(-80px);
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.57,-0.06,0.74,1.31);
}

.in-view .pins-list > li {
    transform: translateY(0);
}

.interactive-map-1 .pins-conrainer .pin-holder {
    display: inline-block;
    width: 25px;
    height: 47px;
    font-size: 0;
    transition: all .2s ease;
}

.interactive-map-1 .pins-conrainer .pin-holder svg {
    max-width: 25px;
    height: auto;
    cursor: pointer;
}

.interactive-map-1 .pins-conrainer .pin-holder .pin-icon {
    stroke: transparent;
    fill: #0072ce;
    cursor: pointer;
    transform: scale(.8);
    transform-origin: center bottom;
    pointer-events: all;
}

.interactive-map-1 .pins-conrainer li:hover .pin-icon,.interactive-map-1 .pins-conrainer .pin-holder .pin-icon:hover {
    stroke: #0072ce;
    fill: #fff;
    transform: scale(.98);
}

.interactive-map-1 .pins-conrainer li.hover,.interactive-map-1 .pins-conrainer li:hover {
    z-index: 90;
}

.interactive-map-1 .pins-conrainer .tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 4px;
    padding: 24px;
    width: 324px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    z-index: 5;
}

.interactive-map-1 .pins-conrainer .tooltip::before {
    content: '.';
    position: absolute;
    top: 30px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    font-size: 0;
}

.interactive-map-1 .pins-conrainer .tooltip li {
    margin: 0;
    font-size: 14px;
    color: #565a5c;
}

@media screen and (min-width: 768px) {
    .interactive-map-1 .pins-conrainer li.hover .tooltip,.interactive-map-1 .pins-conrainer li:hover .tooltip {
        display:block;
    }
}

.image-compare {
    margin-bottom: 50px;
    font-size: 12px;
}

.image-compare .left {
    float: left;
    margin-top: 10px;
}

.image-compare .right {
    float: right;
    margin-top: 10px;
    max-width: 40%;
    text-align: right;
}

.image-compare .in-grey .left {
    color: #000;
}

.image-compare h5 {
    white-space: nowrap;
}

.image-compare .handle:after {
    width: 118px;
    height: 42px;
    top: 35%;
    transform: translate(-50%,-40%);
    background: url(/upload/img/compare-handle-btn_0.png) no-repeat;
}

@media screen and (min-width: 768px) {
    .image-compare {
        display:inline-block;
        vertical-align: top;
        overflow: hidden;
    }
}

div.ffw-custom-modal {
    background: rgba(0,0,0,.54);
}

.ffw-custom-modal .ffw-custom-modal-inner {
    width: 90%;
    max-width: 1240px;
    height: auto;
}

.ffw-custom-modal .ffw-custom-modal-inner h3 {
    font-weight: 600;
    font-size: 26px;
    color: #4361a7;
}

.ffw-modal-content {
    padding: 20px;
}

.ffw-modal-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #32325d;
}

.ffw-modal-content > ul li {
    font-size: 14px;
    color: #565a5c;
}

.ffw-modal-content > ul li strong {
    color: #32325d;
}

.ffw-custom-modal-close {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 65px;
    text-align: center;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
    background-color: #0072ce;
}

.ffw-custom-modal-close svg g {
    fill: #fff;
}

.ffw-modal-content .ffw-tab-wrapper {
    margin: 0;
}

.ffw-tab-wrapper .ffw-tabs-buttons {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    width: 100%;
}

.ffw-tab-wrapper .ffw-tabs-buttons li {
    margin: 0 32px 0 0;
    padding: 10px 0;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #32325d;
}

.ffw-tab-wrapper .ffw-tabs-buttons li.active {
    border-bottom: 4px solid #0072ce;
}

@media screen and (max-width: 768px) {
    .ffw-custom-modal-close {
        width:36px;
        height: 36px;
        line-height: 48px;
    }

    .ffw-custom-modal .ffw-custom-modal-close {
        top: -40px;
        right: 0;
    }

    .ffw-custom-modal-close svg {
        width: 15px;
    }
}

@media screen and (min-width: 768px) {
    .ffw-modal-content {
        padding:48px;
    }

    .ffw-modal-content > ul,.ffw-tabs-content ul {
        display: inline-block;
        margin-right: 2%;
        width: 33%;
        vertical-align: top;
    }

    .ffw-tabs-content > li {
        padding: 20px 0;
    }

    .ffw-modal-content > img,.ffw-tabs-content img {
        float: right;
        display: inline-block;
        margin-bottom: 30px;
        width: 64%;
    }
}

#go-to-top {
    display: inline-block;
    background-color: #fff;
    background-image: url(/upload/img/miravis-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 10px;
    font-size: 0;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}

#go-to-top.show {
    opacity: 1;
    visibility: visible;
}

#go-to-top:hover {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    #go-to-top {
        bottom:60px;
        right: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .ffw-container header.sticky.move-down {
        top:77px;
    }
}

.not-logged-in .main__content {
    margin-top: 0;
}

.main__wrapper .pane-menu-menu-secondary {
    margin-bottom: 18px;
}

.mt48 {
    margin-top: 48px;
}

.pt48 {
    padding-top: 48px;
}

.pb48 {
    padding-bottom: 48px;
}

.image-wrapper,.centered-wrapper {
    text-align: center;
}

.bold-text {
    font-family: NotoSansDisplay-Bold !important;
}

.text-in-quote {
    position: relative;
    padding: 62px 100px;
    background-color: #fff;
    font-size: 18px;
}

.text-in-quote:before {
    content: '';
    position: absolute;
    top: calc(50% - 24px);
    left: -24px;
    width: 48px;
    height: 48px;
    transform: rotate(-45deg);
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    .text-in-quote {
        padding:20px 10px;
        font-size: 16px;
    }

    .text-in-quote:before {
        top: -24px;
        left: calc(50% - 24px);
    }
}

.in-grey {
    text-align: left;
    background-color: #7c878e;
    color: #000;
}

.in-blue {
    text-align: left;
    background-color: #0072ce;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .in-grey {
        text-align:center;
    }

    .in-blue {
        text-align: center;
    }
}

.subtitle {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 796px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(50,50,93,0.85);
}

@media screen and (min-width: 768px) {
    .subtitle {
        padding:0;
        font-size: 26px;
        line-height: 39px;
    }
}

.page-footer-block p.text {
    margin-top: 45px !important;
    margin-bottom: 139px !important;
}

h2.heading-line span {
    display: block;
    font-size: 26px;
    clear: both;
}

.inner-wrapper,.ffw-custom-accordeon .ffw-accordeon-inner {
    max-width: 1190px;
}

.hero-inner-wrapper .text-container:before {
    background-size: auto 100%;
}

.hero-inner-wrapper h3 {
    text-align: left;
    color: #fff;
    padding-top: 12px;
}

.hero-container .text-inner-wrapper {
    text-align: left;
}

.hero-container .text-inner-wrapper .text {
    margin-bottom: 0;
}

.hero-container .text-inner-wrapper h4 {
    max-width: 80%;
}

.hero-container .text-inner-wrapper h1 br:nth-child(2) {
    display: none;
}

@media screen and (min-width: 768px) {
    .hero-inner-wrapper .text-container:before {
        background-size:65% 100%;
    }

    .hero-container .text-inner-wrapper h1 br:nth-child(2) {
        display: block;
    }
}

.hero-container #stamp {
    position: absolute;
    top: 50%;
    right: 70px;
    max-width: 33.8%;
    height: auto;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .hero-inner-wrapper h3 {
        padding:24px;
        margin-bottom: 0;
    }

    .hero-inner-wrapper .text-inner-wrapper > img {
        max-width: 264px;
        margin-left: 10px;
    }

    .hero-container #stamp {
        top: 8%;
        right: inherit;
        left: 50%;
        max-width: 66.8%;
    }

    .hero-inner-wrapper .text-container {
        padding: 32px 10px;
    }
}

@media screen and (min-width: 481px) and (max-width:768px) {
    .hero-container #stamp {
        right:35px;
        max-width: 26%;
    }
}

@media screen and (min-width: 1140px) {
    .hero-inner-wrapper .text-container {
        padding:72px 0 72px 150px;
    }
}

@media screen and (max-width: 480px) {
    .hero-container .text-inner-wrapper h4 {
        max-width:100%;
        margin-bottom: 0;
    }
}

.hero-inner-wrapper > .mask-right {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero-inner-wrapper > .mask-right::before {
    background-color: #1ab8ec;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rightHalf 8s 1s 1 linear forwards;
    transform-origin: 0 100%;
}

@keyframes rightHalf {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.hero.text-container {
    background-color: #1ab8ec;
    z-index: 2;
}

.hero.text-container::after {
    display: none !important;
}

.hero-video-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}

.hero-video-wrapper + video {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-inner-wrapper::after {
    z-index: 3;
}

@media screen and (max-width: 480px) {
    .hero-inner-wrapper > .mask-right::before {
        height:120%;
        transform-origin: 100% 100%;
    }

    .hero-video-wrapper {
        background-size: auto;
        padding-top: 70%;
    }

    .hero-video-wrapper + video {
        left: 0;
        width: 100%;
        max-height: 320px;
    }

    .hero-inner-wrapper::after {
        top: calc(50% + 9px);
    }
}

.clockwise-animation .hero.text-container {
    min-height: 524px;
}

.clockwise-animation .hero-inner-wrapper .text-container {
    background-color: #0072ce !important;
}

.highlights-block {
    padding: 70px 0 132px;
}

.highlights-block.grey-backogrund {
    background: url(/upload/img/miravis-grey-background.png);
    background-size: auto 100%;
}

.highlights-block.blue-background.color {
    background-image: none;
}

.highlights-block.blue-background .item + .item {
    border: 0;
}

.highlights-block.blue-background.left p {
    text-align: left;
}

.highlights-block h4 {
    margin: 0 auto 20px;
    max-width: 210px;
}

.highlights-block h2 span {
    display: block;
    font-size: 26px;
    clear: both;
}

.highlights-block .inner-wrapper {
    max-height: 390px;
    flex-wrap: nowrap;
    margin-top: 96px;
}

.highlights-block .inner-wrapper > .half {
    width: 50%;
}

.highlights-block .inner-wrapper .text-wrapper {
    height: 100%;
    padding: 52px 64px;
    text-align: left;
    background-color: #fff;
}

.highlights-block .inner-wrapper .text-wrapper ul {
    list-style: disc;
    margin-left: 18px;
}

.highlights-block .inner-wrapper .text-wrapper ul li,.highlights-block .inner-wrapper .text-wrapper p {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
}

.highlights-block .inner-wrapper .text-wrapper p:last-of-type {
    margin-bottom: 8px
}

.highlights-block .inner-wrapper .video > iframe {
    width: 100%;
    height: 390px;
}

.icons-row span.heading {
    margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
    .highlights-block {
        padding:32px 0;
    }

    .highlights-block .inner-wrapper > .half {
        width: 100%;
    }

    .highlights-block .inner-wrapper {
        display: flex;
        flex-direction: column-reverse;
        max-height: none;
        margin-top: 62px;
    }

    .highlights-block .inner-wrapper .text-wrapper {
        margin: 0 10px;
        padding: 32px 10px;
    }

    .highlights-block .video {
        padding: 32px 10px;
    }

    .highlights-block .inner-wrapper .text-wrapper ul {
        margin: 0 24px;
    }

    .highlights-block .inner-wrapper .text-wrapper ul li,.highlights-block .inner-wrapper .text-wrapper p {
        font-size: 16px;
    }
}

.content-block.video-block .video {
    max-width: inherit;
}

.content-block.video-block .video iframe {
    width: 100%;
}

.icons-row.farmers .icon:before {
    content: '.';
    display: block;
    margin: 0 auto 24px;
    width: 168px;
    height: 100px;
    font-size: 0;
    border-radius: 0;
    background-color: transperent;
}

.icons-row.farmers .first .icon:before {
    background: url(/upload/img/miravis-highlight-1.png) no-repeat center center;
}

.icons-row.farmers .second .icon:before {
    background: url(/upload/img/miravis-orchards-highlight-2.svg) no-repeat center center;
}

.icons-row.farmers .third .icon:before {
    background: url(/upload/img/miravis-orchards-highlight-3.png) no-repeat center center;
}

.icons-row.farmers .slick-dots {
    margin-bottom: 0 !important;
}

.teaser-block.borders {
    border-bottom: 1px solid #9BBA52;
    border-top: 1px solid #9BBA52;
}

@media screen and (min-width: 768px) {
    .teaser-block .text-wrapper h3,.teaser-block .text-wrapper p {
        max-width:648px;
    }
}

@media screen and (min-width: 1025px) {
    .teaser-block .text-wrapper {
        padding:60px 100px 60px;
    }
}

.products-teaser .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.products-teaser .teaser-box+.teaser-box {
    margin-top: 24px;
}

.products-teaser .teaser-box .link {
    position: absolute;
    right: 24px;
    bottom: 12px;
}

@media screen and (min-width: 768px) {
    .products-teaser .teaser-box,.products-teaser .teaser-box+.teaser-box {
        margin-top:24px;
    }
}

@media screen and (min-width: 769px) {
    .products-teaser .teaser-box,.products-teaser .teaser-box+.teaser-box {
        margin-top:0;
    }
}

.products-teaser-caption {
    font-size: 16px;
    font-weight: 400;
    color: #32325d;
    width: 100%;
    padding: 0 10%;
    margin-top: 30px;
    text-align: center;
    display: inline-flex;
    opacity: .85;
}

@media screen and (min-width: 768px) {
    .products-teaser-caption {
        padding:0 20%;
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    .products-teaser .inner-wrapper {
        display:flex;
        max-width: 1140px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.products-teaser .inner-wrapper>div {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: 24px;
    margin-bottom: 0;
}

@media screen and (min-width: 481px) {
    .products-teaser .inner-wrapper>div {
        width:calc((100% / 2) - 30px);
    }
}

@media screen and (min-width: 769px) {
    .products-teaser .inner-wrapper>div {
        width:calc((100% / 4) - 30px);
        margin: 0;
        margin-right: 8px;
    }
}

.products-teaser .teaser-box {
    margin-top: 24px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .products-teaser .teaser-box {
        margin-top:48px;
    }
}

.products-teaser .teaser-box img.opti {
    width: auto;
    max-width: 100%;
}

.products-teaser .teaser-box-inner {
    padding: 24px;
}

.products-teaser .teaser-box .link-button {
    padding: 12px 20px;
    font-size: 17px;
}

.text.fixed-height {
    min-height: 48px;
}

.list-with-ticks li span {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .list-with-ticks li span {
        font-size:13px;
    }
}

.content-block {
    background-color: #fff;
}

.content-block .video {
    height: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 24px;
}

.content-block img {
    height: 100%;
}

.content-block .inner-wrapper.charts {
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-block .inner-wrapper.charts .half {
    width: 48%;
}

.content-block .inner-wrapper.charts .block-header {
    width: 100%;
    margin-top: auto;
}

.content-block .inner-wrapper.charts .block-header h3 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    text-align: left;
    color: #0072CE;
}

.content-block .inner-wrapper.charts.border {
    margin-top: 65px;
    border-top: 1px solid rgba(78,78,78,0.1);
}

.content-block .inner-wrapper .compare-one {
    max-width: 440px;
    margin: 45px auto 0 auto;
}

.image-compare .compare-one {
    margin-bottom: 28px;
}

.inner-wrapper.charts .block-bottom p {
    margin: 0;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
    color: #4e4e4e;
}

@media screen and (min-width: 768px) {
    .content-block .inner-wrapper .half:nth-child(2) {
        order:0;
    }
}

@media screen and (max-width: 480px) {
    .content-block .inner-wrapper.charts .half {
        width:100%;
    }

    .content-block .inner-wrapper .half:nth-child(2) {
        margin-bottom: 36px;
    }

    .scroll-img .image-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .scroll-img img {
        padding: 0;
        width: 800px;
        height: inherit;
        max-width: inherit;
    }
}

.content-block h2 {
    max-width: 940px;
    margin: auto;
    margin-bottom: 82px;
}

.content-block .text-wrapper {
    min-width: 156px;
    padding: 0;
}

.content-block .text-wrapper h3 {
    font-size: 26px;
}

.content-block h2 + h3 {
    margin: 32px 0;
    text-align: center;
}

.content-block h3 {
    color: #0072ce;
    font-size: 32px;
    font-weight: normal;
}

.content-block .text-left,.content-block .text-left h3 {
    text-align: right;
}

.content-block .text-right {
    text-align: left;
}

.content-block .clear {
    clear: both;
}

.content-block .text-right h3 {
    color: #9b26b6;
}

.content-block .text-bottom {
    text-align: center;
    max-width: 550px;
    margin: auto;
}

.content-block .text-bottom h3 {
    color: #78be20;
    text-align: center;
}

.content-block.text-block {
    max-width: 747px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 46px 10px;
}

.content-block.text-block h2 {
    text-align: center;
}

.content-block.text-block a {
    font-weight: bold;
    font-size: 14px;
    color: #aa0469;
}

.content-block.text-block p.desktop {
    display: none;
}

.content-block.text-block p.mobile {
    display: block;
}

@media screen and (max-width: 480px) {
    .content-block .text-right,.content-block .text-left,.content-block .text-left h3 {
        text-align:center;
    }

    .content-block h2 + h3 {
        font-size: 22px;
    }

    .content-block .text-wrapper h3 {
        font-size: 18px;
    }

    .content-block.blue-background.light p {
        color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .content-block.text-block {
        padding-left:0;
        padding-right: 0;
    }

    .content-block.text-block a {
        font-size: 16px;
    }

    .content-block.text-block p.desktop {
        display: block;
    }

    .content-block.text-block p.mobile {
        display: none;
    }
}

.content-block.grey {
    background-color: #e5e7e9;
}

.blue-background.light {
    background-color: #1ab8ec;
    background-image: none;
    padding: 40px 0;
}

.blue-background h2 {
    text-align: center;
    margin-bottom: 6px;
}

.items-box {
    padding-left: 10px;
    padding-right: 10px;
}

.items-box.first {
    margin-top: 42px;
}

.items-box h3 {
    margin-bottom: 40px;
}

.item-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 2px 19px rgba(0,0,0,0.15);
    overflow: hidden;
}

.item-box .image-wrapper {
    position: relative;
    max-width: inherit;
    max-height: 364px;
    width: 100%;
    overflow: hidden;
}

.item-box .image-wrapper img {
    display: block;
    width: 100%;
}

.item-box .image-wrapper img.mobile {
    display: block;
}

.item-box .label-stamp {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    background-color: #4ca22f;
}

.item-box .text-wrapper {
    padding: 20px;
    overflow: hidden;
}

.item-box .text-wrapper h4 {
    text-transform: uppercase;
}

.item-box .text-wrapper ul li {
    float: left;
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .items-box {
        padding-left:0;
        padding-right: 0;
    }

    .items-box.first {
        margin-top: 92px;
    }

    .item-box {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .item-box .text-wrapper {
        padding: 0 40px;
        width: calc(100% - 350px);
    }

    .item-box .image-wrapper {
        max-width: 350px;
    }

    .item-box .image-wrapper img.mobile {
        display: none;
    }
}

.checklist {
    position: relative;
}

.checklist li {
    position: relative;
    margin-bottom: 8px;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.checklist li a {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-decoration: underline rgba(255,255,255,0.5) 1px;
    text-underline-offset: 10px;
}

.checklist li a:hover {
    color: #ffffff;
    text-decoration: underline rgba(255,255,255,1) 1px;
    text-underline-offset: 10px;
}

@media screen and (max-width: 480px) {
    .checklist li {
        margin-left:24px;
    }

    .checklist li a {
        font-size: 16px;
    }
}

.accordeon-block {
    margin: 0;
    padding: 96px 0 0;
    background-color: #e5e7e9;
}

.ffw-accordeon-content-bottom {
    padding: 56px 55px 0 55px;
}

@media screen and (max-width: 480px) {
    .ffw-accordeon-content-bottom {
        padding:26px 10px 0 10px;
    }
}

.ffw-accordeon-content-bottom span.text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.accordeon-block .flex-wrapper > .half {
    width: 48%;
}

.accordeon-block .flex-wrapper > .half p.text-with-padding-left {
    padding-left: 124px;
}

.accordeon-block .flex-wrapper .image-wrapper {
    padding: 65px 65px 0
}

.accordeon-block .flex-wrapper .image-wrapper p {
    margin-left: 24px;
    text-align: left;
    color: #4E4E4E;
    font-size: 14px;
    font-family: NotoSansDisplay-Italic;
}

.accordeon-block .flex-wrapper .text-wrapper .text-in-quote {
    margin-top: 60px;
}

.highlights-block.blue-background > h2,.highlights-block.blue-background > h3 {
    color: #fff;
}

.highlights-block > h2,.accordeon-block > h2 {
    padding: 0 10px;
    text-align: center;
    color: #0072ce;
    font-weight: normal;
}

.highlights-block > h3,.accordeon-block > h3 {
    padding-top: 42px;
    padding: 42px 10px 0 10px;
    text-align: center;
    color: #0072ce;
    font-weight: normal;
}

.accordeon-block h2 {
    margin-bottom: 85px;
}

.ffw-custom-accordeon {
    max-width: 1280px;
    margin: 0 auto;
}

.ffw-custom-accordeon .ffw-accordeon-title {
    max-width: inherit;
    margin-top: 15px;
    padding: 30px 56px 30px 35px;
    border-top: 0;
    background: #fff;
}

@media screen and (max-width: 480px) {
    .ffw-custom-accordeon .ffw-accordeon-title {
        padding:30px 10px;
    }
}

.ffw-custom-accordeon .ffw-accordeon-title:first-of-type {
    margin-top: 0;
}

.ffw-custom-accordeon .ffw-accordeon-content {
    background: #fff;
    max-width: 1280px;
    width: 100%;
}

.ffw-custom-accordeon .ffw-accordeon-title .ffw-accordeon-inner {
    max-width: inherit;
}

.ffw-custom-accordeon .ffw-accordeon-title h3:before {
    display: inline-block;
    width: 148px;
    height: 148px;
    margin-right: 65px;
}

.ffw-custom-accordeon .ffw-accordeon-title h3 span {
    max-width: calc(100% - 235px);
}

@media screen and (max-width: 480px) {
    .ffw-custom-accordeon .ffw-accordeon-content {
        padding:0 20px 45px 20px !important;
    }

    .ffw-custom-accordeon .ffw-accordeon-title h3:before {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .ffw-custom-accordeon .ffw-accordeon-title h3 span {
        max-width: calc(100% - 90px);
    }

    .accordeon-block .flex-wrapper.scroll-img .image-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .accordeon-block .flex-wrapper.scroll-img img {
        padding: 0;
        width: 800px;
        height: inherit;
    }
}

.ffw-custom-accordeon .ffw-accordeon-title.item-1 h3:before {
    background: url(/upload/img/accordeon-veg-icon-1.png) no-repeat center #fff;
}

.ffw-custom-accordeon .ffw-accordeon-title.item-2 h3:before {
    background: url(/upload/img/accordeon-veg-icon-2.png) no-repeat center #fff;
}

.ffw-custom-accordeon .ffw-accordeon-title.item-3 h3:before {
    background: url(/upload/img/accordeon-veg-icon-3.png) no-repeat center #fff;
}

.ffw-custom-accordeon .ffw-accordeon-title.item-4 h3:before {
    background: url(/upload/img/accordeon-veg-icon-4.png) no-repeat center #fff;
}

.ffw-custom-accordeon .ffw-accordeon-title.item-5 h3:before {
    background: url(/upload/img/accordeon-veg-icon-5.png) no-repeat center #fff;
}

.accordeon-block .dark-blue-text {
    color: #002855;
    font-size: 20px;
}

.accordeon-block + .accordeon-block {
    padding-top: 0;
}

.accordeon-block p.tekst {
    font-family: NotoSansDisplay-Bold;
}

.accordeon-block .image-wrapper > img {
    max-width: 1140px;
    width: 100%;
}

.accordeon-block .inner-wrapper.charts {
    flex-wrap: wrap;
    justify-content: space-between;
}

.ffw-custom-accordeon .ffw-accordeon-content.active {
    padding-top: 0;
}

.accordeon-block .inner-wrapper.charts.border {
    margin-top: 65px;
    border-top: 1px solid rgba(78,78,78,0.1);
}

.accordeon-block .inner-wrapper.charts .half h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #1B1B1B;
}

.accordeon-block .inner-wrapper.charts .block-header {
    width: 100%;
    margin-top: auto;
}

.accordeon-block .inner-wrapper.charts .block-header h3 {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    text-align: left;
    color: #0072CE;
}

.accordeon-block .inner-wrapper.charts .block-header p {
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.accordeon-block .inner-wrapper.charts .block-bottom {
    width: 100%;
    margin-top: 28px;
}

.accordeon-block .inner-wrapper.charts .block-bottom p {
    margin: 0;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
    color: #4e4e4e;
}

@media screen and (max-width: 480px) {
    .accordeon-block {
        padding:64px 0;
    }

    .accordeon-block .dark-blue-text {
        font-size: 16px;
    }

    .accordeon-block .flex-wrapper .text {
        text-align: center;
    }

    .accordeon-block .flex-wrapper .image-wrapper {
        padding: 32px 10px;
        overflow: unset;
    }

    .accordeon-block .flex-wrapper .text-wrapper {
        padding: 10px;
        display: flex;
        flex-direction: column-reverse;
    }

    .accordeon-block .flex-wrapper > .half {
        width: 100%;
    }

    .accordeon-block .flex-wrapper > .half p.text-with-padding-left {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .accordeon-block {
        padding-bottom:0;
    }

    .accordeon-block .image-wrapper {
        overflow: auto;
        height: 312px;
        position: relative;
        padding: 10px;
    }

    .accordeon-block .image-wrapper > img {
        max-width: none;
        height: 100%;
        vertical-align: bottom;
    }

    .ffw-accordeon-inner .flex-wrapper .half:first-child {
        order: 1;
    }

    .ffw-accordeon-content .img-wrapper.captions div.text,.ffw-accordeon-content .img-wrapper.captions.slick-slider div.text {
        margin-top: -10px !important;
    }
}

.ffw-accordeon-content.active .img-wrapper.captions {
    margin-bottom: 64px;
}

.images-wrapper {
    width: 100%;
}

.ffw-accordeon-content.active .img-wrapper.captions:not(.slick-slider).with-margin-bottom {
    margin-bottom: 64px;
}

.ffw-accordeon-content.active .img-wrapper.captions:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    border: 0;
    width: auto;
    margin: auto;
    margin-bottom: 0;
    max-width: inherit;
}

.ffw-accordeon-content .img-wrapper.captions:not(.slick-slider) div + div {
    margin-left: 12px;
}

.ffw-accordeon-content .img-wrapper.captions.three-items div {
    max-width: 271px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media screen and (max-width: 480px) {
    .ffw-accordeon-content .img-wrapper.captions.three-items div {
        max-width:none;
        display: block;
        flex-direction: inherit;
    }
}

.ffw-accordeon-content .img-wrapper.captions.three-items div img {
    margin: auto 0 0;
}

.ffw-accordeon-content .img-wrapper.captions.three-items div p {
    min-height: 68px;
}

.ffw-accordeon-content .img-wrapper.captions.three-items div p.text-small {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
}

.ffw-accordeon-content .img-wrapper.captions div.text {
    padding: 12px;
    line-height: 1.4em;
    min-height: calc(4.2em + 24px);
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 12px;
}

.ffw-accordeon-content .img-wrapper.captions.slick-slider div.text {
    font-size: 16px;
    line-height: 1.5em;
    min-height: calc(4.5em + 32px);
    margin-top: -5px;
}

.ffw-accordeon-content .img-wrapper.captions div.four-rows {
    min-height: calc(5.6em + 32px);
}

.ffw-accordeon-content .img-wrapper.captions.slick-slider div.four-rows {
    min-height: calc(6em + 32px);
}

.accordeon-block .inner-wrapper .compare-one {
    max-width: 440px;
    margin: 45px auto 0 auto;
}

.half .image-compare {
    max-width: 470px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: 0;
}

.image-compare h5 {
    white-space: nowrap;
    height: 90px;
}

.image-compare + p,.mobile-slider + p {
    margin-top: 20px;
    font-style: italic;
    font-size: 14px;
    color: #4E4E4E;
}

.handle:after {
    width: 118px;
    height: 42px;
    top: 35%;
    transform: translate(-50%,-40%);
    background: url(/upload/img/compare-handle-btn.png) no-repeat;
}

.quote-block {
    background-color: #0072CE;
}

.quote-block h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    font-size: 26px;
}

.quote-block .img-wrapper p {
    font-weight: normal;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.quote-block .heading-line {
    color: #fff;
    font-size: 42px;
}

.quote-block .heading-line:after {
    background-image: url(/upload/img/miravis-icon.svg);
}

.quote-block .img-wrapper {
    margin: 42px 0;
    max-width: 255px;
    width: 100%;
    height: auto !important;
    border-radius: 0;
}

.quote-block .img-wrapper img {
    max-width: 240px;
    border-radius: 50%;
}

.quote-block .text-wrapper {
    max-width: 952px !important;
    width: 100%;
    padding-top: 64px;
}

.quote-block .text-wrapper:before {
    top: 44px;
    background: url(/upload/img/white-quotes.svg) no-repeat;
    transform: rotate(180deg);
}

.quote-block .text-wrapper ul {
    padding-left: 48px;
    list-style: disc;
}

.quote-block .text-wrapper ul li + li {
    padding-top: 16px;
}

.quote-block .text-wrapper p {
    padding-right: 24px;
    color: #fff;
    font-size: 18px;
}

.quote-block .text-wrapper ul li {
    font-size: 18px;
    color: #fff;
}

.quote-block .inner-wrapper.reversed .text-wrapper {
    margin-left: 0;
    max-width: 70%;
}

.quote-block .inner-wrapper.reversed .img-wrapper {
    margin-left: auto;
}

@media screen and (max-width: 480px) {
    .quote-block .inner-wrapper.reversed {
        margin-top:64px;
    }

    .quote-block .inner-wrapper.reversed .text-wrapper {
        max-width: none;
        order: 1;
        padding: 10px;
    }

    .quote-block .inner-wrapper.reversed .text-wrapper p {
        padding-right: 0;
        margin: 0;
    }

    .quote-block {
        padding: 64px 0;
    }

    .quote-block h6 {
        font-size: 18px;
        text-align: center;
    }

    .quote-block .heading-line {
        font-size: 26px;
    }

    .quote-block .img-wrapper {
        padding: 0 32px;
        max-width: none;
        margin: auto;
    }

    .quote-block .text-wrapper {
        padding: 32px 20px 020px;
        text-align: left;
    }

    .quote-block .img-wrapper p {
        text-align: center;
    }

    .quote-block .text-wrapper p {
        font-size: 16px;
        padding: 0;
    }

    .quote-block .heading-line:after {
        display: none;
    }

    .quote-block .text-wrapper:before {
        display: none !important;
    }

    .quote-block .text-wrapper ul {
        padding-left: 24px;
        margin: 32px 32px 0;
    }

    .quote-block .text-wrapper ul li {
        text-align: left;
        font-size: 16px;
    }

    .quote-block.grey-background .text-wrapper {
        order: 1;
        padding: 0 32px;
        text-align: left;
    }

    .quote-block .inner-wrapper::before {
        content: '.';
        display: block;
        background: url(/upload/img/white-quotes.svg) no-repeat;
        background-size: cover;
        margin: 0 auto 24px;
        margin-top: 16px;
        width: 40px;
        height: 40px;
        font-size: 0;
    }
}

.white-wrapper + .ffw-custom-accordeon {
    margin-top: 0;
}

ul.color-legend.in-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.color-legend.in-columns li {
    text-align: left;
}

ul.color-legend li {
    position: relative;
    padding: 8px 2px 8px 32px;
    font-size: 12px;
    color: #4E4E4E;
}

ul.color-legend li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

ul.color-legend li.green:before {
    background: linear-gradient(180deg,#89E4E4 0%,#40BBBB 100%);
}

ul.color-legend li.red:before {
    background: linear-gradient(200.53deg,#FF7A81 5.19%,#CB2931 96.65%);
}

ul.color-legend li.blue:before {
    background: linear-gradient(180deg,#4F9EDD 0%,#0072CE 100%);
}

ul.color-legend li.purple:before {
    background: linear-gradient(184deg,#C18CD4 3.25%,#A05BBA 96.74%);
}

.larger-text {
    font-size: 18px;
    line-height: 27px;
}

@media screen and (max-width: 480px) {
    .slick-list {
        margin-bottom:32px;
    }

    ul.color-legend {
        padding: 20px 10px 0px 20px;
    }

    ul.color-legend.in-columns {
        columns: auto;
        -webkit-columns: auto;
        -moz-columns: auto;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#toolbar-administration,#toolbar-administration * {
    box-sizing: border-box;
}

#toolbar-administration {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: small;
    line-height: 1;
}

@media print {
    #toolbar-administration {
        display: none;
    }
}

.toolbar-loading #toolbar-administration {
    overflow: hidden;
}

.toolbar li,.toolbar .item-list,.toolbar .item-list li,.toolbar .menu-item,.toolbar .menu-item--expanded {
    list-style-type: none;
    list-style-image: none;
}

.toolbar .menu-item {
    padding-top: 0;
}

.toolbar .toolbar-bar .toolbar-tab,.toolbar .menu-item {
    display: block;
}

.toolbar .toolbar-bar .toolbar-tab.hidden {
    display: none;
}

.toolbar a {
    display: block;
    line-height: 1;
}

.toolbar .toolbar-bar,.toolbar .toolbar-tray {
    position: relative;
    z-index: 1250;
}

.toolbar-horizontal .toolbar-tray {
    position: fixed;
    left: 0;
    width: 100%;
}

.toolbar-oriented .toolbar-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.toolbar-oriented .toolbar-tray {
    position: absolute;
    right: 0;
    left: 0;
}

@media (min-width: 61em) {
    .toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray {
        display:none;
    }

    .toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .toolbar-tab:last-child .toolbar-tray .toolbar-lining {
        width: 999em;
    }

    .toolbar-loading.toolbar-horizontal .toolbar .toolbar-bar .home-toolbar-tab + .toolbar-tab .toolbar-tray {
        display: block;
    }
}

.toolbar-oriented .toolbar-bar {
    z-index: 502;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar,html.toolbar-fixed .toolbar-oriented .toolbar-bar {
    position: fixed;
}

body.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented,html.toolbar-tray-open.toolbar-fixed.toolbar-vertical .toolbar-oriented {
    bottom: 0;
    width: 240px;
    width: 15rem;
}

.toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu > li,.toolbar .toolbar-bar .toolbar-tab,.toolbar .toolbar-tray-horizontal li {
    float: left;
}

[dir="rtl"] .toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu > li,[dir="rtl"] .toolbar .toolbar-bar .toolbar-tab,[dir="rtl"] .toolbar .toolbar-tray-horizontal li {
    float: right;
}

@media only screen {
    .toolbar .toolbar-bar .toolbar-tab,.toolbar .toolbar-tray-horizontal li {
        float: none;
    }

    [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab,[dir="rtl"] .toolbar .toolbar-tray-horizontal li {
        float: none;
    }
}

@media (min-width: 16.5em) {
    .toolbar .toolbar-bar .toolbar-tab,.toolbar .toolbar-tray-horizontal li {
        float:left;
    }

    [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab,[dir="rtl"] .toolbar .toolbar-tray-horizontal li {
        float: right;
    }
}

.toolbar-oriented .toolbar-bar .toolbar-tab,.toolbar-oriented .toolbar-tray-horizontal li {
    float: left;
}

[dir="rtl"] .toolbar-oriented .toolbar-bar .toolbar-tab,[dir="rtl"] .toolbar-oriented .toolbar-tray-horizontal li {
    float: right;
}

.toolbar .toolbar-tray {
    z-index: 501;
    display: none;
}

.toolbar-oriented .toolbar-tray-vertical {
    position: absolute;
    left: -100%;
    width: 240px;
    width: 15rem;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical {
    right: -100%;
    left: auto;
}

.toolbar .toolbar-tray-vertical > .toolbar-lining {
    min-height: 100%;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
    position: relative;
    z-index: 502;
}

.toolbar-oriented .toolbar-tray-horizontal .menu-item ul {
    display: none;
}

.toolbar .toolbar-tray-vertical.is-active,body.toolbar-fixed .toolbar .toolbar-tray-vertical,html.toolbar-fixed .toolbar .toolbar-tray-vertical {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.toolbar .toolbar-tray.is-active {
    display: block;
}

.toolbar-oriented .toolbar-tray-vertical.is-active {
    left: 0;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical.is-active {
    right: 0;
    left: auto;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,html.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 240px;
    margin-left: 15rem;
}

@media print {
    body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,html.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
        margin-left: 0;
    }
}

[dir="rtl"] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,[dir="rtl"].toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-right: 240px;
    margin-right: 15rem;
    margin-left: auto;
}

@media print {
    [dir="rtl"] body.toolbar-tray-open.toolbar-vertical.toolbar-fixed,[dir="rtl"].toolbar-tray-open.toolbar-vertical.toolbar-fixed {
        margin-right: 0;
    }
}

.toolbar .toolbar-tray .toolbar-toggle-orientation {
    display: none;
}

.toolbar-oriented .toolbar-tray .toolbar-toggle-orientation {
    display: block;
}

.toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-horizontal .toolbar-toggle-orientation {
    right: auto;
    left: 0;
}

.toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation {
    float: right;
    width: 100%;
}

[dir="rtl"] .toolbar-oriented .toolbar-tray-vertical .toolbar-toggle-orientation {
    float: left;
}

.toolbar .toolbar-bar .home-toolbar-tab {
    display: none;
}

.path-admin .toolbar-bar .home-toolbar-tab {
    display: block;
}

.toolbar .toolbar-menu,[dir="rtl"] .toolbar .toolbar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.toolbar .toolbar-box {
    position: relative;
    display: block;
    width: auto;
    line-height: 1em;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul {
    display: none;
}

.toolbar .toolbar-tray-horizontal .toolbar-menu .toolbar-handle {
    display: none;
}

.toolbar-tray-open .toolbar-menu .menu-item--expanded ul {
    display: none;
}

.toolbar .toolbar-tray-vertical li.open > ul {
    display: block;
}

.toolbar .toolbar-tray-vertical .toolbar-handle + a {
    margin-right: 3em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-handle + a {
    margin-right: 0;
    margin-left: 3em;
}

.toolbar .toolbar-tray .menu-item--active-trail > .toolbar-box a,.toolbar .toolbar-tray a.is-active {
    color: #000;
    background-color: #f5f5f5;
    font-weight: bold;
}

@media screen and (max-width: 319px) {
    .toolbar .toolbar-tray-vertical.is-active {
        width:100%;
    }
}

.toolbar .level-2 > ul {
    border-top-color: #e5e5e5;
    border-bottom-color: #ccc;
    background-color: #fafafa;
}

.toolbar .level-3 > ul {
    border-top-color: #ddd;
    border-bottom-color: #c5c5c5;
    background-color: #f5f5f5;
}

.toolbar .level-4 > ul {
    border-top-color: #d5d5d5;
    border-bottom-color: #bbb;
    background-color: #eee;
}

.toolbar .level-5 > ul {
    border-top-color: #ccc;
    border-bottom-color: #b5b5b5;
    background-color: #e5e5e5;
}

.toolbar .level-6 > ul {
    border-top-color: #c5c5c5;
    border-bottom-color: #aaa;
    background-color: #eee;
}

.toolbar .level-7 > ul {
    border-top-color: #ccc;
    border-bottom-color: #b5b5b5;
    background-color: #fafafa;
}

.toolbar .level-8 > ul {
    border-top-color: #ddd;
    border-bottom-color: #ccc;
    background-color: #ddd;
}

.toolbar .toolbar-handle:hover {
    cursor: pointer;
}

.toolbar .toolbar-icon.toolbar-handle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 100%;
    padding: 0;
}

[dir="rtl"] .toolbar .toolbar-icon.toolbar-handle {
    right: auto;
    left: 0;
    padding: 0;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94,158,214);
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon {
    background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,.ui-button:active .ui-icon {
    background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon {
    background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
    background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777777_256x240.png);
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666666;
}

.toolbar-tray-horizontal .menu-item:hover {
    background: #fff;
}

.toolbar-tray-horizontal .menu-item a:focus {
    background: #abeae4;
}

.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus {
    background-position: center right;
    background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-right.svg);
    background-repeat: no-repeat;
}

.toolbar-tray-horizontal .menu-item--expanded .menu {
    background: #fff;
    width: auto;
    height: auto;
}

.toolbar-tray-horizontal .menu-item--expanded {
    background-color: #f5f5f2;
}

.toolbar-tray-horizontal ul li li.menu-item {
    border-top: none transparent;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.toolbar .toolbar-tray-horizontal .menu-item:last-child {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child {
    border-top: 1px solid #ddd;
}

.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul,.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul,.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul,.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul ul ul ul ul {
    display: none;
    left: -999em;
}

.toolbar-tray-horizontal li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li li li.menu-item--expanded.hover-intent ul,.toolbar-tray-horizontal li li li li li.menu-item--expanded.hover-intent ul {
    display: block;
    left: auto;
}

.toolbar-tray-horizontal .menu ul li a,.toolbar-tray-horizontal .menu ul .toolbar-icon {
    padding: 12px 15px 12px 12px;
}

.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
    display: block;
    position: absolute;
    width: 200px;
    box-shadow: 2px 2px 3px hsla(0,0%,0%,0.4);
    z-index: 1;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item > ul {
    display: none;
}

.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded {
    background-position: center right;
    background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-right.svg);
    background-repeat: no-repeat;
}

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
    display: block;
    margin: -40px 0 0 197px;
}

.toolbar-tray-horizontal li:hover ul li {
    float: none;
}

.toolbar-tray-horizontal li.hover-intent ul li {
    float: none;
}

.toolbar-tray-horizontal .toolbar .level-2 > ul {
    position: absolute;
    padding-top: 0;
    top: 0;
    left: 200px;
    width: 200px;
}

.toolbar .toolbar-tray-vertical li.open > ul.toolbar-menu.clearfix {
    display: block;
}

.toolbar-menu .menu-item > span {
    padding: 1em 1.3333em;
    display: block;
    color: #434343;
    cursor: pointer;
}

[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded {
    background-position: center left;
    background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-left.svg);
}

[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
    margin: -40px 197px 0 0;
}

[dir="rtl"] .toolbar-tray-horizontal li:hover ul li {
    float: none;
}

[dir="rtl"] .toolbar-tray-horizontal li.hover-intent ul li {
    float: none;
}

.toolbar-icon-admin-toolbar-tools-help {
    text-indent: -9999px;
}

.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:before,.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:before {
    box-sizing: content-box;
    background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-9-logo.svg);
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    margin-left: 4px;
}

.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:active:before,.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help.active:before,.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:active:before,.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help.active:before {
    background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-9-logo.svg);
}

.toolbar-icon-8 .toolbar-icon-admin-toolbar-tools-help:before {
    box-sizing: content-box;
    background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-8-logo.svg);
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 2px;
}

.toolbar-icon-8 .toolbar-icon-admin-toolbar-tools-help:active:before,.toolbar-icon-8 .toolbar-icon-admin-toolbar-tools-help.active:before {
    background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-8-logo.svg);
}

.toolbar-oriented .toolbar-bar .local-tasks-toolbar-tab {
    float: right;
}

.toolbar-horizontal .local-tasks-toolbar-tab .toolbar-menu {
    float: right;
}

.toolbar-bar .toolbar-icon-local-tasks:before {
    background-image: url(/modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/bebebe/tasks.svg);
}

.contextual {
    position: absolute;
    z-index: 500;
    top: 6px;
    right: 0;
}

[dir="rtl"] .contextual {
    right: auto;
    left: 0;
}

.contextual-region.focus {
    outline: 1px dashed #d6d6d6;
    outline-offset: 1px;
}

.contextual .trigger {
    position: relative;
    right: 6px;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 0 2px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 13px;
    background-color: #fff;
    background-attachment: scroll;
}

[dir="rtl"] .contextual .trigger {
    right: auto;
    left: 6px;
    float: left;
}

.contextual.open .trigger {
    z-index: 2;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 13px 13px 0 0;
    box-shadow: none;
}

.contextual-region .contextual .contextual-links {
    position: relative;
    top: -1px;
    right: 6px;
    float: right;
    clear: both;
    margin: 0;
    padding: 0.25em 0;
    text-align: left;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px 0 4px 4px;
    background-color: #fff;
}

[dir="rtl"] .contextual-region .contextual .contextual-links {
    right: auto;
    left: 6px;
    float: left;
    text-align: right;
    border-radius: 0 4px 4px 4px;
}

.contextual-region .contextual .contextual-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    border: none;
    background-color: #fff;
    line-height: 100%;
}

.contextual-region .contextual .contextual-links a {
    display: block;
    margin: 0.25em 0;
    padding: 0.4em 0.6em;
    color: #333;
    background-color: #fff;
    font-family: sans-serif;
    font-size: small;
    line-height: 0.8em;
}

.touchevents .contextual-region .contextual .contextual-links a {
    font-size: large;
}

.contextual-region .contextual .contextual-links a,.contextual-region .contextual .contextual-links a:hover {
    text-decoration: none;
}

.no-touchevents .contextual-region .contextual .contextual-links li a:hover {
    color: #000;
    background: #f7fcff;
}

.toolbar-bar .toolbar-icon-edit::before {
    background-image: url(/core/misc/icons/bebebe/pencil.svg);
}

.toolbar-bar .toolbar-icon-edit:active::before,.toolbar-bar .toolbar-icon-edit.is-active::before {
    background-image: url(/core/misc/icons/ffffff/pencil.svg);
}

.contextual .trigger {
    width: 26px !important;
    height: 26px !important;
    text-indent: -9999px;
    background-image: url(/core/misc/icons/bebebe/pencil.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
}

.contextual .trigger:hover {
    background-image: url(/core/misc/icons/787878/pencil.svg);
}

.contextual .trigger:focus {
    outline: none;
    background-image: url(/core/misc/icons/5181c6/pencil.svg);
}

.icon-select-wrapper {
    max-width: 1200px;
}

.icon-select-wrapper .form-type-checkbox {
    display: block;
    border-bottom: 1px solid lightgrey;
    padding: 2px;
    text-align: center;
    position: relative;
}

.icon-select-wrapper .form-type-checkbox.selected {
    background-color: rgb(235,235,235);
    font-weight: bold;
}

.icon-select-wrapper .form-checkboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.icon-select-wrapper .form-checkboxes .form-type-checkbox {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    padding-left: 32px;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
}

@media (min-width: 767px) {
    .icon-select-wrapper .form-checkboxes .form-type-checkbox {
        flex:0 0 48%;
    }
}

@media (min-width: 767px) {
    .icon-select-wrapper .form-checkboxes .form-type-checkbox:nth-child(even) {
        margin-left:24px;
    }
}

.icon-select-wrapper input {
    order: 1;
    height: 100%;
    left: 5px;
    position: absolute;
    top: 0;
}

.icon-select-wrapper .field-suffix {
    order: 2;
    opacity: 0.5;
    position: relative;
    margin-right: 24px;
    margin-left: 5px;
    transition: 0.18s;
}

.icon-select-wrapper .field-suffix:hover {
    transform: scale(2);
    z-index: 1000;
    background: white;
    opacity: 1;
}

.icon-select-wrapper .form-type-checkbox.selected .field-suffix {
    opacity: 1;
}

.icon-select-wrapper .icon {
    width: 32px;
    height: 32px;
    display: block;
    order: 1;
}

.icon-select-wrapper .field-prefix {
    order: 3;
}

.icon-select-wrapper .form-checkboxes .form-item {
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 0;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 4px;
}

.icon-select-wrapper .form-checkboxes .form-item input {
    order: 0;
    width: 20px;
    height: 20px;
}

.icon-select-wrapper .form-checkboxes .form-item .form-item__suffix {
    order: 1;
    margin-right: 10px;
}

.icon-select-wrapper .form-checkboxes .form-item .form-item__suffix .icon {
    width: 20px;
    height: 20px;
}

.icon-select-wrapper .form-checkboxes .form-item .form-item__prefix {
    order: 2;
}

.layout--onecol .layout__region {
    width: 100%;
}

.paragraph--unpublished {
    background-color: #fff4f4;
}

.toolbar {
    font-family: "Source Sans Pro","Lucida Grande",Verdana,sans-serif;
    font-size: 0.8125rem;
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -webkit-touch-callout: none;
    touch-callout: none;
}

.toolbar .toolbar-item {
    padding: 1em 1.3333em;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em;
}

.toolbar .toolbar-item:hover,.toolbar .toolbar-item:focus {
    text-decoration: underline;
}

.toolbar .toolbar-bar {
    color: #ddd;
    background-color: #0f0f0f;
    box-shadow: -1px 0 3px 1px rgba(0,0,0,0.3333);
}

[dir="rtl"] .toolbar .toolbar-bar {
    box-shadow: 1px 0 3px 1px rgba(0,0,0,0.3333);
}

.toolbar .toolbar-bar .toolbar-item {
    color: #fff;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
    font-weight: bold;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover,.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus {
    background-image: linear-gradient(rgba(255,255,255,0.125) 20%,transparent 200%);
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
    background-image: linear-gradient(rgba(255,255,255,0.25) 20%,transparent 200%);
}

.toolbar .toolbar-tray {
    background-color: #fff;
}

.toolbar-horizontal .toolbar-tray > .toolbar-lining {
    padding-right: 5em;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray > .toolbar-lining {
    padding-right: 0;
    padding-left: 5em;
}

.toolbar .toolbar-tray-vertical {
    border-right: 1px solid #aaa;
    background-color: #f5f5f5;
    box-shadow: -1px 0 5px 2px rgba(0,0,0,0.3333);
}

[dir="rtl"] .toolbar .toolbar-tray-vertical {
    border-right: 0 none;
    border-left: 1px solid #aaa;
    box-shadow: 1px 0 5px 2px rgba(0,0,0,0.3333);
}

.toolbar-horizontal .toolbar-tray {
    border-bottom: 1px solid #aaa;
    box-shadow: -2px 1px 3px 1px rgba(0,0,0,0.3333);
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray {
    box-shadow: 2px 1px 3px 1px rgba(0,0,0,0.3333);
}

.toolbar .toolbar-tray-horizontal .toolbar-tray {
    background-color: #f5f5f5;
}

.toolbar-tray a,.toolbar-tray a:visited {
    padding: 1em 1.3333em;
    cursor: pointer;
    text-decoration: none;
    color: #565656;
}

.toolbar-tray a:hover,.toolbar-tray a:active,.toolbar-tray a:focus,.toolbar-tray a.is-active {
    text-decoration: underline;
    color: #000;
}

.toolbar .toolbar-menu {
    background-color: #fff;
}

.toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
    border-left: 1px solid #ddd;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
    border-right: 1px solid #ddd;
    border-left: 0 none;
}

.toolbar-horizontal .toolbar-tray .menu-item:last-child {
    border-right: 1px solid #ddd;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray .menu-item:last-child {
    border-left: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item + .menu-item {
    border-top: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item:last-child {
    border-bottom: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item .menu-item {
    border: 0 none;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.toolbar .toolbar-tray-vertical .menu-item:last-child > ul {
    border-bottom: 0;
}

.toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
    margin-left: 0.25em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
    margin-right: 0.25em;
    margin-left: 0;
}

.toolbar .toolbar-menu .toolbar-menu a {
    color: #434343;
}

.toolbar .toolbar-toggle-orientation {
    height: 100%;
    padding: 0;
    background-color: #f5f5f5;
}

.toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
    border-left: 1px solid #c9c9c9;
}

[dir="rtl"] .toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
    border-right: 1px solid #c9c9c9;
    border-left: 0 none;
}

.toolbar .toolbar-toggle-orientation > .toolbar-lining {
    float: right;
}

[dir="rtl"] .toolbar .toolbar-toggle-orientation > .toolbar-lining {
    float: left;
}

.toolbar .toolbar-toggle-orientation button {
    display: inline-block;
    cursor: pointer;
}

.toolbar .toolbar-icon {
    position: relative;
    padding-left: 2.75em;
}

[dir="rtl"] .toolbar .toolbar-icon {
    padding-right: 2.75em;
    padding-left: 1.3333em;
}

.toolbar .toolbar-icon::before {
    position: absolute;
    top: 0;
    left: 0.6667em;
    display: block;
    width: 20px;
    height: 100%;
    content: "";
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% auto;
}

[dir="rtl"] .toolbar .toolbar-icon::before {
    right: 0.6667em;
    left: auto;
}

.toolbar button.toolbar-icon {
    border: 0;
    background-color: transparent;
    font-size: 1em;
}

.toolbar .toolbar-menu ul .toolbar-icon {
    padding-left: 1.3333em;
}

[dir="rtl"] .toolbar .toolbar-menu ul .toolbar-icon {
    padding-right: 1.3333em;
    padding-left: 0;
}

.toolbar .toolbar-menu ul a.toolbar-icon::before {
    display: none;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul a {
    padding-left: 2.75em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu ul a {
    padding-right: 2.75em;
    padding-left: 0;
}

.toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
    padding-left: 3.75em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu ul ul a {
    padding-right: 3.75em;
    padding-left: 0;
}

.toolbar .toolbar-tray-vertical .toolbar-menu a {
    padding-right: 4em;
    padding-left: 2.75em;
}

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu a {
    padding-right: 2.75em;
    padding-left: 4em;
}

.toolbar-bar .toolbar-icon-menu::before {
    background-image: url(/core/misc/icons/bebebe/hamburger.svg);
}

.toolbar-bar .toolbar-icon-menu:active::before,.toolbar-bar .toolbar-icon-menu.is-active::before {
    background-image: url(/core/misc/icons/ffffff/hamburger.svg);
}

.toolbar-bar .toolbar-icon-help::before {
    background-image: url(/core/misc/icons/bebebe/questionmark-disc.svg);
}

.toolbar-bar .toolbar-icon-help:active::before,.toolbar-bar .toolbar-icon-help.is-active::before {
    background-image: url(/core/misc/icons/ffffff/questionmark-disc.svg);
}

.toolbar-icon-system-admin-content::before {
    background-image: url(/core/misc/icons/787878/file.svg);
}

.toolbar-icon-system-admin-content:active::before,.toolbar-icon-system-admin-content.is-active::before {
    background-image: url(/core/misc/icons/000000/file.svg);
}

.toolbar-icon-system-admin-structure::before {
    background-image: url(/core/misc/icons/787878/orgchart.svg);
}

.toolbar-icon-system-admin-structure:active::before,.toolbar-icon-system-admin-structure.is-active::before {
    background-image: url(/core/misc/icons/000000/orgchart.svg);
}

.toolbar-icon-system-themes-page::before {
    background-image: url(/core/misc/icons/787878/paintbrush.svg);
}

.toolbar-icon-system-themes-page:active::before,.toolbar-icon-system-themes-page.is-active::before {
    background-image: url(/core/misc/icons/000000/paintbrush.svg);
}

.toolbar-icon-entity-user-collection::before {
    background-image: url(/core/misc/icons/787878/people.svg);
}

.toolbar-icon-entity-user-collection:active::before,.toolbar-icon-entity-user-collection.is-active::before {
    background-image: url(/core/misc/icons/000000/people.svg);
}

.toolbar-icon-system-modules-list::before {
    background-image: url(/core/misc/icons/787878/puzzlepiece.svg);
}

.toolbar-icon-system-modules-list:active::before,.toolbar-icon-system-modules-list.is-active::before {
    background-image: url(/core/misc/icons/000000/puzzlepiece.svg);
}

.toolbar-icon-system-admin-config::before {
    background-image: url(/core/misc/icons/787878/wrench.svg);
}

.toolbar-icon-system-admin-config:active::before,.toolbar-icon-system-admin-config.is-active::before {
    background-image: url(/core/misc/icons/000000/wrench.svg);
}

.toolbar-icon-system-admin-reports::before {
    background-image: url(/core/misc/icons/787878/barchart.svg);
}

.toolbar-icon-system-admin-reports:active::before,.toolbar-icon-system-admin-reports.is-active::before {
    background-image: url(/core/misc/icons/000000/barchart.svg);
}

.toolbar-icon-help-main::before {
    background-image: url(/core/misc/icons/787878/questionmark-disc.svg);
}

.toolbar-icon-help-main:active::before,.toolbar-icon-help-main.is-active::before {
    background-image: url(/core/misc/icons/000000/questionmark-disc.svg);
}

@media only screen and (min-width: 16.5em) {
    .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
        width:4em;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        text-indent: -9999px;
    }

    .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
        left: 0;
        width: 100%;
        background-size: 42% auto;
    }

    .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
        background-size: auto auto;
    }

    [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width: 36em) {
    .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
        width:auto;
        padding-right: 1.3333em;
        padding-left: 2.75em;
        text-indent: 0;
        background-position: left center;
    }

    [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
        padding-right: 2.75em;
        padding-left: 1.3333em;
        background-position: right center;
    }

    .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
        left: 0.6667em;
        width: 20px;
        background-size: 100% auto;
    }

    .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
        background-size: auto auto;
    }

    [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
        right: 0.6667em;
        left: 0;
    }
}

.toolbar-tab a:focus {
    text-decoration: underline;
    outline: none;
}

.toolbar-lining button:focus {
    outline: none;
}

.toolbar-tray-horizontal a:focus,.toolbar-box a:focus {
    outline: none;
    background-color: #f5f5f5;
}

.toolbar-box a:hover:focus {
    text-decoration: underline;
}

.toolbar .toolbar-icon.toolbar-handle:focus {
    outline: none;
    background-color: #f5f5f5;
}

.toolbar .toolbar-icon.toolbar-handle {
    width: 4em;
    text-indent: -9999px;
}

.toolbar .toolbar-icon.toolbar-handle::before {
    left: 1.6667em;
}

[dir="rtl"] .toolbar .toolbar-icon.toolbar-handle::before {
    right: 1.6667em;
    left: auto;
}

.toolbar .toolbar-icon.toolbar-handle::before {
    background-image: url(/core/misc/icons/5181c6/chevron-disc-down.svg);
}

.toolbar .toolbar-icon.toolbar-handle.open::before {
    background-image: url(/core/misc/icons/787878/chevron-disc-up.svg);
}

.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle::before {
    background-image: url(/core/misc/icons/5181c6/twistie-down.svg);
    background-size: 75%;
}

.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open::before {
    background-image: url(/core/misc/icons/787878/twistie-up.svg);
    background-size: 75%;
}

.toolbar .toolbar-icon-escape-admin::before {
    background-image: url(/core/misc/icons/bebebe/chevron-disc-left.svg);
}

[dir="rtl"] .toolbar .toolbar-icon-escape-admin::before {
    background-image: url(/core/misc/icons/bebebe/chevron-disc-right.svg);
}

.toolbar .toolbar-toggle-orientation button {
    width: 39px;
    height: 39px;
    padding: 0;
    text-indent: -999em;
}

.toolbar .toolbar-toggle-orientation button::before {
    right: 0;
    left: 0;
    margin: 0 auto;
}

[dir="rtl"] .toolbar .toolbar-toggle-orientation .toolbar-icon {
    padding: 0;
}

.toolbar .toolbar-toggle-orientation [value="vertical"]::before {
    background-image: url(/core/misc/icons/bebebe/push-left.svg);
}

.toolbar .toolbar-toggle-orientation [value="vertical"]:hover::before,.toolbar .toolbar-toggle-orientation [value="vertical"]:focus::before {
    background-image: url(/core/misc/icons/787878/push-left.svg);
}

[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]::before {
    background-image: url(/core/misc/icons/bebebe/push-right.svg);
}

[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:hover::before,[dir="rtl"] .toolbar .toolbar-toggle-orientation [value="vertical"]:focus::before {
    background-image: url(/core/misc/icons/787878/push-right.svg);
}

.toolbar .toolbar-toggle-orientation [value="horizontal"]::before {
    background-image: url(/core/misc/icons/bebebe/push-up.svg);
}

.toolbar .toolbar-toggle-orientation [value="horizontal"]:hover::before,.toolbar .toolbar-toggle-orientation [value="horizontal"]:focus::before {
    background-image: url(/core/misc/icons/787878/push-up.svg);
}

.toolbar-bar .toolbar-icon-user::before {
    background-image: url(/core/misc/icons/bebebe/person.svg);
}

.toolbar-bar .toolbar-icon-user:active::before,.toolbar-bar .toolbar-icon-user.is-active::before {
    background-image: url(/core/misc/icons/ffffff/person.svg);
}
