/*  

 hover color: #F7B32B;

*/
@import url('https://fonts.googleapis.com/css2?family=Halant:wght@400;600&family=Nunito+Sans:wght@400;600;700&display=swap');
.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn,
.mm-menu {
    box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
    content: '';
    bottom: 0
}

.mm-hidden {
    display: none !important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0
}

.mm-btn,
.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li:not(.mm-divider):after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    left: 20px
}
.social-menu.mm-listview>li:not(.mm-divider):after {
    display: none;
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking,
html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
    z-index: 10
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-offcanvas.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(880px, 0);
        -ms-transform: translate(880px, 0);
        transform: translate(880px, 0);
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-880px, 0);
        -ms-transform: translate(-880px, 0);
        transform: translate(-880px, 0);
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(1320px, 0);
        -ms-transform: translate(1320px, 0);
        transform: translate(1320px, 0);
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-1320px, 0);
        -ms-transform: translate(-1320px, 0);
        transform: translate(-1320px, 0);
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate(500%, 0);
    -ms-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(1760px, 0);
        -ms-transform: translate(1760px, 0);
        transform: translate(1760px, 0);
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-1760px, 0);
        -ms-transform: translate(-1760px, 0);
        transform: translate(-1760px, 0);
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate(500%, 0);
    -ms-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate(600%, 0);
    -ms-transform: translate(600%, 0);
    transform: translate(600%, 0);
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(2200px, 0);
        -ms-transform: translate(2200px, 0);
        transform: translate(2200px, 0);
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-2200px, 0);
        -ms-transform: translate(-2200px, 0);
        transform: translate(-2200px, 0);
        -webkit-transform: translate3d(-2200px, 0, 0);
        transform: translate3d(-2200px, 0, 0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate(600%, 0);
    -ms-transform: translate(600%, 0);
    transform: translate(600%, 0);
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate(700%, 0);
    -ms-transform: translate(700%, 0);
    transform: translate(700%, 0);
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(2640px, 0);
        -ms-transform: translate(2640px, 0);
        transform: translate(2640px, 0);
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-2640px, 0);
        -ms-transform: translate(-2640px, 0);
        transform: translate(-2640px, 0);
        -webkit-transform: translate3d(-2640px, 0, 0);
        transform: translate3d(-2640px, 0, 0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span,
em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 90px
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-keyboardfocus a:focus {
    outline: 0
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, .5)
}

.mm-navbar-bottom,
.mm-navbar-top~.mm-navbar-top {
    border-bottom: none
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-menu.mm-rtl {
    direction: rtl
}

.mm-menu.mm-rtl.mm-offcanvas {
    right: auto
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after {
    left: 0;
    right: 20px
}

.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next) {
    padding-left: 10px;
    padding-right: 20px !important;
    margin-right: 0 !important
}

.mm-menu.mm-rtl .mm-listview .mm-next {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-listview .mm-next+a,
.mm-menu.mm-rtl .mm-listview .mm-next+span {
    margin-left: 50px
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter {
    left: 45px;
    right: auto
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span {
    padding-left: 90px
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
    left: 20px;
    right: auto !important
}

.mm-menu.mm-rtl label.mm-toggle+a,
.mm-menu.mm-rtl label.mm-toggle+span {
    padding-left: 80px
}

.mm-menu.mm-rtl label.mm-check+a,
.mm-menu.mm-rtl label.mm-check+span {
    padding-left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle {
    left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
    margin-left: 50px
}

.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
    padding-left: 70px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle {
    left: 100px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
    left: 0
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
    -webkit-transition-property: right, -webkit-transform;
    transition-property: right, -webkit-transform;
    transition-property: transform, right;
    transition-property: transform, right, -webkit-transform
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    right: 0
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    right: 40px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    right: 80px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    right: 120px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    right: 160px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    right: 200px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    right: 240px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}

@charset "UTF-8";
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

.mm-search,
.mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .5)
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .75)
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99
}

.mm-menu.mm-shadow-page.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

.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: none
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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:before,
.slick-track:after {
    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
}

.vinnybox,
.vinnybox-nav-btn,
.vinnybox-close {
    cursor: pointer
}

.vinnybox-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.vinnybox-container img {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    margin: auto;
    max-width: calc(100% - 80px);
    max-height: calc(100% - 40px);
    width: auto;
    height: auto;
    pointer-events: none
}

.vinnybox-nav-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto 0;
    border-radius: 50%
}

.vinnybox-nav-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 22px;
    font-size: 20px
}

.vinnybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.vinnybox-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 28px;
    font-size: 26px;
    height: 26px;
    margin: auto 0
}

.vinnybox-nav-square {
    border-radius: 0
}

.vinnybox-next {
    right: 20px
}

.vinnybox-next:after {
    content: ''
}

.vinnybox-prev {
    left: 20px
}

.vinnybox-prev:after {
    content: ''
}

@media only screen and (max-width: 550px) {
    .vinnybox-close,
    .vinnybox-nav-btn {
        width: 24px;
        height: 24px
    }
    .vinnybox-close {
        top: 10px;
        right: 10px
    }
    .vinnybox-next {
        right: 10px
    }
    .vinnybox-prev {
        left: 10px
    }
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block
}

img,
object,
embed {
    max-width: 100%;
    height: auto
}

html {
    overflow-y: scroll;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit
}

a>img {
    display: block
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: bold;
    vertical-align: bottom
}

td {
    font-weight: normal;
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 30px 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

select,
input,
textarea {
    font: 99% sans-serif
}

select:-moz-focusring {
    outline: none;
    text-shadow: 0 0 0 #000
}

table {
    font-size: inherit;
    font: 100% Arial, sans-serif
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

pre,
code,
kbd,
samp {
    font-family: Spectral, sans-serif
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer
}

button,
input,
select,
textarea {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

button {
    border: none;
    width: auto;
    overflow: visible;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

*:focus {
    outline: 0
}

textarea {
    outline: 0;
    resize: none;
    overflow: auto
}

input,
textarea {
    border-radius: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none
}

:-moz-placeholder,
::-moz-placeholder {
    opacity: 1 !important;
    color: inherit
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: inherit
}

svg {
    display: block;
    overflow: visible
}

@-moz-document url-prefix() {
    select {
        text-indent: -2px
    }
    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000
    }
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}
/*
html.no-scroll {
    overflow: hidden
}
*/
body,
input,
table,
textarea,
select,
label,
button {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #2d2a26;
    font-weight: 400;
}
p{
    font-family: "Halant", serif;
}
body {
    background: #ffffff;
    max-width: 100%;
}

section {
    position: relative
}

.title {
    font-size: 26px;
    line-height: 32px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700
}

.title.large {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 32px
}

.title.margin {
    margin-bottom: 12px
}

.title.white {
    color: #ffffff
}

.title.green {
    color: #3FA04D
}

.title.center {
    text-align: center
}

.subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 700
}

.wrapper {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative
}

.wrapper.half {
    max-width: 600px;
    margin: 0
}

.wrapper.full {
    max-width: 100%
}

.wrapper.fill {
    height: 100%
}

.wrapper.slim {
    max-width: 880px
}

.wrapper.med {
    max-width: 1040px
}

.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media only screen and (max-width: 1400px) {
    .wrapper {
        max-width: 1200px;
        width: calc(100% - 30px);
        margin: 0 auto;
        position: relative
    }
}

@media only screen and (max-width: 1050px) {
    .subtitle {
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (max-width: 950px) {
    .wrapper.half {
        max-width: 100%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 550px) {
    .wrapper {
        width: calc(100% - 30px)
    }
    .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px
    }
    .title.large {
        font-size: 26px;
        line-height: 30px
    }
}

@supports(mix-blend-mode: multiply) {
    .multiply {
        mix-blend-mode: multiply
    }
}

@supports(mix-blend-mode: overlay) {
    .overlay {
        mix-blend-mode: overlay
    }
}

.form-inline {
    display: flex;
    align-items: stretch
}

.form-inline-center {
    align-items: center
}

.form-inline .form-group {
    margin-right: 8px;
    margin-bottom: 0;
    min-width: 0
}

.form-cols {
    display: flex;
    margin: 0 -8px 16px
}

.form-cols .form-group {
    margin: 0 8px
}

.form-group {
    width: 100%;
    margin-bottom: 16px
}

.form-group.disabled {
    pointer-events: none;
    opacity: 0.2
}

input,
select,
textarea {
    display: block;
    line-height: 24px;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    color: #666360;
    font-weight: 700;
    border-radius: 0
}

textarea {
    height: 145px
}

select {
    padding: 10px 66px 10px 20px;
    background: #ffffff url('../img/icon-dropdown-drk.png?v=1616667558') no-repeat scroll right 24px center / 18px 12px
}

form.form-outline input,
form.form-outline textarea {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    padding: 9px 20px;
    height: 50px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.025em
}

form.form-white input,
form.form-white textarea {
    border: 1px solid #54565B;
    background: #ffffff;
    padding: 9px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.025em
}

form.form-outline :-moz-placeholder,
form.form-outline ::-moz-placeholder,
form.form-white :-moz-placeholder,
form.form-white ::-moz-placeholder {
    opacity: 0.5 !important
}

form.form-outline ::-webkit-input-placeholder,
form.form-white ::-webkit-input-placeholder {
    opacity: 0.5 !important
}

form .form-slim {
    max-width: 750px;
    margin: 0 auto
}

form p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 24px
}

form p a {
    font-weight: 700
}

form p a:hover {
    color: #3FA04D
}

form p.white a:hover {
    color: #dddddd
}

@media only screen and (max-width: 1200px) {
    input,
    select,
    textarea {
        font-size: 16px
    }
    select {
        padding: 7px 40px 7px 15px;
        background-position: right 11px center
    }
    form.form-outline input,
    form.form-outline textarea {
        padding: 6px 15px;
        font-size: 18px;
        height: 44px
    }
    form.form-white input,
    form.form-white textarea {
        padding: 6px 15px
    }
}

@media only screen and (max-width: 950px) {
    select {
        background-size: 12px 8px;
        background-position: right 8px center
    }
    .form-cols {
        margin: 0 -4px 8px
    }
    .form-cols .form-group {
        margin: 0 4px
    }
}

@media only screen and (max-width: 650px) {
    .form-cols {
        margin: 0;
        display: block
    }
    .form-cols .form-group {
        margin: 0 0 8px
    }
}

.g-recaptcha {
    margin-bottom: 24px
}

.g-recaptcha>div {
    margin: 0 auto
}

@media only screen and (max-width: 420px) {
    .g-recaptcha>div {
        margin: 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.86);
        -moz-transform: translateX(-50%) scale(0.86);
        -ms-transform: translateX(-50%) scale(0.86);
        -o-transform: translateX(-50%) scale(0.86);
        transform: translateX(-50%) scale(0.86)
    }
}

input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.boolean-field_type {
    margin: 24px 0
}

.boolean-field_type.white .c-input {
    color: #ffffff
}

.boolean-field_type .control-label {
    display: none
}

.boolean-field_type .c-input {
    padding-left: 32px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.boolean-field_type .c-input+.c-input {
    margin-left: 24px
}

.boolean-field_type .c-input a {
    font-weight: 700
}

.boolean-field_type .c-input a:hover {
    color: #3FA04D
}

.boolean-field_type.white .c-input a:hover {
    color: #dddddd
}

.boolean-field_type .c-indicator {
    position: absolute;
    top: -3px;
    margin-left: -32px;
    width: 21px;
    height: 21px;
    border: 1px solid #54565B;
    background: #ffffff
}

.boolean-field_type .c-indicator:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 0;
    height: 18px;
    background: url('../img/icon-tick.png?v=1616667558') no-repeat scroll left center / 23px 18px
}

.boolean-field_type input:checked+.c-indicator:after {
    width: 23px
}

@media only screen and (max-width: 420px) {
    .boolean-field_type .c-input+.c-input {
        margin-left: 0;
        display: block;
        margin-top: 24px
    }
}

@media only screen and (max-width: 340px) {
    .boolean-field_type .c-input {
        padding-left: 30px
    }
    .boolean-field_type .c-indicator {
        margin-left: -30px
    }
}

.nice-select {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: left
}

.nice-select.open {
    z-index: 12
}

.nice-select .current,
.nice-select .list li {
    display: block;
    background: #ffffff;
    color: #666360;
    font-weight: 700;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px
}

.nice-select .current {
    position: relative;
    padding: 10px 66px 10px 20px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nice-select .current:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 66px;
    height: 12px;
    background: url('../img/icon-dropdown-drk.png?v=1616667558') no-repeat scroll center / 18px 12px
}

.nice-select.open .current:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nice-select .list {
    position: absolute;
    opacity: 0;
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    max-height: 75vh;
    overflow: auto
}

.nice-select.open .list {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.nice-select .list li {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nice-select .list li:hover {
    background: #f6f6f6
}

form p a:hover .nice-select:not(.open) li {
    padding-top: 0;
    padding-bottom: 0
}

.nice-select.open .list li {
    max-height: 42px;
    padding: 8px 20px
}

.nice-select .list li[data-value=""] {
    display: none
}

@media only screen and (max-width: 1200px) {
    .nice-select .current {
        padding: 7px 40px 7px 15px
    }
    .nice-select .list li {
        padding: 0 15px
    }
    .nice-select.open .list li {
        max-height: 40px;
        padding: 7px 15px
    }
    .nice-select .current:after {
        width: 40px
    }
    .nice-select .current,
    .nice-select .list li {
        font-size: 16px
    }
}

@media only screen and (max-width: 950px) {
    .nice-select .current:after {
        background-size: 12px 8px
    }
    .nice-select .current:after {
        width: 28px
    }
    .nice-select .current {
        padding: 7px 30px 7px 15px
    }
}

form.form-white .nice-select .current {
    border: 1px solid #54565B;
    background: #ffffff;
    text-align: left;
    padding: 9px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: rgba(45, 42, 38, 0.4)
}

@media only screen and (max-width: 1200px) {
    form.form-white .nice-select .current {
        padding: 6px 15px;
        font-size: 18px;
        background-position: right 11px center
    }
}

.cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

.cols.cols-center {
    justify-content: center
}

.cols .col-3 {
    width: calc(33.33% - 16px);
    margin: 0 8px 16px
}

.cols .col-4 {
    width: calc(25% - 16px);
    margin: 0 8px 16px
}

.cols .col-5 {
    width: calc(20% - 16px);
    margin: 0 8px 16px
}

@media only screen and (max-width: 1100px) {
    .cols .col-5 {
        width: calc(25% - 16px)
    }
}

@media only screen and (max-width: 1050px) {
    .cols,
    .cols.cols-5 {
        margin: 0 -4px
    }
    .cols .col-3 {
        width: calc(33.33% - 8px);
        margin: 0 4px 8px
    }
    .cols .col-4,
    .cols .col-5 {
        width: calc(25% - 8px);
        margin: 0 4px 8px
    }
}

@media only screen and (max-width: 1000px) {
    .cols.cols-break .col-4 {
        width: calc(33.33% - 8px);
        margin: 0 4px 8px
    }
}

@media only screen and (max-width: 900px) {
    .cols .col-5 {
        width: calc(33.33% - 8px)
    }
}

@media only screen and (max-width: 850px) {
    .cols {
        margin: 0 -8px
    }
    .cols .col-3,
    .cols .col-4 {
        width: calc(50% - 16px);
        margin: 0 8px 16px
    }
    .cols.cols-break .col-4,
    .cols.cols-late .col-4 {
        width: calc(33.33% - 16px);
        margin: 0 8px 16px
    }
}

@media only screen and (max-width: 750px) {
    .cols.cols-break .col-4 {
        width: calc(50% - 16px)
    }
}

@media only screen and (max-width: 550px) {
    .cols,
    .cols.cols-late {
        margin: 0 -4px
    }
    .cols .col-3,
    .cols .col-4 {
        width: calc(50% - 8px);
        margin: 0 4px 8px
    }
    .cols.cols-break .col-4,
    .cols.cols-late .col-4 {
        width: calc(50% - 8px);
        margin: 0 4px 8px
    }
    .cols .col-5 {
        width: calc(50% - 8px)
    }
}

@media only screen and (max-width: 480px) {
    .cols {
        margin: 0
    }
    .cols .col-3,
    .cols .col-4,
    .cols.cols-break .col-4 {
        width: 100%;
        margin: 0 0 8px
    }
}

.btn {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid;
    min-width: 170px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
    overflow: hidden;
    position: relative
}

.btn span {
    position: relative
}

.btn img {
    margin: 0 0 -1px 8px
}

.btn:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 0;
    border: solid transparent;
    border-width: 52px 20px 0 0;
    left: -20px;
    right: 0;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.btn:hover:before {
    -webkit-transform: translate(20px, -50%);
    -moz-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
    transform: translate(20px, -50%)
}

.btn+.btn {
    margin-left: 20px
}

.btn-sm+.btn-sm {
    margin-left: 12px
}

.btn-lrg {
    padding: 12px 26px
}

.btn-med {
    padding: 9px 26px
}

.btn-sm {
    padding: 9px 12px;
    min-width: 0
}

@media only screen and (max-width: 1200px) {
    .btn {
        min-width: 140px;
        font-size: 16px
    }
    .btn-lrg {
        padding: 9px 20px
    }
    .btn-med {
        padding: 7px 20px
    }
    .btn-sm {
        padding: 7px 12px
    }
}

@media only screen and (max-width: 550px) {
    .btn {
        min-width: 125px
    }
    .btn+.btn {
        margin-left: 10px
    }
    .btn-sm+.btn-sm,
    .btn+.btn {
        margin-left: 8px
    }
}

@media only screen and (max-width: 380px) {
    .btn {
        font-size: 14px
    }
    .btn-lrg,
    .btn-med {
        padding: 7px 12px
    }
    .btn-sm+.btn-sm,
    .btn+.btn {
        margin-left: 4px
    }
}

.btn-drk {
    color: #ffffff;
    background: #2d2a26;
    border-color: #2d2a26
}

.btn-drk:before {
    border-top-color: #3FA04D
}

.btn-green {
    color: #ffffff;
    background: #3FA04D;
    border-color: #3FA04D
}

.btn-green:before {
    border-top-color: #2d2a26
}

.btn-white {
    color: #2d2a26;
    background: #ffffff;
    border-color: #ffffff
}

.btn-white:hover {
    color: #ffffff
}

.btn-white:before {
    border-top-color: #3FA04D
}

.btn-trans-white {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff
}

.btn-trans-white:before {
    border-top-color: #3FA04D
}

.btn-plain {
    font-size: 14px;
    line-height: 26px;
    padding-right: 14px;
    position: relative;
    text-transform: uppercase
}

.btn-plain:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 13px;
    margin: auto 0;
    background: none no-repeat scroll center / contain
}

.btn-plain:hover:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

.btn-plain.btn-plain-back {
    padding: 0 0 0 14px
}

.btn-plain.btn-plain-back:after {
    right: auto;
    left: 0
}

.btn-plain.btn-plain-back:hover:after {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px)
}

.btn-plain-green {
    color: #3FA04D
}

.btn-plain-green:after,
.btn-plain-drk:after {
    background-image: url('../img/icon-btn-green.png?v=1616667558')
}

.btn-plain-green.btn-plain-back:after,
.btn-plain-drk.btn-plain-back:after {
    background-image: url('../img/icon-btn-green-back.png?v=1616667558')
}

a:not(.btn),
.testimonial-nav .testimonial-nav-btn,
.nav-grid .nav-grid-link:after,
#content-sidebar .sidebar-link:after,
#product .product-nav-btn,
.nav-grid-2 .nav-grid-2-item,
#header .bottom-menu p,
.modal-open {
    -webkit-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    -ms-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease
}

.btn {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease
}

svg * {
    -webkit-transition: fill 0.2s ease, stroke 0.2s ease;
    -moz-transition: fill 0.2s ease, stroke 0.2s ease;
    -ms-transition: fill 0.2s ease, stroke 0.2s ease;
    -o-transition: fill 0.2s ease, stroke 0.2s ease;
    transition: fill 0.2s ease, stroke 0.2s ease
}

.slider-nav .slider-nav-btn,
.used-links-nav .used-links-nav-btn,
#page-links .page-link:before,
#service-links .service-link:before,
.post .post-thumb a:before,
#brands .brand-col a:after,
#machine-type .machine-col a:before,
#content-sidebar .sidebar-link:before,
#content-sidebar .sidebar-brand-link:before,
.related-nav .related-nav-btn {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.nice-select .list,
.nav-grid .nav-grid-link:before,
.products .product-thumbnail:after {
    -webkit-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    -ms-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    -o-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    transition: opacity 0.2s ease, box-shadow 0.2s ease
}

.nice-select .list li {
    -webkit-transition: padding 0.2s ease, max-height 0.2s ease, background 0.2s ease;
    -moz-transition: padding 0.2s ease, max-height 0.2s ease, background 0.2s ease;
    -ms-transition: padding 0.2s ease, max-height 0.2s ease, background 0.2s ease;
    -o-transition: padding 0.2s ease, max-height 0.2s ease, background 0.2s ease;
    transition: padding 0.2s ease, max-height 0.2s ease, background 0.2s ease
}

.nice-select .current:after,
.btn:before,
#header .bottom-menu a:after,
.btn-plain:after,
#content-sidebar li a:after,
#content-sidebar .sidebar-brand-link:after,
#product .product-back:before {
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: transform 0.2s ease
}

#home-slider .slide-content img,
#home-slider .slide-content>span,
#home-slider .slide-content li,
#home-slider .slide-content h1,
#home-slider .slide-content h2,
#page-banner .banner-content span,
.banner-stickers .banner-sticker {
    -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease, opacity 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease, opacity 0.4s ease;
    -o-transition: -o-transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease
}

#home-slider .slide-content li:after {
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease
}

#home-slider .home-slider-outer {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease
}

