/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Proxima soft & Core Sans G */
@font-face {
  font-family: "Proxima Soft";
  src: url("../fonts/hinted-ProximaSoft-Regular.eot");
  src: local("Proxima Soft Regular"), local("ProximaSoft-Regular"), url("../fonts/hinted-ProximaSoft-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaSoft-Regular.woff") format("woff"), url("../fonts/hinted-ProximaSoft-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Soft";
  src: url("../fonts/hinted-ProximaSoft-Bold.eot");
  src: local("Proxima Soft Bold"), local("ProximaSoft-Bold"), url("../fonts/hinted-ProximaSoft-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaSoft-Bold.woff") format("woff"), url("../fonts/hinted-ProximaSoft-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Soft";
  src: url("../fonts/hinted-ProximaSoft-Medium.eot");
  src: local("Proxima Soft Medium"), local("ProximaSoft-Medium"), url("../fonts/hinted-ProximaSoft-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaSoft-Medium.woff") format("woff"), url("../fonts/hinted-ProximaSoft-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Soft";
  src: url("../fonts/hinted-ProximaSoft-Light.eot");
  src: local("Proxima Soft Light"), local("ProximaSoft-Light"), url("../fonts/hinted-ProximaSoft-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaSoft-Light.woff") format("woff"), url("../fonts/hinted-ProximaSoft-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Core Sans";
  src: url("../fonts/hinted-CoreSansG35Light.eot");
  src: local("Core Sans G 35 Light"), local("CoreSansG35Light"), url("../fonts/hinted-CoreSansG35Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-CoreSansG35Light.woff") format("woff"), url("../fonts/hinted-CoreSansG35Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Core Sans", sans-serif !important;
}

.editable {
  padding-bottom: 100px;
}
.editable .lead-text {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}
.editable blockquote {
  position: relative;
  margin: 35px 0;
  padding: 0 50px 0 43px;
  border: none;
}
.editable blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
}
.editable blockquote .author {
  font-size: 14px;
  text-align: right;
}
.editable ul {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.editable ul li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 8px;
  font-size: 16px !important;
}
.editable table {
  border-collapse: collapse;
  width: 100%;
}
body {
  font-family: "proxima-soft", sans-serif !important;
  overflow-y: scroll;
  background: #fff;
}

.container {
  position: relative;
  padding: 0;
  max-width: 119rem !important;
  align-items: center;
}

.block {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a {
  outline: 0 !important;
  text-decoration: none;
}

*, ::after, ::before {
  box-sizing: border-box;
}

button, input {
  overflow: visible;
}

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

:root {
  font-size: 10px;
}

.nav {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 999;
}
.nav .nav-lang {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin: 0 0.9rem;
  padding: 0 0.3rem;
  outline: 0;
  font-size: 1.7rem;
  color: #5E326E;
}
.nav .nav-lang:hover {
  color: #fff;
}
.nav-brand-wrap {
  display: flex;
  justify-content: center;
  padding: 4.2rem 0;
}
.nav-brand {
  display: block;
  background: url("../img/logo-purple.svg") no-repeat 0 0;
  width: 20rem;
  height: 2.1rem;
}
.nav-links {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-links li a {
  display: block;
  position: relative;
  margin: 0 0.9rem;
  padding: 0 0.3rem;
  outline: 0;
  font-size: 1.7rem;
  color: #5E326E;
}
.nav-links li a:hover {
  color: #fff;
}
.nav-links li.active a {
  color: #fff;
}
.nav-links li.active a:after {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  border-radius: 0.2rem;
}
.nav.sticky {
  position: fixed;
  background: #71D9CE;
  width: 100%;
  height: 8rem;
}
.nav.sticky .container {
  position: inherit;
}
.nav.sticky .nav-brand-wrap {
  position: absolute;
  left: -24rem;
  padding: 3.2rem 0;
}
.nav.sticky .nav-brand {
  width: 15rem;
  height: 1.6rem;
}
.nav.sticky .nav-links {
  padding: 3rem 0;
}
@media (max-width: 1140px) {
  .nav.sticky {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .nav.sticky .container {
    width: 100%;
  }
  .nav.sticky .nav-brand-wrap {
    padding-left: 3rem;
    position: inherit;
    left: inherit;
  }
  .nav.sticky .nav-links {
    padding-left: 21rem;
    justify-content: flex-start;
  }
}
@media (max-width: 1000px) {
  .nav.sticky .container {
    width: 100%;
  }
  .nav.sticky .nav-brand-wrap {
    display: none;
  }
  .nav.sticky .nav-links {
    padding-left: 0;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .nav-brand {
    width: 12rem;
    height: 1.3rem;
  }
  .nav-brand-wrap {
    padding: 1.9rem 0;
  }
  .nav-links {
    display: none;
  }
  .nav.sticky {
    display: none;
  }
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #5E326E url("../img/footer-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.footer .container {
  padding: 7rem 0;
}
.footer-brand {
  display: block;
  background: url(../img/logo-green.svg) no-repeat 0 0;
  width: 15rem;
  height: 1.6rem;
}
.footer-brand-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.footer-info {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.footer-info a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .footer .container {
    padding: 5rem 3rem;
  }
}

/* LANGINGPAGE */
.landingpage .offers {
  margin-bottom: 1rem;
}
.landingpage .offers .container {
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -24px;
}
.landingpage .offers .offers-col {
  display: flex;
  flex: 1 1 calc(25% - 24px);
  flex-direction: column;
  text-align: center;
  max-width: 234px;
  width: 234px;
  margin-left: 24px;
  margin-bottom: 24px;
  height: 323px;
  background-size: cover;
  color: #ffffff;
  box-shadow: 0 50px 75px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.landingpage .offers .offers-col h3 {
  color: white;
  background: #13BFAE;
  padding: 8px;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 3rem;
  min-height: 65px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.landingpage .offers .offers-col .price {
  margin-top: 3.5rem;
  font-family: "proxima-soft", sans-serif;
}
.landingpage .offers .offers-col .price .price-value {
  font-weight: 600;
  font-size: 6.4rem;
}
.landingpage .offers .offers-col .price .price-month {
  font-size: 2.4rem;
  margin-top: -2rem;
}
.landingpage .offers .offers-col ul.offer-content {
  font-weight: 600;
  font-size: 1.6rem;
  list-style: none;
  padding: 12px;
}
.landingpage .offers .offer-1 {
  background: url("../img/bg-offer-g-1.png") no-repeat bottom center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landingpage .offers .offer-1 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/bg-offer-g-1@2x.png");
    background-size: 234px 323px;
  }
}
.landingpage .offers .offer-2 {
  background: url("../img/bg-offer-g-2.png") no-repeat bottom center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landingpage .offers .offer-2 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/bg-offer-g-2@2x.png");
    background-size: 234px 323px;
  }
}
.landingpage .offers .offer-3 {
  background: url("../img/bg-offer-g-3.png") no-repeat bottom center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landingpage .offers .offer-3 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/bg-offer-g-3@2x.png");
    background-size: 234px 323px;
  }
}
.landingpage .offers .offer-4 {
  background: url("../img/bg-offer-g-4.png") no-repeat bottom center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .landingpage .offers .offer-4 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../img/bg-offer-g-4@2x.png");
    background-size: 234px 323px;
  }
}
.landingpage .block.additional-prices {
  margin-bottom: 10rem;
}
.landingpage .block.additional-prices .container .additional-prices {
  text-align: center;
  color: #13BFAE;
}

.overview {
  position: relative;
  background: url("../img/header-bg.png") no-repeat 50% -152px;
  overflow: hidden;
  min-height: 79.4rem;
}
.overview .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: row;
  padding: 20.2rem 0 0 0;
}
.overview-content, .overview-preview {
  display: flex;
  flex: 2;
  flex-direction: column;
}
.overview-content {
  text-align: center;
  max-width: 52.4rem;
}
.overview-content h1 {
  margin: 0;
  padding: 0 0 2.1rem 0;
  font-family: "Core Sans", sans-serif;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.overview-content .intro {
  margin: 0 auto;
  padding: 0;
  font-family: "proxima-soft", sans-serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #fff;
  max-width: 41rem;
}
.overview-content .actions {
  padding: 6.2rem 0 0 0;
}
.overview-preview {
  margin-left: 1rem;
}
.overview-preview-wrap {
  margin: -5rem -26.8rem 0 0;
  background: url("../img/header-preview.png") no-repeat 0 0;
  width: 82.1rem;
  height: 59.7rem;
  position: relative;
}
.overview .btn-video {
  position: absolute;
  top: 255px;
  left: 260px;
  padding: 18px 42px;
  background: #13BFAE;
  font-family: "proxima-soft", sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  border-radius: 44px;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.overview .btn-video:hover {
  background-color: #15d6c3;
}
.overview .video {
  margin: 10.3rem 0 0 6.2rem;
  background: transparent;
  width: 59.6rem;
  height: 33.2rem;
  border-bottom-left-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
}
.overview .slide {
  display: block;
  position: absolute;
  bottom: 6.7rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 1930px) {
  .overview {
    background-size: cover;
  }
}
@media (max-width: 1140px) {
  .overview-content {
    padding-left: 2rem;
  }
}
@media (max-width: 1000px) {
  .overview {
    flex-direction: column;
    justify-content: flex-start;
    background-position: 34% 0;
  }
  .overview .container {
    align-items: center;
    flex-direction: column;
  }
  .overview-content {
    margin: 0;
    padding: 0;
    max-width: 46.4rem;
  }
  .overview-content h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .overview-content .intro {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .overview-content .actions {
    padding: 3.8rem 0 0 0;
  }
  .overview-preview {
    margin: 0;
  }
  .overview-preview-wrap {
    margin: 2rem -9.8rem -10rem 0;
    width: 82.1rem;
    height: 69.7rem;
  }
  .overview .slide {
    display: none;
  }
}
@media (max-width: 640px) {
  .overview {
    min-height: inherit;
    background-size: cover;
  }
  .overview .container {
    padding: 8.1rem 0 0 0;
  }
  .overview-content {
    padding: 0 2.8rem;
  }
  .overview-content h1 {
    padding-bottom: 1.7rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .overview-content .intro {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .overview-preview-wrap {
    margin: 2rem -4.8rem 0 0;
    background-size: 100%;
    width: 36.1rem;
    height: 24.7rem;
  }
  .overview .video {
    margin: 4.5rem 0 0 2.7rem;
    width: 26.3rem;
    height: 14.6rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
  }
}

.block h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 2.8rem 0;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.block h2 {
  display: block;
  font-family: "Proxima Soft", sans-serif !important;
  font-size: 5rem;
  line-height: 5.3rem;
  font-weight: 300;
  text-align: center;
  color: #13BFAE;
  width: 100%;
}
.block p {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #3D2845;
}
.block a {
  font-weight: 500;
  color: #13BFAE;
}
@media (max-width: 640px) {
  .block h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1.9rem;
  }
  .block p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.features .container {
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.features h3 {
  margin: 0 0 2.8rem 0;
  padding: 0;
  height: 8rem;
}
.features-col {
  display: flex;
  flex: 1 1 29%;
  flex-direction: column;
  text-align: center;
  padding: 4rem 2.1rem;
}
.features-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  height: 5.4rem;
}
.features-ico:before {
  display: block;
  content: "";
}
.features .ico-cloud:before {
  background: url("../img/ico-cloud-green.svg") no-repeat 0 0;
  width: 6.3rem;
  height: 4rem;
}
.features .ico-expenses:before {
  background: url("../img/ico-expenses-green.svg") no-repeat 0 0;
  width: 4rem;
  height: 5.2rem;
}
.features .ico-invoicing:before {
  background: url("../img/ico-invoicing-green.svg") no-repeat 0 0;
  width: 4.5rem;
  height: 4.4rem;
}
.features .ico-reports:before {
  background: url("../img/ico-reports-green.svg") no-repeat 0 0;
  width: 4rem;
  height: 5.4rem;
}
.features .ico-inbox:before {
  background: url("../img/ico-inbox-green.svg") no-repeat 0 0;
  width: 5.6rem;
  height: 4rem;
}
.features .ico-backups:before {
  background: url("../img/ico-backups-green.svg") no-repeat 0 0;
  width: 5.1rem;
  height: 4.7rem;
}
.features .ico-security:before {
  background: url("../img/ico-security-green.svg") no-repeat 0 0;
  width: 3.1rem;
  height: 4.3rem;
}
.features .ico-currencies:before {
  background: url("../img/ico-currencies-green.svg") no-repeat 0 0;
  width: 11.7rem;
  height: 4.4rem;
}
.features .ico-user:before {
  background: url("../img/ico-user-green.svg") no-repeat 0 0;
  width: 5.2rem;
  height: 5.2rem;
}
.features .ico-check:before {
  background: url("../img/ico-check-green.svg") no-repeat 0 0;
  width: 3.9rem;
  height: 2.7rem;
}
.features.practice h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  height: 5rem;
}
.features.practice .features-col {
  flex: 1 1 16%;
}
.features.practice .features-ico {
  margin-bottom: 3.3rem;
  height: 2.6rem;
}
@media (max-width: 1000px) {
  .features-col {
    flex: 1 1 50%;
  }
  .features.practice .features-col {
    flex: 1 1 30%;
  }
}
@media (max-width: 640px) {
  .features h3 {
    margin-bottom: 1.9rem;
    height: 5rem;
  }
  .features-col {
    flex: 1 1 50%;
    padding: 2.5rem 0.5rem;
    width: 50%;
  }
  .features-ico {
    height: 4rem;
  }
  .features-ico:before {
    background-position: 50% 0 !important;
    height: 100% !important;
  }
  .features.practice .features-ico {
    margin-bottom: 1.8rem;
  }
  .features.practice h2 {
    font-size: 3rem;
    line-height: 2.6rem;
  }
  .features.practice h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    height: 4.4rem;
  }
}

.slides .container {
  padding: 10rem 0;
}
.slides .owl-carousel {
  padding-top: 6.4rem;
  background: url("../img/laptop-slider.png") no-repeat 0 0;
  width: 78.5rem;
  height: 50rem;
  margin: 0 auto;
}
.slides .item,
.slides .owl-stage-outer {
  max-width: 55rem;
  max-height: 34.4rem;
}
.slides .owl-stage-outer {
  margin: 0 auto;
}
.slides .owl-dot {
  outline: 0;
}
.slides .owl-dots {
  margin-top: 7.5rem !important;
}
@media (max-width: 640px) {
  .slides .container {
    padding: 3rem 0;
  }
  .slides .owl-carousel {
    padding-top: 2.7rem;
    background-size: 100%;
    width: 30rem;
    height: 22rem;
  }
  .slides .item, .slides .owl-stage-outer {
    max-width: 21.2rem;
    max-height: 12.8rem;
  }
  .slides .owl-dots {
    margin-top: 3.5rem !important;
  }
}

.bg-a {
  position: relative;
}
.bg-a:before {
  display: block;
  content: "";
  position: absolute;
  top: -130px;
  right: 0;
  background: url(../img/ico-cloud-light-big.svg) no-repeat 550px 0;
  width: 147.1rem;
  height: 109.2rem;
}
@media (max-width: 640px) {
  .bg-a:before {
    display: block;
    content: "";
    position: absolute;
    top: -7rem;
    right: 0;
    background-position: -30px 0;
    background-size: 680px;
    width: 100%;
    height: 50.2rem;
  }
}

.bg-b {
  background: url("../img/ico-cloud-light-big.svg") no-repeat 0 0;
}
@media (max-width: 640px) {
  .bg-b {
    background-position: -140px -15px;
    background-size: 450px;
  }
}

.access {
  background: #13BFAE url("../img/access-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
.access .container {
  position: relative;
  padding: 13.5rem 0;
}
.access .container:before {
  display: block;
  position: absolute;
  top: -5.8rem;
  left: -23rem;
  content: "";
  background: url("../img/ico-cloud-light-small.svg") no-repeat 0 0;
  width: 26.7rem;
  height: 24.4rem;
}
.access h2 {
  margin: 0;
  padding: 0 0 6.6rem 0;
  line-height: 6rem;
  color: #fff;
}
.access .form {
  width: 36rem;
}
.access .form-input {
  text-align: center;
}
@media (max-width: 640px) {
  .access .container {
    position: relative;
    padding: 4.7rem 0;
  }
  .access .container:before {
    top: -5.8rem;
    left: -6rem;
  }
  .access h2 {
    padding-bottom: 4rem;
    padding-top: 8rem;
    font-size: 3rem;
    line-height: 4rem;
  }
  .access .form {
    width: 28rem;
  }
}

.inbound-field input[type=text], .inbound-field input[type=url], .inbound-field input[type=email], .inbound-field input[type=tel], .inbound-field input[type=number], .inbound-field input[type=password] {
  width: 100% !important;
  text-align: center;
}

/* LANGINGPAGE */
body.thankyou-page {
  background: #5E326E url("../img/purple-bg.png") repeat-y 50% 50%;
  background-size: cover;
}
body.thankyou-page .block h3 {
  color: white;
}

.thankyou-page .footer {
  background: none;
}
.thankyou-page .overview {
  position: relative;
  background: url("../img/header-bg.png") no-repeat 50% -152px;
  overflow: hidden;
  min-height: 79.4rem;
}
.thankyou-page .overview .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: row;
  padding: 20.2rem 0 0 0;
}
.thankyou-page .overview-content, .thankyou-page .overview-preview {
  display: flex;
  flex: 2;
  flex-direction: column;
}
.thankyou-page .overview-content {
  text-align: center;
  max-width: 52.4rem;
}
.thankyou-page .overview-content h1 {
  margin: 0;
  padding: 0 0 2.1rem 0;
  font-family: "Core Sans", sans-serif;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.thankyou-page .overview-content .intro {
  margin: 0 auto;
  padding: 0;
  font-family: "proxima-soft", sans-serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #fff;
  max-width: 41rem;
}
.thankyou-page .overview-content .actions {
  padding: 6.2rem 0 0 0;
}
@media (min-width: 1930px) {
  .thankyou-page .overview {
    background-size: cover;
  }
}
@media (max-width: 1140px) {
  .thankyou-page .overview-content {
    padding-left: 2rem;
  }
}
@media (max-width: 1000px) {
  .thankyou-page .overview {
    flex-direction: column;
    justify-content: flex-start;
    background-position: 34% 0;
  }
  .thankyou-page .overview .container {
    align-items: center;
    flex-direction: column;
  }
  .thankyou-page .overview-content {
    margin: 0;
    padding: 0;
    max-width: 46.4rem;
  }
  .thankyou-page .overview-content h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .thankyou-page .overview-content .intro {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .thankyou-page .overview-content .actions {
    padding: 3.8rem 0 0 0;
  }
}
@media (max-width: 640px) {
  .thankyou-page .overview {
    min-height: inherit;
    background-size: cover;
  }
  .thankyou-page .overview .container {
    padding: 8.1rem 0 0 0;
  }
  .thankyou-page .overview-content {
    padding: 0 2.8rem;
  }
  .thankyou-page .overview-content h1 {
    padding-bottom: 1.7rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .thankyou-page .overview-content .intro {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .thankyou-page .overview-preview-wrap {
    margin: 2rem -4.8rem 0 0;
    background-size: 100%;
    width: 36.1rem;
    height: 24.7rem;
  }
  .thankyou-page .overview .video {
    margin: 4.5rem 0 0 2.7rem;
    width: 26.3rem;
    height: 14.6rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
  }
}
.thankyou-page .block h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 2.8rem 0;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.thankyou-page .block p {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #3D2845;
}
.thankyou-page .block a {
  font-weight: 500;
  color: #13BFAE;
}
@media (max-width: 640px) {
  .thankyou-page .block h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1.9rem;
  }
  .thankyou-page .block p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.thankyou-page .bg-a {
  position: relative;
}
.thankyou-page .bg-a:before {
  display: block;
  content: "";
  position: absolute;
  top: -130px;
  right: 0;
  background: url(../img/ico-cloud-light-big.svg) no-repeat 550px 0;
  width: 147.1rem;
  height: 109.2rem;
}
@media (max-width: 640px) {
  .thankyou-page .bg-a:before {
    display: block;
    content: "";
    position: absolute;
    top: -7rem;
    right: 0;
    background-position: -30px 0;
    background-size: 680px;
    width: 100%;
    height: 50.2rem;
  }
}

/* LANGINGPAGE */
body.simple-page .nav.sticky .nav-brand-wrap {
  left: -7.5rem;
}

.simple-page .hero {
  position: relative;
  background: url("../img/header-bg.png") no-repeat 50% 25%;
  min-height: 12rem;
}
.simple-page .hero .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: row;
  padding: 8rem 0 0 0;
}
.simple-page .hero h1 {
  margin: 0;
  padding: 0 0 2.1rem 0;
  font-family: "Core Sans", sans-serif;
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1930px) {
  .simple-page .hero {
    background-size: cover;
  }
}
@media (max-width: 1140px) {
  .simple-page .hero-content {
    padding-left: 2rem;
  }
}
@media (max-width: 1000px) {
  .simple-page .hero {
    flex-direction: column;
    justify-content: flex-start;
    background-position: 34% 0;
  }
  .simple-page .hero .container {
    align-items: center;
    flex-direction: column;
  }
  .simple-page .hero h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (max-width: 640px) {
  .simple-page .hero {
    min-height: inherit;
    background-size: cover;
  }
  .simple-page .hero .container {
    padding: 8.1rem 0 0 0;
  }
  .simple-page .hero h1 {
    padding-bottom: 1.7rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.simple-page .block.content-text .container {
  padding: 2rem 0;
}
.simple-page .block.content-text h2 {
  font-weight: 400;
  text-align: left;
}
.simple-page .block.content-text h2 strong {
  font-weight: 400;
}
.simple-page .block.content-text h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 2.8rem 0;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.simple-page .block.content-text p {
  margin: 1rem;
  padding: 0;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #3D2845;
}
.simple-page .block.content-text a {
  font-weight: 500;
  color: #13BFAE;
}
@media (max-width: 640px) {
  .simple-page .block.content-text h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1.9rem;
  }
  .simple-page .block.content-text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* BUTTONS */
.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.btn-purple, .form .inbound-button-submit, .inbound-now-form .inbound-button-submit {
  padding: 18px 42px;
  background: #5E326E;
  font-family: "proxima-soft", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  border-radius: 44px;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn-purple:hover, .form .inbound-button-submit:hover, .inbound-now-form .inbound-button-submit:hover {
  background-color: #733B88;
}
.btn-slide {
  display: inline-block;
  background: url("../img/arrow-white-down.svg") no-repeat 0 0;
  width: 2.1rem;
  height: 2.7rem;
}

/* FORMS */
.form, .inbound-now-form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.form .inbound-field, .inbound-now-form .inbound-field {
  position: relative;
  margin: 1rem 0;
}
.form .inbound-submit-area, .inbound-now-form .inbound-submit-area {
  text-align: center;
}
.form-row, .inbound-now-form-row {
  position: relative;
  margin: 1rem 0;
}
.form-ico .form-input, .inbound-now-form-ico .form-input {
  padding-left: 4.4rem;
  padding-right: 4.4rem;
}
.form-ico .ico-user-white, .inbound-now-form-ico .ico-user-white {
  position: absolute;
  top: 1.6rem;
  left: 1.5rem;
  background: url("../img/ico-user-white.svg") no-repeat 0 0;
  width: 1.9rem;
  height: 1.9rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-input, .form .inbound-input, .inbound-now-form-input, .inbound-now-form .inbound-input {
  display: block;
  padding: 1.7rem 1.5rem 1.6rem 1.5rem;
  border: solid 0.1rem rgba(236, 250, 249, 0.5);
  background: transparent;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  outline: 0;
  color: #fff;
  width: 100%;
  height: 5rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.form-input:focus, .form .inbound-input:focus, .inbound-now-form-input:focus, .inbound-now-form .inbound-input:focus {
  border-width: 0.2rem;
  border-color: #fff;
}
.form-input.placeholder, .form .inbound-input.placeholder, .inbound-now-form-input.placeholder, .inbound-now-form .inbound-input.placeholder {
  color: #fff;
}
.form-input:-moz-placeholder, .form .inbound-input:-moz-placeholder, .inbound-now-form-input:-moz-placeholder, .inbound-now-form .inbound-input:-moz-placeholder {
  color: #fff;
}
.form-input::-moz-placeholder, .form .inbound-input::-moz-placeholder, .inbound-now-form-input::-moz-placeholder, .inbound-now-form .inbound-input::-moz-placeholder {
  color: #fff;
}
.form-input::-webkit-input-placeholder, .form .inbound-input::-webkit-input-placeholder, .inbound-now-form-input::-webkit-input-placeholder, .inbound-now-form .inbound-input::-webkit-input-placeholder {
  color: #fff;
}
.form-input:-ms-input-placeholder, .form .inbound-input:-ms-input-placeholder, .inbound-now-form-input:-ms-input-placeholder, .inbound-now-form .inbound-input:-ms-input-placeholder {
  color: #fff;
}
.form .inbound-button-submit, .inbound-now-form .inbound-button-submit {
  text-transform: uppercase;
  border: none;
  text-align: center;
  min-width: 17.5rem;
  font-weight: 600;
  color: #fff;
}
.form-action, .inbound-now-form-action {
  padding-top: 2.4rem;
  text-align: center;
}
.form-action .btn, .inbound-now-form-action .btn {
  min-width: 17.5rem;
  font-weight: 600;
  color: #fff;
}

/* OWL CAROUSEL */
.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;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.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%;
}

.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;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  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 {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  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: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-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;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.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: #13BFAE;
  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: 8px;
  height: 8px;
  margin: 5px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*# sourceMappingURL=main.css.map */
