/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ /* Document ========================================================================== */ html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ height: 100%; min-height: 100%; } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; height: 100%; min-height: 100%; } body.plans { display: flex; flex-direction: column; height: 100%; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } @charset "UTF-8"; /*! * 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 */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -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 { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } } .bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; } @-webkit-keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; animation-name: flash; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 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(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 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(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; } @-webkit-keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 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 { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 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); } } .shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes headShake { 0% { -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); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes headShake { 0% { -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); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } .headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; } @-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } @keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } .swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; } @-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .tada { -webkit-animation-name: tada; animation-name: tada; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } } @keyframes wobble { from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } } .wobble { -webkit-animation-name: wobble; animation-name: wobble; } @-webkit-keyframes jello { from, 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 { from, 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); } } .jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; } @-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .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(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .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(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 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 { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 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; } } .bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 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 { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 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; } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { 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 { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { 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; } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { 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: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { 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: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .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(.3, .3, .3); transform: scale3d(.3, .3, .3); } } @keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .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(.3, .3, .3); transform: scale3d(.3, .3, .3); } } .bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; } @-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); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-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); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-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); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-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); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInHalfLeft { from { opacity: 0; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInHalfLeft { -webkit-animation-name: fadeInHalfLeft; animation-name: fadeInHalfLeft; } @keyframes fadeInThirdLeft { from { opacity: 0; -webkit-transform: translate3d(-33px, 0, 0); transform: translate3d(-33px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInThirdLeft { -webkit-animation-name: fadeInThirdLeft; animation-name: fadeInThirdLeft; } @-webkit-keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } @-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInHalfRight { from { opacity: 0; -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInHalfRight { -webkit-animation-name: fadeInHalfRight; animation-name: fadeInHalfRight; } @keyframes fadeInThirdRight { from { opacity: 0; -webkit-transform: translate3d(33px, 0, 0); transform: translate3d(33px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInThirdRight { -webkit-animation-name: fadeInThirdRight; animation-name: fadeInThirdRight; } @keyframes fadeInHalfTop { from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInHalfTop { -webkit-animation-name: fadeInHalfTop; animation-name: fadeInHalfTop; } @-webkit-keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; } @-webkit-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } @-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } @-webkit-keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } @keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } .flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; } @-webkit-keyframes lightSpeedIn { from { -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% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } } @keyframes lightSpeedIn { from { -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% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } @keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } @-webkit-keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } @keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } @keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } @keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 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% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 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; } } .hinge { -webkit-animation-name: hinge; animation-name: hinge; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } } .rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } @keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; } @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @-webkit-keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; } @-webkit-keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; } @-webkit-keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; } @-webkit-keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; } @-webkit-keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } @keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; } @-webkit-keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .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.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .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.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; } @-webkit-keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } @keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } .zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; } @-webkit-keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } @keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } .zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; } @-webkit-keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .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.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .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.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; } @-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } @-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } @-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; } @-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; } @-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; } @-webkit-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; } @-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } /** * Owl Carousel v2.2.0 * Copyright 2013-2016 David Deutsch * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) */ /* * Owl Carousel - Core */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* No Js */ .no-js .owl-carousel { display: block; } /* * Owl Carousel - Animate Plugin */ .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /* * Owl Carousel - Auto Height Plugin */ .owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } /* * Owl Carousel - Lazy Load Plugin */ .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; } .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } /* * Owl Carousel - Video Plugin */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; -webkit-transition: -webkit-transform 100ms ease; transition: transform 100ms ease; transition: transform 100ms ease, -webkit-transform 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } /** * Owl Carousel v2.2.0 * Copyright 2013-2016 David Deutsch * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) */ /* * Default theme - Owl Carousel CSS File */ .owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; } .owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; } .owl-theme .owl-nav [class*='owl-']:hover { background: #869791; color: #FFF; text-decoration: none; } .owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; } .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; } .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; } .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; transition: opacity 200ms ease; border-radius: 30px; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; } @font-face { font-family: 'Systopie'; src: url("/static/fonts/systopie_regular-webfont.woff2") format('woff2'), url("/static/fonts/systopie_regular-webfont.woff") format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Proxima Nova'; src: url("/static/fonts/ProximaNova-Regular.eot"); src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("/static/fonts/ProximaNova-Regular.eot?#iefix") format('embedded-opentype'), url("/static/fonts/ProximaNova-Regular.woff") format('woff'), url("/static/fonts/ProximaNova-Regular.ttf") format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Proxima Nova'; src: url('/static/fonts/ProximaNova-Bold.eot'); src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url("/static/fonts/ProximaNova-Bold.eot?#iefix") format('embedded-opentype'), url("/static/fonts/ProximaNova-Bold.woff") format('woff'), url("/static/fonts/ProximaNova-Bold.ttf") format('truetype'); font-weight: bold; font-style: normal; } .ui-heading { font-family: 'Proxima Nova', sans-serif; margin: 0; } .ui-heading .plan-name { font-size: 20px; } .ui-heading--lvl1 { font-size: 24px; line-height: 36px; } @media (min-width: 544px) { .ui-heading--lvl1 { font-size: 36px; line-height: 54px; } } .ui-heading--lvl2 { font-size: 20px; line-height: 36px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.1em; } @media (min-width: 544px) { .ui-heading--lvl2 { font-size: 30px; line-height: 54px; } } .ui-heading--lvl3 { font-size: 16px; line-height: 24px; } @media (min-width: 544px) { .ui-heading--lvl3 { font-size: 24px; line-height: 36px; } } .ui-heading--lvl4 { font-size: 18px; line-height: 24px; } @media (min-width: 544px) { .ui-heading--lvl4 { font-size: 14px; line-height: 20px; } } .ui-heading--modal { letter-spacing: 0; line-height: 1.2; margin: 16px 0; } .ui-heading--default { color: #3d3d3d; } .ui-heading--white { color: #fff; } .ui-button { border: 0; outline: 0; background: transparent; line-height: 1; text-decoration: none; display: inline-block; -webkit-transition: color 0.17s ease-in-out, border-color 0.17s ease-in-out, background-color 0.17s ease-in-out, transform 0.3s ease-in-out; transition: color 0.17s ease-in-out, border-color 0.17s ease-in-out, background-color 0.17s ease-in-out, transform 0.3s ease-in-out; cursor: pointer; position: relative; } .ui-button[disabled] { cursor: not-allowed; opacity: 0.6; } .ui-button--default { font-size: 16px; text-align: center; text-transform: uppercase; border-radius: 100px; padding: 19px 36px; font-weight: bold; font-family: 'Open Sans', sans-serif; } .ui-button--sm { font-size: 12px; text-align: center; text-transform: uppercase; border-radius: 100px; padding: 9px 20px; font-weight: bold; font-family: 'Open Sans', sans-serif; } .ui-button.ui-button--default:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background: none; border: 1px solid white; transition: all .3s cubic-bezier(0.53, -0.67, 0.79, 0.74); content: ' '; border-radius: 100px; } .ui-button.ui-button--default:hover:after { border: 1px solid #cc3177; opacity: 1; transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); top: -10px; left: -10px; bottom: -10px; right: -10px; width: calc(100% + 20px); height: calc(100% + 20px); } .ui-button--xs { font-size: 14px; text-align: center; line-height: 36px; text-transform: uppercase; border-radius: 20px; padding: 0 24px; font-weight: bold; font-family: 'Open Sans', sans-serif; } .ui-button--xs:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } .ui-button--block { display: block; width: 100%; } .ui-button--yellow { background-color: #ffd800; -webkit-box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.15); box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.15); color: #10213c; } .ui-button.ui-button--yellow:hover:after { border: 1px solid #ffd800; } .ui-button--blue { color: #fff; background: #478dff; } .ui-button.ui-button--blue:hover:after { border: 1px solid #478dff; } .ui-button--white { color: #478dff; background: #fff; border: 2px solid #478dff; } .l-col { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; min-height: 1px; padding-right: 10px; padding-left: 10px; } .l-col--no-gutters { padding: 0; } .l-col--no-gutter-left { padding-left: 0; } .l-col--no-gutter-right { padding-right: 0; } .l-grid { -webkit-box-sizing: border-box; box-sizing: border-box; } .l-grid--container { max-width: 960px; width: 100%; padding-right: 10px; padding-left: 10px; margin-right: auto; margin-left: auto; } .l-grid--no-gutters { padding: 0; } .l-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin-right: -10px; margin-left: -10px; } .l-row:last-child { margin-bottom: 0; } .l-row--no-gutters { margin: 0; padding: 0; } .h-text--left { text-align: left; } .h-text--right { text-align: right; } .h-text--center { text-align: center; } .l-row--xs-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-row--xs-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-row--xs-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-row--xs-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-row--xs-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-row--xs-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-row--xs-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .l-row--xs-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: reverse; flex-direction: reverse; } .l-row--xs-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--xs-align-top { -ms-flex-item-align: start; align-self: flex-start; } .l-col--xs-align-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .l-col--xs-align-bottom { -ms-flex-item-align: end; align-self: flex-end; } .l-col--xs-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-col--xs-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-col--xs-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-col--xs-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-col--xs-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-col--xs-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-col--xs-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } .l-col--xs-reset { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } .l-col--xs-last { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .l-col--xs-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .l-col--xs-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--xs-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } .l-col--xs-auto { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: auto; } .l-col--xs-pull-right { margin-left: auto; } .l-col--xs-pull-left { margin-right: auto; } .l-col--xs-hidden { display: none; } .l-col--xs-visible { display: block; } .h-text--xs-right { text-align: right; } .h-text--xs-left { text-align: left; } .h-text--xs-center { text-align: center; } .l-col--xs { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .l-col--xs-1 { width: 8.333333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-2 { width: 16.666666666666668%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-3 { width: 25%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-4 { width: 33.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-5 { width: 41.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-6 { width: 50%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-7 { width: 58.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-8 { width: 66.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-9 { width: 75%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-10 { width: 83.33333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-11 { width: 91.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-12 { width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--xs-offset-0 { margin-left: 0; } .l-col--xs-offset-1 { margin-left: 8.333333333333334%; } .l-col--xs-offset-2 { margin-left: 16.666666666666668%; } .l-col--xs-offset-3 { margin-left: 25%; } .l-col--xs-offset-4 { margin-left: 33.333333333333336%; } .l-col--xs-offset-5 { margin-left: 41.66666666666667%; } .l-col--xs-offset-6 { margin-left: 50%; } .l-col--xs-offset-7 { margin-left: 58.333333333333336%; } .l-col--xs-offset-8 { margin-left: 66.66666666666667%; } .l-col--xs-offset-9 { margin-left: 75%; } .l-col--xs-offset-10 { margin-left: 83.33333333333334%; } .l-col--xs-offset-11 { margin-left: 91.66666666666667%; } .l-col--xs-offset-12 { margin-left: 100%; } @media (min-width: 544px) { .l-row--sm-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-row--sm-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-row--sm-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-row--sm-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-row--sm-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-row--sm-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-row--sm-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .l-row--sm-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: reverse; flex-direction: reverse; } .l-row--sm-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--sm-align-top { -ms-flex-item-align: start; align-self: flex-start; } .l-col--sm-align-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .l-col--sm-align-bottom { -ms-flex-item-align: end; align-self: flex-end; } .l-col--sm-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-col--sm-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-col--sm-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-col--sm-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-col--sm-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-col--sm-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-col--sm-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } .l-col--sm-reset { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } .l-col--sm-last { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .l-col--sm-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .l-col--sm-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--sm-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } .l-col--sm-auto { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: auto; } .l-col--sm-pull-right { margin-left: auto; } .l-col--sm-pull-left { margin-right: auto; } .l-col--sm-hidden { display: none; } .l-col--sm-visible { display: block; } .h-text--sm-right { text-align: right; } .h-text--sm-left { text-align: left; } .h-text--sm-center { text-align: center; } .l-col--sm { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .l-col--sm-1 { width: 8.333333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-2 { width: 16.666666666666668%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-3 { width: 25%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-4 { width: 33.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-5 { width: 41.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-6 { width: 50%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-7 { width: 58.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-8 { width: 66.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-9 { width: 75%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-10 { width: 83.33333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-11 { width: 91.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-12 { width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--sm-offset-0 { margin-left: 0; } .l-col--sm-offset-1 { margin-left: 8.333333333333334%; } .l-col--sm-offset-2 { margin-left: 16.666666666666668%; } .l-col--sm-offset-3 { margin-left: 25%; } .l-col--sm-offset-4 { margin-left: 33.333333333333336%; } .l-col--sm-offset-5 { margin-left: 41.66666666666667%; } .l-col--sm-offset-6 { margin-left: 50%; } .l-col--sm-offset-7 { margin-left: 58.333333333333336%; } .l-col--sm-offset-8 { margin-left: 66.66666666666667%; } .l-col--sm-offset-9 { margin-left: 75%; } .l-col--sm-offset-10 { margin-left: 83.33333333333334%; } .l-col--sm-offset-11 { margin-left: 91.66666666666667%; } .l-col--sm-offset-12 { margin-left: 100%; } } @media (min-width: 768px) { .l-row--md-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-row--md-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-row--md-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-row--md-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-row--md-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-row--md-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-row--md-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .l-row--md-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: reverse; flex-direction: reverse; } .l-row--md-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--md-align-top { -ms-flex-item-align: start; align-self: flex-start; } .l-col--md-align-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .l-col--md-align-bottom { -ms-flex-item-align: end; align-self: flex-end; } .l-col--md-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-col--md-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-col--md-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-col--md-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-col--md-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-col--md-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-col--md-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } .l-col--md-reset { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } .l-col--md-last { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .l-col--md-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .l-col--md-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--md-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } .l-col--md-auto { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: auto; } .l-col--md-pull-right { margin-left: auto; } .l-col--md-pull-left { margin-right: auto; } .l-col--md-hidden { display: none; } .l-col--md-visible { display: block; } .h-text--md-right { text-align: right; } .h-text--md-left { text-align: left; } .h-text--md-center { text-align: center; } .l-col--md { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .l-col--md-1 { width: 8.333333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-2 { width: 16.666666666666668%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-3 { width: 25%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-4 { width: 33.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-5 { width: 41.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-6 { width: 50%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-7 { width: 58.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-8 { width: 66.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-9 { width: 75%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-10 { width: 83.33333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-11 { width: 91.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-12 { width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--md-offset-0 { margin-left: 0; } .l-col--md-offset-1 { margin-left: 8.333333333333334%; } .l-col--md-offset-2 { margin-left: 16.666666666666668%; } .l-col--md-offset-3 { margin-left: 25%; } .l-col--md-offset-4 { margin-left: 33.333333333333336%; } .l-col--md-offset-5 { margin-left: 41.66666666666667%; } .l-col--md-offset-6 { margin-left: 50%; } .l-col--md-offset-7 { margin-left: 58.333333333333336%; } .l-col--md-offset-8 { margin-left: 66.66666666666667%; } .l-col--md-offset-9 { margin-left: 75%; } .l-col--md-offset-10 { margin-left: 83.33333333333334%; } .l-col--md-offset-11 { margin-left: 91.66666666666667%; } .l-col--md-offset-12 { margin-left: 100%; } } @media (min-width: 940px) { .l-row--lg-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-row--lg-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-row--lg-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-row--lg-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-row--lg-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-row--lg-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-row--lg-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .l-row--lg-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: reverse; flex-direction: reverse; } .l-row--lg-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--lg-align-top { -ms-flex-item-align: start; align-self: flex-start; } .l-col--lg-align-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .l-col--lg-align-bottom { -ms-flex-item-align: end; align-self: flex-end; } .l-col--lg-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .l-col--lg-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .l-col--lg-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .l-col--lg-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .l-col--lg-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .l-col--lg-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .l-col--lg-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } .l-col--lg-reset { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } .l-col--lg-last { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .l-col--lg-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .l-col--lg-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .l-col--lg-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } .l-col--lg-auto { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; width: auto; } .l-col--lg-pull-right { margin-left: auto; } .l-col--lg-pull-left { margin-right: auto; } .l-col--lg-hidden { display: none; } .l-col--lg-visible { display: block; } .h-text--lg-right { text-align: right; } .h-text--lg-left { text-align: left; } .h-text--lg-center { text-align: center; } .l-col--lg { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .l-col--lg-1 { width: 8.333333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-2 { width: 16.666666666666668%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-3 { width: 25%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-4 { width: 33.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-5 { width: 41.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-6 { width: 50%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-7 { width: 58.333333333333336%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-8 { width: 66.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-9 { width: 75%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-10 { width: 83.33333333333334%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-11 { width: 91.66666666666667%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-12 { width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; } .l-col--lg-offset-0 { margin-left: 0; } .l-col--lg-offset-1 { margin-left: 8.333333333333334%; } .l-col--lg-offset-2 { margin-left: 16.666666666666668%; } .l-col--lg-offset-3 { margin-left: 25%; } .l-col--lg-offset-4 { margin-left: 33.333333333333336%; } .l-col--lg-offset-5 { margin-left: 41.66666666666667%; } .l-col--lg-offset-6 { margin-left: 50%; } .l-col--lg-offset-7 { margin-left: 58.333333333333336%; } .l-col--lg-offset-8 { margin-left: 66.66666666666667%; } .l-col--lg-offset-9 { margin-left: 75%; } .l-col--lg-offset-10 { margin-left: 83.33333333333334%; } .l-col--lg-offset-11 { margin-left: 91.66666666666667%; } .l-col--lg-offset-12 { margin-left: 100%; } } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .ui-preloader { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(65, 134, 246, 0.88); z-index: 99999; height: 100%; width: 100%; overflow: hidden !important; } .ui-preloader__status { width: 160px; height: 160px; position: absolute; left: 50%; top: 50%; background-image: url("/static/img/landing/ripple.gif"); background-repeat: no-repeat; background-position: center; background-size: cover; margin: -80px 0 0 -80px; } .browsehappy { text-align: center; margin: 0; background: #fff8e2; color: #000; padding: 0.5em 0; } .ui-header { padding: 16px 0; position: fixed; width: 100%; top: 0; right: 0; left: 0; z-index: 100; -webkit-transition: padding 0.17s ease-in-out; transition: padding 0.17s ease-in-out; } @media (min-width: 768px) { .ui-header { padding: 44px 0; } } .ui-header__hamburger { display: block; color: #fff; font-size: 10px; padding: 10px 7px; border-radius: 6px; border: 1px solid #fff; -webkit-transition: -webkit-transform 0.17s ease-in-out; transition: -webkit-transform 0.17s ease-in-out; transition: transform 0.17s ease-in-out; transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out; } .ui-header__hamburger--open { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .ui-header__hamburger-line { width: 26px; height: 4px; background: #fff; border-radius: 2px; } .ui-header__hamburger-line + .ui-header__hamburger-line { margin-top: 4px; } @media (min-width: 768px) { .ui-header__hamburger { display: none; } } .ui-header--fixed { padding: 16px 0; background: #4186f6; z-index: 1000; } .ui-header--no-float { position: absolute; } .ui-header a { color: #fff; text-decoration: none; } .ui-header__logo { font-size: 30px; font-family: 'Systopie', sans-serif; } .ui-header__trial { font-size: 14px; font-family: 'Proxima Nova', sans-serif; font-weight: bold; text-transform: uppercase; margin-top: 3px; display: none; } @media (min-width: 768px) { .ui-header__trial { display: block; } } .ui-menu { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 24px; font-family: 'Open Sans', sans-serif; display: none; } @media (min-width: 768px) { .ui-menu { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 14px; } } .ui-menu__item { text-align: center; } @media (min-width: 768px) { .ui-menu__item { text-align: left; } } .ui-menu__item + .ui-menu__item { padding-top: 38px; } @media (min-width: 768px) { .ui-menu__item + .ui-menu__item { padding-left: 38px; padding-top: 0; } } .ui-menu--open { position: fixed; left: 0; height: 100%; background: #4186f6; width: 100%; z-index: 10; top: 0; display: block; } .ui-footer { padding: 30px 0 80px; color: #8f8f8f; font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 18px; } .ui-footer__logo a { color: #202020; font-size: 24px; font-family: 'Systopie'; line-height: 18px; text-decoration: none; } .ui-footer__logo span { color: #478dff; } .ui-footer__copyright { padding-top: 18px; } .ui-footer__phone { width: 75px; opacity: 0.8; } .ui-footer__info { padding: 30px 0; } .ui-footer__info a { color: #478dff; } @media (min-width: 768px) { .ui-footer__info { padding: 0; } } .ui-home-main { background: #4186f6; padding: 120px 0 50px; position: relative; } @media (min-width: 768px) { .ui-home-main { padding: 170px 0 50px; } } @media (min-width: 940px) { .ui-home-main { padding: 170px 0 17px; } .ui-home-main:before { position: absolute; content: ''; background: url("/static/img/landing/main-bg.png") no-repeat right bottom; background-size: cover; top: 0; bottom: -75px; left: 0; font-size: 0; width: 85%; z-index: 1; } } @media (min-width: 1366px) { .ui-home-main:before { width: 65%; } } .ui-home-main__container { position: relative; } @media (min-width: 940px) { .ui-home-main__container:after { position: absolute; content: url("/static/img/landing/main-stat-2.png"); bottom: -17px; font-size: 0; right: 10px; } } .ui-home-main__heading { color: #fff; font-family: 'Proxima Nova', sans-serif; font-weight: bold; font-size: 24px; line-height: 36px; position: relative; z-index: 2; } @media (min-width: 544px) { .ui-home-main__heading { font-size: 34px; line-height: 54px; } } .ui-home-main__text { font-size: 16px; color: #fff; line-height: 24px; font-family: 'Open Sans', sans-serif; margin-top: 50px; position: relative; z-index: 2; max-width: 85%; } .ui-home-main__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 60px; position: relative; z-index: 2; } @media (min-width: 768px) { .ui-home-main__button { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } .ui-home-advantages { padding: 60px 0; } @media (min-width: 940px) { .ui-home-advantages { padding: 200px 0 90px; } } .ui-home-advantage__heading { font-family: 'Proxima Nova', sans-serif; font-size: 20px; line-height: 30px; color: #000; position: relative; padding-bottom: 20px; } @media (min-width: 544px) { .ui-home-advantage__heading { font-size: 30px; line-height: 45px; } } .ui-home-advantage__heading:before { content: ''; width: 60px; left: 0; bottom: 0; height: 2px; background: #478dff; position: absolute; } .ui-home-advantage__text { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #363636; text-align: left; line-height: 21px; margin-top: 20px; } .ui-home-advantage__image { font-size: 0; text-align: center; } .ui-home-advantage__image img { max-width: 100%; } .ui-home-advantage + .ui-home-advantage { padding-top: 60px; } @media (min-width: 940px) { .ui-home-advantage + .ui-home-advantage { padding-top: 110px; } } .ui-home-info { background: #f0f5f8; padding: 65px 0 55px; } @media (min-width: 940px) { .ui-home-info__content { background: url("/static/img/landing/info-bg.png") 50% 50% no-repeat; padding: 40px 0; background-size: contain; } } .ui-home-info__button { padding-top: 30px; } .ui-home-info__item { margin-top: 50px; } @media (min-width: 940px) { .ui-home-info__item { margin-top: 0; } } .ui-home-info__item--flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (min-width: 768px) { .ui-home-info__item--flex { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } } @media (min-width: 940px) { .ui-home-info__item--result { padding-top: 138px; } } @media (min-width: 940px) { .ui-home-info__item--stat { margin-left: -70px; padding-top: 64px; } .ui-home-info__item--stat .ui-home-info__item-icon { margin-right: 13px; } } .ui-home-info__item-content { -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-left: 13px; } @media (min-width: 768px) { .ui-home-info__item-content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } } .ui-home-info__item-value { font-family: 'Fira Sans', sans-serif; font-weight: 300; font-size: 72px; color: #478dff; line-height: 24px; } .ui-home-info__item-value span { font-size: 30px; } .ui-home-info__item-value + .ui-home-info__item-title { padding-top: 18px; } .ui-home-info__item-title { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #478dff; line-height: 24px; text-transform: uppercase; font-weight: bold; } .ui-home-info__item-title + .ui-home-info__item-text { padding-top: 18px; } .ui-home-info__item-title + .ui-home-info__item-value { padding-top: 28px; } .ui-home-info__item-text { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #202020; line-height: 24px; } .ui-home-info__item-text + .ui-home-info__item-title { padding-top: 18px; } .ui-home-info__item-text + .ui-home-info__item-footer { padding-top: 18px; } .ui-home-info__item-footer { font-family: 'Open Sans', sans-serif; color: #478dff; font-size: 30px; line-height: 24px; } .ui-home-work { padding: 65px 0 55px; } .ui-home-work__item { position: relative; padding: 0 0 50px; } .ui-home-work__item:before { content: ''; width: 60px; left: -webkit-calc(50% - 30px); left: calc(50% - 30px); bottom: 0; height: 2px; position: absolute; background: #478dff; } @media (min-width: 940px) { .ui-home-work__item { padding: 110px 0 70px; } } .ui-home-work__text { padding: 40px 0; } .ui-home-work-item { font-family: 'Open Sans', sans-serif; line-height: 24px; position: relative; margin-top: 50px; } @media (min-width: 940px) { .ui-home-work-item { margin-top: 0; } } .ui-home-work-item__icon { height: 70px; 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; } .ui-home-work-item__icon + .ui-home-work-item__description { padding-top: 26px; } .ui-home-work-item__description { font-family: 'Open Sans', sans-serif; color: #202020; } .ui-home-work-item__time { font-size: 14px; color: #636363; } .ui-home-work-item + .ui-home-work-item:before { content: url("/static/img/landing/arrow-right.png"); position: absolute; left: -10px; top: 26px; } .ui-home-work-text { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #202020; line-height: 24px; } .ui-home-work-text + .ui-home-work-text { padding-top: 40px; } .ui-home-rates { background: #478dff; padding: 35px 0 25px; font-family: 'PT Sans', sans-serif; } @media (min-width: 544px) { .ui-home-rates { padding: 65px 0 55px; } } .ui-home-rates__item { padding: 35px 0; } @media (min-width: 544px) { .ui-home-rates__item { padding: 60px 0; } } .ui-price-cart { position: relative; padding: 32px 32px 96px; border-bottom: 1px solid #d5dff1; height: 100%; max-height: 780px; } @media (min-width: 940px) { .ui-price-cart { border-bottom: 0; } } .ui-price-cart:after { content: ''; top: 0; left: 0; width: 100%; height: 100%; background: #fff; position: absolute; border-left: 1px solid #d5dff1; } .ui-price-cart--first { border-bottom: 1px solid #d5dff1; } .new-year .ui-price-cart--first:before { content: ''; position: absolute; top: -187px; left: 25px; background: transparent url(/static/img/landing/christmas-girl.png); background-size: 100%; width: 170px; height: 187px; transition-duration: 0.5s; transition-timing-function: ease; transform: translateY(100%); } .new-year .ui-price-cart--first.in-viewport:before { transform: translateY(0); } @media (max-width: 900px) { .ui-home-rates__item { margin-top: 90px; } } @media (max-width: 544px) { .ui-home-rates__item { margin-top: 14px; } .new-year .ui-price-cart--first:before { width: 120px; height: 132px; top: -132px; } } .new-year .ui-price-cart--first .ui-price-cart__header span { color: #f85760; } .new-year .ui-price-cart--first .ui-plan-slider__fill { background: #f85760; } @media (min-width: 940px) { .ui-price-cart--first { border-bottom: 0; border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .ui-price-cart--first:after { border-top-left-radius: 6px; border-bottom-left-radius: 6px; border-left: 0; } } .ui-price-cart--last { border-bottom: 1px solid #d5dff1; } @media (min-width: 940px) { .ui-price-cart--last { border-bottom: 0; border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .ui-price-cart--last:after { border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-left: 0; } .ui-price-cart--second { border-bottom: 0; border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .ui-price-cart--second:after { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } } .ui-price-cart > * { z-index: 5; position: relative; } .ui-price-cart--active { z-index: 10; border-bottom: 1px solid #d5dff1; } @media (min-width: 940px) { .ui-price-cart--active { border-top: 0; } .ui-price-cart--active .ui-button--white { background: #478dff; color: #fff; } .ui-price-cart--active:after { border-radius: 6px; top: -14px; bottom: -14px; height: -webkit-calc(100% + 28px); height: calc(100% + 28px); -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); background-color: #fff; z-index: 1; border-color: transparent; } } .ui-price-cart__header { font-family: 'Proxima Nova', sans-serif; color: #444; font-size: 14px; line-height: 54px; text-transform: uppercase; font-weight: bold; position: relative; } .ui-price-cart__header:before { content: ''; width: 30px; left: -webkit-calc(50% - 15px); left: calc(50% - 15px); bottom: 0; height: 2px; background: #478dff; position: absolute; } .ui-price-cart__header + .ui-price-cart__price { padding-top: 26px; } .ui-price-cart__price { 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; font-family: 'Open Sans', sans-serif; font-size: 44px; line-height: 54px; color: #478dff; font-weight: bold; padding-bottom: 30px; letter-spacing: -0.04em; white-space: nowrap; } .ui-price-cart__price.ui-price-cart__price--enterprise { padding-top: 24px; font-size: 26px; line-height: 1; } .ui-price-cart__price span { display: inline; } .ui-price-cart__price span { font-size: 12px; line-height: 18px; text-transform: uppercase; padding-left: 12px; letter-spacing: 0em; } .ui-price-cart__price .note { font-size: 12px; line-height: 18px; text-transform: uppercase; padding-left: 12px; } .ui-price-cart__price s { font-size: 16px; font-weight: 300; text-decoration: line-through; line-height: 16px; margin-top: 17px; } .ui-price-cart__price-old { opacity: .5; font-size: 22px; color: #478dff; text-decoration: line-through; margin-top: 19px; margin-bottom: -5px; line-height: 12px; font-weight: 600; letter-spacing: -0.25px; } .ui-price-cart__price-old--offset { margin-right: -15px; } .ui-price-cart__function { text-align: left; font-family: 'PT Sans', sans-serif; padding-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; font-size: 15px; line-height: 24px; color: #202020; margin: 0 auto; max-width: 170px; opacity: 1; } .ui-price-cart__function.ui-price-cart__function--inactive { opacity: 0.4; } .ui-price-cart__function span a { text-decoration: none; color: #3d3d3d; border-bottom: 1px dashed #3d3d3d; } .ui-price-cart__function--full { max-width: none; } .ui-price-cart__function--full + .ui-price-cart__function--full { padding-top: 25px; } .ui-price-cart__function--full:nth-last-child(2):before { display: none; } .ui-price-cart__function:before { content: ''; width: 30px; left: -webkit-calc(50% - 15px); left: calc(50% - 15px); top: 13px; height: 1px; background: #cacaca; position: absolute; } .ui-price-cart__function .ui-price-cart__function__icon { flex: 0; width: 15px; min-width: 15px; height: 15px; border-radius: 15px; background: #00bb73 url(/static/img/icons/check-solid.svg) 3px no-repeat; background-size: 9px; margin-top: 5px; } .ui-price-cart__function.ui-price-cart__function--inactive .ui-price-cart__function__icon { background: #bb0000 url(/static/img/icons/times-solid.svg) 4px 2px no-repeat; background-size: 7px; } .ui-price-cart__function.ui-price-cart__function--first { padding-top: 0; } .ui-price-cart__function.ui-price-cart__function--first:before { display: none; } .ui-price-cart__function img { -ms-flex-preferred-size: 15px; flex-basis: 15px; margin-top: 5px; } .ui-price-cart__function span { padding-left: 10px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; display: block; } .ui-price-cart__function + .ui-price-cart__subscribers { padding-top: 18px; } .ui-price-cart__subscribers { font-family: 'PT Sans', sans-serif; font-size: 16px; line-height: 24px; color: #202020; } .ui-price-cart__subscribers + .ui-price-cart__button { padding-top: 28px; position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); } .ui-price-cart__button { padding-top: 30px; } .ui-home-numbers { padding: 65px 0 55px; /*background: #f0f5f8;*/ } .ui-home-numbers__item { padding: 0px 0 50px; } @media (min-width: 940px) { .ui-home-numbers__item { padding: 150px 0 90px; } } .ui-home-numbers-item { padding-top: 50px; } @media (min-width: 940px) { .ui-home-numbers-item { padding-top: 0; } } .ui-home-numbers-item__value { font-family: 'Fira Sans', sans-serif; font-size: 72px; color: #478dff; line-height: 24px; } .ui-home-numbers-item__value + .ui-home-numbers-item__title { padding-top: 26px; } .ui-home-numbers-item__title { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #478dff; line-height: 24px; text-transform: uppercase; font-weight: bold; } .ui-home-numbers-item__title + .ui-home-numbers-item__text { padding-top: 16px; } .ui-home-numbers-item__text { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #202020; line-height: 24px; } .ui-home-free { background: #fff; padding: 65px 0 55px; outline: none; } .ui-home-free > div { overflow: hidden; } .ui-home-free__subheading { font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 16px; color: #202020; line-height: 22px; padding-top: 30px; text-transform: uppercase; } @media (min-width: 544px) { .ui-home-free__subheading { font-size: 18px; line-height: 26px; padding-top: 50px; } } .ui-home-free__time { padding-top: 24px; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 36px; color: #478dff; } @media (min-width: 544px) { .ui-home-free__time { font-size: 56px; padding-top: 36px; } } .ui-home-free__time span { display: block; font-size: 48px; } @media (min-width: 544px) { .ui-home-free__time span { font-size: 72px; } } .ui-home-free__text { padding-top: 24px; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #202020; line-height: 24px; } @media (min-width: 544px) { .ui-home-free__text { padding-top: 36px; } } .ui-home-free__button { padding-top: 50px; } .ui-home-free__note { padding-top: 55px; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #898989; line-height: 18px; } .ui-home-rates .l-grid--container { max-width: 980px; } .ui-home-rates .l-grid--container .ui-price-cart__function { max-width: 280px; } .ui-home-rates--try .l-grid--container .ui-price-cart__function { max-width: 370px; } .ui-home-rates--try .ui-price-cart { padding: 32px 32px 48px; } .ui-home-rates--try .ui-price-cart__button { padding-top: 50px; } .ui-home-rates--try .ui-price-cart__header { padding: 27px; font-size: 24px; line-height: inherit; } .ui-home-rates--try .ui-price-cart__header span { line-height: 4rem; font-size: 1.3rem; text-transform: none; color: #478dff; } .ui-move { padding: 65px 0 75px; font-family: 'PT Sans', sans-serif; overflow: hidden; } .ui-move .marker { position: relative; } .ui-move .marker:after { content: ""; position: absolute; width: 101%; height: 0.7em; top: 7px; left: 3px; background-color: rgba(255, 216, 0, 0.61); z-index: -1; } .ui-move .title { margin-top: 0; margin-bottom: 20px; color: #478dff; text-transform: uppercase; font-size: 26px; } .ui-move .sub-title { color: #3d3d3d; font-size: 16px; line-height: 1.7em; } .ui-move .picture img { display: inline-block; margin-left: -30px; margin-top: -40px; max-width: 100%; } .ui-move .main-content { padding: 75px 0 55px; } .ui-move .main-content .title { font-size: 20px; margin-top: -20px; } .ui-move .main-content .list { list-style: none; margin: 0; padding: 0; margin-top: 54px; } .ui-move .main-content .list .item { margin-bottom: 30px; padding-left: 47px; position: relative; color: #3d3d3d; font-size: 16px; line-height: 1.5em; } .ui-move .main-content .list .item img { position: absolute; top: -3px; margin-right: 0; left: 0px; } .list .item img { width: 32px; height: 32px; } .ui-move .main-content .list .item .bigger { font-size: 2em; display: inline-block; margin-top: -6px; } .ui-move .how-use { } .ui-move .how-use .title { font-size: 20px; position: relative; } .ui-move .how-use .title:after { content: ''; position: absolute; width: 100%; top: 43%; left: 0; border-top: 1px solid #ebebeb; } .ui-move .how-use .title span { display: inline-block; position: relative; padding-right: 2em; background-color: #ffffff; z-index: 2; } .ui-move .how-use-list { text-align: left; } .ui-move .how-use-list .extra-number { color: #ececec; font-size: 200px; font-weight: bold; margin: 0; } .ui-move .how-use-list .item:nth-child(1) .extra-number { text-align: left; } .ui-move .how-use-list .item:nth-child(2) .extra-number { text-align: center; } .ui-move .how-use-list .item:nth-child(3) .extra-number { text-align: right; } .ui-move .how-use-list .item .title { text-align: left; font-size: 16px; color: #3d3d3d; text-transform: none; line-height: 1.5em; margin-top: -70px; width: 230px; margin-left: 10px; } .ui-move .how-use-list .item:nth-child(2) { text-align: center; } .ui-move .how-use-list .item:nth-child(2) .title { display: inline-block; vertical-align: top; } .ui-move .how-use-list .item:nth-child(3) { text-align: right; } .ui-move .how-use-list .item:nth-child(3) .title { display: inline-block; vertical-align: top; } .ui-move .how-use-list .item .ui-button { display: inline-block; } .ui-home-free.new { background-color: #f0f5f8; font-family: 'PT Sans', sans-serif; } .ui-home-free.new .title { margin-top: 0; margin-bottom: 20px; color: #478dff; text-transform: uppercase; font-size: 30px; } .ui-home-free.new .sub-title { color: #3d3d3d; font-size: 18px; font-weight: bold; } .ui-home-free.new .picture img { display: inline-block; margin-left: -30px; margin-top: -40px; /*max-width: 100%;*/ } .ui-home-free.new .list { list-style: none; margin: 0; padding: 0; margin-top: 54px; } .ui-home-free.new .list .item { margin-bottom: 30px; padding-left: 47px; position: relative; color: #3d3d3d; font-size: 18px; } .ui-home-free.new .list .item img { position: absolute; top: -7px; margin-right: 0; left: 0px; } .ui-home-free.new .list .item a { text-decoration: none; color: #3d3d3d; border-bottom: 1px dashed #3d3d3d; } .ui-home-free.new .list .item .list { margin-top: 0; } .ui-home-free.new .list .item .list .item { position: relative; padding-left: 15px; font-size: 14px; margin-bottom: 13px; } .ui-home-free.new .list .item .list .item:before { content: ''; position: absolute; width: 10px; border-top: 1px solid #3d3d3d; left: -1px; top: 8px; } .ui-home-free.new .annotation { position: relative; } .ui-home-free.new .annotation:after { content: ''; position: absolute; width: 42px; height: 30px; background: url(/static/img/landing/annotation-arrow.png); right: 10px; top: 12px; } .ui-home-free.new .annotation .title { margin-bottom: 0; font-size: 24px; font-weight: bold; text-transform: unset; } .ui-home-free.new .annotation .title span { font-size: 30px; } .ui-home-free.new .annotation .sub-title { margin-top: 5px; font-size: 16px; font-weight: normal; } .ui-home-free.new .ui-home-free__button { padding-top: 0; } .ui-home-free.new .note { display: block; margin-top: 20px; color: #afadad; font-size: 12px; } @media (max-width: 768px) { .ui-move .picture img { display: none; } .ui-move .main-content .list .item .bigger { display: inline; } .ui-home-free.new .picture img { display: none; } .ui-home-free.new .annotation { margin-top: 30px; padding-bottom: 20px; } .ui-home-free.new .annotation:after { display: none; } } @media (max-width: 920px) { .ui-move .picture img { display: inline-block; max-width: 100%; margin-left: 0; margin-top: -60px; margin-bottom: 30px; } .ui-home-free.new .picture img { display: inline-block; max-width: 100%; margin-left: 0; margin-top: 0; } .ui-home-main__text { order: 1; } .ui-home-main__button { margin-top: 40px; } } .ui-home-results { padding: 65px 0 55px; background: #f0f5f8; } .ui-home-results__item { padding: 0 0 24px; } @media (min-width: 768px) { .ui-home-results__item { padding: 24px 0 34px; } } @media (min-width: 940px) { .ui-home-results__item { padding: 64px 0 54px; } } .ui-home-review { background: #fff; border-radius: 5px; padding: 35px 30px 40px; margin-top: 30px; } @media (min-width: 768px) { .ui-home-review { margin-top: 0; } } @media (min-width: 940px) { .ui-home-review { padding: 55px 60px 60px; } } .ui-home-review__user { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .ui-home-review__user-image { width: 81px; height: 81px; border-radius: 50%; } .ui-home-review__user-content { padding-left: 20px; } .ui-home-review__user-name { font-family: 'Proxima Nova', sans-serif; color: #202020; font-size: 20px; line-height: 24px; } .ui-home-review__user-company { font-family: 'Open Sans', sans-serif; font-size: 12px; color: #898989; line-height: 16px; } @media (min-width: 940px) { .ui-home-review__user-company { line-height: 24px; } } .ui-home-review__user + .ui-home-review__stats { padding-top: 40px; } .ui-home-review__stats { display: -webkit-box; display: -ms-flexbox; display: flex; font-family: 'Fira Sans', sans-serif; } .ui-home-review__stats-item + .ui-home-review__stats-item { padding-left: 50px; } .ui-home-review__stats-value { font-size: 36px; color: #478dff; line-height: 24px; } .ui-home-review__stats-value span { font-size: 24px; } .ui-home-review__stats-value + .ui-home-review__stats-text { padding-top: 10px; } .ui-home-review__stats-text { font-family: 'Open Sans', sans-serif; font-size: 12px; color: #478dff; line-height: 24px; text-transform: uppercase; font-weight: bold; } .ui-home-review__stats + .ui-home-review__text { padding-top: 30px; } .ui-home-review__text { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #202020; line-height: 24px; } .ui-home-confidence { margin: 35px 0 50px; background: #fff; } @media (min-width: 940px) { .ui-home-confidence__item { margin-top: 60px; margin-bottom: 100px; } } .ui-home-confidence-item { margin-top: 25px; } @media (min-width: 544px) { .ui-home-confidence-item { margin-top: 50px; } } @media (min-width: 940px) { .ui-home-confidence-item { margin-top: 0; } } .ui-home-confidence-item img { width: auto !important; display: inline-block !important; max-width: 100%; } .ui-home-confidence-item__text { font-size: 20px; color: #8f8f8f; font-family: 'Open Sans', sans-serif; } .ui-home-confidence-item__text b { font-size: 24px; } .ui-home-confidence-item__text span:last-child { display: block; } .ui-home-trial { background: #478dff; padding: 65px 0 70px; } .ui-home-trial__header { font-family: 'Open Sans', sans-serif; } .ui-home-trial__button { padding-top: 75px; } .ui-capabilities { background: #4186f6; padding: 170px 0 80px; position: relative; } .ui-capabilities:before { position: absolute; background: url("/static/img/landing/capabilities-bg.png") no-repeat right bottom; background-size: cover; top: 0; left: 0; bottom: 0; font-size: 0; width: 65%; z-index: 1; } @media (min-width: 940px) { .ui-capabilities:before { content: ''; } } .ui-capabilities__header { position: relative; z-index: 1; } .ui-capabilities__text { font-family: 'Open Sans', sans-serif; font-size: 20px; color: #fff; line-height: 30px; padding-top: 30px; position: relative; z-index: 1; } .ui-capabilities-item { background: #f0f5f8; padding: 80px 0 110px; } .ui-capability-cart { margin-top: 50px; padding: 0 20px; } @media (min-width: 940px) { .ui-capability-cart { margin-top: 110px; } } .ui-capability-cart__icon { height: 70px; 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; } .ui-capability-cart__icon + .ui-capability-cart__title { padding-top: 30px; } .ui-capability-cart__title { font-family: 'Proxima Nova', sans-serif; font-size: 16px; color: #3d3d3d; letter-spacing: 0.05em; line-height: 24px; text-transform: uppercase; font-weight: bold; } .ui-capability-cart__title + .ui-capability-cart__text { padding-top: 30px; } .ui-capability-cart__text { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #55646d; line-height: 24px; } .ui-capabilities-work { padding: 65px 0 0; } .ui-capabilities-work__item { position: relative; padding: 0 0 50px; } .ui-capabilities-work__item:before { content: ''; width: 60px; left: -webkit-calc(50% - 30px); left: calc(50% - 30px); bottom: 0; height: 2px; background: #478dff; position: absolute; } @media (min-width: 940px) { .ui-capabilities-work__item { padding: 110px 0 70px; } } .ui-capabilities-work__item + .ui-capabilities-work__button { padding-top: 64px; } .ui-capabilities-work__button + .ui-capabilities-work__line { padding-top: 50px; border-bottom: 1px solid #d3e0f4; } .ui-capabilities-work-item { font-family: 'Open Sans', sans-serif; line-height: 24px; position: relative; margin-top: 50px; } @media (min-width: 940px) { .ui-capabilities-work-item { margin-top: 0; } } .ui-capabilities-work-item__icon { height: 70px; 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; } .ui-capabilities-work-item__icon + .ui-capabilities-work-item__description { padding-top: 26px; } .ui-capabilities-work-item__description { font-family: 'Open Sans', sans-serif; color: #202020; } .ui-capabilities-work-item__time { font-size: 14px; color: #636363; } .ui-capabilities-work-item + .ui-capabilities-work-item:before { content: url("/static/img/landing/arrow-right.png"); position: absolute; left: -10px; top: 26px; } .ui-list { margin: 0 auto 40px; text-align: left; font-size: 18px; max-width: 600px; } .ui-list--white { color: white; } .ui-line { width: 60px; margin: 36px auto; height: 2px; background: #478dff; } .ui-line--white { background: white; } .owl-theme-blue .owl-stage { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .owl-theme-blue .owl-nav .owl-prev, .owl-theme-blue .owl-nav .owl-next { position: absolute; background-color: #478dff; background-repeat: no-repeat; background-position: 50%; top: 50%; margin: -32px 0 0 0; height: 24px; width: 24px; font-size: 0; } .owl-theme-blue .owl-nav .owl-prev:hover, .owl-theme-blue .owl-nav .owl-next:hover { background-color: #478dff; background-repeat: no-repeat; background-position: 50%; } .owl-theme-blue .owl-nav .owl-prev { left: -15px; border-radius: 0; background-image: url("/static/img/landing/icons/slider-arrow-prev.svg"); } .owl-theme-blue .owl-nav .owl-prev:hover { background-image: url("/static/img/landing/icons/slider-arrow-prev.svg"); } .owl-theme-blue .owl-nav .owl-next { right: -15px; border-radius: 0; background-image: url("/static/img/landing/icons/slider-arrow-next.svg"); } .owl-theme-blue .owl-nav .owl-next:hover { background-image: url("/static/img/landing/icons/slider-arrow-next.svg"); } .owl-theme-blue .owl-dots .owl-dot span { background: #478dff; opacity: 0.6; } .owl-theme-blue .owl-dots .owl-dot.active span, .owl-theme-blue .owl-dots .owl-dot:hover span { background: #4186f6; opacity: 1; } .h-text-muted { color: #999 } small, .small { font-size: 85% } cite { font-style: normal } .text-left { text-align: left } .text-right { text-align: right } .text-center { text-align: center } .text-justify { text-align: justify } .text-muted { color: #999 } .text-primary { color: #428bca } a.text-primary:hover { color: #3071a9 } .text-success { color: #4dbd74 } a.text-success:hover { color: #2b542c } .text-info { color: #31708f } a.text-info:hover { color: #245269 } .text-warning { color: #8a6d3b } a.text-warning:hover { color: #66512c } .text-danger { color: #d35d69 } a.text-danger:hover { color: #843534 } /*modals*/ .ui-dialog { background: white; padding: 20px 30px; text-align: center; position: relative; border-radius: 8px; font-family: "Open Sans", sans-serif; } .ui-dialog input { font-family: "Open Sans", sans-serif; } .ui-dialog--checkout { max-width: 600px; margin: 40px auto; } .ui-dialog__footer { color: #8f8f8f; font-size: 12px; line-height: 18px; } .ui-dialog__footer a { color: #8f8f8f; } .checkout-form-container form { position: relative; top: 0; left: 0; transition-duration: 0.5s; } .checkout-form-container .contact-form, .checkout-form-container .card-form { width: 100%; height: 100%; margin: 0; } .checkout-form-container.state-info .contact-form { display: block; } .checkout-form-container.state-info .card-form { display: none; } .checkout-form-container.state-card .contact-form { display: none; } .checkout-form-container.state-card .card-form { display: block; } .checkout-sum { font-weight: normal; color: #8f8f8f; font-size: 18px; margin: 0 0 16px 0; } .form-control.form-control-lg { font-size: 24px; height: 44px; } /** * Fade-move animation for second dialog */ /* at start */ .my-mfp-slide-bottom .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg); -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg); -o-transform: translateY(-20px) perspective(600px) rotateX(10deg); transform: translateY(-20px) perspective(600px) rotateX(10deg); } /* animate in */ .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: translateY(0) perspective(600px) rotateX(0); -moz-transform: translateY(0) perspective(600px) rotateX(0); -ms-transform: translateY(0) perspective(600px) rotateX(0); -o-transform: translateY(0) perspective(600px) rotateX(0); transform: translateY(0) perspective(600px) rotateX(0); } /* animate out */ .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog { opacity: 0; -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg); -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg); -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg); -o-transform: translateY(-10px) perspective(600px) rotateX(10deg); transform: translateY(-10px) perspective(600px) rotateX(10deg); } /* Dark overlay, start state */ .my-mfp-slide-bottom.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; } /* animate in */ .my-mfp-slide-bottom.mfp-ready.mfp-bg { opacity: 0.8; } /* animate out */ .my-mfp-slide-bottom.mfp-removing.mfp-bg { opacity: 0; } /* Form Progress */ .form-progress { margin: 0 auto 70px; text-align: center; width: 100%; } .form-progress .fp-circle, .form-progress .fp-bar { display: inline-block; background: #fff; width: 40px; height: 40px; border-radius: 40px; border: 1px solid #d5d5da; vertical-align: middle; } .form-progress .fp-circle { transition-duration: 0.5s; } .form-progress .fp-circle.clickable { cursor: pointer; } .form-progress .fp-bar { position: relative; width: 90px; height: 6px; margin-left: -5px; margin-right: -5px; border-left: none; border-right: none; border-radius: 0; } .form-progress .fp-circle .fp-label { display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 32px; margin-top: 3px; color: #b5b5ba; font-size: 17px; background-color: transparent; } .form-progress .fp-circle .fp-title { color: #b5b5ba; font-size: 13px; line-height: 1.1em; text-align: center; display: block; width: 80px; margin: 10px 0 0 -20px; } /* Done / Active */ .form-progress .fp-bar.done, .form-progress .fp-circle.done { background: #eee; } .form-progress .fp-bar.active { background: linear-gradient(to right, #EEE 40%, #FFF 60%); } .form-progress .fp-circle.done .fp-label { color: #FFF; background-color: #478dff; box-shadow: inset 0 0 2px rgba(0, 0, 0, .2); } .form-progress .fp-circle.done .title { color: #444; } .form-progress .fp-circle.active .label { color: #FFF; background: #0c95be; box-shadow: inset 0 0 2px rgba(0, 0, 0, .2); } .recurrent-pay { margin-bottom: 16px; padding: 15px; color: #ffffff; background-color: #4dbd74; border-radius: 6px; font-size: 12px; line-height: 1.3em; } .form-progress .fp-circle.active .title { color: #0c95be; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 14px; font-size: 14px; line-height: 1.428571429; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 34px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-control:focus { border-color: #478dff; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(101, 161, 255, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(101, 161, 255, 0.6); } .form-control:-moz-placeholder { color: #999 } .form-control::-moz-placeholder { color: #999; opacity: 1 } .form-control:-ms-input-placeholder { color: #999 } .form-control::-webkit-input-placeholder { color: #999 } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1 } textarea.form-control { height: auto } input[type=date] { line-height: 34px } .form-group { margin-bottom: 15px } .radio, .checkbox { display: block; min-height: 20px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px } .radio label, .checkbox label { display: inline; font-weight: 400; cursor: pointer } .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] { float: left; margin-left: -20px } .radio + .radio, .checkbox + .checkbox { margin-top: -5px } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: 400; cursor: pointer } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px } input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } select.input-sm { height: 30px; line-height: 30px } textarea.input-sm, select[multiple].input-sm { height: auto } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px } select.input-lg { height: 46px; line-height: 46px } textarea.input-lg, select[multiple].input-lg { height: auto } .has-feedback { position: relative } .has-feedback .form-control { padding-right: 42.5px } .has-feedback .form-control-feedback { position: absolute; top: 25px; right: 0; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8 } .has-success .form-control-feedback { color: #3c763d } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3 } .has-warning .form-control-feedback { color: #8a6d3b } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442 } .has-error .form-control { border-color: #d35d69; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-error .form-control:focus { border-color: #d35d69; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce7883; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce7883 } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede } .has-error .form-control-feedback { color: #a94442 } .form-control-static { margin-bottom: 0 } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373 } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .control-label { margin-bottom: 0; vertical-align: middle } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle } .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] { float: none; margin-left: 0 } .form-inline .has-feedback .form-control-feedback { top: 0 } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px } .form-horizontal .form-control-static { padding-top: 7px } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px } .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none } .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } .btn:hover, .btn:focus { color: #333; text-decoration: none } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none } .btn-default { color: #333; background-color: #fff; border-color: #ccc } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333; background-color: #ebebeb; border-color: #adadad } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc } .btn-default .badge { color: #fff; background-color: #333 } .btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #fff; background-color: #3276b1; border-color: #285e8e } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd } .btn-primary .badge { color: #428bca; background-color: #fff } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #fff; background-color: #47a447; border-color: #398439 } .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c } .btn-success .badge { color: #5cb85c; background-color: #fff } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #fff; background-color: #39b3d7; border-color: #269abc } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da } .btn-info .badge { color: #5bc0de; background-color: #fff } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236 } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #fff; background-color: #ed9c28; border-color: #d58512 } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236 } .btn-warning .badge { color: #f0ad4e; background-color: #fff } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #fff; background-color: #d2322d; border-color: #ac2925 } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a } .btn-danger .badge { color: #d9534f; background-color: #fff } .btn-link { color: #428bca; font-weight: 400; cursor: pointer; border-radius: 0 } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999; text-decoration: none } .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px } .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px } .btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0 } /*# sourceMappingURL=main.css.map */ .lds-ripple { width: 150px; height: 150px; position: absolute; left: 50%; top: 50%; margin: -75px 0 0 -75px; } .lds-ripple div { position: absolute; border: 3px solid #fff; opacity: 1; border-radius: 50%; animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .lds-ripple div:nth-child(2) { animation-delay: -0.5s; } @keyframes lds-ripple { 0% { top: 75px; left: 75px; width: 0; height: 0; opacity: 1; } 100% { top: -1px; left: -1px; width: 150px; height: 150px; opacity: 0; } } /*leadm*/ .leadm .ui-home-main__button div[id*="wrapper"] { background-color: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; max-width: 420px !important; margin: 0 !important; overflow: visible !important; } .leadm .ui-home-main__button div[id*="wrapper"] div[id*="_opener"] { margin-top: 0 !important; padding: 0 !important; } .leadm .ui-home-main__button div[id*="wrapper"] div[id*="_opener"] button { position: relative !important; font-size: 16px !important; text-align: center !important; text-transform: uppercase !important; border-radius: 100px !important; padding: 19px 36px !important; font-weight: bold !important; font-family: 'Open Sans', sans-serif !important; margin-top: 0 !important; background-color: #ffd800 !important; -webkit-box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.15) !important; box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.15) !important; color: #10213c !important; border-bottom: 0 !important; max-width: 420px !important; } .leadm .ui-home-main__button div[id*="wrapper"] div[id*="_opener"] button:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background: none; border: 1px solid white; transition: all .3s cubic-bezier(0.53, -0.67, 0.79, 0.74); content: ' '; border-radius: 100px; } .leadm .ui-home-main__button div[id*="wrapper"] div[id*="_opener"] button:hover:before { border: 1px solid #ffd800 !important; opacity: 1; transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); top: -10px; left: -10px; bottom: -10px; right: -10px; width: calc(100% + 20px); height: calc(100% + 20px); } .leadm .ui-home-main__button div[id*="popup_content"] small, .leadm .ui-capabilities-work__button div[id*="popup_content"] small { display: none !important; } .leadm .ui-home-main__button div[id*="popup_content"] span.name, .leadm .ui-capabilities-work__button div[id*="popup_content"] span.name { text-align: left; } .ui-home-work.leadm .ui-home-main__button div[id*="wrapper"] { margin: 0 auto !important; } .ui-home-work.leadm .ui-home-main__button { margin-top: 0; } .leadm#i-features .ui-home-advantage__image img { max-width: 70%; } .leadm#i-features .ui-heading--lvl2 { padding-bottom: 2.5em; } @media (min-width: 940px) { .leadm#i-features { padding: 40px 0 90px; } .ui-capabilities-work.leadm .ui-home-work__item { padding: 50px 0 90px; } } @media (min-width: 544px) { .leadm#i-features .ui-heading--lvl2 { font-size: 31.4px; line-height: 54px; } } @media (max-width: 760px) { div[id*="wrapper_popup"] div[id*="main_container"] div[id*="popup_content"] { width: 290px !important; margin: 30% auto !important; left: -2.5% !important; } .leadm .ui-header__hamburger { display: none; } } /*leadm*/ /*release-sale*/ .ui-header__logo--release { font-size: 25px; } .ui-release-sale-top { background: #478dff; font-family: 'PT Sans', sans-serif; padding: 131px 0 110px; position: relative; overflow: hidden; } .ui-release-sale-top:before { content: ''; position: absolute; bottom: 0; left: calc(-10000px + 33%); border-top: 1370px solid transparent; border-bottom: 0 solid transparent; border-right: 0 solid transparent; border-left: 10000px solid #fff; } .ui-release-sale-top:after { content: ''; position: absolute; bottom: 0; left: 33%; border-top: 730px solid transparent; border-bottom: 0 solid transparent; border-left: 0 solid transparent; border-right: 10000px solid #fff; } .ui-release-sale-top > div { z-index: 100; position: relative; } .ui-release-sale-top__heading { color: #fff; font-size: 34px; letter-spacing: 1.5px; line-height: 1.35; font-weight: 600; } .ui-release-sale-top__text { color: #fff; font-size: 26px; margin-top: 49px; line-height: 1; letter-spacing: 0; } .ui-release-sale-top__text--big { font-size: 34px; } .ui-release-sale-top__heading--gold, .ui-release-sale-top__text--gold { color: #ffd800; } .ui-release-sale-top__button { margin-top: 58px; } .ui-release-sale-top__img-container { margin-top: 135px; } @media (min-width: 768px) { .ui-release-sale-top__img-container { margin-top: 0; } } .ui-release-sale-top__img { margin: -91px 0 0 auto; } .ui-release-sale-top__img-descr { font-size: 22px; padding-top: 6px; text-align: right; color: #fff; justify-content: flex-end; padding-right: 11px; line-height: 26px; letter-spacing: 0.5px; } .ui-release-sale-top__use-list { padding: 115px 0 104px; font-family: 'PT Sans', sans-serif; overflow: hidden; } .ui-release-sale-top__use-list .ui-move { padding: 0; } .ui-release-sale-top__use-block { text-align: left; display: inline-block; } .ui-release-sale-top__use-list .ui-move .how-use-list .item .extra-number { font-size: 125px; text-align: left; } .ui-release-sale-top__use-list .ui-move .how-use-list .item .title { margin-top: -7px; line-height: 1.3; font-size: 20px; } .ui-release-about { font-family: 'PT Sans', sans-serif; background-color: #f0f5f8; padding: 64px 0 48px; position: relative; overflow: hidden; } .ui-release-about:before { content: ''; position: absolute; top: 0; left: calc(-10000px + 66.5%); border-bottom: 717px solid transparent; border-top: 0 solid transparent; border-right: 0 solid transparent; border-left: 10000px solid #fff; } .ui-release-about:after { content: ''; position: absolute; top: 0; left: 66.5%; border-bottom: 1340px solid transparent; border-top: 0 solid transparent; border-left: 0 solid transparent; border-right: 10000px solid #fff; } .ui-release-about__item { position: relative; margin: 0 0 36px 0; } ui-release-about__item .l-col--md-3 { display: none; } @media (min-width: 768px) { .ui-release-about { padding: 150px 0 160px; } .ui-release-about__item { margin: 0 0 121px 0; } .ui-release-about__item .l-col--md-3 { display: block; } .ui-release-about__text { /*position: absolute; max-width: 70%;*/ } .ui-release-about__text h4 { margin-top: 1.33em; } } .ui-release-about__text h4 { margin-top: 12px; text-transform: uppercase; /*background-color: rgba(255, 255, 255, 0.8);*/ color: #3d3d3d; font-size: 28px; padding: 12px 16px; letter-spacing: -0.45px; margin-bottom: 12px; font-weight: 400; display: inline-block; } .ui-release-about__text p { padding: 10px 16px; font-size: 18px; line-height: 1.2em; background-color: rgba(255, 255, 255, 0.8); color: #3d3d3d; margin: 0; display: inline-block; font-weight: 100; font-family: "PT Sans", sans-serif; } @media (min-width: 768px) { .ui-release-about__text p { max-width: 66%; } } .ui-release-about__item--right .ui-release-about__text { text-align: left; top: 27px; left: -9px; z-index: 10; } .ui-release-about__item--left .ui-release-about__text { text-align: left; bottom: 42px; right: -15px; z-index: 10; } @media (min-width: 768px) { .ui-release-about__item--left .ui-release-about__text { text-align: right; } } .ui-release-about__image-container { padding-top: 48.5%; width: 100%; /*background-color: #fff;*/ position: relative; z-index: 1; overflow: hidden; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, .15); } .ui-release-about__image-container img { width: 100%; position: absolute; top: 0; left: 0; } .ui-release-sale { padding: 65px 0 60px; font-family: 'PT Sans', sans-serif; background-color: #f0f5f8; outline: none; overflow: hidden; } .ui-release-sale .title { margin-top: 0; margin-bottom: 63px; letter-spacing: 1.5px; color: #478dff; font-size: 26px; width: 100%; text-align: left; } .ui-release-sale .picture { padding: 0 30px; } .ui-release-sale .picture img { max-width: 100%; transform: translate(0); } @media (min-width: 768px) { .ui-release-sale .picture img { max-width: 120%; padding-top: 100px; } } @media (min-width: 1024px) { .ui-release-sale .picture img { max-width: 150%; transform: translate(-20%); padding-top: 70px; } .ui-release-sale .title { width: 718px; } } @media (min-width: 1180px) { .ui-release-sale .picture img { max-width: 190%; transform: translate(-39%); padding-top: 30px; } .ui-release-sale .title { width: 788px; font-size: 29px; } } @media (min-width: 1366px) { .ui-release-sale .picture img { max-width: 221%; transform: translate(-57%); } .ui-release-sale .title { width: 890px; font-size: 33px; } } .ui-release-sale .header { padding-top: 56px; } .ui-release-sale .list { list-style: none; padding: 0 0 0 34px; } .ui-release-sale .list .item { letter-spacing: 0.55px; padding-bottom: 15px; position: relative; padding-left: 42px; font-size: 21px; color: #3d3d3d; } .ui-release-sale .list .item:before { content: ""; position: absolute; left: 0; top: 10px; width: 15px; height: 2px; background-color: #478dff; } /*release-sale*/ /*spec wt*/ body.plans.wt .ui-home-rates { padding-top: 0; font-family: 'Proxima Nova', sans-serif; background-color: #fff; } body.plans.wt .ui-home-rates .l-grid--container { max-width: none; } body.plans.wt .ui-home-rates .l-grid--container .l-row.ui-home-rates__item { background-color: #478dff; margin-top: -80px; padding-top: 150px; } body.plans.wt .ui-home-rates .l-grid--container .l-row.ui-home-rates__item .l-row.ui-home-rates__item { max-width: 960px; margin: auto !important; } body.plans.wt .ui-home-rates .l-grid--container .l-row .l-col { padding: 0; } #spec-wt .wrapper { width: 1350px; padding-left: 25px; padding-right: 25px; margin: 0 auto; max-width: 100%; text-align: left; } #spec-wt .b-ttl { font-size: 36px; color: #478dff; font-weight: 700; padding-bottom: 10px; } #spec-wt .b-ttl-2 { font-size: 30px; font-weight: 700; color: #012156; padding-bottom: 25px; } #spec-wt .list-ttl { color: #012156; font-size: 24px; font-weight: 700; padding-bottom: 20px; } #spec-wt ul { list-style: none; } #spec-wt ul li { text-align: left; padding-left: 40px; font-size: 24px; color: #012156; padding-bottom: 10px; position: relative; } #spec-wt ul li:before { content: ""; position: absolute; left: 0; top: 10px; width: 15px; height: 2px; background-color: #478dff; } #spec-wt .banner { display: block; width: 550px; } /*================ head ==============*/ #spec-wt .head { z-index: 10; background: url(/static/img/landing/wt/s1-bg.png) no-repeat; -webkit-background-size: 101% 100%; background-size: 100% 100%; height: 150px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; } #spec-wt .head .logo { width: 150px; display: block; } /*================ s1 ==============*/ #spec-wt .s1 { background: url(/static/img/landing/wt/s2-bg.png) no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; z-index: 9; margin-top: -115px; position: relative; } #spec-wt .s1 .line { width: 2px; height: 120px; position: absolute; bottom: -60px; left: -webkit-calc(50% - 1px); left: calc(50% - 1px); background: #ffd00f; } #spec-wt .s1 .wrapper { padding-top: 150px; padding-bottom: 100px; color: #fff; text-align: center; } #spec-wt .s1 .wrapper h1 { text-transform: uppercase; font-size: 33px; font-weight: 700; } #spec-wt .s1 .wrapper h1 span { color: #ffd00f; } #spec-wt .s1 .wrapper h3 { padding: 25px 0; font-size: 30px; } #spec-wt .s1 .wrapper p { font-size: 24px; margin: 0; } #spec-wt .s1 .wrapper .grey { color: #97bfff; text-decoration: line-through; } #spec-wt .s1 .wrapper .yellow { color: #ffd00f; font-weight: 700; } #spec-wt .s1 .wrapper .btn { position: relative; z-index: 2; display: block; width: -webkit-max-content; width: -moz-max-content; width: max-content; padding: 23px 100px; font-size: 27px; text-transform: uppercase; text-decoration: none; font-weight: 700; color: #000; text-align: center; margin: 20px auto 0; background-color: #ffd800; -webkit-box-shadow: 0 30px 60px rgba(38, 38, 38, 0.25); box-shadow: 0 30px 60px rgba(38, 38, 38, 0.25); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-border-radius: 2px; border-radius: 2px; } #spec-wt .s1 .wrapper .btn:hover { -webkit-box-shadow: 0 5px 10px rgba(38, 38, 38, 0.25); box-shadow: 0 5px 10px rgba(38, 38, 38, 0.25); -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } /*================ s2 ==============*/ #spec-wt .s2 { padding-top: 70px; padding-bottom: 40px; } #spec-wt .s2 .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } #spec-wt .s2 .wrapper .content { padding-top: 160px; } /*================ s3 ==============*/ #spec-wt .s3 { padding-top: 200px; padding-bottom: 150px; position: relative; z-index: 9; background: url(/static/img/landing/wt/grey-bg.png) no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; } #spec-wt .s3 .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } #spec-wt .s3 .wrapper .content { padding-left: 55px; padding-top: 100px; } #spec-wt .s3 .wrapper .content .b-ttl { padding-bottom: 30px; } /*================ s4 ==============*/ #spec-wt .s4 { padding-top: 90px; padding-bottom: 40px; } #spec-wt .s4 .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } #spec-wt .s4 .wrapper .content { padding-top: 100px; padding-right: 40px; } /*================ s5 ==============*/ #spec-wt .s5 { padding-top: 170px; padding-bottom: 70px; position: relative; z-index: 8; background: url(/static/img/landing/wt/grey-bg.png) no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; } #spec-wt .s5 .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } #spec-wt .s5 .wrapper .banner { padding-top: 30px; } #spec-wt .s5 .wrapper .content { padding-left: 55px; padding-right: 20px; } #spec-wt .s5 .wrapper .content .b-ttl { padding-bottom: 30px; } #spec-wt .s5 .wrapper .content ul { padding-bottom: 25px; } /*================ s6 ==============*/ #spec-wt .s6 { padding-top: 80px; padding-bottom: 80px; background: url(/static/img/landing/wt/s6-bg.png) no-repeat; -webkit-background-size: auto; background-size: auto; background-position: 50% 100%; z-index: 9; position: relative; } #spec-wt .s6 .wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } #spec-wt .s6 .wrapper .content { padding-top: 40px; padding-right: 10px; } @media screen and (max-width: 1350px) { #spec-wt .wrapper { padding-left: 1.85vw; padding-right: 1.85vw; } #spec-wt .b-ttl { font-size: 14px; padding-bottom: .74vw; } #spec-wt .b-ttl-2 { font-size: 16px; padding-bottom: 1.85vw; } #spec-wt .list-ttl { font-size: 14px; padding-bottom: 1.48vw; } #spec-wt ul { padding-left: 10px; } #spec-wt ul li { padding-left: 2.96vw; font-size: 12px; padding-bottom: .74vw; } #spec-wt ul li:before { top: .74vw; width: 1.11vw; } #spec-wt .banner { width: 40.75vw; } #spec-wt .head { height: 11.11vw; } #spec-wt .head .logo { width: 11.11vw; } #spec-wt .s1 { margin-top: -8.52vw; } #spec-wt .s1 .line { height: 8.88vw; bottom: -4.44vw; } #spec-wt .s1 .wrapper { padding-top: 14.8vw; padding-bottom: 9.6vw; } #spec-wt .s1 .wrapper h1 { font-size: 20px; } #spec-wt .s1 .wrapper h3 { padding: 4.8vw 0; font-size: 14px; } #spec-wt .s1 .wrapper p { font-size: 1.78vw; } #spec-wt .s1 .wrapper .btn { padding: 2.44vw 7.4vw; font-size: 14px; -webkit-box-shadow: 0 2.22vw 4.44vw rgba(38, 38, 38, 0.25); box-shadow: 0 2.22vw 4.44vw rgba(38, 38, 38, 0.25); } #spec-wt .s1 .wrapper .btn:hover { -webkit-box-shadow: 0 0.37vw 0.74vw rgba(38, 38, 38, 0.25); box-shadow: 0 0.37vw 0.74vw rgba(38, 38, 38, 0.25); -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } #spec-wt .s2 { padding-top: 5.18vw; padding-bottom: 2.96vw; } #spec-wt .s2 .wrapper .content { padding-top: 11.86vw; } #spec-wt .s3 { padding-top: 14.8vw; padding-bottom: 11.2vw; } #spec-wt .s3 .wrapper .content { padding-left: 4.07vw; padding-top: 7.4vw; } #spec-wt .s3 .wrapper .content .b-ttl { padding-bottom: 2.22vw; } #spec-wt .s4 { padding-top: 6.67vw; padding-bottom: 2.96vw; } #spec-wt .s4 .wrapper .content { padding-top: 7.4vw; padding-right: 2.96vw; } #spec-wt .s5 { padding-top: 12.6vw; padding-bottom: 5.18vw; } #spec-wt .s5 .wrapper .banner { padding-top: 2.22vw; } #spec-wt .s5 .wrapper .content { padding-left: 4.07vw; padding-right: 1.48vw; } #spec-wt .s5 .wrapper .content .b-ttl { padding-bottom: 2.22vw; } #spec-wt .s5 .wrapper .content ul { padding-bottom: 1.85vw; } #spec-wt .s6 { padding-top: 5.92vw; padding-bottom: 2.96vw; } #spec-wt .s6 .wrapper .content { padding-top: 2.96vw; padding-right: .74vw; } } @media screen and (max-width: 640px) { #spec-wt .list-ttl { font-size: 14px; } #spec-wt ul li { font-size: 12px; } #spec-wt ul li:before { height: 1px; } #spec-wt .banner { padding-top: 0; padding-bottom: 0; -webkit-align-self: auto; -ms-flex-item-align: auto; align-self: auto; } #spec-wt .head .logo { width: 15vw; } #spec-wt .s1 .wrapper h3 { font-size: 14px; } #spec-wt .s1 .wrapper p { font-size: 14px; } #spec-wt .s1 .wrapper.btn { padding: 3.5vw 14vw 3vw; font-size: 3vw; } } /*#spec wt*/ .ui-action-block { margin-top: 41px; margin-bottom: 47px; border: 3px solid #fff; border-radius: 8px; position: relative; cursor: default; } .ui-action-block:before, .ui-action-block:after { content: ''; position: absolute; display: block; width: 19px; height: 17px; background-color: #478dff; } .ui-action-block:before { top: -3px; left: -3px; } .ui-action-block:after { right: -3px; bottom: -3px; } .ui-action-block__header { font-size: 18px; color: rgb(0, 0, 0); line-height: 1.6; font-weight: 700; background-color: #ffd600; border-radius: 14px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 0 36px; text-align: center; letter-spacing: 2.9px; min-width: 147px; text-transform: uppercase; } .ui-action-block__text, .ui-action-block__action-param { font-size: 20px; font-weight: 300; line-height: 1.1; color: rgb(255, 255, 255); } .ui-action-block__text { padding: 0 18px; margin-top: 35px; margin-bottom: 15px; letter-spacing: -0.75px; } .ui-action-block__text strong { font-size: 2rem; font-weight: 600; } .ui-action-block__action-param { margin-top: -3px; } .ui-action-block__action-header { font-size: 20px; line-height: 2.5; white-space: nowrap; color: rgb(255, 214, 0); } .ui-action-block__action-line + .ui-action-block__action-line { margin-left: 24px; } @media screen and (max-width: 680px) { .ui-action-block__action-line { display: block; } .ui-action-block__action-line + .ui-action-block__action-line { margin-left: 0; } } .ui-tarif-time-button { margin-top: 20px; margin-bottom: -8px; justify-content: center; } .ui-tarif-time-button__list { display: flex; justify-content: space-between; } .ui-tarif-time-button__item { flex: 1; display: flex; } .ui-tarif-time-button__item + .ui-tarif-time-button__item { margin-left: 1px; } .ui-tarif-time-button__radio { display: none; flex: 0; } .ui-tarif-time-button__label { background-color: #fff; white-space: nowrap; flex: 1; text-align: center; padding: 7px; font-size: 12px; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ui-tarif-time-button__label b { font-weight: 600; } .ui-tarif-time-button__radio:checked + .ui-tarif-time-button__label { background-color: #ffd600; font-weight: 600; } .ui-tarif-time-button__item:first-of-type .ui-tarif-time-button__label { border-radius: 12px 0 0 12px; } .ui-tarif-time-button__item:last-of-type .ui-tarif-time-button__label { border-radius: 0 12px 12px 0; } .js-price-by-period { display: none; } .s19-discount-alert { margin: 10px 0; display: flex; align-items: center; font-size: 14px; } .s19-discount-alert i { margin-right: 4px; } .ui-content { font-family: 'PT Sans', sans-serif; } .real-layzy { z-index: -1; } .real-layzy--show { z-index: 10; } .previev-layzy { z-index: 1; } .previev-layzy-loader { z-index: 5; position: absolute; top: 0; left: 0; background-color: rgba(255, 255, 255, .35); padding: 28px 10px; width: 100%; height: 100%; } .previev-layzy-loader svg { top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); width: 64px; } .ui-plan-slider { position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto 30px; width: 82%; } .ui-plan-slider .ui-plan-slider__path { flex: 1; position: relative; background: rgba(0, 0, 0, 0.03); height: 10px; margin: 0 12px; border-radius: 10px; -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.06); box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.06); cursor: pointer; } .ui-plan-slider .ui-plan-slider__knob { position: absolute; background: #fff; border: rgba(0, 0, 0, 0.1) 2px solid; width: 22px; height: 22px; border-radius: 22px; top: -6px; transform: translateX(-11px); transition-duration: 0.1s; cursor: pointer; } .ui-plan-slider .ui-plan-slider__fill { position: absolute; background: #ffd600; width: 22px; height: 10px; border-radius: 10px; top: 0; transition-duration: 0.1s; cursor: pointer; } .ui-plan-slider .ui-plan-slider__inc, .ui-plan-slider .ui-plan-slider__dec { position: relative; width: 22px; height: 22px; border-radius: 22px; cursor: pointer; background: rgba(0, 0, 0, 0.05) no-repeat 8px; background-size: 7px; transition-duration: 0.2s; } .ui-plan-slider .ui-plan-slider__inc:hover, .ui-plan-slider .ui-plan-slider__dec:hover { transform: scale(1.1); } .ui-plan-slider .ui-plan-slider__inc { background-image: url(/static/img/icons/plus-solid.svg); } .ui-plan-slider .ui-plan-slider__dec { background-image: url(/static/img/icons/minus-solid.svg); } .plans__special-heading h1 { color: #fff; font-size: 32px; font-weight: 700; padding-bottom: 25px; text-transform: uppercase; } .plans__special-heading h1 span { color: #ffd800; } .plans__special-heading h2 { font-size: 22px; color: #fefefe; font-weight: normal; } .c-flex { display: flex; flex-direction: column; } #i-free .ui-button { margin: 10px 50px; } @media (max-width: 450px) { #i-free .ui-button { display: block; margin: 30px auto; } #i-free .picture { display: none; } .ui-dialog { padding: 20px 5px; } }