#used-links .used-links-slide:after,
#trust-icons .trust-icon,
#our-brands .our-brands img,
.post .post-thumb a:after,
#header .superdropdown {
    -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease, opacity 0.2s ease;
    -o-transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease
}

#used-links .used-links-slide .used-links-title,
#search {
    -webkit-transition: padding-bottom 0.2s ease;
    -moz-transition: padding-bottom 0.2s ease;
    -ms-transition: padding-bottom 0.2s ease;
    -o-transition: padding-bottom 0.2s ease;
    transition: padding-bottom 0.2s ease
}

#testimonials .testimonial>* {
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#header .logo {
    -webkit-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    -moz-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    -ms-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    -o-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease
}
#header .logo2 {
    -webkit-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    -moz-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    -ms-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    -o-transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, padding 0.3s ease, height 0.3s ease
}

.boolean-field_type .c-indicator:after {
    -webkit-transition: width 0.1s ease;
    -moz-transition: width 0.1s ease;
    -ms-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    transition: width 0.1s ease
}

#header .dropdown,
#header .standard-dropdown {
    -webkit-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    -ms-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    -o-transition: opacity 0.2s ease, box-shadow 0.2s ease;
    transition: opacity 0.2s ease, box-shadow 0.2s ease
}

#header .dropdown li,
#header .standard-dropdown li {
    -webkit-transition: max-height 0.2s ease;
    -moz-transition: max-height 0.2s ease;
    -ms-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease
}

.social-menu {
    display: flex
}

.social-menu a {
    display: block;
    width: 33px;
    height: 33px;
    background: #3FA04D;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
	color:#fff;
}

.social-menu a:hover svg * {
    fill: #F7B32B
}

.social-menu svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social-menu li {
    margin-left: 12px
}

.social-menu.social-centered {
    justify-content: center
}

.social-menu.social-centered li {
    margin: 0 6px
}

@media only screen and (max-width: 550px) {
    .social-menu a {
        width: 30px;
        height: 30px
    }
    .social-menu li {
        margin-left: 8px
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 100
}

#header ul {
    display: flex
}

#header .main-header li {
    position: relative
}

#header .main-header {
    padding: 34px 0 31px;
    background: #ffffff
}

#header .logo {
    width: 327px;
    height: 84px
}

#header .logo2 {
    width: 84px;
    height: 84px;
      position: absolute;
        top: 0;
    left: 20em;
}


#header .logo a {
    display: block
}
#header .logo2 a {
    display: block
}

#header .top-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0
}

#header .top-menu a {
    color: #666360;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding: 0 13px
}

#header .top-menu a:hover,
#header .top-menu a.active {
    color: #3FA04D
}

#header .top-menu li {
    position: relative
}

#header .top-menu li:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -1px;
    width: 2px;
    height: 12px;
    background: #3FA04D;
    margin: auto 0;
    pointer-events: none
}

#header .top-menu li:last-child:after {
    display: none
}

#header .main-nav {
    position: absolute;
    bottom: -2px;
    right: -15px
}

#header .main-nav a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding: 8px 26px
}

#header .main-nav li:last-child a {
    padding-right: 15px
}

#header .main-nav li:hover,
#header .main-nav a.active {
    color: #3FA04D
}

#header .bottom-header {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1)
}

#header .bottom-menu {
    position: relative
}

#header .bottom-menu:before {
    content: '';
    position: absolute;
    background: #3FA04D;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header .bottom-menu>li {
    width: 33.33%
}

#header .bottom-menu>li>a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #ffffff
}

#header .bottom-menu>li:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ffffff
}

#header .bottom-menu>li>a {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 18px 15px 16px;
    position: relative;
    font-weight: 800;
}

#header .bottom-menu>li:nth-of-type(1) a.active {
    background: #648432
}

#header .bottom-menu>li:nth-of-type(2) a.active {
    background: #2D2A26
}

#header .bottom-menu>li:nth-of-type(3) a.active {
    background: #1A5632
}

#header .bottom-menu>li>a:hover {
    color: #F7B32B
}

#header .bottom-menu>li#arrow-icon>a:after {
    content: '';
    position: absolute;
    width: 38px;
    height: 18px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    background: url('../img/icon-menu-link.png?v=1616667558') no-repeat scroll center / auto 100%;
    pointer-events: none
}

#header .bottom-menu>li>a:hover:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

#header .mobile-menu {
    display: none
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    #header .main-header {
        padding: 20px 0
    }
    #header .logo {
        width: 280px;
        height: 72px
    }
    
    #header .logo2 {
        width: 72px;
        height: 72px;
        position: absolute;
        top: 0;
        left: 20em;
    }
    #header .top-nav {
        top: -4px
    }
    #header .main-nav {
        position: absolute;
        bottom: -10px
    }
    #header .bottom-menu>li>a {
        line-height: 24px;
        padding: 13px 15px 11px;
        position: relative
    }
}

@media only screen and (max-width: 1200px) {
    #header .main-nav,
    #header .top-menu {
        display: none
    }
    #header .top-nav {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #header .bottom-menu>li>a {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 15px
    }
    #header .bottom-menu>li>a:after {
        width: 8px;
        height: 12px;
        margin-left: 10px
    }
}

@media only screen and (max-width: 1050px) {
    #header .bottom-menu>li>a {
        font-size: 17px
    }
}

@media only screen and (max-width: 950px) {
    #header .main-header {
        padding: 0
    }
    #header .logo {
        width: 250px;
        height: 65px;
        padding: 16px 0
    }
    #header .logo2 {
         width: 65px;
        height: 65px;
        padding: 16px 0;
          position: absolute;
        top: 0;
    }
    #header .bottom-menu {
        display: none
    }
    #header {
        position: fixed;
        top: 0
    }
}

@media only screen and (max-width: 750px) {
    #header .logo {
        width: 200px;
        height: 52px;
        padding: 12px 0
    }
    #header .logo2 {
        width: 52px;
        height: 52px;
        padding: 12px 0;
          position: absolute;
        top: 0;
    }
}

@media only screen and (max-width: 420px) {
    #header .logo {
        width: 150px;
        height: 39px
    }
      #header .logo2 {
        width: 39px;
        height: 39px;
          position: absolute;
        top: 0;
        left: 14em;

    }

    #header .social-menu {
        display: none
    }
}

#header .superdropdown {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

#header .bottom-menu>li:hover .superdropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#header .menu-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#header .superdropdown:before {
    content: '';
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header .superdropdown ul {
    display: block
}

#header .dropdown-cols {
    display: flex;
    max-height: calc(100vh - 60px);
    overflow-y: auto
}

#header .dropdown-col {
    width: calc(50% - 40px);
    margin-right: 60px;
    position: relative;
    box-sizing: border-box;
    padding: 24px 0;
    color: #ffffff
}

#header .dropdown-col:last-of-type {
    margin: 0
}

#header .dropdown-inner-cols {
    display: flex
}

#header .dropdown-inner-col {
    width: 50%
}

#header .col-wide {
    width: calc(70% - 40px)
}

#header .col-slim {
    width: calc(30% - 40px)
}

#header .col-inner-wide {
    width: calc(33.33% * 2)
}

#header .col-inner-slim {
    width: 33.33%
}

#header .bottom-menu li:nth-of-type(1) .superdropdown:before {
    background: #3FA04D
}

#header .bottom-menu li:nth-of-type(2) .superdropdown:before {
    background: #2D2A26
}

#header .bottom-menu li:nth-of-type(3) .superdropdown:before {
    background: #1A5632
}

#header .dropdown-title {
    font-size: 26px;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #ffffff;
    font-weight: 700;
    padding-bottom: 12px;
    position: absolute;
    left: 0;
    right: 0;
    height: 43px;
    box-sizing: border-box
}

#header .dropdown-title.dropdown-title-relative {
    position: relative;
    margin-bottom: 12px
}

#header .dropdown-subtitle,
#header .dropdown-subtitle a {
    font-size: 21px;
    line-height: 26px;
    display: block;
    font-weight: 700;
    padding: 55px 0 4px
}

#header .superdropdown a {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 12px 4px 0;
    display: block
}

#header .dropdown-title a {
    font-size: 26px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    padding-bottom: 12px;
    position: absolute
}

#header .dropdown-title a:hover,
#header .superdropdown a:hover,
#header .dropdown-subtitle a:hover {
    color: #F7B32B
}

#header .superdrop-link {
    cursor: pointer
}

#header .superdropdown .super-col-2 {
    columns: 2
}

#header .superdropdown .super-col-3 {
    columns: 3
}

#header .superdropdown .dropdown-more {
    border-top: 1px solid #ffffff;
    padding-top: 13px;
    margin-top: 14px
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    #header .dropdown-cols {
        max-height: calc(100vh - 48px)
    }
}

@media only screen and (max-width: 1200px) {
    #header .superdropdown {
        display: none
    }
}

#header .standard-dropdown-container {
    position: relative
}

