@import url(/scss/highlight/shades-of-purple.min.css);
#cc--main {
  z-index: 9999999 !important; }

@font-face {
  font-family: 'Favorit_Light';
  src: url("/webfonts/Favorit_Light.woff") format("woff");
  font-display: swap; }

body {
  overflow-y: scroll;
  margin: 0;
  font-family: 'Favorit_Light', sans-serif;
  font-weight: 400;
  color: #000;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern'; }

* {
  box-sizing: border-box; }

::selection {
  background: lightgray; }

form {
  -webkit-appearance: none;
  font-weight: 400; }

button {
  color: #000;
  font-weight: 400;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Favorit_Light', sans-serif; }

button[disabled] {
  cursor: default; }

button[disabled]:hover {
  background-color: #e8e8e8; }

.less-space {
  margin-top: 0; }

.dashed {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  text-decoration-color: black;
  display: inline-block; }
  .dashed > a {
    text-decoration-thickness: 0 !important;
    text-decoration-style: none !important;
    text-decoration: none !important;
    border-bottom: none !important; }

.non-dashed {
  text-decoration: none;
  display: inline-block; }
  .non-dashed > a {
    text-decoration-thickness: 0 !important;
    text-decoration-style: none !important;
    text-decoration: none !important;
    border-bottom: none !important; }

.multiline-code::selection {
  background: darkgray; }

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

figure {
  margin: 0;
  width: 100%;
  font-size: 0; }

figcaption {
  margin-top: 3px;
  text-align: left; }

a {
  color: black;
  text-decoration: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  outline: 0; }

.website a {
  text-decoration: none; }

.vat-notice {
  margin-top: 5px; }

ul.decimal-list {
  font-weight: 300;
  padding-left: 1em; }
  ul.decimal-list li {
    list-style-type: decimal; }

p,
ul.text-list {
  margin-top: 0;
  margin-bottom: 0.8em; }

p:last-child,
ul.text-list:last-child {
  margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }

ul.spaces li {
  margin-bottom: 0.8em; }

ul.text-list {
  padding-left: 1em; }

ul.text-list li {
  list-style-type: square; }

.button-xl,
.button-m {
  white-space: nowrap;
  display: inline-block;
  background-color: #e8e8e8;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  border-bottom: none; }

.button-xl:hover,
.button-m:hover {
  background-color: #f0f0f0; }

@media (min-width: 800px) {
  ._33-image {
    width: 33.333333333333333333333%;
    padding: 15px;
    vertical-align: top; }
  ._25-image {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top; }
  .progress {
    width: 100%;
    height: 3px;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 12; }
  .progress-inner {
    width: 100%;
    height: 3px;
    position: fixed;
    top: 0;
    background: cyan;
    z-index: 13;
    transform: translateX(-100%); }
  .button-xl {
    padding: 17px 20px; }
  .button-m {
    padding: 15px 20px; }
  .only-phone {
    display: none !important; }
  .only-desktop {
    display: block; }
  .spacetop {
    padding-top: 60px; }
  .page-spacetop {
    padding-top: 100px; }
  .page-spacebottom {
    padding-bottom: 100px; } }

@media (max-width: 799px) {
  ._50-image {
    width: 100%;
    padding-bottom: 20px; }
  ._50-image:first-child {
    padding-top: 0; }
  ._33-image .text-s {
    display: none; }
  ._25-image .text-s {
    display: none; }
  ._33-image {
    width: 100%;
    margin-bottom: 30px; }
  ._33-image:last-child {
    margin-bottom: 0; }
  ._25-image {
    width: 100%;
    margin-bottom: 30px; }
  ._25-image:last-child {
    margin-bottom: 0; }
  .hide-element-on-mobile {
    display: none !important; }
  .button-xl {
    padding: 15px 18px; }
  .button-m {
    padding: 13px 18px; }
  .only-phone {
    display: block; }
  .only-desktop {
    display: none !important; }
  .spacetop {
    padding-top: 30px; }
  .page-spacetop {
    padding-top: 60px; }
  .page-spacebottom {
    padding-bottom: 60px; } }

h1:first-child,
h2:first-child {
  margin-top: 0; }

h1,
h2 {
  margin-bottom: 0.6em; }

@media (min-width: 1500px) {
  .text-xl {
    font-size: 70px; }
  .text-l {
    font-size: 45px; }
  .text-m {
    font-size: 28px; }
  .text-ls {
    font-size: 19px; }
  .text-s {
    font-size: 17px; }
  .text-lm {
    font-size: 30px; }
  .text-xm {
    font-size: 24px; }
  body {
    font-size: 24px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .text-xl {
    font-size: 40px; }
  .text-l {
    font-size: 40px; }
  .text-m {
    font-size: 23px; }
  .text-ls {
    font-size: 17px; }
  .text-s {
    font-size: 15px; }
  .text-lm {
    font-size: 27px; }
  .text-xm {
    font-size: 21px; }
  body {
    font-size: 21px; } }

@media (min-width: 800px) and (max-width: 1199px) {
  .text-xl {
    font-size: 35px; }
  .text-l {
    font-size: 35px; }
  .text-m {
    font-size: 17px; }
  .text-ls {
    font-size: 15px; }
  .text-s {
    font-size: 13px; }
  .text-lm {
    font-size: 24px; }
  .text-xm {
    font-size: 17px; }
  body {
    font-size: 17px; } }

@media (min-width: 800px) {
  .text-lm.headline:first-child {
    margin-top: 0; } }

@media (max-width: 799px) {
  .text-xl {
    font-size: 22px; }
  .text-l {
    font-size: 27px; }
  .text-m {
    font-size: 17px; }
  .text-ls {
    font-size: 15px; }
  .text-s {
    font-size: 13px; }
  .text-lm {
    font-size: 24px; }
  .text-xm {
    font-size: 17px; }
  body {
    font-size: 17px; } }

body {
  line-height: 1.25; }

h1,
h2,
h3 {
  font-weight: 400; }

h1,
h2 {
  margin-top: 60px;
  margin-bottom: 0.6em; }

h1.extra-padding,
h2.extra-padding {
  padding-bottom: 5px; }

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

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

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

.text-l {
  line-height: 1.2; }

.text-m {
  line-height: 1.25; }

.text-ls {
  line-height: 1.4; }

.text-s {
  line-height: 1.4; }

.text-lm {
  line-height: 1.2; }

.text-xm {
  line-height: 1.25; }

.text-lm.headline {
  margin-top: 40px;
  margin-bottom: 0.55em; }

.text-xm p,
.text-xm ul.text-list {
  margin-bottom: 0.5em; }

p.text-xm {
  margin-bottom: 0.5em; }

.li-headline {
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  display: inline-block; }

body {
  padding-top: 45px; }

@media (min-width: 800px) {
  .mobile-menu-button {
    display: none; }
  nav.sitenav a.buy-now-menupoint-mobile {
    display: none; }
  nav.sitenav a.free-version-menupoint-mobile {
    display: none; }
  nav.sitenav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05); }
  nav.sitenav, footer {
    background-color: white;
    width: 100%;
    height: 45px;
    top: 0;
    left: 0; }
    nav.sitenav > ul, footer > ul {
      display: flex;
      justify-content: space-between; }
    nav.sitenav ul a, nav.sitenav ul span, footer ul a, footer ul span {
      text-decoration: none;
      border-bottom: none;
      line-height: 44px;
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
    nav.sitenav li, footer li {
      display: inline-block; }
  nav.sitenav {
    backdrop-filter: saturate(180%) blur(20px);
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 0;
    left: 0; }
    nav.sitenav a.buy-now-menupoint:hover {
      background-color: #ededed; }
    nav.sitenav a.buy-now-menupoint {
      border-left: 1px solid #dcdbdb;
      border-right: 1px solid #dcdbdb; }
    nav.sitenav a:hover, nav.sitenav a.active {
      background-color: #ededed; }
  a.logo:hover, a.logo.active {
    background-color: transparent !important; }
  a.logo {
    padding: 0 !important;
    width: 60px;
    height: 44px; }
    a.logo img {
      width: 60px;
      height: 30px;
      margin-top: 6px; }
  li.submenuparent-li:hover .submenu {
    display: block; }
  nav.sitenav .submenu {
    display: none;
    position: absolute;
    text-align: left;
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    nav.sitenav .submenu li {
      display: block; }
  .phone-menu-bar {
    display: none; } }

@media (max-width: 799px) {
  .nav-support-li .submenu {
    display: none; }
  nav.sitenav .phone-menu-bar > a.buy-now-menupoint-mobile {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    position: fixed;
    top: 0;
    right: 70px;
    border-bottom: none !important;
    text-decoration: none;
    color: #8d8d8d;
    font-size: 14px; }
  nav.sitenav .phone-menu-bar > a.buy-now-menupoint-mobile.active {
    background-color: white;
    color: black; }
  nav.sitenav .phone-menu-bar > a.free-version-menupoint-mobile {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    position: fixed;
    top: 0;
    right: 140px;
    border-bottom: none !important;
    text-decoration: none;
    color: #8d8d8d;
    font-size: 14px; }
  nav.sitenav .phone-menu-bar > a.free-version-menupoint-mobile.active {
    background-color: white;
    color: black; }
  .nav-documentation-li > a {
    display: none !important; }
  .phone-logo {
    display: block;
    font-size: 0;
    margin-left: 5%;
    width: 44px;
    height: 44px;
    background-color: transparent !important; }
    .phone-logo img {
      width: 100%;
      margin-top: 10px; }
  footer {
    background-color: white; }
    footer > ul {
      display: flex;
      width: 100%;
      justify-content: space-between; }
    footer ul a {
      text-decoration: none;
      border-bottom: none;
      line-height: 44px;
      display: block;
      padding-left: 20px;
      padding-right: 20px; }
    footer li {
      display: inline-block; }
  nav.sitenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: transparent; }
    nav.sitenav > ul {
      width: 100% !important;
      margin-top: 45px;
      position: relative;
      z-index: 2; }
    nav.sitenav > ul > li:first-child {
      display: none; }
    nav.sitenav > ul > li {
      background-color: white; }
    nav.sitenav li {
      height: 55px;
      width: 100%;
      display: block;
      border-bottom: 1px solid #e6e6e6;
      text-align: left; }
    nav.sitenav li.submenuparent-li {
      height: auto;
      border-bottom: none; }
    nav.sitenav .submenuparent-li > a {
      border-bottom: 1px solid #e6e6e6; }
    nav.sitenav li a {
      padding-left: 20px;
      font-size: 16px;
      text-decoration: none; }
    nav.sitenav a {
      border-bottom: none;
      line-height: 55px;
      display: block; }
    nav.sitenav a.active {
      background-color: #ededed; }
  .nav-addons-li .submenu {
    display: none; }
  nav.sitenav > ul {
    transform: translateX(100%);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
    opacity: 1;
    height: calc(100vh - 45px);
    background: white; }
  nav.sitenav.show > ul {
    transform: translateX(0);
    opacity: 1; }
  nav.sitenav.show .phone-menu-bar {
    background-color: white; }
  .phone-menu-bar {
    width: 100%;
    height: 46px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid #e6e6e6;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease; } }

nav.sitenav, footer {
  white-space: nowrap;
  z-index: 11; }
  nav.sitenav li, footer li {
    list-style-type: none;
    vertical-align: top; }
  nav.sitenav ul span, footer ul span {
    padding-left: 0; }

footer ul li:last-child a {
  padding-right: 0; }

@media (min-width: 800px) {
  .mobile-menu-button {
    display: none; } }

@media (max-width: 799px) {
  .c-hamburger.mobile-menu-button {
    display: block;
    position: fixed;
    right: 5%;
    top: 12px; } }

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 27px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0s;
  background-color: transparent;
  transform: translateZ(0); }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 9.5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c2c2c2; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  content: ""; }

.c-hamburger span::before {
  top: -7px; }

.c-hamburger span::after {
  bottom: -7px; }

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx span {
  transition: background-color 0s 0s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0s, 0s;
  transition-delay: 0s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform;
  -webkit-transition-property: top, -webkit-transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, -webkit-transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background-color: transparent !important; }

.c-hamburger--htx.is-active span::before {
  transform: rotate(45deg);
  top: 0; }

.c-hamburger--htx.is-active span::after {
  transform: rotate(-45deg);
  bottom: 0; }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0s; }

@media (max-width: 799px) {
  footer ul span {
    display: none; }
  footer ul > li:first-of-type {
    display: none; }
  footer li a {
    padding: 0 !important; }
  .footer-affiliates-link {
    display: none; }
  footer {
    padding-top: 0;
    padding-bottom: 90px; } }

footer {
  border-top: 1px solid #e6e6e6; }

.index-page header .latest-version-o {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px); }
  .index-page header .latest-version-o a {
    color: white; }

.header-websites {
  pointer-events: none;
  display: flex;
  flex-wrap: wrap; }

.left-overlay h1 {
  background: white;
  color: black;
  display: inline; }

@media (orientation: landscape) {
  .header-websites img {
    width: 25%; }
  .index-page header {
    aspect-ratio: 1390 / 588; } }

@media (orientation: portrait) {
  .header-websites img {
    width: 33.33333333333333%; }
  .index-page header {
    aspect-ratio: 755 / 567; } }

.header-video-wrap {
  background-color: whitesmoke;
  height: 100%;
  position: absolute;
  width: 100%; }
  .header-video-wrap video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .header-video-wrap .shadow-backdrop {
    position: absolute;
    pointer-events: none;
    width: 100%;
    bottom: 0;
    height: 400px;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }

.video-overlay {
  text-align: left;
  font-size: 0; }
  .video-overlay > * {
    margin-top: 0;
    /*border-top-left-radius: 20px;
		border-top-right-radius: 20px;*/
    display: inline-block; }

.buy-on-video {
  position: relative;
  background-color: white;
  margin-top: 20px; }

@media (min-width: 1500px) {
  .header-feature-wrap {
    width: 100%; }
  .video-overlay {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 0;
    top: 50%;
    left: 50%; }
  .feature-gridder h2 {
    width: 70%; }
  .feature-gridder p:nth-child(2) {
    padding-right: 70px; }
  .left-overlay h1 {
    font-size: 55px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .video-overlay {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 0;
    top: 50%;
    left: 50%;
    width: 1121px; }
  .header-feature-wrap {
    width: 110%;
    left: -5%; }
  .feature-gridder h2 {
    width: 70%; }
  .feature-gridder p:nth-child(2) {
    padding-right: 70px; } }

@media (min-width: 800px) and (max-width: 1199px) {
  .video-overlay {
    position: absolute;
    left: 5%;
    width: 90%;
    position: absolute;
    transform: translateY(-50%);
    max-width: 1280px;
    top: 50%; } }

.index .header-websites img {
  aspect-ratio: 16 / 9; }

@media (min-width: 800px) {
  .header-websites {
    filter: brightness(0.8); }
  .buy-on-video {
    text-align: right;
    align-self: end; }
  .feature-gridder .feature-image {
    position: relative; }
  .play-video {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  .play-video-icon {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 50%;
    opacity: 0.9; }
  .video-lightbox.show {
    display: block;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .video-lightbox {
    display: none;
    cursor: pointer;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
    .video-lightbox .close {
      cursor: pointer;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px; }
    .video-lightbox video.w100 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 10%;
      width: 80%;
      height: auto; }
    .video-lightbox video.h100 {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 10%;
      height: 80%;
      width: auto; }
    .video-lightbox video {
      cursor: default;
      border-radius: 3px;
      border: 1px solid #e6e6e6; }
  .feature-el-right {
    padding-left: 15px; }
  .feature-el-left {
    padding-right: 15px; }
  .feature:first-child {
    padding-top: 60px; }
  .feature {
    padding-top: 100px; }
  .feature-image-wrap {
    border: 1px solid #e6e6e6;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .feature .text-s {
    position: absolute;
    color: lightgray; }
  ._50-image {
    width: 50%;
    padding: 15px; }
  ._50-image:first-child,
  ._50-image:nth-child(2) {
    padding-top: 0; }
  .fluid-wrap {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
    font-size: 0; }
  .made-with-laytheme,
  .laytheme-addons,
  .latest-tutorials {
    padding-top: 100px; }
  .latest-tutorials .fluid-wrap {
    display: flex; }
  .latest-tutorials .fluid-wrap > a {
    flex: 1; }
  .feature-customizer h2 {
    width: 80%; }
  .feature-webfonts p {
    width: 85%; }
  .features-wrap-phone {
    display: none; }
  .coverphone {
    display: none; } }

@media (max-width: 799px) {
  .left-overlay h1 br {
    display: none; }
  .header-websites {
    filter: brightness(0.8);
    position: absolute; }
  .buy-on-video {
    position: relative;
    margin-top: 20px;
    margin-left: 0; }
  .index-page header {
    aspect-ratio: 755 / 567;
    padding-bottom: 0; }
  .video-overlay {
    position: absolute;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
    top: 50%; }
  .coverphone {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .header-video {
    display: none; }
  .video-lightbox {
    display: none; }
  .index-page .features-wrap {
    display: none; }
  .index-page .features-wrap-phone {
    display: block; }
    .index-page .features-wrap-phone h2 {
      text-align: center;
      display: block; }
  .index-page .feature-image-wrap {
    margin-bottom: 10px; }
  .feature:first-child {
    padding-top: 40px; }
  .feature {
    padding-top: 60px;
    padding-bottom: 60px; }
  .feature-image-wrap {
    border: 1px solid #e6e6e6;
    border-radius: 3px; }
  .features-wrap-phone .feature-image-wrap {
    padding-bottom: 56.25%; }
    .features-wrap-phone .feature-image-wrap img {
      height: auto; }
  .fluid-wrap {
    margin: 0 auto;
    width: 90%;
    font-size: 0; }
  .made-with-laytheme,
  .laytheme-addons,
  .latest-tutorials {
    padding-top: 60px; } }

.index-page header {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .index-page header .video-overlay {
    opacity: 1;
    z-index: 2; }
    .index-page header .video-overlay h2 {
      margin-top: 0.3em;
      margin-bottom: 0.3em;
      max-width: 900px; }
    .index-page header .video-overlay h2:last-of-type {
      margin-bottom: 0; }
  .index-page header h1 {
    display: inline;
    max-width: 900px;
    margin-bottom: 0;
    padding-bottom: 0; }

.header-video {
  position: absolute; }

.header-video.w100 {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto; }

.header-video.h100 {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: auto; }

.feature-image-wrap {
  position: relative;
  padding-bottom: 88.0541%;
  overflow: hidden;
  width: 100%; }
  .feature-image-wrap > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.feature-image-wrap.closed-bottom {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.feature {
  font-size: 0; }
  .feature > * {
    display: inline-block;
    vertical-align: top; }

.made-with-laytheme {
  padding-bottom: 30px; }

img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 200ms ease; }

img.lazyloaded {
  opacity: 1;
  transition: opacity 200ms ease; }

._50-image {
  display: inline-block; }
  ._50-image a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border-bottom: none; }
  ._50-image img {
    width: 100%; }

._50-image figure,
._33-image figure {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #e6e6e6;
  border-top: none;
  overflow: hidden; }

.website.hidden {
  display: none; }

.website .browser-bar {
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 30px;
  padding: 5px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #dcdbdb;
  color: gray; }

.website .circles {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px; }

.website .circles:before {
  left: 17px; }

.website .circles:after {
  left: 34px; }

.website .circles:before,
.website .circles:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  position: absolute; }

.website .browser-url {
  background-color: white;
  padding: 2px;
  line-height: 15px;
  border-radius: 3px;
  overflow: hidden;
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
  text-align: center; }

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jello {
  11.1% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  33.3% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  66.6% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello2 {
  11.1% {
    -webkit-transform: skewY(1.5625deg) skewX(1.5625deg);
    transform: skewY(1.5625deg) skewX(1.5625deg); }
  33.3% {
    -webkit-transform: skewY(-0.78125deg) skewX(-0.78125deg);
    transform: skewY(-0.78125deg) skewX(-0.78125deg); }
  66.6% {
    -webkit-transform: skewY(0.390625deg) skewX(0.390625deg);
    transform: skewY(0.390625deg) skewX(0.390625deg); }
  88.8% {
    -webkit-transform: skewY(-0.1953125deg) skewX(-0.1953125deg);
    transform: skewY(-0.1953125deg) skewX(-0.1953125deg); } }

.website:nth-child(odd):hover {
  -webkit-animation-name: jello2;
  animation-name: jello2;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.website:nth-child(even):hover {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.show-more {
  cursor: pointer; }

.laytheme-addons .download {
  margin-top: 20px; }

.laytheme-addons .download .button-m {
  margin: 10px; }

.laytheme-addons h2 {
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center; }

._33-image,
._25-image {
  display: inline-block; }
  ._33-image img,
  ._25-image img {
    width: 100%; }

.frontpage-addon {
  display: inline-block; }

@media (min-width: 1500px) {
  .button-news svg {
    width: 13px;
    height: 13px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .button-news svg {
    width: 12px;
    height: 12px; } }

@media (min-width: 800px) and (max-width: 1199px) {
  .button-news svg {
    width: 11px;
    height: 11px; } }

@media (max-width: 799px) {
  .button-news svg {
    width: 10px;
    height: 10px; } }

.news-buttons {
  width: 100% !important;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.news-buttons::-webkit-scrollbar {
  display: none; }

.news-buttons-wrap {
  position: relative; }

.side-gradient {
  pointer-events: none;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }

@media (min-width: 800px) {
  .news-buttons .latest-news-text {
    display: inline-block; }
  .news-buttons {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5%;
    padding-right: 5%; }
  .button-news {
    margin: 5px 10px 0 0; } }

@media (max-width: 799px) {
  .news-buttons .latest-news-text {
    display: none; }
  .news-buttons {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%; }
  .button-news {
    margin: 10px 10px 0 0; } }

.news-buttons {
  text-align: left;
  text-align: center; }
  .news-buttons .latest-news-text, .news-buttons .button-news {
    line-height: 1;
    color: #c2c2c2;
    vertical-align: middle; }
  .news-buttons .latest-news-text {
    margin: 5px 10px 0 0; }
  .news-buttons .button-news:last-child {
    margin-right: 0; }
  .news-buttons .button-news {
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    cursor: pointer;
    padding: 10px 10px; }
    .news-buttons .button-news svg {
      transform: rotateZ(90deg);
      transform-origin: center; }
    .news-buttons .button-news svg line {
      stroke: #c2c2c2; }
  .news-buttons .button-news.active {
    color: #8f8f8f;
    border: 1px solid #a9a8a8; }
    .news-buttons .button-news.active svg line {
      stroke: #8f8f8f; }
  .news-buttons .button-news.active svg {
    transform: rotateZ(-90deg); }

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

.news-post.hidden {
  display: none; }

.news-post {
  padding: 30px 0; }
  .news-post h3 {
    margin-top: 0;
    margin-bottom: 0; }
  .news-post p.date {
    margin-top: 0;
    margin-bottom: 20px; }

.below-news-hr {
  display: none; }

.addons form {
  display: inline-block; }

@media (min-width: 1500px) {
  .addons-page a.button-m {
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .addons-page a.button-m {
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px; } }

@media (min-width: 800px) and (max-width: 1199px) {
  .addons-page a.button-m {
    margin-right: 10px;
    margin-top: 0; } }

@media (min-width: 800px) {
  .addons-page {
    padding-top: 100px;
    padding-bottom: 100px; }
  .addons-page .feature:first-child {
    padding-top: 0; } }

@media (max-width: 799px) {
  .addons-page {
    padding-bottom: 60px; }
  .addons-page .feature {
    padding-top: 60px; }
  .addons-page .feature-image-wrap {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 10px; }
  .addons-page .feature-image {
    margin-top: 5px; }
  .addons-page a.button-m {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .single-addon {
    padding-top: 100px;
    padding-bottom: 60px; }
  .single-addon-description {
    padding-bottom: 30px;
    padding-top: 60px; }
  .single-addon-video {
    padding-bottom: 60px; } }

@media (max-width: 799px) {
  .single-addon-description {
    padding-bottom: 30px;
    padding-top: 60px; }
  .single-addon {
    padding-top: 60px;
    padding-bottom: 30px; }
  .single-addon-video {
    padding-bottom: 30px; }
  ._33 {
    margin-top: 3px; } }

.single-addon {
  background-color: whitesmoke; }
  .single-addon h1 {
    text-align: center; }
  .single-addon ._16_9-wrap {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    width: 100%; }
  .single-addon .single-addon-video:last-child {
    padding-bottom: 0; }

.single-addon-description ul {
  padding-left: 1em;
  margin-bottom: 0.8em !important; }

.single-addon-description .headline {
  border-bottom: 1px solid black;
  display: inline-block; }

.single-addon-description figure {
  padding-bottom: 18px; }

.single-addon-description img {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
  max-width: 100%; }

@media (min-width: 800px) {
  .installation-page {
    padding-top: 100px;
    padding-bottom: 100px; }
    .installation-page .w-default {
      padding-top: 100px;
      padding-bottom: 100px; }
  h2.slim {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media (max-width: 799px) {
  .installation-page {
    padding-top: 60px;
    padding-bottom: 60px; }
    .installation-page .w-default {
      padding-top: 60px;
      padding-bottom: 60px; } }

.installation-page .w-default:first-child {
  padding-top: 0; }

.installation-page .w-default:last-child {
  padding-bottom: 0; }

.installation-page h2 {
  text-align: center; }

@media (min-width: 1500px) {
  .w-default {
    width: 1280px; }
  .w-default.buy-now-page {
    width: 1310px; }
  ._33 {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .w-default {
    width: 1121px; }
  .w-default.buy-now-page {
    width: 1154px; }
  ._33 {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 800px) and (max-width: 1199px) {
  .w-default {
    width: 90%; }
  .w-default.buy-now-page {
    width: 90%;
    width: calc(90% + 12px); }
  ._33 {
    padding-left: 6px;
    padding-right: 6px; } }

@media (min-width: 800px) {
  .w-l {
    width: 75%; }
  .w-m {
    width: 50%; }
  ._66 {
    width: 66.66666%; }
  ._66.center {
    margin-left: 16.666666%; }
  ._75 {
    width: 75%; }
  ._75.center {
    margin-left: 12.5%; }
  ._33 {
    width: 33.33333%; }
  ._50.center {
    margin-left: 25%; }
  ._50 {
    width: 50%; }
  ._50:nth-child(odd) {
    padding-right: 30px; }
  ._50:nth-child(even) {
    padding-left: 30px; } }

@media (max-width: 799px) {
  .w-default {
    width: 90%; }
  .w-default.buy-now-page {
    width: 90%; }
  .w-l {
    width: 100%; }
  .w-m {
    width: 100%; }
  ._66 {
    width: 100%; }
  ._75 {
    width: 100%; }
  ._33 {
    width: 100%; }
  ._50 {
    width: 100%; } }

.w-l {
  display: inline-block; }

._16_9-wrap {
  position: relative;
  padding-bottom: 56.25%; }
  ._16_9-wrap > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.w-full {
  width: 100%; }

.w-default {
  margin-left: auto;
  margin-right: auto; }

.default-padding {
  padding-top: 20px;
  padding-bottom: 20px; }

.more-padding {
  padding-top: 20px;
  padding-bottom: 40px; }

.hr {
  height: 1px;
  background-color: #e6e6e6;
  width: 100%;
  margin-top: -1px; }

._50 {
  display: inline-block;
  vertical-align: top; }

._33 {
  display: inline-block;
  vertical-align: top; }

._66 {
  display: inline-block;
  vertical-align: top; }

._75 {
  display: inline-block;
  vertical-align: top; }

.key-input {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: block;
  padding: 0 20px;
  font-family: inherit;
  margin-right: 10px; }

.key-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.5); }

.upgrade-result-wrap {
  margin-top: 60px; }

.key-input-wrap {
  display: inline-flex;
  justify-content: stretch;
  margin: 0 auto;
  padding-top: 30px; }

.buy-header .buy-box-image {
  width: 40%;
  min-width: 150px;
  border: 1px #e6e6e6 solid;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: white; }

.buy-header .buy-box-image::before {
  padding-bottom: 100%;
  content: '';
  display: block; }

.buy-header img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

@media (min-width: 1500px) {
  .buy-list li:before {
    display: inline-block;
    content: '';
    background-size: 20px 18px;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 12px; }
  .buy-special-list,
  .buy-feature-list {
    padding: 15px 30px 15px 45px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .buy-list li:before {
    display: inline-block;
    content: '';
    background-size: 17px 15px;
    width: 17px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: -17px;
    top: 11px; }
  .buy-special-list,
  .buy-feature-list {
    padding: 15px 30px 15px 45px; } }

@media (min-width: 800px) and (max-width: 1199px) {
  .buy-list li:before {
    display: inline-block;
    content: '';
    background-size: 15px 13px;
    width: 15px;
    height: 13px;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: 10px; }
  .buy-special-list,
  .buy-feature-list {
    padding: 15px 20px 15px 35px; } }

@media (min-width: 800px) {
  .q-and-a {
    padding-top: 100px;
    padding-bottom: 100px; }
  .buy-now-page {
    padding-top: 100px;
    padding-bottom: 60px; } }

@media (max-width: 799px) {
  .buy-list li:before {
    display: inline-block;
    content: '';
    background-size: 15px 13px;
    width: 15px;
    height: 13px;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: 10px; }
  .q-and-a {
    padding-top: 60px;
    padding-bottom: 60px; }
  .buy-now-page {
    padding-top: 60px;
    padding-bottom: 60px; }
  .buy-column {
    padding-bottom: 30px; }
  .buy-column:last-child {
    padding-bottom: 0; }
  .buy-special-list,
  .buy-feature-list {
    padding: 15px 20px 15px 35px; } }

.buy-column {
  vertical-align: top; }

@keyframes flash {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.single-license-button.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.buy-now-page h1 {
  text-align: center; }

.buy-list {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px #e6e6e6 solid;
  list-style-type: none; }
  .buy-list .buy-header {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background-color: whitesmoke;
    border-bottom: 1px #e6e6e6 solid; }
    .buy-list .buy-header .pricetag {
      position: relative;
      display: inline-block;
      line-height: 1;
      margin-top: 10px; }
    .buy-list .buy-header span {
      position: absolute;
      left: -18px;
      top: 0; }
  .buy-list li {
    padding: 0.3em 5px;
    list-style-type: none;
    position: relative; }
  .buy-list .buy-feature-list li:before {
    background-image: url(../media/buy-now/check.png); }
  .buy-list .buy-feature-list li:last-child {
    border-bottom-width: 0; }
  .buy-list .buy-special-list {
    border-bottom: 1px #e6e6e6 solid; }
    .buy-list .buy-special-list li:before {
      background-image: url(../media/buy-now/check-green.png); }

.addon-choices-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px #e6e6e6 solid;
  border-right: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
  padding-left: 30px; }

.buy-button-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #e6e6e6 solid;
  border-left: 1px #e6e6e6 solid;
  border-right: 1px #e6e6e6 solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center; }

.addon-choices label,
.addon-choices input {
  vertical-align: middle;
  cursor: pointer;
  display: inline-block; }

.addon-choices label {
  padding-left: 5px; }

.q-and-a {
  background-color: whitesmoke; }
  .q-and-a h1 {
    text-align: center; }
  .q-and-a .answer {
    color: gray; }
    .q-and-a .answer a {
      color: gray;
      border-bottom-color: gray; }

.version-history-page {
  padding-top: 100px;
  padding-bottom: 100px; }
  .version-history-page h2 {
    line-height: 1.3;
    margin-bottom: 0.55em;
    margin-top: 40px;
    border-bottom: 1px solid black;
    display: inline-block;
    white-space: nowrap; }
  .version-history-page h2:first-child {
    margin-top: 0; }

.version-history-page ul li {
  list-style-type: square;
  margin-bottom: 0.3em; }

.version-history-page ul {
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 0.8em; }

.version-history-page ul:last-child {
  margin-bottom: 0; }

.legal-info-page {
  min-height: calc(100vh - 90px);
  padding-top: 100px;
  padding-bottom: 100px; }

@media (min-width: 800px) {
  .getting-started-page {
    padding-top: 100px;
    padding-bottom: 100px; }
    .getting-started-page figure {
      margin-top: 20px;
      margin-bottom: 20px; } }

@media (max-width: 799px) {
  .getting-started-page {
    padding-top: 60px;
    padding-bottom: 60px; }
    .getting-started-page figure {
      margin-top: 10px;
      margin-bottom: 10px; } }

.getting-started-page h1 {
  display: block;
  text-align: center; }

.youtube-links {
  margin-top: 0.8em; }

.getting-started-page ._16_9-wrap {
  border: 1px solid #e6e6e6;
  overflow: hidden; }

.timestamps {
  line-height: 1.3;
  list-style-type: none;
  width: 100%; }

.timestamps li {
  padding-left: 3em;
  position: relative; }
  .timestamps li a {
    position: absolute;
    left: 0;
    top: 0; }

.timestamps a {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  color: #167ac6;
  border-bottom-width: 0;
  margin-right: 3px; }

.timestamps a:hover {
  text-decoration: underline; }

@media (min-width: 800px) {
  .troubleshooting-page {
    padding-bottom: 100px; } }

@media (max-width: 799px) {
  .troubleshooting-page {
    padding-bottom: 60px; } }

.troubleshooting-page h1 {
  text-align: left; }

.troubleshooting-page .anchor {
  display: block;
  border-bottom: none; }

.troubleshooting-page img {
  max-width: 501px;
  width: 100%; }

.multiline-code {
  background-color: whitesmoke;
  display: block;
  padding: 10px 15px; }

@media (min-width: 800px) {
  .affiliates-page {
    padding-top: 100px;
    padding-bottom: 100px; }
    .affiliates-page .w-default {
      padding-top: 100px;
      padding-bottom: 100px; }
  h2.slim {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media (max-width: 799px) {
  .affiliates-page {
    padding-top: 60px;
    padding-bottom: 60px; }
    .affiliates-page .w-default {
      padding-top: 60px;
      padding-bottom: 60px; } }

.newsletter-signup input#submit {
  background-color: white;
  color: black !important; }

input#submit {
  font-weight: 400; }

input[type='email'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media (min-width: 800px) {
  .newsletter-signup .mc-field-group {
    width: 100%; }
  .newsletter-signup input#submit {
    width: 110px; } }

@media (max-width: 799px) {
  .newsletter-signup input#submit {
    width: 80px; }
  .newsletter-signup .mc-field-group {
    width: calc(100% - 90px); }
  .newsletter-signup input[type='email'] {
    font-size: 15px !important; } }

input {
  outline: none; }

.newsletter-signup-inner {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%; }

.newsletter-signup-wrap {
  background-color: whitesmoke; }

p.sign-up-headline {
  text-align: center;
  margin: 26px 0 0 0;
  width: 100%; }

.newsletter-signup {
  padding: 20px 0 30px 0;
  background-color: whitesmoke; }

.newsletter-signup input[type='email'] {
  box-shadow: none;
  text-align: left;
  line-height: 50px;
  height: 50px;
  max-width: 500px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-family: 'Favorit_Light', sans-serif;
  padding: 0 10px;
  flex-grow: 1; }

.newsletter-signup input[type='submit']#submit {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  border-width: 0;
  height: 50px;
  margin-left: 10px;
  font-family: 'Favorit_Light', sans-serif;
  line-height: 50px;
  padding: 0;
  cursor: pointer;
  flex-grow: 0; }

.newsletter-signup ::-webkit-input-placeholder {
  line-height: 50px; }

.newsletter-signup :-moz-placeholder {
  /* Firefox 18- */
  line-height: 50px; }

.newsletter-signup ::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 50px; }

.newsletter-signup :-ms-input-placeholder {
  line-height: 50px; }

.support-button {
  border: 1px solid black;
  padding: 20px 40px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 0; }

.support-button:hover {
  background: rgba(0, 0, 0, 0.05); }

.support-highlight {
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  background-color: #0D6FFD;
  color: white; }
  .support-highlight a {
    color: white; }

@media (max-width: 799px) {
  .support #ajax-container ul {
    padding-left: 17px; } }

.i-understand {
  display: inline-block;
  cursor: pointer;
  margin-right: 0.2em; }
  .i-understand input {
    cursor: pointer;
    vertical-align: middle;
    zoom: 1.5; }

.readfirst {
  border-bottom: 1px solid black;
  display: inline-block; }

.free-version-wrap .buy-list {
  border-bottom-width: 0; }

.free-version-wrap .buy-button-wrap a {
  opacity: 0.2;
  pointer-events: none; }

p.clicktoenable-text {
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 0; }

.free-version-wrap.enable-download .buy-button-wrap a {
  pointer-events: auto;
  opacity: 1; }

.created-w-lt-img {
  border-radius: 10px;
  max-width: 100%;
  width: 250px;
  border: 1px solid #e6e6e6; }

@media (min-width: 800px) {
  .free-version-wrap {
    display: flex;
    justify-content: center; }
  ._33-image.website > h2 {
    margin-bottom: 3px;
    text-align: left;
    margin-top: 10px;
    display: block;
    cursor: default; } }

@media (max-width: 799px) {
  ._33-image.website > h2 {
    margin-bottom: 3px;
    text-align: left;
    margin-top: 0;
    display: block;
    cursor: default; } }

.troubleshooting-page,
.shop-page {
  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ }
  .troubleshooting-page .container-fluid,
  .shop-page .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .troubleshooting-page .row,
  .shop-page .row {
    margin-left: -15px;
    margin-right: -15px; }
  .troubleshooting-page .col-xs-1, .troubleshooting-page .col-sm-1, .troubleshooting-page .col-md-1, .troubleshooting-page .col-lg-1, .troubleshooting-page .col-xs-2, .troubleshooting-page .col-sm-2, .troubleshooting-page .col-md-2, .troubleshooting-page .col-lg-2, .troubleshooting-page .col-xs-3, .troubleshooting-page .col-sm-3, .troubleshooting-page .col-md-3, .troubleshooting-page .col-lg-3, .troubleshooting-page .col-xs-4, .troubleshooting-page .col-sm-4, .troubleshooting-page .col-md-4, .troubleshooting-page .col-lg-4, .troubleshooting-page .col-xs-5, .troubleshooting-page .col-sm-5, .troubleshooting-page .col-md-5, .troubleshooting-page .col-lg-5, .troubleshooting-page .col-xs-6, .troubleshooting-page .col-sm-6, .troubleshooting-page .col-md-6, .troubleshooting-page .col-lg-6, .troubleshooting-page .col-xs-7, .troubleshooting-page .col-sm-7, .troubleshooting-page .col-md-7, .troubleshooting-page .col-lg-7, .troubleshooting-page .col-xs-8, .troubleshooting-page .col-sm-8, .troubleshooting-page .col-md-8, .troubleshooting-page .col-lg-8, .troubleshooting-page .col-xs-9, .troubleshooting-page .col-sm-9, .troubleshooting-page .col-md-9, .troubleshooting-page .col-lg-9, .troubleshooting-page .col-xs-10, .troubleshooting-page .col-sm-10, .troubleshooting-page .col-md-10, .troubleshooting-page .col-lg-10, .troubleshooting-page .col-xs-11, .troubleshooting-page .col-sm-11, .troubleshooting-page .col-md-11, .troubleshooting-page .col-lg-11, .troubleshooting-page .col-xs-12, .troubleshooting-page .col-sm-12, .troubleshooting-page .col-md-12, .troubleshooting-page .col-lg-12,
  .shop-page .col-xs-1,
  .shop-page .col-sm-1,
  .shop-page .col-md-1,
  .shop-page .col-lg-1,
  .shop-page .col-xs-2,
  .shop-page .col-sm-2,
  .shop-page .col-md-2,
  .shop-page .col-lg-2,
  .shop-page .col-xs-3,
  .shop-page .col-sm-3,
  .shop-page .col-md-3,
  .shop-page .col-lg-3,
  .shop-page .col-xs-4,
  .shop-page .col-sm-4,
  .shop-page .col-md-4,
  .shop-page .col-lg-4,
  .shop-page .col-xs-5,
  .shop-page .col-sm-5,
  .shop-page .col-md-5,
  .shop-page .col-lg-5,
  .shop-page .col-xs-6,
  .shop-page .col-sm-6,
  .shop-page .col-md-6,
  .shop-page .col-lg-6,
  .shop-page .col-xs-7,
  .shop-page .col-sm-7,
  .shop-page .col-md-7,
  .shop-page .col-lg-7,
  .shop-page .col-xs-8,
  .shop-page .col-sm-8,
  .shop-page .col-md-8,
  .shop-page .col-lg-8,
  .shop-page .col-xs-9,
  .shop-page .col-sm-9,
  .shop-page .col-md-9,
  .shop-page .col-lg-9,
  .shop-page .col-xs-10,
  .shop-page .col-sm-10,
  .shop-page .col-md-10,
  .shop-page .col-lg-10,
  .shop-page .col-xs-11,
  .shop-page .col-sm-11,
  .shop-page .col-md-11,
  .shop-page .col-lg-11,
  .shop-page .col-xs-12,
  .shop-page .col-sm-12,
  .shop-page .col-md-12,
  .shop-page .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .troubleshooting-page .col-xs-1, .troubleshooting-page .col-xs-2, .troubleshooting-page .col-xs-3, .troubleshooting-page .col-xs-4, .troubleshooting-page .col-xs-5, .troubleshooting-page .col-xs-6, .troubleshooting-page .col-xs-7, .troubleshooting-page .col-xs-8, .troubleshooting-page .col-xs-9, .troubleshooting-page .col-xs-10, .troubleshooting-page .col-xs-11, .troubleshooting-page .col-xs-12,
  .shop-page .col-xs-1,
  .shop-page .col-xs-2,
  .shop-page .col-xs-3,
  .shop-page .col-xs-4,
  .shop-page .col-xs-5,
  .shop-page .col-xs-6,
  .shop-page .col-xs-7,
  .shop-page .col-xs-8,
  .shop-page .col-xs-9,
  .shop-page .col-xs-10,
  .shop-page .col-xs-11,
  .shop-page .col-xs-12 {
    float: left; }
  .troubleshooting-page .col-xs-12,
  .shop-page .col-xs-12 {
    width: 100%; }
  .troubleshooting-page .col-xs-11,
  .shop-page .col-xs-11 {
    width: 91.66666667%; }
  .troubleshooting-page .col-xs-10,
  .shop-page .col-xs-10 {
    width: 83.33333333%; }
  .troubleshooting-page .col-xs-9,
  .shop-page .col-xs-9 {
    width: 75%; }
  .troubleshooting-page .col-xs-8,
  .shop-page .col-xs-8 {
    width: 66.66666667%; }
  .troubleshooting-page .col-xs-7,
  .shop-page .col-xs-7 {
    width: 58.33333333%; }
  .troubleshooting-page .col-xs-6,
  .shop-page .col-xs-6 {
    width: 50%; }
  .troubleshooting-page .col-xs-5,
  .shop-page .col-xs-5 {
    width: 41.66666667%; }
  .troubleshooting-page .col-xs-4,
  .shop-page .col-xs-4 {
    width: 33.33333333%; }
  .troubleshooting-page .col-xs-3,
  .shop-page .col-xs-3 {
    width: 25%; }
  .troubleshooting-page .col-xs-2,
  .shop-page .col-xs-2 {
    width: 16.66666667%; }
  .troubleshooting-page .col-xs-1,
  .shop-page .col-xs-1 {
    width: 8.33333333%; }
  .troubleshooting-page .col-xs-pull-12,
  .shop-page .col-xs-pull-12 {
    right: 100%; }
  .troubleshooting-page .col-xs-pull-11,
  .shop-page .col-xs-pull-11 {
    right: 91.66666667%; }
  .troubleshooting-page .col-xs-pull-10,
  .shop-page .col-xs-pull-10 {
    right: 83.33333333%; }
  .troubleshooting-page .col-xs-pull-9,
  .shop-page .col-xs-pull-9 {
    right: 75%; }
  .troubleshooting-page .col-xs-pull-8,
  .shop-page .col-xs-pull-8 {
    right: 66.66666667%; }
  .troubleshooting-page .col-xs-pull-7,
  .shop-page .col-xs-pull-7 {
    right: 58.33333333%; }
  .troubleshooting-page .col-xs-pull-6,
  .shop-page .col-xs-pull-6 {
    right: 50%; }
  .troubleshooting-page .col-xs-pull-5,
  .shop-page .col-xs-pull-5 {
    right: 41.66666667%; }
  .troubleshooting-page .col-xs-pull-4,
  .shop-page .col-xs-pull-4 {
    right: 33.33333333%; }
  .troubleshooting-page .col-xs-pull-3,
  .shop-page .col-xs-pull-3 {
    right: 25%; }
  .troubleshooting-page .col-xs-pull-2,
  .shop-page .col-xs-pull-2 {
    right: 16.66666667%; }
  .troubleshooting-page .col-xs-pull-1,
  .shop-page .col-xs-pull-1 {
    right: 8.33333333%; }
  .troubleshooting-page .col-xs-pull-0,
  .shop-page .col-xs-pull-0 {
    right: auto; }
  .troubleshooting-page .col-xs-push-12,
  .shop-page .col-xs-push-12 {
    left: 100%; }
  .troubleshooting-page .col-xs-push-11,
  .shop-page .col-xs-push-11 {
    left: 91.66666667%; }
  .troubleshooting-page .col-xs-push-10,
  .shop-page .col-xs-push-10 {
    left: 83.33333333%; }
  .troubleshooting-page .col-xs-push-9,
  .shop-page .col-xs-push-9 {
    left: 75%; }
  .troubleshooting-page .col-xs-push-8,
  .shop-page .col-xs-push-8 {
    left: 66.66666667%; }
  .troubleshooting-page .col-xs-push-7,
  .shop-page .col-xs-push-7 {
    left: 58.33333333%; }
  .troubleshooting-page .col-xs-push-6,
  .shop-page .col-xs-push-6 {
    left: 50%; }
  .troubleshooting-page .col-xs-push-5,
  .shop-page .col-xs-push-5 {
    left: 41.66666667%; }
  .troubleshooting-page .col-xs-push-4,
  .shop-page .col-xs-push-4 {
    left: 33.33333333%; }
  .troubleshooting-page .col-xs-push-3,
  .shop-page .col-xs-push-3 {
    left: 25%; }
  .troubleshooting-page .col-xs-push-2,
  .shop-page .col-xs-push-2 {
    left: 16.66666667%; }
  .troubleshooting-page .col-xs-push-1,
  .shop-page .col-xs-push-1 {
    left: 8.33333333%; }
  .troubleshooting-page .col-xs-push-0,
  .shop-page .col-xs-push-0 {
    left: auto; }
  .troubleshooting-page .col-xs-offset-12,
  .shop-page .col-xs-offset-12 {
    margin-left: 100%; }
  .troubleshooting-page .col-xs-offset-11,
  .shop-page .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .troubleshooting-page .col-xs-offset-10,
  .shop-page .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .troubleshooting-page .col-xs-offset-9,
  .shop-page .col-xs-offset-9 {
    margin-left: 75%; }
  .troubleshooting-page .col-xs-offset-8,
  .shop-page .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .troubleshooting-page .col-xs-offset-7,
  .shop-page .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .troubleshooting-page .col-xs-offset-6,
  .shop-page .col-xs-offset-6 {
    margin-left: 50%; }
  .troubleshooting-page .col-xs-offset-5,
  .shop-page .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .troubleshooting-page .col-xs-offset-4,
  .shop-page .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .troubleshooting-page .col-xs-offset-3,
  .shop-page .col-xs-offset-3 {
    margin-left: 25%; }
  .troubleshooting-page .col-xs-offset-2,
  .shop-page .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .troubleshooting-page .col-xs-offset-1,
  .shop-page .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .troubleshooting-page .col-xs-offset-0,
  .shop-page .col-xs-offset-0 {
    margin-left: 0%; }
  @media (min-width: 768px) {
    .troubleshooting-page .col-sm-1, .troubleshooting-page .col-sm-2, .troubleshooting-page .col-sm-3, .troubleshooting-page .col-sm-4, .troubleshooting-page .col-sm-5, .troubleshooting-page .col-sm-6, .troubleshooting-page .col-sm-7, .troubleshooting-page .col-sm-8, .troubleshooting-page .col-sm-9, .troubleshooting-page .col-sm-10, .troubleshooting-page .col-sm-11, .troubleshooting-page .col-sm-12,
    .shop-page .col-sm-1,
    .shop-page .col-sm-2,
    .shop-page .col-sm-3,
    .shop-page .col-sm-4,
    .shop-page .col-sm-5,
    .shop-page .col-sm-6,
    .shop-page .col-sm-7,
    .shop-page .col-sm-8,
    .shop-page .col-sm-9,
    .shop-page .col-sm-10,
    .shop-page .col-sm-11,
    .shop-page .col-sm-12 {
      float: left; }
    .troubleshooting-page .col-sm-12,
    .shop-page .col-sm-12 {
      width: 100%; }
    .troubleshooting-page .col-sm-11,
    .shop-page .col-sm-11 {
      width: 91.66666667%; }
    .troubleshooting-page .col-sm-10,
    .shop-page .col-sm-10 {
      width: 83.33333333%; }
    .troubleshooting-page .col-sm-9,
    .shop-page .col-sm-9 {
      width: 75%; }
    .troubleshooting-page .col-sm-8,
    .shop-page .col-sm-8 {
      width: 66.66666667%; }
    .troubleshooting-page .col-sm-7,
    .shop-page .col-sm-7 {
      width: 58.33333333%; }
    .troubleshooting-page .col-sm-6,
    .shop-page .col-sm-6 {
      width: 50%; }
    .troubleshooting-page .col-sm-5,
    .shop-page .col-sm-5 {
      width: 41.66666667%; }
    .troubleshooting-page .col-sm-4,
    .shop-page .col-sm-4 {
      width: 33.33333333%; }
    .troubleshooting-page .col-sm-3,
    .shop-page .col-sm-3 {
      width: 25%; }
    .troubleshooting-page .col-sm-2,
    .shop-page .col-sm-2 {
      width: 16.66666667%; }
    .troubleshooting-page .col-sm-1,
    .shop-page .col-sm-1 {
      width: 8.33333333%; }
    .troubleshooting-page .col-sm-pull-12,
    .shop-page .col-sm-pull-12 {
      right: 100%; }
    .troubleshooting-page .col-sm-pull-11,
    .shop-page .col-sm-pull-11 {
      right: 91.66666667%; }
    .troubleshooting-page .col-sm-pull-10,
    .shop-page .col-sm-pull-10 {
      right: 83.33333333%; }
    .troubleshooting-page .col-sm-pull-9,
    .shop-page .col-sm-pull-9 {
      right: 75%; }
    .troubleshooting-page .col-sm-pull-8,
    .shop-page .col-sm-pull-8 {
      right: 66.66666667%; }
    .troubleshooting-page .col-sm-pull-7,
    .shop-page .col-sm-pull-7 {
      right: 58.33333333%; }
    .troubleshooting-page .col-sm-pull-6,
    .shop-page .col-sm-pull-6 {
      right: 50%; }
    .troubleshooting-page .col-sm-pull-5,
    .shop-page .col-sm-pull-5 {
      right: 41.66666667%; }
    .troubleshooting-page .col-sm-pull-4,
    .shop-page .col-sm-pull-4 {
      right: 33.33333333%; }
    .troubleshooting-page .col-sm-pull-3,
    .shop-page .col-sm-pull-3 {
      right: 25%; }
    .troubleshooting-page .col-sm-pull-2,
    .shop-page .col-sm-pull-2 {
      right: 16.66666667%; }
    .troubleshooting-page .col-sm-pull-1,
    .shop-page .col-sm-pull-1 {
      right: 8.33333333%; }
    .troubleshooting-page .col-sm-pull-0,
    .shop-page .col-sm-pull-0 {
      right: auto; }
    .troubleshooting-page .col-sm-push-12,
    .shop-page .col-sm-push-12 {
      left: 100%; }
    .troubleshooting-page .col-sm-push-11,
    .shop-page .col-sm-push-11 {
      left: 91.66666667%; }
    .troubleshooting-page .col-sm-push-10,
    .shop-page .col-sm-push-10 {
      left: 83.33333333%; }
    .troubleshooting-page .col-sm-push-9,
    .shop-page .col-sm-push-9 {
      left: 75%; }
    .troubleshooting-page .col-sm-push-8,
    .shop-page .col-sm-push-8 {
      left: 66.66666667%; }
    .troubleshooting-page .col-sm-push-7,
    .shop-page .col-sm-push-7 {
      left: 58.33333333%; }
    .troubleshooting-page .col-sm-push-6,
    .shop-page .col-sm-push-6 {
      left: 50%; }
    .troubleshooting-page .col-sm-push-5,
    .shop-page .col-sm-push-5 {
      left: 41.66666667%; }
    .troubleshooting-page .col-sm-push-4,
    .shop-page .col-sm-push-4 {
      left: 33.33333333%; }
    .troubleshooting-page .col-sm-push-3,
    .shop-page .col-sm-push-3 {
      left: 25%; }
    .troubleshooting-page .col-sm-push-2,
    .shop-page .col-sm-push-2 {
      left: 16.66666667%; }
    .troubleshooting-page .col-sm-push-1,
    .shop-page .col-sm-push-1 {
      left: 8.33333333%; }
    .troubleshooting-page .col-sm-push-0,
    .shop-page .col-sm-push-0 {
      left: auto; }
    .troubleshooting-page .col-sm-offset-12,
    .shop-page .col-sm-offset-12 {
      margin-left: 100%; }
    .troubleshooting-page .col-sm-offset-11,
    .shop-page .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    .troubleshooting-page .col-sm-offset-10,
    .shop-page .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    .troubleshooting-page .col-sm-offset-9,
    .shop-page .col-sm-offset-9 {
      margin-left: 75%; }
    .troubleshooting-page .col-sm-offset-8,
    .shop-page .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    .troubleshooting-page .col-sm-offset-7,
    .shop-page .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    .troubleshooting-page .col-sm-offset-6,
    .shop-page .col-sm-offset-6 {
      margin-left: 50%; }
    .troubleshooting-page .col-sm-offset-5,
    .shop-page .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    .troubleshooting-page .col-sm-offset-4,
    .shop-page .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    .troubleshooting-page .col-sm-offset-3,
    .shop-page .col-sm-offset-3 {
      margin-left: 25%; }
    .troubleshooting-page .col-sm-offset-2,
    .shop-page .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    .troubleshooting-page .col-sm-offset-1,
    .shop-page .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    .troubleshooting-page .col-sm-offset-0,
    .shop-page .col-sm-offset-0 {
      margin-left: 0%; } }
  @media (min-width: 800px) {
    .troubleshooting-page .col-md-1, .troubleshooting-page .col-md-2, .troubleshooting-page .col-md-3, .troubleshooting-page .col-md-4, .troubleshooting-page .col-md-5, .troubleshooting-page .col-md-6, .troubleshooting-page .col-md-7, .troubleshooting-page .col-md-8, .troubleshooting-page .col-md-9, .troubleshooting-page .col-md-10, .troubleshooting-page .col-md-11, .troubleshooting-page .col-md-12,
    .shop-page .col-md-1,
    .shop-page .col-md-2,
    .shop-page .col-md-3,
    .shop-page .col-md-4,
    .shop-page .col-md-5,
    .shop-page .col-md-6,
    .shop-page .col-md-7,
    .shop-page .col-md-8,
    .shop-page .col-md-9,
    .shop-page .col-md-10,
    .shop-page .col-md-11,
    .shop-page .col-md-12 {
      float: left; }
    .troubleshooting-page .col-md-12,
    .shop-page .col-md-12 {
      width: 100%; }
    .troubleshooting-page .col-md-11,
    .shop-page .col-md-11 {
      width: 91.66666667%; }
    .troubleshooting-page .col-md-10,
    .shop-page .col-md-10 {
      width: 83.33333333%; }
    .troubleshooting-page .col-md-9,
    .shop-page .col-md-9 {
      width: 75%; }
    .troubleshooting-page .col-md-8,
    .shop-page .col-md-8 {
      width: 66.66666667%; }
    .troubleshooting-page .col-md-7,
    .shop-page .col-md-7 {
      width: 58.33333333%; }
    .troubleshooting-page .col-md-6,
    .shop-page .col-md-6 {
      width: 50%; }
    .troubleshooting-page .col-md-5,
    .shop-page .col-md-5 {
      width: 41.66666667%; }
    .troubleshooting-page .col-md-4,
    .shop-page .col-md-4 {
      width: 33.33333333%; }
    .troubleshooting-page .col-md-3,
    .shop-page .col-md-3 {
      width: 25%; }
    .troubleshooting-page .col-md-2,
    .shop-page .col-md-2 {
      width: 16.66666667%; }
    .troubleshooting-page .col-md-1,
    .shop-page .col-md-1 {
      width: 8.33333333%; }
    .troubleshooting-page .col-md-pull-12,
    .shop-page .col-md-pull-12 {
      right: 100%; }
    .troubleshooting-page .col-md-pull-11,
    .shop-page .col-md-pull-11 {
      right: 91.66666667%; }
    .troubleshooting-page .col-md-pull-10,
    .shop-page .col-md-pull-10 {
      right: 83.33333333%; }
    .troubleshooting-page .col-md-pull-9,
    .shop-page .col-md-pull-9 {
      right: 75%; }
    .troubleshooting-page .col-md-pull-8,
    .shop-page .col-md-pull-8 {
      right: 66.66666667%; }
    .troubleshooting-page .col-md-pull-7,
    .shop-page .col-md-pull-7 {
      right: 58.33333333%; }
    .troubleshooting-page .col-md-pull-6,
    .shop-page .col-md-pull-6 {
      right: 50%; }
    .troubleshooting-page .col-md-pull-5,
    .shop-page .col-md-pull-5 {
      right: 41.66666667%; }
    .troubleshooting-page .col-md-pull-4,
    .shop-page .col-md-pull-4 {
      right: 33.33333333%; }
    .troubleshooting-page .col-md-pull-3,
    .shop-page .col-md-pull-3 {
      right: 25%; }
    .troubleshooting-page .col-md-pull-2,
    .shop-page .col-md-pull-2 {
      right: 16.66666667%; }
    .troubleshooting-page .col-md-pull-1,
    .shop-page .col-md-pull-1 {
      right: 8.33333333%; }
    .troubleshooting-page .col-md-pull-0,
    .shop-page .col-md-pull-0 {
      right: auto; }
    .troubleshooting-page .col-md-push-12,
    .shop-page .col-md-push-12 {
      left: 100%; }
    .troubleshooting-page .col-md-push-11,
    .shop-page .col-md-push-11 {
      left: 91.66666667%; }
    .troubleshooting-page .col-md-push-10,
    .shop-page .col-md-push-10 {
      left: 83.33333333%; }
    .troubleshooting-page .col-md-push-9,
    .shop-page .col-md-push-9 {
      left: 75%; }
    .troubleshooting-page .col-md-push-8,
    .shop-page .col-md-push-8 {
      left: 66.66666667%; }
    .troubleshooting-page .col-md-push-7,
    .shop-page .col-md-push-7 {
      left: 58.33333333%; }
    .troubleshooting-page .col-md-push-6,
    .shop-page .col-md-push-6 {
      left: 50%; }
    .troubleshooting-page .col-md-push-5,
    .shop-page .col-md-push-5 {
      left: 41.66666667%; }
    .troubleshooting-page .col-md-push-4,
    .shop-page .col-md-push-4 {
      left: 33.33333333%; }
    .troubleshooting-page .col-md-push-3,
    .shop-page .col-md-push-3 {
      left: 25%; }
    .troubleshooting-page .col-md-push-2,
    .shop-page .col-md-push-2 {
      left: 16.66666667%; }
    .troubleshooting-page .col-md-push-1,
    .shop-page .col-md-push-1 {
      left: 8.33333333%; }
    .troubleshooting-page .col-md-push-0,
    .shop-page .col-md-push-0 {
      left: auto; }
    .troubleshooting-page .col-md-offset-12,
    .shop-page .col-md-offset-12 {
      margin-left: 100%; }
    .troubleshooting-page .col-md-offset-11,
    .shop-page .col-md-offset-11 {
      margin-left: 91.66666667%; }
    .troubleshooting-page .col-md-offset-10,
    .shop-page .col-md-offset-10 {
      margin-left: 83.33333333%; }
    .troubleshooting-page .col-md-offset-9,
    .shop-page .col-md-offset-9 {
      margin-left: 75%; }
    .troubleshooting-page .col-md-offset-8,
    .shop-page .col-md-offset-8 {
      margin-left: 66.66666667%; }
    .troubleshooting-page .col-md-offset-7,
    .shop-page .col-md-offset-7 {
      margin-left: 58.33333333%; }
    .troubleshooting-page .col-md-offset-6,
    .shop-page .col-md-offset-6 {
      margin-left: 50%; }
    .troubleshooting-page .col-md-offset-5,
    .shop-page .col-md-offset-5 {
      margin-left: 41.66666667%; }
    .troubleshooting-page .col-md-offset-4,
    .shop-page .col-md-offset-4 {
      margin-left: 33.33333333%; }
    .troubleshooting-page .col-md-offset-3,
    .shop-page .col-md-offset-3 {
      margin-left: 25%; }
    .troubleshooting-page .col-md-offset-2,
    .shop-page .col-md-offset-2 {
      margin-left: 16.66666667%; }
    .troubleshooting-page .col-md-offset-1,
    .shop-page .col-md-offset-1 {
      margin-left: 8.33333333%; }
    .troubleshooting-page .col-md-offset-0,
    .shop-page .col-md-offset-0 {
      margin-left: 0%; } }
  @media (min-width: 1200px) {
    .troubleshooting-page .col-lg-1, .troubleshooting-page .col-lg-2, .troubleshooting-page .col-lg-3, .troubleshooting-page .col-lg-4, .troubleshooting-page .col-lg-5, .troubleshooting-page .col-lg-6, .troubleshooting-page .col-lg-7, .troubleshooting-page .col-lg-8, .troubleshooting-page .col-lg-9, .troubleshooting-page .col-lg-10, .troubleshooting-page .col-lg-11, .troubleshooting-page .col-lg-12,
    .shop-page .col-lg-1,
    .shop-page .col-lg-2,
    .shop-page .col-lg-3,
    .shop-page .col-lg-4,
    .shop-page .col-lg-5,
    .shop-page .col-lg-6,
    .shop-page .col-lg-7,
    .shop-page .col-lg-8,
    .shop-page .col-lg-9,
    .shop-page .col-lg-10,
    .shop-page .col-lg-11,
    .shop-page .col-lg-12 {
      float: left; }
    .troubleshooting-page .col-lg-12,
    .shop-page .col-lg-12 {
      width: 100%; }
    .troubleshooting-page .col-lg-11,
    .shop-page .col-lg-11 {
      width: 91.66666667%; }
    .troubleshooting-page .col-lg-10,
    .shop-page .col-lg-10 {
      width: 83.33333333%; }
    .troubleshooting-page .col-lg-9,
    .shop-page .col-lg-9 {
      width: 75%; }
    .troubleshooting-page .col-lg-8,
    .shop-page .col-lg-8 {
      width: 66.66666667%; }
    .troubleshooting-page .col-lg-7,
    .shop-page .col-lg-7 {
      width: 58.33333333%; }
    .troubleshooting-page .col-lg-6,
    .shop-page .col-lg-6 {
      width: 50%; }
    .troubleshooting-page .col-lg-5,
    .shop-page .col-lg-5 {
      width: 41.66666667%; }
    .troubleshooting-page .col-lg-4,
    .shop-page .col-lg-4 {
      width: 33.33333333%; }
    .troubleshooting-page .col-lg-3,
    .shop-page .col-lg-3 {
      width: 25%; }
    .troubleshooting-page .col-lg-2,
    .shop-page .col-lg-2 {
      width: 16.66666667%; }
    .troubleshooting-page .col-lg-1,
    .shop-page .col-lg-1 {
      width: 8.33333333%; }
    .troubleshooting-page .col-lg-pull-12,
    .shop-page .col-lg-pull-12 {
      right: 100%; }
    .troubleshooting-page .col-lg-pull-11,
    .shop-page .col-lg-pull-11 {
      right: 91.66666667%; }
    .troubleshooting-page .col-lg-pull-10,
    .shop-page .col-lg-pull-10 {
      right: 83.33333333%; }
    .troubleshooting-page .col-lg-pull-9,
    .shop-page .col-lg-pull-9 {
      right: 75%; }
    .troubleshooting-page .col-lg-pull-8,
    .shop-page .col-lg-pull-8 {
      right: 66.66666667%; }
    .troubleshooting-page .col-lg-pull-7,
    .shop-page .col-lg-pull-7 {
      right: 58.33333333%; }
    .troubleshooting-page .col-lg-pull-6,
    .shop-page .col-lg-pull-6 {
      right: 50%; }
    .troubleshooting-page .col-lg-pull-5,
    .shop-page .col-lg-pull-5 {
      right: 41.66666667%; }
    .troubleshooting-page .col-lg-pull-4,
    .shop-page .col-lg-pull-4 {
      right: 33.33333333%; }
    .troubleshooting-page .col-lg-pull-3,
    .shop-page .col-lg-pull-3 {
      right: 25%; }
    .troubleshooting-page .col-lg-pull-2,
    .shop-page .col-lg-pull-2 {
      right: 16.66666667%; }
    .troubleshooting-page .col-lg-pull-1,
    .shop-page .col-lg-pull-1 {
      right: 8.33333333%; }
    .troubleshooting-page .col-lg-pull-0,
    .shop-page .col-lg-pull-0 {
      right: auto; }
    .troubleshooting-page .col-lg-push-12,
    .shop-page .col-lg-push-12 {
      left: 100%; }
    .troubleshooting-page .col-lg-push-11,
    .shop-page .col-lg-push-11 {
      left: 91.66666667%; }
    .troubleshooting-page .col-lg-push-10,
    .shop-page .col-lg-push-10 {
      left: 83.33333333%; }
    .troubleshooting-page .col-lg-push-9,
    .shop-page .col-lg-push-9 {
      left: 75%; }
    .troubleshooting-page .col-lg-push-8,
    .shop-page .col-lg-push-8 {
      left: 66.66666667%; }
    .troubleshooting-page .col-lg-push-7,
    .shop-page .col-lg-push-7 {
      left: 58.33333333%; }
    .troubleshooting-page .col-lg-push-6,
    .shop-page .col-lg-push-6 {
      left: 50%; }
    .troubleshooting-page .col-lg-push-5,
    .shop-page .col-lg-push-5 {
      left: 41.66666667%; }
    .troubleshooting-page .col-lg-push-4,
    .shop-page .col-lg-push-4 {
      left: 33.33333333%; }
    .troubleshooting-page .col-lg-push-3,
    .shop-page .col-lg-push-3 {
      left: 25%; }
    .troubleshooting-page .col-lg-push-2,
    .shop-page .col-lg-push-2 {
      left: 16.66666667%; }
    .troubleshooting-page .col-lg-push-1,
    .shop-page .col-lg-push-1 {
      left: 8.33333333%; }
    .troubleshooting-page .col-lg-push-0,
    .shop-page .col-lg-push-0 {
      left: auto; }
    .troubleshooting-page .col-lg-offset-12,
    .shop-page .col-lg-offset-12 {
      margin-left: 100%; }
    .troubleshooting-page .col-lg-offset-11,
    .shop-page .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    .troubleshooting-page .col-lg-offset-10,
    .shop-page .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    .troubleshooting-page .col-lg-offset-9,
    .shop-page .col-lg-offset-9 {
      margin-left: 75%; }
    .troubleshooting-page .col-lg-offset-8,
    .shop-page .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    .troubleshooting-page .col-lg-offset-7,
    .shop-page .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    .troubleshooting-page .col-lg-offset-6,
    .shop-page .col-lg-offset-6 {
      margin-left: 50%; }
    .troubleshooting-page .col-lg-offset-5,
    .shop-page .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    .troubleshooting-page .col-lg-offset-4,
    .shop-page .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    .troubleshooting-page .col-lg-offset-3,
    .shop-page .col-lg-offset-3 {
      margin-left: 25%; }
    .troubleshooting-page .col-lg-offset-2,
    .shop-page .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    .troubleshooting-page .col-lg-offset-1,
    .shop-page .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    .troubleshooting-page .col-lg-offset-0,
    .shop-page .col-lg-offset-0 {
      margin-left: 0%; } }
  .troubleshooting-page .nav,
  .shop-page .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .troubleshooting-page .nav > li,
  .shop-page .nav > li {
    position: relative;
    display: block; }
  .troubleshooting-page .nav > li > a,
  .shop-page .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
  .troubleshooting-page .nav > li > a:hover,
  .troubleshooting-page .nav > li > a:focus,
  .shop-page .nav > li > a:hover,
  .shop-page .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
  .troubleshooting-page .nav > li.disabled > a,
  .shop-page .nav > li.disabled > a {
    color: #777777; }
  .troubleshooting-page .nav > li.disabled > a:hover,
  .troubleshooting-page .nav > li.disabled > a:focus,
  .shop-page .nav > li.disabled > a:hover,
  .shop-page .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
  .troubleshooting-page .nav .open > a,
  .troubleshooting-page .nav .open > a:hover,
  .troubleshooting-page .nav .open > a:focus,
  .shop-page .nav .open > a,
  .shop-page .nav .open > a:hover,
  .shop-page .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .troubleshooting-page .nav .nav-divider,
  .shop-page .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .troubleshooting-page .nav > li > a > img,
  .shop-page .nav > li > a > img {
    max-width: none; }
  .troubleshooting-page .nav-tabs,
  .shop-page .nav-tabs {
    border-bottom: 1px solid #dddddd; }
  .troubleshooting-page .nav-tabs > li,
  .shop-page .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
  .troubleshooting-page .nav-tabs > li > a,
  .shop-page .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
  .troubleshooting-page .nav-tabs > li > a:hover,
  .shop-page .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd; }
  .troubleshooting-page .nav-tabs > li.active > a,
  .troubleshooting-page .nav-tabs > li.active > a:hover,
  .troubleshooting-page .nav-tabs > li.active > a:focus,
  .shop-page .nav-tabs > li.active > a,
  .shop-page .nav-tabs > li.active > a:hover,
  .shop-page .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default; }
  .troubleshooting-page .nav-tabs.nav-justified,
  .shop-page .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0; }
  .troubleshooting-page .nav-tabs.nav-justified > li,
  .shop-page .nav-tabs.nav-justified > li {
    float: none; }
  .troubleshooting-page .nav-tabs.nav-justified > li > a,
  .shop-page .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
  .troubleshooting-page .nav-tabs.nav-justified > .dropdown .dropdown-menu,
  .shop-page .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .troubleshooting-page .nav-tabs.nav-justified > li,
    .shop-page .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
    .troubleshooting-page .nav-tabs.nav-justified > li > a,
    .shop-page .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }
  .troubleshooting-page .nav-tabs.nav-justified > li > a,
  .shop-page .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .troubleshooting-page .nav-tabs.nav-justified > .active > a,
  .troubleshooting-page .nav-tabs.nav-justified > .active > a:hover,
  .troubleshooting-page .nav-tabs.nav-justified > .active > a:focus,
  .shop-page .nav-tabs.nav-justified > .active > a,
  .shop-page .nav-tabs.nav-justified > .active > a:hover,
  .shop-page .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .troubleshooting-page .nav-tabs.nav-justified > li > a,
    .shop-page .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0; }
    .troubleshooting-page .nav-tabs.nav-justified > .active > a,
    .troubleshooting-page .nav-tabs.nav-justified > .active > a:hover,
    .troubleshooting-page .nav-tabs.nav-justified > .active > a:focus,
    .shop-page .nav-tabs.nav-justified > .active > a,
    .shop-page .nav-tabs.nav-justified > .active > a:hover,
    .shop-page .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #ffffff; } }
  .troubleshooting-page .nav-pills > li,
  .shop-page .nav-pills > li {
    float: left; }
  .troubleshooting-page .nav-pills > li > a,
  .shop-page .nav-pills > li > a {
    border-radius: 4px; }
  .troubleshooting-page .nav-pills > li + li,
  .shop-page .nav-pills > li + li {
    margin-left: 2px; }
  .troubleshooting-page .nav-pills > li.active > a,
  .troubleshooting-page .nav-pills > li.active > a:hover,
  .troubleshooting-page .nav-pills > li.active > a:focus,
  .shop-page .nav-pills > li.active > a,
  .shop-page .nav-pills > li.active > a:hover,
  .shop-page .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #337ab7; }
  .troubleshooting-page .nav-stacked > li,
  .shop-page .nav-stacked > li {
    float: none; }
  .troubleshooting-page .nav-stacked > li + li,
  .shop-page .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
  .troubleshooting-page .nav-justified,
  .shop-page .nav-justified {
    width: 100%; }
  .troubleshooting-page .nav-justified > li,
  .shop-page .nav-justified > li {
    float: none; }
  .troubleshooting-page .nav-justified > li > a,
  .shop-page .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
  .troubleshooting-page .nav-justified > .dropdown .dropdown-menu,
  .shop-page .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .troubleshooting-page .nav-justified > li,
    .shop-page .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .troubleshooting-page .nav-justified > li > a,
    .shop-page .nav-justified > li > a {
      margin-bottom: 0; } }
  .troubleshooting-page .nav-tabs-justified,
  .shop-page .nav-tabs-justified {
    border-bottom: 0; }
  .troubleshooting-page .nav-tabs-justified > li > a,
  .shop-page .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .troubleshooting-page .nav-tabs-justified > .active > a,
  .troubleshooting-page .nav-tabs-justified > .active > a:hover,
  .troubleshooting-page .nav-tabs-justified > .active > a:focus,
  .shop-page .nav-tabs-justified > .active > a,
  .shop-page .nav-tabs-justified > .active > a:hover,
  .shop-page .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .troubleshooting-page .nav-tabs-justified > li > a,
    .shop-page .nav-tabs-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0; }
    .troubleshooting-page .nav-tabs-justified > .active > a,
    .troubleshooting-page .nav-tabs-justified > .active > a:hover,
    .troubleshooting-page .nav-tabs-justified > .active > a:focus,
    .shop-page .nav-tabs-justified > .active > a,
    .shop-page .nav-tabs-justified > .active > a:hover,
    .shop-page .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #ffffff; } }
  .troubleshooting-page .tab-content > .tab-pane,
  .shop-page .tab-content > .tab-pane {
    display: none; }
  .troubleshooting-page .tab-content > .active,
  .shop-page .tab-content > .active {
    display: block; }
  .troubleshooting-page .nav-tabs .dropdown-menu,
  .shop-page .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .troubleshooting-page .clearfix:before,
  .troubleshooting-page .clearfix:after,
  .troubleshooting-page .container:before,
  .troubleshooting-page .container:after,
  .troubleshooting-page .container-fluid:before,
  .troubleshooting-page .container-fluid:after,
  .troubleshooting-page .row:before,
  .troubleshooting-page .row:after,
  .troubleshooting-page .nav:before,
  .troubleshooting-page .nav:after,
  .shop-page .clearfix:before,
  .shop-page .clearfix:after,
  .shop-page .container:before,
  .shop-page .container:after,
  .shop-page .container-fluid:before,
  .shop-page .container-fluid:after,
  .shop-page .row:before,
  .shop-page .row:after,
  .shop-page .nav:before,
  .shop-page .nav:after {
    content: " ";
    display: table; }
  .troubleshooting-page .clearfix:after,
  .troubleshooting-page .container:after,
  .troubleshooting-page .container-fluid:after,
  .troubleshooting-page .row:after,
  .troubleshooting-page .nav:after,
  .shop-page .clearfix:after,
  .shop-page .container:after,
  .shop-page .container-fluid:after,
  .shop-page .row:after,
  .shop-page .nav:after {
    clear: both; }
  .troubleshooting-page .center-block,
  .shop-page .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .troubleshooting-page .pull-right,
  .shop-page .pull-right {
    float: right !important; }
  .troubleshooting-page .pull-left,
  .shop-page .pull-left {
    float: left !important; }
  .troubleshooting-page .hide,
  .shop-page .hide {
    display: none !important; }
  .troubleshooting-page .show,
  .shop-page .show {
    display: block !important; }
  .troubleshooting-page .invisible,
  .shop-page .invisible {
    visibility: hidden; }
  .troubleshooting-page .text-hide,
  .shop-page .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .troubleshooting-page .hidden,
  .shop-page .hidden {
    display: none !important; }
  .troubleshooting-page .affix,
  .shop-page .affix {
    position: fixed; }

@media (min-width: 800px) {
  h1.docs__article__title {
    margin-top: 58px; }
  .troubleshooting-page, .shop-page {
    padding-bottom: 100px; }
  .ltdocs-section {
    padding-top: 100px; }
  .documentation-page h2 {
    padding-top: 55px; }
  .img-credits {
    margin-top: 100px; }
  .documentation-page, .shop-page {
    padding-bottom: 100px; } }

@media (max-width: 799px) {
  #sidebar {
    display: none; }
  .documentation-page .row, .shop-page .row {
    margin-left: 0;
    margin-right: 0; }
  .documentation-page .col-md-9, .shop-page .col-md-9 {
    padding-left: 0;
    padding-right: 0; }
  .ltdocs-section {
    padding-top: 60px; }
  .documentation-page h2 {
    padding-top: 30px; }
  .img-credits {
    margin-top: 60px; }
  .documentation-page, .shop-page {
    padding-bottom: 60px; } }

.documentation-page, .shop-page {
  margin: 0 auto;
  padding-top: 0; }
  .documentation-page h2, .shop-page h2 {
    max-width: 500px; }

.documentation-page:before, .shop-page:before {
  display: table;
  content: " "; }

.ltdocs-section li {
  margin-bottom: 7px; }

.documentation-page-new figure:before {
  content: '';
  display: block; }

.documentation-page-new figure.doc-smaller:before {
  padding-bottom: 65.19114688%;
  content: '';
  display: block; }

.documentation-page-new figure {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden; }
  .documentation-page-new figure img, .documentation-page-new figure video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

img.migrate-explanation-img {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  max-width: 650px;
  width: 100%; }

.video-progressbar progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  opacity: 1; }

.video-progressbar progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  appearance: none; }

.video-progressbar progress[value]::-webkit-progress-bar {
  background-color: grey; }

.video-progressbar progress[value]::-webkit-progress-value {
  background-color: red; }

/* how to use */
.img-credits {
  margin-bottom: 0; }

.documentation-page h2, .shop-page h2 {
  margin-top: 0;
  margin-bottom: 10px; }

.documentation-page .row, .shop-page .row {
  width: 100%;
  max-width: none; }

.documentation-page figure, .documentation-page .video-holder, .shop-page figure, .shop-page .video-holder {
  margin-bottom: 20px; }

.documentation-page img.button-img, .shop-page img.button-img {
  width: auto;
  height: auto;
  margin: 0;
  display: inline; }

.howtouse-row:before {
  display: table;
  content: " "; }

.howtouse-row:after {
  clear: both; }

.page-header {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 15px;
  margin: 0 0 20px 0;
  background-color: whitesmoke;
  line-height: 1.1; }

.lt-docs-sidebar.fixed {
  position: fixed;
  top: 49px; }

.lt-docs-sidebar {
  font-family: 'New Helvetica', 'Favorit_Light', sans-serif;
  top: 100px;
  position: absolute;
  letter-spacing: 0.01em;
  line-height: 1.3; }
  .lt-docs-sidebar a {
    border-bottom: none; }

/* how to use sidenav */
/* all links */
.lt-docs-sidebar .nav > li > a {
  color: #999;
  border-left: 2px solid transparent;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 400; }

.lt-docs-sidebar .nav > li > a:hover {
  border-left: 2px solid #96FFFF; }

/* nested links */
.lt-docs-sidebar .nav .nav {
  padding-bottom: 10px; }

.lt-docs-sidebar .nav .nav > li {
  margin-top: 0; }

.lt-docs-sidebar .nav .nav > li > a {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 14px; }

/* active & hover links */
.lt-docs-sidebar .nav > .active > a,
.lt-docs-sidebar .nav > li > a:hover,
.lt-docs-sidebar .nav > li > a:focus {
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #dcdbdb; }

/* all active links */
.lt-docs-sidebar .nav > .active > a,
.lt-docs-sidebar .nav > .active:hover > a,
.lt-docs-sidebar .nav > .active:focus > a {
  font-weight: 700; }

/* nested active links */
.lt-docs-sidebar .nav .nav > .active > a,
.lt-docs-sidebar .nav .nav > .active:hover > a,
.lt-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 400; }

/* hide inactive nested list */
.lt-docs-sidebar .nav ul.nav {
  display: none; }

/* show active nested list */
.lt-docs-sidebar .nav > .active > ul.nav {
  display: block; }

body #ajax-container {
  min-height: calc(100vh - 45px - 45px); }

.shop-page img, .shop-page video {
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 20px; }

.shop-page video {
  width: 600px; }

.shop-page .caption {
  top: -7px;
  position: relative;
  margin-bottom: 20px; }

.shop-page .img-w300 {
  width: 300px; }

.shop-page .img-w400 {
  width: 400px; }

.shop-page .img-w500 {
  width: 500px; }

.shop-page .img-w600 {
  width: 600px; }

.shop-page .img-w700 {
  width: 700px; }

.shop-page .img-w800 {
  width: 800px; }

.docs__article img:not(.square, .img-w300, .img-w400, .img-w500, .img-w600, .img-w700, .img-w800) {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: left top; }

.DocSearch {
  font-family: sans-serif;
  font-size: 16px; }

.docsearch-wrap {
  display: none;
  z-index: 10;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between; }

#docsearch {
  margin-top: 20px; }

#docsearch .DocSearch-Button {
  margin-left: 0; }

body.documentation .docsearch-wrap {
  display: flex; }

.expandable::before {
  content: '+';
  display: inline-block;
  position: relative;
  color: black;
  font-weight: 400;
  padding-right: 2px;
  bottom: 1px; }

.expandable.is-active::before {
  content: ''; }

.toggle-expand-sidenav-wrap {
  font-size: 0; }

.toggle-expand-sidenav-wrap {
  margin-top: 20px; }

.toggle-expand-sidenav {
  margin-top: 20px;
  -webkit-tap-highlight-color: lightgray;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  background: #ebedf0;
  left: 0; }
  .toggle-expand-sidenav svg {
    transform-origin: center;
    fill: #9f9f9f; }

.documentation-page-new img.square {
  max-width: 800px;
  width: 100%; }

.documentation-page-new img {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

pre code {
  border-radius: 5px; }

pre {
  tab-size: 4; }

.documentation-page-new img.auto-width {
  width: auto;
  max-width: 100%; }

.documentation-page-new {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.documentation-page-new {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .documentation-page-new p,
  .documentation-page-new ul,
  .documentation-page-new pre {
    font-size: 1rem;
    max-width: 800px;
    line-height: 1.5; }
  .documentation-page-new p,
  .documentation-page-new ul {
    margin-top: 0.8em; }
  .documentation-page-new h3 {
    overflow-wrap: break-word;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 1.75rem;
    line-height: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem; }
  .documentation-page-new p.caption {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 7px;
    border-left: 2px solid #e6e6e6;
    font-style: italic;
    margin-left: 20px; }
  .documentation-page-new .img-w300 {
    width: 100%;
    max-width: 300px; }
  .documentation-page-new .img-w400 {
    width: 100%;
    max-width: 400px; }
  .documentation-page-new .img-w500 {
    width: 100%;
    max-width: 500px; }
  .documentation-page-new .img-w600 {
    width: 100%;
    max-width: 600px; }
  .documentation-page-new .img-w700 {
    width: 100%;
    max-width: 700px; }
  .documentation-page-new .img-w800 {
    width: 100%;
    max-width: 800px; }

.rounded-corners-image {
  border-radius: 5px; }

.documentation-page-new .sidebar-nav h3 {
  margin-top: 70px; }

.documentation-page-new-outer {
  padding-top: 50px; }

.docs__article__wrapper {
  margin: 0 auto; }

.sidebar-nav__item.is-active {
  text-decoration: underline;
  text-underline-offset: 4px; }

.sidebar-nav {
  top: 45px;
  max-height: calc(100vh - 95px);
  padding-bottom: 2rem; }

.sidebar-nav__items {
  margin: 0.5rem 0; }

.sidebar-nav {
  position: -webkit-sticky;
  position: sticky;
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 5%, #000 95%, rgba(0, 0, 0, 0) 100%); }

.sidebar-nav__item.sidebar-nav__item--quarternary {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  padding: 0.375rem 1rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sidebar-nav__item {
  display: block;
  font-weight: 600;
  padding: 0.25rem 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: rgba(0, 0, 0, 0.85);
  border-bottom: none;
  font-size: 1rem; }

.sidebar-nav__item.sidebar-nav__item--secondary {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.375rem 0.5rem;
  line-height: 1.5; }

.sidebar-nav__heading {
  font-weight: 700; }

.docs__article__title {
  overflow-wrap: break-word;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: 1.9rem;
  margin-bottom: 2rem; }

p.lead {
  font-size: 1.625rem;
  line-height: 2.125rem;
  letter-spacing: -0.01em;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.85); }

.styled-text ol:not(:last-child),
.styled-text p:not(:last-child),
.styled-text ul:not(:last-child) {
  margin-bottom: 1em; }

.large-player .toggle-expand-sidenav svg {
  transform: rotateZ(180deg); }

.lay-toggle-large-player {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 39px;
  width: 55px;
  padding: 11px 10px; }
  .lay-toggle-large-player span {
    border: 3px solid black;
    width: 30px;
    height: 18px;
    display: block; }

.large-player .lay-toggle-large-player {
  height: 39px;
  width: 55px;
  padding: 13px 12px; }
  .large-player .lay-toggle-large-player span {
    border: 2px solid black;
    width: 25px;
    height: 13px;
    display: block; }

.sidebar-hidden {
  display: none; }

@media (hover: hover) {
  .sidebar-nav__item:focus,
  .sidebar-nav__item:hover,
  .sidebar-nav__item:hover:before {
    color: rgba(0, 0, 0, 0.45); } }

@media (min-width: 800px) {
  .docs__article__wrapper {
    padding-bottom: 200px; }
  .large-player .documentation-page-new {
    grid-template-columns: 100%; }
  .large-player .sidebar-nav {
    display: none; }
  .documentation-page-new {
    display: grid;
    grid-template-columns: 240px auto;
    column-gap: 3rem; }
  p.lead {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .docs__article__title {
    font-size: 2.625rem;
    line-height: 2.875rem; }
  .sidebar-nav__item {
    padding: 0.25rem 0; }
  .docs__article__title {
    font-size: 2.625rem;
    line-height: 2.875rem; } }

@media (max-width: 799px) {
  .docs__article__wrapper {
    padding-top: 50px;
    padding-bottom: 100px; }
  .lay-toggle-large-player {
    display: none; }
  .documentation-page-new-outer {
    min-height: calc(100vh - 45px - 45px); }
  .sidebar-nav {
    transform: translateX(100%);
    transition: transform 150ms ease; }
  .large-player .sidebar-nav {
    transform: translateX(0); }
  .sidebar-nav__item {
    padding: 0.25rem 0; }
  .toggle-expand-sidenav-wrap.w-default {
    margin-top: 0px; }
  .documentation-page-new .sidebar-nav h3.sidebar-nav__heading {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-top: 2.9rem; }
  h1.docs__article__title {
    margin-top: 2.9rem; }
  .sidebar-nav {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100vh - 45px);
    background-color: white;
    z-index: 9;
    max-height: calc(100vh - 45px);
    -webkit-mask-image: none;
    padding: 5%;
    padding-bottom: 140px; }
  .documentation-page-new-outer .video-js .lay-video-title {
    padding: 10px;
    font-size: 0.3em;
    line-height: 1.1; } }

.video-js .lay-video-title {
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left; }

.video-js.vjs-has-started .lay-video-title {
  bottom: 45px; }

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em; }

.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important; }

.video-js .vjs-control {
  width: 3em; }

.video-js .vjs-menu-button-inline:before {
  width: 1.5em; }

.vjs-menu-button-inline .vjs-menu {
  left: 3em; }

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,
.video-js.vjs-ended .vjs-big-play-button,
.video-js.vjs-paused .vjs-big-play-button {
  display: block; }

.video-js .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
  display: none !important; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button,
.vjs-volume-panel {
  display: none !important; }

.video-js .vjs-time-control {
  min-width: 1em;
  padding-left: 0;
  padding-right: 0; }

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  padding: 0 0.4em 0.3em !important; }

.video-js.vjs-ended .vjs-loading-spinner {
  display: none; }

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important; }

.video-js *,
.video-js:after,
.video-js:before {
  box-sizing: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit; }

.video-js.vjs-fullscreen,
.video-js.vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important; }

.video-js {
  font-size: 14px;
  overflow: hidden; }

.video-js .vjs-control {
  color: inherit; }

.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 8.35em; }

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
  height: 3em;
  width: 6.35em; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff; }

.video-js .vjs-spacer,
.video-js .vjs-time-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.video-js .vjs-time-control {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto; }

.video-js .vjs-time-control.vjs-time-divider {
  width: 14px; }

.video-js .vjs-time-control.vjs-time-divider div {
  width: 100%;
  text-align: center; }

.video-js .vjs-time-control.vjs-current-time {
  margin-left: 1em; }

.video-js .vjs-time-control .vjs-current-time-display,
.video-js .vjs-time-control .vjs-duration-display {
  width: 100%; }

.video-js .vjs-time-control .vjs-current-time-display {
  text-align: right; }

.video-js .vjs-time-control .vjs-duration-display {
  text-align: left; }

.video-js .vjs-play-progress:before,
.video-js .vjs-progress-control .vjs-play-progress:before,
.video-js .vjs-remaining-time,
.video-js .vjs-volume-level:after,
.video-js .vjs-volume-level:before,
.video-js.vjs-live .vjs-time-control.vjs-current-time,
.video-js.vjs-live .vjs-time-control.vjs-duration,
.video-js.vjs-live .vjs-time-control.vjs-time-divider,
.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none; }

.video-js.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em; }

.video-js .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.5em;
  top: -0.5em; }

.video-js .vjs-progress-control .vjs-load-progress,
.video-js .vjs-progress-control .vjs-play-progress,
.video-js .vjs-progress-control .vjs-progress-holder {
  height: 100%; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0; }

.video-js .vjs-progress-control:hover {
  height: 1.5em;
  top: -1.5em; }

.video-js .vjs-control-bar {
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  -moz-transition: -moz-transform 0.1s ease 0s;
  -ms-transition: -ms-transform 0.1s ease 0s;
  -o-transition: -o-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -ms-transform: translateY(3em);
  -o-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: -webkit-transform 1s ease 0s;
  -moz-transition: -moz-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  height: 0.25em;
  top: -0.25em;
  pointer-events: none;
  -webkit-transition: height 1s, top 1s;
  -moz-transition: height 1s, top 1s;
  -ms-transition: height 1s, top 1s;
  -o-transition: height 1s, top 1s;
  transition: height 1s, top 1s; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1s;
  -moz-transition: opacity 1s ease 1s;
  -ms-transition: opacity 1s ease 1s;
  -o-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s; }

.video-js.vjs-live .vjs-live-control {
  margin-left: 1em; }

.video-js .vjs-big-play-button {
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  border: none;
  border-radius: 0;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff; }

.video-js .vjs-menu-button-popup .vjs-menu {
  left: -3em; }

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: transparent;
  width: 12em;
  left: -1.5em;
  padding-bottom: 0.5em; }

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
  background-color: #151b17;
  margin: 0.3em 0;
  padding: 0.5em;
  border-radius: 0.3em; }

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #2483d5; }

.video-js .vjs-big-play-button {
  font-size: 6em; }

.vjs-big-play-button > .vjs-icon-placeholder {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin-left: -0.6em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus,
.video-js .vjs-big-play-button:active {
  background-color: rgba(0, 0, 0, 0.45); }

.video-js .vjs-loading-spinner {
  border-color: #000000; }

.video-js .vjs-control-bar2 {
  background-color: rgba(255, 255, 255, 0.8); }

.video-js .vjs-control-bar {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #000000;
  font-size: 13px; }

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: #00ffff; }

@media (min-width: 800px) {
  .vjs-fullscreen-control {
    display: none !important; }
  .video-js .lay-video-title {
    font-size: 0.4em;
    padding: 20px; } }

@media (max-width: 799px) {
  .video-js .lay-video-title {
    font-size: 0.3em;
    padding: 15px; } }

.tutorial-page {
  text-align: center; }
  .tutorial-page .tutorial-link {
    margin-bottom: 50px;
    width: 100%;
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.tutorial-preview {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 30px; }
  .tutorial-preview h2 {
    border-bottom-color: #c8c8c8; }

a.tutorial-link {
  text-decoration: none;
  display: inline-block; }

a.tutorial-link:hover .tutorial-read-more {
  background-color: #fafafa; }

.tutorial-content p {
  margin-top: 0.3em;
  margin-bottom: 0.8em; }

.tutorial-preview-text {
  text-align: left; }
  .tutorial-preview-text h2 {
    padding-top: 0 !important; }
  .tutorial-preview-text p {
    width: 100%;
    max-width: 600px; }

.tutorial-read-more {
  border-radius: 50px;
  border: 1px solid #c8c8c8;
  color: black;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 0.5em;
  display: inline-block; }

.tutorial-preview-image {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e6e6e6; }

.tutorial-preview-image::before {
  display: block;
  padding-bottom: 50%;
  content: ''; }

.tutorial-preview-image img {
  filter: brightness(0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover; }

.tutorial-cover {
  padding-bottom: 0;
  height: 400px;
  overflow: hidden;
  position: relative;
  aspect-ratio: auto; }
  .tutorial-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.headline-wrap {
  text-align: left;
  padding-bottom: 15px;
  color: white; }

.tutorial-shadow {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  pointer-events: none;
  height: 100%;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }

.more-tutorials {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 0px;
  padding-top: 25px; }

.tutorial-single-page .tutorial-content {
  line-height: 1.5;
  padding-bottom: 100px; }
  .tutorial-single-page .tutorial-content a {
    color: #0069c2; }
  .tutorial-single-page .tutorial-content h2 a,
  .tutorial-single-page .tutorial-content h3 a {
    color: black; }
  .tutorial-single-page .tutorial-content h2:hover a:after,
  .tutorial-single-page .tutorial-content h3:hover a:after {
    content: '#';
    color: #b2b2b2;
    margin-left: 5px; }

.tutorial-single-page .hljs {
  font-size: 1rem; }

.tutorial-single-page article > div {
  font-family: Inter, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; }

.tutorial-single-page .tutorial-date {
  color: white; }

.tutorial-single-page figure {
  margin-top: 30px;
  margin-bottom: 30px; }

.tutorial-single-page figure > div,
.tutorial-single-page figure > a {
  width: 100%;
  max-width: 1024px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
  display: block; }

.tutorial-single-page figure.alt-figure > div::before,
.tutorial-single-page figure.alt-figure > a::before {
  padding-bottom: 56%;
  content: '';
  display: block; }

.tutorial-single-page figure.phone-figure {
  max-width: 400px; }

.tutorial-single-page figure.phone-figure > div::before {
  padding-bottom: 216%;
  content: '';
  display: block; }

.tutorial-single-page figure.square-figure > div::before {
  padding-bottom: 100%;
  content: '';
  display: block; }

.tutorial-single-page figure.feature-figure > div::before {
  padding-bottom: 88.0541%;
  content: '';
  display: block; }

.tutorial-single-page figure > div::before {
  padding-bottom: 62.3%;
  content: '';
  display: block; }

.tutorial-single-page figure img,
.tutorial-single-page figure video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover; }

.tutorial-single-page .original-size-image {
  margin-top: 30px;
  margin-bottom: 30px;
  width: auto;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: block; }

.tutorial-single-page .zoomin img {
  transform: scale(200%);
  transform-origin: left top; }

.tutorial-single-page .zoomin-bottom img {
  transform: scale(200%);
  transform-origin: left bottom; }

.tutorial-single-page .zoomin-center img {
  transform: scale(200%);
  transform-origin: left center; }

.tutorial-single-page .iframe-wrap {
  margin-bottom: 20px;
  position: relative; }
  .tutorial-single-page .iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.tutorial-single-page .iframe-wrap::before {
  padding-bottom: 56%;
  content: '';
  display: block; }

.tutorial-single-page .iframe-wrap-2::before {
  padding-bottom: 62.5%;
  content: '';
  display: block; }

.tutorial-single-page figcaption {
  opacity: 0.4; }

@media (min-width: 1280px) {
  .tutorial-preview-text {
    position: relative;
    padding: 30px; }
  .latest-tutorials .tutorial-preview-text {
    height: 360px; }
  .latest-tutorials .tutorial-read-more {
    position: absolute;
    bottom: 30px;
    left: 30px; }
  .index .latest-tutorials .tutorial-preview-text {
    height: 290px; } }

@media (max-width: 1279px) and (min-width: 800px) {
  .tutorial-preview-text {
    position: relative;
    padding: 20px; }
  .latest-tutorials .tutorial-preview-text {
    height: 290px; }
  .latest-tutorials .tutorial-read-more {
    position: absolute;
    bottom: 20px;
    left: 20px; }
  .index .latest-tutorials .tutorial-preview-text {
    height: 240px; } }

@media (min-width: 800px) {
  .tutorial-grid {
    display: flex !important;
    gap: 30px;
    padding-bottom: 30px !important; }
  body.index .tutorial-grid .tutorial-link:last-child {
    display: none; }
  body.index .tutorial-grid .tutorial-link:nth-last-child(2) {
    display: none; }
  .tutorial-single-page h2 {
    padding-top: 90px;
    margin-top: 60px; }
  .tutorial-single-page h2:first-child {
    margin-top: 0; }
  .tutorial-single-page h3 {
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 10px; }
  .tutorial-content-wrap,
  .tutorial-cover {
    display: grid;
    grid-template-columns: 1fr minmax(0, 1040px) 1fr; }
  .tutorial-index {
    grid-column-start: 1; }
  .tutorial-content,
  .headline-wrap {
    padding-left: 40px;
    padding-right: 40px;
    grid-column-start: 2; }
  .headline-wrap {
    position: relative;
    z-index: 3;
    height: fit-content;
    align-self: end; }
  .tutorial-index .tutorial-index-sub a:first-child {
    border-top: none; }
  .tutorial-index-sub {
    padding-left: 20px; }
  .tutorial-index {
    line-height: 1.6;
    position: sticky;
    top: 45px;
    left: 0;
    padding-top: 45px;
    height: calc(100vh - 45px);
    margin-top: 0;
    width: 340px;
    display: inline-block;
    float: left;
    padding-left: 40px;
    padding-bottom: 45px;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; }
  .in-this-article {
    display: block;
    margin-bottom: 20px; }
  .tutorial-index a:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .tutorial-index a {
    overflow: hidden;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    border-left: 2px solid rgba(0, 0, 0, 0.1); }
  .index-slider {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 150ms ease; }
  .tutorial-index a:hover .index-slider,
  .tutorial-index a.active .index-slider {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateX(0%); }
  .tutorial-index a:hover {
    color: #0069c2; }
  .tutorial-index a.active {
    color: #000;
    font-weight: 500;
    border-left: 2px solid cyan; }
  .tutorials .toggle-expand-sidenav {
    display: none; } }

@media (max-width: 799px) {
  .tutorial-preview-text {
    position: relative; }
  .tutorial-preview-text {
    padding: 20px; }
    .tutorial-preview-text h2.text-m {
      font-size: 19px; }
  body.index .tutorial-grid .tutorial-link {
    display: none; }
  body.index .tutorial-grid .tutorial-link:first-child {
    display: block; }
  body.index .tutorial-grid .tutorial-link:nth-child(2) {
    display: block; }
  .tutorial-headline br {
    display: none; }
  .tutorial-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px !important; }
  .headline-wrap {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
    left: 5%;
    right: 5%; }
  .tutorial-cover {
    margin-bottom: 45px; }
  .tutorial-content {
    padding-left: 5%;
    padding-right: 5%; }
  .tutorial-single-page h2 {
    padding-top: 80px;
    margin-top: 0; }
  .tutorial-single-page h2:first-child {
    padding-top: 0;
    margin-top: 0; }
  .tutorial-single-page h3 {
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 7px; }
  .tutorials .toggle-expand-sidenav {
    display: flex;
    position: fixed;
    top: 65px;
    left: 5%;
    z-index: 3;
    margin-top: 0; }
  .tutorial-index .tutorial-index-sub a:first-child {
    border-top: none; }
  .tutorial-index-sub {
    padding-left: 20px; }
  .tutorial-single-page.show-index .tutorial-index {
    transform: translate3d(0, 0, 0); }
  .tutorial-single-page.show-index .toggle-expand-sidenav svg {
    transform: rotateZ(180deg); }
  .tutorial-index {
    transition: transform 150ms ease;
    transform: translate3d(100%, 0, 0);
    z-index: 2;
    background-color: white;
    line-height: 1.6;
    position: fixed;
    top: 45px;
    padding: 70px 0 190px 5%;
    height: calc(100vh - 45px);
    width: 100%;
    display: inline-block;
    left: 0;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; }
  .in-this-article {
    display: block;
    margin-bottom: 10px; }
  .tutorial-index a:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .tutorial-index a {
    overflow: hidden;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    border-left: 2px solid rgba(0, 0, 0, 0.1); }
  .index-slider {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 150ms ease; }
  .tutorial-index a:hover .index-slider,
  .tutorial-index a.active .index-slider {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateX(0%); }
  .tutorial-index a:hover {
    color: #0069c2; }
  .tutorial-index a.active {
    color: #000;
    font-weight: 500;
    border-left: 2px solid cyan; } }

.article-splitscreen .tutorial-link.article-splitscreen {
  display: none; }

.article-burger .tutorial-link.article-burger {
  display: none; }

.article-3d-logo .tutorial-link.article-3d-logo {
  display: none; }

.article-free-website .tutorial-link.article-free-website {
  display: none; }

.article-spinupwp .tutorial-link.article-spinupwp {
  display: none; }

body.tutorials .img-w300 {
  max-width: 300px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

body.tutorials .img-w400 {
  max-width: 400px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

body.tutorials .img-w500 {
  max-width: 500px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

body.tutorials .img-w600 {
  max-width: 600px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

body.tutorials .img-w700 {
  max-width: 700px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

body.tutorials .img-w800 {
  max-width: 800px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

body.tutorials .img-w900 {
  max-width: 900px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

body.tutorials .img-w1000 {
  max-width: 1000px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

.article-spinupwp code {
  padding: 3px;
  background-color: #aefffe;
  color: #000000;
  font-size: 0.85em; }

.key {
  border-radius: 5px;
  background-color: #cafcfc;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  border: 1px solid black;
  line-height: 30px; }

.success-downloads {
  display: inline-block;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden; }
  .success-downloads > div {
    border-bottom: 1px solid black; }
  .success-downloads > div:hover {
    background-color: whitesmoke; }
  .success-downloads > div:last-child {
    border-bottom: none; }
  .success-downloads svg {
    width: 25px;
    margin-right: 7px; }
  .success-downloads a {
    display: flex;
    text-decoration: none;
    padding: 15px 30px 15px 12px;
    line-height: 30px; }

.key.key-copied:before {
  content: 'Copied!'; }

input#license_key {
  display: none; }

.key {
  cursor: pointer;
  position: relative;
  font-family: monospace;
  font-size: 20px; }

.key:before {
  transition: all 200ms ease;
  border-radius: 10px;
  padding: 8px;
  line-height: 1;
  background-color: #484848;
  color: white;
  content: 'Copy Key';
  position: absolute;
  top: -20px;
  left: 50%;
  font-size: 16px;
  transform: translateX(-50%) scale(0.9);
  opacity: 0;
  font-family: 'Favorit_Light', sans-serif; }

.key:hover:before {
  transform: translateX(-50%) scale(1);
  opacity: 1; }

@media (min-width: 800px) {
  .success-page {
    padding-top: 100px;
    padding-bottom: 100px; }
    .success-page .w-default {
      padding-top: 100px;
      padding-bottom: 100px; }
  .success-flex.fetch-key {
    display: flex;
    gap: 70px; } }

@media (max-width: 799px) {
  .success-page {
    padding-top: 60px;
    padding-bottom: 60px; }
    .success-page .w-default {
      padding-top: 60px;
      padding-bottom: 60px; } }

.success-page .w-default:first-child {
  padding-top: 0; }

.success-page .w-default:last-child {
  padding-bottom: 0; }

.success-page h2 {
  margin-top: 30px; }

.workshop-page > section {
  scroll-snap-align: start; }

.workshop-page section {
  height: calc(100vh - 45px);
  position: relative; }

.workshop-page section:first-child {
  display: flex;
  align-items: center;
  justify-self: center; }
  .workshop-page section:first-child h1 {
    position: relative;
    z-index: 1;
    font-size: 5vw;
    text-align: center;
    line-height: 1.1; }
  .workshop-page section:first-child h2 {
    line-height: 1.1;
    position: relative;
    z-index: 1;
    text-align: center; }

.workshop-page .workshop2 {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 70%;
  z-index: 0; }

.workshop-page .workshop1 {
  z-index: 0;
  width: 25%;
  position: absolute;
  bottom: 20px;
  left: 0; }

.workshop-page .workshop3 {
  z-index: 0;
  width: 400px;
  position: absolute;
  bottom: 20px;
  left: 0; }

.workshop-page .workshop-30 img {
  width: 100%; }

.workshop-page .workshop-container {
  display: flex;
  gap: 50px; }

.workshop-page .workshop-50 {
  width: 50%; }

.workshop-page .workshop-30 {
  width: 50%; }

.workshop-page img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }

.workshop-page video {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  width: 100%; }

.workshop-page .workshop-container-paddingtop {
  padding-top: 10svh;
  box-sizing: border-box; }

.workshop-page ._50-image a {
  overflow: visible; }

.workshop-page figure {
  overflow: visible; }

.workshop-page ul.text-list ul {
  padding: 0.5em 1em; }

.workshop-page {
  height: calc(100vh - 45px);
  overflow-y: scroll;
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory; }
  .workshop-page .website-examples {
    display: flex;
    flex-wrap: wrap; }

body.workshops footer {
  display: none; }

.workshop-full-image {
  width: 100%; }

.workshop-full-image {
  margin-bottom: 1em; }

@media (max-width: 799px) {
  .website-examples {
    width: 50%; }
  .workshop-page .text-m {
    font-size: 13px; }
  .workshop-page section:first-child h1 {
    font-size: 30px; }
  .workshop-full-image {
    margin-bottom: 1em; }
  .workshop-page ._50-image {
    margin-bottom: 1em;
    padding-bottom: 0; }
  .workshop-page .workshop-container {
    flex-direction: column;
    gap: 10px; }
  .workshop-page .workshop-50 {
    width: 100%; } }

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