/* VARIABLES */
html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
body {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b, strong {
    font-weight: 700;
}
html {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.g-recaptcha div{
	margin: 0px auto!important;
}
.g-recaptcha #g-recaptcha-response{
	display: none !important;
}
.table {
    display: table;
    width: 100%;
}
.cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.slides {
    color: #fff;
    fill: #fff;
   
    background: #111;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeSpeed;
    -webkit-transition: .15s;
    transition: .15s;
}
.safari.retina .slides {
    -webkit-font-smoothing: subpixel-antialiased;
}
.slides.bodyWhite {
    background: #fff;
}
.slides .panel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slides.whiteSlide {
    color: #303030;
}
a:hover {
    -webkit-transition: .15s;
    transition: .15s;
}
img {
    max-width: 100%;
    display: inline-block;
}
svg {
    -webkit-transition: .15s;
    transition: .15s;
}
.svgContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
}
.svgContainer svg.scale {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
video::-webkit-media-controls {
 display: none !important;
}
.light {
    font-weight: 100 !important;
}
.normal {
    font-weight: normal !important;
}
.italic {
    font-style: italic !important;
}
.bold {
    font-weight: bold !important;
}
.top {
    vertical-align: top !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.middle {
    vertical-align: middle !important;
}
.bottom {
    vertical-align: bottom !important;
}
.block {
    display: block !important;
}
.inlineBlock {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.relative {
    position: relative !important;
}
.absolute {
    position: absolute;
}
.wide {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.crop {
    margin: 0 !important;
}
.cropBottom {
    margin-bottom: 0 !important;
}
.cropTop {
    margin-top: 0 !important;
}
.cropLeft {
    margin-left: 0 !important;
}
.cropRight {
    margin-right: 0 !important;
}
.opaque {
    opacity: 1;
}
.space {
    padding: 0 20px;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .35s;
    transition: .35s;
}
a:hover {
    opacity: .75;
}
.slides h1, .slides .h1 {
    
}
.slides h1.huge, .slides .h1.huge {
   
}
.slides h1.small, .slides .h1.small {
    
}
.slides h2, .slides .h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.17;
    letter-spacing: .2em;
    font-weight: 600;
    margin-bottom: 25px;
}
.slides h2.small, .slides .h2.small {
    font-size: 23px;
}
.slides h2.huge, .slides .h2.huge {
    font-size: 45px;
}
.slides h3, .slides .h3 {
   
}
.slides h3.small, .slides .h3.small {
    font-size: 19px;
}
.slides h3 + h1, .slides .h3 + .h1 {
    margin-top: 30px;
}
.slides h3.uppercase, .slides .h3.uppercase {
    font-size: 19px;
}
.slides h3.small.uppercase, .slides .h3.small.uppercase {
    font-size: 13px;
}
.slides h1 + h3, .slides .h1 + .h3 {
    margin-top: 45px;
}
.slides h4, .slides .h4 {
   
}
.slides h5, .slides .h5 {
   
}
.slides h4.small, .slides .h4.small {
   
}
.slides h5.small, .slides .h5.small {
    
}
p {
}
p + p {
    margin-top: -20px;
}
p + h2, p + .h2 {
    margin-top: 60px;
}
p.hero {
}
p.small {
   
}
small {
    font-size: 17px;
    line-height: 1.3;
}
small.small {
    font-size: 14px;
    line-height: 1.28;
}
.uppercase {
    text-transform: uppercase !important;
    letter-spacing: .2em !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
.slides h1,  .slides .h1 {
    font-size: 50px;
}
.slides h1.huge,  .slides .h1.huge {
    font-size: 60px;
}
.slides h1.small,  .slides .h1.small {
    font-size: 40px;
}
.mobileCrop {
    margin: 0 !important;
}
.mobileCropBottom {
    margin-bottom: 0 !important;
}
.mobileCropTop {
    margin-top: 0 !important;
}
.mobileCropLeft {
    margin-left: 0 !important;
}
.mobileCropRight {
    margin-right: 0 !important;
}
}

@media screen and (max-width: 320px) {
.slides h1.huge,  .slides .h1.huge {
    font-size: 50px;
}
}
.button {
   
    display: inline-block;
    border-radius: 4px;
    padding: 12px 22px;
    color: #fff;
    border: 0;
    outline: 0;
    background: #303030;
    font-size: 22px;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0);
    -webkit-appearance: none;
    margin-bottom: 15px;
    margin-right: 15px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: .25s;
    transition: .25s;
}
.button.small {
    font-size: 20px;
}
.button.empty {
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 0 !important;
    margin: 0;
}
.button.shade:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}
.button.shade:hover:after {
    opacity: .15;
}
.button.shade:active:after {
    opacity: .2;
}
.button:hover {
    -webkit-transition: .25s !important;
    transition: .25s !important;
    opacity: 1;
    -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.button:active {
    transition: -webkit-transform 0.25s, opacity 0.25s, position 0 !important;
    -webkit-transition: -webkit-transform 0.25s, opacity 0.25s, top 0.25s !important;
    -webkit-box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
    top: 1px;
}
.button.play {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 35px;
    margin-left: 0;
    margin-right: 0;
}
.button.play:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.button.play svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
.button.play.small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 21px;
}
.button.play.small svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}
.lowercase {
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 300;
}
.button.uppercase {
    font-size: 17px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    text-indent: .2em;
}
.button.stroke {
    border: 2px solid;
    background-color: transparent !important;
    color: #fff !important;
    padding-top: 13px;
    padding-bottom: 13px;
}
.whiteSlide .button.stroke {
    color: #303030 !important;
    background: transparent !important;
}
.button.stroke:hover {
    -webkit-box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.actionButton svg, .button svg {
    width: 22px;
    height: 22px;
    fill: #fff !important;
}
.round {
    border-radius: 40px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.roundButton {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding: 14px;
    margin: 5px;
}

@media screen and (max-width: 320px) {
.button.uppercase,  .uppercase {
    letter-spacing: .08em;
}
}
.disableSelect, .disableSelect * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.twitterIcon {
    position: relative;
    top: 5px;
}
.play-2 {
    margin-top: 50px;
}
.video-4 {
    max-width: 500px;
    margin-top: 75px;
}
.svg-4 {
    padding-bottom: 27%;
}
.svg-5 {
    padding-bottom: 27%;
    margin-bottom: 60px;
    margin-top: 60px;
}
.iphone-5.shiftImage {
    margin: 0 0 -129%;
}
.svg-6 {
    padding-bottom: 27%;
    margin-bottom: 80px;
    margin-top: 60px;
}
.ipad-6.shiftImage {
    margin: 0 0 -70%;
}
.button-7 {
    margin: 6px 20px !important;
}

@media screen and (max-width: 1280px) {
.button-7 {
    display: block;
    margin: 30px auto !important;
}
}
.svg-8 {
    padding-bottom: 27%;
    margin-bottom: 35px;
}
.form-8 {
    margin-top: 80px;
}
.svg-9 {
    padding-bottom: 27%;
    margin-bottom: 35px;
}
.button-9 {
    margin: 40px 0 65px;
}
.play-10 {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
.form-12 {
    margin-top: 110px;
}
}
form input[type="text"].input-13, form input[type="name"].input-13, form input[type="email"].input-13 {
    max-width: 300px;
}

@media screen and (max-width: 1023px) {
.cell-16 {
    padding-bottom: 35px;
}
}
.cell-17 {
    padding-bottom: 25px;
}
.video-18 {
    margin-top: 34px;
}
.play-21 {
    margin-top: 50px;
}
.text-24 {
    margin-bottom: 60px;
    font-size: 18px;
}
.text-25 {
    margin-bottom: 60px;
    font-size: 18px;
}
.icon-26 {
    margin-right: 4px;
}
.app-26 {
    width: 100px;
    padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
.text-26 {
    max-width: 360px;
}
}

@media screen and (max-width: 1023px) {
.cell-26 {
    padding-bottom: 40px;
}
}
.app-27 {
    width: 100px;
    padding-bottom: 20px;
}
.icon-27 {
    margin-right: 4px;
}

@media screen and (max-width: 1023px) {
.cell-27 {
    padding-bottom: 40px;
}
}

@media screen and (min-width: 1024px) {
.text-27 {
    max-width: 360px;
}
}

@media screen and (max-width: 1023px) {
.cell-28 {
    padding-bottom: 35px;
}
}

@media screen and (max-width: 1023px) {
.cell-29 {
    padding-bottom: 35px;
}
}
.quote-31 {
    margin-top: 35px;
}
.cell-31 {
    margin-top: 10px;
}
.image-31 {
    padding-top: 35px;
}
.avatar-31 {
    border-radius: 50px;
    margin: 10px 5px 5px;
}
.ipad-31.shiftImageVertical.shiftImage {
    margin: -10% 0 -115%;
}
.ipad-32.shiftImageVertical.shiftImage {
    margin: -10% 0 -115%;
}
.text-32 {
    margin-top: 40px;
}
.items-32 {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
.cell-32 {
    padding-bottom: 40px;
}
}
.ipad-33.shiftImageVertical.shiftImage {
    margin: -10% 0 -115%;
}

@media screen and (max-width: 1023px) {
.cell-33 {
    padding-bottom: 40px;
}
}
.app-35 {
    margin-bottom: 20px;
}
.iphone-35 {
    margin: -30px 0 -77%;
}
.app-36 {
    margin-bottom: 20px;
}
.ipad-36 {
    margin: 0 0 -72%;
}
form input[type="text"].input-38, form input[type="name"].input-38, form input[type="email"].input-38 {
    max-width: 300px;
}
.svg-38 {
    padding-bottom: 27%;
    margin-bottom: 40px;
}
.text-38 {
    margin-top: 15px;
}
.avatar-41 {
    border-radius: 50px;
    margin: 10px 5px 5px;
}
.block-42 {
    margin-top: 35px;
}
.box-42 {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
.text-42 {
    opacity: .6;
}
}
.block-43 {
    margin-top: 35px;
}
.box-43 {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
.text-43 {
    opacity: .6;
}
}
.grid-45 {
    margin-top: 50px;
}
.app-45 {
    margin-bottom: 30px;
}
.text-46 {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
.box-46 {
    margin-bottom: 30px;
}
}
.icon-47 {
    margin-bottom: 30px;
    margin-top: 15px;
}
.icon-48 {
    margin-bottom: 30px;
    margin-top: 15px;
}
.icon-49 {
    margin-bottom: 30px;
    margin-top: 15px;
}
.grid-50 {
    margin-top: 50px;
}
.box-51 {
    margin-top: 65px;
}
.app-51 {
    margin-bottom: 30px;
}
.pad-51.pad {
    border-radius: 40px;
}
.button-51 {
    margin-top: 20px;
}
.button-52 {
    margin-top: 20px;
}
.button-53 {
    margin-top: 20px;
}
.button-54 {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
.cell-51 {
    margin-bottom: 40px;
}
}
.box-52 {
    margin-top: 65px;
}
.app-52 {
    margin-bottom: 30px;
}
.pad-52.pad {
    border-radius: 40px;
}

@media screen and (min-width: 768px) {
.box-53 {
    margin-top: 65px;
}
}
.pad-53.pad {
    border-radius: 40px;
}

@media screen and (max-width: 767px) {
.cell-53 {
    margin-bottom: 40px;
}
}

@media screen and (min-width: 768px) {
.box-54 {
    margin-top: 65px;
}
}
.button-55.button {
    margin-top: 20px;
}
.box-55 {
    margin-top: 45px;
}
.box-56 {
    margin-top: 65px;
}
.text-56 {
    margin-bottom: 3px;
}
.button-56 {
    margin-top: 20px;
}
.box-57 {
    margin-top: 65px;
}
.text-57 {
    margin-bottom: 3px;
}
.box-57 {
    margin-top: 50px;
}
.text-58 {
    margin-top: 60px;
}
.text-59 {
    padding: 5% 6%;
    margin-top: 5px;
}
.dots {
    font-size: 0;
}
.dot {
    padding: 8px;
    display: inline-block;
}
.dot:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: .25s;
    transition: .25s;
}
.dot:hover:after {
    -webkit-transform: scale(1.33333);
    transform: scale(1.333333);
    opacity: 1;
}
.dot:active:after, .dot.selected:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tabs {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    max-width: 260px;
}
.tabs li {
    border: 1px solid #fff;
    padding: 20px 20px;
    letter-spacing: 3px;
    font-size: 15px;
    -webkit-transition: .15s;
    transition: .15s;
}
.tabs li:first-child {
    border-radius: 4px 4px 0 0;
}
.tabs li:last-child {
    border-radius: 0 0 4px 4px;
}
.tabs li:hover {
    padding-left: 25px;
}
.tabs li.selected {
    background: #fff;
    color: #303030;
    padding-left: 25px;
}
.whiteSlide .tabs, .whiteSlide .tabs li {
    border: 1px solid #303030;
    color: #303030;
}
.whiteSlide .tabs li.selected {
    background: #303030;
    color: #fff;
}
.links li {
    font-size: 17px;
    letter-spacing: 0;
    padding: 4px 0;
}
.address {
    letter-spacing: -1.5px;
    font-size: 30px;
    line-height: 1.1666;
}
.price {
    font-size: 48px;
    line-height: 1.26;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.currency {
    font-size: 36px;
}
.social-circles {
    font-size: 0;
}
.social-circles li {
    display: inline-block;
}
.social-circles li svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
form {
    font-size: 0;
    margin-top: -5px;
}

form p{
    font-size:18px;
}

form input[type="text"], form input[type="name"], form input[type="email"], form input[type="password"], form textarea, form select {
    background: #fff;
    padding: 14px 19px 15px;
   
    border: 0;

    color: #242424;
    outline: 0;
    width: 100%;
    max-width: 315px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form input[type="text"].wide, form input[type="name"].wide, form input[type="email"].wide, form input[type="password"].wide, form textarea.wide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
form textarea {
    max-height: 200px;
    max-width: 100%;
    min-height: 130px;
}
form textarea.round {
    border-radius: 15px !important;
}
form input[type="text"], form input[type="name"], form input[type="email"], form input[type="password"], form textarea, form input.button{
    margin: 5px;
}
form input.stroke, form textarea.stroke {
    border: 1px solid #ccc;
}
form.wide input, form.wide textarea {
    width: 100%;
    margin: 8px 0;
}
form.center input, form.center textarea {
    text-align: center;
}
form label {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}
form > label:first-of-type {
    margin-top: 10px;
}
form label.uppercase {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
form input,  form textarea {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 350px !important;
    display: block !important;
}
form label {
    margin-top: 30px;
}
}
.white {
    background-color: #fff !important;
    color: #303030 !important;
}
.button.white svg {
    fill: #303030 !important;
}
.black {
    background-color: #303030 !important;
    color: #fff !important;
}
.button.black svg {
    fill: #fff !important;
}
.red {
    background-color: #f44336 !important;
    color: #fff !important;
}
.pink {
    background-color: #e91e63 !important;
    color: #fff !important;
}
.purple {
    background-color: #9c27b0 !important;
    color: #fff !important;
}
.deepPurple {
    background-color: #673ab7 !important;
    color: #fff !important;
}
.indigo {
    background-color: #3f51b5 !important;
    color: #fff !important;
}
.blue {
    background-color: #2196f3 !important;
    color: #fff !important;
}
.cyan {
    background-color: #00bcd4 !important;
    color: #fff !important;
}
.teal {
    background-color: #009688 !important;
    color: #fff !important;
}
.green {
    background-color: #4caf50 !important;
    color: #fff !important;
}
.lightGreen {
    background-color: #8bc34a !important;
    color: #fff !important;
}
.lime {
    background-color: #cddc39 !important;
    color: #303030 !important;
}
.yellow {
    background-color: #ffeb3b !important;
    color: #303030 !important;
}
.amber {
    background-color: #ffc107 !important;
    color: #fff !important;
}
.orange {
    background-color: #ff9800 !important;
    color: #fff !important;
}
.deepOrange {
    background-color: #ff5722 !important;
    color: #fff !important;
}
.brown {
    background-color: #795548 !important;
    color: #fff !important;
}
.grey, .gray {
    background-color: #9e9e9e !important;
    color: #fff !important;
}
.blueGrey, .blueGray {
    background-color: #607d8b !important;
    color: #fff !important;
}
.textWhite {
    color: #fff !important;
}
.textBlack {
    color: #303030 !important;
}
.textRed {
    color: #f44336 !important;
}
.textPink {
    color: #e91e63 !important;
}
.textPurple {
    color: #9c27b0 !important;
}
.textDeepPurple {
    color: #673ab7 !important;
}
.textIndigo {
    color: #3f51b5 !important;
}
.textBlue {
    color: #2196f3 !important;
}
.textCyan {
    color: #00bcd4 !important;
}
.textTeal {
    color: #009688 !important;
}
.textGreen {
    color: #4caf50 !important;
}
.textLightGreen {
    color: #8bc34a !important;
}
.textLime {
    color: #cddc39 !important;
}
.textYellow {
    color: #ffeb3b !important;
}
.textAmber {
    color: #ffc107 !important;
}
.textOrange {
    color: #ff9800 !important;
}
.textDeepOrange {
    color: #ff5722 !important;
}
.textBrown {
    color: #795548 !important;
}
.textGrey, .textGray {
    color: #9e9e9e !important;
}
.textBlueGrey, .textBlueGray {
    color: #607d8b !important;
}
.facebook {
    background: #3b5998;
}
.twitter {
    background: #55acee;
}
.googlePlus {
    background: #dd4b39;
}
.stumbleupon {
    background: #eb4924;
}
.linkedin {
    background: #0077b5;
}
.pinterest {
    background: #cc2127;
}
.nextSlide, .prevSlide {
    cursor: pointer;
}
.nextSlide:hover, .prevSlide:hover {
    -webkit-transition: .15s;
    transition: .15s;
}
.nextSlide:active, .prevSlide:active {
    opacity: .75;
}
.firstSlide .prevSlide, .lastSlide .nextSlide {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}
.firstSlide.lastSlide .prevSlide, .firstSlide.lastSlide .nextSlide {
    opacity: 0;
}
.firstSlide .panel.bottom .nextSlide {
    -webkit-animation: animateArrow 3s infinite;
    animation: animateArrow 3s infinite;
}
@-webkit-keyframes animateArrow {
 80% {
 transform: -webkit-translateY(0);
}
 90% {
 transform: -webkit-translateY(10px);
}
 100% {
 transform: -webkit-translateY(0);
}
}
@keyframes animateArrow {
 80% {
 transform: translateY(0);
}
 90% {
 transform: translateY(10px);
}
 100% {
 transform: translateY(0);
}
}
.mobile .simplifiedMobile {
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.mobile .simplifiedMobile .content {
    -webkit-overflow-scrolling: initial;
    overflow: hidden;
}
.mobile .simplifiedMobile .slide, .mobile .simplifiedMobile .content, .mobile .simplifiedMobile .container {
    position: relative !important;
    min-height: 100vh;
    height: auto;
    visibility: visible;
    opacity: 1;
}
.mobile .simplifiedMobile .slide .background, .mobile .simplifiedMobile .slide.video .background video {
    position: absolute !important;
    min-height: 100vh;
}
.page-loaded.mobile .slide .background {
    opacity: 1 !important;
}
.mobile .simplifiedMobile .slide, .mobile .simplifiedMobile .slide.after, .mobile .simplifiedMobile .slide.before {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}
.page-loaded.mobile .simplifiedMobile.sidebarShown .slide.selected, .page-loaded.mobile .simplifiedMobile.sidebarShown .panel {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
    pointer-events: none;
}
.page-loaded.mobile .simplifiedMobile .panel {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.mobile .simplifiedMobile .navigation {
    display: none;
}
.mobile .simplifiedMobile [class*="ae-"] {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
#width {
    width: 100%;
}
#content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.slide {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #303030;
    color: #fff;
    z-index: 10;
    overflow: hidden;
}
.slide.active {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.mobile .slide {
    visibility: hidden;
}
.mobile .slide.active {
    visibility: visible;
}
.content {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
}
.windows .defaultScroll .content {
    overflow: auto;
    overflow-x: hidden;
}
.mobile .content {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.fade .content {
    background: rgba(17, 19, 20, 0.6);
    outline: 2px solid rgba(17, 19, 20, 0.6);
}
.whiteSlide.fade .content {
    background: rgba(255, 255, 255, 0.9);
    outline: 2px solid rgba(255, 255, 255, 0.9);
}
body .slide.whiteSlide {
    color: #303030;
    background: white;
}
.container {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}
.wrap {
    display: table-cell;
    padding: calc(5.56% + 50px) calc(10% + 15px);
    text-align: center;
    vertical-align: middle;
    cursor: default;
}
.wrap.unindented {
    padding-left: 0;
    padding-right: 0;
}
.wrap * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.slide .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid {
    margin-left: -2%;
    margin-right: -2%;
}
.grid.fixedSpaces {
    margin-left: -15px;
    margin-right: -15px;
}
.grid + .grid {
    margin-top: 40px;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.col-1-12 {
    max-width: 8.333333333%;
}
.col-2-12 {
    max-width: 16.66666667%;
}
.col-3-12 {
    max-width: 25%;
}
.col-4-12 {
    max-width: 33.33333333%;
}
.col-5-12 {
    max-width: 41.66666667%;
}
.col-6-12 {
    max-width: 50%;
}
.col-7-12 {
    max-width: 58.33333333%;
}
.col-8-12 {
    max-width: 66.66666667%;
}
.col-9-12 {
    max-width: 75%;
}
.col-10-12 {
    max-width: 83.33333333%;
}
.col-11-12 {
    max-width: 91.66666667%;
}
.col-12-12 {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
.grid.later > .fab-col-1-12 {
    max-width: 8.333333333% !important;
}
.grid.later > .fab-col-2-12 {
    max-width: 16.66666667% !important;
}
.grid.later > .fab-col-3-12 {
    max-width: 25% !important;
}
.grid.later > .fab-col-4-12 {
    max-width: 33.33333333% !important;
}
.grid.later > .fab-col-5-12 {
    max-width: 41.66666667% !important;
}
.grid.later > .fab-col-6-12 {
    max-width: 50% !important;
}
.grid.later > .fab-col-7-12 {
    max-width: 58.33333333% !important;
}
.grid.later > .fab-col-8-12 {
    max-width: 66.66666667% !important;
}
.grid.later > .fab-col-9-12 {
    max-width: 75% !important;
}
.grid.later > .fab-col-10-12 {
    max-width: 83.33333333% !important;
}
.grid.later > .fab-col-11-12 {
    max-width: 91.66666667% !important;
}
.grid.later > .fab-col-12-12 {
    max-width: 100% !important;
}
}

@media screen and (max-width: 1023) {
.grid:not(.later) > .fab-col-1-12 {
    max-width: 8.333333333% !important;
}
.grid:not(.later) > .fab-col-2-12 {
    max-width: 16.66666667% !important;
}
.grid:not(.later) > .fab-col-3-12 {
    max-width: 25% !important;
}
.grid:not(.later) > .fab-col-4-12 {
    max-width: 33.33333333% !important;
}
.grid:not(.later) > .fab-col-5-12 {
    max-width: 41.66666667% !important;
}
.grid:not(.later) > .fab-col-6-12 {
    max-width: 50% !important;
}
.grid:not(.later) > .fab-col-7-12 {
    max-width: 58.33333333% !important;
}
.grid:not(.later) > .fab-col-8-12 {
    max-width: 66.66666667% !important;
}
.grid:not(.later) > .fab-col-9-12 {
    max-width: 75% !important;
}
.grid:not(.later) > .fab-col-10-12 {
    max-width: 83.33333333% !important;
}
.grid:not(.later) > .fab-col-11-12 {
    max-width: 91.66666667% !important;
}
.grid:not(.later) > .fab-col-12-12 {
    max-width: 100% !important;
}
}
.grid [class*='col-'] {
    display: block;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    float: left;
}
.grid.fixedSpaces [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}
.fix-1-12 {
    max-width: 70px !important;
}
.fix-2-12 {
    max-width: 164px !important;
}
.fix-3-12 {
    max-width: 258px !important;
}
.fix-4-12 {
    max-width: 354px !important;
}
.fix-5-12 {
    max-width: 448px !important;
}
.fix-6-12 {
    max-width: 544px !important;
}
.fix-7-12 {
    max-width: 640px !important;
}
.fix-8-12 {
    max-width: 734px !important;
}
.fix-9-12 {
    max-width: 828px !important;
}
.fix-10-12 {
    max-width: 922px !important;
}
.fix-11-12 {
    max-width: 1018px !important;
}
.fix-12-12 {
    max-width: 1200px !important;
}
[class*='fix-'] {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}
.toLeft, .toLeft[class*='fix-'], .toLeft[class*='col-'] {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.toRight, .toRight[class*='fix-'], .toRight[class*='col-'] {
    margin-right: 0 !important;
    margin-left: auto !important;
    float: right;
}
.toCenter, .toCenter[class*='col-'] {
    margin-left: auto !important;
    margin-right: auto !important;
}
.popupTrigger, .dropdownTrigger, .sidebarTrigger {
    cursor: pointer;
}
.shiftImage {
    margin-top: -15%;
    margin-bottom: -100%;
}
.shiftImageVertical {
    margin-right: -100%;
    max-width: none;
}
.slide.video .background {
    overflow: hidden;
}
.slide.video .background video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}
.slide.whiteSlide .fade {
    background: rgba(255, 255, 255, 0.85);
}
.videoThumbnail {
    position: relative;
    display: inline-block;
    font-size: 0;
    -webkit-box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.6);
    overflow: hidden;
    line-height: 0;
}
.videoThumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../assets/svg/video-icon.svg') no-repeat;
    background-position: center center;
    -webkit-transition: .5s;
    transition: .5s;
}
.videoThumbnail:hover:after {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.1);
    transform: scale(1.1s);
    -webkit-transition: .25s;
    transition: .25s;
}
.videoThumbnail:active:after {
    opacity: .8;
}
.videoThumbnail.small {
    max-width: 200px;
    display: block;
    -webkit-box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.6);
}
.videoThumbnail.small:after {
    background-size: 44px;
}
.pad {
    padding: 3% 5%;
    border: 4px solid #fff;
    color: #303030;
    background: #fff;
    overflow: hidden;
    width: 440px;
    border-radius: 36px;
}
.pad.shadow {
    -webkit-box-shadow: 0 52px 64px rgba(0, 0, 0, 0.5);
    box-shadow: 0 52px 64px rgba(0, 0, 0, 0.5);
}
.pad.shadowHover {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 52px 64px rgba(0, 0, 0, 0);
    box-shadow: 0 52px 64px rgba(0, 0, 0, 0);
}
.pad.shadowHover:hover {
    -webkit-box-shadow: 0 52px 64px rgba(0, 0, 0, 0.5);
    box-shadow: 0 52px 64px rgba(0, 0, 0, 0.5);
}
.pad.stroke {
    background: transparent;
    -webkit-transition: .15s;
    transition: .15s;
    color: #fff;
}
.pad.stroke:hover {
    background: #fff;
    color: #303030;
    -webkit-transition: .15s;
    transition: .15s;
}
.pad small {
    font-size: 15px;
    line-height: 1.45;
    margin: 15px 0;
}
.resizing .equalElement {
    -webkit-transition: 0 !important;
    transition: 0 !important;
}

@media screen and (max-width: 1023px) {
.videoThumbnail {
    max-width: 100%;
    width: 100%;
}
.grid:not(.later) > [class*='col-'] {
    max-width: 100% !important;
    width: 100% !important;
}
.grid:not(.later) > [class*='col-'] .mobileLeft {
    text-align: left;
}
.grid:not(.later) > [class*='col-'] .mobileRight {
    text-align: right;
}
.grid:not(.later) > [class*='col-'] .pad {
    border: 0;
    padding: 10% 0 !important;
    border-radius: 0;
    -webkit-transition: 0 !important;
    transition: 0 !important;
}
.grid:not(.later) > [class*='col-'] .pad:hover,  .grid:not(.later) > [class*='col-'] .pad.stroke {
    background: inherit;
    color: inherit;
}
.shiftImage {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.shiftImageVertical {
    margin-right: 0 !important;
    max-width: 100% !important;
}
}

@media screen and (max-width: 767px) {
.grid.later > [class*='col-'] {
    max-width: 100% !important;
    width: 100% !important;
}
.grid.later > [class*='col-'] .mobileLeft {
    text-align: left;
}
.grid.later > [class*='col-'] .mobileRight {
    text-align: right;
}
.pad {
    background: inherit;
    color: inherit;
    border: 0;
    padding: 0 !important;
    overflow: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0 !important;
    transition: 0 !important;
}
.pad.shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
}

@media screen and (max-width: 768px) {
.slide .wrap {
    padding: calc(10% + 50px) calc(10% + 15px);
}
}
.panel {
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.78% 5%;
    z-index: 100;
    text-align: center;
    font-size: 22px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.panel.bottom {
    top: inherit;
    bottom: 0;
}
.panel.top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}
.panel.bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}
.page-loaded .panel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform .5s, opacity .5s;
}
.panel .hidden, .panel .hidden * {
    display: none;
}
.panel .sections {
    display: table;
    width: 100%;
    font-size: 0;
}
.sections svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}
.slides.whiteSlide .panel svg {
    fill: #303030;
    width: 22px;
    height: 22px;
    vertical-align: top;
}
.sections > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.33333%;
    white-space: nowrap;
    font-size: 22px;
    height: 50px;
}
.sections > div * {
    pointer-events: all;
}
.sections .left {
    text-align: left;
}
.sections .right {
    text-align: right;
}
.sections .center {
    text-align: center;
}
.sections .menu {
    white-space: nowrap;
    display: inline-block;
    padding: 0 20px;
    font-size: 0;
}
.sections .menu li {
    font-size: 22px;
    display: inline-block;
    margin: 0 10px;
}
.sections .menu.small li {
    font-size: 18px;
    margin: 0 16px;
}
.sections .menu li a {
    padding: 4px 10px 5px;
}
.sections .menu.uppercase {
    font-weight: 600;
}
.sections .menu.uppercase li {
    font-size: 17px;
    margin: 0 20px;
    letter-spacing: .15em;
}
.sections .menu.uppercase.small li {
    font-size: 14px;
    margin: 0 20px;
}
.sections .center.space {
    padding: 0 20px;
}
.sections .right.space {
    padding-left: 20px;
}
.sections .left.space {
    padding-right: 20px;
}
.sections .right ul.crop {
    padding-right: 0;
}
.sections .left ul.crop {
    padding-left: 0;
}
.sections .left ul.crop li:first-child {
    margin-left: 0;
}
.sections .right ul.crop li:last-child {
    margin-right: 0;
}
.sections a:not(.button):hover {
    opacity: .75;
    -webkit-transition: .15s;
    transition: .15s;
}
.panel .button {
    display: inline-block;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    color: #303030;
    font-size: 22px;
    margin: 0;
    vertical-align: middle;
}
.panel .button.small {
    font-size: 18px;
}
.panel .nextSlide, .panel .prevSlide {
    width: 24px;
    height: 24px;
}
.panel .button + .button {
    margin-left: 10px;
}
.menuButton.uppercase {
    font-size: 17px;
}
.slides.whiteSlide .menuButton {
    background: #303030;
    color: #fff;
}
.panel .actionButton {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 25px;
    z-index: 999;
    background: rgba(40, 40, 40, 0.6);
    line-height: 1;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: top;
}
.panel .actionButton:hover {
    background: rgba(41, 41, 41, 0.8);
}
.slides.whiteSlide .panel .actionButton svg {
    fill: #fff;
}

