.portfolio_page { background-color: #EBEBEB;}
.portfolio_list:not(.last_portfolio__list) { margin-top: 40px; margin-bottom: 40px; }
.portfolio_list:not(.last_portfolio__list) .col-4:nth-child(3n+1) { clear: left;}
.portfolio_list:not(.last_portfolio__list) .portfolio_list__item { margin-bottom: 40px;}

.portfolio_item__link { color: #073044; text-decoration: none; display: block;}
.portfolio_item__link:hover { color: #008fd5;}
.portfolio_item__img_wrap { margin-bottom: 15px; position: relative;}
.portfolio_item__img { display: block; line-height: 1;}
.portfolio_item__title { font-style: italic; text-align: center; line-height: 1.1;}
.portfolio_item__short_desc { position: absolute; z-index: 2; margin: auto; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,143,213,0.9); color: #fff; transition: opacity 0.2s ease; font-style: italic; opacity: 0;}
.portfolio_item__link:hover .portfolio_item__short_desc { opacity: 1;}
.portfolio_item__short_desc > span { display: block; text-align: center; padding: 0 30px; position: relative; top: 50%; transform: translateY(-50%);}

.ytop__title {
	margin-bottom: 0;
}


.portfolio_page__props_item { color: #868686; margin-bottom: 12px; position: relative; padding-left: 28px; }
.portfolio_page__props_item:before { position: absolute; z-index: 2; left: 0; top: 0; }
.portfolio_page__link:before { content: url(/img/portfolio-link.png); }
.portfolio_page__type:before { content: url(/img/portfolio-type.png); }
.portfolio_page__date:before { content: url(/img/portfolio-date.png); }
.portfolio_page__pack:before { content: url(/img/portfolio-pack.png); }
.portfolio_page__proto_wrap { padding: 40px 0; background-size: cover; background-position: center top;}
.portfolio_page__proto { column-count: 6;}
.portfolio_page__proto > a { margin-bottom: 20px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.4); overflow: hidden;}
.portfolio_page__design_desc { max-width: 960px; margin: 0 auto 40px;}
.portfolio_page__inside { column-count: 5;}
.portfolio_page__inside > a { margin-bottom: 20px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.4); overflow: hidden;}

.portfolio_page__proto_wrap .full_description h2 { text-align: center;}
.portfolio_page__proto_wrap .full_description h3 { text-align: center; font-size: 22px;}


.portfolio_menu { margin-top: 40px;}
.portfolio_menu__item { display: inline-block; margin-right: 8px;}
.portfolio_menu__link { display: block; font-size: 16px;  font-family: "PTSansBold"; padding: 5px 10px; border-radius: 3px; }
.portfolio_menu__link:hover { background-color: #008FD5; color: #fff;}
.portfolio_menu__link.active { background-color: #008FD5; color: #fff;}

h1, .h1 {
    font-size: 32px;
    font-family: "DaysRegular";
    margin-bottom: 19px;
    text-transform: uppercase;
    letter-spacing: 2.7px;}


    
@media screen and (max-width: 767px) {
    .fixed-block {
        width: 257px;
        padding: 10px;
    }
    .fixed-block-wrapper {
        padding: 10px;
    }
    .fixed-block-title {
        font-size: 18px;
        width: 100%;
        display: block;
        line-height: 130%;
    }
    .fixed-block-title span {
        margin-left: 77px;
    }
    .fixed-block-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .fixed-block-wrapper ul li {
        font-size: 14px;
    }
    .fixed-block-section::after {
        display: none;
    }
    .scrollto {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        background-size: cover;
    }
    .fixed-block-bottom {
        transform: scale(0.6);
        top: 68px;
        right: -40px;
    }
    .fixed-block-close-btn {
        right: 10px;
        top: -70px;
    }
}

.header-logo span {
    font-size: 12px;
    white-space: nowrap;
}
    
.modal-main {
    z-index: 1000000000 !important;
}

.m-tooltip {
    position: relative;
}

.m-tooltip-content {
    max-width: 200px;
    width: 200px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 13px;
    color: #000;
    position: absolute;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    font-size: 14px;
    bottom: calc(100% + 10px);
    left: 14px;
    font-weight: 400;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.m-tooltip-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: #fff;
    border-radius: 2px;
    width: 15px;
    height: 15px;
}
.m-tooltip-star-content {
    position: relative;
}
.m-tooltip:hover .m-tooltip-content  {
    opacity: 1;
    visibility: visible;
}


.section-slider-items .swiper-button-next img, 
.section-slider-items .swiper-button-prev img {
    display: none;
  }
  .section-slider-items .swiper-button-next, 
  .section-slider-items .swiper-button-prev  {
    background-image: url("/img/arrow-slick-slider.svg");
    background-size: contain;
  }

.slider-item-text {
    background-image: none !important;
}
.personnel-form-top .personnel-form-item {
    flex-grow: 1;
    display: flex;
}
.personnel-form-top .personnel-form-item input {
    flex-grow: 1;
}
.header-logo span {
    font-size: 12px !important;
    white-space: nowrap !important;
    margin-top: 5px !important;
}
.answer-item-open .icon-open {
    display: none !important;
}
.answer-item-open .icon-close {
    display: flex !important;
}
.answer-item {
    background-color: transparent !important;
}
.answer-item-body {
    background-color: #fff;
}
.answer {
    z-index: 1;
}
.answer:before {
    content: '' !important;
    width: 2000px !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    background-color: #f7f7f7 !important;
    z-index: -1 !important;
    opacity: 1 !important;

}
.answer-about {
    margin-top: 40px;
}
.answer::before {
  display: none;
}
.answer {
  padding-top: 0;
}
.article_page .answer-item-title {
  background-color: #fff;
} 
.answer-item {
  background-color: transparent;
}

@charset "UTF-8";

.page-context {
	/*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */
	/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
}
 .page-context html {
	 font-family: sans-serif;
	 -ms-text-size-adjust: 100%;
	 -webkit-text-size-adjust: 100%;
}
 .page-context body {
	 margin: 0;
}
 .page-context article, .page-context aside, .page-context details, .page-context figcaption, .page-context figure, .page-context footer, .page-context header, .page-context main, .page-context menu, .page-context nav, .page-context section, .page-context summary {
	 display: block;
}
 .page-context audio, .page-context canvas, .page-context progress, .page-context video {
	 display: inline-block;
	 vertical-align: baseline;
}
 .page-context audio:not([controls]) {
	 display: none;
	 height: 0;
}
 .page-context [hidden], .page-context template {
	 display: none;
}
 .page-context a {
	 background-color: transparent;
}
 .page-context a:active, .page-context a:hover {
	 outline: 0;
}
 .page-context abbr[title] {
	 border-bottom: 1px dotted;
}
 .page-context b, .page-context strong {
	 font-weight: 700;
}
 .page-context dfn {
	 font-style: italic;
}
 .page-context mark {
	 background: #ff0;
	 color: #000;
}
 .page-context sub, .page-context sup {
	 font-size: 75%;
	 line-height: 0;
	 position: relative;
	 vertical-align: baseline;
}
 .page-context sup {
	 top: -0.5em;
}
 .page-context sub {
	 bottom: -0.25em;
}
 .page-context img {
	 border: 0;
}
 .page-context svg:not(:root) {
	 overflow: hidden;
}
 .page-context blockquote, .page-context figure {
	 margin: 0;
}
 .page-context hr {
	 -webkit-box-sizing: content-box;
	 box-sizing: content-box;
	 height: 0;
}
 .page-context pre {
	 overflow: auto;
}
 .page-context code, .page-context kbd, .page-context pre, .page-context samp {
	 font-family: monospace, monospace;
	 font-size: 1em;
}
 .page-context button, .page-context input, .page-context optgroup, .page-context select, .page-context textarea {
	 color: inherit;
	 font: inherit;
	 margin: 0;
}
 .page-context fieldset {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
	 font-size: 100%;
	 vertical-align: baseline;
	 background: 0 0;
}
 .page-context button {
	 overflow: visible;
}
 .page-context button, .page-context select {
	 text-transform: none;
}
 .page-context button, .page-context html input[type=button], .page-context input[type=reset], .page-context input[type=submit] {
	 -webkit-appearance: button;
	 cursor: pointer;
}
 .page-context button[disabled], .page-context html input[disabled] {
	 cursor: default;
}
 .page-context button::-moz-focus-inner, .page-context input::-moz-focus-inner {
	 border: 0;
	 padding: 0;
}
 .page-context input {
	 line-height: normal;
}
 .page-context input[type=checkbox], .page-context input[type=radio] {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0;
}
 .page-context input[type=number]::-webkit-inner-spin-button, .page-context input[type=number]::-webkit-outer-spin-button {
	 height: auto;
}
 .page-context input[type=search] {
	 -webkit-appearance: textfield;
	 -webkit-box-sizing: content-box;
	 box-sizing: content-box;
}
 .page-context input[type=search]::-webkit-search-cancel-button, .page-context input[type=search]::-webkit-search-decoration {
	 -webkit-appearance: none;
}
 .page-context legend {
	 border: 0;
}
 .page-context textarea {
	 overflow: auto;
}
 .page-context optgroup {
	 font-weight: 700;
}
 .page-context table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
 .page-context legend, .page-context td, .page-context th {
	 padding: 0;
}
 @-webkit-keyframes bounce {
	 0%, 20%, 53%, 80%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 40%, 43% {
		 -webkit-transform: translate3d(0, -30px, 0);
		 transform: translate3d(0, -30px, 0);
	}
	 40%, 43%, 70% {
		 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	 70% {
		 -webkit-transform: translate3d(0, -15px, 0);
		 transform: translate3d(0, -15px, 0);
	}
	 90% {
		 -webkit-transform: translate3d(0, -4px, 0);
		 transform: translate3d(0, -4px, 0);
	}
}
 @keyframes bounce {
	 0%, 20%, 53%, 80%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 40%, 43% {
		 -webkit-transform: translate3d(0, -30px, 0);
		 transform: translate3d(0, -30px, 0);
	}
	 40%, 43%, 70% {
		 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	 70% {
		 -webkit-transform: translate3d(0, -15px, 0);
		 transform: translate3d(0, -15px, 0);
	}
	 90% {
		 -webkit-transform: translate3d(0, -4px, 0);
		 transform: translate3d(0, -4px, 0);
	}
}
 @-webkit-keyframes flash {
	 0%, 50%, to {
		 opacity: 1;
	}
	 25%, 75% {
		 opacity: 0;
	}
}
 @keyframes flash {
	 0%, 50%, to {
		 opacity: 1;
	}
	 25%, 75% {
		 opacity: 0;
	}
}
 @-webkit-keyframes pulse {
	 0%, to {
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
	 50% {
		 -webkit-transform: scale3d(1.05, 1.05, 1.05);
		 transform: scale3d(1.05, 1.05, 1.05);
	}
}
 @keyframes pulse {
	 0%, to {
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
	 50% {
		 -webkit-transform: scale3d(1.05, 1.05, 1.05);
		 transform: scale3d(1.05, 1.05, 1.05);
	}
}
 @-webkit-keyframes rubberBand {
	 0%, to {
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
	 30% {
		 -webkit-transform: scale3d(1.25, 0.75, 1);
		 transform: scale3d(1.25, 0.75, 1);
	}
	 40% {
		 -webkit-transform: scale3d(0.75, 1.25, 1);
		 transform: scale3d(0.75, 1.25, 1);
	}
	 50% {
		 -webkit-transform: scale3d(1.15, 0.85, 1);
		 transform: scale3d(1.15, 0.85, 1);
	}
	 65% {
		 -webkit-transform: scale3d(0.95, 1.05, 1);
		 transform: scale3d(0.95, 1.05, 1);
	}
	 75% {
		 -webkit-transform: scale3d(1.05, 0.95, 1);
		 transform: scale3d(1.05, 0.95, 1);
	}
}
 @keyframes rubberBand {
	 0%, to {
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
	 30% {
		 -webkit-transform: scale3d(1.25, 0.75, 1);
		 transform: scale3d(1.25, 0.75, 1);
	}
	 40% {
		 -webkit-transform: scale3d(0.75, 1.25, 1);
		 transform: scale3d(0.75, 1.25, 1);
	}
	 50% {
		 -webkit-transform: scale3d(1.15, 0.85, 1);
		 transform: scale3d(1.15, 0.85, 1);
	}
	 65% {
		 -webkit-transform: scale3d(0.95, 1.05, 1);
		 transform: scale3d(0.95, 1.05, 1);
	}
	 75% {
		 -webkit-transform: scale3d(1.05, 0.95, 1);
		 transform: scale3d(1.05, 0.95, 1);
	}
}
 @-webkit-keyframes shake {
	 0%, to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 10%, 30%, 50%, 70%, 90% {
		 -webkit-transform: translate3d(-10px, 0, 0);
		 transform: translate3d(-10px, 0, 0);
	}
	 20%, 40%, 60%, 80% {
		 -webkit-transform: translate3d(10px, 0, 0);
		 transform: translate3d(10px, 0, 0);
	}
}
 @keyframes shake {
	 0%, to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 10%, 30%, 50%, 70%, 90% {
		 -webkit-transform: translate3d(-10px, 0, 0);
		 transform: translate3d(-10px, 0, 0);
	}
	 20%, 40%, 60%, 80% {
		 -webkit-transform: translate3d(10px, 0, 0);
		 transform: translate3d(10px, 0, 0);
	}
}
 @-webkit-keyframes headShake {
	 0%, 50% {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
	}
	 6.5% {
		 -webkit-transform: translateX(-6px) rotateY(-9deg);
		 transform: translateX(-6px) rotateY(-9deg);
	}
	 18.5% {
		 -webkit-transform: translateX(5px) rotateY(7deg);
		 transform: translateX(5px) rotateY(7deg);
	}
	 31.5% {
		 -webkit-transform: translateX(-3px) rotateY(-5deg);
		 transform: translateX(-3px) rotateY(-5deg);
	}
	 43.5% {
		 -webkit-transform: translateX(2px) rotateY(3deg);
		 transform: translateX(2px) rotateY(3deg);
	}
}
 @keyframes headShake {
	 0%, 50% {
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
	}
	 6.5% {
		 -webkit-transform: translateX(-6px) rotateY(-9deg);
		 transform: translateX(-6px) rotateY(-9deg);
	}
	 18.5% {
		 -webkit-transform: translateX(5px) rotateY(7deg);
		 transform: translateX(5px) rotateY(7deg);
	}
	 31.5% {
		 -webkit-transform: translateX(-3px) rotateY(-5deg);
		 transform: translateX(-3px) rotateY(-5deg);
	}
	 43.5% {
		 -webkit-transform: translateX(2px) rotateY(3deg);
		 transform: translateX(2px) rotateY(3deg);
	}
}
 @-webkit-keyframes swing {
	 20% {
		 -webkit-transform: rotate(15deg);
		 transform: rotate(15deg);
	}
	 40% {
		 -webkit-transform: rotate(-10deg);
		 transform: rotate(-10deg);
	}
	 60% {
		 -webkit-transform: rotate(5deg);
		 transform: rotate(5deg);
	}
	 80% {
		 -webkit-transform: rotate(-5deg);
		 transform: rotate(-5deg);
	}
	 to {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
}
 @keyframes swing {
	 20% {
		 -webkit-transform: rotate(15deg);
		 transform: rotate(15deg);
	}
	 40% {
		 -webkit-transform: rotate(-10deg);
		 transform: rotate(-10deg);
	}
	 60% {
		 -webkit-transform: rotate(5deg);
		 transform: rotate(5deg);
	}
	 80% {
		 -webkit-transform: rotate(-5deg);
		 transform: rotate(-5deg);
	}
	 to {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
}
 @-webkit-keyframes tada {
	 0%, to {
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
	 10%, 20% {
		 -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		 transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	 30%, 50%, 70%, 90% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		 transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	 40%, 60%, 80% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		 transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
}
 @keyframes tada {
	 0%, to {
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
	 10%, 20% {
		 -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		 transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	 30%, 50%, 70%, 90% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		 transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	 40%, 60%, 80% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		 transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
}
 @-webkit-keyframes wobble {
	 0%, to {
		 -webkit-transform: none;
		 transform: none;
	}
	 15% {
		 -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		 transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	 30% {
		 -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		 transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	 45% {
		 -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		 transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	 60% {
		 -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		 transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	 75% {
		 -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		 transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
}
 @keyframes wobble {
	 0%, to {
		 -webkit-transform: none;
		 transform: none;
	}
	 15% {
		 -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		 transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	 30% {
		 -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		 transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	 45% {
		 -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		 transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	 60% {
		 -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		 transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	 75% {
		 -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		 transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
}
 @-webkit-keyframes jello {
	 0%, 11.1%, to {
		 -webkit-transform: none;
		 transform: none;
	}
	 22.2% {
		 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		 transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	 33.3% {
		 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
		 transform: skewX(6.25deg) skewY(6.25deg);
	}
	 44.4% {
		 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		 transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	 55.5% {
		 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		 transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	 66.6% {
		 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		 transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	 77.7% {
		 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		 transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	 88.8% {
		 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
 @keyframes jello {
	 0%, 11.1%, to {
		 -webkit-transform: none;
		 transform: none;
	}
	 22.2% {
		 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		 transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	 33.3% {
		 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
		 transform: skewX(6.25deg) skewY(6.25deg);
	}
	 44.4% {
		 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		 transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	 55.5% {
		 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		 transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	 66.6% {
		 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		 transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	 77.7% {
		 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		 transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	 88.8% {
		 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
 @-webkit-keyframes bounceIn {
	 0%, 20%, 40%, 60%, 80%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
	}
	 20% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1);
		 transform: scale3d(1.1, 1.1, 1.1);
	}
	 40% {
		 -webkit-transform: scale3d(0.9, 0.9, 0.9);
		 transform: scale3d(0.9, 0.9, 0.9);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(1.03, 1.03, 1.03);
		 transform: scale3d(1.03, 1.03, 1.03);
	}
	 80% {
		 -webkit-transform: scale3d(0.97, 0.97, 0.97);
		 transform: scale3d(0.97, 0.97, 0.97);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
}
 @keyframes bounceIn {
	 0%, 20%, 40%, 60%, 80%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
	}
	 20% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1);
		 transform: scale3d(1.1, 1.1, 1.1);
	}
	 40% {
		 -webkit-transform: scale3d(0.9, 0.9, 0.9);
		 transform: scale3d(0.9, 0.9, 0.9);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(1.03, 1.03, 1.03);
		 transform: scale3d(1.03, 1.03, 1.03);
	}
	 80% {
		 -webkit-transform: scale3d(0.97, 0.97, 0.97);
		 transform: scale3d(0.97, 0.97, 0.97);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: scaleX(1);
		 transform: scaleX(1);
	}
}
 @-webkit-keyframes bounceInDown {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -3000px, 0);
		 transform: translate3d(0, -3000px, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, 25px, 0);
		 transform: translate3d(0, 25px, 0);
	}
	 75% {
		 -webkit-transform: translate3d(0, -10px, 0);
		 transform: translate3d(0, -10px, 0);
	}
	 90% {
		 -webkit-transform: translate3d(0, 5px, 0);
		 transform: translate3d(0, 5px, 0);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes bounceInDown {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -3000px, 0);
		 transform: translate3d(0, -3000px, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, 25px, 0);
		 transform: translate3d(0, 25px, 0);
	}
	 75% {
		 -webkit-transform: translate3d(0, -10px, 0);
		 transform: translate3d(0, -10px, 0);
	}
	 90% {
		 -webkit-transform: translate3d(0, 5px, 0);
		 transform: translate3d(0, 5px, 0);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes bounceInLeft {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-3000px, 0, 0);
		 transform: translate3d(-3000px, 0, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(25px, 0, 0);
		 transform: translate3d(25px, 0, 0);
	}
	 75% {
		 -webkit-transform: translate3d(-10px, 0, 0);
		 transform: translate3d(-10px, 0, 0);
	}
	 90% {
		 -webkit-transform: translate3d(5px, 0, 0);
		 transform: translate3d(5px, 0, 0);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes bounceInLeft {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-3000px, 0, 0);
		 transform: translate3d(-3000px, 0, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(25px, 0, 0);
		 transform: translate3d(25px, 0, 0);
	}
	 75% {
		 -webkit-transform: translate3d(-10px, 0, 0);
		 transform: translate3d(-10px, 0, 0);
	}
	 90% {
		 -webkit-transform: translate3d(5px, 0, 0);
		 transform: translate3d(5px, 0, 0);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes bounceInRight {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(3000px, 0, 0);
		 transform: translate3d(3000px, 0, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(-25px, 0, 0);
		 transform: translate3d(-25px, 0, 0);
	}
	 75% {
		 -webkit-transform: translate3d(10px, 0, 0);
		 transform: translate3d(10px, 0, 0);
	}
	 90% {
		 -webkit-transform: translate3d(-5px, 0, 0);
		 transform: translate3d(-5px, 0, 0);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes bounceInRight {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(3000px, 0, 0);
		 transform: translate3d(3000px, 0, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(-25px, 0, 0);
		 transform: translate3d(-25px, 0, 0);
	}
	 75% {
		 -webkit-transform: translate3d(10px, 0, 0);
		 transform: translate3d(10px, 0, 0);
	}
	 90% {
		 -webkit-transform: translate3d(-5px, 0, 0);
		 transform: translate3d(-5px, 0, 0);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes bounceInUp {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 3000px, 0);
		 transform: translate3d(0, 3000px, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, -20px, 0);
		 transform: translate3d(0, -20px, 0);
	}
	 75% {
		 -webkit-transform: translate3d(0, 10px, 0);
		 transform: translate3d(0, 10px, 0);
	}
	 90% {
		 -webkit-transform: translate3d(0, -5px, 0);
		 transform: translate3d(0, -5px, 0);
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @keyframes bounceInUp {
	 0%, 60%, 75%, 90%, to {
		 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 3000px, 0);
		 transform: translate3d(0, 3000px, 0);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, -20px, 0);
		 transform: translate3d(0, -20px, 0);
	}
	 75% {
		 -webkit-transform: translate3d(0, 10px, 0);
		 transform: translate3d(0, 10px, 0);
	}
	 90% {
		 -webkit-transform: translate3d(0, -5px, 0);
		 transform: translate3d(0, -5px, 0);
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @-webkit-keyframes bounceOut {
	 20% {
		 -webkit-transform: scale3d(0.9, 0.9, 0.9);
		 transform: scale3d(0.9, 0.9, 0.9);
	}
	 50%, 55% {
		 opacity: 1;
		 -webkit-transform: scale3d(1.1, 1.1, 1.1);
		 transform: scale3d(1.1, 1.1, 1.1);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
	}
}
 @keyframes bounceOut {
	 20% {
		 -webkit-transform: scale3d(0.9, 0.9, 0.9);
		 transform: scale3d(0.9, 0.9, 0.9);
	}
	 50%, 55% {
		 opacity: 1;
		 -webkit-transform: scale3d(1.1, 1.1, 1.1);
		 transform: scale3d(1.1, 1.1, 1.1);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
	}
}
 @-webkit-keyframes bounceOutDown {
	 20% {
		 -webkit-transform: translate3d(0, 10px, 0);
		 transform: translate3d(0, 10px, 0);
	}
	 40%, 45% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, -20px, 0);
		 transform: translate3d(0, -20px, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 2000px, 0);
		 transform: translate3d(0, 2000px, 0);
	}
}
 @keyframes bounceOutDown {
	 20% {
		 -webkit-transform: translate3d(0, 10px, 0);
		 transform: translate3d(0, 10px, 0);
	}
	 40%, 45% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, -20px, 0);
		 transform: translate3d(0, -20px, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 2000px, 0);
		 transform: translate3d(0, 2000px, 0);
	}
}
 @-webkit-keyframes bounceOutLeft {
	 20% {
		 opacity: 1;
		 -webkit-transform: translate3d(20px, 0, 0);
		 transform: translate3d(20px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(-2000px, 0, 0);
		 transform: translate3d(-2000px, 0, 0);
	}
}
 @keyframes bounceOutLeft {
	 20% {
		 opacity: 1;
		 -webkit-transform: translate3d(20px, 0, 0);
		 transform: translate3d(20px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(-2000px, 0, 0);
		 transform: translate3d(-2000px, 0, 0);
	}
}
 @-webkit-keyframes bounceOutRight {
	 20% {
		 opacity: 1;
		 -webkit-transform: translate3d(-20px, 0, 0);
		 transform: translate3d(-20px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(2000px, 0, 0);
		 transform: translate3d(2000px, 0, 0);
	}
}
 @keyframes bounceOutRight {
	 20% {
		 opacity: 1;
		 -webkit-transform: translate3d(-20px, 0, 0);
		 transform: translate3d(-20px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(2000px, 0, 0);
		 transform: translate3d(2000px, 0, 0);
	}
}
 @-webkit-keyframes bounceOutUp {
	 20% {
		 -webkit-transform: translate3d(0, -10px, 0);
		 transform: translate3d(0, -10px, 0);
	}
	 40%, 45% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, 20px, 0);
		 transform: translate3d(0, 20px, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -2000px, 0);
		 transform: translate3d(0, -2000px, 0);
	}
}
 @keyframes bounceOutUp {
	 20% {
		 -webkit-transform: translate3d(0, -10px, 0);
		 transform: translate3d(0, -10px, 0);
	}
	 40%, 45% {
		 opacity: 1;
		 -webkit-transform: translate3d(0, 20px, 0);
		 transform: translate3d(0, 20px, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -2000px, 0);
		 transform: translate3d(0, -2000px, 0);
	}
}
 @-webkit-keyframes fadeIn {
	 0% {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 @keyframes fadeIn {
	 0% {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 @-webkit-keyframes fadeInDown {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInDown {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInDownBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -2000px, 0);
		 transform: translate3d(0, -2000px, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInDownBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -2000px, 0);
		 transform: translate3d(0, -2000px, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInLeft {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInLeft {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInLeftBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-2000px, 0, 0);
		 transform: translate3d(-2000px, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInLeftBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-2000px, 0, 0);
		 transform: translate3d(-2000px, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInRight {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInRight {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInRightBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(2000px, 0, 0);
		 transform: translate3d(2000px, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInRightBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(2000px, 0, 0);
		 transform: translate3d(2000px, 0, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInUp {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInUp {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeInUpBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 2000px, 0);
		 transform: translate3d(0, 2000px, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes fadeInUpBig {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 2000px, 0);
		 transform: translate3d(0, 2000px, 0);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes fadeOut {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
	}
}
 @keyframes fadeOut {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
	}
}
 @-webkit-keyframes fadeOutDown {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
	}
}
 @keyframes fadeOutDown {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
	}
}
 @-webkit-keyframes fadeOutDownBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 2000px, 0);
		 transform: translate3d(0, 2000px, 0);
	}
}
 @keyframes fadeOutDownBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, 2000px, 0);
		 transform: translate3d(0, 2000px, 0);
	}
}
 @-webkit-keyframes fadeOutLeft {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
	}
}
 @keyframes fadeOutLeft {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
	}
}
 @-webkit-keyframes fadeOutLeftBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(-2000px, 0, 0);
		 transform: translate3d(-2000px, 0, 0);
	}
}
 @keyframes fadeOutLeftBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(-2000px, 0, 0);
		 transform: translate3d(-2000px, 0, 0);
	}
}
 @-webkit-keyframes fadeOutRight {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
	}
}
 @keyframes fadeOutRight {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
	}
}
 @-webkit-keyframes fadeOutRightBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(2000px, 0, 0);
		 transform: translate3d(2000px, 0, 0);
	}
}
 @keyframes fadeOutRightBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(2000px, 0, 0);
		 transform: translate3d(2000px, 0, 0);
	}
}
 @-webkit-keyframes fadeOutUp {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
	}
}
 @keyframes fadeOutUp {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
	}
}
 @-webkit-keyframes fadeOutUpBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -2000px, 0);
		 transform: translate3d(0, -2000px, 0);
	}
}
 @keyframes fadeOutUpBig {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(0, -2000px, 0);
		 transform: translate3d(0, -2000px, 0);
	}
}
 @-webkit-keyframes flip {
	 0% {
		 -webkit-transform: perspective(400px) rotateY(-1turn);
		 transform: perspective(400px) rotateY(-1turn);
		 -webkit-animation-timing-function: ease-out;
		 animation-timing-function: ease-out;
	}
	 40% {
		 -webkit-animation-timing-function: ease-out;
		 animation-timing-function: ease-out;
		 -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		 transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	 50% {
		 -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		 transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
	 80% {
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
		 -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		 transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	 to {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
}
 @keyframes flip {
	 0% {
		 -webkit-transform: perspective(400px) rotateY(-1turn);
		 transform: perspective(400px) rotateY(-1turn);
		 -webkit-animation-timing-function: ease-out;
		 animation-timing-function: ease-out;
	}
	 40% {
		 -webkit-animation-timing-function: ease-out;
		 animation-timing-function: ease-out;
		 -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		 transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	 50% {
		 -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		 transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
	 80% {
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
		 -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		 transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	}
	 to {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
}
 @-webkit-keyframes flipInX {
	 0% {
		 -webkit-transform: perspective(400px) rotateX(90deg);
		 transform: perspective(400px) rotateX(90deg);
		 opacity: 0;
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
	 40% {
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
		 -webkit-transform: perspective(400px) rotateX(-20deg);
		 transform: perspective(400px) rotateX(-20deg);
	}
	 60% {
		 -webkit-transform: perspective(400px) rotateX(10deg);
		 transform: perspective(400px) rotateX(10deg);
		 opacity: 1;
	}
	 80% {
		 -webkit-transform: perspective(400px) rotateX(-5deg);
		 transform: perspective(400px) rotateX(-5deg);
	}
	 to {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
}
 @keyframes flipInX {
	 0% {
		 -webkit-transform: perspective(400px) rotateX(90deg);
		 transform: perspective(400px) rotateX(90deg);
		 opacity: 0;
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
	 40% {
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
		 -webkit-transform: perspective(400px) rotateX(-20deg);
		 transform: perspective(400px) rotateX(-20deg);
	}
	 60% {
		 -webkit-transform: perspective(400px) rotateX(10deg);
		 transform: perspective(400px) rotateX(10deg);
		 opacity: 1;
	}
	 80% {
		 -webkit-transform: perspective(400px) rotateX(-5deg);
		 transform: perspective(400px) rotateX(-5deg);
	}
	 to {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
}
 @-webkit-keyframes flipInY {
	 0% {
		 -webkit-transform: perspective(400px) rotateY(90deg);
		 transform: perspective(400px) rotateY(90deg);
		 opacity: 0;
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
	 40% {
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
		 -webkit-transform: perspective(400px) rotateY(-20deg);
		 transform: perspective(400px) rotateY(-20deg);
	}
	 60% {
		 -webkit-transform: perspective(400px) rotateY(10deg);
		 transform: perspective(400px) rotateY(10deg);
		 opacity: 1;
	}
	 80% {
		 -webkit-transform: perspective(400px) rotateY(-5deg);
		 transform: perspective(400px) rotateY(-5deg);
	}
	 to {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
}
 @keyframes flipInY {
	 0% {
		 -webkit-transform: perspective(400px) rotateY(90deg);
		 transform: perspective(400px) rotateY(90deg);
		 opacity: 0;
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
	}
	 40% {
		 -webkit-animation-timing-function: ease-in;
		 animation-timing-function: ease-in;
		 -webkit-transform: perspective(400px) rotateY(-20deg);
		 transform: perspective(400px) rotateY(-20deg);
	}
	 60% {
		 -webkit-transform: perspective(400px) rotateY(10deg);
		 transform: perspective(400px) rotateY(10deg);
		 opacity: 1;
	}
	 80% {
		 -webkit-transform: perspective(400px) rotateY(-5deg);
		 transform: perspective(400px) rotateY(-5deg);
	}
	 to {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
}
 @-webkit-keyframes flipOutX {
	 0% {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
	 30% {
		 -webkit-transform: perspective(400px) rotateX(-20deg);
		 transform: perspective(400px) rotateX(-20deg);
		 opacity: 1;
	}
	 to {
		 -webkit-transform: perspective(400px) rotateX(90deg);
		 transform: perspective(400px) rotateX(90deg);
		 opacity: 0;
	}
}
 @keyframes flipOutX {
	 0% {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
	 30% {
		 -webkit-transform: perspective(400px) rotateX(-20deg);
		 transform: perspective(400px) rotateX(-20deg);
		 opacity: 1;
	}
	 to {
		 -webkit-transform: perspective(400px) rotateX(90deg);
		 transform: perspective(400px) rotateX(90deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes flipOutY {
	 0% {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
	 30% {
		 -webkit-transform: perspective(400px) rotateY(-15deg);
		 transform: perspective(400px) rotateY(-15deg);
		 opacity: 1;
	}
	 to {
		 -webkit-transform: perspective(400px) rotateY(90deg);
		 transform: perspective(400px) rotateY(90deg);
		 opacity: 0;
	}
}
 @keyframes flipOutY {
	 0% {
		 -webkit-transform: perspective(400px);
		 transform: perspective(400px);
	}
	 30% {
		 -webkit-transform: perspective(400px) rotateY(-15deg);
		 transform: perspective(400px) rotateY(-15deg);
		 opacity: 1;
	}
	 to {
		 -webkit-transform: perspective(400px) rotateY(90deg);
		 transform: perspective(400px) rotateY(90deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes lightSpeedIn {
	 0% {
		 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		 transform: translate3d(100%, 0, 0) skewX(-30deg);
		 opacity: 0;
	}
	 60% {
		 -webkit-transform: skewX(20deg);
		 transform: skewX(20deg);
		 opacity: 1;
	}
	 80% {
		 opacity: 1;
		 -webkit-transform: skewX(-5deg);
		 transform: skewX(-5deg);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @keyframes lightSpeedIn {
	 0% {
		 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		 transform: translate3d(100%, 0, 0) skewX(-30deg);
		 opacity: 0;
	}
	 60% {
		 -webkit-transform: skewX(20deg);
		 transform: skewX(20deg);
		 opacity: 1;
	}
	 80% {
		 opacity: 1;
		 -webkit-transform: skewX(-5deg);
		 transform: skewX(-5deg);
	}
	 to {
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @-webkit-keyframes lightSpeedOut {
	 0% {
		 opacity: 1;
	}
	 to {
		 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		 transform: translate3d(100%, 0, 0) skewX(30deg);
		 opacity: 0;
	}
}
 @keyframes lightSpeedOut {
	 0% {
		 opacity: 1;
	}
	 to {
		 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		 transform: translate3d(100%, 0, 0) skewX(30deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes rotateIn {
	 0% {
		 transform-origin: center;
		 -webkit-transform: rotate(-200deg);
		 transform: rotate(-200deg);
		 opacity: 0;
		 -webkit-transform-origin: center;
	}
	 to {
		 -webkit-transform-origin: center;
		 transform-origin: center;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @keyframes rotateIn {
	 0% {
		 transform-origin: center;
		 -webkit-transform: rotate(-200deg);
		 transform: rotate(-200deg);
		 opacity: 0;
		 -webkit-transform-origin: center;
	}
	 to {
		 -webkit-transform-origin: center;
		 transform-origin: center;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @-webkit-keyframes rotateInDownLeft {
	 0% {
		 transform-origin: left bottom;
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		 opacity: 0;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @keyframes rotateInDownLeft {
	 0% {
		 transform-origin: left bottom;
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		 opacity: 0;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @-webkit-keyframes rotateInDownRight {
	 0% {
		 transform-origin: right bottom;
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 opacity: 0;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @keyframes rotateInDownRight {
	 0% {
		 transform-origin: right bottom;
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 opacity: 0;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @-webkit-keyframes rotateInUpLeft {
	 0% {
		 transform-origin: left bottom;
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 opacity: 0;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @keyframes rotateInUpLeft {
	 0% {
		 transform-origin: left bottom;
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 opacity: 0;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @-webkit-keyframes rotateInUpRight {
	 0% {
		 transform-origin: right bottom;
		 -webkit-transform: rotate(-90deg);
		 transform: rotate(-90deg);
		 opacity: 0;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @keyframes rotateInUpRight {
	 0% {
		 transform-origin: right bottom;
		 -webkit-transform: rotate(-90deg);
		 transform: rotate(-90deg);
		 opacity: 0;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: none;
		 transform: none;
		 opacity: 1;
	}
}
 @-webkit-keyframes rotateOut {
	 0% {
		 transform-origin: center;
		 opacity: 1;
		 -webkit-transform-origin: center;
	}
	 to {
		 -webkit-transform-origin: center;
		 transform-origin: center;
		 -webkit-transform: rotate(200deg);
		 transform: rotate(200deg);
		 opacity: 0;
	}
}
 @keyframes rotateOut {
	 0% {
		 transform-origin: center;
		 opacity: 1;
		 -webkit-transform-origin: center;
	}
	 to {
		 -webkit-transform-origin: center;
		 transform-origin: center;
		 -webkit-transform: rotate(200deg);
		 transform: rotate(200deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes rotateOutDownLeft {
	 0% {
		 transform-origin: left bottom;
		 opacity: 1;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 opacity: 0;
	}
}
 @keyframes rotateOutDownLeft {
	 0% {
		 transform-origin: left bottom;
		 opacity: 1;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes rotateOutDownRight {
	 0% {
		 transform-origin: right bottom;
		 opacity: 1;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		 opacity: 0;
	}
}
 @keyframes rotateOutDownRight {
	 0% {
		 transform-origin: right bottom;
		 opacity: 1;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes rotateOutUpLeft {
	 0% {
		 transform-origin: left bottom;
		 opacity: 1;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		 opacity: 0;
	}
}
 @keyframes rotateOutUpLeft {
	 0% {
		 transform-origin: left bottom;
		 opacity: 1;
		 -webkit-transform-origin: left bottom;
	}
	 to {
		 -webkit-transform-origin: left bottom;
		 transform-origin: left bottom;
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes rotateOutUpRight {
	 0% {
		 transform-origin: right bottom;
		 opacity: 1;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 opacity: 0;
	}
}
 @keyframes rotateOutUpRight {
	 0% {
		 transform-origin: right bottom;
		 opacity: 1;
		 -webkit-transform-origin: right bottom;
	}
	 to {
		 -webkit-transform-origin: right bottom;
		 transform-origin: right bottom;
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 opacity: 0;
	}
}
 @-webkit-keyframes hinge {
	 0% {
		 transform-origin: top left;
		 -webkit-transform-origin: top left;
		 -webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
	}
	 20%, 60% {
		 -webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
		 -webkit-transform: rotate(80deg);
		 transform: rotate(80deg);
		 -webkit-transform-origin: top left;
		 transform-origin: top left;
	}
	 40%, 80% {
		 -webkit-transform: rotate(60deg);
		 transform: rotate(60deg);
		 -webkit-transform-origin: top left;
		 transform-origin: top left;
		 -webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
		 opacity: 1;
	}
	 to {
		 -webkit-transform: translate3d(0, 700px, 0);
		 transform: translate3d(0, 700px, 0);
		 opacity: 0;
	}
}
 @keyframes hinge {
	 0% {
		 transform-origin: top left;
		 -webkit-transform-origin: top left;
		 -webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
	}
	 20%, 60% {
		 -webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
		 -webkit-transform: rotate(80deg);
		 transform: rotate(80deg);
		 -webkit-transform-origin: top left;
		 transform-origin: top left;
	}
	 40%, 80% {
		 -webkit-transform: rotate(60deg);
		 transform: rotate(60deg);
		 -webkit-transform-origin: top left;
		 transform-origin: top left;
		 -webkit-animation-timing-function: ease-in-out;
		 animation-timing-function: ease-in-out;
		 opacity: 1;
	}
	 to {
		 -webkit-transform: translate3d(0, 700px, 0);
		 transform: translate3d(0, 700px, 0);
		 opacity: 0;
	}
}
 @-webkit-keyframes rollIn {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		 transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @keyframes rollIn {
	 0% {
		 opacity: 0;
		 -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		 transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	 to {
		 opacity: 1;
		 -webkit-transform: none;
		 transform: none;
	}
}
 @-webkit-keyframes rollOut {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		 transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
 @keyframes rollOut {
	 0% {
		 opacity: 1;
	}
	 to {
		 opacity: 0;
		 -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		 transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
 @-webkit-keyframes zoomIn {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
	}
	 50% {
		 opacity: 1;
	}
}
 @keyframes zoomIn {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
	}
	 50% {
		 opacity: 1;
	}
}
 @-webkit-keyframes zoomInDown {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @keyframes zoomInDown {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @-webkit-keyframes zoomInLeft {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @keyframes zoomInLeft {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @-webkit-keyframes zoomInRight {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @keyframes zoomInRight {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @-webkit-keyframes zoomInUp {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @keyframes zoomInUp {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 60% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @-webkit-keyframes zoomOut {
	 0% {
		 opacity: 1;
	}
	 50% {
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
		 opacity: 0;
	}
	 to {
		 opacity: 0;
	}
}
 @keyframes zoomOut {
	 0% {
		 opacity: 1;
	}
	 50% {
		 -webkit-transform: scale3d(0.3, 0.3, 0.3);
		 transform: scale3d(0.3, 0.3, 0.3);
		 opacity: 0;
	}
	 to {
		 opacity: 0;
	}
}
 @-webkit-keyframes zoomOutDown {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		 -webkit-transform-origin: center bottom;
		 transform-origin: center bottom;
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @keyframes zoomOutDown {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		 -webkit-transform-origin: center bottom;
		 transform-origin: center bottom;
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @-webkit-keyframes zoomOutLeft {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		 transform: scale(0.1) translate3d(-2000px, 0, 0);
		 -webkit-transform-origin: left center;
		 transform-origin: left center;
	}
}
 @keyframes zoomOutLeft {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		 transform: scale(0.1) translate3d(-2000px, 0, 0);
		 -webkit-transform-origin: left center;
		 transform-origin: left center;
	}
}
 @-webkit-keyframes zoomOutRight {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		 transform: scale(0.1) translate3d(2000px, 0, 0);
		 -webkit-transform-origin: right center;
		 transform-origin: right center;
	}
}
 @keyframes zoomOutRight {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		 transform: scale(0.1) translate3d(2000px, 0, 0);
		 -webkit-transform-origin: right center;
		 transform-origin: right center;
	}
}
 @-webkit-keyframes zoomOutUp {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		 -webkit-transform-origin: center bottom;
		 transform-origin: center bottom;
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @keyframes zoomOutUp {
	 40% {
		 opacity: 1;
		 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	 to {
		 opacity: 0;
		 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		 -webkit-transform-origin: center bottom;
		 transform-origin: center bottom;
		 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
 @-webkit-keyframes slideInDown {
	 0% {
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @keyframes slideInDown {
	 0% {
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @-webkit-keyframes slideInLeft {
	 0% {
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @keyframes slideInLeft {
	 0% {
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @-webkit-keyframes slideInRight {
	 0% {
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @keyframes slideInRight {
	 0% {
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @-webkit-keyframes slideInUp {
	 0% {
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @keyframes slideInUp {
	 0% {
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
		 visibility: visible;
	}
	 to {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
}
 @-webkit-keyframes slideOutDown {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
	}
}
 @keyframes slideOutDown {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(0, 100%, 0);
		 transform: translate3d(0, 100%, 0);
	}
}
 @-webkit-keyframes slideOutLeft {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
	}
}
 @keyframes slideOutLeft {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
	}
}
 @-webkit-keyframes slideOutRight {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
	}
}
 @keyframes slideOutRight {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
	}
}
 @-webkit-keyframes slideOutUp {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
	}
}
 @keyframes slideOutUp {
	 0% {
		 -webkit-transform: translateZ(0);
		 transform: translateZ(0);
	}
	 to {
		 visibility: hidden;
		 -webkit-transform: translate3d(0, -100%, 0);
		 transform: translate3d(0, -100%, 0);
	}
}
 @-webkit-keyframes a {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(359deg);
		 transform: rotate(359deg);
	}
}
 @keyframes a {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(359deg);
		 transform: rotate(359deg);
	}
}
 .page-context .animated {
	 -webkit-animation-duration: 1s;
	 animation-duration: 1s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
}
 .page-context .animated.infinite {
	 -webkit-animation-iteration-count: infinite;
	 animation-iteration-count: infinite;
}
 .page-context .animated.hinge {
	 -webkit-animation-duration: 2s;
	 animation-duration: 2s;
}
 .page-context .animated.bounceIn, .page-context .animated.bounceOut, .page-context .animated.flipOutX, .page-context .animated.flipOutY {
	 -webkit-animation-duration: 0.75s;
	 animation-duration: 0.75s;
}
 .page-context .bounce {
	 -webkit-animation-name: bounce;
	 animation-name: bounce;
	 -webkit-transform-origin: center bottom;
	 transform-origin: center bottom;
}
 .page-context .flash {
	 -webkit-animation-name: flash;
	 animation-name: flash;
}
 .page-context .pulse {
	 -webkit-animation-name: pulse;
	 animation-name: pulse;
}
 .page-context .rubberBand {
	 -webkit-animation-name: rubberBand;
	 animation-name: rubberBand;
}
 .page-context .shake {
	 -webkit-animation-name: shake;
	 animation-name: shake;
}
 .page-context .headShake {
	 -webkit-animation-timing-function: ease-in-out;
	 animation-timing-function: ease-in-out;
	 -webkit-animation-name: headShake;
	 animation-name: headShake;
}
 .page-context .swing {
	 -webkit-transform-origin: top center;
	 transform-origin: top center;
	 -webkit-animation-name: swing;
	 animation-name: swing;
}
 .page-context .tada {
	 -webkit-animation-name: tada;
	 animation-name: tada;
}
 .page-context .wobble {
	 -webkit-animation-name: wobble;
	 animation-name: wobble;
}
 .page-context .jello {
	 -webkit-animation-name: jello;
	 animation-name: jello;
	 -webkit-transform-origin: center;
	 transform-origin: center;
}
 .page-context .bounceIn {
	 -webkit-animation-name: bounceIn;
	 animation-name: bounceIn;
}
 .page-context .bounceInDown {
	 -webkit-animation-name: bounceInDown;
	 animation-name: bounceInDown;
}
 .page-context .bounceInLeft {
	 -webkit-animation-name: bounceInLeft;
	 animation-name: bounceInLeft;
}
 .page-context .bounceInRight {
	 -webkit-animation-name: bounceInRight;
	 animation-name: bounceInRight;
}
 .page-context .bounceInUp {
	 -webkit-animation-name: bounceInUp;
	 animation-name: bounceInUp;
}
 .page-context .bounceOut {
	 -webkit-animation-name: bounceOut;
	 animation-name: bounceOut;
}
 .page-context .bounceOutDown {
	 -webkit-animation-name: bounceOutDown;
	 animation-name: bounceOutDown;
}
 .page-context .bounceOutLeft {
	 -webkit-animation-name: bounceOutLeft;
	 animation-name: bounceOutLeft;
}
 .page-context .bounceOutRight {
	 -webkit-animation-name: bounceOutRight;
	 animation-name: bounceOutRight;
}
 .page-context .bounceOutUp {
	 -webkit-animation-name: bounceOutUp;
	 animation-name: bounceOutUp;
}
 .page-context .fadeIn {
	 -webkit-animation-name: fadeIn;
	 animation-name: fadeIn;
}
 .page-context .fadeInDown {
	 -webkit-animation-name: fadeInDown;
	 animation-name: fadeInDown;
}
 .page-context .fadeInDownBig {
	 -webkit-animation-name: fadeInDownBig;
	 animation-name: fadeInDownBig;
}
 .page-context .fadeInLeft {
	 -webkit-animation-name: fadeInLeft;
	 animation-name: fadeInLeft;
}
 .page-context .fadeInLeftBig {
	 -webkit-animation-name: fadeInLeftBig;
	 animation-name: fadeInLeftBig;
}
 .page-context .fadeInRight {
	 -webkit-animation-name: fadeInRight;
	 animation-name: fadeInRight;
}
 .page-context .fadeInRightBig {
	 -webkit-animation-name: fadeInRightBig;
	 animation-name: fadeInRightBig;
}
 .page-context .fadeInUp {
	 -webkit-animation-name: fadeInUp;
	 animation-name: fadeInUp;
}
 .page-context .fadeInUpBig {
	 -webkit-animation-name: fadeInUpBig;
	 animation-name: fadeInUpBig;
}
 .page-context .fadeOut {
	 -webkit-animation-name: fadeOut;
	 animation-name: fadeOut;
}
 .page-context .fadeOutDown {
	 -webkit-animation-name: fadeOutDown;
	 animation-name: fadeOutDown;
}
 .page-context .fadeOutDownBig {
	 -webkit-animation-name: fadeOutDownBig;
	 animation-name: fadeOutDownBig;
}
 .page-context .fadeOutLeft {
	 -webkit-animation-name: fadeOutLeft;
	 animation-name: fadeOutLeft;
}
 .page-context .fadeOutLeftBig {
	 -webkit-animation-name: fadeOutLeftBig;
	 animation-name: fadeOutLeftBig;
}
 .page-context .fadeOutRight {
	 -webkit-animation-name: fadeOutRight;
	 animation-name: fadeOutRight;
}
 .page-context .fadeOutRightBig {
	 -webkit-animation-name: fadeOutRightBig;
	 animation-name: fadeOutRightBig;
}
 .page-context .fadeOutUp {
	 -webkit-animation-name: fadeOutUp;
	 animation-name: fadeOutUp;
}
 .page-context .fadeOutUpBig {
	 -webkit-animation-name: fadeOutUpBig;
	 animation-name: fadeOutUpBig;
}
 .page-context .animated.flip {
	 -webkit-backface-visibility: visible;
	 backface-visibility: visible;
	 -webkit-animation-name: flip;
	 animation-name: flip;
}
 .page-context .flipInX, .page-context .flipInY, .page-context .flipOutX, .page-context .flipOutY {
	 -webkit-backface-visibility: visible !important;
	 backface-visibility: visible !important;
	 -webkit-animation-name: flipInX;
	 animation-name: flipInX;
}
 .page-context .flipInY, .page-context .flipOutX, .page-context .flipOutY {
	 -webkit-animation-name: flipInY;
	 animation-name: flipInY;
}
 .page-context .flipOutX, .page-context .flipOutY {
	 -webkit-animation-name: flipOutX;
	 animation-name: flipOutX;
}
 .page-context .flipOutY {
	 -webkit-animation-name: flipOutY;
	 animation-name: flipOutY;
}
 .page-context .lightSpeedIn {
	 -webkit-animation-name: lightSpeedIn;
	 animation-name: lightSpeedIn;
	 -webkit-animation-timing-function: ease-out;
	 animation-timing-function: ease-out;
}
 .page-context .lightSpeedOut {
	 -webkit-animation-name: lightSpeedOut;
	 animation-name: lightSpeedOut;
	 -webkit-animation-timing-function: ease-in;
	 animation-timing-function: ease-in;
}
 .page-context .rotateIn {
	 -webkit-animation-name: rotateIn;
	 animation-name: rotateIn;
}
 .page-context .rotateInDownLeft {
	 -webkit-animation-name: rotateInDownLeft;
	 animation-name: rotateInDownLeft;
}
 .page-context .rotateInDownRight {
	 -webkit-animation-name: rotateInDownRight;
	 animation-name: rotateInDownRight;
}
 .page-context .rotateInUpLeft {
	 -webkit-animation-name: rotateInUpLeft;
	 animation-name: rotateInUpLeft;
}
 .page-context .rotateInUpRight {
	 -webkit-animation-name: rotateInUpRight;
	 animation-name: rotateInUpRight;
}
 .page-context .rotateOut {
	 -webkit-animation-name: rotateOut;
	 animation-name: rotateOut;
}
 .page-context .rotateOutDownLeft {
	 -webkit-animation-name: rotateOutDownLeft;
	 animation-name: rotateOutDownLeft;
}
 .page-context .rotateOutDownRight {
	 -webkit-animation-name: rotateOutDownRight;
	 animation-name: rotateOutDownRight;
}
 .page-context .rotateOutUpLeft {
	 -webkit-animation-name: rotateOutUpLeft;
	 animation-name: rotateOutUpLeft;
}
 .page-context .rotateOutUpRight {
	 -webkit-animation-name: rotateOutUpRight;
	 animation-name: rotateOutUpRight;
}
 .page-context .hinge {
	 -webkit-animation-name: hinge;
	 animation-name: hinge;
}
 .page-context .rollIn {
	 -webkit-animation-name: rollIn;
	 animation-name: rollIn;
}
 .page-context .rollOut {
	 -webkit-animation-name: rollOut;
	 animation-name: rollOut;
}
 .page-context .zoomIn {
	 -webkit-animation-name: zoomIn;
	 animation-name: zoomIn;
}
 .page-context .zoomInDown {
	 -webkit-animation-name: zoomInDown;
	 animation-name: zoomInDown;
}
 .page-context .zoomInLeft {
	 -webkit-animation-name: zoomInLeft;
	 animation-name: zoomInLeft;
}
 .page-context .zoomInRight {
	 -webkit-animation-name: zoomInRight;
	 animation-name: zoomInRight;
}
 .page-context .zoomInUp {
	 -webkit-animation-name: zoomInUp;
	 animation-name: zoomInUp;
}
 .page-context .zoomOut {
	 -webkit-animation-name: zoomOut;
	 animation-name: zoomOut;
}
 .page-context .zoomOutDown {
	 -webkit-animation-name: zoomOutDown;
	 animation-name: zoomOutDown;
}
 .page-context .zoomOutLeft {
	 -webkit-animation-name: zoomOutLeft;
	 animation-name: zoomOutLeft;
}
 .page-context .zoomOutRight {
	 -webkit-animation-name: zoomOutRight;
	 animation-name: zoomOutRight;
}
 .page-context .zoomOutUp {
	 -webkit-animation-name: zoomOutUp;
	 animation-name: zoomOutUp;
}
 .page-context .slideInDown {
	 -webkit-animation-name: slideInDown;
	 animation-name: slideInDown;
}
 .page-context .slideInLeft {
	 -webkit-animation-name: slideInLeft;
	 animation-name: slideInLeft;
}
 .page-context .slideInRight {
	 -webkit-animation-name: slideInRight;
	 animation-name: slideInRight;
}
 .page-context .slideInUp {
	 -webkit-animation-name: slideInUp;
	 animation-name: slideInUp;
}
 .page-context .slideOutDown {
	 -webkit-animation-name: slideOutDown;
	 animation-name: slideOutDown;
}
 .page-context .slideOutLeft {
	 -webkit-animation-name: slideOutLeft;
	 animation-name: slideOutLeft;
}
 .page-context .slideOutRight {
	 -webkit-animation-name: slideOutRight;
	 animation-name: slideOutRight;
}
 .page-context .slideOutUp {
	 -webkit-animation-name: slideOutUp;
	 animation-name: slideOutUp;
}

.fancybox-enabled {
    overflow: hidden;
}
.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}
.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity 0.2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}
.fancybox-infobar {
    display: none;
}
.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}
.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
    display: block;
}
.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
}
.fancybox-slider, .fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}
.fancybox-slide:before {
    content: &#34;
   &#34;
   ;
    height: 100%;
    width: 0;
}
.fancybox-slide:before, .fancybox-slide &gt;
* {
    display: inline-block;
    vertical-align: middle;
}
.fancybox-slide &gt;
* {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide--image {
    overflow: hidden;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
    background: transparent;
}
.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.fancybox-image, .fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: &#34;
   ×&#34;
   ;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background 0.2s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button {
    pointer-events: all;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: none;
}
.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}
.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, .6);
}
.fancybox-button:hover {
    background: rgba(0, 0, 0, .8);
}
.fancybox-button:after, .fancybox-button:before {
    content: &#34;
   &#34;
   ;
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block;
}
.fancybox-button--disabled:after, .fancybox-button--disabled:before {
    opacity: 0.5;
}
.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-button--left {
    border-bottom-left-radius: 5px;
}
.fancybox-button--right {
    border-bottom-right-radius: 5px;
}
.fancybox-button--close {
    float: right;
}
.fancybox-button--close:after, .fancybox-button--close:before {
    content: &#34;
   &#34;
   ;
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}
.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-loading {
    border: 6px solid rgba(99, 99, 99, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
   }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
   }
}
@media (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
   }
    .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
   }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
   }
}
.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}
.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}
.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent;
}
.fancybox-button--thumbs span {
    font-size: 23px;
}
.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px;
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
.fancybox-thumbs &gt;
ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}
.fancybox-thumbs &gt;
ul &gt;
li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1);
}
.fancybox-thumbs &gt;
ul &gt;
li &gt;
img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs &gt;
ul &gt;
li:before {
    content: &#34;
   &#34;
   ;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs &gt;
ul &gt;
li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
   }
    .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0;
   }
}

 @-webkit-keyframes progrex-bar-stripes {
	 0% {
		 background-position: 40px 0;
	}
	 to {
		 background-position: 0 0;
	}
}
 @keyframes progrex-bar-stripes {
	 0% {
		 background-position: 40px 0;
	}
	 to {
		 background-position: 0 0;
	}
}
 @-webkit-keyframes swiper-preloader-spin {
	 to {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes swiper-preloader-spin {
	 to {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @-webkit-keyframes lg-right-end {
	 0%, to {
		 left: 0;
	}
	 50% {
		 left: -30px;
	}
}
 @keyframes lg-right-end {
	 0%, to {
		 left: 0;
	}
	 50% {
		 left: -30px;
	}
}
 @-webkit-keyframes lg-left-end {
	 0%, to {
		 left: 0;
	}
	 50% {
		 left: 30px;
	}
}
 @keyframes lg-left-end {
	 0%, to {
		 left: 0;
	}
	 50% {
		 left: 30px;
	}
}
 .page-context .noUi-target, .page-context .noUi-target * {
	 -webkit-touch-callout: none;
	 -webkit-tap-highlight-color: transparent;
	 -webkit-user-select: none;
	 -ms-touch-action: none;
	 touch-action: none;
	 -ms-user-select: none;
	 -moz-user-select: none;
	 user-select: none;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 .page-context .noUi-target {
	 position: relative;
	 direction: ltr;
}
 .page-context .noUi-base {
	 width: 100%;
	 height: 100%;
	 position: relative;
	 z-index: 1;
}
 .page-context .noUi-connect {
	 position: absolute;
	 right: 0;
	 top: 0;
	 left: 0;
	 bottom: 0;
}
 .page-context .noUi-origin {
	 position: absolute;
	 height: 0;
	 width: 0;
}
 .page-context .noUi-handle {
	 position: relative;
	 z-index: 1;
}
 .page-context .noUi-state-tap .noUi-connect, .page-context .noUi-state-tap .noUi-origin {
	 -webkit-transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
	 transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
}
 .page-context .noUi-state-drag * {
	 cursor: inherit !important;
}
 .page-context .noUi-handle-touch-area {
	 position: relative;
	 width: 44px;
	 height: 44px;
	 left: -15px;
	 top: -15px;
}
 .page-context .noUi-base, .page-context .noUi-handle {
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .page-context .noUi-target {
	 background: #cdcdcd;
}
 .page-context .noUi-connect {
	 background: #26a69a;
	 -webkit-transition: background 450ms;
	 transition: background 450ms;
}
 .page-context .noUi-draggable {
	 cursor: ew-resize;
}
 .page-context .noUi-vertical .noUi-draggable {
	 cursor: ns-resize;
}
 .page-context .noUi-handle {
	 border: 1px solid #d9d9d9;
	 border-radius: 3px;
	 background: #fff;
	 cursor: default;
	 -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	 box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
 .page-context .noUi-active {
	 -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	 box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
 .page-context .noUi-handle:after, .page-context .noUi-handle:before {
	 display: block;
	 position: absolute;
	 height: 14px;
	 width: 1px;
	 background: #e8e7e6;
	 left: 14px;
	 top: 6px;
}
 .page-context .noUi-handle:after {
	 left: 17px;
}
 .page-context .noUi-vertical .noUi-handle:before {
	 width: 14px;
	 height: 1px;
	 left: 6px;
	 top: 14px;
}
 .page-context .noUi-vertical .noUi-handle:after {
	 width: 14px;
	 height: 1px;
	 left: 6px;
	 top: 17px;
}
 .page-context [disabled] .noUi-connect {
	 background: #b8b8b8;
}
 .page-context [disabled] .noUi-handle, .page-context [disabled].noUi-handle, .page-context [disabled].noUi-target {
	 cursor: not-allowed;
}
 .page-context .noUi-pips, .page-context .noUi-pips * {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 .page-context .noUi-pips {
	 position: absolute;
	 color: #999;
}
 .page-context .noUi-value {
	 position: absolute;
	 text-align: center;
}
 .page-context .noUi-value-sub {
	 color: #ccc;
	 font-size: 10px;
}
 .page-context .noUi-marker {
	 position: absolute;
	 background: #ccc;
}
 .page-context .noUi-marker-large, .page-context .noUi-marker-sub {
	 background: #aaa;
}
 .page-context .noUi-pips-horizontal {
	 padding: 10px 0;
	 height: 80px;
	 top: 100%;
	 left: 0;
	 width: 100%;
}
 .page-context .noUi-value-horizontal {
	 -webkit-transform: translate3d(-50%, 50%, 0);
	 transform: translate3d(-50%, 50%, 0);
}
 .page-context .noUi-marker-horizontal.noUi-marker {
	 margin-left: -1px;
	 width: 2px;
	 height: 5px;
}
 .page-context .noUi-marker-horizontal.noUi-marker-sub {
	 height: 10px;
}
 .page-context .noUi-marker-horizontal.noUi-marker-large {
	 height: 15px;
}
 .page-context .noUi-pips-vertical {
	 padding: 0 10px;
	 height: 100%;
	 top: 0;
	 left: 100%;
}
 .page-context .noUi-value-vertical {
	 -webkit-transform: translate3d(0, 50%, 0);
	 transform: translate3d(0, 50%, 0);
	 padding-left: 25px;
}
 .page-context .noUi-marker-vertical.noUi-marker {
	 width: 5px;
	 height: 2px;
	 margin-top: -1px;
}
 .page-context .noUi-marker-vertical.noUi-marker-sub {
	 width: 10px;
}
 .page-context .noUi-marker-vertical.noUi-marker-large {
	 width: 15px;
}
 .page-context .noUi-tooltip, .page-context .noUi-tooltip span {
	 text-align: center;
	 position: absolute;
}
 .page-context .noUi-tooltip {
	 display: block;
	 border: 1px solid transparent;
	 border-radius: 3px;
	 background: #fff;
	 color: #000;
	 padding: 5px;
}
 .page-context .noUi-horizontal .noUi-tooltip {
	 -webkit-transform: translate(-50%, 0);
	 transform: translate(-50%, 0);
	 left: 50%;
	 bottom: 120%;
}
 .page-context .noUi-vertical .noUi-tooltip {
	 -webkit-transform: translate(0, -50%);
	 transform: translate(0, -50%);
	 top: 50%;
	 right: 120%;
}
 .page-context .noUi-target {
	 border: 0;
	 border-radius: 0;
}
 .page-context .noUi-horizontal {
	 height: 3px;
}
 .page-context .noUi-vertical {
	 height: 100%;
	 width: 3px;
}
 .page-context .noUi-horizontal .noUi-handle, .page-context .noUi-vertical .noUi-handle {
	 width: 15px;
	 height: 15px;
	 border-radius: 50%;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 background-color: #26a69a;
	 border: 0;
	 left: -5px;
	 top: -6px;
	 -webkit-transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .page-context .noUi-handle:after, .page-context .noUi-handle:before {
	 content: none;
}
 .page-context .noUi-tooltip span {
	 width: 100%;
	 color: #fff;
	 font-size: 12px;
	 opacity: 0;
	 top: 6px;
	 left: -1px;
	 -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .page-context .noUi-horizontal .noUi-tooltip span {
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .page-context .noUi-vertical .noUi-tooltip span {
	 width: 100%;
	 text-align: center;
	 color: #fff;
	 font-size: 12px;
	 -webkit-transform: rotate(135deg);
	 transform: rotate(135deg);
	 opacity: 0;
	 position: absolute;
	 top: 7px;
	 left: -1px;
	 -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .page-context .noUi-target.noUi-vertical .noUi-tooltip {
	 position: absolute;
	 height: 30px;
	 width: 30px;
	 top: -17px;
	 left: -2px;
	 background-color: #26a69a;
	 border-radius: 50%;
	 -webkit-transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	 transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	 -webkit-transform: scale(0.5) rotate(-45deg);
	 transform: scale(0.5) rotate(-45deg);
	 -webkit-transform-origin: 50% 100%;
	 transform-origin: 50% 100%;
}
 .page-context .noUi-target.noUi-vertical .noUi-active .noUi-tooltip {
	 border-radius: 15px 15px 15px 0;
	 -webkit-transform: rotate(-135deg) translate(35px, -10px);
	 transform: rotate(-135deg) translate(35px, -10px);
}
 .page-context .noUi-horizontal .noUi-active .noUi-tooltip span, .page-context .noUi-vertical .noUi-active .noUi-tooltip span {
	 opacity: 1;
}
 .page-context body {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 min-height: 100vh;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 font-family: &#34;
	Montserrat&#34;
	, sans-serif !important;
}
 .page-context main {
	 -webkit-box-flex: 1;
	 -ms-flex: 1 0 auto;
	 flex: 1 0 auto;
}
 .page-context .debug_dump {
	 background: #f5f2f0;
	 border: solid 1px rgba(51, 51, 51, .12);
	 clear: both;
	 float: left;
	 margin-top: 45px;
	 overflow: auto;
	 padding: 12px 7px;
	 width: 100%;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 border-radius: 5px;
}
 .page-context .main-nav {
	 background-color: #2d2d2d;
	 color: #666;
	 padding: 0;
	 margin: 0;
	 text-transform: uppercase;
}
 .page-context .main-nav ul a:hover {
	 background-color: rgba(0, 0, 0, .2);
	 color: #2ecc71;
}
 .page-context .brand-logo {
	 height: 56px;
}
 .page-context .brand-logo img {
	 margin-left: 3px;
	 margin-top: 7px;
	 width: 130px;
}
 .page-context .message-item {
	 padding: 5px;
	 margin: 0;
	 border-bottom: 1px solid #e0e0e0;
}
 .page-context .message-item .collapsible-icon {
	 margin-top: 8px;
}
 .page-context .message-item span {
	 font-size: 0.8rem;
	 font-weight: 600;
	 height: 42px;
	 line-height: 42px;
	 padding: 0;
}
 .page-context .message-item a {
	 padding: 0;
}
 .page-context .message-item a:hover {
	 background: 0 0;
}
 .page-context .message-item a i {
	 margin-top: 12px;
	 height: 20px;
}
 .page-context .message-item a i:hover {
	 color: #00c853;
	 font-weight: bolder;
}
 .page-context .message-item p {
	 margin: 0;
}
 .page-context .default {
	 border: 1px solid #ccc;
}
 .page-context .success {
	 background-color: #00c853;
}
 .page-context .danger {
	 background-color: #f44336;
}
 .page-context .danger:hover {
	 background-color: #fc6665;
}
 .page-context .delete {
	 position: absolute;
	 top: -19px;
	 right: -9px;
}
 .page-context .delete:hover {
	 background-color: #ddd;
}
 .page-context .row-reset {
	 margin-bottom: 0;
}
 .page-context .separator.up {
	 margin-top: 30px;
}
 .page-context .separator.down {
	 margin-bottom: 30px;
}
 .page-context .center-pading {
	 padding: 5px;
}
 .page-context .input-field .select-wrapper.invalid {
	 border-bottom: 0;
}
 .page-context .input-field .select-wrapper.invalid input.select-dropdown {
	 border-bottom: 1px solid #f44336;
	 -webkit-box-shadow: 0 1px 0 0 #f44336;
	 box-shadow: 0 1px 0 0 #f44336;
}
 .page-context .input-field .invalid[type=checkbox] + label:before {
	 border: 3px solid #f44336;
	 background: 0 0;
}
 .page-context .input-field .invalid[type=checkbox]:checked + label:before {
	 border-top: 3px solid transparent;
	 border-left: 3px solid transparent;
}
 .page-context .modal {
	 padding: 0;
}
 .page-context .modal-header {
	 background-color: #484848;
	 border-bottom: solid 1px #ecf0f1;
	 color: #fff;
	 float: left;
	 margin-bottom: 20px;
	 padding: 20px 35px;
	 width: 100%;
}
 .page-context .modal-header .title {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .page-context .modal-header .title span {
	 margin-left: 10px;
}
 .page-context #footer-match {
	 background-color: #333;
	 color: #999;
	 margin-top: 0;
}
 .page-context #footer-match .footer-match-copyright {
	 background-color: #202020;
	 color: #999;
}
 .page-context footer div a, .page-context footer div a:hover {
	 color: #999;
	 text-decoration: none;
	 -webkit-tap-highlight-color: transparent;
}
 .page-context footer div a:hover {
	 color: #2ecc71;
}
 @media only screen and (max-width: 600px) {
	 .page-context .card.sticky-action .card-reveal {
		 z-index: 1;
		 padding-bottom: 100px;
	}
	 .page-context .brand-logo img {
		 margin-left: 0;
		 margin-top: 5px;
		 width: 115px;
	}
}
 .page-context .btn-flat.disabled, .page-context .btn.disabled, .page-context .btn[disabled], .page-context .disabled.btn-large, .page-context [disabled].btn-large {
	 background-color: #e6e6e6;
	 background-image: none;
	 border: 0;
	 color: #333;
	 cursor: not-allowed;
	 filter: alpha(opacity=40);
	 opacity: 0.4;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 .page-context .collapsible-body, .page-context nav .dropdown-content li &gt;
 span {
	 padding: 0;
}
 .page-context .collapsible-body fieldset {
	 margin: 2px;
}
 .page-context .noUi-connect, .page-context .noUi-horizontal .noUi-handle {
	 background: #2ecc71;
}
 .page-context .noUi-target.noUi-horizontal .noUi-tooltip {
	 background-color: #2ecc71;
}
 .page-context .img-button {
	 float: left;
	 padding: 0 20px;
}
 .page-context .img-button:hover i {
	 color: #4caf50;
}
 .page-context .img-button i {
	 font-size: 2rem;
}
 .page-context .progrex {
	 background-color: #f5f5f5;
	 border-radius: 4px;
	 height: 20px;
	 overflow: hidden;
	 margin-bottom: 20px;
	 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
 .page-context .progrex-bar {
	 background-color: #337ab7;
	 color: #fff;
	 float: left;
	 height: 100%;
	 font-size: 12px;
	 line-height: 20px;
	 text-align: center;
	 width: 0;
	 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	 -webkit-transition: width 0.6s ease;
	 transition: width 0.6s ease;
}
 .page-context .progrex-bar-striped {
	 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	 background-size: 40px 40px;
}
 .page-context .progrex-bar.active {
	 -webkit-animation: progrex-bar-stripes 2s linear infinite;
	 animation: progrex-bar-stripes 2s linear infinite;
}
 .page-context .progrex-bar-success {
	 background-color: #5cb85c;
}
 .page-context .progrex-bar-info {
	 background-color: #5bc0de;
}
 .page-context .progrex-bar-warning {
	 background-color: #f0ad4e;
}
 .page-context .progrex-bar-danger {
	 background-color: #d9534f;
}
 .page-context #card-alert i, .page-context nav ul li {
	 position: relative;
}
 .page-context nav .dropdown-content {
	 top: 64px !important;
	 right: 0;
	 min-width: 180px;
	 left: auto !important;
	 border: 0;
}
 .page-context nav .dropdown-content.messages {
	 width: 250px !important;
}
 .page-context nav.main-nav {
	 text-transform: uppercase;
}
 .page-context nav.main-nav ul a:hover {
	 background-color: rgba(255, 255, 255, .1);
	 color: #2ecc71;
}
 .page-context nav.main-nav ul a:hover .counts {
	 color: #fff;
}
 .page-context .card {
	 overflow: hidden;
}
 .page-context #card-alert .card .card-content {
	 padding: 20px 40px 20px 20px;
}
 .page-context #card-alert i {
	 font-size: 20px;
	 top: 2px;
}
 .page-context #card-alert button {
	 background: 0 0;
	 border: 0;
	 color: #fff;
	 font-size: 20px;
	 position: absolute;
	 right: 10px;
	 top: 15px;
}
 .page-context .flex-grid {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -ms-flex-line-pack: start;
	 align-content: flex-start;
}
 .page-context .row .flex-grid .flex-item {
	 margin-left: 0;
}
 .page-context #flash-messages {
	 left: 0;
	 margin-top: 64px;
	 position: fixed;
	 top: 0;
	 width: 100%;
	 z-index: 999;
}
 .page-context .counts, .page-context p {
	 line-height: 20px;
}
 .page-context .counts {
	 height: 20px;
	 width: 20px;
	 position: absolute;
	 z-index: 5;
	 text-align: center;
	 font-size: 11px;
	 top: 10px;
	 right: 10px;
	 background: #ff0057;
	 display: block;
	 border-radius: 10px;
	 padding: 0;
}
 .page-context .errors_block {
	 background-color: #f2dede;
	 border: 2px solid #eed3d7;
	 border-radius: 2px;
	 color: #f44336;
	 margin: 0 0 15px;
	 padding: 8px 20px;
	 text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
 .page-context #lg-counter, .page-context .errors_block ul {
	 font-size: 16px;
}
 .page-context p {
	 color: #222;
	 font-size: 14px;
}
 .page-context .no-padding {
	 padding: 0;
}
 .page-context .bold, .page-context .errors_block span {
	 font-weight: 700;
}
 .page-context .bolder {
	 font-weight: bolder;
}
 .page-context .actions {
	 text-align: right;
}
 .page-context label abbr {
	 border-bottom: 0 !important;
	 color: red;
	 text-decoration: none;
}
 .page-context swiper-pagination-bullet .swiper-container {
	 margin: 0 auto;
	 position: relative;
	 overflow: hidden;
	 list-style: none;
	 padding: 0;
	 z-index: 1;
}
 .page-context .swiper-container-no-flexbox .swiper-slide {
	 float: left;
}
 .page-context .swiper-container-vertical &gt;
 .swiper-wrapper {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .page-context .swiper-slide, .page-context .swiper-wrapper {
	 width: 100%;
	 height: 100%;
	 position: relative;
	 -webkit-transition-property: -webkit-transform;
	 transition-property: transform;
	 transition-property: transform, -webkit-transform;
}
 .page-context .swiper-wrapper {
	 z-index: 1;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-sizing: content-box;
	 box-sizing: content-box;
}
 .page-context .swiper-container-android .swiper-slide, .page-context .swiper-wrapper {
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .page-context .swiper-container-multirow &gt;
 .swiper-wrapper {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .page-context .swiper-container-free-mode &gt;
 .swiper-wrapper {
	 -webkit-transition-timing-function: ease-out;
	 transition-timing-function: ease-out;
	 margin: 0 auto;
}
 .page-context .swiper-slide {
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
}
 .page-context .swiper-invisible-blank-slide {
	 visibility: hidden;
}
 .page-context .swiper-container-autoheight, .page-context .swiper-container-autoheight .swiper-slide, .page-context html {
	 height: auto;
}
 .page-context .swiper-container-autoheight .swiper-wrapper {
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 align-items: flex-start;
	 -webkit-transition-property: height, -webkit-transform;
	 transition-property: transform, height;
	 transition-property: transform, height, -webkit-transform;
}
 .page-context .swiper-container-3d {
	 -webkit-perspective: 1200px;
	 perspective: 1200px;
}
 .page-context .swiper-container-3d .swiper-cube-shadow, .page-context .swiper-container-3d .swiper-slide, .page-context .swiper-container-3d .swiper-slide-shadow-bottom, .page-context .swiper-container-3d .swiper-slide-shadow-left, .page-context .swiper-container-3d .swiper-slide-shadow-right, .page-context .swiper-container-3d .swiper-slide-shadow-top, .page-context .swiper-container-3d .swiper-wrapper {
	 -webkit-transform-style: preserve-3d;
	 transform-style: preserve-3d;
}
 .page-context .swiper-container-3d .swiper-slide-shadow-bottom, .page-context .swiper-container-3d .swiper-slide-shadow-left, .page-context .swiper-container-3d .swiper-slide-shadow-right, .page-context .swiper-container-3d .swiper-slide-shadow-top {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 pointer-events: none;
	 z-index: 10;
}
 .page-context .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: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}
 .page-context .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: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}
 .page-context .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: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}
 .page-context .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: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}
 .page-context .swiper-container-wp8-horizontal, .page-context .swiper-container-wp8-horizontal &gt;
 .swiper-wrapper {
	 -ms-touch-action: pan-y;
	 touch-action: pan-y;
}
 .page-context .swiper-container-wp8-vertical, .page-context .swiper-container-wp8-vertical &gt;
 .swiper-wrapper {
	 -ms-touch-action: pan-x;
	 touch-action: pan-x;
}
 .page-context .swiper-button-next, .page-context .swiper-button-prev {
	 position: absolute;
	 width: 27px;
	 height: 44px;
	 margin-top: -22px;
	 z-index: 10;
	 cursor: pointer;
	 background-size: 27px 44px;
	 background-position: center;
	 background-repeat: no-repeat;
}
 .page-context .swiper-button-next.swiper-button-disabled, .page-context .swiper-button-prev.swiper-button-disabled {
	 opacity: 0;
	 cursor: auto;
	 pointer-events: none;
}
 .page-context .swiper-button-lock {
	 display: none;
}
 .page-context .swiper-pagination {
	 position: absolute;
	 text-align: center;
	 -webkit-transition: 0.3s opacity;
	 transition: 0.3s opacity;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 z-index: 10;
}
 .page-context .swiper-pagination.swiper-pagination-hidden {
	 opacity: 0;
}
 .page-context .swiper-container-horizontal &gt;
 .s, .page-context .swiper-pagination-custom, .page-context .swiper-pagination-fraction {
	 bottom: 10px;
	 left: 0;
	 width: 100%;
}
 .page-context .swiper-pagination-bullets-dynamic {
	 overflow: hidden;
	 font-size: 0;
}
 .page-context .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	 -webkit-transform: scale(0.33);
	 transform: scale(0.33);
	 position: relative;
}
 .page-context .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	 -webkit-transform: scale(1);
	 transform: scale(1);
}
 .page-context .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	 -webkit-transform: scale(0.66);
	 transform: scale(0.66);
}
 .page-context .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	 -webkit-transform: scale(0.33);
	 transform: scale(0.33);
}
 .page-context .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	 -webkit-transform: scale(0.66);
	 transform: scale(0.66);
}
 .page-context .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	 -webkit-transform: scale(0.33);
	 transform: scale(0.33);
}
 .page-context .swiper-pagination-bullet {
	 width: 8px;
	 height: 8px;
	 display: inline-block;
	 border-radius: 100%;
	 background: #000;
	 opacity: 0.2;
}
 .page-context button.swiper-pagination-bullet {
	 border: 0;
	 margin: 0;
	 padding: 0;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 .page-context .swiper-pagination-clickable .swiper-pagination-bullet {
	 cursor: pointer;
}
 .page-context .swiper-pagination-bullet-active {
	 opacity: 1;
	 background: #007aff;
}
 .page-context .swiper-container-vertical &gt;
 .swiper-pagination-bullets {
	 right: 10px;
	 top: 50%;
	 -webkit-transform: translate3d(0, -50%, 0);
	 transform: translate3d(0, -50%, 0);
}
 .page-context .swiper-container-vertical &gt;
 .swiper-pagination-bullets .swiper-pagination-bullet {
	 margin: 6px 0;
	 display: block;
}
 .page-context .swiper-container-vertical &gt;
 .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 width: 8px;
}
 .page-context .swiper-container-vertical &gt;
 .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	 display: inline-block;
	 -webkit-transition: 0.2s top, 0.2s -webkit-transform;
	 transition: 0.2s transform, 0.2s top;
	 transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
 .page-context .swiper-container-horizontal &gt;
 .swiper-pagination-bullets .swiper-pagination-bullet {
	 margin: 0 12px;
}
 .page-context .swiper-container-horizontal &gt;
 .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	 -webkit-transform: translateX(-50%);
	 transform: translateX(-50%);
	 white-space: nowrap;
}
 .page-context .swiper-container-horizontal &gt;
 .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	 -webkit-transition: 0.2s left, 0.2s -webkit-transform;
	 transition: 0.2s transform, 0.2s left;
	 transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
 .page-context .swiper-container-horizontal.swiper-container-rtl &gt;
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	 -webkit-transition: 0.2s right, 0.2s -webkit-transform;
	 transition: 0.2s transform, 0.2s right;
	 transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
 .page-context .swiper-pagination-progressbar {
	 background: rgba(0, 0, 0, .25);
	 position: absolute;
}
 .page-context .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	 background: #007aff;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 -webkit-transform: scale(0);
	 transform: scale(0);
	 -webkit-transform-origin: left top;
	 transform-origin: left top;
}
 .page-context .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	 -webkit-transform-origin: right top;
	 transform-origin: right top;
}
 .page-context .swiper-container-horizontal &gt;
 .swiper-pagination-progressbar {
	 width: 100%;
	 height: 4px;
	 left: 0;
	 top: 0;
}
 .page-context .swiper-container-vertical &gt;
 .swiper-pagination-progressbar {
	 width: 4px;
	 height: 100%;
	 left: 0;
	 top: 0;
}
 .page-context .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill, .page-context .swiper-pagination-white .swiper-pagination-bullet-active {
	 background: #fff;
}
 .page-context .swiper-pagination-progressbar.swiper-pagination-white {
	 background: rgba(255, 255, 255, .25);
}
 .page-context .swiper-pagination-black .swiper-pagination-bullet-active, .page-context .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	 background: #000;
}
 .page-context .swiper-pagination-progressbar.swiper-pagination-black {
	 background: rgba(0, 0, 0, .25);
}
 .page-context .swiper-pagination-lock {
	 display: none;
}
 .page-context .swiper-scrollbar {
	 border-radius: 10px;
	 position: relative;
	 -ms-touch-action: none;
	 background: rgba(0, 0, 0, .1);
}
 .page-context .swiper-container-horizontal &gt;
 .swiper-scrollbar {
	 position: absolute;
	 left: 1%;
	 bottom: 3px;
	 z-index: 50;
	 height: 5px;
	 width: 98%;
}
 .page-context .swiper-container-vertical &gt;
 .swiper-scrollbar {
	 position: absolute;
	 right: 3px;
	 top: 1%;
	 z-index: 50;
	 width: 5px;
	 height: 98%;
}
 .page-context .swiper-scrollbar-drag {
	 height: 100%;
	 width: 100%;
	 position: relative;
	 background: rgba(0, 0, 0, .5);
	 border-radius: 10px;
	 left: 0;
	 top: 0;
}
 .page-context .swiper-scrollbar-cursor-drag {
	 cursor: move;
}
 .page-context .swiper-scrollbar-lock {
	 display: none;
}
 .page-context .swiper-zoom-container {
	 width: 100%;
	 height: 100%;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 text-align: center;
}
 .page-context .swiper-zoom-container &gt;
 canvas, .page-context .swiper-zoom-container &gt;
 img, .page-context .swiper-zoom-container &gt;
 svg {
	 max-width: 100%;
	 max-height: 100%;
	 -o-object-fit: contain;
	 object-fit: contain;
}
 .page-context .swiper-slide-zoomed {
	 cursor: move;
}
 .page-context .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%;
	 transform-origin: 50%;
	 -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	 animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
 .page-context .swiper-lazy-preloader:after {
	 display: block;
	 content: &#34;
	&#34;
	;
	 width: 100%;
	 height: 100%;
	 background-image: url(&#34;
	data:image/svg+xml;
	charset=utf-8,%3Csvg%20viewBox%3D&#39;
	0%200%20120%20120&#39;
	%20xmlns%3D&#39;
	http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;
	%20xmlns%3Axlink%3D&#39;
	http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink&#39;
	%3E%3Cdefs%3E%3Cline%20id%3D&#39;
	l&#39;
	%20x1%3D&#39;
	60&#39;
	%20x2%3D&#39;
	60&#39;
	%20y1%3D&#39;
	7&#39;
	%20y2%3D&#39;
	27&#39;
	%20stroke%3D&#39;
	%236c6c6c&#39;
	%20stroke-width%3D&#39;
	11&#39;
	%20stroke-linecap%3D&#39;
	round&#39;
	%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(30%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(60%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(90%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(120%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(150%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.37&#39;
	%20transform%3D&#39;
	rotate(180%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.46&#39;
	%20transform%3D&#39;
	rotate(210%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.56&#39;
	%20transform%3D&#39;
	rotate(240%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.66&#39;
	%20transform%3D&#39;
	rotate(270%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.75&#39;
	%20transform%3D&#39;
	rotate(300%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.85&#39;
	%20transform%3D&#39;
	rotate(330%2060%2C60)&#39;
	%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E&#34;
	);
	 background-position: 50%;
	 background-size: 100%;
	 background-repeat: no-repeat;
}
 .page-context .swiper-lazy-preloader-white:after {
	 background-image: url(&#34;
	data:image/svg+xml;
	charset=utf-8,%3Csvg%20viewBox%3D&#39;
	0%200%20120%20120&#39;
	%20xmlns%3D&#39;
	http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;
	%20xmlns%3Axlink%3D&#39;
	http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink&#39;
	%3E%3Cdefs%3E%3Cline%20id%3D&#39;
	l&#39;
	%20x1%3D&#39;
	60&#39;
	%20x2%3D&#39;
	60&#39;
	%20y1%3D&#39;
	7&#39;
	%20y2%3D&#39;
	27&#39;
	%20stroke%3D&#39;
	%23fff&#39;
	%20stroke-width%3D&#39;
	11&#39;
	%20stroke-linecap%3D&#39;
	round&#39;
	%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(30%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(60%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(90%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(120%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.27&#39;
	%20transform%3D&#39;
	rotate(150%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.37&#39;
	%20transform%3D&#39;
	rotate(180%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.46&#39;
	%20transform%3D&#39;
	rotate(210%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.56&#39;
	%20transform%3D&#39;
	rotate(240%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.66&#39;
	%20transform%3D&#39;
	rotate(270%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.75&#39;
	%20transform%3D&#39;
	rotate(300%2060%2C60)&#39;
	%2F%3E%3Cuse%20xlink%3Ahref%3D&#39;
	%23l&#39;
	%20opacity%3D&#39;
	.85&#39;
	%20transform%3D&#39;
	rotate(330%2060%2C60)&#39;
	%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E&#34;
	);
}
 .page-context .swiper-container .swiper-notification {
	 position: absolute;
	 left: 0;
	 top: 0;
	 pointer-events: none;
	 opacity: 0;
	 z-index: -1000;
}
 .page-context .swiper-container-fade.swiper-container-free-mode .swiper-slide {
	 -webkit-transition-timing-function: ease-out;
	 transition-timing-function: ease-out;
}
 .page-context .swiper-container-fade .swiper-slide {
	 pointer-events: none;
	 -webkit-transition-property: opacity;
	 transition-property: opacity;
}
 .page-context .swiper-container-fade .swiper-slide .swiper-slide {
	 pointer-events: none;
}
 .page-context .swiper-container-fade .swiper-slide-active, .page-context .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	 pointer-events: auto;
}
 .page-context .swiper-container-cube, .page-context .swiper-container-flip {
	 overflow: visible;
}
 .page-context .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;
	 transform-origin: 0 0;
	 width: 100%;
	 height: 100%;
}
 .page-context .swiper-container-cube .swiper-slide .swiper-slide {
	 pointer-events: none;
}
 .page-context .swiper-container-cube.swiper-container-rtl .swiper-slide {
	 -webkit-transform-origin: 100% 0;
	 transform-origin: 100% 0;
}
 .page-context .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	 pointer-events: auto;
}
 .page-context .swiper-container-cube .swiper-slide-active, .page-context .swiper-container-cube .swiper-slide-next, .page-context .swiper-container-cube .swiper-slide-next + .swiper-slide, .page-context .swiper-container-cube .swiper-slide-prev {
	 pointer-events: auto;
	 visibility: visible;
}
 .page-context .swiper-container-cube .swiper-slide-shadow-bottom, .page-context .swiper-container-cube .swiper-slide-shadow-left, .page-context .swiper-container-cube .swiper-slide-shadow-right, .page-context .swiper-container-cube .swiper-slide-shadow-top {
	 z-index: 0;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .page-context .swiper-container-cube .swiper-cube-shadow {
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 opacity: 0.6;
	 -webkit-filter: blur(50px);
	 filter: blur(50px);
	 z-index: 0;
}
 .page-context .swiper-container-flip .swiper-slide {
	 pointer-events: none;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
	 z-index: 1;
}
 .page-context .swiper-container-flip .swiper-slide .swiper-slide {
	 pointer-events: none;
}
 .page-context .swiper-container-flip .swiper-slide-active, .page-context .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	 pointer-events: auto;
}
 .page-context .swiper-container-flip .swiper-slide-shadow-bottom, .page-context .swiper-container-flip .swiper-slide-shadow-left, .page-context .swiper-container-flip .swiper-slide-shadow-right, .page-context .swiper-container-flip .swiper-slide-shadow-top {
	 z-index: 0;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .page-context .swiper-container-coverflow .swiper-wrapper {
	 -ms-perspective: 1200px;
}
 .page-context .swiper-container-horizontal &gt;
 .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	 left: auto;
	 right: 0;
	 -webkit-transform: none;
	 transform: none;
}
 .page-context .lg-sub-html, .page-context .lg-toolbar {
	 background-color: rgba(0, 0, 0, .45);
}
 @font-face {
	 font-family: lg;
	 src: url(../fonts/lg.eot?n1z373);
	 src: url(../fonts/lg.eot?#iefixn1z373) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/lg.woff?n1z373) format(&#34;
	woff&#34;
	), url(../fonts/lg.ttf?n1z373) format(&#34;
	truetype&#34;
	), url(../fonts/lg.svg?n1z373#lg) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: normal;
}
 .page-context .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;
}
 .page-context .lg-actions .lg-next, .page-context .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: 0;
	 outline: 0;
}
 .page-context .lg-actions .lg-next.disabled, .page-context .lg-actions .lg-prev.disabled {
	 pointer-events: none;
	 opacity: 0.5;
}
 .page-context .lg-actions .lg-next:hover, .page-context .lg-actions .lg-prev:hover {
	 color: #fff;
}
 .page-context .lg-actions .lg-next {
	 right: 20px;
}
 .page-context .lg-actions .lg-next:before {
	 content: &#34;
	\e095&#34;
	;
}
 .page-context .lg-actions .lg-prev {
	 left: 20px;
}
 .page-context .lg-actions .lg-prev:after {
	 content: &#34;
	\e094&#34;
	;
}
 .page-context .lg-outer.lg-right-end .lg-object {
	 -webkit-animation: lg-right-end 0.3s;
	 animation: lg-right-end 0.3s;
	 position: relative;
}
 .page-context .lg-outer.lg-left-end .lg-object {
	 -webkit-animation: lg-left-end 0.3s;
	 animation: lg-left-end 0.3s;
	 position: relative;
}
 .page-context .lg-toolbar {
	 z-index: 1082;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
}
 .page-context .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: 0;
	 -webkit-transition: color 0.2s linear;
	 transition: color 0.2s linear;
}
 .page-context .lg-toolbar .lg-icon:hover {
	 color: #fff;
}
 .page-context .lg-toolbar .lg-close:after {
	 content: &#34;
	\e070&#34;
	;
}
 .page-context .lg-toolbar .lg-download:after {
	 content: &#34;
	\e0f2&#34;
	;
}
 .page-context .lg-sub-html {
	 bottom: 0;
	 color: #eee;
	 font-size: 16px;
	 left: 0;
	 padding: 10px 40px;
	 position: fixed;
	 right: 0;
	 text-align: center;
	 z-index: 1080;
}
 .page-context .lg-sub-html h4 {
	 margin: 0;
	 font-size: 13px;
	 font-weight: 700;
}
 .page-context .lg-sub-html p {
	 font-size: 12px;
	 margin: 5px 0 0;
}
 .page-context #lg-counter {
	 color: #999;
	 display: inline-block;
	 padding-left: 20px;
	 padding-top: 12px;
	 vertical-align: middle;
}
 .page-context .lg-next, .page-context .lg-prev, .page-context .lg-toolbar {
	 opacity: 1;
	 -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	 transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	 transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 .page-context .lg-hide-items .lg-prev {
	 opacity: 0;
	 -webkit-transform: translate3d(-10px, 0, 0);
	 transform: translate3d(-10px, 0, 0);
}
 .page-context .lg-hide-items .lg-next {
	 opacity: 0;
	 -webkit-transform: translate3d(10px, 0, 0);
	 transform: translate3d(10px, 0, 0);
}
 .page-context .lg-hide-items .lg-toolbar {
	 opacity: 0;
	 -webkit-transform: translate3d(0, -10px, 0);
	 transform: translate3d(0, -10px, 0);
}
 .page-context body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	 -webkit-transform: scale3d(0.5, 0.5, 0.5);
	 transform: scale3d(0.5, 0.5, 0.5);
	 opacity: 0;
	 -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	 transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	 transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	 -webkit-transform-origin: 50% 50%;
	 transform-origin: 50% 50%;
}
 .page-context body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	 -webkit-transform: scale3d(1, 1, 1);
	 transform: scale3d(1, 1, 1);
	 opacity: 1;
}
 .page-context .lg-outer .lg-thumb-outer {
	 background-color: #0d0a0a;
	 bottom: 0;
	 position: absolute;
	 width: 100%;
	 z-index: 1080;
	 max-height: 350px;
	 -webkit-transform: translate3d(0, 100%, 0);
	 transform: translate3d(0, 100%, 0);
	 -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	 transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	 transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 .page-context .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item, .page-context .lg-outer.lg-grab img.lg-object {
	 cursor: -webkit-grab;
	 cursor: -o-grab;
	 cursor: -ms-grab;
	 cursor: grab;
}
 .page-context .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item, .page-context .lg-outer.lg-grabbing img.lg-object {
	 cursor: move;
	 cursor: -webkit-grabbing;
	 cursor: -o-grabbing;
	 cursor: -ms-grabbing;
	 cursor: grabbing;
}
 .page-context .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	 -webkit-transition-duration: 0s !important;
	 transition-duration: 0s !important;
}
 .page-context .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .page-context .lg-outer.lg-thumb-open .lg-thumb-outer {
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .page-context .lg-outer .lg-thumb {
	 padding: 10px 0;
	 height: 100%;
	 margin-bottom: -5px;
}
 .page-context .lg-outer .lg-thumb-item {
	 cursor: pointer;
	 float: left;
	 overflow: hidden;
	 height: 100%;
	 border: 2px solid #fff;
	 border-radius: 4px;
	 margin-bottom: 5px;
}
 @media (min-width: 1025px) {
	 .page-context .lg-outer .lg-thumb-item {
		 -webkit-transition: border-color 0.25s ease;
		 transition: border-color 0.25s ease;
	}
}
 .page-context .lg-outer .lg-thumb-item.active, .page-context .lg-outer .lg-thumb-item:hover {
	 border-color: #a90707;
}
 .page-context .lg-outer .lg-thumb-item img {
	 width: 100%;
	 height: 100%;
	 -o-object-fit: cover;
	 object-fit: cover;
}
 .page-context .lg-outer.lg-has-thumb .lg-item {
	 padding-bottom: 120px;
}
 .page-context .lg-outer.lg-can-toggle .lg-item {
	 padding-bottom: 0;
}
 .page-context .lg-outer.lg-pull-caption-up .lg-sub-html {
	 -webkit-transition: bottom 0.25s ease;
	 transition: bottom 0.25s ease;
}
 .page-context .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	 bottom: 100px;
}
 .page-context .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;
}
 .page-context .lg-outer .lg-toogle-thumb:hover, .page-context .lg-outer.lg-dropdown-active #lg-share {
	 color: #fff;
}
 .page-context .lg-outer .lg-toogle-thumb:after {
	 content: &#34;
	\e1ff&#34;
	;
}
 .page-context .lg-outer .lg-video-cont {
	 display: inline-block;
	 vertical-align: middle;
	 max-width: 1140px;
	 max-height: 100%;
	 width: 100%;
	 padding: 0 5px;
}
 .page-context .lg-outer .lg-video {
	 width: 100%;
	 height: 0;
	 padding-bottom: 56.25%;
	 overflow: hidden;
	 position: relative;
}
 .page-context .lg-outer .lg-video .lg-object {
	 display: inline-block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100% !important;
	 height: 100% !important;
}
 .page-context .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;
}
 .page-context .lg-outer .lg-has-iframe .lg-video {
	 -webkit-overflow-scrolling: touch;
	 overflow: auto;
}
 .page-context .lg-outer .lg-has-vimeo .lg-video-play {
	 background: url(../img/general/vimeo-play.png) no-repeat;
}
 .page-context .lg-outer .lg-has-vimeo:hover .lg-video-play {
	 background: url(../img/general/vimeo-play.png) 0 -58px no-repeat;
}
 .page-context .lg-outer .lg-has-html5 .lg-video-play {
	 background: url(../img/general/video-play.png) no-repeat;
	 height: 64px;
	 margin-left: -32px;
	 margin-top: -32px;
	 width: 64px;
	 opacity: 0.8;
}
 .page-context .lg-outer .lg-has-html5:hover .lg-video-play {
	 opacity: 1;
}
 .page-context .lg-outer .lg-has-youtube .lg-video-play {
	 background: url(../img/general/youtube-play.png) no-repeat;
}
 .page-context .lg-outer .lg-has-youtube:hover .lg-video-play {
	 background: url(../img/general/youtube-play.png) 0 -60px no-repeat;
}
 .page-context .lg-outer .lg-video-object {
	 width: 100% !important;
	 height: 100% !important;
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .page-context .lg-outer .lg-has-video .lg-video-object {
	 visibility: hidden;
}
 .page-context .lg-outer .lg-has-video.lg-video-playing .lg-object, .page-context .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	 display: none;
}
 .page-context .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	 visibility: visible;
}
 .page-context .lg-progress-bar {
	 background-color: #333;
	 height: 5px;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: 1083;
	 opacity: 0;
	 -webkit-transition: opacity 80ms ease 0s;
	 transition: opacity 80ms ease 0s;
}
 .page-context .lg-progress-bar .lg-progress {
	 background-color: #a90707;
	 height: 5px;
	 width: 0;
}
 .page-context .lg-progress-bar.lg-start .lg-progress {
	 width: 100%;
}
 .page-context .lg-show-autoplay .lg-progress-bar {
	 opacity: 1;
}
 .page-context .lg-autoplay-button:after {
	 content: &#34;
	\e01d&#34;
	;
}
 .page-context .lg-show-autoplay .lg-autoplay-button:after {
	 content: &#34;
	\e01a&#34;
	;
}
 .page-context .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .page-context .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	 -webkit-transition-duration: 0s;
	 transition-duration: 0s;
}
 .page-context .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	 transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	 transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 .page-context .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	 -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	 transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 .page-context .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .page-context .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	 -webkit-transform: scale3d(1, 1, 1);
	 transform: scale3d(1, 1, 1);
	 -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	 transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	 transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	 -webkit-transform-origin: 0 0;
	 transform-origin: 0 0;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .page-context #lg-zoom-in:after {
	 content: &#34;
	\e311&#34;
	;
}
 .page-context #lg-actual-size {
	 font-size: 20px;
}
 .page-context #lg-actual-size:after {
	 content: &#34;
	\e033&#34;
	;
}
 .page-context #lg-zoom-out {
	 opacity: 0.5;
	 pointer-events: none;
}
 .page-context #lg-zoom-out:after {
	 content: &#34;
	\e312&#34;
	;
}
 .page-context .lg-zoomed #lg-zoom-out {
	 opacity: 1;
	 pointer-events: auto;
}
 .page-context .lg-outer .lg-pager-outer {
	 bottom: 60px;
	 left: 0;
	 position: absolute;
	 right: 0;
	 text-align: center;
	 z-index: 1080;
	 height: 10px;
}
 .page-context .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	 overflow: visible;
}
 .page-context .lg-outer .lg-pager-cont {
	 cursor: pointer;
	 display: inline-block;
	 overflow: hidden;
	 position: relative;
	 vertical-align: top;
	 margin: 0 5px;
}
 .page-context .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	 opacity: 1;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .page-context .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	 -webkit-box-shadow: 0 0 0 2px #fff inset;
	 box-shadow: 0 0 0 2px #fff inset;
}
 .page-context .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;
	 -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	 transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	 transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	 -webkit-transform: translate3d(0, 5px, 0);
	 transform: translate3d(0, 5px, 0);
}
 .page-context .lg-outer .lg-pager-thumb-cont img {
	 width: 100%;
	 height: 100%;
}
 .page-context .lg-outer .lg-pager {
	 background-color: rgba(255, 255, 255, .5);
	 border-radius: 50%;
	 -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	 box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	 display: block;
	 height: 12px;
	 -webkit-transition: box-shadow 0.3s ease 0s;
	 -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	 transition: box-shadow 0.3s ease 0s;
	 transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	 width: 12px;
}
 .page-context .lg-outer .lg-pager:focus, .page-context .lg-outer .lg-pager:hover {
	 -webkit-box-shadow: 0 0 0 8px #fff inset;
	 box-shadow: 0 0 0 8px #fff inset;
}
 .page-context .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;
}
 .page-context .lg-fullscreen:after {
	 content: &#34;
	\e20c&#34;
	;
}
 .page-context .lg-fullscreen-on .lg-fullscreen:after {
	 content: &#34;
	\e20d&#34;
	;
}
 .page-context .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;
	 -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	 transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
 .page-context .lg-outer.lg-dropdown-active #lg-dropdown-overlay, .page-context .lg-outer.lg-dropdown-active .lg-dropdown {
	 -webkit-transition-delay: 0s;
	 transition-delay: 0s;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 opacity: 1;
	 visibility: visible;
}
 .page-context .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;
	 -webkit-transform: translate3d(0, 5px, 0);
	 transform: translate3d(0, 5px, 0);
	 -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	 transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	 transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
 .page-context .lg-outer .lg-dropdown:after {
	 content: &#34;
	&#34;
	;
	 display: block;
	 height: 0;
	 width: 0;
	 position: absolute;
	 border: 8px solid transparent;
	 border-bottom-color: #fff;
	 right: 16px;
	 top: -16px;
}
 .page-context .lg-outer .lg-dropdown &gt;
 li:last-child, .page-context .npurp__desc p:last-child {
	 margin-bottom: 0;
}
 .page-context .lg-outer .lg-dropdown &gt;
 li:hover .lg-icon, .page-context .lg-outer .lg-dropdown &gt;
 li:hover a {
	 color: #333;
}
 .page-context .lg-outer .lg-dropdown a {
	 color: #333;
	 display: block;
	 white-space: pre;
	 padding: 4px 12px;
	 font-family: &#34;
	Open Sans&#34;
	, &#34;
	Helvetica Neue&#34;
	, Helvetica, Arial, sans-serif;
	 font-size: 12px;
}
 .page-context .lg-outer .lg-dropdown a:hover {
	 background-color: rgba(0, 0, 0, .07);
}
 .page-context .lg-outer .lg-dropdown .lg-dropdown-text {
	 display: inline-block;
	 line-height: 1;
	 margin-top: -3px;
	 vertical-align: middle;
}
 .page-context .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;
}
 .page-context .lg-outer, .page-context .lg-outer .lg, .page-context .lg-outer .lg-inner {
	 width: 100%;
	 height: 100%;
}
 .page-context .lg-outer #lg-share {
	 position: relative;
}
 .page-context .lg-outer #lg-share:after {
	 content: &#34;
	\e80d&#34;
	;
}
 .page-context .lg-outer #lg-share-facebook .lg-icon {
	 color: #3b5998;
}
 .page-context .lg-outer #lg-share-facebook .lg-icon:after {
	 content: &#34;
	\e901&#34;
	;
}
 .page-context .lg-outer #lg-share-twitter .lg-icon {
	 color: #00aced;
}
 .page-context .lg-outer #lg-share-twitter .lg-icon:after {
	 content: &#34;
	\e904&#34;
	;
}
 .page-context .lg-outer #lg-share-googleplus .lg-icon {
	 color: #dd4b39;
}
 .page-context .lg-outer #lg-share-googleplus .lg-icon:after {
	 content: &#34;
	\e902&#34;
	;
}
 .page-context .lg-outer #lg-share-pinterest .lg-icon {
	 color: #cb2027;
}
 .page-context .lg-outer #lg-share-pinterest .lg-icon:after {
	 content: &#34;
	\e903&#34;
	;
}
 .page-context .lg-group:after {
	 content: &#34;
	&#34;
	;
	 display: table;
	 clear: both;
}
 .page-context .lg-outer {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 1050;
	 text-align: left;
	 opacity: 0;
	 -webkit-transition: opacity 0.15s ease 0s;
	 transition: opacity 0.15s ease 0s;
}
 .page-context .lg-outer * {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 .page-context .lg-outer.lg-visible {
	 opacity: 1;
}
 .page-context .lg-outer.lg-css3 .lg-item.lg-current, .page-context .lg-outer.lg-css3 .lg-item.lg-next-slide, .page-context .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	 -webkit-transition-duration: inherit !important;
	 transition-duration: inherit !important;
	 -webkit-transition-timing-function: inherit !important;
	 transition-timing-function: inherit !important;
}
 .page-context .lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .page-context .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .page-context .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	 -webkit-transition-duration: 0s !important;
	 transition-duration: 0s !important;
	 opacity: 1;
}
 .page-context .lg-outer .lg {
	 position: relative;
	 overflow: hidden;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 100%;
	 max-height: 100%;
}
 .page-context .lg-outer .lg-inner {
	 position: absolute;
	 left: 0;
	 top: 0;
	 white-space: nowrap;
}
 .page-context .lg-outer .lg-item {
	 background: url(../img/general/loading.gif) center center no-repeat;
	 display: none !important;
}
 .page-context .lg-outer.lg-css .lg-current, .page-context .lg-outer.lg-css3 .lg-current, .page-context .lg-outer.lg-css3 .lg-next-slide, .page-context .lg-outer.lg-css3 .lg-prev-slide {
	 display: inline-block !important;
}
 .page-context .lg-outer .lg-img-wrap {
	 display: inline-block;
	 text-align: center;
	 width: 100%;
	 height: 100%;
}
 .page-context .lg-outer .lg-item {
	 text-align: center;
	 position: absolute;
	 width: 100%;
	 height: 100%;
}
 .page-context .lg-outer .lg-img-wrap:before, .page-context .lg-outer .lg-item:before {
	 content: &#34;
	&#34;
	;
	 display: inline-block;
	 height: 50%;
	 width: 1px;
	 margin-right: -1px;
}
 .page-context .lg-outer .lg-img-wrap {
	 position: absolute;
	 padding: 0 5px;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
}
 .page-context .lg-outer .lg-item.lg-complete {
	 background-image: none;
}
 .page-context .lg-outer .lg-item.lg-current {
	 z-index: 1060;
}
 .page-context .lg-outer .lg-image {
	 display: inline-block;
	 vertical-align: middle;
	 max-width: 100%;
	 max-height: 100%;
	 width: auto !important;
	 height: auto !important;
}
 .page-context .lg-backdrop, .page-context .lg-outer.lg-show-after-load .lg-item .lg-object, .page-context .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	 opacity: 0;
	 -webkit-transition: opacity 0.15s ease 0s;
	 transition: opacity 0.15s ease 0s;
}
 .page-context .lg-outer .lg-empty-html, .page-context .lg-outer.lg-hide-download #lg-download {
	 display: none;
}
 .page-context .lg-backdrop {
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: 1040;
	 background-color: #000;
}
 .page-context .lg-backdrop.in, .page-context .lg-css3.lg-fade .lg-item.lg-current, .page-context .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .page-context .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	 opacity: 1;
}
 .page-context .lg-css3.lg-no-trans .lg-current, .page-context .lg-css3.lg-no-trans .lg-next-slide, .page-context .lg-css3.lg-no-trans .lg-prev-slide {
	 -webkit-transition: none 0s ease 0s !important;
	 transition: none 0s ease 0s !important;
}
 .page-context .lg-css3.lg-use-css3 .lg-item, .page-context .lg-css3.lg-use-left .lg-item {
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .page-context .lg-css3.lg-fade .lg-item.lg-current, .page-context .lg-css3.lg-fade .lg-item.lg-next-slide, .page-context .lg-css3.lg-fade .lg-item.lg-prev-slide {
	 -webkit-transition: opacity 0.1s ease 0s;
	 transition: opacity 0.1s ease 0s;
}
 .page-context .lg-css3.lg-fade .lg-item, .page-context .lg-css3.lg-slide.lg-use-css3 .lg-item {
	 opacity: 0;
}
 .page-context .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	 -webkit-transform: translate3d(-100%, 0, 0);
	 transform: translate3d(-100%, 0, 0);
}
 .page-context .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0);
}
 .page-context .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	 opacity: 1;
}
 .page-context .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .page-context .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .page-context .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	 -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	 transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	 transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 .page-context .lg-css3.lg-slide.lg-use-left .lg-item {
	 opacity: 0;
	 position: absolute;
	 left: 0;
}
 .page-context .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	 left: -100%;
}
 .page-context .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	 left: 100%;
}
 .page-context .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	 left: 0;
	 opacity: 1;
}
 .page-context .lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .page-context .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .page-context .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	 -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	 transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
 .page-context .nice-select {
	 position: relative;
	 padding-left: 15px;
	 width: auto;
}
 .page-context .nice-select:hover {
	 border-color: #dbdbdb;
}
 .page-context .nice-select.open, .page-context .nice-select:active, .page-context .nice-select:focus {
	 border-color: #999;
}
 .page-context .nice-select:after {
	 border-bottom: 2px solid #999;
	 border-right: 2px solid #999;
	 content: &#34;
	&#34;
	;
	 display: block;
	 height: 5px;
	 margin-top: -4px;
	 pointer-events: none;
	 position: absolute;
	 right: 12px;
	 top: 50%;
	 -webkit-transform-origin: 66% 66%;
	 transform-origin: 66% 66%;
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 -webkit-transition: all 0.15s ease-in-out;
	 transition: all 0.15s ease-in-out;
	 width: 5px;
}
 .page-context .nice-select.open:after {
	 -webkit-transform: rotate(-135deg);
	 transform: rotate(-135deg);
}
 .page-context .nice-select.open .list {
	 opacity: 1;
	 pointer-events: auto;
	 -webkit-transform: scale(1) translateY(0);
	 transform: scale(1) translateY(0);
}
 .page-context .nice-select.disabled {
	 border-color: #ededed;
	 color: #999;
	 pointer-events: none;
}
 .page-context .nice-select.disabled:after {
	 border-color: #ccc;
}
 .page-context .nice-select.wide {
	 width: 100%;
}
 .page-context .nice-select.wide .list {
	 left: 0 !important;
	 right: 0 !important;
}
 .page-context .nice-select.right {
	 float: right;
}
 .page-context .nice-select.right .list {
	 left: auto;
	 right: 0;
}
 .page-context .nice-select.small {
	 font-size: 12px;
	 height: 36px;
	 line-height: 34px;
}
 .page-context .nice-select.small:after {
	 height: 4px;
	 width: 4px;
}
 .page-context .nice-select.small .option {
	 line-height: 34px;
	 min-height: 34px;
}
 .page-context .nice-select .list {
	 background-color: #fff;
	 -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	 box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 margin-top: 4px;
	 opacity: 0;
	 padding: 0;
	 pointer-events: none;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 -webkit-transition: all 0.2s;
	 transition: all 0.2s;
	 z-index: 9;
}
 .page-context .nice-select .list:hover .option:not(:hover) {
	 background-color: transparent !important;
}
 .page-context .nice-select .option {
	 cursor: pointer;
	 font-weight: 400;
	 line-height: 40px;
	 list-style: none;
	 min-height: 40px;
	 outline: 0;
	 padding-left: 18px;
	 padding-right: 29px;
	 text-align: left;
	 -webkit-transition: all 0.2s;
	 transition: all 0.2s;
}
 .page-context .nice-select .option.focus, .page-context .nice-select .option.selected.focus, .page-context .nice-select .option:hover {
	 background-color: #f6f6f6;
}
 .page-context .nice-select .option.selected {
	 font-weight: 700;
}
 .page-context .nice-select .option.disabled {
	 background-color: transparent;
	 color: #999;
	 cursor: default;
}
 .page-context .no-csspointerevents .nice-select .list {
	 display: none;
}
 .page-context .no-csspointerevents .nice-select.open .list {
	 display: block;
}
 .page-context .starability-result, .page-context .starability-result:after {
	 height: 13px;
	 background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=);
}
 .page-context .starability-result {
	 position: relative;
	 width: 150px;
	 font-size: 0.1em;
	 color: transparent;
}
 .page-context .starability-result:after {
	 content: &#34;
	 &#34;
	;
	 position: absolute;
	 left: 0;
	 background-position: 0 -13px;
}
 .page-context .starability-result[data-rating=&#34;
5&#34;
]::after {
	 width: 65px;
	 background-size: 13px auto;
}
 .page-context .starability-result[data-rating=&#34;
4&#34;
]::after {
	 width: 52px;
	 background-size: 13px auto;
}
 .page-context .starability-result[data-rating=&#34;
3&#34;
]::after {
	 width: 39px;
	 background-size: 13px auto;
}
 .page-context .starability-result[data-rating=&#34;
2&#34;
]::after {
	 width: 26px;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 label, .page-context .starability-result[data-rating=&#34;
1&#34;
]::after {
	 width: 13px;
	 background-size: 13px auto;
}
 @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	 .page-context .starability-result, .page-context .starability-result:after {
		 background-image: url(data:image/png;
		base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==);
		 background-size: 13px auto;
	}
}
 .page-context .starability-basic {
	 display: block;
	 position: relative;
	 width: 77px;
	 min-height: 13px;
	 padding: 0;
	 border: 0;
	 background-size: 13px auto;
}
 .page-context .starability-basic input {
	 position: absolute !important;
	 margin-right: -100% !important;
	 opacity: 0 !important;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 label {
	 z-index: 1111;
	 margin-right: 3px;
	 position: relative;
	 display: inline-block;
	 float: left;
	 height: 13px;
	 font-size: 0.1em;
	 color: transparent;
	 cursor: pointer;
	 background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=);
	 background-repeat: no-repeat;
	 background-position: 0 -13px;
}
 .page-context .starability-basic &gt;
 input:checked ~ label, .page-context .starability-basic &gt;
 input:focus ~ label {
	 background-position: 0 0;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 input:checked + label, .page-context .starability-basic &gt;
 input:focus + label {
	 background-position: 0 -13px;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 input[disabled]:hover + label {
	 cursor: default;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 input:not([disabled]):hover ~ label {
	 background-position: 0 0;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 input:not([disabled]):hover + label {
	 background-position: 0 -13px;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 input:not([disabled]):hover + label::before {
	 opacity: 0;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 input:focus + label {
	 background-size: 13px auto;
}
 .page-context .starability-basic .starability-focus-ring {
	 position: absolute;
	 left: 0;
	 width: 100%;
	 height: 13px;
	 pointer-events: none;
	 opacity: 0;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 .input-no-rate:focus ~ .starability-focus-ring {
	 opacity: 1;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 label::before {
	 content: &#34;
	&#34;
	;
	 position: absolute;
	 display: block;
	 height: 13px;
	 background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=);
	 background-position: 0 13px;
	 pointer-events: none;
	 opacity: 0;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 label:nth-of-type(5)::before {
	 width: 52px;
	 left: -52px;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 label:nth-of-type(4)::before {
	 width: 39px;
	 left: -39px;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 label:nth-of-type(3)::before {
	 width: 26px;
	 left: -26px;
	 background-size: 13px auto;
}
 .page-context .starability-basic &gt;
 label:nth-of-type(2)::before {
	 width: 13px;
	 left: -13px;
}
 .page-context .starability-basic &gt;
 label:nth-of-type(1)::before {
	 width: 0;
	 left: 0;
}
 @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
	 .page-context .starability-basic &gt;
	 label {
		 background-image: url(data:image/png;
		base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==);
		 background-size: 13px auto;
	}
}
 @media screen and (-ms-high-contrast: active) {
	 .page-context .starability-basic {
		 width: auto;
	}
	 .page-context .starability-basic &gt;
	 input {
		 position: static;
		 margin-right: 0;
		 opacity: 1;
	}
	 .page-context .starability-basic .input-no-rate, .page-context .starability-basic &gt;
	 label::after, .page-context .starability-basic &gt;
	 label::before {
		 display: none;
	}
	 .page-context .starability-basic &gt;
	 label {
		 display: inline;
		 float: none;
		 width: auto;
		 height: auto;
		 font-size: 1em;
		 color: inherit;
		 background: 0 0;
	}
}
 @font-face {
	 font-family: &#34;
	philosopher&#34;
	;
	 src: url(../fonts/philosopher/philosopher.eot);
	 src: url(../fonts/philosopher/philosopher.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/philosopher/philosopher.woff) format(&#34;
	woff&#34;
	), url(../fonts/philosopher/philosopher.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/philosopher/philosopher.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	philosopher&#34;
	;
	 src: url(../fonts/philosopher/philosopher-italic.eot);
	 src: url(../fonts/philosopher/philosopher-italic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/philosopher/philosopher-italic.woff) format(&#34;
	woff&#34;
	), url(../fonts/philosopher/philosopher-italic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/philosopher/philosopher-italic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	philosopher&#34;
	;
	 src: url(../fonts/philosopher/philosopher-bold.eot);
	 src: url(../fonts/philosopher/philosopher-bold.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/philosopher/philosopher-bold.woff) format(&#34;
	woff&#34;
	), url(../fonts/philosopher/philosopher-bold.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/philosopher/philosopher-bold.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	philosopher&#34;
	;
	 src: url(../fonts/philosopher/philosopher-bolditalic.eot);
	 src: url(../fonts/philosopher/philosopher-bolditalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/philosopher/philosopher-bolditalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/philosopher/philosopher-bolditalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/philosopher/philosopher-bolditalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-light.eot);
	 src: url(../fonts/opensans/opensans-light.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-light.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-light.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-light.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 300;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-lightitalic.eot);
	 src: url(../fonts/opensans/opensans-lightitalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-lightitalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-lightitalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-lightitalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 300;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-regular.eot);
	 src: url(../fonts/opensans/opensans-regular.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-regular.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-regular.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-regular.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-regularitalic.eot);
	 src: url(../fonts/opensans/opensans-regularitalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-regularitalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-regularitalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-regularitalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-medium.eot);
	 src: url(../fonts/opensans/opensans-medium.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-medium.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-medium.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-medium.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 500;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-mediumitalic.eot);
	 src: url(../fonts/opensans/opensans-mediumitalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-mediumitalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-mediumitalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-mediumitalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 500;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-semibold.eot);
	 src: url(../fonts/opensans/opensans-semibold.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-semibold.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-semibold.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-semibold.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 600;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-semibolditalic.eot);
	 src: url(../fonts/opensans/opensans-semibolditalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-semibolditalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-semibolditalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-semibolditalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 600;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-bold.eot);
	 src: url(../fonts/opensans/opensans-bold.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-bold.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-bold.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-bold.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	opensans&#34;
	;
	 src: url(../fonts/opensans/opensans-bolditalic.eot);
	 src: url(../fonts/opensans/opensans-bolditalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/opensans/opensans-bolditalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/opensans/opensans-bolditalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/opensans/opensans-bolditalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat.eot);
	 src: url(../fonts/mont/montserrat.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-italic.eot);
	 src: url(../fonts/mont/montserrat-italic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-italic.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-italic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-italic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-bold.eot);
	 src: url(../fonts/mont/montserrat-bold.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-bold.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-bold.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-bold.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-bolditalic.eot);
	 src: url(../fonts/mont/montserrat-bolditalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-bolditalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-bolditalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-bolditalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-light.eot);
	 src: url(../fonts/mont/montserrat-light.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-light.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-light.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-light.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 300;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-lightitalic.eot);
	 src: url(../fonts/mont/montserrat-lightitalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-lightitalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-lightitalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-lightitalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 300;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-regular.eot);
	 src: url(../fonts/mont/montserrat-regular.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-regular.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-regular.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-regular.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-regularitalic.eot);
	 src: url(../fonts/mont/montserrat-regularitalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-regularitalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-regularitalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-regularitalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 400;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-medium.eot);
	 src: url(../fonts/mont/montserrat-medium.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-medium.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-medium.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-medium.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 500;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-mediumitalic.eot);
	 src: url(../fonts/mont/montserrat-mediumitalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-mediumitalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-mediumitalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-mediumitalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 500;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-semibold.eot);
	 src: url(../fonts/mont/montserrat-semibold.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-semibold.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-semibold.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-semibold.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 600;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-semibolditalic.eot);
	 src: url(../fonts/mont/montserrat-semibolditalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-semibolditalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-semibolditalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-semibolditalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 600;
	 font-style: italic;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-bold.eot);
	 src: url(../fonts/mont/montserrat-bold.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-bold.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-bold.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-bold.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: normal;
}
 @font-face {
	 font-family: &#34;
	mont&#34;
	;
	 src: url(../fonts/mont/montserrat-bolditalic.eot);
	 src: url(../fonts/mont/montserrat-bolditalic.eot?#iefix) format(&#34;
	embedded-opentype&#34;
	), url(../fonts/mont/montserrat-bolditalic.woff) format(&#34;
	woff&#34;
	), url(../fonts/mont/montserrat-bolditalic.ttf) format(&#34;
	truetype&#34;
	), url(../fonts/mont/montserrat-bolditalic.svg?#webfont) format(&#34;
	svg&#34;
	);
	 font-weight: 700;
	 font-style: italic;
}
 .page-context .footer {
	 margin-top: auto;
}
 .page-context * {
	 margin: 0;
	 padding: 0;
	 -webkit-box-sizing: border-box !important;
	 box-sizing: border-box !important;
	 outline: 0;
}
 .page-context .number-input-button {
	 border: 2px solid #000;
	 width: 20px;
	 height: 20px;
	 background-color: #fff;
	 font-weight: 700;
	 color: green;
}
 .page-context .number-result {
	 width: 40px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 text-align: center;
}
 .page-context .fullpage-section-slider .fullpage-title strong, .page-context .section-slider-item-top strong, .page-context .slider-item-bottom-numb strong {
	 font-family: &#34;
	Montserrat&#34;
	, sans-serif !important;
}
 .page-context .tarif {
	 padding-top: 80px !important;
	 padding-bottom: 75px !important;
}
 .page-context .tarif__title {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 100%;
	 margin-bottom: 60px;
	 font-weight: 700;
	 font-size: 52px;
	 line-height: 60px;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 color: #000;
}
 .page-context .tarif__items {
	 -webkit-box-align: stretch !important;
	 -ms-flex-align: stretch !important;
	 align-items: stretch !important;
}
 .page-context .tarif__item {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .page-context .tarif__item-desc {
	 font-weight: 300;
	 font-size: 16px;
	 line-height: 30px;
	 color: #000;
	 margin-bottom: 30px;
}
 .page-context .tarif__item-title {
	 margin-bottom: 5px;
}
 .page-context .tarif__item-list {
	 margin-bottom: auto;
}
 .page-context .tarif__item-list ul {
	 padding-left: 25px;
	 width: calc(100% + 20px);
}
 .page-context .tarif__item-list ul li {
	 list-style-type: disc;
	 font-weight: 700;
	 font-size: 16px;
	 line-height: 220%;
	 color: #393a42;
}
 .page-context .tarif__free {
	 font-weight: 400 !important;
	 font-size: 16px !important;
	 line-height: 30px !important;
	 color: #fff !important;
	 background: #ffae0b;
	 padding: 5px;
	 -webkit-box-shadow: 0 4px 40px #fcc947;
	 box-shadow: 0 4px 40px #fcc947;
	 border-radius: 4px;
}
 .page-context .tarif__price-line {
	 display: inline;
	 text-decoration: line-through;
	 -webkit-text-decoration-color: #ffae0b;
	 text-decoration-color: #ffae0b;
}
 .page-context .new-pt {
	 width: 100%;
}
 .page-context .new-pt:before {
	 display: none;
}
 .page-context .ctx__title {
	 width: 100%;
	 text-align: center;
	 margin-bottom: 104px;
}
 .page-context .ctx__container {
	 padding-top: 60px !important;
	 padding-bottom: 70px !important;
}
 .page-context .ctx__items {
	 width: 100%;
}
 .page-context .ctx__form {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .page-context .ctx__form form {
	 width: 374px;
	 height: auto;
	 padding: 60px 0;
}
 .page-context .ctx__form-title {
	 font-size: 28px !important;
}
 .page-context .ctx__text {
	 padding-top: 60px;
}
 .page-context .ctx__title, .page-context .ctx__title span {
	 font-weight: 700;
	 font-size: 70px;
	 line-height: 80px;
	 color: #fff;
}
 .page-context .ctx__title span {
	 font-weight: 400;
	 font-size: 32px;
}
 .page-context .animation-container, .page-context .ctx__form form {
	 position: relative;
}
 .page-context .animation-container .nbg01 {
	 z-index: 1;
	 height: 100%;
}
 .page-context .animation-container .nbg01 canvas {
	 height: 100% !important;
}
 .page-context .animation-container .wrapper {
	 position: relative;
	 z-index: 2;
}
 .page-context .opt {
	 padding-top: 82px;
	 width: 100%;
	 padding-bottom: 40px;
	 overflow: hidden;
	 margin-bottom: 100px;
}
 .page-context .opt__desc, .page-context .opt__items-title, .page-context .opt__title {
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 color: #000;
}
 .page-context .opt__title {
	 font-weight: 700;
	 font-size: 60px;
	 line-height: 60px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 margin-bottom: 60px;
	 -webkit-transform: translate(-18%);
	 transform: translate(-18%);
}
 .page-context .opt__title span {
	 font-weight: 400;
	 font-size: 40px;
	 line-height: 50px;
	 color: #000;
	 -webkit-transform: translate(45.5%);
	 transform: translate(45.5%);
}
 .page-context .opt__desc, .page-context .opt__items-title {
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 text-align: center;
}
 .page-context .opt__desc {
	 font-weight: 300;
	 font-size: 18px;
	 line-height: 26px;
	 padding: 40px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 background: #ececec;
	 margin-bottom: 60px;
}
 .page-context .opt__items-title {
	 margin-bottom: 73px;
	 font-weight: 400;
	 font-size: 40px;
	 line-height: 50px;
}
 .page-context .opt__item, .page-context .opt__items, .page-context .opt__items-title {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .page-context .opt__items {
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -30px;
	 margin-bottom: 0;
}
 .page-context .opt__item {
	 margin-right: 30px;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 width: calc(33.333% - 30px);
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 margin-bottom: 73px;
}
 .page-context .opt__item-title {
	 margin-bottom: 17px;
	 font-weight: 400;
	 font-size: 24px;
	 line-height: 33px;
	 text-align: center;
	 color: #000;
}
 .page-context .opt__item-desc {
	 font-weight: 400;
	 font-size: 18px;
	 line-height: 159%;
	 color: #393a42;
}
 .page-context .opt__item-icon {
	 -webkit-box-shadow: 0 10px 30px rgba(0, 127, 189, .8);
	 box-shadow: 0 10px 30px rgba(0, 127, 189, .8);
	 width: 94px;
	 height: 94px;
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 text-align: center;
	 border-radius: 50%;
	 font-weight: 700;
	 font-size: 40px;
	 line-height: 60px;
	 color: #fff;
	 margin-bottom: 27px;
}
 .page-context .opt__item-icon svg {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 z-index: -1;
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
 .page-context .opt svg {
	 fill: transparent;
}
 .page-context .sert-slider {
	 max-width: 100vw;
	 padding-top: 27px;
	 padding-bottom: 27px;
	 background-color: #e2e2e2;
}
 .page-context .sert-slider .swiper-slide img {
	 max-width: 100%;
	 width: 100%;
	 height: auto;
}
 .page-context .sert-slider .swiper-wrapper {
	 -webkit-transition-timing-function: linear;
	 transition-timing-function: linear;
}
 .page-context .new-servs-title {
	 -webkit-transform: translate(-7%);
	 transform: translate(-7%);
}
 .page-context .new-servs-title span {
	 -webkit-transform: translate(121.5%);
	 transform: translate(121.5%);
}
 .page-context .collapsible-body {
	 -webkit-transition: 0.2s;
	 transition: 0.2s;
	 overflow: hidden;
}
 .page-context .mfaq {
	 padding-top: 70px;
}
 .page-context .mfaq__title {
	 font-weight: 700;
	 font-size: 60px;
	 line-height: 60px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 color: #000;
	 -webkit-transform: translate(-5%);
	 transform: translate(-5%);
}
 .page-context .mfaq__title span {
	 font-weight: 400;
	 font-size: 40px;
	 line-height: 50px;
	 color: #000;
	 -webkit-transform: translate(63.5%);
	 transform: translate(63.5%);
}
 .page-context .mfaq__container, .page-context .mfaq__title {
	 margin-bottom: 60px;
}
 .page-context .mfaq__container, .page-context .mfaq__item, .page-context .mfaq__items {
	 width: 100%;
	 max-width: 100%;
}
 .page-context .mfaq__item {
	 margin-bottom: 9px;
	 border: 1px solid #e5e5e5;
	 border-radius: 10px;
}
 .page-context .mfaq__header {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 padding-left: 40px;
	 padding-right: 35px;
	 background: #fafafa;
	 height: 75px;
	 -webkit-transition: 0.2s;
	 transition: 0.2s;
	 cursor: pointer;
	 border-radius: 10px;
	 -webkit-box-sizing: margin-box;
	 box-sizing: margin-box;
}
 .page-context .mfaq__header:hover {
	 background: #f3f3f3;
}
 .page-context .mfaq__header-title {
	 font-weight: 400;
	 font-size: 22px;
	 line-height: 159%;
	 color: #000;
}
 .page-context .mfaq__header-icon {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 position: relative;
}
 .page-context .mfaq__header-icon svg {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 -webkit-transition: 0.2s;
	 transition: 0.2s;
}
 .page-context .mfaq__header.active svg:first-child {
	 opacity: 0;
}
 .page-context .mfaq__body-container {
	 max-width: 100%;
	 padding: 29px;
}
 .page-context .mfaq__body-container p {
	 color: #000;
}
 .page-context .section-slider-item-top {
	 text-align: center;
}

 .page-context .cases-musor .slider-item-text {
	 width: 411px !important;
}
 .page-context .cases-musor.section-slider-item-1::after, .page-context .section-slider-item-1::after, .page-context .section-slider-item-1::before {
	 pointer-events: none;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .page-context .section-slider-item-top a {
	 font-weight: 700;
	 font-size: 30px;
	 line-height: 40px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 text-align: center;
	 color: #000;
	 width: auto;
	 display: inline;
	 height: auto;
	 padding: 0;
	 margin: 0;
	 border: 0;
	 background-color: transparent !important;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 -webkit-transition: 0.2s;
	 transition: 0.2s;
	 -webkit-transform: none !important;
	 transform: none !important;
}
 .page-context .section-slider-item-top a:hover {
	 opacity: 0.7;
}
 .page-context .section-slider-item-bottom {
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 align-items: flex-start;
}
 .page-context .npurp {
	 background: -webkit-linear-gradient(345.23deg, rgba(103, 0, 255, .5) 41.51%, rgba(1, 143, 213, .5) 169.96%);
	 background: linear-gradient(104.77deg, rgba(103, 0, 255, .5) 41.51%, rgba(1, 143, 213, .5) 169.96%);
	 -webkit-box-shadow: 0 4px 50px rgba(127, 0, 255, .2);
	 box-shadow: 0 4px 50px rgba(127, 0, 255, .2);
	 padding-top: 54px;
	 padding-bottom: 54px;
}
 .page-context .npurp__container, .page-context .npurp__left {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .page-context .npurp__container {
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .page-context .npurp__left {
	 width: 69%;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .page-context .npurp__title {
	 margin-bottom: 10px;
	 font-weight: 700;
	 font-size: 34px;
	 line-height: 34px;
	 color: #fff;
}
 .page-context .npurp__desc p {
	 margin-bottom: 20px;
	 font-weight: 400;
	 font-size: 18px;
	 line-height: 26px;
	 color: #fff;
}
 .page-context .npurp__desc p a {
	 font-weight: 700;
	 font-size: 24px;
	 line-height: 26px;
	 color: #fff;
}
 .page-context .npurp__desc p a:hover, .page-context .pageNavFixed__cont a:hover {
	 text-decoration: underline;
}
 .page-context .npurp__button, .page-context .npurp__right {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .page-context .npurp__right {
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 width: 39%;
}
 .page-context .npurp__button {
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 background: #7fac15;
	 -webkit-box-shadow: 0 2px 0 #608900, 16px 35px 50px rgba(0, 0, 0, .25);
	 box-shadow: 0 2px 0 #608900, 16px 35px 50px rgba(0, 0, 0, .25);
	 border-radius: 4px;
	 font-weight: 400;
	 font-size: 20px;
	 line-height: 30px;
	 color: #fff;
	 padding: 10px 30px;
	 -webkit-transition: 0.2s;
	 transition: 0.2s;
	 cursor: pointer;
}
 .page-context .npurp__button:hover {
	 -webkit-transform: translateY(7px);
	 transform: translateY(7px);
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 .page-context .cases {
	 padding-top: 80px !important;
}
 .page-context .group-action {
	 position: absolute;
	 top: -268px;
	 left: 130px;
}
 .page-context .progress-item {
	 -webkit-box-flex: 0;
	 -ms-flex: 0 0 51%;
	 flex: 0 0 51%;
}
 .page-context .tarif__items .cost-item:nth-child(2n) {
	 -webkit-transform: none;
	 transform: none;
}
 .page-context .sert-slider .swiper-slide {
	 max-height: 160px;
}
 @media screen and (max-width: 1700px) {
	 .page-context .cases-musor.section-slider-item-1::before {
		 left: -56%;
	}
	 .page-context .cases-musor.section-slider-item-1::after {
		 right: -97%;
	}
}
 @media screen and (max-width: 1440px) {
	 .page-context .cases-musor.section-slider-item-1::before {
		 left: -48%;
	}
	 .page-context .cases-musor.section-slider-item-1::after {
		 right: -91%;
	}
}
 .page-context .pageNavFixed, .page-context .pageNavFixed::after {
	 top: 0;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 .page-context .pageNavFixed {
	 position: fixed;
	 z-index: 1500;
	 left: -460px;
	 width: 460px;
	 padding: 30px;
	 border-radius: 0 0 30px 0;
	 background-color: #fff;
	 -webkit-transition: 0.5s;
	 transition: 0.5s;
	 border-right: 2px solid #000;
	 border-bottom: 2px solid #000;
}
 .page-context .pageNavFixed:hover {
	 left: 0;
}
 .page-context .pageNavFixed::after {
	 content: &#34;
	NAV&#34;
	;
	 position: absolute;
	 width: 50px;
	 height: 30px;
	 right: -50px;
	 border-radius: 0 0 5px 0;
	 background-color: #000;
	 color: #7eb325;
	 padding: 5px 5px 5px 10px;
	 cursor: pointer;
}
 .page-context .pageNavFixed__cont {
	 width: 100%;
	 max-height: 600px;
	 overflow-x: hidden;
	 overflow-y: auto;
}
 .page-context .pageNavFixed__cont a {
	 display: block;
	 font-size: 16px;
	 line-height: 20px;
	 color: #7eb325;
	 margin-bottom: 10px;
}
 .page-context .pageNavFixed__cont a.completed {
	 color: green;
}
 .page-context .pageNavFixed__cont b {
	 display: block;
	 margin-bottom: 15px;
}
 .page-context .pageNavFixed__cont div {
	 margin: 0 0 50px;
}
 .page-context .opt {
	 overflow: hidden !important;
	 margin-bottom: 0;
}
 .page-context .tarif-margin-bottom {
	 margin-bottom: auto !important;
}
 .page-context .animation-container {
	 overflow: hidden !important;
}
 .page-context .sert-slider {
	 max-width: 100vw !important;
	 padding-top: 27px !important;
	 padding-bottom: 27px !important;
	 background-color: #e2e2e2 !important;
}
 .page-context .sert-slider .swiper-slide img {
	 margin: 0 auto;
}
 .page-context .section-slider-item-top a {
	 font-weight: 700 !important;
	 font-size: 30px !important;
	 line-height: 40px !important;
	 display: -webkit-box !important;
	 display: -ms-flexbox !important;
	 display: flex !important;
	 -webkit-box-align: center !important;
	 -ms-flex-align: center !important;
	 align-items: center !important;
	 text-align: center !important;
	 color: #000 !important;
	 width: auto !important;
	 display: inline !important;
	 height: auto !important;
	 padding: 0 !important;
	 margin: 0 !important;
	 border: 0 !important;
	 background-color: transparent !important;
	 -webkit-box-shadow: none !important;
	 box-shadow: none !important;
	 -webkit-transition: 0.2s !important;
	 transition: 0.2s !important;
	 -webkit-transform: none !important;
	 transform: none !important;
}
 .page-context .sert-slider .swiper-slide {
	 max-height: 100% !important;
}
 .page-context .sert-slider {
	 opacity: 0;
	 top: 0 !important;
}
 .page-context .ctx-personal {
	 margin-top: 106px;
	 position: relative;
	 z-index: 1;
}
 .page-context .progress-main .progress-form {
	 justify-content: flex-end;
}
 .page-context nav.header-menu ul li.menu-orange {
	 width: 75px !important;
}
 .page-context .ctx__form {
	 position: relative;
}
 .page-context .group-action {
	 left: unset;
	 right: -100px;
}
 .page-context svg {
	 fill: transparent !important;
}
 .page-context .opt svg {
	 fill: #008ed3;
}
.wrapper {
    margin: 0 auto;
}
.price-button {
    background: #018fd5 !important;
}

.page-context *{
    font-family: 'Montserrat', sans-serif !important;    
}

.page-context .price-block-title {
    margin-bottom: 50px;
}

.fancybox-buttons {
    display: none !important;
}

.owl-stage

.catalog-site:not(.catalog-site-slider-owl) .site-item {
    width: calc(25% - 20px);
    margin-right: 20px;
}
/* /////////////////////////////////////////////////////////////////// */
.page-context .cases-musor.section-slider-item-1::before {
	background-image: url(../img/cases-1.png);
	left: -70%;
	top: -65%;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.page-context .cases-musor.section-slider-item-1::after {
	background-image: url(../img/cases-1-2.png);
	right: -105%;
	bottom: -49%;
}
@media screen and (max-width: 1700px) {
	.page-context .cases-musor.section-slider-item-1::before {
		left: -56%;
   }
	.page-context .cases-musor.section-slider-item-1::after {
		right: -97%;
   }
}
@media screen and (max-width: 1440px) {
	.page-context .cases-musor.section-slider-item-1::before {
		left: -48%;
   }
	.page-context .cases-musor.section-slider-item-1::after {
		right: -91%;
   }
}
/* /////////////////////////////////////////////////////////////////// */
.page-context .cases-kran.section-slider-item-1::before {
	background-image: url(../img/cases-2.png);
    left: -25%;
    top: -69%;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.page-context .cases-kran.section-slider-item-1::after {
	background-image: url(../img/cases-2-2.png);
	right: -105%;
	bottom: -49%;
}
@media screen and (max-width: 1700px) {
	.page-context .cases-kran.section-slider-item-1::before {
		left: -13%;
	}
	.page-context .cases-kran.section-slider-item-1::after {
		right: -95%;
	}
}
@media screen and (max-width: 1365px) {
	.page-context .cases-kran.section-slider-item-1::after {
		right: -87%;
		bottom: -70%;
	}
}
/* /////////////////////////////////////////////////////////////////// */
.page-context .cases-pokr.section-slider-item-1::before {
	background-image: url(../img/cases-3.png);
    left: -38%;
	top: -65%;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.page-context .cases-pokr.section-slider-item-1::after {
	background-image: url(../img/cases-3-2.png);
    right: -102%;
	bottom: -49%;
}
@media screen and (max-width: 1700px) {
	.page-context .cases-pokr.section-slider-item-1::before {
		left: -19%;
	}
	.page-context .cases-pokr.section-slider-item-1::after {
		right: -93%;
	}
}

.page-context .section-slider-item-top {
	font-size: 22px;
    line-height: 30px;
}

.page-context .slider-item-bottom span {
	font-size: 12px;
}

.page-context .progress-form form .btn {
	color: white !important;
}

.progress-title::before {
	top: -40px !important;
}


.yadv .diffr__animation-center {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-60%, -50%) scale(0.8) !important;
			transform: translate(-60%, -50%) scale(0.8) !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
		-ms-flex-align: center !important;
			align-items: center !important;
	-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
			justify-content: center !important;
	z-index: 111 !important;
  }
  .yadv .diffr__animation {
	position: relative !important;
  }
  .yadv .diffr-animation {
	display: block !important;
	margin: 0 auto !important;
	max-width: 100vw !important;
	max-height: 100vw !important;
	-webkit-animation: rotate 20s infinite linear !important;
			animation: rotate 20s infinite linear !important;
	fill: #FFAE0B !important;
  }
  @-webkit-keyframes rotate {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes rotate {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }



  .fullpage-section .diffr__animation-center {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-60%, -50%) scale(0.8) !important;
			transform: translate(-60%, -50%) scale(0.8) !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
		-ms-flex-align: center !important;
			align-items: center !important;
	-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
			justify-content: center !important;
	z-index: 111 !important;
  }
  .fullpage-section .diffr__animation {
	position: relative !important;
  }
  .fullpage-section .diffr-animation {
	display: block !important;
	margin: 0 auto !important;
	max-width: 100vw !important;
	max-height: 100vw !important;
	-webkit-animation: rotate 20s infinite linear !important;
			animation: rotate 20s infinite linear !important;
	fill: #9A8AEF !important;
  }
  @-webkit-keyframes rotate {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes rotate {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  
  .ytop {
	background: linear-gradient(99.02deg, rgba(103, 0, 255, 0.5) 27.25%, rgba(1, 143, 213, 0.5) 111.58%);
	padding-top: 75px;
	padding-bottom: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  .ytop__title {
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-align: center;
  }
  
  .ywrapper {
	max-width: 1131px;
	width: 100%;
	margin: 0 auto;
  }
  
  .ydesc {
	background: #F8F8F8;
  }
  .ydesc__desc {
	padding-top: 57px;
	padding-bottom: 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .ydesc__desc b {
	font-weight: 700;
  }
  
  .yadv__container {
	padding-top: 64px;
	max-width: 100%;
	width: 100%;
  }
  .yadv__title {
	font-weight: 700;
	font-size: 44px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 53px;
	text-align: center;
	width: 100%;
  }
  .yadv__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	border-bottom: 1px dashed #ECEBE9;
  }
  .yadv__caption-left {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-right: 122px;
  }
  .yadv__caption-left span {
	background-color: #FFAE0B;
  }
  .yadv__caption-right {
	position: relative;
  }
  .yadv__caption-right img {
	position: relative;
	z-index: 2;
	-webkit-filter: drop-shadow(0px 4px 48px rgba(0, 0, 0, 0.15));
			filter: drop-shadow(0px 4px 48px rgba(0, 0, 0, 0.15));
  }
  .yadv__caption-right .diffr__animation {
	z-index: 1;
	position: absolute !important;
	top: 50%;
    right: -254px !important;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .yadv__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top: 62px;
	margin-bottom: 76px;
  }
  .yadv__text b {
	font-weight: 700;
  }
  .yadv__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-right: -30px;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
  }
  .yadv__item {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	margin-bottom: 60px;
  }
  .yadv__item-icon {
	margin: 0 auto;
	margin-bottom: 27px;
	width: 94px;
	height: 94px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
  }
  .yadv__item-icon img {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: -1;
  }
  .yadv__item-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #000000;
	margin-top: 27px;
	margin-bottom: 17px;
  }
  .yadv__item-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	color: #393A42;
  }
  .yadv__bottom-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 62px;
  }
  .yadv__serv {
	padding-top: 67px;
	background: #F8F8F8;
	padding-bottom: 60px;
  }
  .yadv__serv-caption {
	background: #FFFFFF;
	border: 1px dashed #FFAE0B;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	padding: 50px 100px 50px 100px;
  }
  .yadv__serv-common {
	margin-top: 60px;
  }
  .yadv__serv-common h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	color: #000000;
	margin-top: 56px;
  }
  .yadv__serv-common h3:first-child {
	margin-top: 0;
  }
  .yadv__serv-common p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 20px;
  }
  .yadv__serv-common b {
	font-weight: 700;
  }
  .yadv__serv-common ul {
	margin-bottom: 25px;
  }
  .yadv__serv-common ul li {
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	list-style: none;
	position: relative;
	padding-left: 28px;
  }
  .yadv__serv-common ul li:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
  }
  .yadv__serv-common ul li:Last-child {
	margin-bottom: 25px;
  }
  
  .ynmark__container {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 80px;
  }
  .ynmark__title {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 44px;
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #000000;
  }
  .ynmark__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 60px;
  }
  .ynmark__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-bottom: -80px;
  }
  .ynmark__item {
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .ynmark__item-icon {
	width: 106px;
	min-width: 106px;
	max-width: 106px;
	height: 106px;
	position: relative;
	margin-right: 34px;
  }
  .ynmark__item-icon img {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .ynmark__item-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #393A42;
  }
  
  .ycommon {
	background: #F8F8F8;
	padding-top: 34px;
	padding-bottom: 63px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }

  .yadv__serv-common h3 {
	text-align: left;
  }
  .ytop__title {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
  }

  .ywrapper {
	display: flex;
	flex-direction: column;
  }
  .yadv__item-icon img {
	width: 180px;
	height: 180px;
	max-width: unset;
    max-height: unset;
  }
  .ynmark__item-icon img {
	width: 180px;
	height: 180px;
	max-width: unset;
    max-height: unset;
  }
  .yadv__caption-right img {
	max-width: 480px;
    width: 100%;
    max-height: unset;
    width: 480px;
  }

  .yadv .diffr__animation-center img {
	max-width: 28px;
	max-height: 32px;
  }
  .yadv .diffr__animation-center img {
	max-width: 50px;
    max-height: 50px;
  }
  .fullpage-section .yadv__caption-right {
	position: absolute;
	top: 165px;
	left: 200px;
  }
  @media screen and (max-width: 1023px) {
	.fullpage-section .yadv__caption-right {
		display: none;
	}
  }
  .fullpage-section {
	overflow: hidden;
  }

  .yadv__caption-right {
	margin-bottom: -90px;
  }
  .yadv__caption-right .diffr__animation {
	top: 36%;

  }

  .npurp {
	background: linear-gradient(104.77deg, rgba(103, 0, 255, 0.5) 41.51%, rgba(1, 143, 213, 0.5) 169.96%);
	-webkit-box-shadow: 0 4px 50px rgba(127, 0, 255, 0.2);
	box-shadow: 0 4px 50px rgba(127, 0, 255, 0.2);
	padding-top: 54px;
	padding-bottom: 54px;
  }
  
  .npurp__container, .npurp__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .npurp__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .npurp__left {
	width: 69%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .npurp__title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
  }
  
  .npurp__desc p {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
  }
  
  .npurp__desc p a {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
  }
  
  .npurp__desc p a:hover, .pageNavFixed__cont a:hover {
	text-decoration: underline;
  }
  
  .npurp__button, .npurp__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .npurp__right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 39%;
  }
  
  .npurp__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #7fac15;
	-webkit-box-shadow: 0 2px 0 #608900, 16px 35px 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 0 #608900, 16px 35px 50px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
  }
  
  .npurp__button:hover {
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  
  .wrapper {
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 100%;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  
  .ytop {
	background: linear-gradient(99.02deg, rgba(103, 0, 255, 0.5) 27.25%, rgba(1, 143, 213, 0.5) 111.58%);
	padding-top: 75px;
	padding-bottom: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .ytop__title {
	font-weight: 700;
	font-size: 52px;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
  }
  
  .rdesc {
	padding-top: 55px;
	padding-bottom: 55px;
	background-color: #F8F8F8;
  }
  .rdesc__container {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .rdesc__container b {
	font-weight: 700;
  }
  
  .rtitle {
	font-weight: 700;
	font-size: 44px;
	line-height: 60px;
	color: #000000;
	width: 100%;
	text-align: center;
  }
  
  .radv__container {
	padding-top: 52px;
  }
  .radv__title {
	margin-bottom: 83px;
  }
  .radv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 150px;
  }
  .radv__left {
	max-width: 568px;
	width: 100%;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	position: relative;
  }
  .radv__left span {
	background-color: #FFAE0B;
  }
  .radv__right {
	position: absolute;
	top: -100px;
	left: 80%;
	z-index: -1;
  }
  
  .real {
	background-color: #F8F8F8;
  }
  .real__container {
	padding-top: 80px;
	padding-bottom: 70px;
  }
  .real__title {
	margin-bottom: 54px;
  }
  .real__desc {
	margin-bottom: 55px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .real__items {
	margin-bottom: 72px;
  }
  .real__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 70px;
  }
  .real__item-img {
	margin-top: 20px;
	margin-right: 62px;
	min-width: 94px;
	max-width: 94px;
	height: 94px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	z-index: 1;
	text-align: center;
  }
  .real__item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -42%);
			transform: translate(-50%, -42%);
	z-index: -1;
  }
  .real__number {
	font-weight: 700;
	font-size: 12px;
	line-height: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #FFFFFF;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  .real__number span {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	color: #FFFFFF;
  }
  .real__item-title {
	margin-bottom: 11px;
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #000000;
  }
  .real__item-desc p {
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	color: #393A42;
	margin-bottom: 22px;
  }
  
  .yadv__caption-right {
	margin-bottom: -90px;
  }
  
  .yadv .diffr__animation-center {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-60%, -50%) scale(0.8) !important;
	transform: translate(-60%, -50%) scale(0.8) !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	z-index: 111 !important;
  }
  
  .yadv .diffr__animation {
	position: relative !important;
  }
  
  .google.yadv .diffr-animation {
	display: block !important;
	margin: 0 auto !important;
	max-width: 100vw !important;
	max-height: 100vw !important;
	-webkit-animation: rotate 20s infinite linear !important;
	animation: rotate 20s infinite linear !important;
	fill: #9A87E7 !important;
  }
  
  @-webkit-keyframes rotate {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes rotate {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  .yadv__container {
	padding-top: 64px;
	max-width: 100%;
	width: 100%;
  }
  
  .yadv__title {
	font-weight: 700;
	font-size: 44px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 53px;
	text-align: center;
	width: 100%;
  }
  
  .yadv__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dashed #ECEBE9;
  }
  
  .yadv__caption-left {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-right: 122px;
  }
  
  .yadv__caption-left span {
	background-color: #FFAE0B;
  }
  
  .yadv__caption-right {
	position: relative;
  }
  
  .yadv__caption-right img {
	position: relative;
	z-index: 2;
	-webkit-filter: drop-shadow(0px 4px 48px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 4px 48px rgba(0, 0, 0, 0.15));
  }
  
  .yadv__caption-right .diffr__animation {
	z-index: 1;
	position: absolute !important;
	top: 50%;
	right: -210px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .yadv__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top: 62px;
	margin-bottom: 76px;
  }
  
  .yadv__text b {
	font-weight: 700;
  }
  
  .yadv__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  }
  
  .yadv__item {
	width: calc(33.333% - 30px);
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 60px;
  }
  
  .yadv__item-icon {
	margin: 0 auto;
	margin-bottom: 27px;
	width: 94px;
	height: 94px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
  }
  
  .yadv__item-icon img {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
  }
  
  .yadv__item-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #000000;
	margin-top: 27px;
	margin-bottom: 17px;
  }
  
  .yadv__item-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	color: #393A42;
  }
  
  .yadv__bottom-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 62px;
  }
  
  .yadv__serv {
	padding-top: 67px;
	background: #F8F8F8;
	padding-bottom: 60px;
  }
  
  .yadv__serv-caption {
	background: #FFFFFF;
	border: 1px dashed #FFAE0B;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	padding: 50px 100px 50px 100px;
  }
  
  .yadv__serv-common {
	margin-top: 60px;
  }
  
  .yadv__serv-common h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	color: #000000;
	margin-top: 56px;
  }
  
  .yadv__serv-common h3:first-child {
	margin-top: 0;
  }
  
  .yadv__serv-common p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 20px;
  }
  
  .yadv__serv-common b {
	font-weight: 700;
  }
  
  .yadv__serv-common ul {
	margin-bottom: 25px;
  }
  
  .yadv__serv-common ul li {
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	list-style: none;
	position: relative;
	padding-left: 28px;
  }
  
  .yadv__serv-common ul li:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000;
  }
  
  .yadv__serv-common ul li:Last-child {
	margin-bottom: 25px;
  }
  
  .yadv__caption-right .diffr__animation {
	top: 36%;
  }
  
  .rosob {
	margin-top: 20px;
  }
  .rosob__item {
	margin-bottom: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  .rosob__item-img {
	height: 47px;
	min-width: 47px;
	max-width: 47px;
	position: relative;
	margin-right: 37px;
  }
  .rosob__item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -42%);
			transform: translate(-50%, -42%);
  }
  .rosob__item-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	color: #393A42;
  }
  
  .google .yadv__text {
	margin-bottom: 0;
  }
  
  .rspec {
	background-color: #F8F8F8;
	padding-top: 80px;
	padding-bottom: 85px;
  }
  .rspec__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  .rspec__title {
	margin-bottom: 40px;
  }
  .rspec__desc {
	margin-bottom: 73px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #000000;
  }
  .rspec__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	margin-right: -27px;
  }
  .rspec__item {
	width: calc(50% - 27px);
	margin-right: 27px;
  }
  .rspec__item-img {
	max-width: 94px;
	width: 94px;
	height: 94px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
  }
  .rspec__item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .rspec__item-desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	color: #393A42;
  }
  .rspec__bottom-desc {
	margin: 0 auto;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 35px;
	max-width: 978px;
	width: 100%;
  }
  .rspec__bottom-text {
	margin: 0 auto;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 55px;
	max-width: 978px;
	width: 100%;
  }
  .rspec__bottom-button {
	background: #018FD5;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 142, 211, 0.5);
			box-shadow: 0px 0px 40px rgba(0, 142, 211, 0.5);
	border-radius: 4px;
	width: 328px;
	height: 50px;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFFFFF;
	white-space: nowrap;
	margin: 0 auto;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
  }
  .rspec__bottom-button:hover {
	background: #0484c4;
  }
  
  .rspec .rosob {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  .rspec .rosob__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  
  .rserv .rspec__bottom-text {
	text-align: left;
	width: 100%;
	max-width: 100%;
  }
  
  .rsrok2 {
	padding-top: 71px;
	padding-bottom: 80px;
  }
  .rsrok2__container {
	width: 100%;
  }
  .rsrok2__title {
	margin-bottom: 42px;
  }
  .rsrok2__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  
  .rcommon {
	padding-top: 54px;
	padding-bottom: 80px;
    background: #f8f8f8;
  }
  .rcommon__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .rcommon__title {
	margin-bottom: 38px;
  }
  
  .rcommon2 {
	padding-top: 54px;
	padding-bottom: 80px;
	background: #F8F8F8;
  }
  .rcommon2__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  
  @media screen and (max-width: 1279px) {
	.radv__right {
	  position: static;
	  margin-top: 20px;
	}
  
	.radv__content {
	  margin-bottom: 100px;
	}
  
	.radv__left {
	  max-width: 100%;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }
  @media screen and (max-width: 767px) {
	.ytop {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
  
	.ytop__title {
	  font-size: 30px;
	  line-height: 130%;
	}
  
	.rtitle {
	  font-size: 26px;
	  line-height: 130%;
	}
  
	.radv__title {
	  margin-bottom: 30px;
	}
  
	.radv__right img {
	  max-width: 100%;
	  height: auto;
	}
  
	.radv__content {
	  margin-bottom: 40px;
	}
  
	.real__container {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
  
	.real__title {
	  margin-bottom: 30px;
	}
  
	.real__item {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  text-align: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.real__item:last-child {
	  margin-bottom: 0;
	}
	.real__item-img {
	  margin-right: 0;
	  margin-top: 0;
	  margin-bottom: 30px;
	}
  
	.rspec {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
  
	.rosob__item-img {
	  margin-right: 20px;
	}
  
	.rsrok2 {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
  
	.rsrok2__title {
	  margin-bottom: 30px;
	}
  
	.yadv__container {
	  padding-top: 40px;
	}
  
	.yadv__title {
	  margin-bottom: 40px;
	}
  }
  @media screen and (max-width: 1023px) {
	.rspec__content {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
  
	.rspec__item {
	  width: calc(50% - 27px);
	  margin-bottom: 40px;
	}
	.rspec__item:last-child {
	  margin-bottom: 0;
	}
  
	.rspec__item-img {
	  margin-bottom: 20px;
	}
  
	.rspec__item-desc {
	  text-align: center;
	}
  }
  @media screen and (max-width: 767px) {
	.rspec__item {
	  width: calc(100% - 27px);
	}
  
	.rspec__bottom-button {
	  max-width: 100%;
	  width: 100%;
	  min-width: 0;
	  font-size: 14px;
	  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
	  font-size: 16px;
	}
  }

.prod-new * {
	font-family: 'Montserrat', sans-serif !important;
}
.prod-new img {
	max-width: unset;
    max-height: unset;
}
.faqnew {
	padding-top: 50px;
}

.prod-new .fullpage-section {
	position: relative;
}

.stoim {
	padding-bottom: 60px;
	padding-top: 50px;
	background-color: #F8F8F8;
  }
  .stoim__title {
	margin-bottom: 32px;
  }
  .stoim__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 75px;
  }
  .stoim__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
  }
  .stoim__left {
	width: 60%;
  }
  .stoim__left ul {
	margin-bottom: 75px;
	padding-left: 25px;
  }
  .stoim__left ul li {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 26px;
	position: relative;
  }
  .stoim__left ul li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	height: 5px;
	width: 5px;
	background-color: #000;
	left: -20px;
	border-radius: 50%;
  }
  .stoim__right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: 0;
  }
  
  @media screen and (max-width: 767px) {
	.stoim__right {
	  position: static;
	  -webkit-transform: none;
			  transform: none;
	  margin-top: -130px;
	  margin-bottom: -70px;
	}
	.stoim__right img {
	  max-width: 100%;
	  height: auto;
	}
  
	.stoim__left {
	  width: 100%;
	}
  
	.stoim__content {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	}
  }

  .prod-grey {
	background-color: #ebebeb;
  }

  @media screen and (max-width: 767px) {
    .yadv__caption-left {
        margin-right: 0 !important;
    }
  }

.full_description  img {
    max-width: 100%;
    height: auto;
}
.diffr__animation-center img {
	height: 55px;
	width: 55px;
}
.fullpage-section .diffr__animation-center {
	left: 51.4% !important;
}


html, body {
	max-width: 100vw;
}

.rcommon {
	padding-bottom: 60px;
  }
  
  .grey-block {
	background: #F8F8F8;
  }
  
  .rcommon__text p {
	margin-bottom: 20px;
  }
  .rcommon__text p:last-child {
	margin-bottom: 0;
  }
  
  .nsostav {
	padding-top: 53px;
	padding-bottom: 92px;
  }
  .nsostav__container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .nsostav__title {
	max-width: 100%;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
  }
  .nsostav__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .nsostav__items {
	margin-top: 65px;
  }
  .nsostav__item {
	margin-bottom: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .nsostav__item:last-child {
	margin-bottom: 0;
  }
  .nsostav__item:nth-child(2) .nsostav__icon img {
	left: 55%;
  }
  .nsostav__item:nth-child(3) .nsostav__icon img {
	left: 55%;
  }
  .nsostav__item:nth-child(4) .nsostav__icon img {
	left: 60%;
  }
  .nsostav__item:nth-child(5) .nsostav__icon img {
	left: 55%;
  }
  .nsostav__item:nth-child(6) .nsostav__icon img {
	left: 57%;
  }
  .nsostav__item:nth-child(7) .nsostav__icon img {
	left: 55%;
  }
  .nsostav__item:nth-child(8) .nsostav__icon img {
	left: 57%;
  }
  .nsostav__icon {
	width: 94px;
	max-width: 94px;
	min-width: 94px;
	height: 94px;
	position: relative;
	margin-right: 53px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 142, 211, 0.8);
			box-shadow: 0px 10px 30px rgba(0, 142, 211, 0.8);
	border-radius: 50%;
  }
  .nsostav__icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .nsostav__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #393A42;
  }
  
  .tserv {
	background: #F8F8F8;
  }
  .tserv__container {
	padding-top: 80px;
	padding-bottom: 106px;
  }
  .tserv__title {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	color: #000000;
	width: 100%;
  }
  .tserv__desc {
	margin-bottom: 55px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .tserv__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	margin-right: 122px;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  .tserv__col:last-child {
	margin-top: 80px;
  }
  .tserv__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 76px;
  }
  .tserv__item {
	margin-bottom: 114px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  .tserv__item:last-child {
	margin-bottom: 0;
  }
  .tserv__icon {
	position: relative;
	margin-right: 27px;
	height: 47px;
	width: 47px;
	max-width: 47px;
	min-width: 47px;
	-webkit-box-shadow: 0px 10px 30px rgba(1, 143, 213, 0.5);
			box-shadow: 0px 10px 30px rgba(1, 143, 213, 0.5);
	border-radius: 50%;
  }
  .tserv__icon img {
	position: absolute;
	top: 71%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .tserv__text {
	font-weight: 700;
	font-size: 18px;
	line-height: 159%;
	color: #393A42;
  }
  .tserv__text span {
	padding-left: 5px;
	padding-right: 5px;
	background: rgba(0, 142, 211, 0.5);
  }
  .tserv__bottom-text {
	padding: 50px 100px;
	background-color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  
  .tpreim {
	padding-top: 80px;
	padding-bottom: 109px;
	overflow: hidden;
  }
  .tpreim__title {
	text-align: center;
	color: #000000;
	margin-bottom: 60px;
	width: 100%;
  }
  .tpreim__desc {
	margin-bottom: 90px;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .tpreim__items {
	margin-bottom: -120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-right: -32px;
  }
  .tpreim__item {
	width: calc(50% - 32px);
	margin-bottom: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-right: 32px;
  }
  .tpreim__item-icon {
	margin-right: 34px;
	position: relative;
	height: 106px;
	width: 106px;
	min-width: 106px;
	max-width: 106px;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
  }
  .tpreim__item-icon img {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .tpreim__item-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 159%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #393A42;
  }
  
  .tstoim {
	padding-bottom: 0;
  }
  .tstoim .stoim__left {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .tstoim .stoim__content {
	padding-top: 202px;
	padding-bottom: 140px;
  }
  .tstoim .stoim__desc {
	margin-bottom: 0;
  }
  .tstoim .stoim__title {
	margin-bottom: 0;
  }
  
  @media screen and (max-width: 1024px) {
	.tserv__col {
	  margin-right: 60px;
	}
  
	.tpreim__item-icon {
	  margin-right: 20px;
	}
  
	.tpreim__item-icon {
	  width: 80px;
	  min-width: 80px;
	  max-width: 80px;
	  height: 80px;
	}
  
	.tpreim__item-icon img {
	  -webkit-transform: translate(-50%, -50%) scale(0.76);
			  transform: translate(-50%, -50%) scale(0.76);
	}
  
	.tpreim__item-text {
	  font-size: 16px;
	}
  
	.tpreim__item {
	  margin-right: 20px;
	}
  
	.tstoim .stoim__right {
	  -webkit-transform: translateY(-50%) scale(0.7);
			  transform: translateY(-50%) scale(0.7);
	  right: -60px;
	}
  
	.stoim__left {
	  width: 50%;
	}
  
	.tstoim .stoim__content {
	  padding-top: 112px;
	  padding-bottom: 67px;
	}
  
	.tserv__bottom-text {
	  padding: 50px;
	}
  }
  @media screen and (max-width: 767px) {
	.tserv__items {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  
	.tpreim__item {
	  width: calc(100% - 32px);
	  margin-bottom: 50px;
	}
  
	.nsostav__icon {
	  width: 70px;
	  max-width: 70px;
	  min-width: 70px;
	  height: 70px;
	  margin-right: 0px;
	  margin-bottom: 20px;
	}
	.nsostav__icon img {
	  -webkit-transform: translate(-50%, -50%) scale(0.75);
			  transform: translate(-50%, -50%) scale(0.75);
	}
  
	.nsostav__item {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  
	.nsostav__text {
	  font-size: 16px;
	}
  
	.nsostav__items {
	  margin-top: 40px;
	}
  
	.tserv__col {
	  margin-right: 0;
	}
  
	.nsostav {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
  
	.tserv__container {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
  
	.tserv__title {
	  margin-bottom: 40px;
	}
  
	.tserv__item {
	  margin-bottom: 50px;
	}
  
	.stoim__left {
	  width: 100%;
	}
  
	.stoim__right {
	  margin-bottom: -40px;
	}
  
	.stoim__desc {
	  margin-bottom: 0;
	}
  
	.tstoim .stoim__content {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  padding-top: 50px;
	  padding-bottom: 0;
	}
  
	.stoim__right {
	  margin-top: 0;
	  -webkit-transform: none !important;
			  transform: none !important;
	}
  }
  .tteam {
	padding-bottom: 80px;
  }
  .tteam__container {
	border-top: 1px solid #F8F8F8;
	padding-top: 60px;
  }
  .tteam__top {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .tteam__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 60px;
	margin-right: -7px;
  }
  .tteam__item {
	width: calc(33.333% - 7px);
	border-radius: 60px 10px 10px 10px;
	padding: 17px;
	padding-right: 27px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background: #F8F8F8;
	margin-right: 0;
	padding-bottom: 65px;
	margin-right: 7px;
	margin-bottom: 7px;
  }
  .tteam__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 17px;
  }
  .tteam__item-img {
	min-width: 80px;
	max-width: 80px;
	width: 80px;
	border-radius: 17px;
	margin-right: 11px;
  }
  .tteam__item-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
  }
  .tteam__desc {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	padding-left: 18px;
  }
  
  .tserv__center-title {
	text-align: center;
	display: block;
  }
  
  .tserv-podd .tserv__col {
	max-width: 500px;
	width: 100%;
	margin-right: 30px;
  }
  .tserv-podd .tserv__col:last-child {
	margin-top: 0;
  }
  .tserv-podd .tserv__items {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .tserv-podd .tserv__item {
	margin-bottom: 219px;
  }
  .tserv-podd .tserv__item:last-child {
	margin-bottom: 0;
	margin-top: 0;
  }
  
  .tpreim__bottom-text {
	padding: 50px 100px;
	background: #F8F8F8;
	border: 1px dashed rgba(0, 127, 189, 0.33);
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-top: 90px;
  }
  
  @media screen and (max-width: 1023px) {
	.tteam__item {
	  width: calc(50% - 7px);
	}
  }
  @media screen and (max-width: 767px) {
	.tteam__item {
	  width: calc(100% - 7px);
	  padding-bottom: 30px;
	}
  
	.tserv__col {
	  margin-right: 0 !important;
	  margin-top: 0 !important;
	}
  
	.tserv__item {
	  margin-bottom: 30px !important;
	  margin-right: 0 !important;
	}
  
	.tserv-podd .tserv__items {
	  margin-bottom: 30px;
	}
  
	.tpreim {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
  
	.tpreim__title {
	  margin-bottom: 30px;
	}
  
	.tpreim__bottom-text {
	  padding: 30px;
	}
  
	.tpreim__items {
	  margin-bottom: -59px;
	}
  
	.tserv__bottom-text {
	  padding: 30px;
	}
  
	.tserv__text {
	  font-size: 16px;
	}
  
	.tteam__desc, .tteam__top {
	  font-size: 16px;
	}
  
	.nsostav__text {
	  text-align: center;
	}
  }
  .font-mont {
	font-family: 'Montserrat', sans-serif;
  }
  .font-mont h1 {
	font-family: 'Montserrat', sans-serif !important;
  }
  .font-mont img {
	max-width: unset;
	max-height: unset;
  }
  .stoim__right img {
    max-width: 100%;
    width: 100%;
  }

  .section-slider-items .swiper-button-next:not(.slider-item-text), .section-slider-items .swiper-button-prev:not(.slider-item-text) {
	background-image: none;
	height: 40px !important;
	min-width: 40px;
	max-width: 40px;
	width: 40px !important;
	background-image: url(/img/new-arrow.png);

  }
  .section-slider-items .swiper-button-next:not(.slider-item-text) svg, .section-slider-items .swiper-button-prev:not(.slider-item-text) svg {
	display: none;
  }
  .section-slider-items .swiper-button-next:not(.slider-item-text):hover, .section-slider-items .swiper-button-prev:not(.slider-item-text):hover {
	background-image: url(/img/new-arrow-green.png);
  }

  .tpreim__desc-b {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}
.t-title-center {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tserv__pos {
    padding-bottom: 60px;
}
.tserv__pos .tserv__items {
    margin-bottom: 20px;
}
.border-bottom-s {
}
.tstoim .stoim__content {
	padding-bottom: 100px;
	border-bottom: 1px solid #E5E5E5; 
}
.stoim__container  {	
	padding-bottom: 50px;
}
.modal-main {
	display: none !important;
}