#header .standard-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    padding: 4px 0;
    opacity: 0;
    pointer-events: none
}

#header li:hover .standard-dropdown {
    pointer-events: auto;
    opacity: 1
}

#header .standard-dropdown li {
    max-height: 0;
    overflow: hidden
}

#header li:hover .standard-dropdown li {
    max-height: 48px
}

#header .bottom-menu li:nth-of-type(1) .standard-dropdown {
    background: #3FA04D
}

#header .bottom-menu li:nth-of-type(2) .standard-dropdown {
    background: #2D2A26
}

#header .bottom-menu li:nth-of-type(3) .standard-dropdown {
    background: #1A5632
}

#header .standard-dropdown a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    white-space: nowrap;
    padding: 12px 15px;
    display: block;
    color: #ffffff;
    text-align: center
}

#header .standard-dropdown a:hover {
    color: #F7B32B
}

@media only screen and (max-width: 1200px) {
    #header .standard-dropdown {
        display: none
    }
}

#header .dropdown {
    display: block;
    position: absolute;
    z-index: 100;
    background: #ffffff;
    right: 0;
    border-top: 5px solid #3FA04D;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0)
}

#header .dropdown a {
    white-space: nowrap;
    padding: 12px 15px;
    color: #666360;
    font-weight: 500;
    display: block
}

#header .dropdown a:hover {
    background: #f2f2f2
}

#header .dropdown li {
    max-height: 0;
    overflow: hidden
}

#header li:hover .dropdown {
    opacity: 1;
    pointer-events: auto;
    box-shadow: -4px 4px 4px -4px rgba(0, 0, 0, 0.2), 4px 4px 4px -4px rgba(0, 0, 0, 0.2)
}

#header li:hover .dropdown li {
    max-height: 48px
}

.header-space {
    height: 209px;
    background: #3FA04D
}

#header.fixed .bottom-header {
    position: fixed;
    top: 0
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    .header-space {
        height: 159px
    }
}

@media only screen and (max-width: 1200px) {
    .header-space {
        height: 154px
    }
}

@media only screen and (max-width: 950px) {
    .header-space {
        height: 62px
    }
    #header.fixed .logo {
        width: 180px;
        padding: 8px 0
    }
}

@media only screen and (max-width: 750px) {
    .header-space {
        height: 57px
    }
    #header.fixed .logo {
        width: 160px
    }
}

@media only screen and (max-width: 420px) {
    .header-space {
        height: 44px
    }
    #header.fixed .logo {
        width: 125px;
        padding: 6px 0
    }
}

#header .mobile-open {
    display: none;
    padding: 16px 0;
    margin-left: 24px;
    cursor: pointer
}

#header .mobile-icon {
    display: block;
    width: 36px;
    height: 4px;
    background: #3FA04D;
    position: relative
}

#header .mobile-icon:before,
#header .mobile-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #3FA04D
}

#header .mobile-icon:before {
    top: -9px
}

#header .mobile-icon:after {
    bottom: -9px
}

@media only screen and (max-width: 1200px) {
    #header .mobile-open {
        display: block
    }
}

@media only screen and (max-width: 550px) {
    #header .mobile-icon:before {
        top: -8px
    }
    #header .mobile-icon:after {
        bottom: -8px
    }
    #header .mobile-open {
        margin-left: 18px;
        cursor: pointer
    }
    #header .mobile-icon {
        width: 32px;
        height: 3px
    }
    #header .mobile-icon:before,
    #header .mobile-icon:after {
        height: 3px
    }
}

#home-slider {
    height: calc(100vh - 209px);
    min-height: 480px
}

#home-slider .home-slider-outer {
    opacity: 0
}

#home-slider.anim .home-slider-outer {
    opacity: 1
}

#home-slider .slick-list,
#home-slider .slick-track {
    height: 100%
}

#home-slider .home-slide-bg {
    background: none no-repeat scroll center / cover
}

#home-slider .home-slide-content-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home-slider .slide-content {
    color: #ffffff;
    padding: 0 205px 0 70px
}

#home-slider .slide-content img {
    margin-bottom: 8px
}

#home-slider .slide-content ul {
    margin-bottom: 30px
}

#home-slider .slide-content li {
    font-size: 26px;
    line-height: 48px;
    font-weight: 700;
    padding-left: 40px;
    position: relative
}

#home-slider .slide-content li:before,
#home-slider .slide-content li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home-slider .slide-content li:before {
    width: 26px;
    height: 26px;
    border: 1px solid #ffffff;
    left: 0
}

#home-slider .slide-content li:after {
    width: 0;
    height: 36px;
    left: -4px;
    background: url('../img/icon-tick-lrg.png?v=1616667558') no-repeat scroll left center / 35px 36px
}

#home-slider .slide-content .slide-btn {
    display: block
}

#home-slider .slide-anim .slide-content li:after {
    width: 35px
}

#home-slider .slide-content img,
#home-slider .slide-content>span,
#home-slider .slide-content li,
#home-slider .slide-content h1,
#home-slider .slide-content h2 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
}

#home-slider .slide-anim .slide-content img,
#home-slider .slide-anim .slide-content>span,
#home-slider .slide-anim .slide-content li,
#home-slider .slide-anim .slide-content h1,
#home-slider .slide-anim .slide-content h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#home-slider .slide-content li:nth-of-type(1):after {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

#home-slider .slide-content li:nth-of-type(2):after {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

#home-slider .slide-content li:nth-of-type(3):after {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    #home-slider {
        height: calc(100vh - 159px)
    }
    #home-slider .slide-content li {
        font-size: 24px;
        line-height: 42px
    }
    #home-slider .slide-content ul {
        margin-bottom: 26px
    }
}

@media only screen and (max-width: 1400px) {
    #home-slider .slide-content li {
        font-size: 24px;
        line-height: 40px
    }
    #home-slider .slide-content li:before {
        width: 24px;
        height: 24px
    }
    #home-slider .slide-content img,
    #home-slider .slide-anim .slide-content img {
        display: none
    }
    #home-slider {
        min-height: 420px
    }
}

@media only screen and (max-width: 1200px) {
    #home-slider {
        height: auto;
        min-height: 0
    }
    #home-slider .home-slide-content-container {
        position: relative;
        width: 100%;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    #home-slider .home-slider-contents {
        position: relative
    }
    #home-slider .home-slider-contents .slick-track {
        display: flex;
        align-items: stretch
    }
    #home-slider .home-slide-content {
        float: none;
        height: auto;
        display: flex;
        align-items: center
    }
    #home-slider .slide-content li {
        font-size: 22px;
        line-height: 35px
    }
    #home-slider .slide-content li:before {
        width: 20px;
        height: 20px
    }
    #home-slider .slide-content li:after {
        background-size: 28px 29px
    }
    #home-slider .slide-content {
        padding: 50px 155px 50px 50px
    }
}

@media only screen and (max-width: 950px) {
    #home-slider .slide-content {
        padding: 70px 135px 40px 50px
    }
}

@media only screen and (max-width: 750px) {
    #home-slider .slide-content {
        padding: 60px 115px 40px 50px
    }
    #home-slider .slide-content li {
        font-size: 20px;
        line-height: 32px;
        font-weight: 500
    }
    #home-slider .slide-content li:before {
        width: 16px;
        height: 16px
    }
    #home-slider .slide-content li:after {
        background-size: 24px 25px
    }
}

@media only screen and (max-width: 550px) {
    #home-slider .slide-content li {
        font-size: 20px;
        line-height: 32px;
        font-weight: 500
    }
    #home-slider .slide-content li:before {
        width: 16px;
        height: 16px
    }
    #home-slider .slide-content li:after {
        background-size: 24px 25px
    }
    #home-slider .home-slide-content {
        align-items: flex-end
    }
    #home-slider .slide-content {
        padding: 120px 0px 20px 0
    }
    #home-slider .slide-content ul {
        display: none
    }
    #home-slider .slide-btn {
        margin-top: 20px
    }
}

#home-slider .slider-video {
    position: absolute;
    background: #000000;
    height: calc(100vh - 209px + 175px);
    width: calc((100vh - 209px + 259px) / 0.5625);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#home-slider .slider-video.portrait {
    width: calc(100vw + 175px);
    height: calc((100vw + 175px) * 0.5625 + 100px)
}

#home-slider .slider-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    #home-slider .slider-video {
        height: calc(100vh - 159px + 175px);
        width: calc((100vh - 159px + 175px) / 0.5625)
    }
    #home-slider .slider-video.portrait {
        width: calc(100vw + 175px);
        height: calc((100vw + 175px) * 0.5625 + 100px)
    }
}

@media only screen and (max-width: 1200px) {
    #home-slider .slider-video {
        display: none
    }
}

.slide-overlay-1 {
    background: #000000;
    opacity: 0.34
}

.slide-overlay-2 {
    width: 100%;
    margin: 0 auto;
    opacity: 0.2
}

.slide-overlay-2 svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23%;
    height: 100%;
    width: auto
}
.overlay-page svg{
	left: 15%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.overlay-page svg{
		left: -23%;
	}
     /* IE10+ CSS styles go here */
}	

@media only screen and (max-width: 750px) {
    .slide-overlay-1 {
        background: #000000;
        opacity: 0.4
    }
}

.slide-title {
    font-size: 70px;
    line-height: 68px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px
}

.slide-title.slide-title-green {
    color: #3FA04D
}

.slide-subtitle {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    display: block
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    .slide-title {
        font-size: 70px;
        line-height: 69px;
        margin-bottom: 16px
    }
    .slide-subtitle {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width: 1400px) {
    .slide-title {
        font-size: 58px;
        line-height: 58px
    }
    .slide-subtitle {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width: 1200px) {
    .slide-title {
        font-size: 50px;
        line-height: 51px
    }
    .slide-subtitle {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 950px) {
    .slide-title {
        font-size: 40px;
        line-height: 42px
    }
    .slide-subtitle {
        font-size: 28px;
        line-height: 28px
    }
}

@media only screen and (max-width: 750px) {
    .slide-title {
        font-size: 26px;
        line-height: 30px
    }
    .slide-subtitle {
        font-size: 26px;
        line-height: 26px
    }
}

@media only screen and (max-width: 550px) {
    .slide-title br {
        display: none
    }
    #home-slider .slide-title {
        max-width: 280px
    }
    .slide-subtitle {
        font-size: 22px;
        line-height: 24px
    }
}

.slider-nav .slider-nav-btn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    opacity: 0.4;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-nav .slider-nav-btn img {
    display: block
}

#home-slider:hover .slider-nav .slider-nav-btn {
    opacity: 0.7
}

#home-slider:hover .slider-nav .slider-nav-btn:hover {
    opacity: 1
}

.slider-nav .slider-next {
    right: 40px
}

.slider-nav .slider-prev {
    left: 40px
}

@media only screen and (max-width: 1400px) {
    .slider-nav .slider-next {
        right: 20px
    }
    .slider-nav .slider-prev {
        left: 20px
    }
}

@media only screen and (max-width: 1200px) {
    .slider-nav .slider-nav-btn img {
        width: 20px
    }
    .slider-nav .slider-next {
        right: 15px
    }
    .slider-nav .slider-prev {
        left: 15px
    }
}

@media only screen and (max-width: 550px) {
    .slider-nav {
        display: none
    }
}

#page-banner {
    height: 400px;
    background: none no-repeat scroll center / cover
}

#page-banner .banner-content {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
    color: #ffffff
}

#page-banner .banner-content span {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px)
}

#page-banner.anim .banner-content span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

#page-banner.half-banner {
    height: 200px
}

#page-banner.slim-banner {
    height: 300px
}

@media only screen and (max-width: 1450px) {
    #page-banner {
        height: 350px
    }
}

@media only screen and (max-width: 750px) {
    #page-banner {
        height: 250px
    }
    #page-banner .banner-content {
        bottom: 14px
    }
    #page-banner.half-banner {
        height: 150px
    }
    #page-banner.slim-banner {
        height: 200px
    }
}

@media only screen and (max-width: 550px) {
    #page-banner.has-sticker {
        height: 250px
    }
    #page-banner {
        height: 220px
    }
    #page-banner.half-banner {
        height: 220px
    }
    #page-banner.slim-banner {
        height: 220px
    }
}

.banner-stickers {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 20
}

.banner-stickers .banner-sticker {
    position: absolute;
    display: flex;
    right: 0;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(20deg);
    -moz-transform: scale(0.8) rotate(20deg);
    -ms-transform: scale(0.8) rotate(20deg);
    -o-transform: scale(0.8) rotate(20deg);
    transform: scale(0.8) rotate(20deg)
}

#page-banner.anim .banner-stickers .banner-sticker,
#home-slider .slide-anim .banner-stickers .banner-sticker {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.banner-stickers .banner-sticker a {
    margin-left: 10px;
    pointer-events: auto;
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d2a26;
    color: #ffffff;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 34px;
    padding: 12px 15px;
    text-align: center;
    border-radius: 50%;
    font-weight: 900;
    font-style: italic
}

.banner-stickers .banner-sticker a:hover {
    background: #3FA04D
}

.banner-stickers-2 {
    top: 6px
}

.banner-stickers .banner-small-text a {
    font-size: 24px
}

@media only screen and (max-width: 1600px) {
    .banner-stickers .banner-sticker a {
        width: 160px;
        height: 160px;
        font-size: 26px;
        line-height: 30px
    }
    .banner-stickers .banner-small-text a {
        font-size: 20px;
        line-height: 22px
    }
}

@media only screen and (max-width: 1450px) {
    .banner-stickers .banner-sticker a {
        width: 140px;
        height: 140px;
        font-size: 22px;
        line-height: 25px
    }
    .banner-stickers .banner-small-text a {
        font-size: 18px;
        line-height: 20px
    }
}

@media only screen and (max-width: 950px) {
    .banner-stickers {
        top: 50px
    }
    .banner-stickers .banner-sticker a {
        width: 120px;
        height: 120px;
        font-size: 19px;
        line-height: 21px
    }
    .banner-stickers .banner-small-text a {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (max-width: 750px) {
    .banner-stickers {
        top: 30px
    }
    .banner-stickers .banner-sticker a {
        width: 110px;
        height: 110px;
        font-size: 16px;
        line-height: 18px
    }
    .banner-stickers .banner-small-text a {
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (max-width: 550px) {
    .banner-stickers .banner-sticker a {
        width: 90px;
        height: 90px;
        font-size: 14px;
        line-height: 16px;
        padding: 10px
    }
    .banner-stickers .banner-small-text a {
        font-size: 12px;
        line-height: 14px
    }
}

#search {
    background: #3FA04D;
    padding: 22px 0 32px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99
}

#search.fixed {
    position: fixed;
    top: 0;
    padding-bottom: 18px
}

#search:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #3d6b21;
    pointer-events: none;
    width: 100vw;
    left: 65%;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    transform: skewX(40deg)
}

#search .search-checkbox {
    margin-top: 0
}

#search .search-checkbox img {
    display: block
}

#search .search-checkbox .c-inputs-stacked {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center
}

.boolean-field_type .c-indicator {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#search .search-premium {
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 14px
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    #search {
        padding: 14px 0 20px
    }
}

@media only screen and (max-width: 1200px) {
    #search {
        position: relative
    }
    #search .search-title {
        margin-bottom: 8px
    }
    #search .search-checkbox .c-inputs-stacked {
        height: 38px
    }
}

