@charset "UTF-8";
.bg-beige {
  background-color: rgba(241, 236, 226, 0.95);
}

.bg-purple {
  background: rgba(238, 65, 151, 0.95);
  color: #fff;
}

.bg-purple.bg-darker {
  background: #C3007C;
}

.bg-purple.bg-darker-middle {
  background: #880056;
}

.bg-purple.bg-darkest {
  background: #660A3D;
}

.pricing-bg-blue {
  color: white;
}

.pricing-bg-blue.bg-light {
  background: rgba(71, 47, 219, 0.8);
}

.pricing-bg-blue.bg-middle {
  background: rgba(71, 47, 219, 0.9);
}

.pricing-bg-blue.bg-dark {
  background: #472fdb;
}

.bg-blue {
  background: linear-gradient(120deg, rgba(0, 216, 255, 0.95) 0%, rgba(3, 168, 245, 0.95) 100%);
  color: #2c5666;
}

.bg-green {
  background: linear-gradient(225deg, rgba(182, 254, 26, 0.95) 0%, rgba(104, 218, 29, 0.95) 100%);
}

.bg-gray {
  background: rgba(229, 229, 229, 0.95);
}

.bg-darkgray {
  background: #1f252a;
}

.bg-white {
  background: #fff;
}

@media screen and (min-width: 770px) {
  .abs-background-container.split-half {
    width: 50%;
  }
}

.bg-darkgray-with-noise {
  background-color: #1f252a;
}

body .txt-white {
  color: #fff;
}

body .txt-white h2 {
  color: #fff;
}

body .txt-white a {
  color: #fff;
}

@media screen and (max-width: 769px) {
  body .txt-white a {
    color: #ef5604;
  }
}

