html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #1a1a1a;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@font-face {
    font-family: lg;
    src: url(/assets/fonts/lg.ff5ab4bf2b54710439f88c36e51da244.eot);
    src: url(/assets/fonts/lg.ff5ab4bf2b54710439f88c36e51da244.eot?#iefixn1z373) format("embedded-opentype"), url(/assets/fonts/lg.0392227eb4b4510402ab45dee2ceda73.woff) format("woff"), url(/assets/fonts/lg.269f233c78c029ba7cceefa0dfa3e5af.ttf) format("truetype"), url(/assets/fonts/lg.beffdb937a4d533b92aba9ac6a15467c.svg#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/assets/images/vimeo-play.56f3a1ccd3ed8f77527f7c868f17a1ea.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/assets/images/vimeo-play.56f3a1ccd3ed8f77527f7c868f17a1ea.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(/assets/images/video-play.5df53cdf15514a04d37271c483cb5c46.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/assets/images/youtube-play.99bdb2e6e159b1ff4f1a92dce928bcc1.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/assets/images/youtube-play.99bdb2e6e159b1ff4f1a92dce928bcc1.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(/assets/images/loading.63e92997a29a65445cc854590d60f855.gif) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

figure, h1, h2, p {
    margin: 0
}

:after, :before, a, div, form, h1, h2, h3, input, li, textarea, ul {
    box-sizing: border-box
}

a {
    color: blue;
    text-decoration: underline
}

img {
    vertical-align: middle
}

.clearfix:after, .content-block:after {
    content: "";
    clear: both;
    display: table
}

.columns {
    display: flex;
    flex-wrap: wrap
}

.column {
    width: 100%
}

.column.is-75 {
    width: 75%
}

.column.is-66 {
    width: 66.6666666667%
}

.column.is-50 {
    width: 50%
}

.column.is-33 {
    width: 33.3333333333%
}

.column.is-25 {
    width: 25%
}

.column.is-20 {
    width: 20%
}

.column.is-16 {
    width: 16.6666666667%
}

.columns.has-gutter-20 {
    margin-left: -10px;
    margin-right: -10px
}

.columns.has-gutter-20 .column {
    border-top: 0;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent
}

.columns.has-gutter-40 {
    margin-left: -20px;
    margin-right: -20px
}

.columns.has-gutter-40 .column {
    border-top: 0;
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 20px solid transparent
}

@font-face {
    font-family: Montserrat;
    src: url(/assets/fonts/Montserrat-Regular.d1195a9bd5daaf66f52740c87f519bc6.woff2) format("woff2"), url(/assets/fonts/Montserrat-Regular.c40aa8598e0835ac321ccfea29b5458b.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/assets/fonts/Montserrat-Bold.72b95641c46ee1354c86f1748fceeb89.woff2) format("woff2"), url(/assets/fonts/Montserrat-Bold.7d909d2734db3573cb5ca7e28e7e053d.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: icon;
    src: url(/assets/fonts/icon.da6c1dd925c428132245fa010f3db39c.woff2) format("woff2"), url(/assets/fonts/icon.da6c1dd925c428132245fa010f3db39c.woff2) format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: block
}

.icon:before {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-1-star:before {
    content: ""
}

.icon-2-stars:before {
    content: ""
}

.icon-3-stars:before {
    content: ""
}

.icon-arrow-bold-down:before {
    content: ""
}

.icon-arrow-bold-left:before {
    content: ""
}

.icon-arrow-bold-right:before {
    content: ""
}

.icon-arrow-bold-up:before {
    content: ""
}

.icon-connector:before {
    content: ""
}

.icon-contract:before {
    content: ""
}

.icon-database:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-location:before, .icon.is-location:before {
    content: ""
}

.icon-mail:before, .icon.is-mail:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-power:before {
    content: ""
}

.icon-quotation:before {
    content: ""
}

.icon-satellite:before, .icon.is-satellite:before {
    content: ""
}

.icon-server:before, .icon.is-server:before {
    content: ""
}

.icon-services:before, .icon.is-services:before {
    content: ""
}

.icon-shield:before, .icon.is-shield:before {
    content: ""
}

.icon-telephone:before, .icon.is-telephone:before {
    content: ""
}

.icon-whatsapp:before, .icon.is-whatsapp:before {
    content: ""
}
.button, .pagination a {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    line-height: 2.25rem;
    position: relative;
    z-index: 0;
    display: inline-flex;
    background: #6caa00;
    border: 1px solid white;
    padding: .4375rem 1.875rem .3125rem;
    padding: .4375rem 1.875rem .3125rem;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    font-weight: 700;
    cursor: pointer;
    width: 300px;
    border-radius: 0px;
}
.button-loading{
    /*width: calc(100% + 16px);*/
    background: black;
    /*transform: scale(0.5);*/
    transition: 3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);

}

.button:before, .pagination a:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 12px;
    height: 100%;
    top: 0;
    left: -7px;
    background: rgba(26, 26, 26, .22);
    transform: skewX(-5deg);
    transition: all .25s ease-in-out
}

.button:hover:before, .pagination a:hover:before {
    width: calc(100% + 16px)
}

.button:focus:before, .pagination a:focus:before {
    background: hsla(0, 0%, 100%, .44)
}

.button.has-border, .pagination a.has-border {
    padding: .375rem 1.875rem .25rem;
    border: 2px solid #fff
}

.button.has-border:before, .pagination a.has-border:before {
    background: hsla(0, 0%, 100%, .22)
}

.button.is-grey, .pagination a.is-grey {
    background: #f2f2f2;
    color: #000
}

.buttons {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.buttons .button, .buttons .pagination a, .pagination .buttons a {
    margin: 0 .625rem
}

.carrier {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.carrier .image {
    filter: grayscale(100%);
    transition: filter .25s ease-in-out
}

.carrier .carrier__title {
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: .8125rem 0
}

.carrier.is-hidden {
    opacity: 0
}

.carrier.has-modal {
    cursor: pointer
}

.carrier.has-modal:hover .image {
    filter: grayscale(0)
}

.caption {
    display: inline-flex;
    background: rgba(0, 0, 0, .8);
    padding: .8125rem 2.0625rem .625rem;
    font-weight: 700;
    color: #fff;
    font-weight: 400
}

.container {
    width: 100%;
    max-width: 90rem;
    padding: 0 1.25rem
}

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

.hamburger.is-active:hover, .hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger--3dx-r .hamburger-box {
    perspective: 72px
}

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

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

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

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

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

.hamburger--3dy .hamburger-box {
    perspective: 72px
}

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

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

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg)
}

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

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

.hamburger--3dy-r .hamburger-box {
    perspective: 72px
}

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

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

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg)
}

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

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