@media only screen and (max-width: 950px) {
    #search .search-form {
        flex-wrap: wrap
    }
    #search .search-form .form-group {
        width: calc(33.33% - 6px)
    }
    #search .search-form .form-group:last-of-type {
        margin: 0
    }
    #search .search-form button {
        margin-top: 12px
    }
}

@media only screen and (max-width: 750px) {
    #search .search-form,
    #search .search-title {
        padding: 0 50px
    }
    #search .search-form .form-group {
        width: 100%;
        margin: 0 0 8px
    }
    #search .search-form button {
        margin: 12px auto 0
    }
    #search .search-checkbox {
        padding-bottom: 30px
    }
    #search .search-premium {
        bottom: 50px;
        top: auto;
        left: 0;
        text-align: center
    }
}

@media only screen and (max-width: 550px) {
    #search .search-form,
    #search .search-title,
    #search .search-premium {
        padding: 0
    }
}

.search-space {
    height: 152px;
    background: #3FA04D
}

@media only screen and (max-height: 950px),
screen and (max-width: 1500px) {
    .search-space {
        height: 132px
    }
}

@media only screen and (max-width: 1200px) {
    .search-space {
        display: none
    }
}

#used-links {
    text-align: center;
    padding: 30px 0 40px;
    background: #d6dadc
}

#used-links .used-links-slider {
    padding: 8px 46px 0
}

#used-links .used-links-slide {
    margin: 0 6px;
    background: none no-repeat scroll center / cover;
    position: relative
}

#used-links .used-links-slide a {
    height: 0;
    display: block;
    padding-bottom: 100%;
    position: relative
}

#used-links .used-links-slide:hover a {
    background: rgba(68, 123, 31, 0.6)
}

#used-links .used-links-slide .used-links-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    color: #ffffff;
    padding: 0 12px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#used-links .used-links-slide:hover .used-links-title {
    padding-bottom: 25%
}

#used-links .used-links-slide:after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 16%;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../img/icon-link.png?v=1616667558') no-repeat scroll center / contain;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

#used-links .used-links-slide:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#used-links .used-links-overlay {
    background: #00370b;
    opacity: 0.7
}

@media only screen and (max-width: 1920px) {
    #used-links .used-links-slide .used-links-title {
        font-size: 29px;
        line-height: 35px
    }
}

@media only screen and (max-width: 1300px) {
    #used-links .used-links-slide .used-links-title {
        font-size: 26px;
        line-height: 30px
    }
}

@media only screen and (max-width: 1200px) {
    #used-links .used-links-slide:after {
        width: 40px;
        height: 40px
    }
    #used-links .used-links-slide .used-links-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 25%
    }
    #used-links .used-links-slide:after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (max-width: 750px) {
    #used-links .used-links-slide:after {
        width: 32px;
        height: 32px;
        bottom: 20px
    }
    #used-links .used-links-slide .used-links-title {
        font-size: 22px;
        line-height: 26px;
        padding: 0 10px 25%
    }
}

@media only screen and (max-width: 650px) {
    #used-links .used-links-slider {
        padding: 8px 0 0;
        margin: 0 -15px
    }
}

@media only screen and (max-width: 550px) {
    #used-links {
        padding: 24px 0 15px
    }
}

@media only screen and (max-width: 400px) {
    #used-links .used-links-slide .used-links-title {
        font-size: 20px;
        line-height: 24px
    }
}

@supports(mix-blend-mode:multiply) {
    #used-links .used-links-overlay {
        background: #3FA04D;
        opacity: 0.7
    }
}

.used-links-nav .used-links-nav-btn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    opacity: 0.4;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.used-links-nav .used-links-nav-btn img {
    display: block
}

.used-links-nav .used-links-nav-btn:hover {
    opacity: 1
}

.used-links-nav .used-links-next {
    right: 0
}

.used-links-nav .used-links-prev {
    left: 0
}

@media only screen and (max-width: 1200px) {
    .used-links-nav .used-links-nav-btn img {
        width: 20px
    }
}

@media only screen and (max-width: 650px) {
    .used-links-nav {
        display: none
    }
}

#trust-icons {
    padding: 42px 0 15px;
    text-align: center
}

#trust-icons .trust-icons {
    display: flex;
    justify-content: space-between
}

#trust-icons .trust-icon {
    width: 20%;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

#trust-icons.anim .trust-icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#trust-icons h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700
}

#trust-icons .trust-image {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

@media only screen and (max-width: 1200px) {
    #trust-icons .trust-image {
        height: 50px
    }
    #trust-icons .trust-image img {
        width: auto;
        height: auto;
        max-width: 60px;
        max-height: 50px
    }
    #trust-icons h3 {
        font-size: 17px;
        line-height: 22px;
        font-weight: 500
    }
    #trust-icons {
        padding: 30px 0 0
    }
}

@media only screen and (max-width: 950px) {
    #trust-icons .trust-image {
        height: 45px
    }
    #trust-icons .trust-image img {
        width: auto;
        height: auto;
        max-width: 55px;
        max-height: 45px
    }
    #trust-icons h3 {
        font-size: 15px;
        line-height: 20px
    }
}

@media only screen and (max-width: 750px) {
    #trust-icons {
        display: none
    }
}

#page-links {
    padding: 40px 0
}

#page-links .page-links {
    display: flex
}

#page-links .page-link {
    width: calc(33.33% - 14px);
    margin-right: 21px;
    min-height: 620px;
    background: none no-repeat scroll center / cover;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    overflow: hidden
}

#page-links .page-link:last-of-type {
    margin-right: 0
}

#page-links .page-link-content {
    padding: 50px;
    max-width: 420px;
    position: relative
}

#page-links .page-link h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 900;
    margin-bottom: 16px
}

#page-links .page-link h2 a {
    display: block
}

#page-links .page-link p {
    font-size: 27px;
    line-height: 32px
}

#page-links .page-link:after {
    content: '';
    position: absolute
}

#page-links .page-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 587px;
    background: url('../img/home-link-overlay.png?v=1616667558') no-repeat scroll center / 100% 100%
}

#page-links .page-link:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3FA04D
}

#page-links .page-link:hover:before {
    opacity: 0.7
}

#page-links .page-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../img/icon-link.png?v=1616667558') no-repeat scroll center / contain;
    pointer-events: none
}

@media only screen and (max-width: 1920px) {
    #page-links .page-link h2 {
        font-size: 41px;
        line-height: 44px
    }
    #page-links .page-link p {
        font-size: 23px;
        line-height: 27px
    }
    #page-links .page-link-overlay {
        width: 462px;
        height: 493px
    }
    #page-links .page-link-content {
        max-width: 330px
    }
    #page-links .page-link {
        min-height: 515px
    }
}

@media only screen and (max-width: 1400px) {
    #page-links {
        padding: 30px 0
    }
    #page-links .page-link-overlay {
        width: 100%;
        height: 150%
    }
    #page-links .page-link {
        min-height: 0
    }
    #page-links .page-link-content {
        padding: 30px 30px 120px;
        max-width: 100%;
        box-sizing: border-box
    }
    #page-links .page-link h2 {
        font-size: 32px;
        line-height: 35px
    }
}

@media only screen and (max-width: 1200px) {
    #page-links .page-link-content {
        padding: 20px 20px 120px
    }
    #page-links .page-link h2 {
        font-size: 32px;
        line-height: 35px
    }
    #page-links .page-link p {
        font-size: 20px;
        line-height: 26px
    }
    #page-links .page-link:before {
        opacity: 0.7
    }
    #page-links .page-link:after {
        width: 40px;
        height: 40px
    }
}

@media only screen and (max-width: 950px) {
    #page-links .page-link-content {
        padding: 15px 15px 100px
    }
    #page-links .page-link h2 {
        font-size: 28px;
        line-height: 32px
    }
    #page-links .page-link p {
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (max-width: 750px) {
    #page-links {
        padding: 15px 0
    }
    #page-links .page-link:after {
        width: 32px;
        height: 32px
    }
    #page-links .page-links {
        display: block
    }
    #page-links .page-link {
        width: 100%;
        margin: 0 0 15px
    }
    #page-links .page-link-content {
        padding: 15px 65px 15px 15px
    }
    #page-links .page-link:after {
        top: 15px;
        bottom: 15px;
        right: 15px;
        left: auto;
        margin: auto 0
    }
}

@media only screen and (max-width: 750px) {
    #page-links {
        padding: 15px 0 0
    }
}

#our-brands {
    padding: 34px 0 46px;
    text-align: center
}

#page-links+#our-brands {
    padding-top: 0
}

#our-brands .our-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

#our-brands .our-brands-logo {
    min-width: 1px;
    margin: 0 16px
}

#our-brands .our-brands img {
    min-width: 0;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

#our-brands.anim .our-brands img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (max-width: 1050px) {
    #our-brands .our-brands {
        flex-wrap: wrap
    }
    #our-brands .our-brands img {
        max-width: 210px;
        max-height: 50px;
        width: auto;
        height: auto;
        margin-bottom: 20px
    }
    #our-brands {
        padding: 30px 0 10px
    }
    #our-brands .our-brands {
        padding-top: 10px
    }
}

@media only screen and (max-width: 750px) {
    #our-brands .our-brands img {
        max-width: 150px;
        max-height: 35px
    }
}

@media only screen and (max-width: 550px) {
    #our-brands {
        display: none
    }
}

#home-case-studies {
    background: #1d5533;
    color: #ffffff
}

#home-case-studies .home-case-study-cols {
    display: flex
}

#home-case-studies .home-case-study-col {
    width: 50%
}

#home-case-studies .home-case-study-bg {
    background: none no-repeat scroll center / cover
}

#home-case-studies .home-case-study-contents {
    padding: 70px 0;
    background: url('../img/case-study-overlay.png?v=1616667558') no-repeat scroll right bottom / 363px 472px
}

#home-case-studies .home-case-study-content {
    padding-left: 80px
}

#home-case-studies .home-case-study-content h3 {
    padding-top: 24px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 900;
    color: #639143;
    margin-bottom: 20px
}

#home-case-studies .home-case-study-content p {
    margin-bottom: 80px
}

@media only screen and (max-width: 1400px) {
    #home-case-studies .home-case-study-contents {
        padding: 40px 0
    }
    #home-case-studies .home-case-study-content h3 {
        padding-top: 10px
    }
    #home-case-studies .home-case-study-content p {
        margin-bottom: 60px
    }
    #home-case-studies .home-case-study-content {
        padding-left: 50px
    }
}

@media only screen and (max-width: 1050px) {
    #home-case-studies .home-case-study-contents {
        padding: 30px 0
    }
    #home-case-studies .home-case-study-content p {
        margin-bottom: 30px
    }
    #home-case-studies .home-case-study-content {
        padding-left: 30px
    }
}

@media only screen and (max-width: 950px) {
    #home-case-studies .home-case-study-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.1
    }
    #home-case-studies .home-case-study-col {
        width: 100%;
        text-align: center
    }
    #home-case-studies .home-case-study-content {
        padding-left: 0
    }
    #home-case-studies .home-case-study-contents {
        background-size: 290px 378px
    }
}

@media only screen and (max-width: 750px) {
    #home-case-studies .home-case-study-content h3 {
        font-size: 26px;
        line-height: 28px
    }
}

@media only screen and (max-width: 550px) {
    #home-case-studies .home-case-study-contents {
        background: none
    }
}

#testimonials {
    background: #3FA04D;
    color: #ffffff;
    overflow: hidden
}

#testimonials .testimonial-cols {
    display: flex;
    align-items: center;
    position: relative
}

#testimonials .testimonial-col {
    position: relative;
    z-index: 2
}

#testimonials .testimonial-col:nth-of-type(1) {
    width: 480px;
    flex-shrink: 0
}

#testimonials .testimonial-col:nth-of-type(2) {
    width: calc(100% - 480px)
}

#testimonials .testimonial-cols:before,
#testimonials .testimonial-cols:after {
    content: '';
    position: absolute
}

#testimonials .testimonial-cols:before {
    width: 100vw;
    right: calc(100% - 135px);
    top: 0;
    bottom: 0;
    background: #3C6D1F
}

#testimonials .testimonial-cols:after {
    width: 317px;
    height: 598px;
    min-height: 100%;
    right: calc(100% - 452px);
    top: 50%;
    background: url('../img/testimonial-overlay-1.png?v=1616667558') no-repeat scroll left center / contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#testimonials h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    position: relative
}

#testimonials h2:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -85px;
    width: 292px;
    height: 199px;
    background: url('../img/testimonial-overlay-2.png?v=1616667558') no-repeat scroll center / contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#testimonials .testimonials {
    padding-top: 84px
}

#testimonials .testimonial {
    padding-bottom: 125px
}

#testimonials .testimonial>* {
    opacity: 0
}

#testimonials .testimonial.slide-anim>* {
    opacity: 1
}

#testimonials .testimonial-content {
    margin-bottom: 30px
}

#testimonials .testimonial-meta {
    text-transform: uppercase;
    letter-spacing: 0.1em
}

@media only screen and (max-width: 1400px) {
    #testimonials .testimonials {
        padding-top: 50px
    }
    #testimonials .testimonial {
        padding-bottom: 80px
    }
    #testimonials h2 {
        font-size: 38px;
        line-height: 42px;
        max-width: 320px
    }
    #testimonials h2:before {
        left: -10px;
        width: 234px;
        height: 159px
    }
    #testimonials .testimonial-col:nth-of-type(1) {
        width: 450px
    }
    #testimonials .testimonial-col:nth-of-type(2) {
        width: calc(100% - 450px)
    }
    #testimonials .testimonial-cols:after {
        right: calc(100% - 420px)
    }
}

@media only screen and (max-width: 1050px) {
    #testimonials .testimonial-col:nth-of-type(1) {
        width: 400px
    }
    #testimonials .testimonial-col:nth-of-type(2) {
        width: calc(100% - 400px)
    }
    #testimonials .testimonial-cols:after {
        right: calc(100% - 392px)
    }
}

@media only screen and (max-width: 950px) {
    #testimonials {
        text-align: center;
        background: #3C6D1F;
        padding-top: 30px
    }
    #testimonials .testimonial-col:nth-of-type(1n) {
        width: 100%
    }
    #testimonials .testimonial-cols:after,
    #testimonials .testimonial-cols:before {
        display: none
    }
    #testimonials .testimonial-cols {
        flex-wrap: wrap
    }
    #testimonials h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: 100%;
        position: static
    }
    #testimonials .testimonial-col {
        position: static
    }
    #testimonials h2:before {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    #testimonials .testimonials {
        padding-top: 40px
    }
    #testimonials .testimonial {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 550px) {
    #testimonials .testimonials {
        padding-top: 30px
    }
    #testimonials h2 {
        font-size: 22px;
        line-height: 28px
    }
    #testimonials .testimonial-meta {
        font-size: 16px
    }
}

.testimonial-nav {
    position: absolute;
    bottom: 66px;
    right: 0;
    display: flex
}

.testimonial-nav .testimonial-nav-btn {
    cursor: pointer;
    border-radius: 50%
}

.testimonial-nav .testimonial-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2)
}

.testimonial-nav .testimonial-next {
    margin-left: 24px
}

.testimonial-nav img {
    display: block
}

@media only screen and (max-width: 1400px) {
    .testimonial-nav {
        bottom: 30px
    }
}

@media only screen and (max-width: 1200px) {
    .testimonial-nav img {
        width: 40px
    }
}