@media screen and (max-width: 768px) {
.panel {
    padding: 5%;
}
}
.slides .slide.selected {
    opacity: .2 !important;
}
html:not(.page-loaded) .slides .slide.selected {
    opacity: 1;
}
.loadingIcon {
    position: fixed;
    z-index: 10000;
    text-align: center;
    top: 30px;
    right: 30px;
    opacity: 0;
}
.page-ready .loadingIcon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s .5s;
    transition: .5s .5s;
}
.loadingIcon svg {
    width: 24px;
    height: 24px;
}
.loadingIcon svg .dash {
    stroke: #fff;
}
.page-loaded .loadingIcon {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    -webkit-transition: all .5s, visibility 0 5s;
    transition: all .5s, visibility 0 5s;
}
.slides .loadingIcon svg {
    -webkit-animation: loading 3s infinite cubic-bezier(0.64, 0.48, 0.55, 0.64);
    animation: loading 3s infinite cubic-bezier(0.64, 0.48, 0.55, 0.64);
}
.loadingIcon svg .dash {
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
@-webkit-keyframes loading {
 from {
 -webkit-transform: rotate(-1080deg);
 transform: rotate(-1080deg);
}
}
@keyframes loading {
 from {
 transform: rotate(-1080deg);
}
}
.side {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 100;
    padding: calc(5.56% + 50px) 5%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.page-loaded .side {
    opacity: 1;
}
.side.left {
    left: 0;
    right: inherit;
}
.side.right {
    right: 0;
    left: inherit;
}
.navigation {
    display: table;
    height: 100%;
}
.navigation ul {
    display: table-cell;
    vertical-align: middle;
}
.navigation * {
    pointer-events: all;
}
.navigation li {
    fill: #fff;
    display: block;
    background: transparent;
    padding: 9px;
    margin: 0 -9px;
    cursor: pointer;
    position: relative;
}
.navigation li:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    opacity: .5;
    background: #fff;
    -webkit-box-shadow: 0 0 1px #303030;
    box-shadow: 0 0 1px #303030;
    -webkit-transition: opacity .15s, background .15s;
    transition: opacity .15s, background .15s;
}
.medium .navigation li {
    padding: 11px;
    margin: 0 -11px;
}
.medium .navigation li:after {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.small .navigation li {
    padding: 13px;
    margin: 0 -9px;
}
.small .navigation li:after {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.navigation li.tooltip:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 1px;
    background: rgba(40, 40, 40, 0.7);
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    display: none;
    padding: 6px 14px 7px;
    visibility: hidden;
    white-space: nowrap;
    letter-spacing: .01em;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.navigation li:hover:before {
    visibility: visible;
}
.left .navigation li:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: inherit;
    right: 0;
}
.panel.bottom .navigation li:before {
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    left: 14px;
    top: -2px;
}
.compact.side {
    padding: 30px calc(2.5% - 8px);
}
.compact.side .navigation li {
    width: 15px;
    height: 7px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    opacity: .2;
    padding: 1px;
}
.compact.side .navigation li:hover {
    opacity: 1;
}
.compact.side .navigation li.selected {
    opacity: 1;
}
.whiteSlide .compact.side .navigation li {
    background: #303030;
}
.compact.side .navigation li:after {
    display: none;
}
.compact.side .navigation li:first-child {
    border-radius: 10px 10px 0 0;
}
.compact.side .navigation li:last-child {
    border-radius: 0 0 10px 10px;
}
.compact.side .navigation li:after {
    display: none;
}
.compact.side .navigation li:before {
    margin: 0 -12px;
    top: -10px;
}
.stroke .navigation li:after {
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
}
.stroke.small .navigation li:after {
    border-width: 1px;
}
.stroke .navigation li.selected:after {
    background: #fff;
}
.square .navigation li:after {
    border-radius: 0;
}
.square.small .navigation li:after {
    border-radius: 0;
}
.diamond .navigation li:after {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(0.72);
    transform: rotate(45deg) scale(0.72);
}
.diamond.medium .navigation li:after {
    -webkit-transform: rotate(45deg) scale(0.88);
    transform: rotate(45deg) scale(0.88);
}
.diamond.small .navigation li:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.navigation li:hover:after {
    opacity: 1;
}
.stroke .navigation li:hover:after {
    background: #fff;
}
.slides.whiteSlide .navigation li:after {
    background: #303030;
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
}
.slides.whiteSlide .stroke .navigation li:after {
    border-color: #303030;
    background: transparent;
}
.slides.whiteSlide .stroke .navigation li:hover:after {
    background: #303030;
}
.slides.whiteSlide .stroke .navigation li.selected:after {
    border-color: #303030;
    background: #303030;
}
.navigation li.selected:after {
    opacity: 1;
}
.panel .side {
    position: relative;
    display: inline;
    height: auto;
    padding: 0;
}
.panel .navigation, .panel .navigation ul {
    display: inline;
}
.panel .navigation li {
    display: inline-block;
    margin: -9px 0;
}
.panel .side.small .navigation li {
    margin: 0;
}
.sideArrow {
    width: 31px;
    height: 72px;
    margin: 0 -9px;
}
.slides.whiteSlide .side svg {
    fill: #303030;
}

@media screen and (max-width: 414px) {
.side {
    padding: calc(5.56% + 50px) 4%;
}
}
.dropdown {
    position: fixed;
    z-index: 300;
    color: #303030;
    width: 160px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    border-radius: 8px;
    text-align: center;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform .35s, opacity .35s;
}
.dropdown.bottom {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.dropdown:after {
    content: "";
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}
.dropdown.bottom:after {
    top: 100%;
    bottom: initial;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
}
.dropdown.right:after {
    right: 18px;
    left: auto;
}
.dropdown.show {
    visibility: visible;
    opacity: 1;
}
.dropdown.show {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.dropdown.bottom.show {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.dropdown.show.hide {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.dropdown.bottom.show.hide {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.dropdown h3 {
    font-size: 17px;
    padding: 15px 0;
    font-weight: 500;
    margin: 0;
    text-align: center;
    opacity: .65;
}
.dropdown.share li {
    float: left;
    text-align: center;
    display: block;
    width: 80px;
    height: 50px;
    padding: 14px 0;
    color: #fff;
    position: relative;
    cursor: pointer;
    opacity: .9;
    -webkit-transition: .15s;
    transition: .15s;
}
.dropdown.share li:hover {
    opacity: 1;
}
.dropdown.share li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: .25s;
    transition: .25s;
}
.dropdown.share li:active:after {
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s;
}
.dropdown.share li svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.dropdown.share .mail {
    width: 160px;
    height: 50px;
    color: #7e7e7e;
    font-size: 15px;
    padding: 15px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dropdown.share .mail:hover {
    text-decoration: underline;
}
.dropdown.share .googlePlus {
    background: #dd4b39;
}
.dropdown.share .facebook {
    background: #3b5998;
}
.dropdown.share .twitter {
    background: #55acee;
}
.dropdown.share .digg {
    background: #000;
}
.dropdown.share .delicious {
    background: #39f;
}
.dropdown.share .stumbleupon {
    background: #eb4924;
}
.dropdown.share .linkedin {
    background: #0077b5;
}
.dropdown.share .pinterest {
    background: #cc2127;
}
.sidebar {
    
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 90%;
    height: 100%;
    color: #fff;
    z-index: 500;
    background: #222222;
    -webkit-transition: -webkit-transform 0.5s, visibility 0;
    transition: transform .5s, visibility 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.sidebarShown .sidebar.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.sidebar .content {
    padding: 40px;
    overflow-y: auto;
    position: relative;
}
.sidebar .wrap {
    padding: 0;
}
.sidebarShown .slide.selected .content {
    overflow: hidden;
}
.sidebar.left {
    right: inherit;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.sidebar .logo {
    padding: 0;
    font-size: 0;
    margin-bottom: 35px;
}
.sidebar .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 14px;
    font-size: 0;
    opacity: .5;
    z-index: 101;
    -webkit-transition: .25s;
    transition: .25s;
}
.sidebar:hover .close:hover {
    opacity: 1;
}
.sidebar .close svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.sidebar .uppercase li a {
    text-transform: uppercase;
    letter-spacing: .15em;
}
.sidebar ul {
    line-height: 2.21;
    margin-bottom: 25px;
    display: block;
    font-size: 0;
}
.sidebar a {
    display: inline-block;
    color: #fff;
    fill: #fff;
}
.sidebar a:hover {
    opacity: .6;
}
.sidebar .mainMenu li a {
    font-size: 19px;
    font-weight: 700;
}
.sidebar .mainMenu.small li a {
    font-size: 15px;
}
.sidebar .subMenu li {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    opacity: .7;
}
.sidebar .subMenu li {
    font-size: 20px;
}
.sidebar .subMenu.small li {
    font-size: 15px;
}
.sidebar .social {
    margin-top: 40px;
}
.sidebar .social li {
    display: inline-block;
    margin-right: 20px;
}
.sidebar .social li a {
    font-size: 0;
    padding: 0;
}
.sidebar .social li a svg {
    width: 24px;
    height: 24px;
}
.sidebar.small ul {
    margin-bottom: 17px;
}
.sidebar.small .content {
    padding: 30px;
}
.sidebar.small .social {
    margin-top: 30px;
}
.sidebar .social.small li {
    margin-right: 12px;
}
.sidebar .social.small li a svg {
    width: 16px;
    height: 16px;
}
.sidebar .large li a {
    font-size: 30px;
}
.sidebar .light li a {
    font-weight: 100;
}
.sidebar .social.medium li a svg {
    width: 18px;
    height: 18px;
}
.sidebar .social.medium li {
    margin-right: 14px;
}
.page-loaded .sidebarShown .slide.selected {
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
    pointer-events: none;
    opacity: .5 !important;
}
.sidebarShown .panel.top {
    opacity: 0;
}
.sidebarShown .panel.bottom {
    opacity: .5;
    -webkit-transform: scale(0.95) translateY(-10%);
    transform: scale(0.95) translateY(-10%);
}
.page-loaded .sidebarShown .panel, .page-loaded .sidebarShown .slide.selected, .page-loaded .sidebarShown .slide.selected:after, .sidebar {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important;
    transition: transform .5s, opacity .5s !important;
}
.popup {
    
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1000;
    background: rgba(17, 17, 17, 0.9);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5;
    transition: transform .5s, opacity .5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.popup .content {
    overflow-y: auto;
}
.popupShown .popup.visible {
    display: block;
}
.mobile .popupShown .popup.visible {
    -webkit-animation: none;
    animation: none;
}
.popup .close {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 14px;
    font-size: 0;
    opacity: .5;
    z-index: 1050;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.popup .close:hover {
    opacity: 1;
}
.popup .close svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.popup .wrap {
    padding: 18px 58px;
}
.embedVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embedVideo iframe, .embedVideo object, .embedVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframeBackground {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embedVideo.size-16x10 {
    padding-bottom: 62.5%;
}
.embedVideo.size-16x10 {
    padding-bottom: 62.5%;
}
.embedVideo.size-4x3 {
    padding-bottom: 75%;
}
.embedVideo.size-1x1, .embedVideo.size-square {
    padding-bottom: 100%;
}
[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.zoom-img, .zoom-img-wrap {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1) !important;
    transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1) !important;
}
img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}
.zoom-overlay {
    background: #111111;
    position: fixed;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=90)";
    opacity: .9;
}
.zoom-overlay-open .side, .zoom-overlay-open .panel {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
.zoom-overlay-open, .zoom-overlay-transitioning {
    cursor: default;
}
.zoom-img-parent {
    position: relative;
    z-index: 1000;
}
.slider {
    position: relative;
}
.slider.clickable {
    cursor: pointer;
}
.slider > li {
    display: none;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    pointer-events: none;
}
.slider > li.selected {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    pointer-events: all;
}
.controller li {
    cursor: pointer;
}
.controller li.selected {
    cursor: default;
    pointer-events: none;
}
.slide.before {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.slide, .slide.after {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    will-change: transform;
}
.slide.before, .slide.after {
    opacity: 0;
}
.slide.selected {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 11;
}
.page-loaded .slide.selected {
    opacity: 1 !important;
}
.horizontal .slide, .horizontal .slide.before {
    -webkit-transform: translate3D(-50%, 0, 0);
    -ms-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0);
}
.horizontal .slide.after {
    -webkit-transform: translate3D(50%, 0, 0);
    -ms-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0);
}
.film .slide.before {
    -webkit-transform: translate3D(0, -100%, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    transform: translate3D(0, -100%, 0);
}
.film .slide.after {
    -webkit-transform: translate3D(0, 100%, 0);
    -ms-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0);
}
.film.horizontal .slide.before {
    -webkit-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
}
.film.horizontal .slide, .film.horizontal .slide.after {
    -webkit-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
}
.zen .slide.before {
    -webkit-transform: translateY(-100%) scale(0.8);
    -ms-transform: translateY(-100%) scale(0.8);
    transform: translateY(-100%) scale(0.8);
}
.zen .slide, .zen .slide.after {
    -webkit-transform: translateY(100%) scale(0.8);
    -ms-transform: translateY(100%) scale(0.8);
    transform: translateY(100%) scale(0.8);
}
.zen.horizontal .slide.before {
    -webkit-transform: translateX(-100%) scale(0.8);
    -ms-transform: translateX(-100%) scale(0.8);
    transform: translateX(-100%) scale(0.8);
}
.zen.horizontal .slide, .zen.horizontal .slide.after {
    -webkit-transform: translateX(100%) scale(0.8);
    -ms-transform: translateX(100%) scale(0.8);
    transform: translateX(100%) scale(0.8);
}
.stack .slide, .stack .slide.after {
    -webkit-transform: translateY(100%);
    -mstransform: translateY(100%);
    transform: translateY(100%);
}
.stack .slide.after {
    opacity: 1;
}
.stack .slide.selected {
    z-index: 10 !important;
}
.stack .slide.before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.stack.horizontal .slide, .stack.horizontal .slide.after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.stack.horizontal .slide.before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.cards .slide, .cards .slide.after {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 1;
}
.cards .slide.after {
    z-index: 8 !important;
    opacity: 0;
}
.cards .slide.selected {
    z-index: 9 !important;
}
.cards .slide.before:nth-of-type(odd) {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 10 !important;
}
.cards .slide.before:nth-of-type(even) {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}
.cards.horizontal .slide, .cards.horizontal .slide.after {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 1;
}
.cards.horizontal .slide.before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(10%);
    transform: translateX(-100%);
}
.zoom .slide.before {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.zoom .slide, .zoom .slide.after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.plain .slide.before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.plain .slide, .plain .slide.after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.plain .slide.after:after, .plain .slide.before:after {
    opacity: 1;
    background: #111;
}
.page-loaded .fast .slide.active, .page-loaded .fast .slide.selected, .fast .panel {
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform .6s, opacity .6s;
}
.page-loaded .slide.selected, .page-loaded .slide.active, .panel {
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
}
.page-loaded .slow .slide.active, .page-loaded .slow .slide.selected, .slow .panel {
    -webkit-transition: -webkit-transform 1.4s, opacity 1.4s;
    transition: transform 1.4s, opacity 1.4s;
}
.page-loaded .slide.selected.entry, .page-loaded .slide.active.entry {
    -webkit-transition: -webkit-transform 0, opacity 1s;
    transition: transform 0, opacity 1s;
}
.smooth .active, .smooth .selected, .smooth .panel, .smooth .sidebar {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.05, 0.35, 0.95) !important;
    transition-timing-function: cubic-bezier(0.55, 0.05, 0.35, 0.95) !important;
}
.bounce .active, .bounce .selected, .bounce .panel, .bounce .sidebar {
    -webkit-transition-timing-function: cubic-bezier(0.4, 1.15, 0.35, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 1.15, 0.35, 1) !important;
}
.animated [class*="ae-"] {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.animated.fast .animate [class*="ae-"]:not(.done) {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}
.animated .animate [class*="ae-"]:not(.done) {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
}
.animated.slow .animate [class*="ae-"]:not(.done) {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.animated.fast .animate .ae-1:not(.done) {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms;
}
.animated.fast .animate .ae-2:not(.done) {
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.animated.fast .animate .ae-3:not(.done) {
    -webkit-transition-delay: 270ms;
    transition-delay: 270ms;
}
.animated.fast .animate .ae-4:not(.done) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.animated.fast .animate .ae-5:not(.done) {
    -webkit-transition-delay: 530ms;
    transition-delay: 530ms;
}
.animated.fast .animate .ae-6:not(.done) {
    -webkit-transition-delay: 660ms;
    transition-delay: 660ms;
}
.animated.fast .animate .ae-7:not(.done) {
    -webkit-transition-delay: 790ms;
    transition-delay: 790ms;
}
.animated.fast .animate .ae-8:not(.done) {
    -webkit-transition-delay: 920ms;
    transition-delay: 920ms;
}
.animated.fast .animate .ae-9:not(.done) {
    -webkit-transition-delay: 1050ms;
    transition-delay: 1050ms;
}
.animated.fast .animate .ae-10:not(.done) {
    -webkit-transition-delay: 1180ms;
    transition-delay: 1180ms;
}
.animated .animate .ae-1:not(.done) {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms;
}
.animated .animate .ae-2:not(.done) {
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}
.animated .animate .ae-3:not(.done) {
    -webkit-transition-delay: 320ms;
    transition-delay: 320ms;
}
.animated .animate .ae-4:not(.done) {
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}
.animated .animate .ae-5:not(.done) {
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}
.animated .animate .ae-6:not(.done) {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}
.animated .animate .ae-7:not(.done) {
    -webkit-transition-delay: 960ms;
    transition-delay: 960ms;
}
.animated .animate .ae-8:not(.done) {
    -webkit-transition-delay: 1120ms;
    transition-delay: 1120ms;
}
.animated .animate .ae-9:not(.done) {
    -webkit-transition-delay: 1280ms;
    transition-delay: 1280ms;
}
.animated .animate .ae-10:not(.done) {
    -webkit-transition-delay: 1440ms;
    transition-delay: 1440ms;
}
.animated.slow .animate .ae-1:not(.done) {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms;
}
.animated.slow .animate .ae-2:not(.done) {
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.animated.slow .animate .ae-3:not(.done) {
    -webkit-transition-delay: 420ms;
    transition-delay: 420ms;
}
.animated.slow .animate .ae-4:not(.done) {
    -webkit-transition-delay: 630ms;
    transition-delay: 630ms;
}
.animated.slow .animate .ae-5:not(.done) {
    -webkit-transition-delay: 840ms;
    transition-delay: 840ms;
}
.animated.slow .animate .ae-6:not(.done) {
    -webkit-transition-delay: 1050ms;
    transition-delay: 1050ms;
}
.animated.slow .animate .ae-7:not(.done) {
    -webkit-transition-delay: 1260ms;
    transition-delay: 1260ms;
}
.animated.slow .animate .ae-8:not(.done) {
    -webkit-transition-delay: 1470ms;
    transition-delay: 1470ms;
}
.animated.slow .animate .ae-9:not(.done) {
    -webkit-transition-delay: 1680ms;
    transition-delay: 1680ms;
}
.animated.slow .animate .ae-10:not(.done) {
    -webkit-transition-delay: 1890ms;
    transition-delay: 1890ms;
}
.animated [class*="ae-"]:not(.done), .animated .fromBottom [class*="ae-"]:not(.done), .animated.fromBottom [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromBottom:not(.done) {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
}
.animated .fromTop [class*="ae-"]:not(.done), .animated.fromTop [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromTop:not(.done) {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}
.animated .fromLeft [class*="ae-"]:not(.done), .animated.fromLeft [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromLeft:not(.done) {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}
.animated .fromRight [class*="ae-"]:not(.done), .animated.fromRight [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromRight:not(.done) {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}
.animated .fromCenter [class*="ae-"]:not(.done), .animated.fromCenter [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromCenter:not(.done) {
    -webkit-transform: scale(0.8) translate3d(0, 0, 0);
    transform: scale(0.8) translate3d(0, 0, 0);
}
.animated .fromBottomLeft [class*="ae-"]:not(.done), .animated.fromBottomLeft [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromBottomLeft:not(.done) {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
}
.animated .fromTopLeft [class*="ae-"]:not(.done), .animated.fromTopLeft [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromTopLeft:not(.done) {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
}
.animated .fromBottomRight [class*="ae-"]:not(.done), .animated.fromBottomRight [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromBottomRight:not(.done) {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
}
.animated .fromTopRight [class*="ae-"]:not(.done), .animated.fromTopRight [class*="ae-"]:not(.done), .slides.animated [class*="ae-"].fromTopRight:not(.done) {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
}
.slides.animated .animate.active [class*="ae-"]:not(.done) {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.kenBurns .background, .kenBurns.zoomout .background {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: .2;
    z-index: 1;
}
.active.kenBurns:not(.video) .background, .active.kenBurns.zoomout:not(.video) .background {
    -webkit-transition: -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease;
    transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease;
}
.selected.kenBurns:not(.video) .background, .selected.kenBurns.zoomout:not(.video) .background {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05) rotate(-0.02deg);
    -moz-transform: scale(1.05) rotate(-0.02deg);
    transform: scale(1.05);
}
.windows .selected.kenBurns:not(.video) .background {
    -ms-transform: scale(1.05) rotate(-0.02deg);
    transform: scale(1.05) rotate(-0.02deg);
}
.kenBurns.zoomout:not(.video) .background {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05) rotate(-0.02deg);
}
.windows .kenBurns.zoomout:not(.video) .background {
    -ms-transform: scale(1.05) rotate(-0.02deg);
    transform: scale(1.05) rotate(-0.02deg);
}
.selected.kenBurns.zoomout:not(.video) .background, .windows .selected.kenBurns.zoomout:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mobile .kenBurns .background, .mobile .kenBurns.zoomout .background {
    -webkit-transition: 0;
    transition: 0;
    -webkit-transform: none;
    transform: none;
}
.parallax:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0) scale(1.15);
    transform: translate3d(0, 0, 0) scale(1.15);
    -webkit-transition: -webkit-transform-origin 1s, -webkit-transform 1s;
    transition: transform-origin 1s, transform 1s;
}
.fast .parallax:not(.video) .background {
    -webkit-transition: -webkit-transform-origin 0.6s, -webkit-transform 0.6s;
    transition: transform-origin 0.6s, transform 0.6s;
}
.slow .parallax:not(.video) .background {
    -webkit-transition: -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
    transition: transform-origin 1.4s, transform 1.4s;
}
.parallax.selected:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
}
.slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.horizontal .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.horizontal .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.zoom .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.zoom .slide.selected.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
}
.zoom .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.plain .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.plain .slide.selected.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.plain .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.slides .quicksand {
    
}
.cell-space {
    padding-bottom: 30px;
}
.slide .logo {
    padding-bottom: 29.245283019% !important;
    margin-bottom: 40px;
}
.presentation h1.header {
    margin-bottom: 80px;
}
.page-loaded .panel.customFooter {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}
.presentation .slide {
    -webkit-transform: none;
    transform: none;
}
.videoThumbnail {
    margin-top: 10px;
}
.page-loaded .lastSlide .panel.customFooter {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.29);
}
.page-loaded .lastSlide .panel.defaultFooter {
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
    opacity: 0;
}
.tooltip {
    position: relative;
}
.tooltip:before {
    content: attr(data-title);
    position: absolute;
    background: rgba(40, 40, 40, 0.7);
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
   
    padding: 6px 14px 7px;
    visibility: hidden;
    white-space: nowrap;
    letter-spacing: .01em;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transform: translateY(100%) translateX(-50%);
    transform: translateY(100%) translateX(-50%);
    left: 24px;
    top: 10px;
}
.sections a.tooltip:hover {
    opacity: 1;
}
.tooltip:hover:before {
    visibility: visible;
}
h1.staticPageHeader {
    margin-bottom: 50px;
}
h1.staticPageHeaderFaq {
    margin-bottom: 80px;
}
.staticPage .panel {
    position: relative !important;
}
.staticPage .slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slide .wrap.staticPageWrap {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}
.slide .autoHeight {
    height: auto;
}
.nobr {
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
.faq .grid + .grid {
    margin-top: 0;
}
}
.contact-us input, .contact-us label, .contact-us textarea, .contact-us .custom-select {
    transition: border-color 0.15s, color 0.15s;
    -o-transition: border-color 0.15s, color 0.15s;
    -moz-transition: border-color 0.15s, color 0.15s;
    -webkit-transition: border-color 0.15s, color 0.15s;
    display: block;
    width: 100%;
    color: #6c6c6c;
    outline: 0;
    margin-bottom: 12px;
}
.contact-us form label {
    margin-top: 28px;
}
.contact-us form:not(.done) textarea:hover, .contact-us form:not(.done) input:hover, .contact-us form:not(.done) .custom-select:hover {
    border-color: rgba(233, 30, 99, 0.5);
}
.contact-us .done {
    cursor: default !important;
    pointer-events: none !important;
}
.contact-us form:not(.done) textarea:focus, .contact-us form:not(.done) input:not(.button):focus, .contact-us form:not(.done) .custom-select.defined.reveal, .contact-us form:not(.done) .custom-select:not(.defuned):focus, .contact-us form:not(.done) .custom-select.focused {
    border-color: #e91e63;
}
.contact-us input:not(#other):focus::-webkit-input-placeholder, .contact-us textarea:focus::-webkit-input-placeholder {
 color: transparent;
}
.contact-us input:not(#other):focus:-moz-placeholder, .contact-us textarea:focus:-moz-placeholder {
 color: transparent;
}
.contact-us input:not(#other):focus::-moz-placeholder, .contact-us texarea:focus::-moz-placeholder {
 color: transparent;
}
.contact-us input:not(#other):focus:-ms-input-placeholder, .contact-us textarea:focus:-ms-input-placeholder {
 color: transparent;
}
.contact-us input::-webkit-input-placeholder, .contact-us textarea::-webkit-input-placeholder {
 color: #e0e0e0;
}
.contact-us input:-moz-placeholder, .contact-us textarea:-moz-placeholder {
 color: #e0e0e0;
}
.contact-us input::-moz-placeholder, .contact-us textarea::-moz-placeholder {
 color: #e0e0e0;
}
.contact-us input:-ms-input-placeholder, .contact-us textarea:-ms-input-placeholder {
 color: #e0e0e0;
}
.contact-us input#other::-webkit-input-placeholder, .contact-us input#other:-moz-placeholder .contact-us input#other::-moz-placeholder, .contact-us textarea::-moz-placeholder {
 color: #e0e0e0;
}
.contact-us input:-ms-input-placeholder, .contact-us textarea:-ms-input-placeholder {
 color: #e0e0e0;
}
.contact-us .error-field {
    -webkit-animation: bounceIn .5s;
    animation: bounceIn .5s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: #d98182 !important;
}
@-webkit-keyframes bounceIn {
 0,  20%,  40%,  60%,  80%,  100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0 {
 -webkit-transform: scale3d(0.8, 0.8, 0.8);
 transform: scale3d(0.8, 0.8, 0.8);
}
 20% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 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.02, 1.02, 1.02);
 transform: scale3d(1.02, 1.02, 1.02);
}
 80% {
 -webkit-transform: scale3d(0.99, 0.99, 0.99);
 transform: scale3d(0.99, 0.99, 0.99);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
 0,  20%,  40%,  60%,  80%,  100% {
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0 {
 -webkit-transform: scale3d(0.8, 0.8, 0.8);
 transform: scale3d(0.8, 0.8, 0.8);
}
 20% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 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.02, 1.02, 1.02);
 transform: scale3d(1.02, 1.02, 1.02);
}
 80% {
 -webkit-transform: scale3d(0.99, 0.99, 0.99);
 transform: scale3d(0.99, 0.99, 0.99);
}
 100% {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
#message-error {
    display: none !important;
}
.contact-us .error:n(1) {
 -webkit-animation-delay: .15s;
}
.contact-us .error:n(2) {
 -webkit-animation-delay: .3s;
}
.contact-us .custom-select {
    font-size: 26px;
    border: 1px solid #ccc;
    position: relative;
    height: 50px;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s cubic-bezier(0.49, 0.23, 0.2, 1);
    transition: 0.5s cubic-bezier(0.49, 0.23, 0.2, 1);
}
.contact-us .custom-select.reveal {
    height: 300px;
}
.contact-us .custom-select.reveal ul {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.contact-us .custom-select ul {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.49, 0.23, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.49, 0.23, 0.2, 1);
    position: absolute;
    width: 100%;
}
.contact-us .custom-select li {
    height: 50px;
    position: relative;
    -webkit-transition: .15s;
    transition: .15s;
    font-size: 18px;
    line-height: 1.95;
}
.contact-us .custom-select li:not(.other) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(108, 108, 108, 0.1);
    padding: 7px 14px;
}
.contact-us .custom-select li.other input {
    border: 0;
    margin: 0 auto;
    width: 95%;
    padding: 11px 14px;
}
.contact-us .custom-select .icon svg {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 1;
    right: 25px;
    top: 16px;
    stroke-dasharray: 22;
    stroke-dashoffset: 22;
    stroke: #e91e63;
}
.contact-us .custom-select li.selected .icon svg {
    stroke-dashoffset: 0;
    transition: .25s .5s;
    -o-transition: .25s .5s;
    -moz-transition: .25s .5s;
    -webkit-transition: .25s .5s;
}
.contact-us .loading .button span {
    display: none;
}
.contact-us .done .button {
    background-color: #eb5e31;
    cursor: default;
}
.contact-us .button {
    margin-top: 20px;
}
.contact-us .loading .button .loading-icon {
    display: inline-block;
}
.contact-us .custom-select.reveal li:hover, .contact-us .custom-select.defined.reveal li.selected {
    color: #e91e63;
    cursor: pointer;
}
.contact-us .custom-select li:last-child {
    border-bottom: 0;
}
.contact-us .error-message {
    background: #fff0f0;
    padding: 16px 31px;
    margin: 0 0 20px;
    border-radius: 7px;
    color: #d32f2f;
    font-size: 17px;
    line-height: 25px;
}
.contact-us .error-message ul, .contact-us .error-message li {
    display: inline;
}
label.error {
    color: #e91e63;
}
label#label43.error:before {
    content: "Incorrect ";
}
label#label43.error {
    -webkit-animation: shake .5s backwards;
    animation: shake .5s backwards;
}
@-webkit-keyframes shake {
 30% {
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 50% {
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 70% {
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 90% {
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
@keyframes shake {
 10% {
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 30% {
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 50% {
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 70% {
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 90% {
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
label.error input {
    color: #e91e63;
    border-color: #e91e63;
}
p.customLogin {
    margin-bottom: 70px;
}
p.noLicense {
    line-height: 1.6;
    margin-top: 10px;
}
.mainText {
    color: rgba(255, 255, 255, 0.7);
}
.dashed {
    cursor: pointer;
    display: inline-block;
}
.dashed:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    border-top: 2px dotted rgba(255, 255, 255, 0.25);
}
.dashed:hover:after {
    opacity: 0;
}
.dashed:before {
    left: 51px;
    top: 13px;
}
#comments-error {
    display: none !important;
}

@media screen and (max-width: 767px) {
form#contact-form input,  form#contact-form textarea {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 100% !important;
    display: block !important;
    border-color: #fff;
}
form#contact-form input:focus,  form#contact-form textarea:focus {
    border-color: #e91e63;
}
.box-54 {
    margin-top: 15px;
}
}

@media only screen and (max-width: 568px) {
.contact-us input {
    font-size: 20px;
    padding-left: 20px;
    height: 55px;
    text-align: left;
}
.contact-us textarea {
    padding: 15px 20px;
}
}
.loadingScene {
    display: none;
}
.loading .loadingScene {
    display: block;
}
.textMessage {
    -webkit-transition: .25s;
}
.loading .textMessage {
    display: none;
}
.loading button#submit {
    background: #CCC !important;
}
.done .loading button#submit {
    background: #4caf50;
}
.done #contact-form {
    pointer-events: none;
}
.helper {
    background-color: #e6e6e6;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    font-style: normal;
    color: #8e8e8e;
    padding-left: 6px;
    padding-right: 3px;
    
}
.loading #contact-form {
    cursor: progress;
    pointer-events: none;
}
.loadingScene dt {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin: 2px 3px;
    -webkit-animation: loadingBall 1s infinite;
    animation: loadingBall 1s infinite;
}
@-webkit-keyframes loadingBall {
 0 {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 25% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
}
@keyframes loadingBall {
 0 {
 transform: scale(0);
 opacity: 0;
}
 25% {
 transform: scale(1.2);
 opacity: 1;
}
 50% {
 transform: scale(0);
 opacity: 0;
}
 100% {
 transform: scale(0);
 opacity: 0;
}
}
.loadingScene dt:nth-child(2) {
    -webkit-animation-delay: .125s;
    animation-delay: .125s;
}
.loadingScene dt:nth-child(3) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
.exampleGrid {
    margin-top: 45px;
}

@media only screen and (max-width: 1024px) {
.exampleGrid .col-4-12 {
    max-width: 50%;
}
}
.example {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: block;
    outline: 0;
    margin-bottom: 35px;
    -webkit-backface-visibility: hidden;
}
.example:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.example .thumbnail {
    font-size: 0;
    overflow: hidden;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
}
.example .thumbnail img {
    border-radius: 20px 20px 0 0;
    -webkit-backface-visibility: hidden;
}
.name {
    padding: 16px 15px 20px;
}
.category {
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 11px;
   
    font-weight: 600;
    opacity: .7;
    margin-bottom: 4px;
}
.title {
   
}
.fs-grid li {
    padding-bottom: 40px;
}
.fs-underVideo {
    font-size: 22px;
    line-height: 1.2272727273;
    padding-top: 50px;
}
hr.hr {
    border-width: 1px;
    border-color: #000;
    opacity: .1;
    position: relative;
    width: 400%;
    left: -100%;
    margin: 45px 0 80px;
}
.fs-downloaded, .fs-usefull {
    font-size: 22px;
    line-height: 1.2272727273;
    padding-top: 15px;
}
.fs-usefull a {
    display: block;
    margin-top: 15px;
    color: #1d7dca;
}
.updates {
   
}
.updates ul {
    margin-bottom: 0;
}
.map h1 span {
   
    font-weight: 600;
    font-size: 22px;
    vertical-align: top;
    background-color: #f7412d;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    text-indent: -0.02em;
    padding: .1em 10px;
    height: 32px;
    min-width: 32px;
    line-height: 1.2;
    letter-spacing: 0;
    opacity: 0;
    position: absolute;
}
.page-loaded .map h1 span {
    opacity: 1;
    -webkit-animation: 0.75s 1s newRelease cubic-bezier(0.29, 1.37, 0.51, 0.95) backwards;
    animation: 0.75s 1s newRelease cubic-bezier(0.29, 1.37, 0.51, 0.95) backwards;
}
@keyframes newRelease {
 from {
 opacity: 0;
 transform: translateY(50px) scale(0);
}
}
@-webkit-keyframes newRelease {
 from {
 opacity: 0;
 -webkit-transform: translateY(50px) scale(0);
 transform: translateY(50px) scale(0);
}
}
.slides .changes h2 {
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.slides .changes h2 span {
    font-weight: 400;
}
.changes > ul > li:first-child {
    border-top: 0;
}
.map > ul {
    margin-bottom: 80px;
}
.map li {
    display: inline-block;
    color: #696f6f;
    font-size: 18px;
    margin-right: 35px;
    -webkit-transition: 1s;
    transition: 1s;
}
.map li:last-child {
    margin-right: 0;
}
.map dt {
    vertical-align: middle;
}
dt {
    background: #ccc;
    color: #1b1f23;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    line-height: 30px;
    margin-right: 13px;
    overflow: hidden;
    text-indent: 1px;
    padding-top: 2px;
    border-radius: 50%;
    margin-top: -6px;
  
    -webkit-transition: 2s cubic-bezier(0.005, 1.29, 0.65, 1.005);
    transition: 2s cubic-bezier(0.005, 1.29, 0.65, 1.005);
}
.updates .f {
    background: #ffc200;
    color: #fff;
}
.updates .e {
    background: #47b04b;
    color: #fff;
}
.updates .n {
    background: #3e4eb8;
    color: #fff;
}
.updates .r {
    background: #1094f6;
    color: #fff;
}
.updates .f:after {
    content: "F";
}
.updates .e:after {
    content: "E";
}
.updates .n:after {
    content: "N";
}
.updates .r:after {
    content: "R";
}
.updates .suggest {
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 87px;
}
.changes > ul > li {
    padding: 75px 0;
    position: relative;
}
.changes > ul > li:after {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 400%;
    height: 2px;
    content: "";
    background: #000;
    opacity: .05;
}
.changes li li {
    font-size: 22px;
    line-height: 30px;
    padding: 23px 28px 23px 70px;
    margin-bottom: 18px;
    border-radius: 8px;
    text-align: left;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.changes li li.highlight {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.changes li li.obscure {
    -webkit-transition: 2s;
    transition: 2s;
    opacity: .4;
}
.changes li li dt {
    position: absolute;
    margin-left: -50px;
    margin-top: -3px;
}
.changes li li strong {
    font-weight: 600;
}
.mobile .simplifiedMobile .slide .background {
    position: fixed !important;
    height: 100vh;
}
.slide .updates .wrap.staticPageWrap {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
.map > ul {
    display: none;
}
.updates-text h2 {
    font-size: 20px;
}
.updates {
    font-size: 20px;
}
.updates p {
    margin: 0 auto 15px;
}
}
/*# sourceMappingURL=style.css.map */




#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  
  display: none;
  z-index: 9999;
  text-align: center;
}

#boxes #dialog {
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
#boxes #dialog a img{
	float: left;
}
#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}




