html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body,
html {
  height: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: none;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

/* Auto Height */

.swiper-container-autoheight {
  height: auto;
}

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

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

/* 3D Effects */

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

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

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */

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

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

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

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

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Progress */

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

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

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

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

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none;
}

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

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

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

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.icon {
  fill: currentColor;
}

.icon-apple {
  width: 0.9em;
  height: 1em;
}

.icon-arr-down {
  width: 1.5em;
  height: 1em;
}

.icon-info {
  width: 1em;
  height: 1em;
}

.icon-macpaw {
  width: 1em;
  height: 1em;
}

.icon-next {
  width: 0.6em;
  height: 1em;
}

.icon-prev {
  width: 0.6em;
  height: 1em;
}

.icon-star {
  width: 1.1em;
  height: 1em;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #727272;
  background: #F4F5F8;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

.-nowrap {
  white-space: nowrap;
}

.wrapper {
  max-width: 1105px;
  margin: 0 auto;
}

@media only screen and (max-width: 1135px) {
  .wrapper {
    padding: 0 15px;
  }
}

.arr-down {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
}

.btn {
  height: 40px;
  padding: 0 33px;
  color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-weight: bold;
  border-radius: 5px;
  background: #28CD44;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.btn .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 6px;
}

.btn:hover {
  background: #48DF62;
}

.btn:active {
  background: #13BE30;
}

@media only screen and (max-width: 360px) {
  .btn {
    width: 100%;
  }
}

.btn.-dark-green {
  background: rgba(0, 12, 45, 0.4);
}

.btn.-dark-green:hover {
  background: rgba(0, 12, 45, 0.3);
}

.btn.-dark-green:active {
  background: rgba(0, 12, 45, 0.5);
}

.btn.-blue {
  background: #288BFF;
}

.btn.-blue:hover {
  background: #4C9FFF;
}

.btn.-blue:active {
  background: #1274E8;
}

.btn.-gray {
  background: rgba(0, 12, 45, 0.4);
}

.btn.-gray:hover {
  background: rgba(0, 12, 45, 0.3);
}

.btn.-gray:active {
  background: rgba(0, 12, 45, 0.6);
}

a.btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  text-decoration: none;
}

a.btn:hover {
  text-decoration: none;
}

.btn + .btn,
.btn + .get,
.appstore-link + .btn {
  margin-left: 10px;
}

@media only screen and (max-width: 480px) {
  .btn + .get {
    margin-left: 0;
  }
}

.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 9999;
}

.cookies.-active {
  display: block;
}

.cookies-in {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 17px 60px 17px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #BABABA;
  font-size: 12px;
  line-height: 1.4;
}

.cookies-in a {
  color: #fff;
}

.cookies-in a:hover {
  text-decoration: none;
}

.cookies-close {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cookies-close:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

a {
  text-decoration: none;
  color: #288BFF;
}

a:hover {
  text-decoration: underline;
}

sup {
  position: relative;
  top: -10px;
  left: -5px;
  font-size: 60%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 5px;
  color: #42465B;
  font-weight: 500;
  text-align: center;
}

.h1 {
  font-size: 42px;
}

@media only screen and (max-width: 480px) {
  .h1 {
    font-size: 36px;
  }
}

.h2 {
  font-size: 42px;
}

@media only screen and (max-width: 768px) {
  .h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .h2 {
    font-size: 32px;
  }
}

.h3 {
  font-size: 35px;
}

@media only screen and (max-width: 768px) {
  .h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-size: 23px;
}

@media only screen and (max-width: 768px) {
  .h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .h4 {
    font-size: 18px;
  }
}

.subtitle {
  text-align: center;
  color: #505050;
  font-size: 35px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .subtitle {
    font-size: 26px;
  }
}

.row {
  *zoom: 1;
  margin: 0 -15px;
}

.row:after {
  content: " ";
  display: table;
  clear: both;
}

.col-1 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 8.33333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-1 {
    width: 8.33333333%;
  }
}

.col-2 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 16.66666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-2 {
    width: 16.66666667%;
  }
}

.col-3 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .mob-col-3 {
    width: 25%;
  }
}

.col-4 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 33.33333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-4 {
    width: 33.33333333%;
  }
}

.col-5 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 41.66666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-5 {
    width: 41.66666667%;
  }
}