.hamburger--3dxy .hamburger-box {
    perspective: 72px
}

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

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

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

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

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

.hamburger--3dxy-r .hamburger-box {
    perspective: 72px
}

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

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

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

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

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

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-7.2px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(7.2px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(7.2px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scaleX(.7);
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scaleX(.7);
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(7.2px, -9px, 0) rotate(45deg) scaleX(.7);
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scaleX(.7);
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -16px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -16px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -8px, 0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 8px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 16px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 8px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 16px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(-135deg);
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 8px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    left: -72px;
    top: -72px;
    transform: translate3d(72px, 72px, 0) rotate(45deg);
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    right: -72px;
    top: -72px;
    transform: translate3d(-72px, 72px, 0) rotate(-45deg);
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 8px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    left: -72px;
    top: 72px;
    transform: translate3d(72px, -72px, 0) rotate(-45deg);
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    right: -72px;
    top: 72px;
    transform: translate3d(-72px, -72px, 0) rotate(45deg);
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
    top: 16px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.1428571429px, -4px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -16px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner:after {
    top: 16px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.1428571429px, -4px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -16px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spin-r .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 16px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 8px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner:after {
    top: -16px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger {
    visibility: visible;
    z-index: 1001;
    position: fixed;
    width: 33.3333333333%;
    height: 3.75rem;
    padding: 0 .625rem;
    border: none;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
    background: #fff;
    color: #000;
    opacity: 1;
    transition: opacity .25s ease-in-out, background color .3s ease-in-out ease-in-out .3s;
    font-weight: 400
}

.hamburger .hamburger-label {
    display: none;
    font-weight: 700
}

.hamburger .hamburger-box {
    top: 4px
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    transition: all .3s ease-in-out
}

.hamburger.hamburger--spin.is-active .hamburger-inner:after {
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, background .3s ease-in-out
}

.hamburger.is-active, .hamburger:hover {
    background: #6caa00;
    color: #fff
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before, .hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before {
    background: #fff
}

.highlighted-text {
    display: block;
    padding: 1.25rem;
    font-weight: 700;
    border: 1px solid #fff;
    background: #6caa00
}

.icon {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2.5rem
}

.icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 1.5rem
}

.image.is-3by2 {
    position: relative;
    overflow: hidden
}

.image.is-3by2:before {
    position: relative;
    display: block;
    content: "";
    padding: 0 0 66.6666666667%;
    background-color: transparent
}

.image.is-3by2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.image.is-big-image {
    position: relative;
    overflow: hidden
}

.image.is-big-image:before {
    position: relative;
    display: block;
    content: "";
    padding: 0 0 80.9375%;
    background-color: transparent
}

.image.is-big-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.image.is-portrait {
    position: relative;
    overflow: hidden
}

.image.is-portrait:before {
    position: relative;
    display: block;
    content: "";
    padding: 0 0 117.96875%;
    background-color: transparent
}

.image.is-portrait img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.image.has-placeholder {
    background: url(/assets/images/placeholder.f1c6c0ab73da69ee4eecd93cc66cc997.svg) no-repeat;
    background-size: cover
}

.image.is-video {
    position: relative;
    overflow: hidden
}

.image.is-video:after, .image.is-video:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.image.is-video:before {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨ˆ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    width: 6rem;
    height: 6rem;
    padding: 1.375rem 0 0;
    border: 4px solid #6caa00;
    color: #fff;
    font-size: 2.5rem;
    text-align: center
}

.image.is-video:after {
    width: 6.25rem;
    height: 6.25rem;
    margin: -3.125rem 0 0 -3.125rem;
    background: #6caa00;
    transform: scale(0);
    transform-origin: center;
    transition: transform .25s ease-in-out
}

.image.is-video:hover:after {
    background: #6caa00;
    transform: scale(1)
}

.input {
    width: 100%;
    min-height: 3rem;
    padding: 0 1.25rem;
    border: 1px solid #fff;
    overflow: hidden
}

.input:focus {
    border-color: #5a5a5a
}

.link {
    color: inherit;
    text-decoration: none;
    border: none
}

.link:hover {
    text-decoration: underline
}

.link.is-big {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700
}

.link.has-arrow {
    position: relative;
    z-index: 0;
    transition: background .25s ease-in-out;
    text-decoration: none
}

.link.has-arrow:before {
    z-index: -1;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .1);
    opacity: 0
}

.link.has-arrow:after, .link.has-arrow:before {
    position: absolute;
    transition: all .25s ease-in-out
}

.link.has-arrow:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨ƒ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5rem;
    top: 50%;
    right: 0;
    opacity: 1;
    transform: translateY(-50%)
}

.link.has-arrow:hover:before {
    width: 100%;
    opacity: 1
}

.link.has-arrow:hover:after {
    right: 0;
    opacity: 0
}

.list {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-item {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    display: block;
    font-weight: 700;
    padding: .3125rem 0 .375rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.logo {
    display: block;
    width: 18.75rem;
    height: 3.75rem;
    background: url(/images/logo-greenhouse-datacenter.svg) no-repeat 50%;
    background-size: contain
}

.logo .logo__text {
    opacity: 0;
    visibility: hidden
}

.quote-button {
    position: fixed;
    z-index: 10;
    width: 33.3333333333%;
    height: 3.75rem;
    bottom: 0;
    left: 0;
    background: #ea5419;
    color: #fff;
    font-weight: 700;
    text-align: center;
    transition: background .25s ease-in-out;
    text-indent: -99999px;
    overflow: hidden
}

.quote-button:hover {
    background: #ee7748
}

.quote-button:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨‰";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75rem;
    text-indent: 0
}

.select {
    position: relative;
    width: 100%
}

.select select {
    width: 100%;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1.25rem;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select select:focus {
    border-color: #5a5a5a
}

.select:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    font-size: .6875rem;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none
}

.table.shows-information {
    display: inline-block
}

.table.shows-information td {
    display: block;
    vertical-align: top
}

.table.shows-information td:first-child {
    font-weight: 700;
    width: 9.125rem
}

.table.shows-information td p {
    margin: 0
}

.telephone-button {
    position: fixed;
    z-index: 10;
    width: 33.3333333333%;
    height: 3.75rem;
    padding: .75rem;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    text-indent: -9999px;
    transition: background .25s ease-in-out;
    text-align: center
}

.telephone-button:before {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    text-indent: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.telephone-button:hover {
    background: #000
}

.textarea {
    width: 100%;
    min-height: 13.875rem;
    padding: .625rem 1.25rem;
    border: 1px solid #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: vertical
}

.textarea:focus {
    border-color: #5a5a5a
}

.title {
    font-size: 2.25rem;
    line-height: 3.375rem
}

.title, .title.is-bigger {
    font-family: Montserrat, sans-serif
}

.title.is-bigger {
    font-size: 2rem;
    line-height: 3rem
}

.title.is-medium {
    font-size: 1.5rem
}

.title.is-medium, .title.is-small {
    font-family: Montserrat, sans-serif;
    line-height: 1.75rem
}

.title.is-small {
    font-size: 1.125rem
}

.title.has-pre-line {
    position: relative;
    padding: 0 0 0 2.5rem
}

.title.has-pre-line:after, .title.has-pre-line:before {
    position: absolute;
    content: "";
    top: .8125rem;
    left: 0
}

.title.has-pre-line:before {
    width: .25rem;
    height: 3.75rem;
    background: #fff
}

.title.has-pre-line:after {
    width: 1px;
    height: calc(100% - .875rem);
    background: hsla(0, 0%, 100%, .2)
}

.video {
    position: relative;
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    border: 4px solid #6caa00;
    border-radius: 50%
}

.video:before {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨ˆ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    font-size: 2.5rem;
    margin: 0 0 0 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video:after {
    position: absolute;
    content: "";
    width: 6.25rem;
    height: 6.25rem;
    background: #6caa00;
    transform: scale(0);
    transform-origin: center;
    transition: transform .25s ease-in-out;
    border-radius: 50%;
    top: -4px;
    left: -4px
}

.video:hover:after {
    background: #6caa00;
    transform: scale(1)
}

.breadcrumb {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem
}

.breadcrumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumb li {
    position: relative;
    text-decoration: underline
}

.breadcrumb li.is-active, .breadcrumb li:hover {
    text-decoration: none
}

.breadcrumb li:not(:last-child) {
    padding: 0 .875rem 0 0;
    margin: 0 .625rem 0 0
}

.breadcrumb li:not(:last-child):after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨ƒ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: .4375rem;
    transform: translateY(-50%)
}

.certificates {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

.certificates dt {
    padding: 0 1.75rem 0 0
}

.certificates dd {
    margin: 0
}

.certificates h2 {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: .625rem 0;
    font-weight: 400
}

.certificates ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -.5625rem
}

.certificates li {
    padding: 1.25rem .625rem
}

.certificates img {
    opacity: .5
}

.content-block {
    position: relative;
    background: #fff;
    z-index: 0
}

.content-block .container {
    margin: 0 auto
}

.content-block .title {
    margin: 0 0 1.5625rem
}

.content-block .title.is-medium {
    margin: 0 0 .5rem
}

.content-block .content {
    margin: 0 0 1.5rem
}

.content-block .content + .button:last-child, .content-block .pagination .content + a:last-child, .pagination .content-block .content + a:last-child {
    margin: 0 0 2.25rem
}

.content-block:nth-of-type(2n) {
    background: #f2f2f2
}

.content-block.has-dark-background {
    background: #1a1a1a;
    color: #fff
}

.content-block.is-call-to-action {
    color: #fff;
    padding: 5.375rem 0 6.25rem;
    background: #6caa00
}

.content-block.is-call-to-action .title {
    position: relative;
    margin: 0 0 1.8125rem
}

.content-block.is-call-to-action .content {
    margin: 0
}

.content-block.is-call-to-action .content + .button, .content-block.is-call-to-action .pagination .content + a, .pagination .content-block.is-call-to-action .content + a {
    margin: 1.75rem 0 0
}

.content-block.is-call-to-action .column {
    display: flex;
    align-items: center
}

.content-block.is-text-block {
    padding: 5rem 0 4rem
}

.content-block.is-text-block .image {
    width: 100%;
    margin: .0625rem 0 1.1875rem
}

.content-block.is-text-block.has-image-align-left .container, .content-block.is-text-block.has-image-align-right .container {
    display: flex;
    flex-wrap: wrap
}

.content-block.is-text-block.has-image-align-left .title, .content-block.is-text-block.has-image-align-right .title {
    order: -1
}

.content-block.is-text-block.has-columns {
    padding: 3.75rem 0 3.8125rem
}

.content-block.is-text-block.has-columns .column {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.content-block.is-text-block-with-large-image .container {
    max-width: 45rem;
    padding: 5rem 1.25rem 4rem;
    margin: 0
}

.content-block.is-text-block-with-large-image .image {
    min-height: 100%
}

.content-block.is-perks-block, .content-block.is-video-block {
    padding: 5rem 0 5.5rem
}

.content-block.is-perks-block .title, .content-block.is-video-block .title {
    text-align: center;
    margin: 0 0 2.25rem
}

.content-block.is-shortcut-blocks {
    padding: 5rem 0
}

.content-block.is-shortcut-blocks .column {
    padding: 1.25rem 0
}

.content-block.is-shortcut-blocks .button:last-child, .content-block.is-shortcut-blocks .pagination a:last-child, .pagination .content-block.is-shortcut-blocks a:last-child {
    margin: 0
}

.content-block.is-gallery {
    padding: 5rem 0 3.875rem
}

.content-block.is-gallery .title {
    text-align: center
}

.content-block.is-gallery .content {
    text-align: center;
    max-width: 57.5rem;
    margin: 0 auto 1.0625rem
}

.content-block.is-gallery .column {
    padding: 1.25rem 0
}

.content-block.is-call-to-action-form {
    color: #fff;
    background: #6caa00
}

.content-block.is-call-to-action-form .column:first-child {
    padding: 5.375rem 0 1.25rem
}

.content-block.is-call-to-action-form .column:last-child {
    position: relative
}

.content-block.is-call-to-action-form .caption {
    position: absolute;
    bottom: 0;
    left: 0
}

.content-block.is-maps-block {
    padding: 6.25rem 0
}

.content-block.is-form-block {
    padding: 5rem 0 6.125rem
}

.content-block.is-form-block .input, .content-block.is-form-block .textarea, .content-block.is-form-block select {
    border-color: #999
}

.content-block.is-form-block:nth-of-type(2n) .input, .content-block.is-form-block:nth-of-type(2n) .textarea, .content-block.is-form-block:nth-of-type(2n) select {
    border-color: #fff
}

.content-block.is-carriers-block {
    padding: 5rem 0 4.9375rem;
    text-align: center
}

.content-block.is-carriers-block .container:first-child {
    max-width: 57.5rem
}

.content-block.is-certificates {
    padding: .375rem 0
}

.content p {
    margin: 0 0 2.3125rem
}

.content p:last-child {
    margin: 0
}

.content a {
    color: inherit;
    text-decoration: underline
}

.content a:hover {
    text-decoration: none
}

.content .table {
    margin: 0 0 1rem
}

.faders {
    justify-content: center
}

.fader {
    position: relative;
    overflow: hidden
}

.fader:before {
    position: relative;
    display: block;
    content: "";
    padding: 0 0 66.6666666667%;
    background-color: transparent
}

.fader img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.fader .carrier, .fader img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.fader-control-center {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 .625rem
}

.field .label {
    width: 100%;
    padding: 0 .625rem 0 0;
    box-sizing: border-box
}

.field .control {
    width: 100%
}

.field.longanswer {
    padding: 0 0 .625rem;
    margin: 0
}

.footer-element {
    padding: 1rem 0 2.1875rem
}

.footer-element .title {
    position: relative;
    margin: 0 0 1.1875rem
}

.footer-element li:last-child .list-item, .footer-element li:nth-last-child(2) .list-item {
    border-bottom: none
}

.footer-element .content {
    margin: 0 0 1.25rem
}

.footer-element .link-icon {
    margin: 0 0 .3125rem
}

.footer-element .button, .footer-element .pagination a, .pagination .footer-element a {
    margin: 1.5rem 0 0
}

.footer-element .icon {
    margin: 0 0 1.1875rem
}

.footer-content {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    background: #1a1a1a;
    color: #fff;
    padding: 4.6875rem 0 3.25rem
}

.footer-content .container {
    margin: 0 auto
}

.form, .form form {
    width: 100%
}

.form .button, .form .pagination a, .pagination .form a {
    float: right;
    margin-top: .625rem
}

.is-download-form .form .button, .is-download-form .form .pagination a, .pagination .is-download-form .form a {
    float: left
}

.form .email2 {
    display: none
}

.google-maps {
    position: relative
}

.google-maps .google-maps__map {
    height: 31.25rem
}

.hero {
    position: relative;
    z-index: 0;
    background: #1a1a1a
}

.hero .hero__header {
    position: relative;
    z-index: 3;
    min-height: 7.5rem
}

.hero .hero__header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 12.5rem;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #1a1a1a, rgba(26, 26, 26, 0))
}

.hero .hero__content-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*min-height: 16.25rem;*/
    color: #fff
}

.home .hero .hero__content-container {
    position: relative;
    padding: 0
}

.home .hero .hero__content-container .column:first-child {
    margin: 1.25rem 0
}

.home .hero .hero__content-container .column:last-child {
    position: relative;
    margin: 1.25rem 0 3.75rem
}

.home .hero .hero__content-container:after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 12.5rem;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a)
}

.hero .hero__content {
    width: 100%
}

.hero .container {
    position: relative;
    margin: 0 auto
}

.hero .logo {
    position: absolute;
    top: 1.875rem;
    left: 1.25rem
}

.hero .hero__image {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    /*object-position: center*/
    object-position: 90% 30%;
}

.hero .title {
    width: 100%;
    margin: 0 0 1.125rem
}

.home .hero .title {
    font-weight: 400
}

.hero .video {
    margin: 0 auto
}

.hero iframe {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.intro-shortcuts {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    position: relative;
    z-index: 1;
    padding: 6.25rem 0;
    margin: 0
}

.intro-shortcuts .container {
    margin: 0 auto
}

.intro-shortcuts .title {
    margin: 0 0 1.0625rem
}

.intro-shortcuts .title a {
    padding: 0 0 0 2.25rem
}

.intro-shortcuts .title a:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨ƒ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: .6875rem;
    left: .4375rem;
    transition: left .25s ease-in-out
}

.intro-shortcuts .title a:hover:after {
    left: .625rem
}

.intro-shortcuts .content {
    margin: 0 0 .9375rem
}

.intro-shortcuts .list {
    color: #6caa00
}

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

.intro-shortcuts li:last-child {
    border-bottom: none
}

.intro-shortcuts .intro-shortcut {
    padding: 2.1875rem 2.5rem 2.5rem
}

.intro-shortcuts .link.has-arrow:before {
    background: rgba(0, 0, 0, .1)
}

.intro-shortcuts .column {
    background: #fff
}

.intro-shortcuts .column:nth-child(2) {
    background: #f2f2f2
}

.intro-shortcuts .column:nth-child(3) {
    background: #fff
}

.intro-shortcuts .column:nth-child(4) {
    background: #f2f2f2
}

.language {
    position: relative
}

.language > .language-link {
    display: block;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    width: 4.5rem;
    height: 3.125rem;
    color: #fff
}

.language > .language-link:before {
    content: "î¨";
    right: .9375rem;
    font-size: .625rem
}

.language > .language-link:after, .language > .language-link:before {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    text-indent: 0;
    transform: translateY(-50%)
}

.language > .language-link:after {
    content: "î¨…";
    left: .9375rem;
    font-size: 1.375rem
}

.language:hover {
    background: #313131
}

.language:hover .language-dropdown {
    display: block
}

.language .language-dropdown {
    position: absolute;
    right: 0;
    background: #fff;
    display: none;
    background: #313131
}

.language .language-dropdown .language-item {
    padding: .125rem 1rem;
    color: #fff;
    display: block;
    text-decoration: none
}

.language .language-dropdown .language-item:first-child {
    padding-top: .8125rem
}

.language .language-dropdown .language-item:last-child {
    padding-bottom: .8125rem
}

.language .language-dropdown .language-item:hover {
    text-decoration: underline
}

.legal {
    background: #313131;
    padding: 1.125rem 0 1rem
}

.legal .container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto
}