@media only screen and (max-width: 950px) {
    .testimonial-nav {
        left: 0;
        justify-content: center
    }
}

@media only screen and (max-width: 750px) {
    .testimonial-nav img {
        width: 32px
    }
}

#our-depots {
    background: #d6e1e1
}

#our-depots .our-depots {
    padding: 65px 0 10px;
    position: relative
}

#our-depots .our-depots:before {
    content: '';
    position: absolute;
    right: -156px;
    top: 0;
    bottom: 0;
    left: 51%;
    background: url('../img/depots-map.png?v=1616667558') no-repeat scroll left center / cover
}

#our-depots .depots {
    width: 59%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px
}

#our-depots .depot {
    display: flex;
    flex-wrap: wrap;
    width: 33.33%;
    margin-bottom: 50px;
    position: relative;
    padding-left: 24px;
    box-sizing: border-box
}

#our-depots .depot svg {
    position: absolute;
    top: -4px;
    left: 0
}

#our-depots .depot h4 {
    font-weight: 900;
    margin-bottom: 4px
}

#our-depots .depot p {
    margin-bottom: 6px;
    width: 100%;
    align-self: flex-end
}

#our-depots .depot p a {
    font-weight: 800;
    width: 100%;
    align-self: flex-end
}

#our-depots .depot:nth-of-type(1) h4,
#our-depots .depot:nth-of-type(1) p a:hover {
    color: #e2b818
}

#our-depots .depot:nth-of-type(2) h4,
#our-depots .depot:nth-of-type(2) p a:hover {
    color: #3FA04D
}

#our-depots .depot:nth-of-type(3) h4,
#our-depots .depot:nth-of-type(3) p a:hover {
    color: #1a5632
}

#our-depots .depot:nth-of-type(4) h4,
#our-depots .depot:nth-of-type(4) p a:hover {
    color: #90a039
}

#our-depots .depot:nth-of-type(5) h4,
#our-depots .depot:nth-of-type(5) p a:hover {
    color: #537071
}

#our-depots .depot:nth-of-type(1) svg * {
    fill: #e2b818
}

#our-depots .depot:nth-of-type(2) svg * {
    fill: #3FA04D
}

#our-depots .depot:nth-of-type(3) svg * {
    fill: #1a5632
}

#our-depots .depot:nth-of-type(4) svg * {
    fill: #90a039
}

#our-depots .depot:nth-of-type(5) svg * {
    fill: #537071
}

@media only screen and (max-width: 1200px) {
    #our-depots .our-depots:before {
        right: -300px;
        left: 60%
    }
    #our-depots .depots {
        width: 70%
    }
    #our-depots .our-depots {
        padding: 50px 0 0;
        position: relative
    }
}

@media only screen and (max-width: 950px) {
    #our-depots {
        text-align: center
    }
    #our-depots .our-depots:before {
        left: 50%;
        opacity: 0.15;
        background-position: center;
        max-width: 800px;
        width: calc(100% + 30px);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #our-depots .depots {
        width: 100%;
        justify-content: center
    }
    #our-depots .our-depots {
        padding: 30px 0 0
    }
    #our-depots .depot {
        margin-bottom: 30px;
        padding: 0
    }
    #our-depots .depot h4 {
        width: 100%;
        text-align: center
    }
    #our-depots .depot svg {
        display: none
    }
    #our-depots .depot {
        width: 33.33%
    }
    #contact-us+#our-depots {
        display: none
    }
}

@media only screen and (max-width: 650px) {
    #our-depots .depot {
        width: 50%
    }
}

@media only screen and (max-width: 420px) {
    #our-depots .our-depots {
        padding: 30px 0 10px
    }
    #our-depots .depot {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 355px) {
    #our-depots .depot {
        font-size: 14px;
        line-height: 18px
    }
}

#cta {
    background: none no-repeat scroll center / cover;
    padding: 130px 0;
    text-align: center;
    color: #ffffff
}

#cta .cta-overlay {
    background: #2d2a26;
    opacity: 0.67
}

#cta h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    font-weight: 900
}

#cta p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    max-width: 775px;
    margin: 0 auto 24px
}

@media only screen and (max-width: 1400px) {
   /* #cta .cta-overlay {
        opacity: 0.32
    } */
    #cta h2 {
        font-size: 36px;
        line-height: 36px
    }
    #cta {
        padding: 100px 0
    }
}

@media only screen and (max-width: 1200px) {
    #cta {
        padding: 80px 0
    }
}

@media only screen and (max-width: 950px) {
    #cta {
        padding: 60px 0
    }
   /* #cta .cta-overlay {
        opacity: 0.38
    }*/
}

@media only screen and (max-width: 750px) {
    #cta {
        padding: 50px 0
    }
    #cta h2 {
        font-size: 32px;
        line-height: 32px
    }
}

#home-news {
    text-align: center;
    padding: 35px 0 40px
}

#home-news .home-news-link {
    margin-top: 25px
}

@media only screen and (max-width: 1050px) {
    #home-news {
        padding: 30px 0
    }
}

#news {
    background: #D3D7D9;
    padding: 70px 0 50px
}

@media only screen and (max-width: 1400px) {
    #news {
        padding: 50px 0
    }
}

@media only screen and (max-width: 1200px) {
    #news {
        padding: 30px 0
    }
}

.home-news-cols {
    align-items: stretch
}

.post .post-thumb a {
    display: block;
    position: relative
}

.post .post-thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3FA04D;
    opacity: 0
}

.post .post-thumb a:hover:before {
    opacity: 0.7
}

.post .post-thumb a:after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../img/icon-link.png?v=1616667558') no-repeat scroll center / contain;
    pointer-events: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.post .post-thumb a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.post .post-content {
    background: #ffffff;
    padding: 14px
}

.post-home {
    background: #3FA04D
}

.post.post-home .post-content {
    background: #3FA04D;
    color: #ffffff
}

.post .post-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px
}

.post .post-title a:hover {
    color: #3FA04D
}

.post.post-home .post-title a:hover {
    color: #F7B32B
}

.post .post-link {
    margin-top: 24px
}

@media only screen and (max-width: 1200px) {
    .post .post-title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500
    }
    .post .post-date {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (max-width: 1050px) {
    .post .post-content {
        padding: 12px 10px
    }
}

@media only screen and (max-width: 550px) {
    .post .post-title {
        font-size: 20px;
        line-height: 24px
    }
}

#post {
    padding: 60px 0 40px
}

#post .post-nav {
    display: flex;
    justify-content: space-between
}

#post .post-nav.post-nav-top {
    border-bottom: 1px solid rgba(45, 42, 38, 0.5);
    padding-bottom: 8px;
    margin-bottom: 40px
}

#post .post-nav.post-nav-bottom {
    border-top: 1px solid rgba(45, 42, 38, 0.5);
    padding-top: 8px;
    margin-top: 60px
}

#post .post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

#post .post-author {
    font-size: 22px;
    line-height: 26px;
    margin-top: -3px
}

@media only screen and (max-width: 750px) {
    #post .post-author {
        font-size: 20px
    }
    #post .post-back {
        display: none
    }
    #post .post-meta {
        margin-bottom: 32px
    }
    #post .post-nav.post-nav-top {
        margin-bottom: 30px
    }
    #post .post-nav.post-nav-bottom {
        margin-top: 40px
    }
    #post {
        padding: 40px 0 30px
    }
}

@media only screen and (max-width: 550px) {
    #post .post-author {
        font-size: 18px;
        line-height: 24px
    }
    #post {
        padding: 30px 0
    }
}

.posts-paginate {
    text-align: center;
    margin-top: 12px;
    height: 50px;
    position: relative
}

.posts-paginate .loading {
    display: none
}

.pagination {
    padding: 30px 0 50px
}

.pagination ul {
    display: flex;
    justify-content: center
}

.pagination li {
    margin: 0 5px
}

.pagination a {
    background: #ffffff;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination a:hover {
    background: #eba900
}

.pagination a.current {
    background: #3FA04D;
    color: #ffffff;
    pointer-events: none
}

.pagination a.disabled {
    opacity: 0.2;
    pointer-events: none
}

@media only screen and (max-width: 550px) {
    .pagination {
        padding: 20px 0 40px
    }
}

@media only screen and (max-width: 420px) {
    .pagination a {
        width: 38px;
        height: 38px
    }
    .pagination li {
        margin: 0 3px
    }
    .pagination a.latest-page {
        padding-top: 3px
    }
}

.form-submit {
    position: relative;
    display: inline-block
}

.submitting {
    display: none
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
}

@keyframes rotate-2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-85deg);
        -moz-transform: rotate(-85deg);
        -ms-transform: rotate(-85deg);
        -o-transform: rotate(-85deg);
        transform: rotate(-85deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-3 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(85deg);
        -moz-transform: rotate(85deg);
        -ms-transform: rotate(85deg);
        -o-transform: rotate(85deg);
        transform: rotate(85deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.spinner {
    width: 28px;
    height: 28px;
    background: transparent;
    margin: auto;
    position: absolute;
    border: 4px solid;
    border-radius: 50%;
    border-color: #3FA04D transparent transparent transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    animation: rotate 1s linear infinite
}

.spinner.spinner-relative {
    position: relative
}

.spinner:after {
    content: ' ';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 4px solid;
    border-radius: 50%;
    border-color: #3FA04D transparent transparent transparent;
    background: transparent;
    top: -4px;
    right: -4px;
    animation: rotate-2 1s ease-in infinite;
    box-sizing: border-box
}

.spinner:before {
    content: ' ';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 4px solid;
    border-radius: 50%;
    border-color: #3FA04D transparent transparent transparent;
    background: transparent;
    top: -4px;
    right: -4px;
    animation: rotate-3 1s ease-out infinite;
    box-sizing: border-box
}

.spinner.white {
    border-color: #ffffff transparent transparent transparent
}

.spinner.white:after {
    border-color: #ffffff transparent transparent transparent
}

.spinner.white:before {
    border-color: #ffffff transparent transparent transparent
}

#newsletter {
    background: #3FA04D;
    padding: 32px 0;
    text-align: center;
    color: #ffffff
}

#newsletter label {
    color: #ffffff
}

#newsletter a:hover {
    color: #F7B32B
}

#newsletter .newsletter-wrapper {
    max-width: 750px;
    margin: 0 auto
}

#newsletter h4 {
    margin-bottom: 32px;
    flex-shrink: 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700
}

#newsletter .newsletter-form {
    flex-grow: 1
}

@media only screen and (max-width: 1400px) {
    #newsletter {
        padding: 24px 0 24px
    }
}

@media only screen and (max-width: 1050px) {
    #newsletter .newsletter-inline {
        flex-wrap: wrap;
        justify-content: center
    }
    #newsletter .newsletter-inline .form-group {
        width: calc(100% - 200px)
    }
    #newsletter {
        text-align: center
    }
    #newsletter h4 {
        margin: 0 0 24px;
        width: 100%
    }
    #newsletter .newsletter-wrapper {
        display: block
    }
    #newsletter .newsletter-form {
        max-width: 800px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 550px) {
    #newsletter .newsletter-inline .form-group {
        width: 100%
    }
    #newsletter .newsletter-form .form-group {
        margin-right: 0
    }
    #newsletter .newsletter-form button {
        margin-top: 12px
    }
    #newsletter h4 {
        font-size: 22px;
        line-height: 28px
    }
}

#footer {
    padding: 40px 0 25px;
    background: #2d2a26;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

#footer .footer-cols {
    display: flex;
    margin: 24px -10px 70px
}

#footer .footer-col {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 10px;
   /* width: calc(20% - 20px) */
    width: calc(100% - 20px)
}

#footer .footer-col h4 {
    font-weight: 900;
    margin-bottom: 6px;
    width: 100%;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 24px;
}

#footer .footer-col p {
    align-self: flex-end;
    margin-bottom: 6px;
    width: 100%
}

#footer .footer-col p a {
    align-self: flex-end;
    font-weight: 700;
}
#footer .footer-col p a[href^="tel:"] {
    color: #fff;
    text-decoration: none;
}
#footer .footer-col p a:hover[href^="tel:"] {
    color: #F7B32B;
    text-decoration: none;						  
}

#footer a:hover {
    color: #F7B32B
}

#footer .footer-menus ul {
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

#footer .footer-menus ul li a {
    position: relative;
    padding: 0 11px;
    font-weight: 500;
    text-transform: uppercase
}

#footer .footer-menus ul li a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 3px;
    right: -1px;
    width: 2px;
    background: #3FA04D
}

#footer .footer-menus ul li:last-child a:after {
    display: none
}

#footer .footer-terms ul li,
#footer .footer-credit p {
    color: #a4a2a0
}

@media only screen and (max-width: 750px) {
    #footer .footer-cols {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px
    }
    #footer .footer-col {
        margin: 0 10px 20px;
        width: calc(33.33% - 20px)
    }
    #footer .footer-menus ul li,
    #footer .footer-credit p {
        font-size: 12px
    }
}

@media only screen and (max-width: 550px) {
    #footer .footer-menus {
        display: flex
    }
    #footer .footer-menu,
    #footer .footer-terms {
        width: 50%;
        text-align: center
    }
    #footer .footer-menus ul {
        flex-direction: column
    }
    #footer .footer-menus ul li {
        margin-bottom: 4px
    }
    #footer .footer-menus ul li a:after {
        display: none
    }
}

@media only screen and (max-width: 450px) {
    #footer .footer-col {
        width: calc(50% - 20px)
    }
}

#main {
    padding: 30px 0 38px
}

#main .main-link {
    margin-top: 30px
}

@media only screen and (max-width: 550px) {
    #main {
        padding: 30px 0
    }
}

#about-us {
    background: #1A5632 url('../img/bg-map.png?v=1616667558') no-repeat scroll center / 756px 1151px;
    padding: 38px 0 45px
}

@media only screen and (max-width: 550px) {
    #about-us {
        padding: 30px 0 35px
    }
}

.cms-content>* {
    margin-bottom: 32px
}

.cms-content.white,
.cms-content.white h1,
.cms-content.white h2,
.cms-content.white h3,
.cms-content.white h4,
.cms-content.white h5 {
    color: #ffffff
}

.cms-content.prize,
.cms-content.prize h1,
.cms-content.prize h2,
.cms-content.prize h3,
.cms-content.prize h4,
.cms-content.prize h5 {
    color: #2d2a26;
    margin-bottom: 12px
}

.cms-content.prize {
    line-height: 30px
}

.cms-content>*:last-child {
    margin-bottom: 0
}

.cms-content h1,
.cms-content h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #3FA04D
}

.cms-content.white h1,
.cms-content.white h2 {
    font-size: 32px;
    line-height: 38px
}

.cms-content h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700
}

.cms-content h4,
.cms-content h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.cms-content.large p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700
}

.cms-content a:not(.btn) {
    color: #3FA04D
}

.cms-content a:not(.btn):hover {
    color: #eba900
}

.cms-content ul {
    padding-left: 12px;
    position: relative;
    margin-left: 32px
}

.cms-content.cms-no-indent ul {
    margin-left: 0
}

.cms-content ul li {
    margin-bottom: 4px
}

.cms-content ul li:before {
    content: '•';
    position: absolute;
    left: 0
}

.cms-content ul li:last-child {
    margin-bottom: 0
}

.cms-content ol {
    list-style-type: none;
    counter-reset: ol;
    margin-left: 32px
}