.col-6 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .mob-col-6 {
    width: 50%;
  }
}

.col-7 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 58.33333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-7 {
    width: 58.33333333%;
  }
}

.col-8 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 66.66666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-8 {
    width: 66.66666667%;
  }
}

.col-9 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .mob-col-9 {
    width: 75%;
  }
}

.col-10 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 83.33333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-10 {
    width: 83.33333333%;
  }
}

.col-11 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 91.66666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-11 {
    width: 91.66666667%;
  }
}

.col-12 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mob-col-12 {
    width: 100%;
  }
}

.header {
  margin-bottom: 50px;
}

.nav {
  text-align: center;
}

.menu {
  font-size: 0;
}

.menu .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  margin: 0 20px;
}

.menu .menu-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.menu .menu-link {
  font-size: 14px;
  line-height: 2;
  color: #42465B;
  cursor: pointer;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.menu .menu-link a {
  color: #42465B;
  text-decoration: none;
}

.menu .menu-link:hover {
  text-decoration: none;
  color: #288BFF;
}

.menu .menu-link:hover a {
  color: #288BFF;
}

.dropdown {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 400px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 18px;
  border-radius: 12px;
  background: rgba(0, 6, 36, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  z-index: 99;
}

.dropdown:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 165px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(0, 6, 36, 0.95) transparent;
}

@media only screen and (max-width: 480px) {
  .dropdown {
    width: 280px;
  }

  .dropdown:before {
    right: 105px;
  }
}

.dropdown .dropdown-menu {
  font-size: 0;
  text-align: left;
}

.dropdown .dropdown-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .dropdown .dropdown-item {
    width: 50%;
  }
}