.legal .legal__item {
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    line-height: 1.75rem;
    color: hsla(0, 0%, 100%, .5);
    margin: 0 1.0625rem 0 0
}

.lg-backdrop {
    background: #6caa00
}

.lg-backdrop.in {
    opacity: .8
}

/*.modal {*/
/*    position: fixed;*/
/*    z-index: 10000;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    visibility: hidden;*/
/*    opacity: 0*/
/*}*/

.modal.is-visible {
    visibility: visible;
    opacity: 1
}

.modal-background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(108, 170, 0, .8)
}

.modal-container {
    position: relative;
    width: 100%;
    max-width: 61.25rem;
    max-height: 100vh;
    padding: 3.125rem 1.25rem;
    margin: 0 auto;
    overflow: hidden
}

.model-content {
    position: relative;
    text-align: left;
    background: #fff;
    padding: 2.25rem 3.125rem .875rem;
    max-height: calc(100vh - 100px);
    overflow: auto
}

.model-close {
    position: absolute;
    width: 2.25rem;
    height: 2.25rem;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    cursor: pointer;
    transition: background .25s ease-in-out
}

.model-close:hover {
    background: #6caa00
}

.modal-next, .modal-prev {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    transition: background .25s ease-in-out;
    cursor: pointer;
    text-indent: -9999px
}