.cms-content ol li {
    position: relative;
    padding: 0 0 12px 30px
}

.cms-content ol li:last-child {
    padding-bottom: 0
}

.cms-content ol li:before {
    content: counters(ol, '') '.';
    position: absolute;
    left: 0;
    counter-increment: ol
}

.cms-content iframe {
    max-width: 100%
}

.cms-content iframe[style="border:0"] {
    max-height: 75vw
}

.cms-content iframe[allowfullscreen] {
    max-height: calc((100vw - 50px) * 0.5625)
}

.cms-content td,
.cms-content th {
    padding: 8px 12px 12px;
    border: 1px solid #9fa8b1
}

.cms-content table p {
    margin-bottom: 8px
}

@media only screen and (max-width: 750px) {
    .cms-content>* {
        margin-bottom: 24px
    }
    .cms-content.white h1,
    .cms-content.white h2 {
        font-size: 24px;
        line-height: 30px
    }
    .cms-content h3 {
        font-size: 20px;
        line-height: 22px
    }
    .cms-content.large p {
        font-size: 18px;
        line-height: 26px
    }
}

.two-images {
    display: flex;
    flex-wrap: wrap
}

.content-image-sbs {
    width: calc(50% - 20px);
    padding: 10px
}

.content-image-sbs .caption {
    text-align: center;
    width: 100%;
    padding-top: 5px
}

@media only screen and (max-width: 500px) {
    .content-image-sbs {
        width: 100%
    }
}

.content-flex {
    display: flex;
    flex-wrap: wrap
}

.grd-content-left {
    width: calc(50% - 50px);
    padding-right: 20px
}

.grd-image-right {
    width: 50%
}

.grd-content-right {
    width: 50%
}

.grd-image-left {
    width: calc(50% - 50px);
    padding-right: 20px
}

.grd-content h2 {
    padding-bottom: 20px
}

.grd-content p {
    padding-bottom: 20px
}

.grd-content strong {
    font-weight: bold
}

@media only screen and (max-width: 900px) {
    .grd-content-left {
        width: 100%
    }
    .grd-image-right {
        width: 100%;
        text-align: center
    }
    .grd-content-right {
        width: 100%
    }
    .grd-image-left {
        width: 100%;
        text-align: center;
        padding: 0
    }
}

#get-in-touch {
    text-align: center;
    padding: 45px 0;
    background: #F4F4F6
}

#get-in-touch.green {
    background: #3FA04D;
    color: #ffffff
}

@media only screen and (max-width: 550px) {
    #get-in-touch {
        padding: 30px 0
    }
}

.grid-sections .grid-section {
    margin-bottom: 32px
}

@media only screen and (max-width: 750px) {
    .grid-sections .grid-section {
        margin-bottom: 24px
    }
}

#nav-grid {
    padding: 24px 0 44px
}

.nav-grid .nav-grid-item {
    position: relative;
    min-height: 260px;
    color: #ffffff;
    overflow: hidden
}

.nav-grid .nav-grid-item.nav-grid-tall {
    min-height: 375px
}

.nav-grid .nav-grid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none
}

.nav-grid .nav-grid-inner {
    z-index: 1;
    padding: 38px;
    position: relative;
    height: 80%
}

.nav-grid .nav-grid-link {
    padding: 42px 22px 85px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    z-index: 1;
    position: absolute
}

.nav-grid .nav-grid-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: block;
    background: url('../img/icon-link.png?v=1616667558') no-repeat scroll center / contain;
    pointer-events: none
}

.nav-grid .nav-grid-item:hover .nav-grid-link:after {
    background-color: rgba(255, 255, 255, 0.2)
}

.nav-grid .nav-grid-link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    opacity: 0;
    z-index: -1
}

.nav-grid .nav-grid-link:hover:before {
    opacity: 0.1
}

.nav-grid .nav-grid-inner h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: 900;
    min-height: 70px
}

.nav-grid .nav-grid-inner p {
    font-size: 22px;
    line-height: 28px
}

.nav-grid .contact-tel {
    font-size: 24px;
    line-height: 28px;
    margin-top: 12px;
    padding-left: 36px;
    font-weight: 800;
    position: absolute;
    bottom: 30px
}

.nav-grid .contact-tel:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 16px;
    height: 25px;
    background: url('../img/icon-tel.png?v=1616667558') no-repeat scroll center / contain
}

@media only screen and (max-width: 1400px) {
    .nav-grid .nav-grid-link {
        padding: 20px 20px 80px
    }
    .nav-grid .nav-grid-item {
        min-height: 200px
    }
    .nav-grid .nav-grid-inner {
        padding: 20px 20px 30px
    }
    .nav-grid .nav-grid-inner h2 {
        font-size: 28px;
        line-height: 32px
    }
    .nav-grid .nav-grid-inner p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 50px
    }
    .nav-grid .contact-tel {
        font-size: 22px;
        line-height: 26px;
        padding-left: 30px
    }
}

@media only screen and (max-width: 1200px) {
    .nav-grid .nav-grid-link:after {
        width: 40px;
        height: 40px
    }
}

@media only screen and (max-width: 1050px) {
    .nav-grid .nav-grid-link {
        padding: 15px 15px 80px;
        font-size: 20px;
        line-height: 26px
    }
    .nav-grid .nav-grid-inner {
        padding: 15px 15px 25px
    }
    .nav-grid .nav-grid-inner h2 {
        font-size: 22px;
        line-height: 26px
    }
    .nav-grid .nav-grid-inner p {
        font-size: 18px;
        line-height: 24px
    }
    .nav-grid .contact-tel {
        font-size: 20px;
        line-height: 24px;
        padding-left: 24px;
        bottom: 10px
    }
    .nav-grid .nav-grid-item.nav-grid-tall {
        min-height: 350px
    }
}

@media only screen and (max-width: 850px) {
    .nav-grid .nav-grid-item {
        min-height: 0
    }
    .nav-grid .nav-grid-link {
        padding: 20px 64px 20px 20px;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        align-items: center;
        display: flex
    }
    .nav-grid .nav-grid-link:after {
        left: auto;
        right: 12px;
        top: 0;
        bottom: 0;
        margin: auto 0
    }
}

@media only screen and (max-width: 750px) {
    .nav-grid .nav-grid-link:after {
        width: 32px;
        height: 32px;
        right: 10px
    }
    .nav-grid .nav-grid-link {
        padding: 20px 52px 20px 20px
    }
}

@media only screen and (max-width: 550px) {
    #nav-grid {
        padding: 12px 0 30px
    }
}

.nav-grid .nav-grid-item:nth-of-type(4n-3) {
    background: #477b26
}

.nav-grid .nav-grid-item:nth-of-type(4n-2) {
    background: #dec12c
}

.nav-grid .nav-grid-item:nth-of-type(4n-1) {
    background: #313a3d
}

.nav-grid .nav-grid-item:nth-of-type(4n) {
    background: #1d5533
}

.nav-grid .nav-grid-item:nth-of-type(4n-3) svg * {
    fill: #2e5b17
}

.nav-grid .nav-grid-item:nth-of-type(4n-2) svg * {
    fill: #deb429
}

.nav-grid .nav-grid-item:nth-of-type(4n-1) svg * {
    fill: #1d2426
}

.nav-grid .nav-grid-item:nth-of-type(4n) svg * {
    fill: #143f1e
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-4) {
    background: #dec12c
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-3) {
    background: #477b26
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-2) {
    background: #1d5533
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-1) {
    background: #8d9d41
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n) {
    background: #557172
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-4) svg * {
    fill: #deb429
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-3) svg * {
    fill: #2e5b17
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-2) svg * {
    fill: #143f1e
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n-1) svg * {
    fill: #758236
}

.nav-grid.nav-grid-alt .nav-grid-item:nth-of-type(5n) svg * {
    fill: #405555
}

#nav-grid-2 {
    padding: 24px 0 8px;
    background: #d3d7d9
}

.nav-grid-2 .nav-grid-2-inner {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 12px 55px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700
}

.nav-grid-2 .nav-grid-2-item {
    position: relative;
    overflow: hidden;
    height: 200px
}

.nav-grid-2 .nav-grid-2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 0;
    padding-bottom: calc(488.91 / 461.59 * 60%);
    pointer-events: none
}

.nav-grid-2 .nav-grid-2-overlay svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

@media only screen and (max-width: 1400px) {
    .nav-grid-2 .nav-grid-2-item {
        height: 160px
    }
}

@media only screen and (max-width: 1200px) {
    .nav-grid-2 .nav-grid-2-inner {
        font-size: 28px;
        line-height: 30px
    }
}

@media only screen and (max-width: 1050px) {
    .nav-grid-2 .nav-grid-2-item {
        height: 120px
    }
    .nav-grid-2 .nav-grid-2-inner {
        padding: 12px 40px;
        font-size: 24px;
        line-height: 28px
    }
}

@media only screen and (max-width: 850px) {
    .nav-grid-2 .nav-grid-2-item {
        height: 100px;
        width: calc(33.33% - 16px)
    }
    .nav-grid-2 .nav-grid-2-inner {
        padding: 12px 20px;
        font-size: 22px;
        line-height: 26px
    }
}

@media only screen and (max-width: 750px) {
    .nav-grid-2 .nav-grid-2-item {
        height: 80px
    }
    .nav-grid-2 .nav-grid-2-inner {
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (max-width: 550px) {
    #nav-grid-2 {
        padding: 15px 0 7px
    }
    .nav-grid-2 {
        max-width: 400px;
        margin: 0 auto
    }
    .nav-grid-2 .nav-grid-2-item {
        width: 100%
    }
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-2) {
    background: #dec12c
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-1) {
    background: #477b26
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n) {
    background: #1d5533
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-2):hover {
    background: #deb429
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-1):hover {
    background: #2e5b17
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n):hover {
    background: #143f1e
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-2) svg * {
    fill: #deb429
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-1) svg * {
    fill: #2e5b17
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n) svg * {
    fill: #143f1e
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-2):hover svg * {
    fill: #cda318
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n-1):hover svg * {
    fill: #1d4a06
}

.nav-grid-2 .nav-grid-2-item:nth-of-type(3n):hover svg * {
    fill: #032e0d
}

#contact-us {
    padding: 48px 0 40px
}

@media only screen and (max-width: 550px) {
    #contact-us {
        padding: 30px 0
    }
}

#sector-grid {
    color: #ffffff
}

#sector-grid .sector-row {
    position: relative;
    overflow: hidden
}

#sector-grid .sector-overlay {
    position: absolute;
    bottom: 0;
    left: 0
}

#sector-grid .sector-row:nth-of-type(2n) .sector-overlay {
    left: auto;
    right: 0
}

#sector-grid .sector-content {
    width: 400px;
    padding: 60px 0;
    position: relative;
    z-index: 5
}

#sector-grid .sector-row:nth-of-type(2n) .sector-content {
    margin-left: auto
}

#sector-grid .sector-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50vw + (600px - 465px));
    max-width: calc(100vw - 480px);
    background: none no-repeat scroll center / cover;
    pointer-events: none
}

#sector-grid .sector-row:nth-of-type(2n) .sector-bg {
    right: auto;
    left: 0
}

#sector-grid h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 800
}

#sector-grid p {
    margin-bottom: 40px
}

@media only screen and (max-width: 1400px) {
    #sector-grid .sector-content {
        padding: 40px 0
    }
    #sector-grid h2 {
        font-size: 35px;
        line-height: 40px
    }
}

@media only screen and (max-width: 1200px) {
    #sector-grid .sector-content {
        padding: 30px 30px 30px 0;
        width: 50%;
        box-sizing: border-box
    }
    #sector-grid .sector-row:nth-of-type(2n) .sector-content {
        padding: 30px 0 30px 30px
    }
    #sector-grid .sector-bg {
        width: 50vw;
        max-width: 100%
    }
}

@media only screen and (max-width: 950px) {
    #sector-grid .sector-bg {
        width: 100%;
        opacity: 0.1
    }
    #sector-grid .sector-row:nth-of-type(1n) .sector-content {
        padding: 40px 0;
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 550px) {
    #sector-grid h2 {
        font-size: 28px;
        line-height: 32px
    }
    #sector-grid .sector-overlay {
        display: none
    }
}

@media only screen and (max-width: 420px) {
    #sector-grid .sector-btns {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    #sector-grid .sector-btns .btn {
        margin-bottom: 8px
    }
}

#sector-grid.sector-drk {
    background: #2d2a26
}

#sector-grid.sector-drk .sector-overlay svg * {
    fill: #1a1816
}

#sector-grid.sector-drk-green {
    background: #1d5533
}

#sector-grid.sector-drk-green .sector-overlay svg * {
    fill: #18482a
}

#sector-grid.sector-green {
    background: #3FA04D
}

#sector-grid.sector-green .sector-overlay svg * {
    fill: #3d6e20
}

.mm-page {
    overflow: hidden
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    text-transform: uppercase;
    font-weight: 700;
    color: #3FA04D
}

.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 15px
}

em.mm-counter+a.mm-next {
    width: 50px
}

em.mm-counter {
    right: 27px
}

.mm-next::after {
    right: 12px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 50px
}

.mm-social .mm-listview>li>a,
.mm-social .mm-listview>li>span {
    padding: 0
}

.mm-social li:first-child {
    margin: 0
}

#brands {
    padding: 42px 0;
    background: #d3d7d9
}

#brands .brand-col a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    height: 170px;
    padding: 32px;
    box-sizing: border-box;
    position: relative
}

#brands .brand-col a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3FA04D;
    opacity: 0
}

#brands .brand-col a:hover:after {
    opacity: 0.1
}

#brands .brand-col img {
    max-height: 100%;
    width: auto;
    min-width: 1px
}

@media only screen and (max-width: 1200px) {
    #brands {
        padding: 30px 0
    }
}

@media only screen and (max-width: 1050px) {
    #brands .brand-col a {
        height: 150px;
        padding: 20px
    }
}

@media only screen and (max-width: 850px) {
    #brands .brand-col a {
        height: 120px;
        padding: 16px
    }
}

@media only screen and (max-width: 850px) {
    #brands .brand-col a {
        height: 100px;
        padding: 12px
    }
}

#machine-type {
    padding: 42px 0;
    background: #d3d7d9
}

#machine-type .machine-col {
    background: #3FA04D url('../img/machine-type-bg.png?v=1616667558') no-repeat scroll center / cover
}

#machine-type .machine-col a {
    height: 135px;
    display: block;
    position: relative;
    text-align: center;
    position: relative
}

#machine-type .machine-col a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    opacity: 0
}

#machine-type .machine-col a:hover:before {
    opacity: 0.1
}

#machine-type .machine-col .machine-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    color: #ffffff;
    padding: 0 12px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 1300px) {
    #machine-type .machine-col .machine-title {
        font-size: 26px;
        line-height: 30px
    }
}

@media only screen and (max-width: 1200px) {
    #machine-type {
        padding: 30px 0
    }
    #machine-type .machine-col a {
        height: 120px
    }
    #machine-type .machine-col .machine-title {
        font-size: 24px;
        line-height: 28px
    }
}

@media only screen and (max-width: 750px) {
    #machine-type .machine-col a {
        height: 100px
    }
    #machine-type .machine-col .machine-title {
        font-size: 22px;
        line-height: 26px
    }
}

@media only screen and (max-width: 400px) {
    #machine-type .machine-col a {
        height: 80px
    }
    #machine-type .machine-col .machine-title {
        font-size: 20px;
        line-height: 24px
    }
}