.dropdown .dropdown-link {
  display: block;
  height: 142px;
  padding: 16px 10px;
  color: #fff;
  border-radius: 1px;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.dropdown .dropdown-link:hover {
  background: #38415B;
  text-decoration: none;
}

.dropdown .dropdown-icon {
  height: 64px;
  margin-bottom: 10px;
}

.dropdown .dropdown-icon img {
  max-width: 64px;
}

.dropdown .dropdown-title {
  font-size: 14px;
}

.footer {
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(114, 114, 114, 0.55);
}

.footer a {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 5px;
}

.topper {
  margin-bottom: 82px;
}

.apps-row {
  *zoom: 1;
}

.apps-row:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .apps-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product {
  position: relative;
  display: table;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .product {
    padding: 20px 20px 90px;
  }
}

@media only screen and (max-width: 768px) {
  .product {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }

  .product .btn {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 600px) {
  .product {
    display: block;
  }
}

.product .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product .product-img {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  padding-right: 40px;
}

.product .product-img img {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: 140px;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .product .product-img {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .product .product-img {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}

.product .product-info {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .product .product-info {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.product .product-title {
  margin-bottom: 11px;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .product .product-title {
    text-align: center;
  }
}

.product .product-subtitle {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 300;
  color: #505050;
}

.product .product-descr {
  margin-bottom: 20px;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .product .product-descr {
    font-size: 16px;
  }
}

.product.-prod {
  background: none;
}

@media only screen and (max-width: 768px) {
  .product.-prod {
    padding: 10px;
  }

  .product.-prod .product-img,
  .product.-prod .product-info {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .product.-prod .product-title {
    text-align: center;
  }
}

.product.-big {
  padding: 40px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 0;
}

.product.-big:after {
  display: none;
}

.product.-big .btn {
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .product.-big {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .product.-big {
    padding: 10px;
  }
}

.product.-big .product-img,
.product.-big .product-info {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .product.-big .product-img,
  .product.-big .product-info {
    display: block;
    width: 100%;
  }
}

.product.-big .product-img img {
  width: 365px;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .product.-big .product-img {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .product.-big .product-img img {
    width: 200px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .product.-big .product-img {
    width: 100%;
  }
}

.product.-big .product-info {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .product.-big .product-info {
    width: 55%;
    padding-left: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .product.-big .product-info {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.product.-big .product-title {
  text-align: left;
  margin-bottom: 23px;
}

@media only screen and (max-width: 600px) {
  .product.-big .product-title {
    text-align: center;
  }
}

.product.-small {
  padding: 30px;
}

a.product {
  color: #727272;
}

a.product:hover {
  text-decoration: none;
}

a.product:hover .product-title {
  color: #288BFF;
}

a.product:hover .product-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.appstore-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 10px;
}

.get {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.get:hover .get-dropdown {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 480px) {
  .get {
    display: block;
  }
}

.get .btn {
  margin: 0 !important;
}

.get .get-dropdown {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 290px;
  padding-top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 600px) {
  .get .get-dropdown {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 480px) {
  .get .get-dropdown {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.get .get-list {
  position: relative;
  padding: 15px 0;
  border-radius: 12px;
  text-align: left;
  background: rgba(0, 6, 36, 0.95);
}

.get .get-list:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 105px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(0, 6, 36, 0.95) transparent;
}

@media only screen and (max-width: 480px) {
  .get .get-list:before {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.get .get-list li a,
.get .get-list li button {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  background: none;
  border-radius: 1px;
  text-align: left;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.get .get-list li a .icon,
.get .get-list li button .icon {
  display: inline-block;
  margin-right: 5px;
}

.get .get-list li a:hover,
.get .get-list li button:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.18);
}

.command {
  padding: 120px 0 145px;
  font-size: 0;
}

.command .command-block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 80px;
  padding-right: 20px;
  font-size: 18px;
}

.command .command-block .h4 {
  text-align: left;
}

.command .command-block p {
  margin-bottom: 20px;
}

.command .command-block code {
  color: #42465B;
}

.alert {
  position: relative;
  padding: 17px;
  background: #39D126;
}

.alert .alert-body {
  *zoom: 1;
}

.alert .alert-body:after {
  content: " ";
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .alert .alert-body {
    text-align: center;
  }
}

.alert .alert-left {
  float: left;
}

@media only screen and (max-width: 768px) {
  .alert .alert-left {
    float: none;
    margin-bottom: 10px;
  }
}

.alert .alert-right {
  float: right;
}

@media only screen and (max-width: 768px) {
  .alert .alert-right {
    float: none;
  }
}

.alert .alert-row {
  font-size: 0;
}

.alert .alert-col {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .alert .alert-col {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .alert .alert-col {
    margin-bottom: 10px;
  }
}

.alert .alert-col .icon-macpaw {
  font-size: 32px;
}

.alert .alert-col img {
  width: auto;
  height: 32px;
}

.benefits {
  margin-bottom: 80px;
}

.benefit {
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .benefit {
    margin-bottom: 40px;
  }
}

.benefit .benefit-icon {
  height: 40px;
  margin-bottom: 17px;
  font-size: 30px;
}

.white {
  background: #fff;
}

.swiper-container {
  position: relative;
  padding: 120px 0 40px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .swiper-container {
    padding: 50px 0;
  }
}

.swiper-container .swiper-slide {
  text-align: center;
}

.swiper-container .swiper-slide img {
  max-width: 100%;
}

.swiper-container .swiper-prev,
.swiper-container .swiper-next {
  position: absolute;
  top: 50%;
  background: none;
  font-size: 33px;
  color: #6c7073;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  z-index: 9;
}

.swiper-container .swiper-prev:hover,
.swiper-container .swiper-next:hover {
  color: #a0a6ab;
}

@media only screen and (max-width: 600px) {
  .swiper-container .swiper-prev,
  .swiper-container .swiper-next {
    display: none;
  }
}

.swiper-container .swiper-prev {
  left: 0;
}

.swiper-container .swiper-next {
  right: 0;
}

.formats {
  position: relative;
  max-height: 600px;
  padding-top: 50px;
  margin-bottom: 120px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: height 3000ms;
  transition: height 3000ms;
}

@media only screen and (max-width: 768px) {
  .formats {
    display: none;
  }
}

.formats.is-open {
  max-height: inherit;
}

.formats.is-open .formats-footer {
  display: none;
}

.formats-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
  text-align: center;
  background: linear-gradient(to top, #fff 0, #fff 70px, rgba(255, 255, 255, 0) 100%);
}

.formats-footer .btn {
  pointer-events: initial;
}

.formats-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

.formats-col {
  width: 33%;
  padding-right: 60px;
}

.formats-col .h4 {
  margin-bottom: 25px;
}

.formats-text {
  text-align: left;
  font-size: 14px;
}

.formats-table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 14px;
  color: #727272;
}

.formats-table strong {
  font-weight: bold;
  color: #42465B;
}

.formats-table td {
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
}

.formats-table td:last-child {
  text-align: right;
}

.hint {
  position: absolute;
  top: 15px;
  right: -30px;
  text-align: left;
}

.hint.is-open .hint-body {
  opacity: 1;
  visibility: visible;
}

.hint .hint-btn {
  font-size: 20px;
  color: #288BFF;
  background: none;
}

.hint .hint-body {
  position: absolute;
  bottom: 35px;
  right: -30px;
  width: 290px;
  border-radius: 12px;
  padding: 30px;
  background: rgba(0, 6, 36, 0.95);
  font-size: 14px;
  color: #fff;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  visibility: hidden;
}

.hint .hint-body:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 35px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 6, 36, 0.95) transparent transparent transparent;
}

.hint .hint-body strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
}

.howto {
  padding: 0 10px 60px;
}

.howto .h2 {
  margin-bottom: 25px;
}

.howto .howto-footer {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.howto .howto-footer p {
  margin-bottom: 36px;
}

.howto .howto-footer .btn {
  margin: 0 0 10px;
}

.howto .howto-footer .appstore-link {
  margin: 0 10px 10px 0;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px -10px;
}

@media only screen and (max-width: 768px) {
  .steps {
    display: block;
    margin: 0 0 60px;
  }
}

.step {
  width: 100%;
  padding: 20px 30px 30px;
  border-radius: 8px;
  margin: 0 10px;
  background: #EDF1FB;
  text-align: center;
  font-size: 14px;
}

.step .h2 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .step {
    margin: 0 0 20px;
    min-height: inherit;
  }
}

.more {
  padding: 60px 0 40px;
}

.more .h2 {
  margin-bottom: 40px;
}

.apps-row {
  *zoom: 1;
  margin: 0 -15px;
}

.apps-row:after {
  content: " ";
  display: table;
  clear: both;
}

.apps-col {
  float: left;
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 1024px) {
  .apps-col {
    width: 100%;
  }
}

body {
  background: url(/images/bg.jpg) no-repeat;
  background-size: cover;
}

.gift-card-form {
  font-size: 14px;
  color: #c1c5da;
}

.gift-card-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 20px;
}

.gift-card-form__email {
  width: 380px;
  padding: 20px;
  font-size: 16px;
  color: #42465b;
  border-radius: 12px;
}

.gift-card-form__button {
  width: 190px;
}

.gift-card-form__footer-message {
  display: none;
  width: 480px;
  margin: 60px auto 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  color: #c1c5da;
}

.gift-card-form__footer-message--error {
  width: 360px;
  color: #ff5858;
}

.gift-card-form__footer {
  margin-top: 15px;
}

.gift-card-form__footer a {
  color: #18A6FF;
}

.gemini-gift {
  text-align: center;
}

.gemini-gift .topper {
  margin-top: 100px;
  margin-bottom: 0;
}

.gemini-gift .h1 {
  max-width: 670px;
  margin: 30px auto 24px;
  font-weight: 600;
}

.gemini-gift .wrapper {
  width: 1105px;
}

.gemini-gift .wrapper-thin {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.gemini-gift .page-arrow {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 72px;
  font-size: 0;
}

.gemini-gift .page-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: 10px;
  width: 20px;
}

.gemini-gift .page-arrow:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 36px;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #E7ECF5;
  opacity: 0.72;
  border-radius: 10px;
  z-index: 0;
}

.gemini-gift .announcement {
  margin-bottom: 72px;
}

.gemini-gift .announcement__text {
  font-size: 20px;
  line-height: 1.6;
}

.gemini-gift .introduce__image {
  margin: 40px auto 72px;
}

.gemini-gift .introduce__text {
  font-size: 20px;
  line-height: 1.6;
}

.gemini-gift .gift-card {
  position: relative;
  width: 720px;
  margin: 0 auto;
  padding: 40px 64px;
  border-radius: 25px;
  background-image: url("/img/gift-card-background.svg"), -webkit-gradient(linear, left top, left bottom, from(#3d446a), to(#32364d));
  background-image: url("/img/gift-card-background.svg"), linear-gradient(to bottom, #3d446a, #32364d);
  background-repeat: no-repeat;
}

.gemini-gift .gift-card::before {
  content: '';
  width: 100px;
  height: 15px;
  position: absolute;
  top: 60px;
  left: 50%;
  border-radius: 13px;
  background-color: #f3f5f9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gemini-gift .gift-card::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(60px - 5px);
  left: 50%;
  border-radius: 50%;
  background-color: #f3f5f9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gemini-gift .gift-card__go-to-gemini {
  display: none;
  margin-top: 40px;
}

.gemini-gift .gift-card__form {
  font-size: 14px;
  color: #c1c5da;
}

.gemini-gift .gift-card____form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gemini-gift .gift-card__email {
  width: 380px;
  padding: 20px;
  font-size: 16px;
  color: #42465b;
  border-radius: 12px;
}

.gemini-gift .gift-card__button {
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  background-color: #18a6ff;
  color: #fff;
}

.gemini-gift .gift-card__button[disabled] {
  background: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.gemini-gift .gift-card__logo {
  position: absolute;
  top: 30px;
  left: 60px;
}

.gemini-gift .gift-card__image {
  margin: 85px auto 25px;
}

.gemini-gift .gift-card__price-tag {
  position: absolute;
  top: 40px;
  right: 30px;
}

.gemini-gift .gift-card__title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.gemini-gift .gift-card__description {
  max-width: 460px;
  margin: 0 auto;
  opacity: 0.72;
  color: #c1c5da;
  font-size: 18px;
  line-height: 1.5;
}

.gemini-gift .products {
  background: #f7f7fa;
  padding: 72px 15px 32px;
  text-align: center;
}

.gemini-gift .products .products-in {
  max-width: 1140px;
  margin: 0 auto;
}

.gemini-gift .products .products-text {
  margin-bottom: 48px;
}

.gemini-gift .products .products-list {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gemini-gift .products .product {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  min-width: 285px;
  margin: 0 1% 34px;
  padding: 0;
}

.gemini-gift .products .product .product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  text-decoration: none;
  color: #42465b;
  border-radius: 12px;
  padding: 42px 28px;
}

.gemini-gift .products .product .product-link:hover .product-title {
  color: #288bff;
}

.gemini-gift .products .product .product-link:hover .product-icon {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.gemini-gift .products .product .product-link .product-icon {
  width: 104px;
  text-align: center;
  padding-right: 28px;
  will-change: transform;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.gemini-gift .products .product .product-link .product-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  text-align: left;
}

.gemini-gift .products .product .product-link .product-text {
  font-size: 14px;
  color: #777989;
  text-align: left;
}

.gemini-gift .slider {
  margin: 0 -50px;
}

.gemini-gift .review {
  position: relative;
  color: #42465b;
  padding: 0 50px 80px;
  text-align: center;
}

.gemini-gift .review .review-img {
  margin-bottom: 27px;
}

.gemini-gift .review .review-text {
  position: relative;
  margin-bottom: 42px;
  font-size: 20px;
}

.gemini-gift .review .review-name {
  font-size: 16px;
  font-weight: bold;
}

.gemini-gift .review .review-sign {
  position: absolute;
  left: 67%;
  bottom: -60px;
  width: 210px;
}

.gemini-gift .review .review-sign img {
  max-width: 100%;
}

.gemini-gift .quote-left {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background: url("/img/quotes-icon.svg") no-repeat center;
}

.gemini-gift .swiper-container {
  margin-bottom: 32px;
  padding: 120px 0 0;
}

.gemini-gift .swiper-slide-active .quote-left {
  opacity: 1;
  visibility: visible;
}

.gemini-gift .quote-right {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background: url("/img/quotes-icon.svg") no-repeat center;
}

.gemini-gift .swiper-slide-active .quote-right {
  opacity: 1;
  visibility: visible;
}

.gemini-gift .swiper-slide .review-img,
.gemini-gift .swiper-slide .review-text,
.gemini-gift .swiper-slide .review-author {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.gemini-gift .swiper-slide.swiper-slide-active .review-img,
.gemini-gift .swiper-slide.swiper-slide-active .review-text,
.gemini-gift .swiper-slide.swiper-slide-active .review-author {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gemini-gift .swiper-slide.swiper-slide-active .review-img {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.gemini-gift .swiper-slide.swiper-slide-active .review-text {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.gemini-gift .swiper-slide.swiper-slide-active .review-author {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.footer {
  background: #f7f7fa;
}