.modal-next:after, .modal-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0
}

.modal-next:hover, .modal-prev:hover {
    background: #6caa00
}

.modal-prev {
    left: 1.25rem
}

.modal-prev:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨‚";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5625rem
}

.modal-next {
    right: 1.25rem
}

.modal-next:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨ƒ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .5625rem
}

.navbar.header-menu {
    display: none;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-height: 7.5rem;
    padding: 0 9.0625rem 0 20rem
}

.navbar.header-menu .navbar-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: .4375rem 1rem
}

.navbar.header-menu .navbar-link:hover {
    background: #313131
}

.navbar.side-menu {
    position: fixed;
    z-index: 1000;
    width: 25rem;
    height: 100vh;
    top: 0;
    right: -25rem;
    background: #fff;
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.navbar.side-menu.is-open {
    right: 0;
    opacity: 1
}

.navbar.side-menu .navbar-container {
    height: 100%;
    padding: 8.625rem 0 5rem;
    overflow-y: scroll
}

.navbar.side-menu .navbar-item {
    padding: 0
}

.navbar.side-menu .navbar-item:first-child .navbar-link {
    border-top: 1px solid #d3e6b3
}

.navbar.side-menu .navbar-item.has-dropdown {
    position: relative
}

.navbar.side-menu .navbar-item.has-dropdown:after {
    content: "î¨";
    position: absolute;
    font-size: .6875rem;
    top: 2.0625rem;
    right: 1.25rem;
    transform: translateY(-50%);
    color: inherit
}

.navbar.side-menu .navbar-item.has-dropdown.is-open:after, .navbar.side-menu .navbar-item.has-dropdown:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar.side-menu .navbar-item.has-dropdown.is-open:after {
    content: "î¨ƒ"
}

.navbar.side-menu .navbar-item.has-dropdown.is-open .navbar-dropdown {
    display: block
}

.navbar.side-menu .navbar-link {
    display: block;
    width: 100%;
    padding: .8125rem 2.5rem .9375rem;
    border-bottom: 1px solid #d3e6b3;
    font-size: 1.125rem;
    transition: all .25s ease-in-out
}

.navbar.side-menu .navbar-link.is-active {
    color: #fff
}

.navbar.side-menu .navbar-link:hover {
    color: #6caa00
}

.navbar.side-menu .navbar-link.is-active, .navbar.side-menu .navbar-link:hover {
    background: #d3e6b3
}

.navbar.side-menu .navbar-dropdown {
    display: none
}

.navbar.side-menu .navbar-dropdown .navbar-link {
    padding: .8125rem 3.75rem .9375rem
}

.navbar.side-menu .navbar-dropdown .navbar-link:first-child {
    border-top: none
}

.navbar.side-menu .language {
    position: relative;
    padding: 0 2.5rem;
    margin: 2.5rem 0 0
}

.navbar.side-menu .language > .language-link {
    position: relative;
    border: 1px solid #d3e6b3;
    border-radius: 25px;
    padding: .3125rem 3.125rem .625rem 3.75rem;
    width: 100%;
    color: #000;
    text-indent: 0
}

.navbar.side-menu .language.is-open, .navbar.side-menu .language:hover {
    background: #fff
}

.navbar.side-menu .language.is-open > .language-link, .navbar.side-menu .language:hover > .language-link {
    border-radius: 25px 25px 0 0;
    background: #fff
}

.navbar.side-menu .language.is-open .language-dropdown, .navbar.side-menu .language:hover .language-dropdown {
    opacity: 1;
    visibility: visible
}

.navbar.side-menu .language .language-dropdown {
    position: absolute;
    width: calc(100% - 5rem);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
    color: #000;
    right: 2.5rem;
    background: #fff;
    border: 1px solid #d3e6b3;
    border-top: none
}

.navbar.side-menu .language .language-dropdown .language-item {
    padding: .3125rem .9375rem;
    border-top: 1px solid #d3e6b3;
    color: #000
}

.navbar.side-menu .language .language-dropdown .language-item:first-child {
    padding-top: .8125rem;
    border-top: none
}

.navbar.side-menu .language .language-dropdown .language-item:last-child {
    padding-bottom: .8125rem
}

.navbar-background {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(108, 170, 0, .8);
    opacity: 0;
    visibility: hidden
}

.navbar-background.is-active {
    opacity: 1;
    visibility: visible
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.perks {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    color: #000
}

.perks .perks__navigation-container {
    padding: 2.375rem 2.25rem .875rem;
    background: #fff;
    order: -1
}

.perks .swiper-pagination-bullet {
    width: 100%;
    height: auto;
    background: none;
    opacity: 1;
    font-weight: 700;
    margin: 0 0 1.5rem
}

.perks .swiper-pagination-bullet-active {
    position: relative;
    color: #6caa00
}

.perks .swiper-pagination-bullet-active span {
    position: relative
}

.perks .swiper-pagination-bullet-active span:after {
    position: absolute;
    content: "";
    width: 3.125rem;
    height: 2px;
    left: 0;
    bottom: -.4375rem;
    background: #6caa00
}

.perks .perk {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    background: #f2f2f2
}

.perks .perk .perk__content {
    padding: 2.4375rem 3.125rem
}

.pagination .perks .perk a, .perks .perk .button, .perks .perk .pagination a {
    margin-top: 2.25rem
}

.perks .perk img {
    position: relative;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.perks .perk .title {
    display: none
}

.perks .perk .caption {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0
}

.route-form {
    z-index: 1;
    width: 100%;
    max-width: 42.5rem;
    padding: 1.25rem 0
}

.route-form .input, .route-form .select, .route-form button {
    margin: 0 0 1.25rem
}

.shortcut {
    display: block
}

.shortcut img {
    transform: scale(1);
    transition: transform .25s ease-in-out
}

.shortcut:hover img {
    transform: scale(1.1)
}

.shortcut .shortcut__text {
    background: #f2f2f2;
    padding: 1.875rem 3.125rem
}

.content-block:nth-of-type(2n) .shortcut .shortcut__text {
    background: #fff
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    top: 50%;
    right: 0;
    background: hsla(0, 0%, 100%, .8);
    transition: background .25s ease-in-out
}

.swiper-button-next:after, .swiper-button-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6caa00
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(108, 170, 0, .4)
}

.swiper-button-next {
    margin-top: -2rem
}

.swiper-button-next:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨ƒ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.swiper-button-prev {
    margin-top: 2rem;
    left: auto
}

.swiper-button-prev:after {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-family: icon;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    content: "î¨‚";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: 80%;
    /*overflow-y: scroll;*/
    min-width: 320px;
    /*overflow-x: hidden*/
}

body, html.has-no-overflow {
    /*overflow: hidden*/
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    line-height: 2.25rem;
    padding: 0 0 3.75rem
}

.has-no-overflow body {
    overflow-y: scroll;
    overflow-x: hidden
}

header {
    z-index: 2;
    background: #1a1a1a
}

header, main {
    position: relative
}

.home main {
    background: #1a1a1a
}

@media only screen and (min-width: 320px) {
    .column.is-75-ms {
        width: 75%
    }

    .column.is-66-ms {
        width: 66.6666666667%
    }

    .column.is-50-ms {
        width: 50%
    }

    .column.is-33-ms {
        width: 33.3333333333%
    }

    .column.is-25-ms {
        width: 25%
    }

    .column.is-20-ms {
        width: 20%
    }

    .column.is-16-ms {
        width: 16.6666666667%
    }
}

@media only screen and (min-width: 375px) {
    .column.is-75-mm {
        width: 75%
    }

    .column.is-66-mm {
        width: 66.6666666667%
    }

    .column.is-50-mm {
        width: 50%
    }

    .column.is-33-mm {
        width: 33.3333333333%
    }

    .column.is-25-mm {
        width: 25%
    }

    .column.is-20-mm {
        width: 20%
    }

    .column.is-16-mm {
        width: 16.6666666667%
    }
}

@media only screen and (min-width: 432px) {
    .column.is-75-ml {
        width: 75%
    }

    .column.is-66-ml {
        width: 66.6666666667%
    }

    .column.is-50-ml {
        width: 50%
    }

    .column.is-33-ml {
        width: 33.3333333333%
    }

    .column.is-25-ml {
        width: 25%
    }

    .column.is-20-ml {
        width: 20%
    }

    .column.is-16-ml {
        width: 16.6666666667%
    }

    .button, .pagination a {
        font-size: 1.1875rem
    }

    .table.shows-information td {
        display: table-cell
    }

    .title.is-bigger {
        font-size: 2.5rem;
        line-height: 3.75rem
    }

    .modal-container {
        padding: 3.125rem 3.75rem
    }

    .modal-next, .modal-prev {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%)
    }

    .modal-prev {
        left: .3125rem
    }

    .modal-next {
        right: .3125rem
    }

    html {
        font-size: 90%
    }

    body {
        font-size: 1.1875rem
    }
}

@media only screen and (min-width: 600px) {
    .button, .pagination a {
        font-size: 1.0rem
    }

    html {
        font-size: 100%
    }

    body {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 768px) {
    .column.is-75-t {
        width: 75%
    }

    .column.is-66-t {
        width: 66.6666666667%
    }

    .column.is-50-t {
        width: 50%
    }

    .column.is-33-t {
        width: 33.3333333333%
    }

    .column.is-25-t {
        width: 25%
    }

    .column.is-20-t {
        width: 20%
    }

    .column.is-16-t {
        width: 16.6666666667%
    }

    .title.is-bigger {
        font-size: 3rem;
        line-height: 4.5rem
    }

    .field {
        align-items: center
    }

    .field.longanswer {
        align-items: unset
    }

    .field .label {
        width: 15rem
    }

    .field .control {
        width: calc(100% - 240px)
    }

    .intro-shortcuts .column:nth-child(3) {
        background: #f2f2f2
    }

    .intro-shortcuts .column:nth-child(4) {
        background: #fff
    }

    .perks .perks__slider {
        float: left;
        width: calc(100% - 20rem)
    }

    .perks .perks__navigation-container {
        float: left;
        width: 20rem;
        padding: 2.375rem 3.125rem .875rem
    }

    .route-form {
        display: flex
    }

    .route-form .input, .route-form .select {
        flex-grow: 1;
        margin: 0 20px 0 0
    }

    .route-form button {
        flex-shrink: 0
    }

    .route-form button:last-child {
        margin: 0
    }
}

@media only screen and (min-width: 1024px) {
    .column.is-75-l {
        width: 75%
    }

    .column.is-66-l {
        width: 66.6666666667%
    }

    .column.is-50-l {
        width: 50%
    }

    .column.is-33-l {
        width: 33.3333333333%
    }

    .column.is-25-l {
        width: 25%
    }

    .column.is-20-l {
        width: 20%
    }

    .column.is-16-l {
        width: 16.6666666667%
    }

    .hamburger {
        width: 7.8125rem;
        height: 7.5rem;
        margin: 0;
        border-radius: 0;
        top: 0;
        right: 7.8125rem;
        bottom: auto;
        transform: none;
        visibility: hidden;
        opacity: 0;
        transition: opacity .25s ease-in-out
    }

    .headroom--not-top .hamburger {
        visibility: visible;
        opacity: 1
    }

    .has-no-overflow .hamburger {
        right: 8.8125rem
    }

    .hamburger .hamburger-label {
        display: block
    }

    .hamburger .hamburger-box {
        margin-top: 1rem
    }

    .quote-button:after {
        top: 1.875rem;
        transform: translateX(-50%)
    }

    .quote-button {
        height: 7.5rem;
        padding: 4.125rem 0 0;
        top: 0;
        left: auto;
        text-indent: 0
    }

    .quote-button, .telephone-button {
        width: 7.8125rem;
        right: 0;
        bottom: auto
    }

    .telephone-button {
        top: 7.5rem;
        background: rgba(0, 0, 0, .8)
    }

    .telephone-button:before {
        position: relative;
        padding: 0 .5625rem 0 0;
        top: 0;
        left: 0;
        transform: none;
        font-size: 1.125rem
    }

    .headroom--top .telephone-button:before {
        position: absolute;
        padding: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .headroom--not-top .telephone-button {
        width: 15.625rem;
        text-indent: 0
    }

    .has-no-overflow .telephone-button {
        right: 1rem
    }

    .content-block.is-call-to-action .title {
        margin: 0
    }

    .content-block.is-text-block.has-image-align-left .container, .content-block.is-text-block.has-image-align-right .container {
        display: block
    }

    .content-block.is-text-block.has-image-align-right .image {
        float: right;
        width: 50%;
        margin: .9375rem 0 2.25rem 5rem
    }

    .content-block.is-text-block.has-image-align-left .image {
        float: left;
        width: 50%;
        margin: .9375rem 5rem 2.25rem
    }

    .content-block.is-text-block-with-large-image .column:last-child {
        display: flex;
        align-items: center
    }

    .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child, .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child {
        position: relative;
        overflow: hidden
    }

    .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child:after, .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child:before, .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child:after, .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child:before {
        position: absolute;
        content: "";
        z-index: 1;
        width: 145px;
        height: 100%;
        top: 0
    }

    .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child:before, .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child:before {
        background: #fff;
        z-index: 2
    }

    .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child:after, .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child:after {
        background: hsla(0, 0%, 100%, .5)
    }

    .content-block.is-text-block-with-large-image.has-image-align-left:nth-of-type(2n) .column:first-child:before, .content-block.is-text-block-with-large-image.has-image-align-right:nth-of-type(2n) .column:first-child:before {
        background: #f2f2f2
    }

    .content-block.is-text-block-with-large-image.has-image-align-left:nth-of-type(2n) .column:first-child:after, .content-block.is-text-block-with-large-image.has-image-align-right:nth-of-type(2n) .column:first-child:after {
        background: hsla(0, 0%, 94.9%, .5)
    }

    .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child:after, .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child:before {
        left: 100%;
        transform: skew(-5deg) translateX(-45px)
    }

    .content-block.is-text-block-with-large-image.has-image-align-left .column:first-child:after {
        transform: skew(-5deg) translateX(-145px)
    }

    .content-block.is-text-block-with-large-image.has-image-align-right .container {
        padding: 5rem 6.25rem 4rem 1.25rem;
        margin: 0 0 0 auto
    }

    .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child {
        order: 1
    }

    .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child:after, .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child:before {
        left: 0;
        transform: skew(-5deg) translateX(-100px)
    }

    .content-block.is-text-block-with-large-image.has-image-align-right .column:first-child:after {
        transform: skew(-5deg) translateX(0)
    }

    .content-block.is-text-block-with-large-image .container {
        padding: 5rem 1.25rem 4rem 6.25rem
    }

    .content-block.is-call-to-action-form .column:first-child {
        padding: 5.375rem 0 6.25rem
    }

    .content-block.is-call-to-action-form .column:last-child .image {
        width: 100%;
        bottom: 0
    }

    .form .button, .form .pagination a, .pagination .form a {
        margin-top: 0
    }

    .google-maps .route-form {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }

    .home .hero .hero__content-container {
        height: calc(var(--vh, 1vh) - 7.5rem);
        padding: 0 0 9.375rem
    }

    .home .hero .hero__content-container .column:last-child {
        margin: 1.25rem 0
    }

    .hero .video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .intro-shortcuts {
        padding: 0 0 6.25rem;
        margin: -9.375rem 0 0
    }

    .intro-shortcuts .column:nth-child(3) {
        background: #fff
    }

    .intro-shortcuts .column:nth-child(4) {
        background: #f2f2f2
    }

    .navbar.header-menu {
        display: flex;
        visibility: visible;
        opacity: 1;
        transition: all .25s ease-in-out
    }

    .headroom--not-top .navbar.header-menu {
        visibility: visible;
        opacity: 1
    }

    .perks .perk .perk__content {
        width: 54%
    }

    .perks .perk .caption, .perks .perk .image {
        width: 46%
    }

    .route-form {
        padding: 1.25rem
    }

    body {
        padding: 0
    }
}

@media only screen and (min-width: 1280px) {
    .column.is-75-lm {
        width: 75%
    }

    .column.is-66-lm {
        width: 66.6666666667%
    }

    .column.is-50-lm {
        width: 50%
    }

    .column.is-33-lm {
        width: 33.3333333333%
    }

    .column.is-25-lm {
        width: 25%
    }

    .column.is-20-lm {
        width: 20%
    }

    .column.is-16-lm {
        width: 16.6666666667%
    }

    .content-block.is-text-block.has-image-align-left .image, .content-block.is-text-block.has-image-align-right .image {
        width: 100%;
        max-width: 42.5rem
    }
}

@media only screen and (min-width: 1440px) {
    .column.is-75-ll {
        width: 75%
    }

    .column.is-66-ll {
        width: 66.6666666667%
    }

    .column.is-50-ll {
        width: 50%
    }

    .column.is-33-ll {
        width: 33.3333333333%
    }

    .column.is-25-ll {
        width: 25%
    }

    .column.is-20-ll {
        width: 20%
    }

    .column.is-16-ll {
        width: 16.6666666667%
    }

    .title.has-pre-line {
        padding: 0 0 0 1.25rem
    }

    .title.has-pre-line:after, .title.has-pre-line:before {
        left: -.8125rem
    }
}

@media only screen and (min-width: 1680px) {
    .column.is-75-ds {
        width: 75%
    }

    .column.is-66-ds {
        width: 66.6666666667%
    }

    .column.is-50-ds {
        width: 50%
    }

    .column.is-33-ds {
        width: 33.3333333333%
    }

    .column.is-25-ds {
        width: 25%
    }

    .column.is-20-ds {
        width: 20%
    }

    .column.is-16-ds {
        width: 16.6666666667%
    }

    .title.has-pre-line {
        padding: 0
    }

    .title.has-pre-line:after, .title.has-pre-line:before {
        left: -2.0625rem
    }

    .navbar.header-menu {
        padding: 0 0 0 20rem
    }
}

@media only screen and (min-width: 1920px) {
    .column.is-75-d {
        width: 75%
    }

    .column.is-66-d {
        width: 66.6666666667%
    }

    .column.is-50-d {
        width: 50%
    }

    .column.is-33-d {
        width: 33.3333333333%
    }

    .column.is-25-d {
        width: 25%
    }

    .column.is-20-d {
        width: 20%
    }

    .column.is-16-d {
        width: 16.6666666667%
    }
}

@media only screen and (min-width: 2560px) {
    .column.is-75-4k {
        width: 75%
    }

    .column.is-66-4k {
        width: 66.6666666667%
    }

    .column.is-50-4k {
        width: 50%
    }

    .column.is-33-4k {
        width: 33.3333333333%
    }

    .column.is-25-4k {
        width: 25%
    }

    .column.is-20-4k {
        width: 20%
    }

    .column.is-16-4k {
        width: 16.6666666667%
    }
}

a.button:hover{
    text-decoration: none;
    color: white;
}

h6{
    color: #262E38;
    margin-top:1em;
}

.btn-info{
    background-color: #0066AA;
    background: #0066AA;
    margin: 3px;
}

.btn-outline-primary {
    color: #0066AA;
    border-color: #0066AA;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0066AA;
    border-color: #0066AA;
}

.hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}