#content-sidebar {
    padding: 0 0 40px
}

#content-sidebar .content-sidebar-container {
    display: flex
}

#content-sidebar .content {
    padding-top: 40px
}

#content-sidebar .sidebar {
    width: 408px;
    flex-shrink: 0;
    margin-left: 60px
}

#content-sidebar .sidebar-block {
    position: relative;
    overflow: hidden;
    background: #d3d7d9 none no-repeat scroll center / cover;
    margin-bottom: 30px
}

#content-sidebar .sidebar-green-overlay {
    background: #3FA04D;
    opacity: 0.8
}

#content-sidebar .sidebar-block:last-of-type {
    margin-bottom: 0
}

#content-sidebar .sidebar-white {
    background: #ffffff
}

#content-sidebar .sidebar-green {
    background: #3FA04D
}

#content-sidebar .sidebar-drk-green {
    background: #1a5632
}

#content-sidebar .sidebar-yellow {
    background: #e0b606
}

#content-sidebar .sidebar-drk {
    background: #2d2a26
}

#content-sidebar .sidebar-padding {
    padding: 36px
}

#content-sidebar .sidebar-large {
    padding-top: 80px;
    padding-bottom: 80px
}

#content-sidebar .sidebar-block .sidebar-link {
    padding-right: 106px;
    color: #ffffff;
    font-size: 34px;
    line-height: 43px;
    font-weight: 700;
    position: relative;
    display: block
}

#content-sidebar .sidebar-block .sidebar-link:before,
#content-sidebar .sidebar-brand-link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    opacity: 0
}

#content-sidebar .sidebar-block .sidebar-link:hover:before,
#content-sidebar .sidebar-brand-link:hover:before {
    opacity: 0.1
}

#content-sidebar .sidebar-block .sidebar-link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto 0;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: block;
    background: url('../img/icon-link.png?v=1616667558') no-repeat scroll center / contain;
    pointer-events: none
}

#content-sidebar .sidebar-block .sidebar-link.sidebar-anchor:after {
    background-image: url('../img/icon-link-down.png?v=1616667558')
}

#content-sidebar .sidebar-block .sidebar-link:hover:after {
    background-color: rgba(255, 255, 255, 0.2)
}

#content-sidebar .sidebar-block-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none
}

#content-sidebar .sidebar-block-overlay svg * {
    fill: #3d6e20
}

#content-sidebar h4 {
    font-size: 22px;
    line-height: 28px;
    color: #3FA04D;
    font-weight: 700;
    margin-bottom: 18px
}

#content-sidebar li a {
    padding: 4px 20px 4px 0;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #3FA04D
}

#content-sidebar li a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 13px;
    margin: auto 0;
    background: url('../img/icon-link-arrow.png?v=1616667558') no-repeat scroll center / contain
}

#content-sidebar li a:hover:after,
#content-sidebar .sidebar-brand-link:hover:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

#content-sidebar .sidebar-brand-link {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    position: relative;
    padding-right: 68px
}

#content-sidebar .sidebar-brand-link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    width: 12px;
    height: 18px;
    margin: auto 0;
    background: url('../img/icon-link-arrow-wh.png?v=1616667558') no-repeat scroll center / contain
}

#content-sidebar .brand-logo img {
    max-width: 400px;
    max-height: 150px;
    width: auto
}

#content-sidebar .brand-link {
    display: none;
    padding-top: 30px
}

#content-sidebar .sidebar-links li {
    margin-bottom: 12px
}

@media only screen and (max-width: 1400px) {
    #content-sidebar .brand-logo img {
        max-width: 300px;
        max-height: 120px
    }
    #content-sidebar .sidebar-padding {
        padding: 20px
    }
    #content-sidebar .sidebar-large {
        padding-top: 50px;
        padding-bottom: 50px
    }
    #content-sidebar .sidebar-block .sidebar-link {
        font-size: 28px;
        line-height: 36px;
        padding-right: 95px
    }
    #content-sidebar .sidebar-block .sidebar-link:after {
        width: 40px;
        height: 40px
    }
    #content-sidebar .sidebar {
        width: 360px;
        margin-left: 40px
    }
}

@media only screen and (max-width: 1050px) {
    #content-sidebar .brand-logo img {
        max-width: 250px;
        max-height: 110px
    }
    #content-sidebar .sidebar-padding {
        padding: 12px
    }
    #content-sidebar .sidebar-large {
        padding-top: 30px;
        padding-bottom: 30px
    }
    #content-sidebar .sidebar-block .sidebar-link {
        font-size: 22px;
        line-height: 30px;
        padding-right: 56px
    }
    #content-sidebar h4 {
        font-size: 20px;
        line-height: 24px
    }
    #content-sidebar .sidebar-block .sidebar-link:after {
        width: 32px;
        height: 32px;
        right: 12px
    }
    #content-sidebar .sidebar {
        width: 280px;
        margin-left: 30px
    }
    #content-sidebar .sidebar-brand-link {
        font-size: 20px;
        line-height: 26px
    }
}

@media only screen and (max-width: 750px) {
    #content-sidebar .sidebar {
        display: none
    }
    #content-sidebar .brand-link {
        display: block
    }
}

@supports(mix-blend-mode:multiply) {
    #content-sidebar .sidebar-green-overlay {
        opacity: 1
    }
}

#three-images {
    padding-bottom: 50px
}

#three-images .three-images-container {
    display: flex;
    margin: 0 -8px;
    align-items: flex-start
}

#three-images .three-images-container img {
    width: calc(33.33% - 8px);
    margin: 0 4px
}

@media only screen and (max-width: 400px) {
    #three-images .three-images-container {
        display: block;
        margin: 0
    }
    #three-images .three-images-container img {
        width: 100%;
        margin: 0 0 8px
    }
    #three-images {
        padding-bottom: 30px
    }
}

#products {
    padding: 30px 0 40px;
    background: #d3d7d9
}

.products .product {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden
}

.products .product-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3FA04D;
    opacity: 0;
    pointer-events: none
}

.products .product-thumbnail:hover:after {
    opacity: 0.2
}

.products .product-thumbnail {
    min-height: 1px;
    position: relative
}

.products .product-thumbnail-premium {
    background: rgba(68, 123, 31, 0.1);
    padding: 4px 18px;
    pointer-events: none;
    margin: -18px -12px 12px
}

.products .product-thumbnail-premium img {
    display: block;
    margin: 0 auto
}

.products .product a {
    display: block
}

.products .product-content {
    background: #ffffff;
    flex-grow: 1;
    position: relative;
    padding: 18px 12px;
    display: flex;
    flex-direction: column
}

.products .product-content a {
    box-sizing: border-box
}

.products .product-content span {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    display: block
}

.products .product-title {
    flex-grow: 1
}

.products .product-title a:hover {
    color: #3FA04D
}

.products .product-content .product-number {
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px
}

.products .product-cost {
    font-weight: 700;
    margin-top: 8px;
    color: #3FA04D
}

.product-sold {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    top: 0;
    left: 0;
    font-weight: 500;
    text-transform: uppercase;
    background: #F7B32B;
    padding: 75px 30px 5px;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.products .product-btn {
    margin-top: 12px
}
.products .product-btn a:hover{
   color:#fff;
}

.products-header {
    display: flex;
    margin-bottom: 30px
}

.products-sort {
    display: flex;
    margin-left: auto;
    margin-right: -8px;
    align-items: center
}

.products-sort .sort-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 20px 10px 0
}

.products-sort .products-sort-form {
    width: 260px
}

.products-breadcrumb ul {
    display: flex;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

.products-breadcrumb span {
    display: inline-block;
    color: #639143;
    margin-right: 20px;
    padding: 10px 0
}

.products-breadcrumb a {
    color: #666360;
    padding: 10px 20px;
    position: relative
}

.products-breadcrumb a:hover {
    color: #3FA04D
}

.products-breadcrumb a:after {
    content: '';
    position: absolute;
    pointer-events: none;
    opacity: 0.8;
    top: 0;
    bottom: 0;
    right: -3px;
    margin: auto 0;
    width: 6px;
    height: 11px;
    background: url('../img/icon-next-drk.png?v=1616667558') no-repeat scroll center / contain
}

.products-breadcrumb li:last-child a:after {
    display: none
}

@media only screen and (max-width: 1200px) {
    .products-sort .products-sort-form {
        width: 210px
    }
    .products-sort .sort-title {
        padding: 7px 12px 7px 0
    }
    .products-breadcrumb ul,
    .products-sort .sort-title {
        font-size: 16px;
        line-height: 26px
    }
    .products-breadcrumb {
        margin-left: -12px
    }
    .products-breadcrumb a {
        padding: 7px 12px
    }
    .products-breadcrumb span {
        display: none
    }
}

@media only screen and (max-width: 950px) {
    .products-breadcrumb {
        display: none
    }
}

#product {
    padding: 24px 0 40px
}

#product .product-back {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #3FA04D;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px
}

#product .product-back:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 9px;
    height: 16px;
    background: url('../img/icon-prev-gr.png?v=1616667558') no-repeat scroll center / contain
}

#product .product-back:hover:before {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px)
}

#product .product-cols {
    display: flex;
    flex-direction: row-reverse
}

#product .product-col {
    position: relative;
    overflow: hidden
}

#product .product-left {
    width: 45%;
    box-sizing: border-box;
    padding-right: 60px
}

#product .product-right {
    width: 55%
}

#product .product-images {
    margin-bottom: 6px
}

#product .product-thumbs {
    margin-bottom: 20px;
    position: relative
}

#product .product-thumbs img {
    margin: 6px;
    cursor: pointer
}

#product .product-points {
    display: flex;
    margin: 50px 0 60px
}

#product .product-point {
    width: calc(33.33% - 12px);
    margin-left: 18px;
    position: relative
}

#product .product-point:after {
    content: '';
    position: absolute;
    top: -16px;
    bottom: -16px;
    right: 0;
    width: 1px;
    background: rgba(45, 42, 38, 0.5)
}

#product .product-point:first-of-type {
    margin: 0
}

#product .product-point:last-of-type:after {
    display: none
}

#product .product-point p {
    font-size: 21px;
    line-height: 24px
}

#product .info-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap
}

#product .info-premium {
    margin-top: 24px;
    display: inline-block
}

#product h1 span {
    display: block;
    color: #3FA04D
}

#product h1 .ex-vat {
    font-size: 24px;
    display: inline
}

#product .stock-number {
    font-size: 18px;
    margin-bottom: -1px
}

#product .stock-price {
    padding-right: 20px
}

#product h4,
#product .product-features h2 {
    color: #3FA04D
}

#product .product-features li {
    width: 50%;
    float: left;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 8px 0 34px;
    position: relative;
    box-sizing: border-box
}

#product .product-features li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    top: 2px;
    left: 0;
    background: url('../img/icon-tick-gr.png?v=1616667558') no-repeat scroll center / contain
}

#product .product-description h2 {
    color: #3FA04D
}

#product .product-description p {
    margin-bottom: 15px
}

@media only screen and (max-width: 1200px) {
    #product .product-left {
        padding-right: 40px
    }
    #product .product-point p,
    #product .product-features li {
        font-size: 18px;
        line-height: 24px
    }
    #product .product-points {
        display: flex;
        margin: 30px 0 40px
    }
    #product .product-point:after {
        top: -8px;
        bottom: -8px
    }
}

@media only screen and (max-width: 1050px) {
    #product .product-left {
        padding-right: 30px
    }
    #product .product-point:after {
        display: none
    }
    #product .product-point h4 {
        display: inline-block;
        margin: 0;
        vertical-align: top
    }
    #product .product-point h4:after {
        content: ': ';
        padding-right: 8px
    }
    #product .product-point p {
        display: inline-block;
        vertical-align: top
    }
    #product .product-points {
        display: block
    }
    #product .product-point {
        width: 100%;
        margin: 0
    }
    #product .product-thumbs img {
        margin: 3px
    }
    #product .product-images {
        margin-bottom: 3px
    }
    #product .product-features li {
        padding: 0 8px 0 24px
    }
    #product .product-features li:before {
        width: 16px;
        height: 12px;
        top: 4px
    }
}

@media only screen and (max-width: 750px) {
    #product .product-cols {
        display: block
    }
    #product .product-col {
        width: 100%;
        padding: 0
    }
    #product .product-right {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 550px) {
    #product .product-features li {
        font-size: 16px;
        line-height: 20px
    }
    #product .info-holder {
        display: block
    }
    #product .stock-number {
        padding: 0
    }
    #product .stock-price {
        padding-right: 0
    }
    #product h1 .ex-vat {
        font-size: 20px
    }
}

@media only screen and (max-width: 420px) {
    #product .product-features li {
        font-size: 14px;
        line-height: 18px;
        padding: 0 8px 0 18px
    }
    #product .product-features li:before {
        width: 12px;
        height: 9px
    }
}

#product .product-nav-btn {
    position: absolute;
    top: 6px;
    bottom: 6px;
    width: 32px;
    background: rgba(69, 124, 31, 0.8);
    cursor: pointer
}

#product .product-nav-btn:hover {
    background: rgba(69, 124, 31, 1)
}

#product .product-nav-btn:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

#product .product-next {
    right: 0
}

#product .product-next:after {
    right: 10px;
    background: url('../img/icon-next.png?v=1616667558') no-repeat scroll center / contain
}

#product .product-prev {
    left: 0
}

#product .product-prev:after {
    left: 10px;
    background: url('../img/icon-prev.png?v=1616667558') no-repeat scroll center / contain
}

@media only screen and (max-width: 1050px) {
    #product .product-nav-btn {
        top: 3px;
        bottom: 3px;
        width: 24px
    }
    #product .product-next:after {
        right: 6px
    }
    #product .product-prev:after {
        left: 6px
    }
}

.vinnybox-nav-btn {
    height: 64px
}

.vinnybox-nav-btn:after {
    width: 9px;
    height: 16px;
    margin: auto 0
}

.vinnybox-next:after {
    right: 11px;
    left: auto;
    background: url('../img/icon-next.png?v=1616667558') no-repeat scroll center / contain
}

.vinnybox-prev:after {
    left: 11px;
    right: auto;
    background: url('../img/icon-prev.png?v=1616667558') no-repeat scroll center / contain
}

.vinnybox-close:after {
    width: 16px;
    height: 16px;
    margin: auto;
    background: url('../img/icon-close.png?v=1616667558') no-repeat scroll center / contain
}

@media only screen and (max-width: 550px) {
    .vinnybox-next:after {
        right: 7px
    }
    .vinnybox-prev:after {
        left: 7px
    }
}

.product-cta {
    position: relative;
    background: #1a5632;
    padding: 20px;
    color: #ffffff;
    overflow: hidden
}

.product-cta .product-cta-content {
    position: relative;
    z-index: 1
}
.product-cta img {
    position: absolute;
    bottom: 12px;
    right: 12px;
}
.product-cta svg {
    position: absolute;
    bottom: 0;
    right: 0
}

.product-cta svg * {
    fill: #154322
}

#related-products {
    text-align: center;
    padding: 30px 0 40px;
    background: #d6dadc
}

#related-products .slick-track {
    display: flex
}

#related-products .related-product {
    float: none;
    height: auto
}

@media only screen and (max-width: 1320px) {
    #related-products .related-products {
        padding: 0 35px
    }
}