@media screen and (max-width: 769px) {
  .mobile-txt-white {
    color: #fff;
  }
  .mobile-txt-white a {
    color: #fff;
  }
  .mobile-txt-black {
    color: rgba(0, 0, 0, 0.8);
  }
  .mobile-txt-black a {
    color: rgba(0, 0, 0, 0.8);
  }
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.split-half {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 50%;
}

.reverse-split .split-half {
  float: right;
}

.split-third {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 33.333%;
}

.reverse-split .split-third {
  float: right;
}

.split-two-thirds {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 66.666%;
}

.reverse-split .split-two-thirds {
  float: right;
}

.split-fourth {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 25%;
}

.reverse-split .split-fourth {
  float: right;
}

.split-two-fourths {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 50%;
}

.reverse-split .split-two-fourths {
  float: right;
}

.split-three-fourths {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 75%;
}

.reverse-split .split-three-fourths {
  float: right;
}

.split-fifth {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 20%;
}

.reverse-split .split-fifth {
  float: right;
}

.split-two-fifths {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 40%;
}

.reverse-split .split-two-fifths {
  float: right;
}

.split-three-fifths {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 60%;
}

.reverse-split .split-three-fifths {
  float: right;
}

.split-four-fifths {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 80%;
}

.reverse-split .split-four-fifths {
  float: right;
}

.split-full {
  box-sizing: border-box;
  float: none;
  min-height: 1px;
  width: 100%;
}

.reverse-split .split-full {
  float: none;
}

@media screen and (max-width: 769px) {
  .split-mobile-half {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 50%;
  }
  .reverse-split .split-mobile-half {
    float: right;
  }
  .split-mobile-third {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 33.333%;
  }
  .reverse-split .split-mobile-third {
    float: right;
  }
  .split-mobile-two-thirds {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 66.666%;
  }
  .reverse-split .split-mobile-two-thirds {
    float: right;
  }
  .split-mobile-fourth {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 25%;
  }
  .reverse-split .split-mobile-fourth {
    float: right;
  }
  .split-mobile-two-fourths {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 50%;
  }
  .reverse-split .split-mobile-two-fourths {
    float: right;
  }
  .split-mobile-three-fourths {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 75%;
  }
  .reverse-split .split-mobile-three-fourths {
    float: right;
  }
  .split-mobile-fifth {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 20%;
  }
  .reverse-split .split-mobile-fifth {
    float: right;
  }
  .split-mobile-two-fifths {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 40%;
  }
  .reverse-split .split-mobile-two-fifths {
    float: right;
  }
  .split-mobile-three-fifths {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 60%;
  }
  .reverse-split .split-mobile-three-fifths {
    float: right;
  }
  .split-mobile-four-fifths {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    width: 80%;
  }
  .reverse-split .split-mobile-four-fifths {
    float: right;
  }
  .split-mobile-full {
    box-sizing: border-box;
    float: none;
    min-height: 1px;
    width: 100%;
  }
  .reverse-split .split-mobile-full {
    float: none;
  }
}

.split-with-no-padding {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.split-with-no-padding:first-child {
  padding-left: 0;
}

.split-with-no-padding:last-child {
  padding-right: 0;
}

.reverse-split .split-with-no-padding:first-child {
  padding-left: 0px;
  padding-right: 0;
}

.reverse-split .split-with-no-padding:last-child {
  padding-right: 0px;
  padding-left: 0;
}

.split-with-small-padding {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.split-with-small-padding:first-child {
  padding-left: 0;
}

.split-with-small-padding:last-child {
  padding-right: 0;
}

.reverse-split .split-with-small-padding:first-child {
  padding-left: 5px;
  padding-right: 0;
}

.reverse-split .split-with-small-padding:last-child {
  padding-right: 5px;
  padding-left: 0;
}

.split-with-medium-padding {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.split-with-medium-padding:first-child {
  padding-left: 0;
}

.split-with-medium-padding:last-child {
  padding-right: 0;
}

.reverse-split .split-with-medium-padding:first-child {
  padding-left: 10px;
  padding-right: 0;
}

.reverse-split .split-with-medium-padding:last-child {
  padding-right: 10px;
  padding-left: 0;
}

.split-with-large-padding {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.split-with-large-padding:first-child {
  padding-left: 0;
}

.split-with-large-padding:last-child {
  padding-right: 0;
}

.reverse-split .split-with-large-padding:first-child {
  padding-left: 20px;
  padding-right: 0;
}

.reverse-split .split-with-large-padding:last-child {
  padding-right: 20px;
  padding-left: 0;
}

.split-with-medium-large-padding {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.split-with-medium-large-padding:first-child {
  padding-left: 0;
}

.split-with-medium-large-padding:last-child {
  padding-right: 0;
}

.reverse-split .split-with-medium-large-padding:first-child {
  padding-left: 30px;
  padding-right: 0;
}

.reverse-split .split-with-medium-large-padding:last-child {
  padding-right: 30px;
  padding-left: 0;
}

.split-with-extra-large-padding {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.split-with-extra-large-padding:first-child {
  padding-left: 0;
}

.split-with-extra-large-padding:last-child {
  padding-right: 0;
}

.reverse-split .split-with-extra-large-padding:first-child {
  padding-left: 40px;
  padding-right: 0;
}

.reverse-split .split-with-extra-large-padding:last-child {
  padding-right: 40px;
  padding-left: 0;
}

@media screen and (max-width: 1000px) {
  .split-tablet-with-no-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .split-tablet-with-no-padding:first-child {
    padding-left: 0;
  }
  .split-tablet-with-no-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-no-padding:first-child {
    padding-left: 0px;
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-no-padding:last-child {
    padding-right: 0px;
    padding-left: 0;
  }
  .split-tablet-with-small-padding {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .split-tablet-with-small-padding:first-child {
    padding-left: 0;
  }
  .split-tablet-with-small-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-small-padding:first-child {
    padding-left: 5px;
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-small-padding:last-child {
    padding-right: 5px;
    padding-left: 0;
  }
  .split-tablet-with-medium-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .split-tablet-with-medium-padding:first-child {
    padding-left: 0;
  }
  .split-tablet-with-medium-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-medium-padding:first-child {
    padding-left: 10px;
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-medium-padding:last-child {
    padding-right: 10px;
    padding-left: 0;
  }
  .split-tablet-with-large-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .split-tablet-with-large-padding:first-child {
    padding-left: 0;
  }
  .split-tablet-with-large-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-large-padding:first-child {
    padding-left: 20px;
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-large-padding:last-child {
    padding-right: 20px;
    padding-left: 0;
  }
  .split-tablet-with-medium-large-padding {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .split-tablet-with-medium-large-padding:first-child {
    padding-left: 0;
  }
  .split-tablet-with-medium-large-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-medium-large-padding:first-child {
    padding-left: 30px;
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-medium-large-padding:last-child {
    padding-right: 30px;
    padding-left: 0;
  }
  .split-tablet-with-extra-large-padding {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .split-tablet-with-extra-large-padding:first-child {
    padding-left: 0;
  }
  .split-tablet-with-extra-large-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-extra-large-padding:first-child {
    padding-left: 40px;
    padding-right: 0;
  }
  .reverse-split .split-tablet-with-extra-large-padding:last-child {
    padding-right: 40px;
    padding-left: 0;
  }
}

@media screen and (max-width: 769px) {
  .split-mobile-with-no-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .split-mobile-with-no-padding:first-child {
    padding-left: 0;
  }
  .split-mobile-with-no-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-no-padding:first-child {
    padding-left: 0px;
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-no-padding:last-child {
    padding-right: 0px;
    padding-left: 0;
  }
  .split-mobile-with-small-padding {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .split-mobile-with-small-padding:first-child {
    padding-left: 0;
  }
  .split-mobile-with-small-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-small-padding:first-child {
    padding-left: 5px;
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-small-padding:last-child {
    padding-right: 5px;
    padding-left: 0;
  }
  .split-mobile-with-medium-padding {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .split-mobile-with-medium-padding:first-child {
    padding-left: 0;
  }
  .split-mobile-with-medium-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-medium-padding:first-child {
    padding-left: 10px;
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-medium-padding:last-child {
    padding-right: 10px;
    padding-left: 0;
  }
  .split-mobile-with-large-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .split-mobile-with-large-padding:first-child {
    padding-left: 0;
  }
  .split-mobile-with-large-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-large-padding:first-child {
    padding-left: 20px;
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-large-padding:last-child {
    padding-right: 20px;
    padding-left: 0;
  }
  .split-mobile-with-medium-large-padding {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .split-mobile-with-medium-large-padding:first-child {
    padding-left: 0;
  }
  .split-mobile-with-medium-large-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-medium-large-padding:first-child {
    padding-left: 30px;
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-medium-large-padding:last-child {
    padding-right: 30px;
    padding-left: 0;
  }
  .split-mobile-with-extra-large-padding {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .split-mobile-with-extra-large-padding:first-child {
    padding-left: 0;
  }
  .split-mobile-with-extra-large-padding:last-child {
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-extra-large-padding:first-child {
    padding-left: 40px;
    padding-right: 0;
  }
  .reverse-split .split-mobile-with-extra-large-padding:last-child {
    padding-right: 40px;
    padding-left: 0;
  }
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.heading-center h1, .heading-center h2, .heading-center h3, .heading-center h4 {
  text-align: center;
}

.align-left {
  float: left;
}

.align-center, .container, .pricing-page .pricing-container {
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  float: right;
}

.split-with-fixed-sidebar .fixed-sidebar {
  left: 0;
  width: 50%;
  position: fixed;
  z-index: 1;
  transition: left .3s;
}

@media screen and (min-width: 1600px) {
  .split-with-fixed-sidebar .fixed-sidebar {
    width: 800px;
  }
}

@media screen and (max-width: 769px) {
  .split-with-fixed-sidebar .fixed-sidebar {
    position: static;
    width: auto;
  }
}

.split-with-fixed-sidebar .fixed-sidebar .fixed-sidebar-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 769px) {
  .split-with-fixed-sidebar .fixed-sidebar .fixed-sidebar-wrapper {
    position: static;
  }
}

.split-with-fixed-sidebar .fixed-sidebar .scrollable-aligner {
  max-width: 460px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1060px) {
  .split-with-fixed-sidebar .fixed-sidebar .scrollable-aligner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 769px) {
  .split-with-fixed-sidebar .fixed-sidebar .scrollable-aligner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.split-with-fixed-sidebar .fixed-sidebar .scrollable-content {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
  padding-top: 120px;
}

@media screen and (min-width: 770px) {
  .split-with-fixed-sidebar .fixed-sidebar .scrollable-content {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -16px;
  }
  .split-with-fixed-sidebar .fixed-sidebar .scrollable-content::-webkit-scrollbar {
    height: 16px;
  }
}

@media screen and (max-width: 769px) {
  .split-with-fixed-sidebar .fixed-sidebar .scrollable-content {
    margin-right: 0px;
    padding-top: 80px;
  }
}

.split-with-fixed-sidebar .fixed-sidebar.animating {
  transition: margin-left .3s, left .3s;
}

.split-with-fixed-sidebar .right-content {
  box-sizing: border-box;
  margin-left: 50%;
}

@media screen and (min-width: 1600px) {
  .split-with-fixed-sidebar .right-content {
    margin-left: 800px;
  }
}

@media screen and (max-width: 769px) {
  .split-with-fixed-sidebar .right-content {
    margin-left: auto;
  }
}

.split-with-fixed-sidebar .right-content .inner {
  padding: 60px;
  text-align: left;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .split-with-fixed-sidebar .right-content .inner {
    padding: 0 20px;
    max-width: none;
  }
}

.split-with-fixed-sidebar .right-content.animating {
  transition: margin-left .3s;
}

@media screen and (min-width: 770px) {
  .transition-blog-list-collapsed .split-with-fixed-sidebar .fixed-sidebar {
    margin-left: -50%;
  }
}

@media screen and (min-width: 770px) and (min-width: 1600px) {
  .transition-blog-list-collapsed .split-with-fixed-sidebar .fixed-sidebar {
    margin-left: -800px;
  }
}

@media screen and (min-width: 770px) {
  .transition-blog-list-collapsed .split-with-fixed-sidebar .right-content {
    margin-left: 0%;
  }
}

.screen-height {
  position: relative;
}

.screen-height:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (min-width: 770px) {
  .screen-height {
    min-height: 768px;
  }
}

.screen-height-force {
  position: relative;
}

.screen-height-force:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (min-width: 770px) {
  .screen-height-force {
    height: 768px;
  }
}

@media screen and (max-width: 769px) {
  .free-height-on-mobile, .mobile-mode .screen-height.free-height-on-mobile, .mobile-mode .screen-height-force.free-height-on-mobile {
    min-height: 0;
    height: auto;
  }
}

.container {
  max-width: 1000px;
  padding: 0 30px;
}

@media screen and (max-width: 769px) {
  .container {
    padding: 0 20px;
  }
}

.container.text-container {
  padding-bottom: 30px;
}

@media screen and (min-width: 770px) {
  .container.text-container {
    max-width: 650px;
  }
}

@media screen and (max-width: 769px) {
  .blog-page .container.text-container {
    padding-top: 0;
  }
}

.container-w100 {
  width: 100%;
  box-sizing: border-box;
}

.container-fw1030 {
  width: 1030px;
  margin: 0 auto;
}

.container-fw975 {
  width: 975px;
  margin: 0 auto;
}

.container-mw1080 {
  max-width: 1080px;
}

.container-mw1120 {
  max-width: 1120px;
}

.container-mw1180 {
  max-width: 1180px;
}

.container-mw1200 {
  max-width: 1200px;
}

@media screen and (max-width: 1030px) {
  .container-fw1030 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 975px) {
  .container-fw975 {
    width: 100%;
    margin: 0 auto;
  }
}

.h100 {
  height: 100%;
}

.vh100 {
  min-height: 100vh;
}

.flex-vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 100;
}

.ontop2 {
  position: relative;
  z-index: 101;
}

.relative {
  position: relative;
}

.show-on-mobile {
  display: none;
}

@media screen and (max-width: 769px) {
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none !important;
  }
}

.vertical-center-content {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .mobile-vertical-center-content {
    display: flex;
  }
}

.section-with-aligned-submenu {
  position: fixed;
  z-index: 101;
  width: 50%;
}

@media screen and (max-width: 769px) {
  .section-with-aligned-submenu {
    position: static;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.top-padded {
  padding-top: 50px;
}

@media screen and (max-width: 769px) {
  .top-padded {
    padding-top: 30px;
  }
}

.top-small-padded {
  padding-top: 20px;
}

.top-bottom-padded, .container.text-container.top-bottom-padded, .container.top-bottom-padded {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .mobile-top-padded {
    padding-top: 30px;
  }
  .mobile-bottom-padded {
    padding-bottom: 30px;
  }
  .top-bottom-padded, .mobile-top-bottom-padded {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mobile-bottom-pic-padded, .half-split-page .half-split-page-text-inner.mobile-bottom-pic-padded {
    padding-bottom: 65%;
  }
}

.no-bottom-padding {
  padding-bottom: 0;
}

@media screen and (max-width: 769px) {
  .no-mobile-bottom-padding.container.text-container, .no-mobile-bottom-padding.container, .no-mobile-bottom-padding {
    padding-bottom: 0;
  }
  .no-mobile-top-padding.container.text-container, .no-mobile-top-padding.container, .no-mobile-top-padding {
    padding-top: 0;
  }
}

.top-padded-95 {
  padding-top: 95px;
}

@media screen and (max-width: 769px) {
  .top-padded-95 {
    padding-top: 75px;
  }
}

.table-container {
  overflow: auto;
}

@media screen and (min-width: 1000px) {
  .table-container {
    margin-right: -150px;
    margin-left: -150px;
  }
}

.table-container table {
  border-collapse: collapse;
}

.table-container table tr:nth-child(even) td {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-container table th,
.table-container table td {
  padding: 3px 10px;
  font-size: 12px;
}

.table-container table td {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-container table td div {
  line-height: 1.8;
}

a {
  color: rgba(0, 0, 0, 0.8);
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: rgba(0, 0, 0, 0.8);
  font: 18px/1.6em "Avenir Next", Avenir, Tahoma, arial;
}

body.modal-open {
  overflow: hidden;
}

.main-body {
  overflow-x: hidden;
}

body:not(.front-page):not(.blog-page) .main-body {
  transform: translate3d(0, 0, 0);
  transition: transform .3s linear;
}

body:not(.front-page):not(.blog-page).main-menu-open .main-body {
  transform: translate3d(-300px, 0, 0);
}

.main-body h1, .main-body h2, .main-body h3, .main-body h4, .main-body h5, .main-body h6, .main-body p {
  margin-top: 1em;
  margin-bottom: 0.7em;
}

.main-body h1:first-child, .main-body h2:first-child, .main-body h3:first-child, .main-body h4:first-child, .main-body h5:first-child, .main-body h6:first-child, .main-body p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.main-body input:not(.edy-editable) {
  border-radius: 0;
  -webkit-appearance: none;
}

.main-body input, .main-body textarea {
  box-sizing: border-box;
  font: 18px/1.6em "Avenir Next", Avenir, Tahoma, arial;
}

.main-body h1 {
  font: normal 70px/1.1em Bodoni, Georgia, serif;
}

@media screen and (max-width: 769px) {
  .main-body h1 {
    font-size: 42px;
    margin-bottom: 0.3em;
  }
}

.main-body h2 {
  font-weight: normal;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 769px) {
  .main-body h2 {
    font-size: 24px;
  }
}

.main-body h3 {
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 769px) {
  .main-body h3 {
    font-size: 20px;
  }
}

.main-body pre {
  padding: 0;
}

.main-body pre code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  margin: 0;
  overflow: auto;
  background-color: #f7f7f7;
}

.main-body b, .main-body strong {
  font-weight: 500;
}

.main-body img {
  width: 100%;
  height: auto;
}

.main-body .text-container a {
  color: #ef5604;
}

.main-body .text-container .try-btn-content,
.main-body .text-container .custom-btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 18px;
  background-color: #443df6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: 400;
  cursor: pointer;
}

.main-body .text-container img {
  max-width: 100%;
  height: auto;
}

.main-body .text-container .image-subtitle {
  font-size: 14px;
  line-height: 1.5em;
}

.main-body .text-container .highlight {
  font-family: Bodoni, Georgia, serif;
  border-left: 2px solid #472fdb;
  padding-left: 20px;
  font-size: 36px;
  line-height: 1.2;
  color: #472fdb;
  margin: 10px 0;
}

@media screen and (max-width: 769px) {
  .main-body .text-container .highlight {
    font-size: 28px;
  }
}

.main-body .text-container ul {
  padding-left: 1em;
}

.main-body .text-container ul ul {
  padding-left: 2em;
}

.btn, .tab {
  padding: .4em .8em;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  font-size: 18px;
  color: rgba(27, 33, 36, 0.75);
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 2px;
  -webkit-appearance: none;
  outline: none;
  user-select: none;
}

.btn-blue {
  font-weight: 500;
  color: #fff;
  background-color: #443df6;
  will-change: opacity;
}

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

.btn-gray {
  font-weight: 500;
  color: #fff;
  background-color: #666;
  will-change: opacity;
}

.btn-gray:hover {
  background-color: #6e6e6e;
}

.tab {
  font-weight: 500;
  will-change: opacity;
}

.tab.active {
  font-weight: 500;
  color: #fff;
  background-color: #443df6;
  will-change: opacity;
}

.tab.active:hover {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.tab:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-signup-popover .try-btn-content {
  white-space: normal;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
}

.try-btn-content,
.custom-btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 18px;
  background-color: #443df6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  white-space: nowrap;
}

.try-btn-content__small,
.custom-btn__small {
  padding: 10px 13px;
  font-size: 16px;
}

.try-btn-content__rounded,
.custom-btn__rounded {
  border-radius: 2px;
}

.try-btn-content.ws-normal,
.custom-btn.ws-normal {
  white-space: normal;
}

.form-errors {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.form-vertical fieldset {
  padding: 0;
  margin: 1em 0;
  text-align: left;
  border: none;
}

.form-vertical .form-group {
  position: relative;
}

.form-vertical .form-field-error {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  right: 0;
  top: 0;
  color: #be0000;
}

.form-vertical input {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 0;
  outline: 0;
}

.form-vertical input::-webkit-input-placeholder {
  font-weight: 500;
  color: #838586;
}

.form-vertical input::-moz-placeholder {
  font-weight: 500;
  color: #838586;
}

.form-vertical input:-moz-placeholder {
  font-weight: 500;
  color: #838586;
}

.form-vertical input:-ms-input-placeholder {
  font-weight: 500;
  color: #838586;
}

.form-vertical .edy-form-field-error input {
  color: #be0000;
}

.form-vertical .edy-form-field-error input::-webkit-input-placeholder {
  color: #be0000;
  opacity: .5;
}

.form-vertical .edy-form-field-error input::-moz-placeholder {
  color: #be0000;
  opacity: .5;
}

.form-vertical .edy-form-field-error input:-ms-input-placeholder {
  color: #be0000;
  opacity: .5;
}

.form-vertical .edy-form-field-error input:-moz-placeholder {
  color: #be0000;
  opacity: .5;
}

.form-vertical .form-errors {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #be0000;
  font-size: 14px;
}

.form-captcha-error {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #be0000;
  text-align: center;
}

.form-stacked fieldset {
  box-sizing: border-box;
  border: none;
  padding: 0;
  margin: 0;
}

.form-stacked .form-group {
  border-top: 1px solid #d2d2d2;
}

.form-stacked .form-group:first-child {
  border-top: 0;
}

.form-stacked .form-errors {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: -10px;
}

.form-control {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  border: 0;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  outline: none;
  padding: 15px;
  resize: none;
  -webkit-appearance: none;
}

.menu-search-box {
  display: inline-block;
  max-width: 100%;
  position: relative;
  margin: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-search-box .search-input {
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  margin: 0;
  max-width: 100%;
  padding: 0 32px 0 9px;
  text-overflow: ellipsis;
  width: 12em;
}

.menu-search-box .search-input::-ms-clear {
  display: none;
}

.menu-search-box .search-icon {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 9px;
  width: 14px;
}

.menu-search-box .search-icon .ico-search {
  display: block;
}

.menu-search-box .search-icon .ico-close {
  display: none;
}

.menu-search-box .not-empty .search-icon .ico-search {
  display: none;
}

.menu-search-box .not-empty .search-icon .ico-close {
  display: block;
}

@media screen and (max-width: 769px) {
  .menu-search-box {
    margin-top: 5px;
    width: auto;
  }
}

.voog-search-modal {
  color: #848586;
  font-size: 14px;
  line-height: 1.6em;
}

.voog-search-modal em {
  background-color: rgba(35, 195, 191, 0.2);
  color: #23c3bf;
  font-style: normal;
  font-weight: 500;
}

.voog-search-modal.search-results-active {
  display: block;
}

.voog-search-modal h3 {
  margin-bottom: 0;
  margin-top: 0.3em;
}

.voog-search-modal h3, .voog-search-modal h3 a {
  color: #1b2124;
  font-size: 16px;
  text-decoration: none;
}

.voog-search-modal h3 a:hover {
  text-decoration: underline;
}

.voog-search-modal .voog-search-modal-result {
  padding-bottom: 0;
  margin-top: 0;
}

.voog-search-modal p {
  margin-top: 0.05em;
}

.top-logo {
  position: absolute;
  text-decoration: none;
  margin-top: 53px;
}

@media screen and (max-width: 769px) {
  .top-logo {
    margin-top: 19px;
  }
  .top-logo svg {
    width: 75px;
  }
}

.top-bar-with-logo {
  line-height: 32px;
}

.top-bar-other-logo-wrapper {
  position: absolute;
  top: 46px;
  left: 110px;
  z-index: 200;
}

@media screen and (max-width: 769px) {
  .top-bar-other-logo-wrapper {
    top: 14px;
    left: 85px;
  }
}

.top-bar-other-logo-wrapper .plus {
  vertical-align: middle;
  max-height: 16px;
}

@media screen and (max-width: 769px) {
  .top-bar-other-logo-wrapper .plus {
    max-height: 12px;
  }
}

.top-bar-other-logo-wrapper .other-logo {
  vertical-align: middle;
  max-height: 34px;
  margin-left: 10px;
  border: 0;
  width: auto;
}

@media screen and (max-width: 769px) {
  .top-bar-other-logo-wrapper .other-logo {
    max-height: 28px;
    margin-left: 0px;
  }
}

.close-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHhtbG5zPSJodHRwOi8vd3d3Lncz Lm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ2IDQ2Ij48cGF0aCBmaWxsPSIj RkZGIiBkPSJNNDYgM0wyNSAyM2wyMCAyMC0zIDMtMTktMjBMMyA0NWwtMi0zIDE5 LTE5TDAgM2wzLTMgMjAgMjBMNDMgMGwzIDN6Ii8+PC9zdmc+");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #fff;
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  transition: opacity .3s;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 1;
}

.close-icon-inline {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  transition: opacity .3s;
  opacity: .6;
  color: #000;
  -webkit-backface-visibility: hidden;
  width: 8px;
  height: 8px;
  padding: 10px 10px 18px 18px;
}

.close-icon-inline path {
  vector-effect: non-scaling-stroke;
}

.close-icon-inline:hover {
  opacity: 1;
}

.close-video-modal-btn {
  opacity: 1;
  right: 0;
  padding: 15px;
}

.blog-menu-open-icon {
  background-size: 44px 74px;
  background-repeat: no-repeat;
  height: 74px;
  width: 44px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.audio-on-off-btn {
  position: absolute;
  top: 48px;
  right: 237px;
  color: #fff;
  z-index: 1;
  display: block;
  cursor: pointer;
  visibility: hidden;
}

@media screen and (max-width: 1060px) {
  .audio-on-off-btn {
    right: 217px;
  }
}

.transition-try-dot-color-1 .audio-on-off-btn {
  color: #fff;
}

.audio-on-off-btn .audio-waves {
  transform: translate(-36px, -32px);
}

.audio-on-off-btn .audio-waves path {
  transform: scale(0.6) translate(42px, 68px);
  transition: transform linear .2s, opacity linear .2s;
  opacity: 0;
}

.audio-on-off-btn .audio-waves path.first {
  transition-delay: 0s;
}

.audio-on-off-btn .audio-waves path.second {
  transition-delay: .05s;
}

.audio-on-off-btn .audio-waves path.third {
  transition-delay: .1s;
}

.audio-on-off-btn.active .audio-waves path {
  transform: scale(1) translate(32px, 32px);
  opacity: 1;
}

.audio-on-off-btn.active .audio-waves path.first {
  transition-delay: .1s;
}

.audio-on-off-btn.active .audio-waves path.second {
  transition-delay: .05s;
}

.audio-on-off-btn.active .audio-waves path.third {
  transition-delay: 0s;
}

.mobile-mode .audio-on-off-btn {
  display: none;
}

.main-menu {
  position: absolute;
  right: 0;
  margin-top: 45px;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
}

@media screen and (max-width: 769px) {
  .main-menu {
    margin-top: 12px;
  }
}

.main-menu a, .main-menu .lang-title {
  transition: opacity .3s;
  vertical-align: top;
  display: inline-block;
  padding-right: 0.8em;
  text-decoration: none;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 15px;
  will-change: opacity;
}

@media screen and (min-width: 770px) {
  .main-menu a:hover, .main-menu .lang-title:hover {
    opacity: .5;
  }
}

.main-menu a.toggler {
  padding-right: 29px;
}

.main-menu a.toggler span {
  margin-right: 10px;
}

.main-menu a.toggler svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .main-menu a.toggler {
    min-height: 30px;
  }
  .main-menu a.toggler span {
    display: none;
  }
}

.main-menu.main-menu-border a {
  border: 2px solid transparent;
  background: transparent;
}

.main-menu.main-menu-border .toggler {
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 0;
}

.transition-topbar-bg .main-menu.main-menu-border .toggler {
  border: 0;
}

.signup-page-open .main-menu.main-menu-border .login-btn,
.signup-page-open .main-menu.main-menu-border .lang-title {
  color: #1b2124;
}

.signup-page-open .main-menu.main-menu-border .toggler {
  color: #1b2124;
  border-color: #1b2124;
}

.langmenu {
  display: inline-block;
  min-width: 160px;
  background-color: #2e2e2e;
  padding: 0 10px;
  line-height: 39px;
  min-height: 39px;
  cursor: pointer;
  position: relative;
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
}

.langmenu, .langmenu a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  text-decoration: none;
  user-select: none;
}

.langmenu:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 7px 5px;
  border-color: rgba(255, 255, 255, 0.5) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  right: 15px;
  top: 18px;
}

.langmenu.active:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.5) rgba(0, 0, 0, 0);
  top: 9px;
}

.langmenu span {
  display: block;
  position: relative;
  padding: 0 10px 0 40px;
  color: rgba(255, 255, 255, 0.5);
}

.langmenu span:before, .langmenu span:after {
  top: 11px;
  left: 5px;
}

.langmenu img {
  margin-right: 0.5em;
  margin-top: 3px;
  display: block;
  float: left;
}

.langmenu ul {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0 0px;
  background-color: #2e2e2e;
  display: none;
  left: 0;
  right: 0;
  bottom: 40px;
  line-height: 30px;
  padding: 4px 0;
}

.langmenu ul img {
  margin-top: 0;
}

.langmenu ul li {
  margin: 0;
}

.langmenu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 10px 0 50px;
}

.langmenu ul li a:after {
  display: block;
  content: "";
  clear: both;
}

.langmenu ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.langmenu.active ul {
  display: block;
}

@media screen and (min-width: 770px) {
  .langmenu.active .lang-title:hover {
    opacity: .5;
  }
}

.top-bar, .top-bar-blog, .top-bar-abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
  line-height: 30px;
  height: 0;
}

@media screen and (max-width: 769px) {
  .top-bar, .top-bar-blog, .top-bar-abs {
    transition: background-color .3s, top .3s;
    background-color: rgba(0, 0, 0, 0);
    height: 56px;
    position: absolute;
  }
}

@media screen and (max-width: 769px) {
  .top-bar.transition-topbar-bg .main-menu a, .top-bar-blog.transition-topbar-bg .main-menu a, .top-bar-abs.transition-topbar-bg .main-menu a {
    background: transparent;
  }
  body:not(.main-menu-open):not(.signup-page-open) .top-bar.transition-topbar-bg, body:not(.main-menu-open):not(.signup-page-open) .top-bar-blog.transition-topbar-bg, body:not(.main-menu-open):not(.signup-page-open) .top-bar-abs.transition-topbar-bg {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  }
  body:not(.main-menu-open):not(.signup-page-open) .top-bar.transition-topbar-mobile-bg-none, body:not(.main-menu-open):not(.signup-page-open) .top-bar-blog.transition-topbar-mobile-bg-none, body:not(.main-menu-open):not(.signup-page-open) .top-bar-abs.transition-topbar-mobile-bg-none {
    color: rgba(0, 0, 0, 0.8);
    background-color: transparent;
  }
  body:not(.main-menu-open):not(.signup-page-open) .top-bar.transition-topbar-mobile-bg-beige, body:not(.main-menu-open):not(.signup-page-open) .top-bar-blog.transition-topbar-mobile-bg-beige, body:not(.main-menu-open):not(.signup-page-open) .top-bar-abs.transition-topbar-mobile-bg-beige {
    color: rgba(0, 0, 0, 0.8);
    background-color: #f1ebe2;
  }
  body:not(.main-menu-open):not(.signup-page-open) .top-bar.transition-topbar-mobile-bg-purple, body:not(.main-menu-open):not(.signup-page-open) .top-bar-blog.transition-topbar-mobile-bg-purple, body:not(.main-menu-open):not(.signup-page-open) .top-bar-abs.transition-topbar-mobile-bg-purple {
    background-color: #f5519a;
  }
  body:not(.main-menu-open):not(.signup-page-open) .top-bar.transition-topbar-mobile-bg-blue, body:not(.main-menu-open):not(.signup-page-open) .top-bar-blog.transition-topbar-mobile-bg-blue, body:not(.main-menu-open):not(.signup-page-open) .top-bar-abs.transition-topbar-mobile-bg-blue {
    background-color: #00cdfd;
  }
  body:not(.main-menu-open):not(.signup-page-open) .top-bar.transition-topbar-mobile-bg-green, body:not(.main-menu-open):not(.signup-page-open) .top-bar-blog.transition-topbar-mobile-bg-green, body:not(.main-menu-open):not(.signup-page-open) .top-bar-abs.transition-topbar-mobile-bg-green {
    color: rgba(0, 0, 0, 0.8);
    background-color: #9bee16;
  }
  body:not(.main-menu-open):not(.signup-page-open) .top-bar.transition-topbar-mobile-bg-gray, body:not(.main-menu-open):not(.signup-page-open) .top-bar-blog.transition-topbar-mobile-bg-gray, body:not(.main-menu-open):not(.signup-page-open) .top-bar-abs.transition-topbar-mobile-bg-gray {
    color: rgba(0, 0, 0, 0.8);
    background-color: #e5e5e5;
  }
}

@media screen and (min-width: 770px) {
  .top-bar, .top-bar-blog, .top-bar-abs {
    transform: translate3d(0, 0, 0);
    transition: transform .3s linear;
  }
}

.top-bar-static, .top-bar-static-transparent, .top-bar-static-white {
  position: relative;
  min-height: 120px;
}

@media screen and (max-width: 769px) {
  .top-bar-static, .top-bar-static-transparent, .top-bar-static-white {
    min-height: 60px;
  }
}

.top-bar-static .top-logo, .top-bar-static-transparent .top-logo, .top-bar-static-white .top-logo {
  display: block;
  float: left;
  position: relative;
}

.top-bar-static .top-logo, .top-bar-static .main-menu, .top-bar-static-transparent .top-logo, .top-bar-static-transparent .main-menu, .top-bar-static-white .top-logo, .top-bar-static-white .main-menu {
  z-index: 300;
}

.top-bar-static h1, .top-bar-static-transparent h1, .top-bar-static-white h1 {
  float: left;
  font: normal 40px/1em Bodoni, Georgia, serif;
  margin: 46px 0 0em .5em;
}

@media screen and (max-width: 769px) {
  .top-bar-static h1, .top-bar-static-transparent h1, .top-bar-static-white h1 {
    font-size: 32px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .top-bar-static h1, .top-bar-static-transparent h1, .top-bar-static-white h1 {
    display: none;
  }
}

.top-bar-static h1 a, .top-bar-static-transparent h1 a, .top-bar-static-white h1 a {
  color: #fff;
  text-decoration: none;
}

.top-bar-static.top-bar-static, .top-bar-static-transparent.top-bar-static, .top-bar-static-white.top-bar-static {
  background-color: #1b2124;
}

.top-bar-static.top-bar-static h1, .top-bar-static.top-bar-static .toggler, .top-bar-static.top-bar-static .login-btn, .top-bar-static-transparent.top-bar-static h1, .top-bar-static-transparent.top-bar-static .toggler, .top-bar-static-transparent.top-bar-static .login-btn, .top-bar-static-white.top-bar-static h1, .top-bar-static-white.top-bar-static .toggler, .top-bar-static-white.top-bar-static .login-btn {
  color: #fff;
}

.top-bar-static.top-bar-static-white, .top-bar-static-transparent.top-bar-static-white, .top-bar-static-white.top-bar-static-white {
  background-color: #fff;
}

.top-bar-static.top-bar-static-white h1, .top-bar-static.top-bar-static-white .toggler, .top-bar-static.top-bar-static-white .login-btn, .top-bar-static.top-bar-static-white .top-logo, .top-bar-static-transparent.top-bar-static-white h1, .top-bar-static-transparent.top-bar-static-white .toggler, .top-bar-static-transparent.top-bar-static-white .login-btn, .top-bar-static-transparent.top-bar-static-white .top-logo, .top-bar-static-white.top-bar-static-white h1, .top-bar-static-white.top-bar-static-white .toggler, .top-bar-static-white.top-bar-static-white .login-btn, .top-bar-static-white.top-bar-static-white .top-logo {
  color: rgba(0, 0, 0, 0.8);
}

.top-bar .top-bar-aligner, .top-bar-abs .top-bar-aligner, .top-bar-blog .top-bar-aligner, .top-bar-static .top-bar-aligner, .top-bar-static-transparent .top-bar-aligner, .top-bar-static-white .top-bar-aligner {
  height: 0;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .top-bar .top-bar-aligner, .top-bar-abs .top-bar-aligner, .top-bar-blog .top-bar-aligner, .top-bar-static .top-bar-aligner, .top-bar-static-transparent .top-bar-aligner, .top-bar-static-white .top-bar-aligner {
    max-width: 1000px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 769px) {
  .top-bar .top-bar-aligner, .top-bar-abs .top-bar-aligner, .top-bar-blog .top-bar-aligner, .top-bar-static .top-bar-aligner, .top-bar-static-transparent .top-bar-aligner, .top-bar-static-white .top-bar-aligner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.top-bar .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-abs .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-blog .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-static .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-static-transparent .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-static-white .top-bar-aligner .custom-title-settings.edy-cbtn {
  position: absolute !important;
  top: 30px !important;
  left: 240px !important;
}

@media screen and (max-width: 769px) {
  .top-bar .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-abs .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-blog .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-static .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-static-transparent .top-bar-aligner .custom-title-settings.edy-cbtn, .top-bar-static-white .top-bar-aligner .custom-title-settings.edy-cbtn {
    display: none !important;
  }
}

.top-bar-blog {
  color: #fff;
}

@media screen and (min-width: 770px) {
  .top-bar-blog {
    position: fixed;
  }
}

.top-bar-blog .top-logo, .top-bar-blog .blog-menu-open-icon, .top-bar-blog .logo-side-title {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.top-bar-blog .top-logo {
  margin-top: 8px;
}

.top-bar-blog .main-menu {
  top: 0px;
}

.top-bar-blog .top-bar-left-wrap {
  position: absolute;
  top: 28px;
}

@media screen and (max-width: 769px) {
  .top-bar-blog .top-bar-left-wrap {
    top: 13px;
  }
}

.half-split-page .top-bar, .half-split-page .top-bar-abs {
  position: fixed;
}

@media screen and (min-width: 770px) {
  .blog-page .top-bar .top-logo {
    display: none;
  }
}

.main-menu-content {
  position: fixed;
  background: #333;
  top: 0;
  bottom: 0;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 770px) {
  .main-menu-content {
    padding: 38px 30px 0 50px;
    width: 220px;
    right: 0;
    transform: translate3d(300px, 0, 0);
    transition: transform .3s linear;
    overflow-y: auto;
  }
  .no-csstransforms3d .main-menu-content {
    right: -300px;
  }
  .no-cssvwunit .main-menu-content {
    z-index: -100;
  }
  .main-menu-content .langmenu {
    margin-bottom: 10px;
  }
  .edy-editmode .main-menu-content .langmenu {
    margin-bottom: 50px;
  }
  .edy-bar-open .main-menu-content .langmenu {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 769px) {
  .main-menu-content {
    padding: 30px 30px 0;
    right: 0;
    left: 0;
    display: none;
    width: auto;
  }
}

.main-menu-content ul.sites-list {
  font: 24px/1.3em "Avenir Next", Avenir, Tahoma, arial;
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}

@media screen and (min-width: 770px) {
  .main-menu-content ul.sites-list {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .main-menu-content ul.sites-list {
    text-align: center;
    margin: auto 2em 40px;
    padding-top: 1em;
  }
}

.main-menu-content ul.sites-list li {
  display: inline;
}

.main-menu-content ul.sites-list li a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .main-menu-content ul.sites-list li a {
    padding: 6px 0px;
  }
}

.main-menu-content ul.sites-list li a.active {
  color: rgba(178, 254, 14, 0.95);
}

.main-menu-content ul.sites-list li a.edy-cbtn {
  display: inline-block;
  padding: 0;
  margin-right: 20px;
}

.main-menu-content ul.contacts-list {
  font: 15px/1.5 "Avenir Next", Avenir, Tahoma, arial;
  list-style-type: none;
  padding: 1em 0;
  margin-top: 0;
}

@media screen and (max-width: 769px) {
  .main-menu-content ul.contacts-list {
    margin: auto 2em;
    text-align: center;
  }
}

@media screen and (min-width: 770px) {
  .main-menu-content ul.contacts-list {
    width: 100%;
  }
}

.main-menu-content ul.contacts-list li {
  display: block;
}

.main-menu-content ul.contacts-list li a {
  padding: 10px 0px;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .main-menu-content ul.contacts-list li a {
    padding: 5px 0px;
  }
}

.main-menu-content ul.contacts-list .contact-email,
.main-menu-content ul.contacts-list .contact-phone {
  padding: 0;
}

.main-menu-content ul.contacts-list .contact-phone {
  color: inherit;
  text-decoration: none;
}

.main-menu-content ul.social-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px;
}

.main-menu-content ul.social-list li {
  display: inline-block;
  margin-right: 15px;
  opacity: .5;
  transition: opacity .3s;
}

.main-menu-content ul.social-list li:hover {
  opacity: 1;
}

.main-menu-content .highlight-grey {
  color: rgba(255, 255, 255, 0.5);
}

.main-menu-content .highlight-green {
  color: #B7F213;
}

@media screen and (min-width: 770px) {
  .touch .main-menu-inner {
    min-height: calc(100% + 2px);
  }
  .flexbox .main-menu-inner {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 100%;
  }
  .flexbox .main-menu-inner .try-dot {
    margin: auto;
  }
  .flexbox .main-menu-inner ul, .flexbox .main-menu-inner .try-dot {
    flex-shrink: 0;
  }
  .flexbox .main-menu-inner .try-dot {
    position: relative;
    display: inline-block;
    left: auto;
    bottom: auto;
  }
  .flexbox .main-menu-inner .sites-list {
    margin-top: 0;
  }
}

.half-split-page.main-menu-open, .main-menu-open {
  overflow: hidden;
}

@media screen and (min-width: 770px) {
  .half-split-page.main-menu-open .main-menu-content, .main-menu-open .main-menu-content {
    transform: translate3d(0, 0, 0);
  }
  .no-csstransforms3d .half-split-page.main-menu-open .main-menu-content, .no-csstransforms3d .main-menu-open .main-menu-content {
    right: 0;
  }
  .no-cssvwunit .half-split-page.main-menu-open .main-menu-content, .no-cssvwunit .main-menu-open .main-menu-content {
    z-index: 1;
  }
  .half-split-page.main-menu-open .top-bar, .main-menu-open .top-bar {
    transform: translate3d(-300px, 0, 0);
    transition: transform .3s linear;
  }
  .half-split-page.main-menu-open > .top-bar:not(.top-bar-static):not(.top-bar-static-white), .half-split-page.main-menu-open .top-bar-abs, .half-split-page.main-menu-open .top-bar-blog, .half-split-page.main-menu-open .try-dot-wrapper, .main-menu-open > .top-bar:not(.top-bar-static):not(.top-bar-static-white), .main-menu-open .top-bar-abs, .main-menu-open .top-bar-blog, .main-menu-open .try-dot-wrapper {
    transform: translate3d(-300px, 0, 0);
  }
  .no-csstransforms3d .half-split-page.main-menu-open > .top-bar:not(.top-bar-static):not(.top-bar-static-white), .no-csstransforms3d .half-split-page.main-menu-open .top-bar-abs, .no-csstransforms3d .half-split-page.main-menu-open .top-bar-blog, .no-csstransforms3d .half-split-page.main-menu-open .try-dot-wrapper, .no-csstransforms3d .half-split-page.main-menu-open .fixed-background-container, .no-csstransforms3d .main-menu-open > .top-bar:not(.top-bar-static):not(.top-bar-static-white), .no-csstransforms3d .main-menu-open .top-bar-abs, .no-csstransforms3d .main-menu-open .top-bar-blog, .no-csstransforms3d .main-menu-open .try-dot-wrapper, .no-csstransforms3d .main-menu-open .fixed-background-container {
    left: -300px;
    right: 300px;
  }
  .no-csstransforms3d .half-split-page.main-menu-open .page-wrap, .no-csstransforms3d .half-split-page.main-menu-open .fixed-sidebar, .no-csstransforms3d .main-menu-open .page-wrap, .no-csstransforms3d .main-menu-open .fixed-sidebar {
    left: -300px;
  }
  .no-csstransforms3d .half-split-page.main-menu-open .top-bar-static-white, .no-csstransforms3d .half-split-page.main-menu-open .top-bar-static, .no-csstransforms3d .half-split-page.main-menu-open .top-bar-static-transparent, .no-csstransforms3d .main-menu-open .top-bar-static-white, .no-csstransforms3d .main-menu-open .top-bar-static, .no-csstransforms3d .main-menu-open .top-bar-static-transparent {
    margin-left: -300px;
    margin-right: 300px;
  }
}

@media screen and (max-width: 769px) {
  .half-split-page.main-menu-open .main-menu-content, .main-menu-open .main-menu-content {
    overflow-y: auto;
    display: block;
    text-align: center;
  }
  .flexbox .half-split-page.main-menu-open .main-menu-content, .flexbox .main-menu-open .main-menu-content {
    display: flex;
    align-items: center;
  }
  .flexbox .half-split-page.main-menu-open .main-menu-inner, .flexbox .main-menu-open .main-menu-inner {
    margin: auto;
  }
  .half-split-page.main-menu-open .top-bar, .half-split-page.main-menu-open .top-bar-abs, .main-menu-open .top-bar, .main-menu-open .top-bar-abs {
    box-shadow: none;
    background-color: transparent;
    min-height: 0;
  }
  .half-split-page.main-menu-open .top-bar, .half-split-page.main-menu-open .top-bar a, .half-split-page.main-menu-open .top-bar-abs, .half-split-page.main-menu-open .top-bar-abs a, .main-menu-open .top-bar, .main-menu-open .top-bar a, .main-menu-open .top-bar-abs, .main-menu-open .top-bar-abs a {
    color: #fff;
  }
  .half-split-page.main-menu-open .contacts-list, .main-menu-open .contacts-list {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
  }
}

@media screen and (max-width: 769px) {
  .half-split-page.main-menu-open .main-body, .half-split-page.main-menu-open .page-wrap, .main-menu-open .main-body, .main-menu-open .page-wrap {
    display: none;
  }
}

.sub-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 1.6em 0;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 3;
}

.sub-menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}

.sub-menu ul li a {
  display: inline-block;
  text-decoration: none;
  opacity: 0.6;
}

.sub-menu ul li a:not(.search-btn) {
  padding: 0.1em 0.9em;
}

.sub-menu ul li a:not(.search-btn).active, .sub-menu ul li a:not(.search-btn):hover {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}

.sub-menu ul li a.search-btn {
  padding: 0 .9em;
  line-height: 1;
  vertical-align: middle;
}

.sub-menu ul li a.search-btn:hover {
  opacity: 1;
}

.sub-menu ul li svg {
  fill: rgba(0, 0, 0, 0.8);
}

.sub-sub-menu .menu-title {
  list-style-type: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  display: block;
  padding: .1em .5em;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .sub-sub-menu .menu-title {
    padding: .1em .5em;
    line-height: 1.2em;
  }
}

.sub-sub-menu ul {
  margin: 0 0 2em 0;
  padding: 0;
  list-style-type: none;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
}

@media screen and (max-width: 769px) {
  .sub-sub-menu ul {
    margin-bottom: 1em;
  }
}

.sub-sub-menu ul li {
  margin: 0;
  padding: 0;
  display: block;
}

.sub-sub-menu ul li a, .sub-sub-menu ul li .menu-title {
  display: block;
  padding: 0.1em 0.5em;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .sub-sub-menu ul li a, .sub-sub-menu ul li .menu-title {
    padding: 0.1em 0.5em;
    line-height: 1.2em;
  }
}

.sub-sub-menu ul li .menu-title {
  margin-bottom: 0.6em;
}

.sub-sub-menu ul li a {
  opacity: 0.6;
  font-weight: 500;
}

.sub-sub-menu ul li a.active, .sub-sub-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}

.sub-sub-menu ul li.active a {
  color: #ef5604;
}

.sub-sub-menu ul li ul {
  font-weight: normal;
  text-transform: none;
}

.sub-sub-menu.leaf-sub-menu ul {
  text-transform: none;
}

.sub-sub-menu.open ul {
  display: block;
}

@media screen and (max-width: 500px) {
  .l3-submenu-split {
    padding: 1.2em 0 0.3em 0;
    background-color: rgba(0, 0, 0, 0.05);
    margin-right: -20px;
    margin-left: -20px;
    width: auto;
    float: none;
    margin-bottom: 10px;
    margin-top: 1em;
  }
  .l3-submenu-split .menu-title, .l3-submenu-split a {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l3-submenu-split .sub-sub-menu > ul {
    column-width: 140px;
  }
  .l3-submenu-split ul li .menu-title, .l3-submenu-split ul li a {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l3-submenu-side-content {
    width: auto;
    float: none;
  }
}

.top-bar:not(.top-bar-static):not(.top-bar-static-white), .top-bar-abs, .top-bar-blog, .try-dot-wrapper, .fixed-background-container {
  transform: translate3d(0, 0, 0);
  transition: transform .3s linear;
}

.page-wrap {
  position: relative;
}

.no-cssvwunit .page-wrap {
  z-index: -1;
}

@media screen and (min-width: 770px) {
  .no-csstransforms3d .main-menu-open .page-wrap {
    left: 0px;
  }
}

.lang-flag:before, .lang-flag:after {
  position: absolute;
  left: 15px;
  top: 9px;
  display: block;
  width: 21px;
  height: 15px;
  content: '';
}

.flags-disabled .lang-flag:before, .flags-disabled .lang-flag:after {
  display: none;
}

.lang-flag:after {
  background-position: -189px -60px;
}

.lang-flag:after {
  background-repeat: no-repeat;
  background-image: url("../assets/ico-flags.svg");
}

.lang-flag-et:after {
  background-position: -189px 0;
}

.lang-flag-fi:after {
  background-position: 0 -15px;
}

.lang-flag-fr:after {
  background-position: -21px -15px;
}

.lang-flag-de:after {
  background-position: -63px -15px;
}

.lang-flag-lv:after {
  background-position: -84px -30px;
}

.lang-flag-lt:after {
  background-position: -105px -30px;
}

.lang-flag-nl:after {
  background-position: -147px -30px;
}

.lang-flag-ru:after {
  background-position: -63px -45px;
}

.lang-flag-es:after {
  background-position: -147px -45px;
}

.lang-flag-en-us:after {
  background-position: -21px -60px;
}

.lang-flag-en:after {
  background-position: -63px -60px;
}

.lang-flag-pt:after {
  background-position: -84px -60px;
}

@media only screen and (max-width: 769px) {
  .sub-menu ul {
    line-height: 1.6;
  }
}

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #000080;
  font-weight: 500;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #099;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.tex .hljs-formula {
  color: #593;
}

.hljs-title,
.hljs-id,
.coffeescript .hljs-params,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: 500;
}

.javascript .hljs-title,
.lisp .hljs-title,
.clojure .hljs-title,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.haskell .hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: 500;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #369;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #a50;
}

.hljs-regexp {
  color: #009926;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}

.hljs-built_in,
.lisp .hljs-title,
.clojure .hljs-built_in {
  color: #0086b3;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: 500;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.diff .hljs-change {
  background: #0086b3;
}

.hljs-chunk {
  color: #aaa;
}

.half-split-page {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  overflow-x: hidden;
}

.half-split-page .main-body a {
  color: rgba(0, 0, 0, 0.6);
}

.half-split-page .main-body header {
  position: relative;
  z-index: 10;
}

.half-split-page .main-body h1 {
  font: normal 4em/1em Bodoni, Georgia, serif;
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-style: italic;
}

.half-split-page .main-body h2 {
  font: normal 65px/1.1em Bodoni, Georgia, serif;
  margin: 0 0 0.4em 0;
}

@media screen and (max-width: 769px) {
  .half-split-page .main-body h2 {
    font-size: 42px;
  }
}

.half-split-page .main-body .h3 {
  font: normal 2em/1em Bodoni, Georgia, serif;
  margin-bottom: 1em;
}

.half-split-page .section-template {
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  .half-split-page .section-template {
    padding-bottom: 100px;
  }
}

.half-split-page .slogan {
  height: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.half-split-page .slogan h1 {
  text-transform: uppercase;
  font-size: 5.4em;
  font-style: italic;
}

@media screen and (max-width: 769px) {
  .half-split-page .slogan h1 {
    font-size: 2.5em;
    padding-bottom: 2em;
  }
  .half-split-page .slogan p br {
    display: none;
  }
}

.half-split-page .slogan-new {
  height: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.half-split-page .slogan-new h1 {
  font-size: 100px;
  font-style: normal;
  margin-bottom: 20px;
}

.half-split-page .slogan-new,
.half-split-page .slogan-new p {
  font-size: 65px;
  line-height: 1.2;
  font-weight: 100;
}

:lang(ru) .half-split-page .slogan-new, :lang(ru)
.half-split-page .slogan-new p {
  font-family: "Helvetica Neue", "Segoe UI", "Avenir Next", Avenir, sans-serif;
}

.half-split-page .slogan-new p {
  margin: 20px 0;
}

.half-split-page .slogan-new b,
.half-split-page .slogan-new strong {
  font-weight: normal;
  color: #ffd76c;
}

.half-split-page .slogan-new .slogan-inner {
  margin: 50px 0 70px;
}

@media screen and (max-width: 992px) {
  .half-split-page .slogan-new h1 {
    font-size: 80px;
  }
  .half-split-page .slogan-new,
  .half-split-page .slogan-new p {
    font-size: 45px;
  }
}

@media screen and (max-width: 769px) {
  .half-split-page .slogan-new h1 {
    font-size: 70px;
  }
  .half-split-page .slogan-new,
  .half-split-page .slogan-new p {
    font-size: 36px;
  }
  .half-split-page .slogan-new br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .half-split-page .slogan-new h1 {
    font-size: 55px;
  }
  .half-split-page .slogan-new,
  .half-split-page .slogan-new p {
    font-size: 27px;
  }
  .half-split-page .slogan-new .slogan-inner {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .half-split-page .slogan-new h1 {
    font-size: 45px;
  }
  .half-split-page .slogan-new,
  .half-split-page .slogan-new p {
    font-size: 20px;
  }
}

.half-split-page .slogan-new-2017 {
  height: 100%;
  position: absolute;
  color: #fff;
  text-align: left;
  width: 100%;
  z-index: 1;
}

.half-split-page .slogan-new-2017 h1 {
  font-size: 90px;
  font-style: normal;
  margin-bottom: 10px;
  font-size: calc(16px + 5vw) !important;
}

.half-split-page .slogan-new-2017,
.half-split-page .slogan-new-2017 p {
  font-size: 25px;
  font-size: calc(14px + 0.8vw) !important;
  line-height: 1.2;
  font-weight: 100;
}

:lang(ru) .half-split-page .slogan-new-2017, :lang(ru)
.half-split-page .slogan-new-2017 p {
  font-family: "Helvetica Neue", "Segoe UI", "Avenir Next", Avenir, sans-serif;
}

.half-split-page .slogan-new-2017 .subtitle {
  margin: 20px 0 20px 7px;
}

.half-split-page .slogan-new-2017 a {
  color: #fff;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}

.half-split-page .slogan-new-2017 a:after {
  content: "";
  border-bottom: 2px solid white;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.half-split-page .slogan-new-2017 b,
.half-split-page .slogan-new-2017 strong {
  font-weight: normal;
  color: #ffd76c;
}

.half-split-page .slogan-new-2017 .slogan-inner {
  margin: 90px 0 0;
  padding-left: 32px;
}

@media screen and (max-width: 992px) {
  .half-split-page .slogan-new-2017 h1 {
    font-size: 80px;
  }
  .half-split-page .slogan-new-2017,
  .half-split-page .slogan-new-2017 p {
    font-size: 45px;
  }
}

@media screen and (max-width: 769px) {
  .half-split-page .slogan-new-2017 h1 {
    font-size: 70px;
  }
  .half-split-page .slogan-new-2017,
  .half-split-page .slogan-new-2017 p {
    font-size: 36px;
  }
  .half-split-page .slogan-new-2017 br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .half-split-page .slogan-new-2017 h1 {
    font-size: 55px;
  }
  .half-split-page .slogan-new-2017,
  .half-split-page .slogan-new-2017 p {
    font-size: 27px;
  }
  .half-split-page .slogan-new-2017 .slogan-inner {
    margin-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .half-split-page .slogan-new-2017 h1 {
    font-size: 45px;
  }
  .half-split-page .slogan-new-2017,
  .half-split-page .slogan-new-2017 p {
    font-size: 20px;
  }
}

.half-split-page .half-split-page-text-inner {
  width: 100%;
}

.half-split-page .half-split-page-text-inner a {
  display: inline-block;
  margin: 1em 0 0.9em 0;
  padding-bottom: 0.1em;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.half-split-page .half-split-page-text-inner a:after {
  content: " →";
}

@media screen and (max-width: 769px) {
  .half-split-page .half-split-page-text-inner {
    padding-bottom: 40px;
  }
  .half-split-page .half-split-page-text-inner a {
    font-size: 16px;
  }
}

@media screen and (min-width: 770px) {
  .half-split-page .half-split-page-text-content {
    padding: 0 90px;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 100vh;
  }
  .half-split-page .half-split-page-uncentered-content {
    padding: 100px 80px;
  }
  .half-split-page .half-split-page-text-content:after, .half-split-page .half-split-page-uncentered-content:after {
    display: block;
    content: "";
    clear: both;
  }
  .half-split-page .half-split-page-text-content.split-full, .half-split-page .half-split-page-uncentered-content.split-full {
    padding: 0;
  }
  .half-split-page .half-split-page-text-content.leftside, .half-split-page .half-split-page-uncentered-content.leftside {
    padding-left: 0px;
  }
  .half-split-page .half-split-page-text-content.rightside, .half-split-page .half-split-page-uncentered-content.rightside {
    padding-right: 0px;
  }
}

.half-split-page .with-white-heading h1, .half-split-page .with-white-heading h2, .half-split-page .with-white-heading h3, .half-split-page .with-white-heading h4 {
  color: #fff;
}

.half-split-page .with-purple-heading h1, .half-split-page .with-purple-heading h2, .half-split-page .with-purple-heading h3, .half-split-page .with-purple-heading h4, .half-split-page .with-purple-heading strong, .half-split-page .with-purple-heading b {
  color: #f5519a;
}

.half-split-page .with-purple-heading a {
  color: #f5519a;
  border-color: #f5519a;
}

.half-split-page .with-violet-heading h1, .half-split-page .with-violet-heading h2, .half-split-page .with-violet-heading h3, .half-split-page .with-violet-heading h4, .half-split-page .with-violet-heading strong, .half-split-page .with-violet-heading b {
  color: #a800ff;
}

.half-split-page .with-violet-heading a {
  color: #a800ff;
  border-color: #a800ff;
}

.half-split-page .last-foot-section h2, .half-split-page .last-foot-section h3 {
  text-align: center;
  color: #fff;
  font: normal 65px/1.3em Bodoni, Georgia, serif;
  margin: 0;
  transition: transform .5s;
}

@media screen and (max-width: 769px) {
  .half-split-page .last-foot-section h2, .half-split-page .last-foot-section h3 {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.6);
  }
}

.half-split-page .last-foot-section h2 a, .half-split-page .last-foot-section h3 a {
  color: #a5ec12;
  font-weight: normal;
  border-color: #a5ec12;
  border-bottom: 1px solid #648027;
  text-decoration: none;
  display: inline-block;
}

.half-split-page .last-foot-section h2 a.front-page-2017 .half-split-page .last-foot-section h2 a, .half-split-page .last-foot-section h3 a.front-page-2017 .half-split-page .last-foot-section h2 a, .half-split-page .last-foot-section h2 a.front-page-2017 .half-split-page .last-foot-section h3 a, .half-split-page .last-foot-section h3 a.front-page-2017 .half-split-page .last-foot-section h3 a {
  color: #ffe850;
}

@media screen and (max-width: 769px) {
  .half-split-page .last-foot-section h2 a, .half-split-page .last-foot-section h3 a {
    color: rgba(0, 0, 0, 0.6);
    border-bottom: none;
  }
  .half-split-page .last-foot-section h2 a.front-page-2017 .half-split-page .last-foot-section h2 a, .half-split-page .last-foot-section h3 a.front-page-2017 .half-split-page .last-foot-section h2 a, .half-split-page .last-foot-section h2 a.front-page-2017 .half-split-page .last-foot-section h3 a, .half-split-page .last-foot-section h3 a.front-page-2017 .half-split-page .last-foot-section h3 a {
    color: rgba(0, 0, 0, 0.6);
  }
}

.half-split-page .last-foot-section h2 {
  transform: translate3d(150%, 0, 0);
}

.half-split-page .last-foot-section h3 {
  transform: translate3d(-150%, 0, 0);
}

.half-split-page.desktop-mode .screen-height.last-foot-section .container {
  height: 100%;
}

.half-split-page.desktop-mode .screen-height.last-foot-section a:after {
  content: "";
}

.half-split-page.desktop-mode .screen-height.last-foot-section footer {
  display: block;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  text-align: center;
}

.half-split-page.desktop-mode .screen-height.last-foot-section footer a {
  color: #fff;
}

.half-split-page.desktop-mode .screen-height.last-foot-section footer a:hover {
  color: #a5ec12;
}

.half-split-page .bgfoot-section {
  background-color: #2d2e2d;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 769px) {
  .half-split-page .bgfoot-section {
    background-image: none !important;
    background-color: #9bee16;
  }
}

@media screen and (max-width: 769px) {
  .half-split-page footer {
    position: absolute;
    bottom: 15px;
    color: #fff;
    text-align: center;
    left: 20px;
    right: 20px;
  }
  .half-split-page footer a {
    opacity: 1;
    margin: 0 0.7em;
    font-size: 14px;
    line-height: 16px;
  }
}

.front-page-2017.half-split-page .last-foot-section h2 a,
.front-page-2017.half-split-page .last-foot-section h3 a {
  color: #ffe850;
  border-color: currentColor;
}

@media screen and (max-width: 769px) {
  .front-page-2017.half-split-page .last-foot-section h2 a,
  .front-page-2017.half-split-page .last-foot-section h3 a {
    color: rgba(0, 0, 0, 0.6);
  }
}

.front-page .main-menu-content .try-dot {
  display: none;
}

@media screen and (max-width: 769px) {
  .front-page .no-img-mobile .abs-background-wrapper {
    display: none;
  }
  .front-page .no-img-mobile .container {
    padding-top: 40px;
  }
}

.front-page .bg1-left {
  background-color: rgba(79, 78, 137, 0.95);
  transform: translate3d(0, 0, 0);
}

.front-page .bg1-right {
  background-color: rgba(199, 144, 246, 0.95);
  transform: translate3d(0, 0, 0);
}

.front-page.front-page-new .bg1-left {
  background-color: #fff;
}

.front-page.front-page-new .bg1-right {
  background-color: #eaeaea;
}

.front-page .bg2-left {
  background-color: rgba(238, 65, 151, 0.95);
  transform: translate3d(0, 0, 0);
}

.front-page .bg2-right {
  background-color: #8bdaf8;
  transform: translate3d(0, 0, 0);
}

.front-page .bg3-left {
  background-color: #313d43;
  transform: translate3d(0, 0, 0);
}

.front-page .bg3-right {
  background-color: rgba(5, 163, 236, 0.95);
  transform: translate3d(0, 0, 0);
}

.front-page .bg4 {
  background-color: #78e4d7;
  background-repeat: no-repeat;
  background-position: center bottom;
  transform: translate3d(0, 0, 0);
}

.front-page .bg5-left {
  background-color: #fff;
  transform: translate3d(0, 0, 0);
}

.front-page .bg5-right {
  background-color: #ffe959;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 769px) {
  .front-page .mobile-bg5 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .front-page .mobile-bg5.leftside {
    background-color: #fff;
  }
  .front-page .mobile-bg5.rightside {
    background-color: #ffe959;
  }
}

.front-page-2017 .bg2-left {
  background-color: rgba(177, 25, 255, 0.95);
}

.front-page-2017 .bg2-right {
  background-color: #363443;
}

.front-page-2017 .bg3-right {
  background-color: rgba(255, 66, 0, 0.95);
}

.front-product-img-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  margin-left: 50px;
}

@media screen and (max-width: 1060px) {
  .front-product-img-wrapper {
    margin-left: 30px;
  }
}

@media screen and (max-width: 769px) {
  .front-product-img-wrapper {
    margin-left: auto;
  }
}

.front-product-img-wrapper .front-product-img-wrapper-inner {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  padding: 20px 20px 20px 0px;
  max-width: 800px;
}

@media screen and (max-width: 769px) {
  .front-product-img-wrapper .front-product-img-wrapper-inner {
    margin-top: 5px;
    padding: 20px;
    position: relative;
  }
}

.front-product-img-wrapper img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .front-product-img-wrapper img {
    box-shadow: none;
  }
}

.front-first-bg {
  background-image: url("/images/fallback.jpg");
}

.front-first-bg video {
  display: none;
}

.no-touch .front-first-bg video {
  display: block;
}

.try-dot-wrapper {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 0;
  z-index: 110;
}

@media screen and (min-width: 770px) {
  .try-dot-wrapper {
    position: fixed;
  }
}

@media screen and (max-width: 769px) {
  .front-page-new .try-dot-wrapper {
    display: none;
    bottom: auto;
    position: absolute;
  }
}

.try-dot-wrapper .try-dot {
  transition: margin 0.4s, left 0.4s, width 0.4s, height 0.4s;
}

.try-dot-wrapper .try-dot .collapsed-title {
  transition: opacity .2s;
  transition-delay: .2s;
}

@media screen and (max-width: 769px) {
  .try-dot-wrapper .try-dot {
    bottom: 40px;
  }
}

.fullpage-video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
}

.top-logo, .login-btn, .toggler {
  transition: color .3s;
}

.transition-textcolor-black .top-logo, .transition-textcolor-black .login-btn, .transition-textcolor-black .toggler, .transition-textcolor-black .lang-title, .common-page .transition-textcolor-black .top-logo, .common-page .transition-textcolor-black .login-btn, .common-page .transition-textcolor-black .toggler, .common-page .transition-textcolor-black .lang-title {
  color: rgba(0, 0, 0, 0.6);
}

.transition-textcolor-white .top-logo, .transition-textcolor-white .login-btn, .transition-textcolor-white .toggler, .transition-textcolor-white .lang-title {
  color: #fff;
}

@media screen and (min-width: 770px) {
  .transition-textcolor-for-1 .top-logo {
    color: white;
  }
  .transition-textcolor-for-1 .login-btn, .transition-textcolor-for-1 .lang-title {
    color: white;
  }
  .transition-textcolor-for-1 .login-btn {
    background: rgba(0, 0, 0, 0.1);
  }
  .transition-textcolor-for-1 .toggler {
    color: white;
    background: rgba(0, 0, 0, 0.1);
  }
  .transition-textcolor-for-2 .top-logo {
    color: #dbb0ff;
  }
  .transition-textcolor-for-2 .login-btn, .transition-textcolor-for-2 .lang-title {
    color: #3f3e6d;
  }
  .transition-textcolor-for-2 .login-btn {
    background: rgba(255, 255, 255, 0.1);
  }
  .transition-textcolor-for-2 .toggler {
    color: #3f3e6d;
    background: rgba(255, 255, 255, 0.1);
  }
  .transition-textcolor-for-3 .top-logo {
    color: white;
  }
  .transition-textcolor-for-3 .login-btn, .transition-textcolor-for-3 .lang-title {
    color: #1286b1;
  }
  .transition-textcolor-for-3 .login-btn {
    background: rgba(255, 255, 255, 0.1);
  }
  .transition-textcolor-for-3 .toggler {
    color: #2da3cf;
    background: rgba(255, 255, 255, 0.1);
  }
  .transition-textcolor-for-4 .top-logo {
    color: #03a8f5;
  }
  .transition-textcolor-for-4 .login-btn, .transition-textcolor-for-4 .lang-title {
    color: white;
  }
  .transition-textcolor-for-4 .login-btn {
    background: rgba(0, 0, 0, 0.1);
  }
  .transition-textcolor-for-4 .toggler {
    color: white;
    background: rgba(0, 0, 0, 0.1);
  }
  .transition-textcolor-for-5 .top-logo {
    color: #189485;
  }
  .transition-textcolor-for-5 .login-btn, .transition-textcolor-for-5 .lang-title {
    color: #138779;
  }
  .transition-textcolor-for-5 .login-btn {
    background: rgba(255, 255, 255, 0.1);
  }
  .transition-textcolor-for-5 .toggler {
    color: #189485;
    background: rgba(255, 255, 255, 0.1);
  }
  .transition-textcolor-for-6 .top-logo {
    color: #ee5d5c;
  }
  .transition-textcolor-for-6 .login-btn, .transition-textcolor-for-6 .lang-title {
    color: #8a7600;
  }
  .transition-textcolor-for-6 .login-btn {
    background: rgba(255, 255, 255, 0.1);
  }
  .transition-textcolor-for-6 .toggler {
    color: #bfa400;
    background: rgba(255, 255, 255, 0.1);
  }
  .front-page-new .transition-textcolor-for-1 .top-logo {
    color: white;
  }
  .front-page-new .transition-textcolor-for-1 .login-btn, .front-page-new .transition-textcolor-for-1 .lang-title {
    color: white;
  }
  .front-page-new .transition-textcolor-for-1 .login-btn {
    background: rgba(0, 0, 0, 0.1);
  }
  .front-page-new .transition-textcolor-for-1 .toggler {
    color: white;
    background: rgba(0, 0, 0, 0.1);
  }
  .front-page-new .transition-textcolor-for-2 .top-logo {
    color: #f5519a;
  }
  .front-page-new .transition-textcolor-for-2 .login-btn, .front-page-new .transition-textcolor-for-2 .lang-title {
    color: #2b2939;
  }
  .front-page-new .transition-textcolor-for-2 .login-btn {
    background: rgba(0, 0, 0, 0.1);
  }
  .front-page-new .transition-textcolor-for-2 .toggler {
    color: #2b2939;
    background: rgba(0, 0, 0, 0.1);
  }
  .front-page-new .transition-textcolor-for-3 .top-logo {
    color: white;
  }
  .front-page-new .transition-textcolor-for-3 .login-btn, .front-page-new .transition-textcolor-for-3 .lang-title {
    color: #1286b1;
  }
  .front-page-new .transition-textcolor-for-3 .login-btn {
    background: rgba(255, 255, 255, 0.1);
  }
  .front-page-new .transition-textcolor-for-3 .toggler {
    color: #2da3cf;
    background: rgba(255, 255, 255, 0.1);
  }
  .front-page-new .transition-textcolor-for-4 .top-logo {
    color: #03a8f5;
  }
  .front-page-new .transition-textcolor-for-4 .login-btn, .front-page-new .transition-textcolor-for-4 .lang-title {
    color: white;
  }
  .front-page-new .transition-textcolor-for-4 .login-btn {
    background: rgba(0, 0, 0, 0.1);
  }
  .front-page-new .transition-textcolor-for-4 .toggler {
    color: white;
    background: rgba(0, 0, 0, 0.1);
  }
  .front-page-new .transition-textcolor-for-5 .top-logo {
    color: #189485;
  }
  .front-page-new .transition-textcolor-for-5 .login-btn, .front-page-new .transition-textcolor-for-5 .lang-title {
    color: #138779;
  }
  .front-page-new .transition-textcolor-for-5 .login-btn {
    background: rgba(255, 255, 255, 0.1);
  }
  .front-page-new .transition-textcolor-for-5 .toggler {
    color: #189485;
    background: rgba(255, 255, 255, 0.1);
  }
  .front-page-new .transition-textcolor-for-6 .top-logo {
    color: #ee5d5c;
  }
  .front-page-new .transition-textcolor-for-6 .login-btn, .front-page-new .transition-textcolor-for-6 .lang-title {
    color: #8a7600;
  }
  .front-page-new .transition-textcolor-for-6 .login-btn {
    background: rgba(255, 255, 255, 0.1);
  }
  .front-page-new .transition-textcolor-for-6 .toggler {
    color: #bfa400;
    background: rgba(255, 255, 255, 0.1);
  }
  .front-page-2017 .transition-textcolor-for-1 .top-logo {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-1 .login-btn, .front-page-2017 .transition-textcolor-for-1 .lang-title {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-1 .login-btn {
    background: transparent;
  }
  .front-page-2017 .transition-textcolor-for-1 .toggler {
    color: white;
    background: transparent;
    border-color: white;
  }
  .front-page-2017 .transition-textcolor-for-2 .top-logo {
    color: #2b2939;
  }
  .front-page-2017 .transition-textcolor-for-2 .login-btn, .front-page-2017 .transition-textcolor-for-2 .lang-title {
    color: #2b2939;
  }
  .front-page-2017 .transition-textcolor-for-2 .login-btn {
    background: transparent;
  }
  .front-page-2017 .transition-textcolor-for-2 .toggler {
    color: #2b2939;
    background: transparent;
    border-color: #2b2939;
  }
  .front-page-2017 .transition-textcolor-for-3 .top-logo {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-3 .login-btn, .front-page-2017 .transition-textcolor-for-3 .lang-title {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-3 .login-btn {
    background: transparent;
  }
  .front-page-2017 .transition-textcolor-for-3 .toggler {
    color: white;
    background: transparent;
    border-color: white;
  }
  .front-page-2017 .transition-textcolor-for-4 .top-logo {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-4 .login-btn, .front-page-2017 .transition-textcolor-for-4 .lang-title {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-4 .login-btn {
    background: transparent;
  }
  .front-page-2017 .transition-textcolor-for-4 .toggler {
    color: white;
    background: transparent;
    border-color: white;
  }
  .front-page-2017 .transition-textcolor-for-5 .top-logo {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-5 .login-btn, .front-page-2017 .transition-textcolor-for-5 .lang-title {
    color: white;
  }
  .front-page-2017 .transition-textcolor-for-5 .login-btn {
    background: transparent;
  }
  .front-page-2017 .transition-textcolor-for-5 .toggler {
    color: white;
    background: transparent;
    border-color: white;
  }
  .front-page-2017 .transition-textcolor-for-6 .top-logo {
    color: #363443;
  }
  .front-page-2017 .transition-textcolor-for-6 .login-btn, .front-page-2017 .transition-textcolor-for-6 .lang-title {
    color: #363443;
  }
  .front-page-2017 .transition-textcolor-for-6 .login-btn {
    background: transparent;
  }
  .front-page-2017 .transition-textcolor-for-6 .toggler {
    color: #363443;
    background: transparent;
    border-color: #363443;
  }
  .front-page-2017.signup-page-open .top-bar .top-logo {
    color: #1b2124;
  }
  .refer-and-earn .transition-textcolor-for-1 .top-logo {
    color: white;
  }
  .refer-and-earn .transition-textcolor-for-1 .login-btn, .refer-and-earn .transition-textcolor-for-1 .lang-title {
    color: white;
  }
  .refer-and-earn .transition-textcolor-for-1 .login-btn {
    background: transparent;
  }
  .refer-and-earn .transition-textcolor-for-1 .toggler {
    color: white;
    background: transparent;
    border-color: white;
  }
  .refer-and-earn .transition-textcolor-for-2 .top-logo {
    color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-2 .login-btn, .refer-and-earn .transition-textcolor-for-2 .lang-title {
    color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-2 .login-btn {
    background: transparent;
  }
  .refer-and-earn .transition-textcolor-for-2 .toggler {
    color: #2b2939;
    background: transparent;
    border-color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-3 .top-logo {
    color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-3 .login-btn, .refer-and-earn .transition-textcolor-for-3 .lang-title {
    color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-3 .login-btn {
    background: transparent;
  }
  .refer-and-earn .transition-textcolor-for-3 .toggler {
    color: #2b2939;
    background: transparent;
    border-color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-4 .top-logo {
    color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-4 .login-btn, .refer-and-earn .transition-textcolor-for-4 .lang-title {
    color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-4 .login-btn {
    background: transparent;
  }
  .refer-and-earn .transition-textcolor-for-4 .toggler {
    color: #2b2939;
    background: transparent;
    border-color: #2b2939;
  }
  .refer-and-earn .transition-textcolor-for-5 .top-logo {
    color: white;
  }
  .refer-and-earn .transition-textcolor-for-5 .login-btn, .refer-and-earn .transition-textcolor-for-5 .lang-title {
    color: white;
  }
  .refer-and-earn .transition-textcolor-for-5 .login-btn {
    background: transparent;
  }
  .refer-and-earn .transition-textcolor-for-5 .toggler {
    color: white;
    background: transparent;
    border-color: white;
  }
  .refer-and-earn.signup-page-open .top-bar .top-logo {
    color: #1b2124;
  }
}

.transition-pos-absolute {
  width: 100%;
}

.transition-pos-absolute .fixed-background-container {
  position: absolute;
}

@media screen and (min-width: 770px) {
  .transparent-on-desktop {
    opacity: 0;
  }
  .touch .transparent-on-desktop {
    opacity: 1;
  }
}

.transition-fade-out {
  transition: opacity .5s, left .3s, right .3s;
  opacity: 0;
}

@media screen and (max-width: 769px) {
  .transition-fade-out {
    opacity: 1;
  }
}

.transition-fade-in {
  transition: opacity .5s, left .3s, right .3s;
  opacity: 1;
}

.touch .transition-fade-out, .touch .transition-fade-in {
  transition: left .3s, right .3s;
  opacity: 1;
}

.try-dot-wrapper.transition-trydot-fix {
  position: absolute;
}

.try-dot-wrapper.transition-trydot-expand .try-dot {
  width: 200%;
  margin-left: -100%;
}

.try-dot-wrapper.transition-trydot-expand .try-dot .collapsed-title {
  transition-delay: 0s;
  opacity: 0;
}

.transition-redycontent-visible h2, .transition-redycontent-visible h3 {
  transform: translate3d(0, 0, 0) !important;
}

@media screen and (max-width: 769px) {
  .transition-topbar-mobile-bg-white .top-logo, .transition-topbar-mobile-bg-white .login-btn, .transition-topbar-mobile-bg-white .toggler, .transition-topbar-mobile-bg-white .lang-title {
    color: #fff;
  }
}

@media only screen and (max-width: 769px) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity-1280.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone-1280.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike-1280.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg-1280.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header-1280.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch-1280.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line-1280.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile-1280.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick-1280.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath-1280.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity-1600.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone-1600.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike-1600.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg-1600.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header-1600.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch-1600.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line-1600.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile-1600.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick-1600.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath-1600.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity-2000.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone-2000.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike-2000.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg-2000.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header-2000.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch-2000.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line-2000.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile-2000.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick-2000.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath-2000.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-resolution: 1dppx) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity-1600.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone-1600.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike-1600.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg-1600.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header-1600.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch-1600.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line-1600.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile-1600.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick-1600.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath-1600.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-resolution: 1.3dppx) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity-1600.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone-1600.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike-1600.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg-1600.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header-1600.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch-1600.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line-1600.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile-1600.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick-1600.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1dppx) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity-1600.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone-1600.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike-1600.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg-1600.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header-1600.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch-1600.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line-1600.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile-1600.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick-1600.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1.3dppx) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1dppx) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity-2000.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone-2000.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike-2000.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg-2000.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header-2000.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch-2000.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line-2000.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile-2000.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick-2000.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath-2000.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1.3dppx) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath.jpg");
  }
}

@media only screen and (min-width: 1600px) {
  .frontpage-2017-bg2 {
    background-image: url("/images/voog-front-forestcity.jpg");
  }
  .frontpage-2017-bg3 {
    background-image: url("/images/voog-front-phone.jpg");
  }
  .frontpage-2017-bg4 {
    background-image: url("/images/voog-front-bike.jpg");
  }
  .frontpage-2017-bg6 {
    background-image: url("/images/voog-front-iceberg.jpg");
  }
  .jobs-2017-bg1-alt-1 {
    background-image: url("/images/tartu-office-header.jpg");
  }
  .frontpage-bg1 {
    background-image: url("/images/frontpage-catch.jpg");
  }
  .frontpage-bg2 {
    background-image: url("/images/frontpage-yellow-line.jpg");
  }
  .frontpage-bg3 {
    background-image: url("/images/frontpage-mobile.jpg");
  }
  .frontpage-bg4 {
    background-image: url("/images/frontpage-bikechick.jpg");
  }
  .frontpage-bg6 {
    background-image: url("/images/frontpage-in-bath.jpg");
  }
}

.slogan-new-2017-edit-btns {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}

.edy-cbtn.slogan-new-2017-edit-btn {
  margin-left: 15px !important;
}

.edy-cbtn.slogan-new-2017-edit-btn::after {
  display: none;
}

.slogan-new-2017-edit-title {
  margin-top: 20px;
}

.slogan-switch-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .slogan-switch-icon {
    display: none;
  }
}

.container .front-animated-svg {
  width: 256px;
}

.common-page {
  padding-bottom: 3em;
}

@media screen and (max-width: 769px) {
  .common-page .container {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

.pricing-page .pricing-container {
  color: #fff;
  max-width: 1000px;
  padding-top: 130px;
  padding-bottom: 2em;
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-container {
    padding-top: 80px;
    padding-bottom: 4em;
  }
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-container .pricing-container-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.pricing-page .pricing-container .pricing-container-inner {
  margin: 0 -20px;
}

.pricing-page .pricing-container .try-dot {
  bottom: -35px;
}

@media screen and (max-width: 500px) {
  .pricing-page .pricing-container .try-dot {
    bottom: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
  }
}

.pricing-page section.bg-gray {
  background-color: #f3f3f3;
}

.pricing-page .text-container {
  font-size: 16px;
}

.pricing-page .text-container a {
  color: #ef4bbe;
}

.pricing-page .big-heading {
  font: normal 4.6em/1em Bodoni, Georgia, serif;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 769px) {
  .pricing-page .big-heading {
    font-size: 3.6em;
  }
}

.pricing-page .big-heading h1 {
  font-size: 1em;
  margin-bottom: 0;
}

.pricing-page.refer-landing .pricing-container-inner {
  margin-top: 65px;
}

@media screen and (max-width: 980px) {
  .pricing-page.refer-landing .pricing-container-inner {
    margin-top: 45px;
  }
}

.pricing-page .pricing-box-wrap {
  padding-left: 0px;
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-box-wrap {
    text-align: center;
  }
}

.pricing-page .pricing-box-wrap:last-child {
  padding-right: 0px;
}

.pricing-page .pricing-box {
  padding: 30px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 770px) {
  .pricing-page .pricing-box {
    min-height: 265px;
  }
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  .pricing-page .pricing-box {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-box {
    min-height: 0;
    padding: 20px;
  }
}

.pricing-page .pricing-box h2 {
  margin: 0;
  font-size: 3.4em;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
  .pricing-page .pricing-box h2 {
    font-weight: 300;
  }
}

@media screen and (max-width: 1000px) {
  .pricing-page .pricing-box h2 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-box h2 {
    font-size: 2.2em;
    display: inline-block;
    margin-right: 0.2em;
  }
}

.pricing-page .pricing-box .price-payment-box {
  white-space: nowrap;
  font-weight: 400;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
  .pricing-page .pricing-box .price-payment-box {
    font-weight: 300;
  }
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  .pricing-page .pricing-box .price-payment-box {
    font-size: .9em;
  }
}

.pricing-page .pricing-box .price {
  display: inline-block;
  color: #b2ff0d;
  line-height: 1.2;
}

.pricing-page .pricing-box .price.orange-color {
  color: #ff4200;
}

.pricing-page .pricing-box .price .price-unit {
  vertical-align: top;
  display: inline-block;
  font-size: 2em;
  line-height: 1.8em;
}

.pricing-page .pricing-box .price .price-nr {
  font-size: 4.6em;
}

.pricing-page .pricing-box .price .price-nr .edy-ca {
  display: inline-block;
  min-width: 0.5em;
}

.pricing-page .pricing-box .payment {
  display: inline-block;
  margin: 15px 0 0 7px;
}

.pricing-page .pricing-box .payment__increment, .pricing-page .pricing-box .payment__period, .pricing-page .pricing-box .payment__alternative {
  display: block;
  font-size: .8em;
  line-height: 1.6;
}

.pricing-page .pricing-box .price-description {
  min-height: 3em;
  margin: 5px 0 0;
  font-weight: 400;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
  .pricing-page .pricing-box .price-description {
    font-weight: 300;
  }
}

@media screen and (max-width: 1000px) {
  .pricing-page .pricing-box .price-description {
    font-size: .8em;
  }
}

.pricing-page .pricing-domain-box {
  font-size: 160px;
  line-height: 1em;
  color: #ef4bbc;
  height: 1em;
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-domain-box {
    margin-top: 30px;
    font-size: 100px;
  }
}

.pricing-page .pricing-domain-box .domain {
  opacity: 0;
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  white-space: nowrap;
}

.pricing-page .pricing-domain-box .domain span {
  max-width: 0;
  display: inline-block;
  overflow: hidden;
  transition: max-width 0s;
  vertical-align: text-bottom;
}

.pricing-page .pricing-domain-box .domain.active {
  opacity: 1;
}

.pricing-page .pricing-domain-box .domain.active span {
  max-width: 1em;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(0) {
  transition-delay: 0s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(1) {
  transition-delay: 0.1s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(2) {
  transition-delay: 0.2s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(3) {
  transition-delay: 0.3s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(4) {
  transition-delay: 0.4s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(5) {
  transition-delay: 0.5s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(6) {
  transition-delay: 0.6s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(7) {
  transition-delay: 0.7s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(8) {
  transition-delay: 0.8s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(9) {
  transition-delay: 0.9s;
}

.pricing-page .pricing-domain-box .domain.active span:nth-child(10) {
  transition-delay: 1s;
}

.pricing-page .pricing-domain-box .domain.active:after {
  content: "|";
  animation: blink 1s infinite;
}

.pricing-page .pricing-info-list ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-info-list ul {
    margin-top: 0;
  }
}

.pricing-page .pricing-info-list ul b, .pricing-page .pricing-info-list ul strong {
  color: #fff;
}

.pricing-page .pricing-info-list ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 25px;
}

@media screen and (max-width: 769px) {
  .pricing-page .pricing-info-list ul li {
    padding: 8px 20px;
  }
}

.pricing-page .pricing-info-list ul li a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}

.pricing-page .pricing-info-list ul li:last-child {
  border-bottom: none;
}

.pricing-page .tooltip-btn {
  -webkit-appearance: none;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  line-height: 20px;
  cursor: pointer;
}

.pricing-page .tooltip-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

.pricing-page .pricing-tooltip-editor-toggle {
  margin: 0;
  display: block;
  width: 100px;
}

.pricing-page .pricing-tooltip-editor-toggle.open {
  border-radius: 5px 5px 0 0;
}

.pricing-page .pricing-tooltip-editor-toggle.light-blue-bg {
  background-color: cornflowerblue;
}

.pricing-page .pricing-tooltip-editor {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}

.pricing-page .pricing-tooltip-editor.open {
  display: block;
}

.pricing-page .pricing-tooltip-editor.light-blue-bg {
  background-color: cornflowerblue;
}

.pricing-page .tooltip-editor-row {
  font-size: 12px;
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pricing-page .tooltip-editor-row label {
  width: 70px;
  display: inline-block;
  margin-right: 10px;
  text-align: right;
  vertical-align: top;
}

.pricing-page .tooltip-editor-row input, .pricing-page .tooltip-editor-row textarea {
  font-size: 14px;
  padding: 0.3em;
  line-height: 1.1em;
  width: 400px;
  border: none;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}

.pricing-page .tooltip-editor-row .tooltip-delete {
  display: block;
  float: right;
}

.pricing-page .pricing-tooltip-modal {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: rgba(125, 28, 87, 0.9);
  color: #fff;
  padding: 30px;
  font-size: 16px;
  width: 250px;
  color: #ffbcea;
  line-height: 1.6em;
}

.pricing-page .pricing-tooltip-modal.blue-bg {
  background-color: #472fdb;
  color: #fff;
}

.pricing-page .pricing-tooltip-modal.blue-bg hr {
  border: none;
  margin-left: -20px;
  height: 1px;
  width: 116%;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.pricing-page .pricing-tooltip-modal b {
  font-weight: normal;
  color: #fff;
}

@media screen and (min-width: 770px) {
  .pricing-page .pricing-tooltip-modal.visible {
    display: block;
  }
}

.pricing-page .pricing-tooltip-modal .pricing-tooltip-modal-title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 0.5em;
}

.pricing-page .plan-notice-container {
  padding-right: 90px !important;
  position: relative;
}

@media screen and (max-width: 769px) {
  .pricing-page .plan-notice-container {
    padding-right: 110px !important;
  }
}

.pricing-page .plan-notice {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 5px 0 5px 10px;
  margin: 0;
  max-width: 90px;
  text-align: right;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 769px) {
  .pricing-page .plan-notice {
    right: 20px;
    max-width: 110px;
  }
}

@media screen and (max-width: 769px) {
  .pricing-page.refer-landing .split-mobile-with-no-padding {
    padding-bottom: 16px;
  }
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-ms-keyframes blink {
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes blink {
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 769px) {
  .blog-first-page {
    background: #1f252a;
  }
}

.logo-side-title {
  position: absolute;
  opacity: .3;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  margin-left: 5px;
  cursor: default;
  transition: color .3s;
  user-select: none;
}

@media screen and (max-width: 769px) {
  .logo-side-title {
    margin-top: 21px;
    font-size: 26px;
  }
}

.bg-img-blog {
  background-color: #222;
}

.bg-color-blog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-page .blog-menu-open-icon {
  width: 0;
  margin-right: 0;
  transition: width .3s, margin-left .3s, color .2s;
}

@media screen and (max-width: 769px) {
  .blog-page .blog-menu-open-icon {
    display: none;
  }
}

.blog-page.blog-menu-collapsed .blog-menu-open-icon {
  width: 44px;
  margin-right: 20px;
}

.blog-page .close-icon {
  margin-top: 51px;
  right: 35px;
}

@media screen and (max-width: 769px) {
  .blog-page .close-icon {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .blog-page .login-btn, .blog-page .toggler {
    transition: color .2s;
  }
}

.blog-page.blog-menu-collapsed .top-bar-blog.dark-blog-top, .blog-page.blog-menu-collapsed .top-bar-blog.dark-blog-top .top-logo, .blog-page.blog-menu-collapsed .top-bar-blog.dark-blog-top .logo-side-title {
  color: rgba(0, 0, 0, 0.8);
}

.blog-page .top-bar-blog a {
  color: #fff;
}

.blog-page .top-bar-blog.dark-blog-top a {
  color: rgba(0, 0, 0, 0.8);
}

.blog-page.blog-article-page-short .close-icon {
  display: none;
}

.blog-page h2, .blog-page h3 {
  text-align: left;
  line-height: 1.3em;
  margin-top: 40px;
}

.blog-page h2 {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 769px) {
  .blog-page h2 {
    font-size: 26px;
  }
}

.blog-page h3 {
  font-size: 22px;
  font-weight: 500;
}

.blog-page .fixed-sidebar .fixed-sidebar-wrapper {
  background: #1f252a;
  min-height: 100vh;
}

.blog-page .fixed-sidebar .scrollable-content {
  color: #fff;
}

.blog-page .fixed-sidebar .scrollable-content h1 {
  margin-top: 3.5em;
  color: #fff;
  font: normal 2em/1em "Avenir Next", Avenir, Tahoma, arial;
}

@media screen and (max-width: 769px) {
  .blog-page .fixed-sidebar .scrollable-content h1 {
    font-size: 3em;
    margin-top: 1.8em;
  }
}

.blog-page .fixed-sidebar .scrollable-content a {
  font-weight: normal;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .blog-page .top-logo {
    color: #fff;
    margin-left: 0px;
  }
}

.blog-page .read-more-link {
  color: #b1fd0d;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .blog-page .read-more-link {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .blog-page .content-article-excerpt {
    font-weight: 500;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 -21px 0 -21px;
    padding: 21px;
    font-weight: normal;
  }
}

.blog-page .content-article-title, .blog-page h1.content-article-title {
  margin-bottom: 0.3em;
}

@media screen and (max-width: 769px) {
  .blog-page .content-article-title, .blog-page h1.content-article-title {
    color: #fff;
    margin-top: 2.6em;
    margin-bottom: 1em;
    font-size: 45px;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
  }
}

.blog-page .article-types-toggle {
  display: inline-block;
  font-size: 16px;
  width: 150px;
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  margin-left: 80px;
  margin-top: 18px;
  z-index: 2;
}

.blog-page .article-types-toggle a {
  display: block;
  float: left;
  width: 75px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
}

.blog-page .article-types-toggle a.active, .blog-page .article-types-toggle a:hover {
  background-color: #000;
}

@media screen and (min-width: 770px) {
  .blog-page.blog-article-page-short .right-content {
    height: auto;
    min-height: 0;
  }
  .blog-page.blog-article-page-short .article-btm-section {
    margin-left: 50%;
  }
}

@media screen and (min-width: 770px) and (min-width: 1600px) {
  .blog-page.blog-article-page-short .article-btm-section {
    margin-left: 800px;
  }
}

@media screen and (min-width: 770px) and (max-width: 769px) {
  .blog-page.blog-article-page-short .article-btm-section {
    margin-left: auto;
  }
}

@media screen and (min-width: 770px) {
  .blog-page.blog-article-page-short .article-btm-section .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .blog-page.blog-article-page-short .read-more-link {
    display: none;
  }
  .blog-page.blog-article-page-short h1.content-article-title {
    margin-top: .8em;
  }
}

.blog-page.blog-article-page-short .author-about-title, .blog-page.blog-article-page-short .author-content {
  display: none;
}

.blog-sub-menu {
  padding-right: 0px;
}

.blog-sub-menu ul {
  padding: 0;
  margin: 0;
}

.blog-sub-menu ul li {
  padding: 10px 0;
  display: block;
  line-height: 1.3em;
  margin: 5px 0;
  cursor: pointer;
}

.blog-sub-menu ul li:after {
  display: block;
  content: "";
  clear: both;
}

.blog-sub-menu ul li:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.blog-sub-menu ul li.active {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.blog-menu-author {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-menu-subinfo {
  font-size: 14px;
  color: #7a7c7e;
}

.blog-menu-text {
  margin-left: 80px;
  font-size: 18px;
  padding-top: 5px;
}

.blog-menu-text a {
  text-decoration: none;
}

.blog-menu-text a:hover {
  opacity: 1;
}

.content-article-info-stripe {
  color: #727272;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 2em auto 0 auto;
}

@media screen and (max-width: 769px) {
  .content-article-info-stripe {
    font-size: 12px;
  }
}

@media screen and (max-width: 769px) {
  .content-article-info-stripe {
    margin: 0 auto 2em auto;
  }
}

.content-article-info-stripe .left {
  float: left;
}

.content-article-info-stripe .right {
  float: right;
}

.content-article-info-stripe.container.text-container {
  padding-bottom: 0;
}

.btn-more-articles {
  position: fixed;
  top: -100px;
  height: 100px;
  width: 200px;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.5);
  left: 50%;
  margin-left: -100px;
  z-index: 10;
}

@keyframes blog-out-in {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.right-content.animating .article-head-content {
  animation: blog-out-in 0.3s;
}

.author-about-title {
  color: #727272;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 2em;
  padding-bottom: 0.2em;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 769px) {
  .author-about-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 769px) {
  .author-about-title {
    text-align: center;
    margin-top: 0;
  }
}

.author-about-title.hidden {
  display: none;
}

.author-picture {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.author-content {
  font-size: 16px;
  line-height: 1.5em;
}

.author-content.hidden {
  display: none;
}

.author-content .left {
  float: left;
  width: 140px;
}

@media screen and (max-width: 769px) {
  .author-content .left {
    float: none;
    margin: 0 auto 1.2em auto;
  }
}

.author-content .right {
  margin-left: 160px;
}

@media screen and (max-width: 769px) {
  .author-content .right {
    margin-left: 0;
  }
}

.author-content .author-name {
  text-align: left;
}

@media screen and (max-width: 769px) {
  .author-content .author-name {
    text-align: center;
  }
}

.author-content .author-description {
  margin-bottom: 1em;
  min-height: 65px;
}

.author-content .author-links {
  color: #d9d9d9;
}

.developers-front-page .main-body {
  min-height: calc(100vh - 120px);
}

.developers-front-page .top-logo {
  color: #ffde00;
}

.developers-front-page .sub-menu ul {
  border-bottom-width: 2px;
}

.developers-front-page .sub-menu a {
  opacity: 1;
  color: #fff;
}

.developers-front-page .sub-menu a.active, .developers-front-page .sub-menu a.hover {
  background: rgba(27, 33, 36, 0.5);
}

.developers-front-page .developers-frontpage-bg1 {
  z-index: -1;
  background-position: top center;
  background-size: 100vw;
}

.main-body .slack-invite-section h1 {
  margin-bottom: 5px;
}

.main-body .slack-invite-section h2 {
  margin-top: 0;
}

@media only screen and (max-width: 769px) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken-1280.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken-1600.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken-2000.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-resolution: 1dppx) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken-1600.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-resolution: 1.3dppx) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1dppx) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1.3dppx) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1dppx) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken-2000.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1.3dppx) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken.jpg");
  }
}

@media only screen and (min-width: 1600px) {
  .developers-frontpage-bg1 {
    background-image: url("/images/developerpage-chicken.jpg");
  }
}

.support-page .main-body h2, .support-page .main-body h2 a {
  color: #23c3bf;
  font-size: 23px;
}

.support-page .main-body h2 a {
  text-decoration: none;
  font-weight: 500;
}

.support-page .main-body .text-container p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.support-page .sub-menu ul {
  border-bottom-width: 2px;
}

.support-page .sub-menu a {
  opacity: 1;
  color: #fff;
}

.support-page .sub-menu a.active, .support-page .sub-menu a.hover {
  background: rgba(0, 0, 0, 0.2);
}

.support-page .sub-menu a svg {
  fill: #fff;
}

.support-page .top-bar-static-white .top-logo, .support-page .top-bar-static-white .login-btn {
  color: #00726f;
}

.support-page .top-bar-static-white .maintitle, .support-page .top-bar-static-white .toggler {
  color: #23c3bf;
}

.support-page li input {
  border: 0;
  outline: none;
  background: rgba(27, 33, 36, 0.5);
  color: #fff;
  font-weight: 600;
  padding: .1em .9em;
  width: 140px;
}

.support-guides-page .top-logo, .support-listing-page .top-logo, .support-entity .top-logo {
  color: #fff;
}

.support-search-section {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}

.support-search-section:not(.search-dropdown) {
  min-height: 450px;
}

@media screen and (max-width: 769px) {
  .support-search-section:not(.search-dropdown) {
    min-height: 250px;
  }
}

.support-search-section:not(.search-dropdown) .search-box {
  margin-top: 130px;
}

@media screen and (max-width: 769px) {
  .support-search-section:not(.search-dropdown) .search-box {
    margin-top: 50px;
  }
}

.support-search-section.search-dropdown .search-area {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.support-search-section.search-dropdown .search-input {
  outline: none;
}

.support-search-section.search-dropdown.active .search-area {
  display: block;
}

.support-search-section .search-box {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.support-search-section .search-input {
  width: 600px;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  font-size: 26px;
  padding: 0 65px 0 18px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  margin: 0;
  text-overflow: ellipsis;
}

.support-search-section .search-input::-ms-clear {
  display: none;
}

.support-search-section .search-icon {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.support-search-section .search-icon .ico-search {
  display: block;
}

.support-search-section .search-icon .ico-close {
  display: none;
}

.support-search-section .not-empty .search-icon .ico-search {
  display: none;
}

.support-search-section .not-empty .search-icon .ico-close {
  display: block;
}

@media screen and (max-width: 769px) {
  .support-search-section .search-input {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
  }
  .support-search-section .search-icon {
    top: 12px;
    width: 22px;
    height: 22px;
  }
}

.support-search-section .voog-search-modal-contents {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  max-height: 300px;
  overflow-x: hidden;
  background: rgba(250, 250, 250, 0.9);
  text-align: left;
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.3em;
  color: #848586;
  -webkit-backdrop-filter: blur(5px);
  -webkit-overflow-scrolling: touch;
}

.support-search-section .voog-search-modal-contents em {
  background-color: rgba(35, 195, 191, 0.2);
  color: #23c3bf;
  font-style: normal;
  font-weight: 500;
}

.support-search-section .voog-search-modal-contents.search-results-active {
  display: block;
}

.support-search-section .voog-search-modal-contents h3 {
  margin-bottom: 0;
}

.support-search-section .voog-search-modal-contents h3, .support-search-section .voog-search-modal-contents h3 a {
  color: #1b2124;
  font-size: 16px;
  text-decoration: none;
}

.support-search-section .voog-search-modal-contents h3 a:hover {
  text-decoration: underline;
}

.support-search-section .voog-search-modal-contents .voog-search-modal-result {
  padding-bottom: 1em;
}

.support-search-section .voog-search-modal-contents p {
  margin-top: 0.5em;
}

@media screen and (max-width: 769px) {
  .support-contact #skrollr-body {
    min-height: 100vh;
  }
}

@media screen and (max-width: 690px) and (min-width: 451px) {
  .mobile-mode .support-contact-section .container form .email-field,
  .mobile-mode .support-contact-section .container form .site-field,
  .mobile-mode .support-contact-section .container .form .email-field,
  .mobile-mode .support-contact-section .container .form .site-field {
    width: 48%;
  }
  .mobile-mode .support-contact-section .container form .site-field,
  .mobile-mode .support-contact-section .container .form .site-field {
    margin-left: 4%;
  }
  .mobile-mode .support-contact-section .container form .form_submit,
  .mobile-mode .support-contact-section .container .form .form_submit {
    text-align: center;
    margin-top: 15px;
  }
  .mobile-mode .support-contact-section .container form .form_submit input,
  .mobile-mode .support-contact-section .container .form .form_submit input {
    width: 200px;
    padding: 7px 15px !important;
    height: auto !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 450px) {
  .mobile-mode .support-contact-section .container form .email-field,
  .mobile-mode .support-contact-section .container form .site-field,
  .mobile-mode .support-contact-section .container .form .email-field,
  .mobile-mode .support-contact-section .container .form .site-field {
    width: 100%;
  }
  .mobile-mode .support-contact-section .container form .site-field,
  .mobile-mode .support-contact-section .container .form .site-field {
    margin-left: 0;
    margin-top: 16px;
  }
  .mobile-mode .support-contact-section .container form .form_submit,
  .mobile-mode .support-contact-section .container .form .form_submit {
    text-align: center;
    margin-top: 25px;
  }
  .mobile-mode .support-contact-section .container form .form_submit input,
  .mobile-mode .support-contact-section .container .form .form_submit input {
    width: 50%;
    padding: 10px 25px !important;
    height: auto !important;
    margin: 0 auto;
  }
}

.support-contact-section {
  padding-bottom: 20px;
}

.support-contact-section .container h1,
.support-contact-section .container h3 {
  color: #fff;
}

.support-contact-section .container h1 {
  font-size: 100px;
  margin-bottom: .1em;
  margin-top: .75em;
}

.support-contact-section .container h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: .5em;
  opacity: .75;
}

@media screen and (max-width: 769px) {
  .support-contact-section .container h1 {
    font-size: 60px;
  }
  .support-contact-section .container h3 {
    font-size: 18px;
  }
  .support-contact-section .container .form,
  .support-contact-section .container form {
    margin-top: 35px;
    margin-bottom: 45px;
  }
}

.support-contact-section .container .form,
.support-contact-section .container form {
  max-width: 650px;
  margin: 70px auto 90px;
}

.support-contact-section .container .form .form_fields,
.support-contact-section .container form .form_fields {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.support-contact-section .container .form label,
.support-contact-section .container .form .edy-fe-label,
.support-contact-section .container form label,
.support-contact-section .container form .edy-fe-label {
  display: none;
}

.support-contact-section .container .form textarea,
.support-contact-section .container form textarea {
  resize: none;
}

.support-contact-section .container .form textarea,
.support-contact-section .container .form .email-field input,
.support-contact-section .container .form .site-field input,
.support-contact-section .container form textarea,
.support-contact-section .container form .email-field input,
.support-contact-section .container form .site-field input {
  border-radius: 1px;
  border: 0;
}

.support-contact-section .container .form textarea:focus,
.support-contact-section .container .form .email-field input:focus,
.support-contact-section .container .form .site-field input:focus,
.support-contact-section .container form textarea:focus,
.support-contact-section .container form .email-field input:focus,
.support-contact-section .container form .site-field input:focus {
  outline: 0;
}

.support-contact-section .container .form .message-field,
.support-contact-section .container form .message-field {
  width: 100%;
}

.support-contact-section .container .form textarea,
.support-contact-section .container .form input[type=text],
.support-contact-section .container form textarea,
.support-contact-section .container form input[type=text] {
  display: block;
  margin: 0;
  width: 100%;
  font-size: .9em;
  line-height: 21px;
  padding: 7px 10px;
}

.support-contact-section .container .form .email-field,
.support-contact-section .container .form .site-field,
.support-contact-section .container .form .edy-fe-field:not(:first-child),
.support-contact-section .container form .email-field,
.support-contact-section .container form .site-field,
.support-contact-section .container form .edy-fe-field:not(:first-child) {
  width: 318px;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}

.support-contact-section .container .form .email-field input,
.support-contact-section .container .form .site-field input,
.support-contact-section .container .form .edy-fe-field:not(:first-child) input,
.support-contact-section .container form .email-field input,
.support-contact-section .container form .site-field input,
.support-contact-section .container form .edy-fe-field:not(:first-child) input {
  width: 100%;
}

.support-contact-section .container .form .site-field,
.support-contact-section .container form .site-field {
  margin-left: 14px;
}

.support-contact-section .container .form .edy-fe-field:nth-child(3),
.support-contact-section .container form .edy-fe-field:nth-child(3) {
  margin-left: 9px;
}

.support-contact-section .container .form .form_submit input,
.support-contact-section .container form .form_submit input {
  height: 35px;
  padding: 0 10px;
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background-color: #24c3bf;
  border: 0;
}

.support-contact-section .container form .form_field_with_errors textarea,
.support-contact-section .container form .form_field_with_errors input {
  border: 1px solid #ff5b5b;
}

.support-contact-section .container form .form_notice {
  font-size: 1.2em;
  margin: 10px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  color: #53e053;
}

.support-contact-section .container form .form_field_error,
.support-contact-section .container form .form_error {
  font-size: .9em;
  margin: 0;
  line-height: 1.1em;
  color: #ff5b5b;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  display: inline-block;
}

.support-contact-section .container-bottom {
  max-width: 650px;
  height: 85px;
  margin: 0 auto;
}

.support-contact-section .container-bottom .left-block,
.support-contact-section .container-bottom .right-block {
  float: left;
  width: 324px;
  height: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
  color: #fff;
}

.support-contact-section .container-bottom input.custom-data {
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
}

.support-contact-section .container-bottom input.custom-data:focus {
  outline: 0;
}

.support-contact-section .container-bottom .left-block input.custom-data {
  width: 250px;
}

.support-contact-section .container-bottom .right-block input.custom-data {
  width: 200px;
}

.support-contact-section .container-bottom .left-block {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 85px;
  text-align: center;
}

.support-contact-section .container-bottom .left-block .wrapper,
.support-contact-section .container-bottom .left-block .wrapper a {
  color: #fff;
  font-size: 27px;
  text-decoration: none;
}

.support-contact-section .container-bottom .ico-phone {
  float: left;
  height: 85px;
  width: 85px;
  opacity: .5;
}

.support-contact-section .container-bottom .ico-phone svg {
  padding: 20px;
}

.support-contact-section .container-bottom .phone-field {
  float: left;
  height: 85px;
  width: auto;
}

.support-contact-section .container-bottom .phone-field .wrapper {
  margin-top: 20px;
}

.support-contact-section .container-bottom .phone-field .phone,
.support-contact-section .container-bottom .phone-field .phone a {
  color: #fff;
  font-size: 27px;
  text-decoration: none;
  letter-spacing: 1px;
}

.support-contact-section .container-bottom .phone-field .phone-smaller {
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1em;
}

@media screen and (max-width: 690px) {
  .support-contact-section .container-bottom {
    height: 190px;
  }
  .support-contact-section .container-bottom .left-block,
  .support-contact-section .container-bottom .right-block {
    width: 100%;
    text-align: center;
  }
  .support-contact-section .container-bottom .left-block {
    border-right: 0;
  }
  .support-contact-section .container-bottom .right-block {
    border-top: 0;
  }
  .support-contact-section .container-bottom .right-block .ico-phone,
  .support-contact-section .container-bottom .right-block .phone-field {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.support-contact .color-overlay {
  z-index: 3;
  background: rgba(95, 54, 179, 0.5);
}

.support-contact-section {
  z-index: 10;
  position: relative;
}

.guide-list-box {
  display: block;
  float: left;
  background: #eee;
  padding: 15px;
  width: 122px;
  height: 122px;
  text-align: center;
  margin: 5px;
  text-decoration: none;
  line-height: 122px;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 769px) {
  .guide-list-box {
    width: 46%;
    margin: 2%;
    height: 150px;
    box-sizing: border-box;
  }
}

.guide-list-box .guide-list-box-inner {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}

.guide-list-box.untranslated {
  opacity: .3;
}

.text-container a.guide-list-box {
  color: rgba(0, 0, 0, 0.8);
}

.support-entity a.back-button {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  padding: 2px 10px;
  border: 1px solid #666;
  text-decoration: none;
  font-size: 12px;
}

@media only screen and (max-width: 769px) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue-1280.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave-1280.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue-1600.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave-1600.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue-2000.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave-2000.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-resolution: 1dppx) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue-1600.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave-1600.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-resolution: 1.3dppx) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue-1600.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1dppx) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue-1600.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1.3dppx) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1dppx) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue-2000.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave-2000.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1.3dppx) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave.jpg");
  }
}

@media only screen and (min-width: 1600px) {
  .supportpage-bg1 {
    background-image: url("/images/chicken-blue.jpg");
  }
  .support-contactpage-bg1 {
    background-image: url("/images/wave.jpg");
  }
}

.slack-invite-section .container .form,
.slack-invite-section .container form {
  max-width: 650px;
}

.slack-invite-section .container .form .form_fields,
.slack-invite-section .container form .form_fields {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.slack-invite-section .container .form label,
.slack-invite-section .container .form .edy-fe-label,
.slack-invite-section .container form label,
.slack-invite-section .container form .edy-fe-label {
  display: none;
}

.slack-invite-section .container .form textarea,
.slack-invite-section .container form textarea {
  resize: none;
}

.slack-invite-section .container .form textarea,
.slack-invite-section .container .form .email-field input,
.slack-invite-section .container .form .site-field input,
.slack-invite-section .container .form .name-field input,
.slack-invite-section .container form textarea,
.slack-invite-section .container form .email-field input,
.slack-invite-section .container form .site-field input,
.slack-invite-section .container form .name-field input {
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.slack-invite-section .container .form textarea:focus,
.slack-invite-section .container .form .email-field input:focus,
.slack-invite-section .container .form .site-field input:focus,
.slack-invite-section .container .form .name-field input:focus,
.slack-invite-section .container form textarea:focus,
.slack-invite-section .container form .email-field input:focus,
.slack-invite-section .container form .site-field input:focus,
.slack-invite-section .container form .name-field input:focus {
  outline: 0;
}

.slack-invite-section .container .form .message-field,
.slack-invite-section .container form .message-field {
  width: 100%;
}

.slack-invite-section .container .form textarea,
.slack-invite-section .container .form input[type=text],
.slack-invite-section .container form textarea,
.slack-invite-section .container form input[type=text] {
  display: block;
  margin: 0;
  width: 100%;
  font-size: .9em;
  line-height: 21px;
  padding: 7px 10px;
}

.slack-invite-section .container .form .email-field,
.slack-invite-section .container .form .site-field,
.slack-invite-section .container .form .name-field,
.slack-invite-section .container .form .edy-fe-field:not(:first-child),
.slack-invite-section .container form .email-field,
.slack-invite-section .container form .site-field,
.slack-invite-section .container form .name-field,
.slack-invite-section .container form .edy-fe-field:not(:first-child) {
  width: 318px;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}

.slack-invite-section .container .form .email-field input,
.slack-invite-section .container .form .site-field input,
.slack-invite-section .container .form .name-field input,
.slack-invite-section .container .form .edy-fe-field:not(:first-child) input,
.slack-invite-section .container form .email-field input,
.slack-invite-section .container form .site-field input,
.slack-invite-section .container form .name-field input,
.slack-invite-section .container form .edy-fe-field:not(:first-child) input {
  width: 100%;
}

.slack-invite-section .container .form .email-field,
.slack-invite-section .container form .email-field {
  margin-left: 14px;
}

.slack-invite-section .container .form .form_submit input,
.slack-invite-section .container form .form_submit input {
  height: 35px;
  padding: 0 20px;
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #ef5604;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
}

.slack-invite-section .container .form .form_submit input:hover,
.slack-invite-section .container form .form_submit input:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.slack-invite-section .container form .form_field_with_errors textarea,
.slack-invite-section .container form .form_field_with_errors input {
  border: 1px solid #ff5b5b;
}

.slack-invite-section .container form .form_notice {
  font-size: 1.2em;
  margin: 10px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  color: #53e053;
}

.slack-invite-section .container form .form_field_error,
.slack-invite-section .container form .form_error {
  font-size: .9em;
  margin: 0;
  line-height: 1.1em;
  color: #ff5b5b;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  display: inline-block;
}

.left-right-scroller {
  overflow: hidden;
}

.left-right-scroller .left-right-scroller-inner {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  margin-bottom: -17px;
  white-space: nowrap;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.left-right-scroller .left-right-scroller-inner::-webkit-scrollbar {
  height: 17px;
}

.left-right-scroller .left-right-box {
  width: 290px;
  max-width: 90%;
  box-sizing: border-box;
  margin: 25px;
  display: inline-block;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  white-space: normal;
  transition: opacity .3s;
}

@media screen and (max-width: 500px) {
  .left-right-scroller .left-right-box {
    margin: 5%;
  }
}

.left-right-scroller .left-right-box a {
  color: #fff;
}

@media screen and (min-width: 770px) {
  .left-right-scroller .left-right-box.out-of-view {
    opacity: .3;
  }
  .left-right-scroller .left-right-box:hover {
    opacity: 1;
  }
}

.left-right-scroller .left-right-box.disabled {
  opacity: .3;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.3) 100%);
}

.left-right-scroller .left-right-box .image-block {
  overflow: hidden;
  position: relative;
}

.left-right-scroller .left-right-box .image-block img {
  max-width: 100%;
}

.left-right-scroller .left-right-box .image-block a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.left-right-scroller .left-right-box .image-block--h185 {
  height: 185px;
}

.left-right-scroller .left-right-box .image-block-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.left-right-scroller .left-right-box h2 {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1em;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
}

.left-right-scroller .short_description {
  display: none;
}

body.tour-page {
  font-family: "Avenir Next", Avenir, Tahoma, arial;
}

@media screen and (min-width: 1031px) {
  body.tour-page header {
    height: 870px;
  }
}

@media screen and (max-width: 1030px) {
  body.tour-page header {
    height: auto;
  }
}

body.tour-page .top-bar-tour .main-menu {
  top: 50px;
  margin-top: 0;
}

body.tour-page .top-menu-links {
  box-sizing: border-box;
  z-index: 401;
  position: absolute;
  top: 52px;
  left: 160px;
}

body.tour-page .top-menu-links a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

body.tour-page .top-menu-links a:not(.active) {
  opacity: .5;
  font-weight: 300;
}

body.tour-page .top-menu-links a + a {
  margin-left: 20px;
}

@media screen and (max-width: 1320px) {
  body.tour-page .top-menu-links nav {
    text-align: left;
  }
}

@media screen and (max-width: 769px) {
  body.tour-page .top-menu-links {
    position: absolute;
    text-align: center;
    z-index: 401;
    width: auto;
    top: 13px;
    left: 115px;
    right: auto;
  }
  body.tour-page .top-menu-links nav {
    font-size: .8em;
    margin-top: 5px;
  }
  body.tour-page .top-menu-links nav a + a {
    margin-left: 10px;
  }
}

body.tour-page .tour-top-container {
  padding-top: 130px;
}

body.tour-page .tour-top-container h2 {
  font-size: 50px;
  padding-right: 220px;
  color: #2b2939;
  line-height: 1.3;
}

body.tour-page .tour-top-container h2 u {
  text-decoration: none;
  border-bottom: 3px solid currentColor;
}

body.tour-page .tour-top-container h1 {
  margin-top: 150px;
  font-size: 370px;
}

@media screen and (max-width: 1200px) {
  body.tour-page .tour-top-container h1 {
    margin-top: 100px;
    font-size: 270px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 800px) {
  body.tour-page .tour-top-container h1 {
    margin-top: 90px;
    font-size: 200px;
  }
}

@media screen and (max-width: 769px) {
  body.tour-page .tour-top-container h1 {
    margin-top: 60px;
    font-size: 100px;
  }
}

@media screen and (max-width: 500px) {
  body.tour-page .tour-top-container h1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1030px) {
  body.tour-page .tour-top-container {
    padding-top: 100px;
  }
  body.tour-page .tour-top-container h2 {
    padding: 20px 55px;
    margin: 0;
    font-size: 40px;
  }
  body.tour-page .tour-top-container .tour-top-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 769px) {
  body.tour-page .tour-top-container {
    padding-top: 45px;
  }
  body.tour-page .tour-top-container h2 {
    font-size: 32px;
  }
}

body.tour-page .top-box-container {
  transform: translateX(-50%);
  position: absolute;
  top: 430px;
  left: 50%;
  z-index: 100;
}

body.tour-page .top-box-container .tour-top-box {
  position: relative;
  background: #2b2939;
  margin-top: 60px;
  height: 380px;
  background-image: url(/images/striped-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0px;
}

body.tour-page .top-box-container .tour-top-box .top-box-content {
  box-sizing: border-box;
  position: absolute;
  left: 55px;
  top: 55px;
  width: 235px;
  color: #fff;
}

body.tour-page .top-box-container .tour-top-box .top-box-content p {
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
}

body.tour-page .top-box-container .tour-top-box .image-container {
  left: 345px;
  position: absolute;
  top: 55px;
  right: 55px;
}

body.tour-page .top-box-container .tour-top-box .try-btn {
  box-sizing: border-box;
  width: 235px;
  height: 65px;
  background-color: #472fdb;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 55px;
  left: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 65px;
  font-size: 28px;
  font-weight: 400;
}

@media screen and (max-width: 1030px) {
  body.tour-page .top-box-container {
    position: static;
    transform: none;
    left: auto;
  }
  body.tour-page .top-box-container .tour-top-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 769px) {
  body.tour-page .top-box-container .tour-top-box {
    height: auto;
    padding-bottom: 30px;
    background-image: none;
  }
  body.tour-page .top-box-container .tour-top-box .top-box-content {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    padding: 30px 55px;
    font-size: 28px;
    text-align: center;
  }
  body.tour-page .top-box-container .tour-top-box .image-container {
    width: 75%;
    max-width: 420px;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
    position: relative;
  }
  body.tour-page .top-box-container .tour-top-box .try-btn {
    position: static;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 500px) {
  body.tour-page .tour-top-box .image-container {
    text-align: center;
  }
}

body.tour-page.lang-fi .tour-top-container h1 {
  font-size: 240px;
}

@media screen and (max-width: 1200px) {
  body.tour-page.lang-fi .tour-top-container h1 {
    font-size: 160px;
  }
}

@media screen and (max-width: 800px) {
  body.tour-page.lang-fi .tour-top-container h1 {
    font-size: 160px;
  }
}

@media screen and (max-width: 769px) {
  body.tour-page.lang-fi .tour-top-container h1 {
    font-size: 60px;
  }
}

body.tour-page .top-padded-90 {
  padding-top: 90px;
}

@media screen and (max-width: 1030px) {
  body.tour-page .top-padded-90 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1030px) {
  body.tour-page .top-padded-90 {
    padding-top: 30px;
  }
}

body.tour-page .content-row + .content-row {
  margin-top: 50px;
}

body.tour-page .tour-content {
  position: relative;
}

body.tour-page .tour-content h2 {
  font-size: 50px;
  color: #472fdb;
}

body.tour-page .tour-content p {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
}

body.tour-page .tour-content a {
  text-decoration: none;
  color: #472fdb;
  font-weight: 400;
}

body.tour-page .tour-content img {
  width: 100%;
}

body.tour-page .tour-content.-full {
  width: 100%;
}

body.tour-page .tour-content.tour-content-image.-left {
  position: relative;
  left: -65px;
}

body.tour-page .tour-content.tour-content-image.-right {
  position: relative;
  right: -65px;
}

@media screen and (max-width: 1080px) {
  body.tour-page .content-row {
    padding: 0 20px;
    justify-content: space-between;
  }
  body.tour-page .tour-content {
    max-width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.tour-page .tour-content h2 {
    font-size: 36px;
  }
  body.tour-page .tour-content p {
    font-size: 20px;
  }
  body.tour-page .tour-content.-full {
    max-width: 100% !important;
  }
  body.tour-page .tour-content.tour-content-image {
    min-width: 0 !important;
  }
  body.tour-page .tour-content.tour-content-image.-left {
    left: auto;
    right: auto;
  }
  body.tour-page .tour-content.tour-content-image.-left.margin-right-30 {
    margin-right: 30px !important;
  }
  body.tour-page .tour-content.tour-content-image.-right {
    left: auto;
    right: auto;
  }
  body.tour-page .tour-content.tour-content-image.-right.margin-left-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 769px) {
  body.tour-page .content-row {
    flex-direction: column;
  }
  body.tour-page .content-row + .content-row {
    margin-top: 20px;
  }
  body.tour-page .tour-content,
  body.tour-page .tour-content.-full {
    max-width: 80% !important;
    order: 1;
    margin-top: 20px;
  }
  body.tour-page .tour-content.tour-content-image {
    order: 2;
    max-width: 80% !important;
  }
  body.tour-page .tour-content.tour-content-image.-left.margin-right-30 {
    margin-right: 0 !important;
    margin-top: 20px;
  }
  body.tour-page .tour-content.tour-content-image.-left.margin-right-30.margin-top-0 {
    margin-top: 0;
  }
  body.tour-page .tour-content.tour-content-image.-right.margin-left-30 {
    margin-left: 0 !important;
  }
  body.tour-page .tour-content.tour-content-image.-right.margin-left-30.margin-top-0 {
    margin-top: 0;
  }
  body.tour-page .tour-content + .tour-content {
    margin-top: 20px;
    margin-left: 0;
  }
}

body.tour-page .great-sites-header {
  font-size: 80px;
}

@media screen and (max-width: 769px) {
  body.tour-page .great-sites-header {
    font-size: 42px;
    margin: 0 20px 10px 20px;
  }
}

body.tour-page .great-sites-container .image-block {
  position: relative;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  height: 325px;
}

body.tour-page .great-sites-container .image-block-texts {
  background: #472fdb;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 10px 15px;
  text-align: right;
}

body.tour-page .great-sites-container .image-block-texts h2,
body.tour-page .great-sites-container .image-block-texts p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}

body.tour-page .great-sites-container .image-block-texts h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

body.tour-page .great-sites-container .image-block-texts p {
  margin: 0;
  font-weight: 400;
}

body.tour-page .great-sites-container .short_description {
  display: block;
}

body.tour-page .left-right-box {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

body.tour-page .left-right-box.out-of-view {
  opacity: 1;
}

body.tour-page .left-right-box .image-block .image-block-bg {
  background-color: #000;
}

body.tour-page .left-right-box .image-block .image-block-innerwrap {
  height: 100%;
  position: relative;
  z-index: 100;
  transition: opacity .3s;
}

body.tour-page .left-right-box .image-block img {
  opacity: .97;
  display: block;
}

body.tour-page .left-right-box .image-block-texts {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: #472fdb;
  padding: 10px;
  z-index: 101;
}

body.tour-page .left-right-box .image-block-texts h2, body.tour-page .left-right-box .image-block-texts p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
  text-align: right;
  font-weight: normal;
}

body.tour-page .left-right-box .image-block-texts h2 {
  font-weight: 500;
}

body.tour-page .left-right-box .image-block-texts p.short_description {
  display: block;
  font-weight: 300;
}

body.tour-page .left-right-box .image-block-texts p.description {
  display: none;
}

body.tour-page .left-right-box:nth-child(2) .image-block-innerwrap {
  transition-delay: 0.1s;
}

body.tour-page .left-right-box:nth-child(3) .image-block-innerwrap {
  transition-delay: 0.2s;
}

body.tour-page .left-right-box:nth-child(4) .image-block-innerwrap {
  transition-delay: 0.3s;
}

body.tour-page .left-right-box:nth-child(5) .image-block-innerwrap {
  transition-delay: 0.4s;
}

body.tour-page .left-right-box:nth-child(6) .image-block-innerwrap {
  transition-delay: 0.5s;
}

body.tour-page .left-right-box:nth-child(7) .image-block-innerwrap {
  transition-delay: 0.6s;
}

body.tour-page .left-right-box:nth-child(8) .image-block-innerwrap {
  transition-delay: 0.7s;
}

body.tour-page .left-right-box:nth-child(9) .image-block-innerwrap {
  transition-delay: 0.8s;
}

body.tour-page .left-right-box:nth-child(10) .image-block-innerwrap {
  transition-delay: 0.9s;
}

body.tour-page .left-right-box:nth-child(11) .image-block-innerwrap {
  transition-delay: 1s;
}

body.tour-page .left-right-box:nth-child(12) .image-block-innerwrap {
  transition-delay: 1.1s;
}

body.tour-page .left-right-box:nth-child(13) .image-block-innerwrap {
  transition-delay: 1.2s;
}

body.tour-page .left-right-box:nth-child(14) .image-block-innerwrap {
  transition-delay: 1.3s;
}

body.tour-page .left-right-box:nth-child(15) .image-block-innerwrap {
  transition-delay: 1.4s;
}

body.tour-page .left-right-box:nth-child(16) .image-block-innerwrap {
  transition-delay: 1.5s;
}

body.tour-page .left-right-box:nth-child(17) .image-block-innerwrap {
  transition-delay: 1.6s;
}

body.tour-page .left-right-box:nth-child(18) .image-block-innerwrap {
  transition-delay: 1.7s;
}

body.tour-page .left-right-box:nth-child(19) .image-block-innerwrap {
  transition-delay: 1.8s;
}

body.tour-page .left-right-scroller.not-in-view .image-block-innerwrap {
  opacity: 0;
}

@media screen and (max-width: 1030px) {
  body.tour-page .content-with-icons {
    padding: 0 30px;
  }
}

body.tour-page .content-with-icons,
body.tour-page .last-foot-section {
  background: #f5f5f5;
}

body.tour-page .last-foot-section > .container-fw975 {
  background: #2b2939;
  color: #fff;
  position: relative;
  min-height: 175px;
  display: flex;
  align-items: center;
}

body.tour-page .last-foot-section > .container-fw975 .last-section-content {
  margin-left: 345px;
  font-size: 26px;
  font-weight: 300;
}

body.tour-page .last-foot-section > .container-fw975 .try-btn {
  box-sizing: border-box;
  width: 245px;
  height: 65px;
  background-color: #472fdb;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 55px;
  left: 55px;
  text-decoration: none;
  line-height: 65px;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 769px) {
  body.tour-page .last-foot-section > .container-fw975 {
    min-height: 120px;
  }
  body.tour-page .last-foot-section > .container-fw975 .try-btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    left: 35px;
    bottom: 35px;
  }
  body.tour-page .last-foot-section > .container-fw975 .last-section-content {
    margin-left: 250px;
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  body.tour-page .last-foot-section > .container-fw975 {
    min-height: 130px;
    flex-direction: column;
  }
  body.tour-page .last-foot-section > .container-fw975 .try-btn {
    position: static;
    left: auto;
    bottom: auto;
    margin: 30px auto;
  }
  body.tour-page .last-foot-section > .container-fw975 .last-section-content {
    margin: 30px auto 0;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  body.tour-page .last-foot-section > .container-fw975 {
    min-height: 140px;
  }
  body.tour-page .last-foot-section > .container-fw975 .last-section-content {
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 420px) {
  body.tour-page .last-foot-section > .container-fw975 {
    min-height: 180px;
  }
  body.tour-page .last-foot-section > .container-fw975 .last-section-content {
    margin: 45px auto 0;
  }
}

body.tour-page .tour-footer {
  text-align: center;
  padding: 15px 0;
}

body.tour-page .tour-footer footer {
  position: static;
  width: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}

body.tour-page .tour-footer footer a {
  line-height: 1.2em;
}

body.tour-page .slogan {
  position: relative;
  z-index: 2;
}

body.tour-page .slogan .try-dot {
  background-color: rgba(238, 72, 154, 0.95);
  color: #fff;
  background-image: none;
  bottom: auto;
  margin-top: -75px;
}

body.tour-page .slogan .try-dot .collapsed-title {
  color: #fff;
}

@media screen and (max-width: 500px) {
  body.tour-page .slogan .try-dot {
    bottom: 30px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 769px) {
  body.tour-page .slogan h1 {
    padding-bottom: 0;
  }
}

body.tour-page .try-dot-yellow {
  background: #e8df7a;
  transition: color .3s;
}

body.tour-page .try-dot-yellow, body.tour-page .try-dot-yellow .collapsed-title {
  color: #ef4b9c;
}

body.tour-page .try-dot-yellow.transition-textcolor-blue, body.tour-page .try-dot-yellow.transition-textcolor-blue .collapsed-title {
  color: #52558e;
}

body.tour-page .tour-desktop-product,
body.tour-page .tour-mobile-product {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
}

body.tour-page .tour-desktop-product {
  max-width: 100%;
  line-height: 0;
}

body.tour-page .tour-mobile-product {
  position: absolute;
  margin: 0;
  max-width: 30%;
  width: 283px;
  height: auto;
  display: inline-block;
  bottom: -15px;
  right: -30px;
  line-height: 0;
}

body.tour-page .tour-mobile-product .tour-mobile-product-aspect {
  padding-bottom: 140%;
}

@media screen and (max-width: 1000px) {
  body.tour-page .tour-mobile-product {
    margin: 160px 0 0 0;
    right: 20px;
  }
}

body.tour-page .tour-domain-box {
  color: #ffea6a;
  font-size: 150px;
  line-height: 1em;
  margin-bottom: 30px;
  display: inline-block;
}

body.tour-page .tour-domain-box:after {
  content: "|";
  color: #8789c5;
  position: relative;
  top: -37px;
}

@media screen and (max-width: 769px) {
  body.tour-page .tour-domain-box {
    font-size: 90px;
  }
  body.tour-page .tour-domain-box:after {
    top: -17px;
  }
}

body.tour-page .tour-more-container h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0.4em;
  line-height: 1em;
}

body.tour-page .tour-more-container p {
  font-weight: 300;
}

body.tour-page .tour-more-container a {
  color: #472fdb;
  text-decoration: none;
  font-weight: 400;
}

body.tour-page .tour-more-container b {
  font-weight: 500;
}

body.tour-page .tour-more-container .split-with-large-padding {
  padding-bottom: 50px;
}

body.tour-page .tour-more-container .split-with-large-padding p {
  text-align: left;
}

@media screen and (max-width: 769px) {
  body.tour-page .tour-more-container p {
    max-width: 75%;
    margin: 0 auto;
  }
}

body.tour-page .bg0 {
  background-color: #ffe850;
  background-position: 35vw 65%;
  background-size: auto 120%;
}

body.tour-page .bg1 {
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 1600px) {
  body.tour-page .bg0 {
    background-position: 42vw 65%;
  }
}

@media screen and (max-width: 1030px) {
  body.tour-page .bg0 {
    background-image: none !important;
  }
}

body.tour-page .bg1-left {
  background-color: #db4e99;
  background-image: url("/images/tour-pages-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.tour-page .bg1-right {
  background-color: #12a8ed;
}

@media screen and (max-width: 769px) {
  body.tour-page .mobile-bg1 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  body.tour-page .mobile-bg1.leftside {
    background-color: #db4e99;
    background-image: url("/images/tour-pages-bg.jpg");
  }
  body.tour-page .mobile-bg1.rightside {
    background-color: #12a8ed;
  }
}

body.tour-page .bg2-left {
  background-color: #61639a;
}

body.tour-page .bg2-right {
  background-color: #52558e;
  background-image: url("/images/tour-stamps-bg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  body.tour-page .mobile-bg2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  body.tour-page .mobile-bg2.leftside {
    background-color: #61639a;
  }
  body.tour-page .mobile-bg2.rightside {
    background-color: #52558e;
    background-image: url("/images/tour-stamps-bg1.png");
  }
}

body.tour-page .bg3 {
  background-color: #fff;
}

body.tour-page .transition-try-dot-fixed {
  position: fixed;
}

body.tour-page .transition-try-dot-btm-stop {
  position: absolute;
  bottom: -100%;
}

@media screen and (min-width: 770px) {
  body.tour-page .transition-textcolor-for-1 .top-logo, body.tour-page .transition-textcolor-for-1 .login-btn, body.tour-page .transition-textcolor-for-1 .lang-title, body.tour-page .transition-textcolor-for-1 .toggler {
    color: black;
  }
  body.tour-page .transition-textcolor-for-2 .top-logo, body.tour-page .transition-textcolor-for-2 .login-btn, body.tour-page .transition-textcolor-for-2 .lang-title, body.tour-page .transition-textcolor-for-2 .toggler,
  body.tour-page .transition-textcolor-for-3 .top-logo,
  body.tour-page .transition-textcolor-for-3 .login-btn,
  body.tour-page .transition-textcolor-for-3 .lang-title,
  body.tour-page .transition-textcolor-for-3 .toggler,
  body.tour-page .transition-textcolor-for-4 .top-logo,
  body.tour-page .transition-textcolor-for-4 .login-btn,
  body.tour-page .transition-textcolor-for-4 .lang-title,
  body.tour-page .transition-textcolor-for-4 .toggler,
  body.tour-page .transition-textcolor-for-5 .top-logo,
  body.tour-page .transition-textcolor-for-5 .login-btn,
  body.tour-page .transition-textcolor-for-5 .lang-title,
  body.tour-page .transition-textcolor-for-5 .toggler,
  body.tour-page .transition-textcolor-for-6 .top-logo,
  body.tour-page .transition-textcolor-for-6 .login-btn,
  body.tour-page .transition-textcolor-for-6 .lang-title,
  body.tour-page .transition-textcolor-for-6 .toggler {
    color: rgba(0, 0, 0, 0.7);
  }
  body.tour-page .transition-textcolor-for-2 .top-logo:hover, body.tour-page .transition-textcolor-for-2 .login-btn:hover, body.tour-page .transition-textcolor-for-2 .lang-title:hover, body.tour-page .transition-textcolor-for-2 .toggler:hover,
  body.tour-page .transition-textcolor-for-3 .top-logo:hover,
  body.tour-page .transition-textcolor-for-3 .login-btn:hover,
  body.tour-page .transition-textcolor-for-3 .lang-title:hover,
  body.tour-page .transition-textcolor-for-3 .toggler:hover,
  body.tour-page .transition-textcolor-for-4 .top-logo:hover,
  body.tour-page .transition-textcolor-for-4 .login-btn:hover,
  body.tour-page .transition-textcolor-for-4 .lang-title:hover,
  body.tour-page .transition-textcolor-for-4 .toggler:hover,
  body.tour-page .transition-textcolor-for-5 .top-logo:hover,
  body.tour-page .transition-textcolor-for-5 .login-btn:hover,
  body.tour-page .transition-textcolor-for-5 .lang-title:hover,
  body.tour-page .transition-textcolor-for-5 .toggler:hover,
  body.tour-page .transition-textcolor-for-6 .top-logo:hover,
  body.tour-page .transition-textcolor-for-6 .login-btn:hover,
  body.tour-page .transition-textcolor-for-6 .lang-title:hover,
  body.tour-page .transition-textcolor-for-6 .toggler:hover {
    color: black;
    opacity: 1;
  }
}

@media only screen and (max-width: 769px) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007-1280.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017-1280.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg-1280.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone-1280.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019-1280.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007-1600.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017-1600.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg-1600.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone-1600.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019-1600.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007-2000.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017-2000.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg-2000.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone-2000.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019-2000.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-resolution: 1dppx) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007-1600.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017-1600.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg-1600.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone-1600.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019-1600.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-resolution: 1.3dppx) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007-1600.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017-1600.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg-1600.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone-1600.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1dppx) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007-1600.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017-1600.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg-1600.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone-1600.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1.3dppx) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1dppx) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007-2000.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017-2000.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg-2000.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone-2000.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019-2000.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1.3dppx) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019.jpg");
  }
}

@media only screen and (min-width: 1600px) {
  .tmw_landing_bg {
    background-image: url("/images/voog-tmw-2007.jpg");
  }
  .seb_landing_bg {
    background-image: url("/images/voog-seb-2017.jpg");
  }
  .store_landing_bg {
    background-image: url("/images/store_landing_bg.jpg");
  }
  .tourpage-bg1 {
    background-image: url("/images/tour-girl-with-phone.jpg");
  }
  .lhv_landing_bg {
    background-image: url("/images/voog-lhv-2019.jpg");
  }
}

body.tour-tmw,
body.tour-seb,
body.tour-store {
  color: #2b2939;
}

body.tour-tmw .top-box-container .tour-top-box .try-btn,
body.tour-tmw .last-foot-section > .container-fw975 .try-btn,
body.tour-seb .top-box-container .tour-top-box .try-btn,
body.tour-seb .last-foot-section > .container-fw975 .try-btn,
body.tour-store .top-box-container .tour-top-box .try-btn,
body.tour-store .last-foot-section > .container-fw975 .try-btn {
  background: #ff4200;
}

body.tour-tmw .tour-content h2,
body.tour-tmw .tour-content a,
body.tour-seb .tour-content h2,
body.tour-seb .tour-content a,
body.tour-store .tour-content h2,
body.tour-store .tour-content a {
  color: #ff4200;
}

body.tour-tmw .tour-content.tour-content-image.-left,
body.tour-seb .tour-content.tour-content-image.-left,
body.tour-store .tour-content.tour-content-image.-left {
  position: static;
}

body.tour-tmw .top-box-container .tour-top-box .top-box-content,
body.tour-seb .top-box-container .tour-top-box .top-box-content,
body.tour-store .top-box-container .tour-top-box .top-box-content {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
}

@media screen and (min-width: 770px) {
  body.tour-tmw .tour-top-container,
  body.tour-seb .tour-top-container {
    padding-top: 160px;
  }
}

body.tour-tmw .tour-top-container .container-fw975,
body.tour-tmw .tour-top-container .container-fw975 h2,
body.tour-seb .tour-top-container .container-fw975,
body.tour-seb .tour-top-container .container-fw975 h2 {
  text-align: left;
  color: #d9d9d9;
}

body.tour-tmw .tour-top-container .container-fw975.light-bg,
body.tour-tmw .tour-top-container .container-fw975.light-bg h2,
body.tour-tmw .tour-top-container .container-fw975 h2.light-bg,
body.tour-tmw .tour-top-container .container-fw975 h2.light-bg h2,
body.tour-seb .tour-top-container .container-fw975.light-bg,
body.tour-seb .tour-top-container .container-fw975.light-bg h2,
body.tour-seb .tour-top-container .container-fw975 h2.light-bg,
body.tour-seb .tour-top-container .container-fw975 h2.light-bg h2 {
  color: #2b2939;
}

body.tour-tmw .top-box-container .tour-top-box .try-btn,
body.tour-seb .top-box-container .tour-top-box .try-btn {
  bottom: 35px;
}

body.tour-tmw .tour-content,
body.tour-tmw .tour-content p,
body.tour-seb .tour-content,
body.tour-seb .tour-content p {
  font-weight: 100;
}

body.tour-tmw .last-foot-section,
body.tour-seb .last-foot-section {
  background: #fff;
}

body.tour-tmw .last-foot-section > .container-fw975 .last-section-content,
body.tour-seb .last-foot-section > .container-fw975 .last-section-content {
  font-weight: 100;
}

@media screen and (min-width: 770px) {
  body.tour-tmw .top-bar-other-logo-wrapper,
  body.tour-seb .top-bar-other-logo-wrapper {
    top: 48px;
  }
}

body.tour-tmw .top-box-container .tour-top-box .top-box-content,
body.tour-seb .top-box-container .tour-top-box .top-box-content {
  font-size: 23px;
  font-weight: 100;
  line-height: 1.3;
}

@media screen and (min-width: 770px) {
  body.tour-tmw .transition-textcolor-for-1 .top-logo, body.tour-tmw .transition-textcolor-for-1 .login-btn, body.tour-tmw .transition-textcolor-for-1 .lang-title, body.tour-tmw .transition-textcolor-for-1 .toggler, body.tour-tmw .transition-textcolor-for-1 .other-logo,
  body.tour-seb .transition-textcolor-for-1 .top-logo,
  body.tour-seb .transition-textcolor-for-1 .login-btn,
  body.tour-seb .transition-textcolor-for-1 .lang-title,
  body.tour-seb .transition-textcolor-for-1 .toggler,
  body.tour-seb .transition-textcolor-for-1 .other-logo {
    color: #d9d9d9;
  }
  body.tour-tmw .transition-textcolor-for-2 .top-logo, body.tour-tmw .transition-textcolor-for-2 .login-btn, body.tour-tmw .transition-textcolor-for-2 .lang-title, body.tour-tmw .transition-textcolor-for-2 .toggler, body.tour-tmw .transition-textcolor-for-2 .other-logo,
  body.tour-tmw .transition-textcolor-for-3 .top-logo,
  body.tour-tmw .transition-textcolor-for-3 .login-btn,
  body.tour-tmw .transition-textcolor-for-3 .lang-title,
  body.tour-tmw .transition-textcolor-for-3 .toggler,
  body.tour-tmw .transition-textcolor-for-3 .other-logo,
  body.tour-tmw .transition-textcolor-for-4 .top-logo,
  body.tour-tmw .transition-textcolor-for-4 .login-btn,
  body.tour-tmw .transition-textcolor-for-4 .lang-title,
  body.tour-tmw .transition-textcolor-for-4 .toggler,
  body.tour-tmw .transition-textcolor-for-4 .other-logo,
  body.tour-tmw .transition-textcolor-for-5 .top-logo,
  body.tour-tmw .transition-textcolor-for-5 .login-btn,
  body.tour-tmw .transition-textcolor-for-5 .lang-title,
  body.tour-tmw .transition-textcolor-for-5 .toggler,
  body.tour-tmw .transition-textcolor-for-5 .other-logo,
  body.tour-tmw .transition-textcolor-for-6 .top-logo,
  body.tour-tmw .transition-textcolor-for-6 .login-btn,
  body.tour-tmw .transition-textcolor-for-6 .lang-title,
  body.tour-tmw .transition-textcolor-for-6 .toggler,
  body.tour-tmw .transition-textcolor-for-6 .other-logo,
  body.tour-seb .transition-textcolor-for-2 .top-logo,
  body.tour-seb .transition-textcolor-for-2 .login-btn,
  body.tour-seb .transition-textcolor-for-2 .lang-title,
  body.tour-seb .transition-textcolor-for-2 .toggler,
  body.tour-seb .transition-textcolor-for-2 .other-logo,
  body.tour-seb .transition-textcolor-for-3 .top-logo,
  body.tour-seb .transition-textcolor-for-3 .login-btn,
  body.tour-seb .transition-textcolor-for-3 .lang-title,
  body.tour-seb .transition-textcolor-for-3 .toggler,
  body.tour-seb .transition-textcolor-for-3 .other-logo,
  body.tour-seb .transition-textcolor-for-4 .top-logo,
  body.tour-seb .transition-textcolor-for-4 .login-btn,
  body.tour-seb .transition-textcolor-for-4 .lang-title,
  body.tour-seb .transition-textcolor-for-4 .toggler,
  body.tour-seb .transition-textcolor-for-4 .other-logo,
  body.tour-seb .transition-textcolor-for-5 .top-logo,
  body.tour-seb .transition-textcolor-for-5 .login-btn,
  body.tour-seb .transition-textcolor-for-5 .lang-title,
  body.tour-seb .transition-textcolor-for-5 .toggler,
  body.tour-seb .transition-textcolor-for-5 .other-logo,
  body.tour-seb .transition-textcolor-for-6 .top-logo,
  body.tour-seb .transition-textcolor-for-6 .login-btn,
  body.tour-seb .transition-textcolor-for-6 .lang-title,
  body.tour-seb .transition-textcolor-for-6 .toggler,
  body.tour-seb .transition-textcolor-for-6 .other-logo {
    color: rgba(0, 0, 0, 0.7);
  }
  body.tour-tmw .transition-textcolor-for-2 .top-logo:hover, body.tour-tmw .transition-textcolor-for-2 .login-btn:hover, body.tour-tmw .transition-textcolor-for-2 .lang-title:hover, body.tour-tmw .transition-textcolor-for-2 .toggler:hover, body.tour-tmw .transition-textcolor-for-2 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-3 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-3 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-3 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-3 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-3 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-4 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-4 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-4 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-4 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-4 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-5 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-5 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-5 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-5 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-5 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-6 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-6 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-6 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-6 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-6 .other-logo:hover,
  body.tour-seb .transition-textcolor-for-2 .top-logo:hover,
  body.tour-seb .transition-textcolor-for-2 .login-btn:hover,
  body.tour-seb .transition-textcolor-for-2 .lang-title:hover,
  body.tour-seb .transition-textcolor-for-2 .toggler:hover,
  body.tour-seb .transition-textcolor-for-2 .other-logo:hover,
  body.tour-seb .transition-textcolor-for-3 .top-logo:hover,
  body.tour-seb .transition-textcolor-for-3 .login-btn:hover,
  body.tour-seb .transition-textcolor-for-3 .lang-title:hover,
  body.tour-seb .transition-textcolor-for-3 .toggler:hover,
  body.tour-seb .transition-textcolor-for-3 .other-logo:hover,
  body.tour-seb .transition-textcolor-for-4 .top-logo:hover,
  body.tour-seb .transition-textcolor-for-4 .login-btn:hover,
  body.tour-seb .transition-textcolor-for-4 .lang-title:hover,
  body.tour-seb .transition-textcolor-for-4 .toggler:hover,
  body.tour-seb .transition-textcolor-for-4 .other-logo:hover,
  body.tour-seb .transition-textcolor-for-5 .top-logo:hover,
  body.tour-seb .transition-textcolor-for-5 .login-btn:hover,
  body.tour-seb .transition-textcolor-for-5 .lang-title:hover,
  body.tour-seb .transition-textcolor-for-5 .toggler:hover,
  body.tour-seb .transition-textcolor-for-5 .other-logo:hover,
  body.tour-seb .transition-textcolor-for-6 .top-logo:hover,
  body.tour-seb .transition-textcolor-for-6 .login-btn:hover,
  body.tour-seb .transition-textcolor-for-6 .lang-title:hover,
  body.tour-seb .transition-textcolor-for-6 .toggler:hover,
  body.tour-seb .transition-textcolor-for-6 .other-logo:hover {
    color: black;
    opacity: 1;
  }
}

body.tour-tmw .tour-top-container .container-fw975,
body.tour-tmw .tour-top-container .container-fw975 h2 {
  color: #fff;
}

@media screen and (min-width: 770px) {
  body.tour-tmw .transition-textcolor-for-1 .top-logo, body.tour-tmw .transition-textcolor-for-1 .login-btn, body.tour-tmw .transition-textcolor-for-1 .lang-title, body.tour-tmw .transition-textcolor-for-1 .toggler, body.tour-tmw .transition-textcolor-for-1 .other-logo {
    color: white;
  }
  body.tour-tmw .transition-textcolor-for-2 .top-logo, body.tour-tmw .transition-textcolor-for-2 .login-btn, body.tour-tmw .transition-textcolor-for-2 .lang-title, body.tour-tmw .transition-textcolor-for-2 .toggler, body.tour-tmw .transition-textcolor-for-2 .other-logo,
  body.tour-tmw .transition-textcolor-for-3 .top-logo,
  body.tour-tmw .transition-textcolor-for-3 .login-btn,
  body.tour-tmw .transition-textcolor-for-3 .lang-title,
  body.tour-tmw .transition-textcolor-for-3 .toggler,
  body.tour-tmw .transition-textcolor-for-3 .other-logo,
  body.tour-tmw .transition-textcolor-for-4 .top-logo,
  body.tour-tmw .transition-textcolor-for-4 .login-btn,
  body.tour-tmw .transition-textcolor-for-4 .lang-title,
  body.tour-tmw .transition-textcolor-for-4 .toggler,
  body.tour-tmw .transition-textcolor-for-4 .other-logo,
  body.tour-tmw .transition-textcolor-for-5 .top-logo,
  body.tour-tmw .transition-textcolor-for-5 .login-btn,
  body.tour-tmw .transition-textcolor-for-5 .lang-title,
  body.tour-tmw .transition-textcolor-for-5 .toggler,
  body.tour-tmw .transition-textcolor-for-5 .other-logo,
  body.tour-tmw .transition-textcolor-for-6 .top-logo,
  body.tour-tmw .transition-textcolor-for-6 .login-btn,
  body.tour-tmw .transition-textcolor-for-6 .lang-title,
  body.tour-tmw .transition-textcolor-for-6 .toggler,
  body.tour-tmw .transition-textcolor-for-6 .other-logo {
    color: rgba(0, 0, 0, 0.7);
  }
  body.tour-tmw .transition-textcolor-for-2 .top-logo:hover, body.tour-tmw .transition-textcolor-for-2 .login-btn:hover, body.tour-tmw .transition-textcolor-for-2 .lang-title:hover, body.tour-tmw .transition-textcolor-for-2 .toggler:hover, body.tour-tmw .transition-textcolor-for-2 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-3 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-3 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-3 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-3 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-3 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-4 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-4 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-4 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-4 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-4 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-5 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-5 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-5 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-5 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-5 .other-logo:hover,
  body.tour-tmw .transition-textcolor-for-6 .top-logo:hover,
  body.tour-tmw .transition-textcolor-for-6 .login-btn:hover,
  body.tour-tmw .transition-textcolor-for-6 .lang-title:hover,
  body.tour-tmw .transition-textcolor-for-6 .toggler:hover,
  body.tour-tmw .transition-textcolor-for-6 .other-logo:hover {
    color: black;
    opacity: 1;
  }
}

body.featured-sites-page {
  font-family: "Avenir Next", Avenir, Tahoma, arial;
}

body.featured-sites-page .bg0 {
  background-color: #ddd;
  background-position: top center;
  background-size: contain;
}

body.featured-sites-page header {
  position: relative;
  height: auto;
}

body.featured-sites-page .slogan {
  padding-top: 180px;
}

@media screen and (max-width: 769px) {
  body.featured-sites-page .slogan {
    padding-top: 90px;
  }
}

body.featured-sites-page .featured-sites-top-container h1 {
  font-size: 100px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 769px) {
  body.featured-sites-page .featured-sites-top-container h1 {
    font-size: 50px;
  }
}

body.featured-sites-page .featured-sites-top-grid .featured-sites-grid {
  padding: 0 10px;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box {
  width: 450px;
  height: 300px;
  display: inline-block;
  background: #fff;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
  transition: box-shadow .6s;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 920px) {
  body.featured-sites-page .featured-sites-top-grid .featured-site-box:last-child:hover {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 460px) {
  body.featured-sites-page .featured-sites-top-grid .featured-site-box {
    width: 100%;
  }
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover {
  margin-top: -18px;
  padding-top: 18px;
  margin-right: -18px;
  padding-right: 18px;
  margin-bottom: -90px;
  padding-bottom: 90px;
  margin-left: -18px;
  padding-left: 18px;
  z-index: 1000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover .site-info {
  opacity: 1;
  display: block;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover .site-image,
body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover .site-image-mobile {
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 90px;
  background-position: center;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover .site-image-mobile {
  opacity: 1;
}

@media screen and (max-width: 920px) {
  body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover + .featured-site-box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 470px) {
  body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover .site-image,
  body.featured-sites-page .featured-sites-top-grid .featured-site-box:hover .site-image-mobile {
    width: auto;
  }
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-image,
body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-image-mobile {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 450px;
  background-size: cover;
  background-position: center;
  transition: opacity .3s;
}

@media screen and (max-width: 460px) {
  body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-image,
  body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-image-mobile {
    width: 100%;
    height: 300px;
  }
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-image {
  opacity: 1;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-image-mobile {
  opacity: 0;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-info {
  box-sizing: border-box;
  transition: opacity .3s;
  transition-delay: .3s;
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px 18px;
  color: #2b2939;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-info h3 {
  font: normal 40px/1.1em Bodoni, Georgia, serif;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-info h3,
body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-info p {
  line-height: 1em;
  max-width: 75%;
  margin: 0;
  padding: 0;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-info p {
  color: #6b757a;
  font-size: 16px;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-info .site-btn {
  position: absolute;
  right: 25px;
  bottom: 25px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  width: auto;
  padding: 0 20px;
  font-weight: 600;
  background: #2b2939;
  color: #fff;
  opacity: 1;
  border-radius: 2px;
  transition: opacity .3s;
}

body.featured-sites-page .featured-sites-top-grid .featured-site-box .site-info .site-btn:hover {
  opacity: .9;
}

body.featured-sites-page .featured-sites-middle-content h2 {
  font-family: Bodoni, Georgia, serif;
  margin-bottom: 30px;
}

body.featured-sites-page .featured-sites-middle-content p {
  margin: 0;
}

body.featured-sites-page .sites-grid-container .sites-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.flexbox body.featured-sites-page .sites-grid-container .sites-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

body.featured-sites-page .sites-grid-container .site-box {
  box-sizing: border-box;
  width: 340px;
  height: 280px;
  background-size: 340px 230px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 230px;
  display: block;
  margin-bottom: 25px;
  position: relative;
}

body.featured-sites-page .sites-grid-container .site-box .site-box-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}

body.featured-sites-page .sites-grid-container .site-box h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  margin: 0;
  line-height: 50px;
  color: black;
  letter-spacing: 1px;
}

body.featured-sites-page .sites-grid-container .site-box h3 a {
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}

body.featured-sites-page .sites-grid-container .site-box h3 a:hover {
  opacity: .65;
}

body.featured-sites-page .last-foot-section {
  background: #fff;
}

.flexbox .featured-sites-page .featured-sites-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .flexbox .featured-sites-page .featured-sites-grid {
    justify-content: space-around;
  }
}

.no-flexbox .featured-sites-page .featured-sites-top-grid {
  font-size: 0px;
}

.no-flexbox .featured-sites-page .featured-sites-top-grid .featured-site-box {
  margin-right: 55px;
}

.no-flexbox .featured-sites-page .featured-sites-top-grid .featured-site-box:hover {
  margin-bottom: -40px;
}

.no-flexbox .featured-sites-page .featured-sites-top-grid .featured-site-box:nth-child(2n+1):hover {
  margin-right: 33px;
}

body.integrations-page header {
  height: auto;
}

@media screen and (max-width: 1030px) {
  body.integrations-page header {
    height: auto;
  }
}

body.integrations-page .last-foot-section {
  background: #fff;
}

body.integrations-page .integrations-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 80px 10px 40px;
}

@media screen and (max-width: 920px) {
  body.integrations-page .integrations-grid {
    justify-content: space-around;
  }
}

@media screen and (max-width: 769px) {
  body.integrations-page .integrations-grid {
    padding-top: 40px;
  }
}

body.integrations-page .integration-box {
  width: 450px;
}

body.integrations-page .integration-box .left-side {
  float: left;
  width: 100px;
  margin-right: 25px;
  text-align: right;
}

body.integrations-page .integration-box .right-side {
  float: right;
  width: 325px;
}

@media screen and (max-width: 769px) {
  body.integrations-page .integration-box .right-side {
    width: calc(100% - 125px);
  }
}

body.integrations-page,
body.integration-page {
  font-family: "Avenir Next", Avenir, Tahoma, arial;
}

body.integrations-page .slogan,
body.integration-page .slogan {
  padding-top: 175px;
}

@media screen and (max-width: 769px) {
  body.integrations-page .slogan,
  body.integration-page .slogan {
    padding-top: 90px;
  }
}

body.integrations-page .slogan h1,
body.integrations-page .slogan h2,
body.integration-page .slogan h1,
body.integration-page .slogan h2 {
  margin: 0;
  text-align: center;
  line-height: 1.1em;
}

body.integrations-page .slogan h1,
body.integration-page .slogan h1 {
  font: 500 100px/1.1em Bodoni, Georgia, serif;
  color: #000;
}

@media screen and (max-width: 769px) {
  body.integrations-page .slogan h1,
  body.integration-page .slogan h1 {
    font-size: 50px;
  }
}

body.integrations-page .slogan h2,
body.integration-page .slogan h2 {
  font-size: 45px;
  color: #898c8d;
}

@media screen and (max-width: 769px) {
  body.integrations-page .slogan h2,
  body.integration-page .slogan h2 {
    font-size: 35px;
  }
}

body.integrations-page .integration-box,
body.integration-page .integration-box {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  body.integrations-page .integration-box,
  body.integration-page .integration-box {
    width: 100%;
  }
}

body.integrations-page .integration-box .thumb,
body.integration-page .integration-box .thumb {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
}

body.integrations-page .integration-box .add-btn,
body.integration-page .integration-box .add-btn {
  padding: 7px 15px;
  border: 2px solid #000;
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: 700;
}

body.integrations-page .integration-box h3,
body.integration-page .integration-box h3 {
  margin: 0;
  font: 500 50px/1.1em Bodoni, Georgia, serif;
  color: #000;
}

@media screen and (max-width: 769px) {
  body.integrations-page .integration-box h3,
  body.integration-page .integration-box h3 {
    font-size: 35px;
  }
}

body.integrations-page .integration-box h3 a,
body.integration-page .integration-box h3 a {
  text-decoration: none;
  color: inherit;
}

body.integrations-page .integration-box p,
body.integration-page .integration-box p {
  margin: 0;
  line-height: 1.4em;
}

body.integrations-page .integration-box p + p,
body.integration-page .integration-box p + p {
  margin-top: 10px;
}

body.integrations-page .integration-box .address a,
body.integration-page .integration-box .address a {
  color: #898c8d;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}

body.integrations-page .integration-box .address a:hover,
body.integration-page .integration-box .address a:hover {
  opacity: .75;
}

body.integrations-page .integration-box .address,
body.integrations-page .integration-box .address + .edy-editable,
body.integrations-page .integration-box .price,
body.integrations-page .integration-box .price + .edy-editable,
body.integration-page .integration-box .address,
body.integration-page .integration-box .address + .edy-editable,
body.integration-page .integration-box .price,
body.integration-page .integration-box .price + .edy-editable {
  color: #898c8d;
  font-size: 14px;
}

body.integrations-page .integration-box .description,
body.integration-page .integration-box .description {
  font-size: 18px;
}

@media screen and (max-width: 769px) {
  body.integrations-page .integration-box .description,
  body.integration-page .integration-box .description {
    font-size: 16px;
  }
}

body.integration-page header {
  height: auto;
  min-height: 870px;
}

@media screen and (max-width: 1030px) {
  body.integration-page header {
    height: auto;
    min-height: 870px;
  }
}

body.integration-page .integration-box {
  width: 100%;
  display: inline-block;
  margin: 0 auto 25px;
  position: relative;
}

body.integration-page .integration-box .left-side {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1000px) {
  body.integration-page .integration-box .left-side {
    margin-left: 25px;
  }
}

body.integration-page .integration-box .right-side {
  display: inline-block;
  padding-left: 125px;
}

body.integration-page .integration-box.editable .right-side {
  padding-left: 227px;
}

body.integration-page .integration-content {
  text-align: left;
}

body.integration-page .integration-box,
body.integration-page .integration-content {
  padding: 0 25px;
  box-sizing: border-box;
}

body.integration-page .tour-footer {
  height: auto;
  min-height: 50px;
}

.about-page .slogan {
  position: relative;
  z-index: 2;
}

.about-page .slogan h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 120px;
  text-transform: none;
}

@media screen and (max-width: 769px) {
  .about-page .slogan h1 {
    padding-bottom: 0;
    font-size: 70px;
  }
}

.about-page .slogan h2 {
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  font-size: 75px;
}

@media screen and (max-width: 769px) {
  .about-page .slogan h2 {
    font-size: 32px;
  }
}

.about-page .team-header, .about-page .team-header h2 {
  text-align: center;
  font-size: 80px;
}

@media screen and (max-width: 769px) {
  .about-page .team-header, .about-page .team-header h2 {
    font-size: 42px;
    margin: 0 20px 10px 20px;
  }
}

.about-page .office-collage {
  min-height: 641px;
}

.about-page .bg0 {
  background-color: #fdc0cf;
  background-size: cover;
}

.about-page .bg1-left {
  background-size: cover;
  background-position: right center;
}

.about-page .bg1-right {
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .about-page .container .mobile-bg1.leftside, .about-page .container .mobile-bg1.rightside {
    background-image: none;
  }
}

@media screen and (max-width: 769px) {
  .about-page .mobile-bg1 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: cover;
    width: auto;
  }
  .about-page .mobile-bg1.leftside {
    background-position: right center;
  }
  .about-page .mobile-bg1.rightside {
    background-position: center;
  }
}

.about-page .bg2 {
  background: #313d43;
}

.about-page .bg3 {
  background-size: cover;
  background-position: center;
}

.about-page .bg3 .inner-wrap {
  justify-content: ccenter;
  min-height: 50vh;
}

.about-page footer {
  position: static;
}

.about-page .bg-footer {
  background-color: #232423;
  padding: 25px 0;
}

.about-page .bg-footer a {
  color: #fff;
}

.about-page .bg-footer a.active {
  color: #b2ff0d;
}

@media only screen and (max-width: 769px) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl-1280.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken-1280.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken-1280.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings-1280.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings-1280.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage-1280.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl-1600.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage-1600.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl-2000.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken-2000.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken-2000.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings-2000.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings-2000.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage-2000.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-resolution: 1dppx) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl-1600.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage-1600.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-resolution: 1.3dppx) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl-1600.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1dppx) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl-1600.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken-1600.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings-1600.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1.3dppx) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1dppx) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl-2000.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken-2000.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken-2000.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings-2000.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings-2000.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage-2000.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1.3dppx) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage.jpg");
  }
}

@media only screen and (min-width: 1600px) {
  .about-page .aboutpage-bg1 {
    background-image: url("/images/voog-girl.jpg");
  }
  .about-page .bg1-left {
    background-image: url("/images/about-chicken.jpg");
  }
  .about-page .mobile-bg1-leftside {
    background-image: url("/images/about-chicken.jpg");
  }
  .about-page .bg1-right {
    background-image: url("/images/about-buildings.jpg");
  }
  .about-page .mobile-bg1-rightside {
    background-image: url("/images/about-buildings.jpg");
  }
  .about-page .bg3 {
    background-image: url("/images/office-collage.jpg");
  }
}

.partners-page {
  position: relative;
  padding-bottom: 3em;
}

.partners-page .slogan-text-container {
  margin-bottom: 2em;
}

@media screen and (max-width: 769px) {
  .partners-page .slogan-text-container {
    margin-bottom: 0;
  }
}

.partners-page .partner-elements-container {
  max-width: 980px;
  padding: 0;
}

@media screen and (max-width: 979px) {
  .partners-page .partner-elements-container {
    max-width: 490px;
  }
}

.partners-page .partner-box {
  padding: 30px 25px 25px 25px;
  background-color: #fff;
  margin: 20px;
  height: 245px;
  width: 400px;
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 1.3em;
}

@media screen and (max-width: 530px) {
  .partners-page .partner-box {
    height: auto;
    max-width: 400px;
    width: auto;
  }
}

.partners-page .partner-box, .partners-page .partner-box h2, .partners-page .partner-box a {
  color: rgba(0, 0, 0, 0.6);
}

.partners-page .partner-box h2 {
  font-size: 26px;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.8);
}

.partners-page .partner-box h2 a {
  text-decoration: none;
}

.partners-page .partner-box .left {
  width: 105px;
  float: left;
}

@media screen and (max-width: 530px) {
  .partners-page .partner-box .left {
    float: none;
    width: auto;
    text-align: center;
    max-width: 150px;
    margin: 0 auto 1em auto;
  }
}

.partners-page .partner-box .left img {
  max-width: 100%;
}

.partners-page .partner-box .right {
  margin-left: 140px;
  padding-right: 5px;
}

@media screen and (max-width: 530px) {
  .partners-page .partner-box .right {
    float: none;
    width: auto;
    margin-left: 0;
    padding-right: 0;
  }
}

.partners-page .partner-box .bottom-info {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(27, 33, 36, 0.1);
  margin-top: 10px;
  padding-top: 15px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
  font-size: 12px;
}

@media screen and (max-width: 530px) {
  .partners-page .partner-box .bottom-info {
    position: static;
  }
}

.partners-page .partner-box .partner-link {
  display: block;
  float: right;
  margin-left: 1em;
  text-decoration: none;
}

.partners-page .partner-box.white-content, .partners-page .partner-box.white-content h2, .partners-page .partner-box.white-content a {
  color: rgba(255, 255, 255, 0.8);
}

.partners-page .partner-box.white-content .bottom-info {
  border-color: rgba(255, 255, 255, 0.1);
}

.partners-page .partnerspage-bg1 {
  z-index: -1;
  background-position: top center;
  background-size: 100vw;
}

@media only screen and (max-width: 769px) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape-1280.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape-1600.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape-2000.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1), only screen and (max-width: 769px) and (min-resolution: 1dppx) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape-1600.jpg");
  }
}

@media only screen and (max-width: 769px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (max-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1.3), only screen and (max-width: 769px) and (min-resolution: 1.3dppx) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1dppx) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape-1600.jpg");
  }
}

@media only screen and (min-width: 770px) and (max-width: 1279px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 770px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 770px) and (max-width: 1279px) and (min-resolution: 1.3dppx) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1dppx) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape-2000.jpg");
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1280px) and (max-width: 1599px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1280px) and (max-width: 1599px) and (min-resolution: 1.3dppx) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape.jpg");
  }
}

@media only screen and (min-width: 1600px) {
  .partnerspage-bg1 {
    background-image: url("/images/cityscape.jpg");
  }
}

.overlay-page .signup-page-content, .overlay-page .overlay-form-positioning {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.overlay-page .signup-page-content header {
  height: auto;
}

.signup-page-open, .overlay-page-open {
  position: static;
  overflow: auto;
}

.signup-page-open .page-wrap, .overlay-page-open .page-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111;
}

@media screen and (min-width: 770px) {
  .signup-page-open .signup-page,
  .signup-page-open .overlay-page, .overlay-page-open .signup-page,
  .overlay-page-open .overlay-page {
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .3s linear;
  }
}

@media screen and (min-width: 770px) {
  .signup-page-open.signup-preview-modal-open .signup-page,
  .signup-page-open.signup-preview-modal-open .overlay-page, .overlay-page-open.signup-preview-modal-open .signup-page,
  .overlay-page-open.signup-preview-modal-open .overlay-page {
    transform: none;
  }
}

.signup-page-open .try-dot-wrapper, .overlay-page-open .try-dot-wrapper {
  display: none;
}

.signup-page-open {
  background: #E4E6E0;
}

.signup-page-open .toggler, .signup-page-open .lang-title, .signup-page-open .login-btn, .signup-page-open .top-logo {
  color: rgba(0, 0, 0, 0.8);
}

.signup-page-open.mobile-mode.main-menu-open .toggler, .signup-page-open.mobile-mode.main-menu-open .lang-title, .signup-page-open.mobile-mode.main-menu-open .login-btn, .signup-page-open.mobile-mode.main-menu-open .top-logo {
  color: #fff;
}

.signup-page .signup-page-content {
  z-index: 111;
  padding-top: 120px;
  padding-bottom: 5em;
  overflow: auto;
  background-color: #E4E6E0;
  transition: transform 1s, left .3s, right .3s;
}

@media screen and (max-width: 769px) {
  .signup-page .signup-page-content {
    padding-top: 70px;
  }
}

@media screen and (max-width: 460px) {
  .signup-page .signup-page-content.on-bg {
    display: none;
  }
}

.signup-page .blank-design-section {
  max-width: 955px;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
}

.signup-page .signup-page-content, .signup-page.overlay-page .signup-page-content {
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}

.no-csstransforms3d .signup-page .signup-page-content, .no-csstransforms3d .signup-page.overlay-page .signup-page-content {
  top: 100%;
}

.signup-page.visible .signup-page-content, .signup-page.overlay-page.visible .signup-page-content {
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .signup-page.visible .signup-page-content, .no-csstransforms3d .signup-page.overlay-page.visible .signup-page-content {
  top: 0;
}

.main-menu-open .signup-page {
  height: 100%;
  transform: translate3d(-300px, 0, 0);
  transition: transform .3s linear;
}

.no-csstransforms3d .main-menu-open .signup-page {
  right: 300px;
  left: -300px;
}

.signup-page-open .signup-page .signup-page-content, .signup-page-open .signup-page.overlay-page .signup-page-content, .overlay-page-open .signup-page .signup-page-content {
  transform: translate3d(0, 0, 0);
  overflow: auto;
}

.no-csstransforms3d .signup-page-open .signup-page .signup-page-content, .no-csstransforms3d .signup-page-open .signup-page.overlay-page .signup-page-content, .no-csstransforms3d .overlay-page-open .signup-page .signup-page-content {
  top: 0;
}

.signup-page-open.main-menu-open .signup-page .signup-page-content,
.overlay-page-open.main-menu-open .signup-page .signup-page-content,
.signup-page-open.signup-modal-open .signup-page .signup-page-content {
  overflow: hidden;
}

.signup-page .signup-preview-modal {
  position: fixed;
  z-index: 350;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
  display: none;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 769px) {
  .signup-page .signup-preview-modal {
    padding: 20px;
    background-color: #3b3b3b;
  }
}

.signup-page .signup-preview-modal .signup-preview-modal-loader {
  background-image: url("/assets/dotLoader.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: contain;
  width: 100px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin: -25px 0 0 -50px;
  display: none;
}

.signup-page .signup-preview-modal .signup-preview-modal-loader.visible {
  display: block;
}

.signup-page .signup-preview-modal .signup-preview-modal-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity .5s;
}

@media only screen and (max-width: 769px) {
  .signup-page .signup-preview-modal .signup-preview-modal-inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}

.signup-page .signup-preview-modal .signup-preview-modal-inner.active {
  opacity: 1;
}

.signup-page .signup-preview-modal .signup-preview-btns {
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  min-width: 300px;
  text-align: center;
  transform: translateX(-50%);
  user-select: none;
}

.no-csstransforms3d .signup-page .signup-preview-modal .signup-preview-btns {
  margin-left: -150px;
}

.signup-page .signup-preview-modal .signup-preview-btns-big {
  display: table;
  background: rgba(43, 41, 57, 0.9);
  border-radius: 3px;
  bottom: 5px;
}

.signup-page .signup-preview-modal .signup-preview-btns-big a {
  display: block;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .signup-preview-btns-left,
.signup-page .signup-preview-modal .signup-preview-btns-big .signup-preview-btns-right {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .signup-preview-btns-right {
  padding-left: 0;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .btn-big {
  min-width: 160px;
  box-sizing: border-box;
  padding: 24px 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 1.2;
  font-weight: 500;
  background-color: #443df6;
  will-change: opacity;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .btn-big:hover {
  background-color: #4a43ff;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .live-preview {
  color: #fff;
  font-size: 20px;
  padding: 10px 16px;
  line-height: 1.2;
  font-weight: 500;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .cancel-template {
  position: relative;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 5px 8px;
  line-height: 1.2;
  margin: 0 10px;
  font-weight: 500;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .cancel-template:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .cancel-template:hover {
  color: #fff;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .no-live-preview .live-preview {
  display: none;
}

.signup-page .signup-preview-modal .signup-preview-btns-big .no-live-preview .cancel-template:before {
  content: none;
}

@media screen and (min-width: 480px) {
  .signup-page .signup-preview-modal .signup-preview-btns-big a {
    white-space: nowrap;
  }
}

@media screen and (max-width: 480px) {
  .signup-page .signup-preview-modal .signup-preview-btns-big .btn-big,
  .signup-page .signup-preview-modal .signup-preview-btns-big .live-preview {
    font-size: 16px;
  }
  .signup-page .signup-preview-modal .signup-preview-btns-big .cancel-template {
    font-size: 14px;
    padding: 0.3em 0;
    margin: 0;
  }
  .signup-page .signup-preview-modal .signup-preview-btns-big .btn-big {
    min-width: 120px;
  }
}

.signup-page .signup-preview-modal .phone-container {
  box-sizing: border-box;
  margin-top: 20px;
}

.signup-page .signup-preview-modal .phone-container img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 770px) {
  .signup-page .signup-preview-modal .phone-container {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 143px;
    height: 525px;
    width: 250px;
    background-image: url("/assets/phone-frame-new-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3), 0 0 5px rgba(255, 255, 255, 0.35);
    border-radius: 30px;
  }
  .signup-page .signup-preview-modal .phone-container .phone-container-inner {
    margin: 50px 7px 0;
    overflow: hidden;
    height: 408px;
    outline: 1px solid rgba(0, 0, 0, 0.3);
    outline-offset: -1px;
  }
}

.signup-page .signup-preview-modal .desktop-container {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  min-height: 100px;
}

.signup-page .signup-preview-modal .desktop-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.signup-page.fixed {
  position: fixed;
  top: 100%;
  bottom: 0;
  margin: 0;
  overflow: hidden;
}

.signup-page.fixed.visible {
  top: 0;
}

.signup-page header {
  margin-bottom: 0;
}

.signup-page .page-wrap {
  padding-bottom: 4em;
  overflow: auto;
}

.signup-page h1, .signup-page h2, .signup-page h3 {
  color: #1b2124;
}

.signup-page .slogan-text-container h1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font: normal 100px/1.1em Bodoni, Georgia, serif;
}

@media screen and (max-width: 769px) {
  .signup-page .slogan-text-container h1 {
    margin-bottom: 0.3em;
    font-size: 50px;
  }
}

.signup-page .slogan-text-container h2 {
  padding-top: 0;
  margin-top: 0;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  font-size: 45px;
  font-weight: 500;
  color: #898c8d;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .signup-page .slogan-text-container h2 {
    font-size: 25px;
  }
}

.signup-page .ico {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signup-page .ico-preview {
  width: 25px;
  height: 25px;
  background-image: url("/assets/eye.svg");
  opacity: .5;
}

.signup-page .ico-preview:hover {
  opacity: 1;
}

.signup-page .signup-category-tabs {
  display: inline-block;
  padding: 0;
  margin: 0 0 60px;
}

.signup-page .signup-category-tabs li {
  display: inline;
  padding: 0;
  margin: 0;
}

.templates-container {
  display: none;
  width: 955px;
  font-size: 0px;
  line-height: 0px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .templates-container {
    width: auto;
    max-width: 450px;
    padding: 0 20px;
  }
}

.templates-container.active {
  display: block;
}

.templates-left, .templates-right {
  width: 450px;
  max-width: 100%;
  float: left;
  position: relative;
}

.templates-left {
  float: left;
}

.templates-right {
  float: right;
}

.template-box {
  margin-bottom: 55px;
  z-index: 1;
  position: relative;
}

.template-box .template-image {
  cursor: pointer;
  background: #1b2124;
  position: relative;
}

.template-box .template-image.template-image-lazyload {
  background-image: url("/assets/dotLoader.svg");
  background-size: 100% 100%;
}

.template-box .template-image img {
  max-width: 100%;
  margin-bottom: -1px;
}

.template-box .template-image img.loaded {
  width: 100%;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 769px) {
  .template-box .template-image-desktop {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .template-box .template-image-mobile {
    display: none;
  }
}

.template-box .template-bg {
  overflow: hidden;
  transition: background 500ms, box-shadow 500ms;
}

.template-box .template-footer {
  box-sizing: border-box;
  transition: opacity .5s;
  transition-delay: .3s;
  overflow: hidden;
  font-size: 16px;
  line-height: 1em;
  color: #898c8d;
  display: none;
  height: 90px;
  opacity: 0;
}

@media screen and (max-width: 769px) {
  .template-box .template-footer {
    font-size: 12px;
  }
}

.template-box .template-footer > div {
  display: inline-block;
}

.template-box .template-footer h3 {
  padding: 0;
  margin: 0;
  font: normal 40px/1em Bodoni, Georgia, serif;
}

@media screen and (max-width: 769px) {
  .template-box .template-footer h3 {
    font-size: 30px;
  }
}

.template-box .template-footer .template-footer-right {
  white-space: nowrap;
}

@media screen and (max-width: 769px) {
  .template-box .template-footer .template-footer-right .btn, .template-box .template-footer .template-footer-right .tab {
    font-size: 16px;
  }
}

.template-box.over {
  z-index: 2;
  margin-bottom: -35px;
}

.template-box.over .template-bg {
  margin: -20px;
  padding: 20px;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0);
}

.template-box.over .template-footer {
  display: block;
}

.template-box.animate .template-bg {
  background: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.template-box.animate .template-footer {
  opacity: 1;
}

.template-box .developer-banner {
  position: absolute;
  top: 0;
  right: -55px;
  width: 180px;
  height: 18px;
  margin-top: 29px;
  font-size: 8px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #2b99ff;
  transform: rotate(45deg);
}

.flexbox .template-box.over .template-footer {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
}

.flexbox .signup-preview-modal.active {
  display: flex;
}

@media screen and (max-width: 769px) {
  .flexbox .signup-preview-modal.active {
    display: block;
  }
}

.flexbox .signup-preview-modal.active .signup-preview-modal-inner {
  margin: auto;
}

.flexbox .signup-preview-modal.active + .signup-page-content {
  position: absolute;
  overflow: hidden;
}

.no-flexbox .template-footer {
  position: relative;
}

.no-flexbox .template-footer .template-footer-left {
  position: absolute;
  top: 15px;
  left: 0;
}

.no-flexbox .template-footer .template-footer-right {
  position: absolute;
  top: 25px;
  right: 0;
}

.no-flexbox .signup-preview-modal.active {
  display: block;
}

.signup-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 350;
  display: none;
  background: rgba(105, 103, 162, 0.7);
}

.signup-modal .signup-modal-inner {
  text-align: center;
}

.signup-modal .signup-modal-form {
  position: relative;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 40px 30px 30px 30px;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 460px) {
  .signup-modal .signup-modal-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    margin-top: 0px;
    overflow: auto;
  }
}

.signup-modal .signup-modal-form .signup-modal-header {
  text-align: center;
}

.signup-modal .signup-modal-form .signup-modal-header.has-errors h2 {
  color: #d41600;
}

.signup-modal .signup-modal-form .signup-modal-header h2 {
  padding: 0;
  margin: 0 0 0.05em 0;
  font: 500 36px/1em "Avenir Next", Avenir, Tahoma, arial;
  color: #443df6;
}

.signup-modal .signup-modal-form .signup-subtext {
  font-size: 14px;
  line-height: 1.1em;
  text-align: center;
  color: #838586;
  padding: 1em 0 0;
}

.signup-modal .signup-modal-form .signup-subtext p {
  margin: 0;
}

.signup-modal .signup-modal-form .signup-subtext p + p {
  margin: 0.25em 0 0;
}

.signup-modal .signup-modal-form .signup-subtext p > a {
  margin-right: 0.5em;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.signup-modal .signup-modal-form .signup-subtext .dark {
  color: #000;
}

.signup-modal .signup-modal-form .signup-subtext .error {
  color: #d41600;
}

.signup-modal .signup-modal-form .signup-form-row {
  line-height: 46px;
  border-bottom: 1px solid #dddede;
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper {
  padding: 18px 0 0 24px;
  position: relative;
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper input[type=checkbox] {
  display: none;
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper label {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(27, 33, 36, 0.2);
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper input[type=checkbox]:checked ~ label {
  border-color: rgba(27, 33, 36, 0.5);
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper input[type=checkbox]:checked ~ label:before {
  box-sizing: border-box;
  display: block;
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  width: 11px;
  height: 6px;
  border: none;
  border-bottom: 2px solid #3319F3;
  border-left: 2px solid #3319F3;
  transform: rotate(-45deg);
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper .signup-checkbox-text {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper a {
  color: #3319F3;
  text-decoration: none;
}

.signup-modal .signup-modal-form .signup-checkbox-wrapper a:hover {
  opacity: .8;
}

.signup-modal .signup-modal-form .signup-btn {
  font-size: 16px;
  font-weight: 200;
}

.signup-modal .signup-modal-form .signup-pw-field {
  position: relative;
}

.signup-modal .signup-modal-form .signup-pw-field .inline-link {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0.9em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.signup-modal .signup-modal-form .domain-suggestion {
  position: relative;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  text-align: left;
  cursor: text;
}

.signup-modal .signup-modal-form .domain-suggestion .domain-text {
  position: absolute;
}

.signup-modal .signup-modal-form .domain-suggestion input {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(100% - 88px);
  font-size: 1em;
  outline: none;
}

.signup-modal .signup-modal-form .domain-suggestion input::-ms-clear {
  display: none;
}

.signup-modal .signup-modal-form .domain-suggestion .domain-text .name-placeholder {
  font-weight: 500;
  color: #838586;
}

.signup-modal .signup-modal-form .g-recaptcha > div {
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .signup-modal .signup-modal-form .g-recaptcha {
    width: 260px;
    margin: 0 auto;
    transform: scale(0.86);
    transform-origin: 0 0;
  }
}

.flexbox .signup-modal.visible {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-flexbox .signup-modal.visible {
  display: block;
}

.no-flexbox .signup-modal-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 460px) {
  .no-flexbox .signup-modal-inner {
    position: static;
    top: 0;
  }
}

.no-flexbox .signup-modal-form {
  margin-top: -200px;
}

@media screen and (max-width: 460px) {
  .no-flexbox .signup-modal-form {
    margin-top: 0px;
  }
}

.signup-overlay {
  transition: top .2s ease-in;
  transition-timing-function: ease-in;
  top: 100% !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  overflow-y: scroll !important;
}

.signup-overlay.visible {
  top: 0 !important;
  transition-timing-function: ease-out;
}

.edy-modal-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

.edy-modal-x .shape {
  stroke-opacity: .35;
}

.edy-modal-x:hover .shape {
  stroke-opacity: .65;
}

.yellow-btn {
  -webkit-appearance: none;
  border: none;
  background: #f8fa38;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 15px 25px;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  border-radius: 3px;
  cursor: pointer;
}

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

.play-btn {
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  opacity: .8;
  transition: opacity .1s;
}

@media screen and (max-width: 769px) {
  .play-btn {
    width: 50px;
    height: 50px;
  }
}

.play-btn:after {
  display: block;
  position: absolute;
  top: 38px;
  left: 55px;
  content: "";
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 35px 60px;
}

@media screen and (max-width: 769px) {
  .play-btn:after {
    border-width: 11.6666666667px 20px;
    top: 12.6666666667px;
    left: 18.3333333333px;
  }
}

.play-btn:hover {
  opacity: 1;
}

.landing-page {
  background-color: #74ddcf;
  color: #067265;
  font-size: 26px;
  padding-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .landing-page {
    font-size: 18px;
  }
}

.landing-page .page-wrap a {
  text-decoration: none;
}

.landing-page .landingpage-text-split {
  padding-right: 75px;
}

@media screen and (max-width: 769px) {
  .landing-page .landingpage-text-split {
    padding-right: 0;
  }
}

.landing-page h1 {
  margin-bottom: 0.5em;
  font-size: 100px;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 769px) {
  .landing-page h1 {
    font-size: 64px;
    margin-bottom: 0.1em;
    line-height: 1em;
  }
}

.landing-page .padded-wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  .landing-page .padded-wrapper {
    margin-top: 2em;
  }
}

.landing-page .small-text {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.2em;
  opacity: 0.75;
}

.landing-page .top-bar-static-transparent {
  color: #067265;
}

.landing-page .top-bar-static-transparent a {
  color: #067265;
}

.landing-page .procuct-demo {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 770px) {
  .landing-page .procuct-demo {
    transition: transform .5s ease-in-out;
    margin-right: -400px;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 769px) {
  .landing-page .procuct-demo {
    max-width: 100%;
    margin-bottom: 2em;
  }
}

.landing-page .procuct-demo .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
}

@media screen and (max-width: 769px) {
  .landing-page .procuct-demo .play-btn {
    margin-left: -25px;
    margin-top: -25px;
  }
}

.landing-page .procuct-demo img {
  max-width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.landing-page .landingpage-user-logos {
  margin-right: -20px;
  margin-top: 1em;
}

@media screen and (max-width: 769px) {
  .landing-page .landingpage-user-logos .edy-containers-wrapper {
    text-align: center !important;
  }
}

.landing-page .landingpage-user-logos .image-container {
  margin-right: 20px !important;
  margin-bottom: 10px !important;
  vertical-align: middle;
}

.landing-page footer {
  font-size: 18px;
  margin-top: 40px;
  padding-bottom: 2em;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .landing-page footer {
    margin-top: 3em;
    padding-bottom: 2em;
  }
}

.landing-page footer a {
  margin: 0 0.2em;
}

.landing-page.swedbank-page {
  background-color: #f2f2f2;
  color: #1b2124;
}

.landing-page.swedbank-page .page-wrap a {
  color: #f58326;
}

.landing-page.swedbank-page .top-bar-static-transparent {
  color: #1b2124;
}

.landing-page.swedbank-page .top-bar-static-transparent a {
  color: #1b2124;
}

.landing-page.swedbank-page .top-bar-other-logo-wrapper {
  top: 42px;
}

.landing-page.swedbank-page .top-bar-other-logo-wrapper .other-logo {
  max-height: 45px;
}

@media screen and (max-width: 769px) {
  .landing-page.swedbank-page .top-bar-other-logo-wrapper .other-logo {
    max-height: 38px;
  }
}

@media screen and (max-width: 769px) {
  .landing-page.swedbank-page .top-bar-other-logo-wrapper {
    top: 13px;
  }
}

@media screen and (max-width: 480px) {
  .landing-page.swedbank-page .top-bar-other-logo-wrapper {
    left: 0;
    top: 42px;
  }
}

.landing-page.swedbank-page .yellow-btn {
  background-color: #f58326;
  color: #fff;
}

.max-780 {
  max-width: 780px;
}

.landing-page-2 {
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  font-weight: 100;
}

.landing-page-2.page-lang-ru {
  font-family: "Helvetica Neue", "Segoe UI", "Avenir Next", Avenir, sans-serif;
}

.landing-page-2 .top-logo svg {
  vertical-align: top;
}

@media screen and (max-width: 769px) {
  .landing-page-2 .main-menu-content ul.sites-list {
    margin-top: 1em;
  }
}

.landing-page-2 .main-body {
  color: #472fdb;
}

.landing-page-2 .main-body a {
  color: #472fdb;
}

.landing-page-2 .top-bar-static-transparent a {
  color: #472fdb;
}

.landing-page-2 .logo-subtext {
  font-size: 26px;
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 100;
}

@media screen and (max-width: 769px) {
  .landing-page-2 .logo-subtext {
    display: block;
    font-size: 1em;
    line-height: 0.3em;
    margin-left: 0;
    margin-top: 5px;
  }
}

.landing-page-2 h1, .landing-page-2 h2 {
  color: #472fdb;
  font-size: 50px;
  line-height: 1.2em;
  font-family: Bodoni, Georgia, serif;
}

@media screen and (max-width: 850px) {
  .landing-page-2 h1, .landing-page-2 h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 h1, .landing-page-2 h2 {
    font-size: 32px;
  }
}

.landing-page-2 h1 u, .landing-page-2 h2 u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.landing-page-2 h1 u:after, .landing-page-2 h2 u:after {
  border-bottom: 2px solid #472fdb;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0.2em;
  right: 0;
}

.landing-page-2 h1 {
  padding-bottom: 45px;
}

@media screen and (max-width: 769px) {
  .landing-page-2 h1 {
    padding-bottom: 22px;
  }
}

.landing-page-2 h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .landing-page-2 h2, .landing-page-2 h2:first-child, .landing-page-2 h2:last-child {
    margin-top: 1em;
    margin-bottom: 0em;
  }
}

.landing-page-2 .blue-demo-box, .landing-page-2 .landing-demo-box {
  color: #fff;
  font-size: 26px;
  line-height: 1.4em;
  background-color: #472fdb;
}

@media screen and (max-width: 769px) {
  .landing-page-2 .blue-demo-box, .landing-page-2 .landing-demo-box {
    margin-bottom: 1em;
  }
}

.landing-page-2 .blue-demo-box.striped, .landing-page-2 .landing-demo-box.striped {
  position: relative;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 12%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.25) 38%, rgba(0, 0, 0, 0.25) 62%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0.25) 88%, rgba(0, 0, 0, 0.25) 100%);
  background-size: 6px 6px;
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box.striped, .landing-page-2 .landing-demo-box.striped {
    background-image: none;
  }
}

.landing-page-2 .blue-demo-box.striped .left-content, .landing-page-2 .landing-demo-box.striped .left-content {
  min-height: 378px;
  background-image: linear-gradient(90deg, #472fdb 0%, #472fdb 85%, rgba(71, 47, 219, 0) 100%);
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box.striped .left-content, .landing-page-2 .landing-demo-box.striped .left-content {
    min-height: 0;
    background-image: none;
  }
}

.landing-page-2 .blue-demo-box.striped .top-fade-gradient, .landing-page-2 .landing-demo-box.striped .top-fade-gradient {
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  background-image: linear-gradient(180deg, #472fdb 0%, rgba(71, 47, 219, 0) 100%);
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box.striped .top-fade-gradient, .landing-page-2 .landing-demo-box.striped .top-fade-gradient {
    display: none;
  }
}

.landing-page-2 .blue-demo-box.striped .right-fade-gradient, .landing-page-2 .landing-demo-box.striped .right-fade-gradient {
  position: absolute;
  width: 80px;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: linear-gradient(270deg, #472fdb 0%, rgba(71, 47, 219, 0) 100%);
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box.striped .right-fade-gradient, .landing-page-2 .landing-demo-box.striped .right-fade-gradient {
    display: none;
  }
}

.landing-page-2 .blue-demo-box h1, .landing-page-2 .blue-demo-box h2, .landing-page-2 .blue-demo-box h3, .landing-page-2 .blue-demo-box h4, .landing-page-2 .blue-demo-box a, .landing-page-2 .landing-demo-box h1, .landing-page-2 .landing-demo-box h2, .landing-page-2 .landing-demo-box h3, .landing-page-2 .landing-demo-box h4, .landing-page-2 .landing-demo-box a {
  color: #fff;
}

.landing-page-2 .blue-demo-box .left-content, .landing-page-2 .blue-demo-box .right-content, .landing-page-2 .landing-demo-box .left-content, .landing-page-2 .landing-demo-box .right-content {
  float: left;
}

.landing-page-2 .blue-demo-box .full-content, .landing-page-2 .landing-demo-box .full-content {
  padding: 50px;
}

@media screen and (max-width: 769px) {
  .landing-page-2 .blue-demo-box .full-content, .landing-page-2 .landing-demo-box .full-content {
    padding: 20px;
  }
}

.landing-page-2 .blue-demo-box .left-content, .landing-page-2 .landing-demo-box .left-content {
  width: 365px;
  padding: 50px 70px 50px 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .landing-page-2 .blue-demo-box .left-content, .landing-page-2 .landing-demo-box .left-content {
    width: 40%;
    min-height: 0;
  }
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box .left-content, .landing-page-2 .landing-demo-box .left-content {
    width: auto;
    float: none;
    padding: 30px;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 .blue-demo-box .left-content, .landing-page-2 .landing-demo-box .left-content {
    padding: 20px 20px 20px 20px;
  }
}

.landing-page-2 .blue-demo-box .right-content, .landing-page-2 .landing-demo-box .right-content {
  width: 635px;
  padding: 50px 55px 0 0;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .landing-page-2 .blue-demo-box .right-content, .landing-page-2 .landing-demo-box .right-content {
    width: 60%;
  }
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box .right-content, .landing-page-2 .landing-demo-box .right-content {
    width: auto;
    float: none;
    padding: 0 30px 30px 30px;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 .blue-demo-box .right-content, .landing-page-2 .landing-demo-box .right-content {
    padding: 20px;
  }
}

.landing-page-2 .blue-demo-box .right-content .demo-image, .landing-page-2 .landing-demo-box .right-content .demo-image {
  position: relative;
  margin-bottom: -100px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box .right-content .demo-image, .landing-page-2 .landing-demo-box .right-content .demo-image {
    margin-bottom: 0;
  }
}

.landing-page-2 .blue-demo-box.blue-box-last, .landing-page-2 .blue-demo-box .landing-demo-box-last, .landing-page-2 .landing-demo-box.blue-box-last, .landing-page-2 .landing-demo-box .landing-demo-box-last {
  padding: 50px 50px;
}

.landing-page-2 .blue-demo-box.blue-box-last .red-btn, .landing-page-2 .blue-demo-box .landing-demo-box-last .red-btn, .landing-page-2 .landing-demo-box.blue-box-last .red-btn, .landing-page-2 .landing-demo-box .landing-demo-box-last .red-btn {
  margin-right: 1em;
}

@media screen and (max-width: 1000px) {
  .landing-page-2 .blue-demo-box.blue-box-last, .landing-page-2 .blue-demo-box .landing-demo-box-last, .landing-page-2 .landing-demo-box.blue-box-last, .landing-page-2 .landing-demo-box .landing-demo-box-last {
    text-align: center;
  }
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box.blue-box-last, .landing-page-2 .blue-demo-box .landing-demo-box-last, .landing-page-2 .landing-demo-box.blue-box-last, .landing-page-2 .landing-demo-box .landing-demo-box-last {
    padding: 20px;
  }
  .landing-page-2 .blue-demo-box.blue-box-last .red-btn, .landing-page-2 .blue-demo-box .landing-demo-box-last .red-btn, .landing-page-2 .landing-demo-box.blue-box-last .red-btn, .landing-page-2 .landing-demo-box .landing-demo-box-last .red-btn {
    margin-right: 0;
  }
}

.landing-page-2 .blue-demo-box.blue-box-last .left-content, .landing-page-2 .blue-demo-box .landing-demo-box-last .left-content, .landing-page-2 .landing-demo-box.blue-box-last .left-content, .landing-page-2 .landing-demo-box .landing-demo-box-last .left-content {
  padding: 0;
  width: 250px;
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box.blue-box-last .left-content, .landing-page-2 .blue-demo-box .landing-demo-box-last .left-content, .landing-page-2 .landing-demo-box.blue-box-last .left-content, .landing-page-2 .landing-demo-box .landing-demo-box-last .left-content {
    width: auto;
    float: none;
  }
}

.landing-page-2 .blue-demo-box.blue-box-last .right-content, .landing-page-2 .blue-demo-box .landing-demo-box-last .right-content, .landing-page-2 .landing-demo-box.blue-box-last .right-content, .landing-page-2 .landing-demo-box .landing-demo-box-last .right-content {
  padding: 0 0 0 15px;
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box.blue-box-last .right-content, .landing-page-2 .blue-demo-box .landing-demo-box-last .right-content, .landing-page-2 .landing-demo-box.blue-box-last .right-content, .landing-page-2 .landing-demo-box .landing-demo-box-last .right-content {
    width: auto;
    float: none;
    padding: 20px 20px 0 20px;
    text-align: center;
  }
}

.landing-page-2 .blue-demo-box .text-top-block, .landing-page-2 .landing-demo-box .text-top-block {
  padding-bottom: 36px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 769px) {
  .landing-page-2 .blue-demo-box .text-top-block, .landing-page-2 .landing-demo-box .text-top-block {
    padding-bottom: 20px;
  }
}

.landing-page-2 .red-btn, .landing-page-2 .gray-btn, .landing-page-2 .opaque-btn {
  display: inline-block;
  min-width: 50px;
  padding: 13px 25px;
  border: 0;
  color: #fff;
  font-size: 26px;
  border-radius: 3px;
  font-weight: normal;
  font-family: "Avenir Next", Avenir, Tahoma, arial;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 769px) {
  .landing-page-2 .red-btn, .landing-page-2 .gray-btn, .landing-page-2 .opaque-btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 851px) {
  .landing-page-2 .red-btn.smaller-btn, .landing-page-2 .gray-btn.smaller-btn, .landing-page-2 .opaque-btn.smaller-btn {
    font-size: 18px;
    padding: 0px 20px;
  }
}

.landing-page-2 .red-btn {
  background-color: #ff3600;
  margin: 0;
}

.landing-page-2 .red-btn:hover {
  background-color: #cc2b00;
}

.landing-page-2 .gray-btn {
  background-color: #253c50;
}

.landing-page-2 .gray-btn:hover {
  background-color: #15222d;
}

.landing-page-2 .opaque-btn {
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.landing-page-2 .opaque-btn b, .landing-page-2 .opaque-btn strong {
  font-weight: normal;
}

.landing-page-2 .wide-text-block {
  padding: 140px 0 0 0;
  font-size: 26px;
  line-height: 1.38em;
}

.landing-page-2 .wide-text-block.last {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 769px) {
  .landing-page-2 .wide-text-block.last {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.landing-page-2 .wide-text-block.small-top-padding {
  padding-top: 45px;
}

@media screen and (max-width: 1120px) {
  .landing-page-2 .wide-text-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1060px) {
  .landing-page-2 .wide-text-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-page-2 .wide-text-block {
    padding-top: 70px;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 .wide-text-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}

.landing-page-2 .extending-picture {
  transform: translateY(-50%);
  top: 50%;
  max-width: 400px;
  position: absolute;
}

@media screen and (max-width: 1048px) {
  .landing-page-2 .extending-picture {
    max-width: 45%;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 .extending-picture {
    position: static;
    width: auto;
    margin: 0 auto 10px auto;
    display: block;
    max-width: 90%;
    transform: translateY(0);
  }
}

.landing-page-2 .extending-picture.contract-on-mobile {
  margin-bottom: -1em;
  margin-top: -1em;
  max-width: 350px;
  width: 100%;
}

.landing-page-2 .right-extending-picture {
  right: -100px;
}

@media screen and (max-width: 1120px) {
  .landing-page-2 .right-extending-picture {
    right: 0px;
  }
}

.landing-page-2 .right-extending-picture-text {
  margin-right: 410px;
}

@media screen and (max-width: 1120px) {
  .landing-page-2 .right-extending-picture-text {
    margin-right: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-page-2 .right-extending-picture-text {
    margin-right: 50%;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 .right-extending-picture-text {
    margin-right: 0;
  }
}

.landing-page-2 .left-extending-picture {
  left: -100px;
}

@media screen and (max-width: 1120px) {
  .landing-page-2 .left-extending-picture {
    left: 0px;
  }
}

.landing-page-2 .left-extending-picture-text {
  margin-left: 410px;
}

@media screen and (max-width: 1120px) {
  .landing-page-2 .left-extending-picture-text {
    margin-left: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-page-2 .left-extending-picture-text {
    margin-left: 50%;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 .left-extending-picture-text {
    margin-left: 0;
  }
}

.landing-page-2 .left-extending-picture-text.last-text {
  margin-left: 350px;
}

@media screen and (max-width: 1120px) {
  .landing-page-2 .left-extending-picture-text.last-text {
    margin-left: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .landing-page-2 .left-extending-picture-text.last-text {
    margin-left: 50%;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2 .left-extending-picture-text.last-text {
    margin-left: 0;
  }
}

.landing-page-2 .left-right-box {
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
}

.landing-page-2 .left-right-box.out-of-view {
  opacity: 1;
}

.landing-page-2 .left-right-box .image-block {
  min-height: 100px;
  max-height: 330px;
  position: relative;
}

.landing-page-2 .left-right-box .image-block .image-block-bg {
  position: absolute;
  background-color: #ebebeb;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.landing-page-2 .left-right-box .image-block .image-block-innerwrap {
  position: relative;
  z-index: 100;
  background: #000;
  transition: opacity .3s;
}

.landing-page-2 .left-right-box .image-block img {
  opacity: .97;
  display: block;
}

.landing-page-2 .left-right-box .image-block-texts {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: #472fdb;
  padding: 10px;
  z-index: 101;
}

.landing-page-2 .left-right-box .image-block-texts h2, .landing-page-2 .left-right-box .image-block-texts p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  text-align: right;
  font-weight: normal;
}

.landing-page-2 .left-right-box .image-block-texts h2 {
  font-weight: 500;
}

.landing-page-2 .left-right-box .image-block-texts p.short_description {
  display: block;
  font-weight: 300;
}

.landing-page-2 .left-right-box .image-block-texts p.description {
  display: none;
}

.landing-page-2 .left-right-box:nth-child(2) .image-block-innerwrap {
  transition-delay: 0.1s;
}

.landing-page-2 .left-right-box:nth-child(3) .image-block-innerwrap {
  transition-delay: 0.2s;
}

.landing-page-2 .left-right-box:nth-child(4) .image-block-innerwrap {
  transition-delay: 0.3s;
}

.landing-page-2 .left-right-box:nth-child(5) .image-block-innerwrap {
  transition-delay: 0.4s;
}

.landing-page-2 .left-right-box:nth-child(6) .image-block-innerwrap {
  transition-delay: 0.5s;
}

.landing-page-2 .left-right-box:nth-child(7) .image-block-innerwrap {
  transition-delay: 0.6s;
}

.landing-page-2 .left-right-box:nth-child(8) .image-block-innerwrap {
  transition-delay: 0.7s;
}

.landing-page-2 .left-right-box:nth-child(9) .image-block-innerwrap {
  transition-delay: 0.8s;
}

.landing-page-2 .left-right-box:nth-child(10) .image-block-innerwrap {
  transition-delay: 0.9s;
}

.landing-page-2 .left-right-box:nth-child(11) .image-block-innerwrap {
  transition-delay: 1s;
}

.landing-page-2 .left-right-box:nth-child(12) .image-block-innerwrap {
  transition-delay: 1.1s;
}

.landing-page-2 .left-right-box:nth-child(13) .image-block-innerwrap {
  transition-delay: 1.2s;
}

.landing-page-2 .left-right-box:nth-child(14) .image-block-innerwrap {
  transition-delay: 1.3s;
}

.landing-page-2 .left-right-box:nth-child(15) .image-block-innerwrap {
  transition-delay: 1.4s;
}

.landing-page-2 .left-right-box:nth-child(16) .image-block-innerwrap {
  transition-delay: 1.5s;
}

.landing-page-2 .left-right-box:nth-child(17) .image-block-innerwrap {
  transition-delay: 1.6s;
}

.landing-page-2 .left-right-box:nth-child(18) .image-block-innerwrap {
  transition-delay: 1.7s;
}

.landing-page-2 .left-right-box:nth-child(19) .image-block-innerwrap {
  transition-delay: 1.8s;
}

.landing-page-2 .left-right-scroller.not-in-view .image-block-innerwrap {
  opacity: 0;
}

.landing-page-2 footer a {
  margin: 0 0.6em;
  color: #472fdb;
  opacity: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}

.landing-page-2 footer a:hover {
  color: #28188c;
}

.landing-page-2 .blue-box-container, .landing-page-2 .landing-demo-box-container {
  padding: 0;
}

@media screen and (max-width: 850px) {
  .landing-page-2 .blue-demo-box-btn-container, .landing-page-2 .landing-demo-box-btn-container {
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .landing-page-2.main-menu-open .top-bar-static-transparent a {
    color: #fff;
  }
}

.landing-page-2 .footer-container {
  padding: 30px 0;
}

.landing-page-2 .last-box-bottom-text {
  text-align: left;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 13px;
}

.landing-page-2.landing-page-red .main-body {
  color: #db2f2f;
}

.landing-page-2.landing-page-red .main-body a, .landing-page-2.landing-page-red .main-body h1, .landing-page-2.landing-page-red .main-body h2 {
  color: #db2f2f;
}

.landing-page-2.landing-page-red .main-body .red-btn, .landing-page-2.landing-page-red .main-body .gray-btn, .landing-page-2.landing-page-red .main-body .opaque-btn {
  color: #fff;
}

.landing-page-2.landing-page-red .top-bar-static-transparent a {
  color: #db2f2f;
}

.landing-page-2.landing-page-red .landing-demo-box {
  background-color: #db2f2f;
}

.landing-page-2.landing-page-red .landing-demo-box.striped .left-content {
  background-image: linear-gradient(90deg, #db2f2f 0%, #db2f2f 85%, rgba(219, 47, 47, 0) 100%);
}

@media screen and (max-width: 850px) {
  .landing-page-2.landing-page-red .landing-demo-box.striped .left-content {
    background-image: none;
  }
}

.landing-page-2.landing-page-red .landing-demo-box.striped .top-fade-gradient {
  background-image: linear-gradient(180deg, #db2f2f 0%, rgba(219, 47, 47, 0) 100%);
}

.landing-page-2.landing-page-red .landing-demo-box.striped .right-fade-gradient {
  background-image: linear-gradient(270deg, #db2f2f 0%, rgba(219, 47, 47, 0) 100%);
}

.landing-page-2.landing-page-red .landing-demo-box.striped .gray-btn {
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .landing-page-2.landing-page-red .gray-btn {
    margin-bottom: 5px;
  }
}

.landing-page-2.landing-page-red .landing-demo-box-last .gray-btn {
  margin-right: 0.8em;
}

@media screen and (max-width: 769px) {
  .landing-page-2.landing-page-red .landing-demo-box-last .gray-btn {
    margin-right: 0;
  }
}

.landing-page-2.landing-page-red .left-right-box .image-block-texts {
  background-color: #db2f2f;
}

.landing-page-2.landing-page-red .left-right-box .image-block-texts, .landing-page-2.landing-page-red .left-right-box .image-block-texts h2 {
  color: #fff;
}

.landing-page-2.landing-page-red .text-top-block {
  padding-bottom: 27px;
}

@media screen and (max-width: 769px) {
  .landing-page-2.landing-page-red .text-top-block {
    padding-bottom: 20px;
  }
}

.landing-page-2.landing-page-red footer a {
  color: #db2f2f;
}

.landing-page-2.landing-page-red footer a:hover {
  color: #8c1818;
}

@keyframes dotloader {
  0%,
  40%,
  100% {
    opacity: .2;
  }
  70% {
    opacity: 1;
  }
}

.dot-loader {
  text-align: center;
  text-decoration: none !important;
}

.dot-loader .dot {
  margin-right: 1px !important;
  margin-left: 1px !important;
  animation-name: dotloader;
  animation-duration: 1s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.dot-loader .dot:before {
  content: '•' !important;
}

.dot-loader .dot:nth-child(1) {
  animation-delay: -0.75s;
}

.dot-loader .dot:nth-child(2) {
  animation-delay: -0.5s;
}

.dot-loader .dot:nth-child(3) {
  animation-delay: -0.25s;
}

.modal-signup-popover {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 20px 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  box-sizing: border-box;
}

.modal-signup-popover__wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 110;
}

.modal-signup-popover__inner {
  margin: 0 0 10px;
}

@media only screen and (min-width: 770px) {
  .modal-signup-popover {
    max-width: 194px;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .modal-signup-popover__wrapper {
    bottom: 33px;
    right: 50px;
    width: auto;
  }
}

@media only screen and (min-width: 770px) {
  html:lang(et) .modal-signup-popover {
    max-width: 219px;
  }
}

.modal-mobile-edit {
  padding: 20px 20px 30px;
}

@media screen and (max-width: 769px) {
  .modal-mobile-edit {
    padding: 20px 20px 60px;
  }
}

.try-btn-content__small,
.custom-btn__small {
  word-break: break-word;
}

.riigipilv_radio_field {
  display: block;
  padding-bottom: 10px;
}

.riigipilv_radio_field label .form_field_radio {
  display: none;
}

.riigipilv_radio_field label {
  display: block;
  cursor: pointer;
}

.riigipilv_radio_field label .form_field_radio + .form_control_indicator::before {
  width: 9px;
  height: 9px;
  border-color: white;
  border-style: solid;
  border-width: 3px;
  outline-color: black;
  outline-style: solid;
  outline-width: 1px;
}

.riigipilv_radio_field label .form_field_radio:checked + .form_control_indicator::before {
  background-color: black;
  opacity: .84;
}

.riigipilv_radio_field label .form_control_indicator {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
}

.riigipilv_radio_field label .form_control_indicator::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
}

.riigipilv_radio_field .form_field_label {
  padding-top: 5px;
  padding-bottom: 5px;
}

.riigipilv_name_field {
  display: block;
}

.riigipilv_name_field .form_field_label {
  cursor: pointer;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.riigipilv_name_field .form_field_textfield {
  width: 420px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 100%;
  outline: 0;
  border-style: inset;
}

.riigipilv_text_field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.riigipilv_text_field .form_field_label {
  cursor: pointer;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.riigipilv_text_field .form_field_textarea {
  outline: 0;
  width: 420px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 100%;
}

.front-page-new .form_submit {
  margin-top: 15px;
  cursor: pointer;
}

.front-page-new .form_submit input {
  width: 200px;
  padding: 7px 15px !important;
  height: auto !important;
  margin: 0 auto;
}

.front-page-new .form_submit input:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-img-stripes {
  background-color: #929eaa;
}

.cover-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.front-page .cover-bg-img.front-first-bg, .front-page .cover-bg-img.frontpage-bg1 {
  background-color: #000;
  background-size: cover;
  z-index: -1;
}

.front-page .cover-bg-img.fp-2017-bg1-alt-common, .front-page .cover-bg-img.jobs-2017-bg1-alt-1 {
  background-color: #000;
  background-size: cover;
  z-index: -1;
}

.front-page .cover-bg-img.fp-2017-bg1-alt-common.slider-element-bg {
  background-color: #cacaca;
}

@media screen and (max-width: 769px) {
  .front-page:not(.front-page-2017) {
    background-size: auto 90%;
  }
}

.contain-bg-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  .bg-mobile-right-center {
    background-position: right center;
  }
}

.abs-background-container, .fixed-background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.abs-background-container.abs-background-wrapper, .fixed-background-container.abs-background-wrapper {
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .abs-background-container.not-abs-mobile, .fixed-background-container.not-abs-mobile {
    position: relative;
    padding-bottom: 80%;
    z-index: 2;
  }
  .abs-background-container.not-fixed-mobile, .fixed-background-container.not-fixed-mobile {
    position: relative;
    padding-bottom: 0%;
    z-index: 3;
  }
  .abs-background-container.not-fixed-mobile .fixed-background-container, .fixed-background-container.not-fixed-mobile .fixed-background-container {
    position: relative;
    padding-bottom: 80%;
    z-index: 4;
  }
  .abs-background-container.not-fixed-mobile .fixed-background-container.not-padded-on-mobile, .fixed-background-container.not-fixed-mobile .fixed-background-container.not-padded-on-mobile {
    padding: 0;
  }
}

.abs-background-container.align-right, .fixed-background-container.align-right {
  left: auto;
}

.abs-background-container.align-left, .fixed-background-container.align-left {
  right: auto;
}

.abs-background-container.background-container-belowfixed, .fixed-background-container.background-container-belowfixed {
  z-index: 0;
}

.fixed-background-container {
  position: fixed;
  z-index: 1;
  max-height: 100vh;
}

.touch .fixed-background-container {
  position: absolute;
}

.abs-content-left-menu {
  position: absolute;
  left: 0;
  z-index: 100;
}

.try-dot {
  z-index: 110;
  width: 190px;
  border-radius: 4px;
  background: #68da1d;
  background: linear-gradient(225deg, #b6fe1a 0%, #68da1d 100%);
  user-select: none;
  overflow: hidden;
  cursor: pointer;
}

.try-dot-wide {
  width: 270px;
}

.try-dot-sq {
  border-radius: 0;
}

.try-dot .collapsed-title {
  padding: 25px 20px;
  font-size: 20px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .9;
}

.front-page-new .try-dot .collapsed-title {
  font-weight: 600;
}

.try-dot:not(.try-btn-static) {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}

.front-page-2017 .try-dot {
  color: #fff;
  background: #363443;
}

@media screen and (max-width: 769px) {
  .front-page .try-dot {
    bottom: 10px;
  }
  .front-page-new .try-dot {
    bottom: 30px;
  }
}

.try-dot-absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.transition-try-dot-color-1 .try-dot {
  background-color: rgba(238, 65, 151, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.transition-try-dot-color-2 .try-dot {
  background-color: rgba(120, 228, 215, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.transition-try-dot-color-3 .try-dot {
  background-color: rgba(244, 226, 116, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.transition-try-dot-color-4 .try-dot {
  background-color: rgba(255, 232, 80, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.transition-try-dot-color-5 .try-dot {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.transition-try-dot-color-6 .try-dot {
  background-color: rgba(237, 84, 83, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.front-page-new .transition-try-dot-color-1 .try-dot {
  background-color: rgba(238, 65, 151, 0.95);
  color: #fff;
  background-image: none;
}

.front-page-new .transition-try-dot-color-2 .try-dot {
  background-color: rgba(71, 47, 219, 0.95);
  color: #fff;
  background-image: none;
}

.front-page-new .transition-try-dot-color-3 .try-dot {
  background-color: rgba(244, 226, 116, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.front-page-new .transition-try-dot-color-4 .try-dot {
  background-color: rgba(255, 232, 80, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.front-page-new .transition-try-dot-color-5 .try-dot {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.front-page-new .transition-try-dot-color-6 .try-dot {
  background-color: rgba(237, 84, 83, 0.95);
  color: rgba(0, 0, 0, 0.6);
  background-image: none;
}

.front-page-new .animate-class-trydot.transition-try-dot-color-1, .front-page-new .animate-class-trydot.transition-try-dot-color-2 {
  visibility: hidden;
  opacity: 0;
}

.front-page-new .animate-class-trydot.transition-try-dot-color-3 {
  position: absolute;
}

.front-page-new .transition-try-dot-color-1 {
  margin-top: 20px;
}

.front-page-2017 .transition-try-dot-color-1 .try-dot {
  background-color: #a800ff;
  color: #fff;
  background-image: none;
}

.front-page-2017 .transition-try-dot-color-2 .try-dot {
  background-color: #a800ff;
  color: #fff;
  background-image: none;
}

.front-page-2017 .transition-try-dot-color-3 .try-dot {
  background-color: #fff;
  color: #2b2939;
  background-image: none;
}

.front-page-2017 .transition-try-dot-color-4 .try-dot {
  background-color: #363443;
  color: #fff;
  background-image: none;
}

.front-page-2017 .transition-try-dot-color-5 .try-dot {
  background-color: #fff;
  color: #2b2939;
  background-image: none;
}

.front-page-2017 .transition-try-dot-color-6 .try-dot {
  background-color: #363443;
  color: #fff;
  background-image: none;
}

.front-page-2017 .animate-class-trydot.transition-try-dot-color-1, .front-page-2017 .animate-class-trydot.transition-try-dot-color-2 {
  visibility: hidden;
  opacity: 0;
}

.front-page-2017 .animate-class-trydot.transition-try-dot-color-3 {
  position: absolute;
}

.front-page-2017 .transition-try-dot-color-1 {
  margin-top: 20px;
}

.content-slogan {
  color: #fff;
  font: normal 3.6em/1em Bodoni, Georgia, serif;
  margin: 0 0 .5em 0;
}

@media screen and (max-width: 769px) {
  .content-slogan {
    font: normal 3em/1em Bodoni, Georgia, serif;
    color: rgba(0, 0, 0, 0.8);
    margin: .6em 0 .2em 0;
  }
}

.first-content-text {
  margin: 0 auto;
}

@media screen and (min-width: 770px) {
  .first-content-text {
    padding: 0 0 0 80px;
    color: #fff;
  }
  .first-content-text a {
    color: #fff;
  }
}

@media screen and (min-width: 770px) and (min-width: 770px) {
  .first-content-text {
    max-width: 650px;
  }
}

@media screen and (max-width: 769px) {
  .first-content-text {
    padding: 50px 0 0 0;
    display: block;
  }
}

.top-shade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  height: 40px;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
}

.bottom-shade {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  height: 40px;
  position: absolute;
  z-index: 101;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes articleloader {
  0%, 20% {
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}

.loader-wrapper {
  position: absolute;
  z-index: 102;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 85, 85, 0.1);
}

.loader-wrapper.active {
  display: block;
}

.loader-wrapper.active .article-loader {
  position: absolute;
  width: 150px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -75px;
}

.loader-wrapper.active .article-loader .circle {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.9);
  display: inline-block;
  position: relative;
  margin-left: -45px;
  animation: articleloader 2.5s infinite;
}

.loader-wrapper.active .article-loader .circle:first-child {
  margin-left: 0px;
}

.loader-wrapper.active .article-loader .circle + .circle {
  animation-delay: 2s;
}

.loader-wrapper.active .article-loader .circle + .circle + .circle {
  animation-delay: 4s;
}

.loader-wrapper.active .article-loader .circle + .circle + .circle + .circle {
  animation-delay: 6s;
}

@media screen and (min-width: 770px) {
  .animate-class-collapse-blog-list .section-with-aligned-submenu {
    transition: margin-left 0.5s;
  }
  .animate-class-collapse-blog-list .blog-cover-image-container, .animate-class-collapse-blog-list .blog-slogan-container {
    transition: width 0.5s;
  }
  .animate-class-collapse-blog-list .first-content-text {
    transition: padding-left 0.5s;
  }
  .animate-class-collapse-blog-list.transition-blog-list-collapsed .section-with-aligned-submenu {
    margin-left: -50%;
  }
  .animate-class-collapse-blog-list.transition-blog-list-collapsed .blog-cover-image-container, .animate-class-collapse-blog-list.transition-blog-list-collapsed .blog-slogan-container {
    width: 100%;
  }
  .animate-class-collapse-blog-list.transition-blog-list-collapsed .first-content-text {
    padding-left: 0;
  }
}

.container-with-submenu h1, .container-with-aligned-submenu h1 {
  padding: 0;
  margin: 0 0 .6em 0;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 769px) {
  .container-with-submenu h1, .container-with-aligned-submenu h1 {
    font: normal 2.2em/1em Bodoni, Georgia, serif;
    padding: 0;
    margin: 0 0 0.6em 0;
  }
}

@media screen and (max-width: 769px) {
  .container-with-aligned-submenu {
    padding-left: 0;
    padding-right: 0;
  }
}

.common-page .top-logo {
  color: #e4a2de;
}

footer a {
  text-decoration: none;
  display: inline-block;
  margin: 0 1em;
  opacity: 0.4;
  will-change: opacity;
}

footer a img {
  display: block;
}

footer a.active, footer a:hover {
  opacity: 1;
}

.main-menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.main-menu-links a {
  padding: 12px 0;
}

.main-menu-links a.campaign-link {
  width: 100%;
}

.page-bg-body {
  background-color: #b1b3b5;
}

.page-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.page-bg.bg-topspaced {
  background-position: center 120px;
}

@media screen and (max-width: 769px) {
  .page-bg.bg-topspaced {
    background-position: center 60px;
  }
}

.slogan-text-container {
  font-size: 26px;
  line-height: 1.5em;
  padding: 0 30px;
}

@media screen and (max-width: 769px) {
  .slogan-text-container {
    font-size: 16px;
    padding: 0 0 30px 0;
  }
}

.slogan-text-container h1 {
  font-size: 200px;
  margin-bottom: 0.2em;
  line-height: 1em;
}

@media screen and (max-width: 769px) {
  .slogan-text-container h1 {
    font-size: 60px;
  }
}

.slogan-text-container.slogan-text-medium h1 {
  font-size: 100px;
}

@media screen and (max-width: 769px) {
  .slogan-text-container.slogan-text-medium h1 {
    font-size: 50px;
  }
}

.color-box {
  padding: 35px 30px 100px 30px;
  min-height: 175px;
  font-size: 16px;
  line-height: 1.5em;
  margin: 60px 0;
  position: relative;
}

@media screen and (max-width: 769px) {
  .color-box {
    margin: 0 -20px;
    padding: 30px 20px;
    min-height: 0;
  }
}

.color-box.purple {
  background-color: #d3a0ff;
}

.color-box.yellow {
  background-color: #ffde00;
}

.color-box.blue {
  background-color: #5ccbff;
}

.color-box.gray {
  background-color: #40474a;
  color: #fff;
}

.color-box.gray h1, .color-box.gray h2, .color-box.gray h3, .color-box.gray h4, .color-box.gray a {
  color: #fff;
}

.color-box.cyan {
  background-color: #78e4d7;
}

.color-box.green {
  background-color: #a5f044;
}

.color-box .bottom-links {
  position: absolute;
  bottom: 35px;
  left: 30px;
  right: 30px;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .color-box .bottom-links {
    position: static;
    margin-top: 30px;
  }
}

.color-box .bottom-links a {
  display: inline-block;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  margin: 2px 0;
  will-change: opacity;
}

.color-box .bottom-links a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.color-box .bottom-links a:first-child {
  background: rgba(0, 0, 0, 0.6);
}

.color-box .bottom-links a:first-child:hover {
  background: rgba(0, 0, 0, 0.7);
}

.editmode-helper {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

.support-entity .editmode-helper {
  position: absolute;
  width: 100px;
  margin-left: -120px;
  text-align: right;
}

.border-btn {
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  padding: 20px 55px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  text-decoration: none;
}

.svg-obj {
  max-width: 100%;
}

@media screen and (min-width: 770px) {
  .blurred-on-bg {
    filter: blur(10px);
  }
}

@media screen and (max-width: 769px) {
  .blurred-on-bg {
    display: none;
  }
}

.edy-positionable-container-left {
  margin: 0 2em 1em 0;
}

@media only screen and (max-width: 480px) {
  .edy-positionable-container-left {
    float: none !important;
    margin: 0 auto 1em auto;
  }
}

.edy-positionable-container-right {
  margin: 0 0 1em 2em;
}

@media only screen and (max-width: 480px) {
  .edy-positionable-container-right {
    float: none !important;
    margin: 0 auto 1em auto;
  }
}

code.key {
  background: #666;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-family: Arial;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  padding: 3px 6px;
  text-transform: uppercase;
  bottom: 2px;
  position: relative;
}

.menu-open-slide {
  transition: transform .3s linear;
  transform: translate3d(0, 0, 0);
}

.main-menu-open .menu-open-slide {
  transform: translate3d(-300px, 0, 0);
}

.inner-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.template-preview-container {
  position: relative;
}

.template-desktop-view {
  position: relative;
  left: -15px;
  padding: 15px;
  background-color: #000;
  border-radius: 15px;
  border: 1px solid #767676;
  line-height: 0;
  width: 680px;
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.06);
}

.template-mobile-view {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -120px;
  height: 400px;
  width: 190px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjUwIDUyNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsLXJ1bGU6ZXZlbm9kZH0uY2xzLTJ7b3BhY2l0eTouMn0uY2xzLTN7ZmlsbDojZmZmfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxNy4zMiAwSDMyLjY4QzExIDAgMCAxMSAwIDMyLjY5djQ1OS42MkMwIDUxNCAxMSA1MjUgMzIuNjggNTI1aDE4NC42NEMyMzkgNTI1IDI1MCA1MTQgMjUwIDQ5Mi4zMVYzMi42OUMyNTAgMTEgMjM5IDAgMjE3LjMyIDB6Ii8+PHBhdGggY2xhc3M9ImNscy0yIGNscy0zIiBkPSJNMTQ0Ljc0IDIzLjVhMy4yNSAzLjI1IDAgMCAxIDAgNi41aC00MS40OWEzLjI1IDMuMjUgMCAwIDEgMC02LjVoNDEuNDltMC0xaC00MS40OUE0LjI1IDQuMjUgMCAwIDAgOTkgMjYuNzVhNC4yNSA0LjI1IDAgMCAwIDQuMjUgNC4yNWg0MS40OWE0LjI1IDQuMjUgMCAwIDAgNC4yNi00LjI1IDQuMjUgNC4yNSAwIDAgMC00LjI1LTQuMjV6TTEyNS41IDQ3MC40OWEyMiAyMiAwIDEgMS0yMiAyMiAyMiAyMiAwIDAgMSAyMi0yMm0wLTFhMjMgMjMgMCAxIDAgMjMgMjMgMjMgMjMgMCAwIDAtMjMtMjN6Ii8+PHBhdGggY2xhc3M9ImNscy0yIGNscy0zIiBkPSJNMTI1LjI3IDQ3NS41MmExNi43NiAxNi43NiAwIDEgMS0xNi43NSAxNi43NiAxNi43NyAxNi43NyAwIDAgMSAxNi43NS0xNi43Nm0wLTFBMTcuNzYgMTcuNzYgMCAxIDAgMTQzIDQ5Mi4yOGExNy43NSAxNy43NSAwIDAgMC0xNy43NS0xNy43NnoiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.template-mobile-view .template-mobile-view-inner {
  margin: 39px 5px 0;
  overflow: hidden;
  height: 310px;
  outline: 1px solid rgba(0, 0, 0, 0.3);
  outline-offset: -1px;
}

.template-preview-container img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 993px) {
  .template-preview-container .template-mobile-view .video-play {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .template-preview-container .template-desktop-view .video-play {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .template-preview-container {
    left: 120px;
  }
}

@media screen and (max-width: 640px) {
  .template-desktop-view {
    width: 560px;
  }
  .template-mobile-view {
    height: 345px;
    width: 165px;
    border-radius: 20px;
  }
  .template-mobile-view .template-mobile-view-inner {
    margin: 30px 5px 0;
    height: 270px;
  }
}

.video-play {
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTQuNSAxMTQuNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtvcGFjaXR5Oi44fS5jbHMtMntmaWxsOiMyYjI5Mzl9LmNscy0ze2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZH08L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGNsYXNzPSJjbHMtMSBjbHMtMiIgY3g9IjU3LjI1IiBjeT0iNTcuMjUiIHI9IjU3LjI1Ii8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzkuMDUgMzAuNjR2NTIuODRsNDUuOTYtMjYuNDItNDUuOTYtMjYuNDJ6Ii8+PC9zdmc+");
  background-size: 100px;
  z-index: 1;
}

.video-play:hover {
  opacity: .75;
}

.video-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 305;
}

.video-modal .video-modal-inner {
  transform: translateX(-50%) translateY(-50%);
  position: relative;
  max-width: 1280px;
  max-height: 90vh;
  padding: 40px;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .video-modal .video-modal-inner {
    padding: 0;
    width: 100%;
  }
}

.video-modal .video-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.video-modal .video-wrapper, .video-modal .video-wrapper iframe {
  max-width: 1280px;
  max-height: 90vh;
}

.video-modal .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .video-modal .video-modal-inner {
    max-height: 80vh;
  }
  .video-modal .video-wrapper, .video-modal .video-wrapper iframe {
    max-height: 80vh;
  }
}

.modal-referrer {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  left: 50%;
  max-width: 640px;
  opacity: .95;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .modal-referrer {
    font-size: 18px;
    line-height: 1.5;
    min-width: 100%;
    margin: 0;
  }
}

.modal-referrer strong {
  font-weight: 500;
}

.modal-referrer__wrapper {
  position: absolute;
  z-index: 111;
  right: 0;
  left: 0;
}

.modal-referrer__inner {
  padding: 15px 50px 15px 15px;
}

@media only screen and (max-width: 480px) {
  .modal-referrer__inner {
    padding: 23px 35px 23px 18px;
  }
}

.modal-referrer__click-me {
  text-decoration: none;
  color: #472FDB;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  .scroller-arrows {
    margin-top: 1em;
  }
}

.scroller-arrows button {
  -webkit-appearance: none;
  background: none;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  cursor: pointer;
  display: block;
}

.scroller-arrows button:hover {
  opacity: .7;
}

.scroller-arrows button:focus {
  outline: none;
}

.scroller-arrows .left-arrow {
  float: left;
}

.scroller-arrows .right-arrow {
  float: right;
}

.no-smil .svg-animated {
  display: none;
}

.smil .svg-static {
  display: none;
}

.clickable {
  cursor: pointer;
}

.is-hidden {
  display: none;
}

.edy-popover-arrow {
  position: absolute;
  width: 40px;
  height: 20px;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}

.edy-popover-arrow::after {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: white;
  border-width: 20px;
  content: '';
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.15));
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

.popover-settings-wrap {
  position: fixed;
  top: 2px;
  left: 8px;
}

.popover-settings-btn .edy-cbtn-content {
  padding-right: 0 !important;
}

.popover-settings-btn .edy-cbtn-content .edy-cbtn-ico {
  margin-right: 0 !important;
}