@media only screen and (max-width: 1200px) {
    #related-products .related-products {
        padding: 0 28px
    }
}

@media only screen and (max-width: 650px) {
    #related-products .related-products {
        padding: 0
    }
}

@media only screen and (max-width: 550px) {
    #related-products {
        padding: 24px 0 15px
    }
}

@media only screen and (max-width: 480px) {
    #related-products .related-products {
        margin: 0 -10px
    }
    #related-products .related-products .product {
        margin: 0 10px
    }
}

.related-nav .related-nav-btn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    opacity: 0.4;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.related-nav .related-nav-btn img {
    display: block
}

.related-nav .related-nav-btn:hover {
    opacity: 1
}

.related-nav .related-next {
    right: -40px
}

.related-nav .related-prev {
    left: -40px
}

@media only screen and (max-width: 1320px) {
    .related-nav .related-next {
        right: 0
    }
    .related-nav .related-prev {
        left: 0
    }
}

@media only screen and (max-width: 1200px) {
    .related-nav .related-nav-btn img {
        width: 20px
    }
}

@media only screen and (max-width: 650px) {
    .related-nav {
        display: none
    }
}

#team {
    padding: 30px 0;
    text-align: center
}

#team h3 {
    color: #3FA04D;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px
}

#team a:hover {
    color: #3FA04D
}

#team .team-hidden {
    display: none
}

#team .team-department {
    margin-bottom: 24px
}

#team .member-content {
    margin-bottom: 24px
}

#team .member-thumb a {
    width: 100%
}

#team .show-team {
    cursor: pointer
}

#team .show-team img {
    padding-left: 15px
}

#team .team-area {
    align-items: flex-start
}

.error,
#mce-error-response {
    border-left: 4px solid #dd0000;
    background: rgba(200, 0, 0, 0.1);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 5px 7px 5px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 16px
}

.success,
#mce-success-response {
    border-left: 4px solid #00dd00;
    text-align: center;
    background: rgba(0, 200, 0, 0.2);
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 5px 7px 5px;
    text-align: left;
    margin-top: 12px;
    font-size: 16px
}

.green .success {
    background: rgba(255, 255, 255, 0.1)
}

.alert {
    padding: 8px 10px 8px 14px
}

.alert.alert-danger {
    border-left: 4px solid #dd0000;
    background: rgba(200, 0, 0, 0.1)
}

#mce-error-response,
#mce-success-response {
    margin-bottom: 6px
}

.sitemap li {
    margin-top: 7px
}

.grid-item.pdfs ul {
    border-top: 1px solid rgba(189, 189, 189, 0.5)
}

.grid-item.pdfs .pdf-links {
    position: relative
}

.grid-item.pdfs .pdf-links a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 8px 0;
    width: 45%;
    padding-right: 25px
}

.grid-item.pdfs .pdf-links a .pdf-icon svg {
    margin-right: 13px
}

.grid-item.pdfs .pdf-links a .pdf-arrow svg {
    margin-left: 22px
}

.grid-item.pdfs .pdf-links a:hover .pdf-arrow svg {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

@media only screen and (max-width: 600px) {
    .grid-item.pdfs .pdf-links a {
        width: 90%
    }
}

.grid-item.jobs ul {
    border-top: 1px solid rgba(189, 189, 189, 0.5)
}

.grid-item.jobs .job-links {
    position: relative
}

.grid-item.jobs .job-links a {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 8px 0;
    width: 45%;
    padding-right: 25px
}

.grid-item.jobs .job-links a .job-icon svg {
    margin-right: 13px
}

.grid-item.jobs .job-links a .job-arrow svg {
    margin-left: 22px
}

.grid-item.jobs .job-links a:hover .job-arrow svg {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

@media only screen and (max-width: 600px) {
    .grid-item.jobs .job-links a {
        width: 90%
    }
}

#logos {
    margin: 50px 0 50px 0
}

#logos .logo-container img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    float: none;
    height: auto;
    max-height: 80px;
    max-width: 200px
}

@media only screen and (max-width: 500px) {
    #logos .logo-container img {
        max-width: 130px;
        max-height: 60px
    }
}

.centered-image {
    width: 70%;
    margin: 20px auto
}

.grid-centered-image {
    text-align: center
}

.product-nav-btn {
    position: absolute;
    top: 6px;
    bottom: 6px;
    width: 32px;
    background: rgba(69, 124, 31, 0.8);
    cursor: pointer
}

.product-nav-btn:hover {
    background: rgba(69, 124, 31, 1)
}

.product-nav-btn:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.product-next {
    right: 0
}

.product-next:after {
    right: 10px;
    background: url('../img/icon-next.png?v=1616667558') no-repeat scroll center / contain
}

.product-prev {
    left: 0
}

.product-prev:after {
    left: 10px;
    background: url('../img/icon-prev.png?v=1616667558') no-repeat scroll center / contain
}

@media only screen and (max-width: 1050px) {
    .product-nav-btn {
        top: 3px;
        bottom: 3px;
        width: 24px
    }
    .product-next:after {
        right: 6px
    }
    .product-prev:after {
        left: 6px
    }
}

#service-links {
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%
}

#service-links .service-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start
}

#service-links .service-link {
    display: block;
    width: 30%;
    min-width: 20%;
    min-height: 250px;
    background: none no-repeat scroll center / cover;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 10px
}

#service-links .service-link:last-of-type {
    margin-right: 0
}

#service-links .service-link-content {
    padding: 40px;
    max-width: 420px;
    position: relative
}

#service-links .service-link h2 {
    font-size: 43px;
    line-height: 48px;
    font-weight: 900;
    margin-bottom: 48px
}

#service-links .service-link h2 a {
    display: block
}

#service-links .service-link p {
    font-size: 27px;
    line-height: 32px
}

#service-links .service-link:after {
    content: '';
    position: absolute
}

#service-links .service-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 500px;
    background: url('../img/home-link-overlay.png?v=1616667558') no-repeat scroll center / 100% 100%
}

#service-links .service-link:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3FA04D
}

#service-links .service-link:hover:before {
    opacity: 0.7
}

#service-links .service-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    display: block;
    background: url('../img/icon-link.png?v=1616667558') no-repeat scroll center / contain;
    pointer-events: none
}

@media only screen and (max-width: 1920px) {
    #service-links .service-link h2 {
        font-size: 38px;
        line-height: 40px
    }
    #service-links .service-link p {
        font-size: 23px;
        line-height: 27px
    }
    #service-links .service-link-overlay {
        width: 462px;
        height: 250px
    }
    #service-links .service-link-content {
        max-width: 330px
    }
    #service-links .service-link {
        min-height: 250px
    }
}

@media only screen and (max-width: 1400px) {
    #service-links {
        padding: 30px 0
    }
    #service-links .service-link-overlay {
        width: 100%;
        height: 150%
    }
    #service-links .service-link {
        min-height: 0
    }
    #service-links .service-link-content {
        padding: 30px 30px 120px;
        max-width: 100%;
        box-sizing: border-box
    }
    #service-links .service-link h2 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 1200px) {
    #service-links .service-link-content {
        padding: 20px 20px 120px
    }
    #service-links .service-link h2 {
        font-size: 32px;
        line-height: 35px
    }
    #service-links .service-link p {
        font-size: 20px;
        line-height: 26px
    }
    #service-links .service-link:before {
        opacity: 0.7
    }
    #service-links .service-link:after {
        width: 40px;
        height: 40px
    }
}

@media only screen and (max-width: 950px) {
    #service-links .service-link-content {
        padding: 15px 15px 100px
    }
    #service-links .service-link h2 {
        font-size: 28px;
        line-height: 32px
    }
    #service-links .service-link p {
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (max-width: 750px) {
    #service-links {
        padding: 15px 0
    }
    #service-links .service-link:after {
        width: 32px;
        height: 32px
    }
    #service-links .service-links {
        display: block
    }
    #service-links .service-link {
        width: 100%;
        margin: 0 0 15px;
        min-height: 100px
    }
    #service-links .service-link-content {
        padding: 15px 65px 15px 15px
    }
    #service-links .service-link:after {
        top: 15px;
        bottom: 15px;
        right: 15px;
        left: auto;
        margin: auto 0
    }
}

@media only screen and (max-width: 750px) {
    #service-links {
        padding: 15px 0 0
    }
}

.text-center {
    text-align: center
}

.competition-images {
    display: flex;
    align-items: center;
    padding-top: 20px
}

.competition-images img+img {
    margin-left: 60px
}

#the-prize {
    overflow: hidden
}

.prize-cols {
    display: flex;
    width: 100%
}

.prize-cols .prize-content {
    flex-grow: 1;
    padding: 42px 0 30px;
    border-top: 1px solid rgba(84, 86, 91, 0.25)
}

.prize-cols .prize-image {
    width: 532px;
    position: relative;
    align-self: flex-end;
    margin-left: 50px;
    max-width: calc(100% - 400px)
}

.prize-cols .prize-image img {
    display: block;
    position: relative
}

.prize-bg {
    position: absolute;
    left: -115px;
    width: 100%;
    top: 22px;
    bottom: 0;
    background: url("../img/prize-bg.png?v=1616667559") no-repeat scroll center / 100% 100%
}

.prize-bg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 100%;
    background: #F7B32B
}

.prize-sticker {
    position: absolute;
    bottom: 55%;
    background: #3FA04D;
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%
}

.prize-sticker span {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 29px
}

.prize-subtitle {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px
}

@media only screen and (max-width: 1000px) {
    .prize-cols .prize-image {
        margin-left: 30px
    }
    .prize-sticker span {
        font-size: 22px;
        line-height: 26px
    }
    .prize-sticker {
        bottom: 60%;
        width: 100px;
        height: 100px
    }
}

@media only screen and (max-width: 750px) {
    .competition-images img+img {
        margin-left: 30px
    }
    .prize-cols {
        display: block
    }
    .prize-cols .prize-image {
        margin: 20px 0 0;
        max-width: 100%;
        width: auto
    }
    .prize-cols .prize-image img {
        margin: 0 auto;
        width: 400px
    }
    .prize-sticker {
        display: none
    }
    .prize-cols .prize-content {
        padding: 0 0 20px;
        border: 0;
        text-align: center
    }
}

@media only screen and (max-width: 550px) {
    .competition-images img+img {
        margin-left: 15px
    }
    .prize-subtitle {
        font-size: 20px;
        line-height: 21px
    }
}

#sector-nav {
    padding-bottom: 40px
}

#sector-nav .sector-nav-cols {
    display: flex;
    width: 100%;
    justify-content: space-between
}

#sector-nav .sector-nav-col {
    width: calc(50% - 30px);
    background: none no-repeat scroll center / cover;
    position: relative;
	height: 50%;
}

#sector-nav .sector-nav-col:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../img/home-link-overlay.png") no-repeat scroll center / cover
}

#sector-nav .sector-nav-col a {
    display: block;
    padding: 145px 30px;
    background: rgba(68, 123, 31, 0.1);
    position: relative
}

#sector-nav .sector-nav-col a:hover {
    background: rgba(68, 123, 31, 0.8)
}

#sector-nav .sector-nav-col a img {
    margin: 0 auto
}

@media only screen and (max-width: 1200px) {
    #sector-nav .sector-nav-col a {
        padding: 100px 30px
    }
}

@media only screen and (max-width: 900px) {
    #sector-nav .sector-nav-col {
        width: calc(50% - 10px)
    }
}

@media only screen and (max-width: 750px) {
    #sector-nav .sector-nav-col a {
        padding: 60px 30px
    }
}

@media only screen and (max-width: 550px) {
    #sector-nav .sector-nav-col a {
        padding: 50px 15px
    }
}

@media only screen and (max-width: 420px) {
    #sector-nav .sector-nav-cols {
        display: block
    }
    #sector-nav .sector-nav-col {
        width: 100%
    }
    #sector-nav .sector-nav-col:nth-of-type(n+2) {
        margin-top: 10px
    }
    #sector-nav .sector-nav-col a {
        padding: 40px 30px
    }
}

@supports(mix-blend-mode: multiply) {
    #sector-nav .sector-nav-col:before {
        mix-blend-mode: multiply
    }
    /*.modals .modal-icon-close { position: absolute; top: 30px; right: 30px; width: 25px; height: 25px; background: url("../img/icon-close.png?v=1616667559") no-repeat scroll center / contain; cursor: pointer; }*/
}

.modal-open {
    cursor: pointer
}

.modal-open:not(.btn):hover {
    opacity: 0.8
}
/*
html.no-scroll,
html.no-scroll body {
    overflow: hidden
}
*/
.modals {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    align-items: center;
    display: none
}

.modals .modal {
    display: none;
    text-align: center;
    background: #3FA04D;
    padding: 30px 20px;
    display: none;
    z-index: 30;
    position: relative;
    pointer-events: auto
}

.modals .modal.modal-left {
    text-align: left
}

.modals .modal-blocker {
    background: #000000;
    opacity: 0.8;
    z-index: 10;
    z-index: 20
}

.modals .modal-outer {
    position: relative;
    display: table-cell;
    height: 100vh;
    vertical-align: middle
}

.modals .modal-container {
    width: 100vw;
    overflow: auto;
    max-height: 100vh;
    position: relative
}

.modals .modal-inner {
    padding: 60px 0;
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto
}

.modals .modal-content,
.modals .modal-form,
.modals .modal-link {
    margin-bottom: 24px
}

.modals .modal>*:last-child {
    margin-bottom: 0
}

.modals .modal-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px
}

.modals .modal-text {
    margin-bottom: 32px;
    color: #ffffff
}

.modals .modal-icon-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 50;
    width: 25px;
    height: 25px;
    background: url("../img/icon-close.png?v=1616667559") no-repeat scroll center / contain;
    cursor: pointer
}

.modals .enquiry-modal,
.modals .enquiry-modal .c-input {
    color: #ffffff
}

.modals .modal-spinner {
    z-index: 10;
    display: none
}

[data-modal-open] {
    cursor: pointer
}

@media only screen and (max-width: 550px) {
    .modals .modal-icon-close {
        top: 15px;
        right: 15px
    }
    .modals .modal-title {
        font-size: 24px;
        line-height: 28px
    }
}
.fa-facebook-f:before, 
.fa-instagram:before, 
.fa-youtube:before, 
.fa-linkedin:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top-nav .social-menu li a,
.top-menu .mm-social li a {
	color: #fff;
}
.top-nav .social-menu li a:hover,
.top-nav .social-menu li a:focus,
.top-menu .mm-social li a:hover,
.top-menu .mm-social li a:focus {
	color: #F7B32B;
}
.whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:100;
}
.whatsapp:hover{
	color:#F7B32B;
  font-size:30px;
}

.my-float{
	margin-top:16px;
}


.mb-10 {
	margin-bottom: 10px;
}

.video video {
	width: 96%;
	margin: 0 auto;
	display: block;
	border: #ccc 4px solid;
}
.contact-margin {
    margin-bottom: 15px !important;
}
.contact-text {
    margin-bottom: 20px;
}
.usedmachines{
    text-align: center;
    padding: 30px 0 40px;
    background: #d6dadc;
}
.used-machines-text{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    color: #ffffff;
    padding: 0 12px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 750px){
	
	.used-machines-text{
		font-size: 27px;
		line-height: 33px;
	}
}
@media (max-width: 550px){
	
	.used-machines-text{
		font-size: 20px;
		line-height: 24px;
	}
}