/** 
 * Adaptive Typography 
 * ------------------------------------------ */
 
.h950 {
  font-size: calc(18px + (88 - 18) * ((100vw - 100px) / (2561 - 100)));
}
 
 .h900 {
  font-size: calc(18px + (68 - 18) * ((100vw - 100px) / (2561 - 100)));
}
.h700 {
	font-size: calc(32px + (56 - 32) * ((100vw - 300px) / (2561 - 300)));
}
.h500 {
	font-size: calc(32px + (44 - 32) * ((100vw - 300px) / (2561 - 300)));
}
.h300 {
	font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (2561 - 300)));
}


.h50 {
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (2561 - 300)));
}
.p500 {
	font-size: calc(24px + (14 - 24) * ((100vw - 100px) / (2561 - 100)));
}
@media (min-width: 1920px) {
  .p500 {
    font-size: calc(32px + (17 - 32) * ((100vw - 100px) / (2561 - 100)));
  }
}
@media (min-width: 240px) and (max-width: 560px)  {
  .p500 {
    font-size: calc(18px + (14 - 18) * ((100vw - 100px) / (2561 - 100)));
  }
}
.p400 {
	font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2561 - 300)));
}
.p350 {
	font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.p300 {
	font-size: calc(18px + (21 - 18) * ((100vw - 300px) / (2561 - 300)));
}

.p250 {
    	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (2561 - 300)));
}


.p200 {
	font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (2561 - 300)));
}
.price800 {
	font-size: calc(40px + (56 - 40) * ((100vw - 300px) / (2561 - 300)));
}
.list300 {
	font-size: calc(16px + (21 - 16) * ((100vw - 300px) / (2561 - 300)));
}
.caption200 {
  font-size: calc(16px + (16 - 16) * ((100vw - 300px) / (2561 - 300)));
}
.navigation-list-item {
	font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (2561 - 300)));
}
.btnPrimary500 {
	font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.btn-text800 {
	font-size: calc(18px + (32 - 18) * ((100vw - 300px) / (2561 - 300)));
}
.input-cta__field {
	font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.input-cta__field::-webkit-input-placeholder {
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.input-cta__field::-moz-placeholder {
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.input-cta__field:-ms-input-placeholder { 
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.input-cta__field:-moz-placeholder { 
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.answer-text {
	font-size: calc(18px + (16 - 19) * ((100vw - 300px) / (2561 - 300)));
}
.question-text {
	font-size: calc(18px + (16 - 18) * ((100vw - 300px) / (2561 - 300)));
}
.setup-item__text {
	font-size: calc(20px + (15 - 20) * ((100vw - 300px) / (2561 - 300)));
  font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (2561 - 300)));
}
.testimonial-item-quote {
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (2561 - 300)));
}


 /** 
 * Adaptive Typography - Blog
 * ------------------------------------------ */
 
 .blog-h300 {
     font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2561 - 300)));
}


.blog-article-post h1 {
    font-size: calc(28px + (68 - 28) * ((100vw - 100px) / (2561 - 100)));
    padding: 3vw 0 1vw 0;
    margin:0;
    font-family: Merriweather, serif;
    color: #202020;
    line-height: 134%;
}

@media (min-width: 240px) and (max-width: 769px)  {
    .blog-article-post h1 {
        padding: 9vw 0 3vw 0;
    }
    
    
    .header-sample__slogan .p500{
        text-align: center;
        }
        
        .header-sample__slogan .scroll-down {
            top: 64px;
            }
}

@media (min-width: 770px) and (max-width: 1024px)  {
    .blog-article-post h1 {
        padding: 5vw 0 3vw 0;
    }
}


.blog-article-post h3 {
    font-size: calc(20px + (36 - 20) * ((100vw - 100px) / (2561 - 100)));
    padding: 2vw 0 0.5vw 0;
    margin:0;
    font-family: Merriweather, serif;
    color: #202020;
    line-height: 134%;
}


.blog-article-post h4 {
    font-size: calc(18px + (32 - 18) * ((100vw - 100px) / (2561 - 100)));
    padding: 2vw 0 1vw 0;
    margin:0;
    font-family: Merriweather, serif;
    color: #202020;
    line-height: 134%;
}

@media (min-width: 240px) and (max-width: 769px)  {
    .blog-article-post h4 {
        padding: 8vw 0 2vw 0;
    }
}

@media (min-width: 770px) and (max-width: 1024px)  {
    .blog-article-post h4 {
        padding: 4vw 0 2vw 0;
    }
}


.blog-article-post p {
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2561 - 300)));
    margin-bottom: 0px;
    font-family: Karla, sans-serif;
    line-height: 148%;
    text-align: left;
}

.blog-article-post p strong {
 
}

.blog-article-post ul,
.blog-article-post ol{
    margin: 3vw 0 3vw 0;
}

@media (min-width: 240px) and (max-width: 769px)  {
    .blog-article-post ul,
    .blog-article-post ol{
        margin: 4vw 0 4vw 0;
    }
}

@media (min-width: 770px) and (max-width: 1024px)  {
    .blog-article-post ul,
    .blog-article-post ol{
        margin: 5vw 0 5vw 0;
    }
}

.blog-article-post ul li,
.blog-article-post ol li{
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2561 - 300)));
    margin-bottom: 8px;
    font-family: Karla, sans-serif;
    line-height: 148%;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    padding: 0;
}


@media (min-width: 240px) and (max-width: 769px)  {
    .blog-article-post h1 {
        padding: 9vw 0 3vw 0;
    }
}

@media (min-width: 770px) and (max-width: 1024px)  {
    .blog-article-post h1 {
        padding: 5vw 0 3vw 0;
    }
}

.blog-article-post ol li {
    
}

.blog-article-post img {
    
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #202020;
  text-decoration: underline;
  cursor: pointer;
}

.wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.wrapper.wrapper-horisontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.chat__wrapper {
  position: relative;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  margin-left: auto;
}

.btnprimary500 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 56px;
  min-height: 44px;
  padding: 1.2vw 2.4vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 80px;
  background-color: #202020;
  font-family: Merriweather, serif;
  color: #fff;
  line-height: 148%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.btnprimary500.btntext200 {
  padding: 16px 32px;
  border-radius: 50px;
}

.btnprimary500.btnprimary500_cta-form {
  position: absolute;
  left: auto;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: block;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btnprimary500.btnprimary500_cta-form:hover {
  background-color: #000;
  color: #b2b2b2;
}


.btnprimary500_cta-form-subscribe {
     position: relative !important;
}


.btnprimary500.about-btn {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnprimary500.btnprimery-type-2 {
  display: inline-block;
  width: 100%;
  height: 56px;
  max-height: none;
  min-height: auto;
  border-radius: 8px;
  line-height: 100%;
}

.top-menu {
  position: fixed;
  top: 0px;
  z-index: 200;
  width: 100%;
  margin-top: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fafafa;
}

.div-block {
  position: absolute;
  right: 0px;
}

.btngroup {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.logo {
  position: relative;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 189px;
  height: 30px;
  padding-top: 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/logo500.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.logo-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40vh;
  margin-right: auto;
  margin-left: auto;
}

.menu__nav {
  position: absolute;
  right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.navigationlist {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  list-style-type: none;
}

.navigation-list-item {
  display: block;
  padding-right: 2.2vw;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  font-family: Karla, sans-serif;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.navigation-list-item.w--current {
  display: block;
}

.navigation-list-item.nav-list-item_login {
  margin-left: 2vw;
}

.navigation-list-item.tab-menu-item {
  display: inline-block;
  margin-right: 2vw;
  color: #636363;
}

.navigation-list-item.tab-menu-item.w--current {
  display: inline-block;
  color: #202020;
}

.navigation-list-item.hidden-element {
  display: none;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5.75fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header {
  position: relative;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding-bottom: 0px;
}

.header-type-3 {
    height: 68vh;
}

.body {
  height: 100%;
  background-color: #fafafa;
}

.header__img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  overflow: hidden;
  width: 100%;
  height: 120%;
  min-height: 600px;
  background-color: transparent;
}

.dentist-room__img {
  position: absolute;
  top: 20vh;
  right: -3vw;
  z-index: 29;
  width: 64vw;
  height: 100%;
  max-width: 1060px;
  background-color: #fafafa;
  background-image: url('../images/DanistRoom.svg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  white-space: normal;
}

.header__content {
  position: relative;
  top: 0px;
  z-index: 50;
  overflow: visible;
}

.waiting-room__img {
  position: absolute;
  top: 20vh;
  right: -3vw;
  z-index: 29;
  display: block;
  width: 64vw;
  height: 100%;
  max-width: 1060px;
  background-color: #fafafa;
  background-image: url('../images/waiting-room.svg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.div-block-2 {
  width: 1px;
  height: 6000px;
}

.pixelperfect {
  position: absolute;
  left: auto;
  top: 579px;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: none;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  border-radius: 0px;
  opacity: 0.43;
  text-align: center;
}

.pixelperfect.pixelperfect_2 {
  z-index: 9999;
  display: block;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h900 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1.3vw;
  font-family: Merriweather, serif;
  color: #202020;
  line-height: 134%;
}

.h900.main-headline.text-animation {
  margin-bottom: 1.6vw;
  padding-bottom: 0px;
  line-height: 124%;
}

.header__slogan {
  position: relative;
  width: 50%;
  max-width: 508px;
  min-width: 460px;
  padding-top: 30vh;
}

.header-sample__slogan {
    padding-top: 22vh;
    }

.p500 {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #373737;
  line-height: 144%;
  font-weight: 700;
}

.p500.main-slogan {
  max-width: 432px;
}

.p500.main-slogan.text-animation {
  line-height: 148%;
  font-weight: 700;
}

.p500.setup-item__text {
  position: relative;
  left: 72px;
}

.illustration-obj_attention {
  position: absolute;
  top: 40px;
  right: -20px;
  width: 44px;
  height: 44px;
}

.html-embed {
  position: relative;
}

.toggle-menu {
  display: block;
}

.line {
  position: absolute;
  width: 20px;
  height: 2px;
  color: #202020;
}

.menu__bg {
  position: absolute;
  top: -117px;
  right: -101px;
  display: none;
}

.input-cta__field {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  width: 76%;
  max-height: 56px;
  min-height: 44px;
  margin-bottom: 0px;
  padding: 1.2vw 16px 1.2vw 22px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #000;
  border-radius: 60px;
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: #202020;
  font-weight: 700;
  cursor: text;
}

.input-cta__field:focus {
  border-color: #000;
}

.input-cta__field::-webkit-input-placeholder {
  color: #636363;
  font-size: 18px;
}

.input-cta__field:-ms-input-placeholder {
  color: #636363;
  font-size: 18px;
}

.input-cta__field::-ms-input-placeholder {
  color: #636363;
  font-size: 18px;
}

.input-cta__field::placeholder {
  color: #636363;
  font-size: 18px;
}

.cta-form-group {
  width: 80%;
  margin-bottom: 0px;
}

.cta-form-group.main-cta {
  width: 94%;
  margin-top: 2.7vw;
}

.cta-form {
  position: relative;
  width: 100%;
  margin-top: 0px;
}

.input-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #202020;
  border-radius: 60px;
}

.input-cta-button {
      padding: 0;
      border: none;
}

.input-cta-name {
    margin-bottom: 16px;
}

.input-cta-name .opf-error__icon {
    opacity: 0 !important;
    display: none !important;
    visibility: hidden !important;
    }

.page-loader {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.logo-animation-keys {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 511px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.logo-key {
  position: relative;
  top: 130px;
  overflow: hidden;
  width: 62px;
  height: 70px;
  background-image: url('../images/logo500.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.logo-key.logo-key_c {
  overflow: hidden;
  width: 62px;
  background-position: 0px 0px;
}

.logo-key.logo-key_h {
  width: 46px;
  background-position: -66px 0px;
}

.logo-key.logo-key_a {
  width: 50px;
  background-position: -118px 0px;
}

.logo-key.logo-key_n {
  width: 46px;
  background-position: -176px 0px;
}

.logo-key.logo-key_nn {
  width: 45px;
  background-position: -230px 0px;
}

.logo-key.logo-key_e {
  width: 49px;
  background-position: -281px 0px;
}

.logo-key.logo-key_l {
  width: 15px;
  background-position: -335px 0px;
}

.logo-key.logo-key_d {
  width: 51px;
  background-position: -391px 0px;
}

.logo-key.logo-key_dots {
  width: 19px;
  background-position: -364px 0px;
}

.logo-animation {
  position: relative;
  top: 42.6vh;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2 {
  display: none;
  overflow: visible;
}

.image {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  opacity: 1;
}

.intro {
  position: relative;
  display: block;
  margin-top: 20vh;
  padding-top: 88px;
}

.intro__text {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro__img {
  position: relative;
  left: -7.2vw;
  top: -70px;
  width: 51%;
  max-height: 492px;
  max-width: 698px;
  margin-top: 0vw;
  margin-left: 0vw;
}

.why-channeld-img {
  width: 100%;
  height: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.h300 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  font-family: Merriweather, serif;
  line-height: 134%;
}

.h300.intro-block__headline {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  font-weight: 700;
  text-align: center;
}

.intro__img-word {
  position: absolute;
  overflow: hidden;
  opacity: 0.16;
}

.intro__img-word.intro__img-word-1 {
  left: 16%;
  top: 9%;
  width: 16%;
  height: auto;
}

.intro__img-word.intro__img-word-2 {
  left: 21%;
  top: 19%;
  width: 14%;
  background-image: none;
}

.intro__img-word.intro__img-word-3 {
  left: 7%;
  top: 46%;
  width: 16%;
  background-image: none;
}

.intro__img-word.intro__img-word-4 {
  left: 12%;
  top: 28%;
  width: 16%;
  background-image: none;
}

.intro__img-word.intro__img-word-5 {
  left: 7%;
  top: 35%;
  width: 18%;
  max-width: 130px;
  background-image: none;
}

.intro__img-word.intro__img-word-6 {
  left: 3%;
  top: 73%;
  width: 20%;
  background-image: none;
}

.intro__img-word.intro__img-word-7 {
  left: 0vw;
  top: 44%;
  width: 25%;
  background-image: none;
}

.intro__img-word.intro__img-word-8 {
  top: 11%;
  right: 47%;
  width: 17%;
  background-image: none;
}

.intro__img-word.intro__img-word-9 {
  top: 20%;
  right: 37%;
  width: 24%;
  background-image: none;
}

.intro__img-word.intro__img-word-10 {
  top: 29%;
  right: 33%;
  width: 17%;
  background-image: none;
}

.intro__img-word.intro__img-word-11 {
  top: 36%;
  right: 32%;
  width: 17%;
  background-image: none;
}

.image-2 {
  width: 100%;
  height: auto;
}

.image-3 {
  width: 100%;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

.image-10 {
  width: 100%;
}

.image-11 {
  width: 100%;
}

.image-12 {
  width: 100%;
}

.scroll-down {
  position: absolute;
  left: 36%;
  bottom: -14vh;
  display: block;
  width: 47px;
  height: 9vh;
  max-height: 100px;
  max-width: 54px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
  cursor: pointer;
}

.scroll-down.scroll-down-blog {
  left: 27%;
  bottom: -11.5vh;
  max-height: 81px;
  max-width: 36px;
  opacity: 1;
}

.scroll-down-arrow {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/ArrpwDown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.intro__content {
  position: relative;
  min-height: 450px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.block {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ff1515;
}

.quote-img {
  width: 98px;
  height: 98px;
  background-image: url('../images/Quote.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.quote-img.intro-block__quote-img {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  max-height: 140px;
  max-width: 140px;
}

.quote-img.testemonial__quote-img {
  position: absolute;
  left: -71px;
  top: -14px;
  width: 56px;
  height: 56px;
}

.p400 {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  line-height: 148%;
  text-align: left;
}

.p400.intro-block__txt {
  max-width: 652px;
  margin-right: auto;
  margin-left: auto;
  line-height: 150%;
  text-align: center;
}

.p400.align-center {
  max-width: 657px;
  margin-right: auto;
  margin-left: auto;
  line-height: 149%;
  text-align: center;
}

.intro-img__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-13 {
  width: 100%;
  height: auto;
}

.header-img__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.simples {
  position: relative;
  margin-top: 10vh;
}

.text-block {
  width: 60%;
  max-width: 580px;
}

.text-block.text-block__p {
  width: 60%;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 0vw;
  margin-left: auto;
}

.text-block.text-block__center {
  max-width: 533px;
  margin-right: auto;
  margin-left: auto;
}

.text-block.text-block__center.newsletter__text-block {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 548px;
}

.text-block.text-block__center.pricing__text-block {
  max-width: 480px;
}

.text-block.text-block__center.simples__text-block {
  width: 70%;
  max-width: 488px;
}

.text-block.text-block__center.testimonials__text-block {
  position: relative;
  width: 56%;
  max-width: 600px;
  margin-bottom: 16px;
  margin-left: 37%;
}

.text-block.text-block__center.text-block__cretaor {
  max-width: 694px;
}

.text-block.setup__text-block {
  width: 40%;
}

.illustration-block {
  position: relative;
  width: 260px;
  height: 260px;
  margin-right: auto;
  margin-left: auto;
}

.illustration-block.illustration-idea {
  width: 14vw;
  height: 14vw;
  max-height: 240px;
  max-width: 240px;
  min-height: 140px;
  min-width: 140px;
  margin-left: auto;
  background-image: url('../images/Idea.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.illustration-block.illustration-molecule {
  position: relative;
  width: 14vw;
  height: 14vw;
  max-height: 240px;
  max-width: 240px;
  min-height: 140px;
  min-width: 140px;
  margin-right: auto;
  margin-bottom: 3.2vw;
  margin-left: auto;
  background-image: url('../images/Molecule.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.illustration-block.illustration-michael {
  width: 28vw;
  height: 35vw;
  max-height: 626px;
  max-width: 480px;
  margin-bottom: 3vw;
  margin-left: auto;
  background-image: url('../images/Michael-1.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.h700 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-family: Merriweather, serif;
  line-height: 134%;
  font-weight: 700;
  text-align: left;
}

.h700.align-center {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  line-height: 132%;
}

.align-center {
  text-align: center;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}


.video-items__wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 64px auto 80px;
  grid-column-gap: 84px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.video-item {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.video-item__placeholder {
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 2;
  width: 88%;
  height: auto;
  background-color: #fff;
  cursor: default;
}

.video-item__placeholder:hover {
  opacity: 1;
}

.video-item__placeholder.video-sample__placeholder {
  top: 8%;
}

.video-item__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.video-item__border {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.image-14 {
  width: 100%;
  height: 100%;
}

.botom {
  width: 100%;
  height: 100%;
}

.video-item-border {
  width: 100%;
}

.video-item-line {
  position: absolute;
  left: 7%;
  bottom: 0px;
  width: 84%;
  height: 5px;
}

.h50 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.h50.video-item__title {
  position: absolute;
  width: 100%;
  margin-top: -13px;
  text-align: center;
}

.video-item__title {
  position: absolute;
  width: 100%;
  text-align: center;
}

.video-item__title.h50 {
  bottom: -10px;
  display: block;
  padding-top: 0px;
  opacity: 0;
}

.video-item__src {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
}

.chat {
  position: relative;
  display: block;
  margin-bottom: 149px;
}

.chat__persona {
  position: -webkit-sticky;
  position: sticky;
  top: 14vh;
  z-index: 10;
  display: block;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.main-js {
  position: static;
  display: none;
}

.faq__question {
  position: relative;
  z-index: 2;
  width: 36%;
  text-align: left;
}

.question-item {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 84%;
  margin-bottom: 12px;
  padding: 16px 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/5e7b38c82c9596d7e2fa4edb_dialog-border-4.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
}

.image-15 {
  width: 100%;
  height: 100%;
}

.question-item__border {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/dialog-border.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.question-list {
  display: block;
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  display: block;
  list-style-type: none;
}

.question-item__text {
  width: 46%;
  margin-left: 10%;
  text-align: center;
}

.p350 {
  font-family: Merriweather, serif;
  line-height: 134%;
  font-weight: 700;
}

.p350.question-item__text {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: auto;
}

.image-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: none;
  object-fit: none;
}

.image-17 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.html-embed-4 {
  width: 100%;
  height: 80px;
}

.persona-img {
  position: relative;
  left: 34.1vw;
  top: -40px;
  display: block;
  width: 24vw;
  height: 44vw;
  max-height: 700px;
  max-width: 340px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Jordan.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.persona-speech {
  position: absolute;
  top: 70px;
  right: 200px;
  display: block;
  width: 20%;
}

.footer {
  position: relative;
  padding-top: 8px;
  padding-bottom: 32px;
}

.footer__border {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.footer__social {
  position: relative;
  right: auto;
  width: 356px;
  margin-top: 92px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 72px;
}

.social-list {
  width: 216px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-item {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  margin-left: 16px;
}

.social-item.social-item__facebook {
  background-image: url('../images/facebook.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.social-item.social-item__linkidin {
  background-image: url('../images/linkidin.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.social-item.social-item__youtybe {
  background-image: url('../images/youtube.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.social-shape {
  position: absolute;
  top: -10px;
  width: 54px;
  height: 32px;
}

.social-shape.social-shape__left {
  background-image: url('../images/social-block-shape-left.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-shape.social-shape__right {
  right: 0px;
  background-image: url('../images/social-block-shape-right.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.footer__copyright {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.p200 {
  font-family: Merriweather, serif;
  line-height: 155%;
  font-weight: 700;
}

.shakuro-link:hover {
  opacity: 1;
  color: #4dc7bf;
}

.newsletter {
  position: relative;
  margin-top: 20vh;
}

.newsletter__form {
  position: relative;
  z-index: 20;
  width: 450px;
  margin-top: 2.2vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.p300 {
  font-family: Karla, sans-serif;
  color: #202020;
  line-height: 144%;
  font-weight: 700;
}

.p300.align-center.newsletter__p {
  display: block;
  width: 88%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.footer__newsletter-status {
  position: relative;
  left: 2.8vw;
  bottom: -34px;
  display: block;
  width: 9vw;
  height: 12vw;
  max-height: 207px;
  max-width: 152px;
  min-height: 150px;
  min-width: 105px;
}

.pricing {
  margin-top: 20vh;
}

.price-option {
  display: block;
  max-width: 688px;
  margin-top: 3vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 72px;
  padding-bottom: 64px;
  background-color: #fff;
  text-align: center;
}

.price-option__price {
  margin-bottom: 2vw;
}

.price800 {
  position: static;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.price800.align-center {
  line-height: 134%;
}

.check-list {
  margin-top: 0px;
  margin-bottom: 2.2vw;
  padding-left: 0px;
}

.check-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.check-list-item__ico {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 8px;
  background-image: url('../images/check.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.check-list-item__text {
  display: block;
}

.list300 {
  font-family: Karla, sans-serif;
  line-height: 144%;
  font-weight: 700;
}

.cta-group {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hand-made-lnk {
  position: relative;
  display: inline-block;
}

.hand-made-lnk a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.hand-made-lnk:hover {
    opacity: 0.8;
}

.hand-made-lnk__vavue.textbtn800 {
  font-family: Merriweather, serif;
  line-height: 134%;
  font-weight: 700;
}

.hand-made-lnk__vavue.btn-text800 {
  line-height: 134%;
}

.svg-underline {
  position: absolute;
  display: block;
  width: 100%;
}

.btn-text800 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.btn-text800.hand-made-lnk__vavue {
  display: inline-block;
  padding-right: 12px;
  text-align: center;
}

.simples__show-more {
  text-align: center;
}

.testimonials-2 {
  display: none;
  overflow: visible;
  margin-top: 10vh;
}

.testimonial-item {
  position: relative;
  display: block;
  width: 100%;
}

.testimonial-item__author-img {
  width: 20vw;
  height: 46vw;
  max-height: 530px;
  max-width: 390px;
  min-width: 220px;
}

.owl-carousel.testimonials-slider {
  top: -220px;
  display: block;
}

.image-18 {
  display: block;
  width: 100%;
}

.testimonial-item-quote {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding: 0px;
  border-left-style: none;
  font-family: Karla, sans-serif;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
}

.testimonial-item-quote.p500 {
  position: relative;
  width: 100%;
  border-left-style: none;
  font-family: Karla, sans-serif;
}

.testimonial-item-text {
  position: relative;
  width: 56%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  background-color: #fafafa;
  text-align: center;
}

.creator {
  margin-top: 20vh;
}

.about-btn {
  display: none;
  text-align: center;
}

.div-block-3 {
  display: block;
}

.div-block-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.div-block-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.dentist-room {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 26;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  opacity: 0;
}

.waiting-room {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
}

.parallax-bg {
  position: absolute;
  z-index: 25;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: 1;
}

.door {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: none;
  width: 100%;
  height: 90vh;
  border-radius: 0px;
  background-color: rgba(255, 91, 91, 0);
  background-image: url('../images/door.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-32vw, 16vh) scale(2.7);
  -ms-transform: translate(-32vw, 16vh) scale(2.7);
  transform: translate(-32vw, 16vh) scale(2.7);
}

.header-space {
  position: relative;
  top: 0px;
  display: block;
  width: 5px;
  height: 70vh;
  background-color: transparent;
}

.header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 77vh;
}

.success-default {
  position: absolute;
  top: -162px;
  padding: 0px 8px;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
}

.svg-mailbox-flag {
  position: absolute;
  width: 2vw;
}

.mailbox-flag {
  position: absolute;
  left: 40%;
  top: 12%;
  width: 4vw;
  height: 1.8vw;
  max-height: 24px;
  max-width: 66px;
  min-height: 14px;
  min-width: 44px;
  background-image: url('../images/flag.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 16% 40%;
  -ms-transform-origin: 16% 40%;
  transform-origin: 16% 40%;
}

.mailbox-email {
  position: absolute;
  left: 22px;
  top: 26%;
  width: 1.8vw;
  height: 2.7vw;
  background-image: url('../images/mail.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.newsletter-error {
  position: absolute;
  top: 0px;
  margin-top: 0px;
  background-color: transparent;
  opacity: 0;
}

.newsletter-success {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  width: 100%;
  padding-bottom: 0px;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.newsletter-description {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.testimonial-item-author {
  position: relative;
  left: auto;
  right: auto;
  width: 42%;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fafafa;
}

.caption200 {
  margin-left: 48px;
  font-family: Karla, sans-serif;
  color: #202020;
  line-height: 146%;
  font-weight: 700;
}

.dash {
  width: 41px;
}

.dash.author-dash {
  position: absolute;
  top: 0px;
}

.image-19 {
  width: 100%;
}

.h500 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  line-height: 134%;
}

.typography-css {
  display: none;
}

.main-css {
  display: none;
}

.setup {
  margin-top: 20vh;
}

.setup__img {
  position: absolute;
  right: 80px;
  width: 40vw;
  height: 33vw;
  max-height: 540px;
  max-width: 650px;
  background-image: url('../images/Setting.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.chat-space {
  position: relative;
  display: block;
  width: 1px;
  height: 60vw;
}

.convo-js {
  display: none;
}

.convo-data-js {
  display: none;
}

.chat__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  width: 60%;
  margin-left: 40%;
}

.convo__wrapper {
  position: relative;
  top: 16vh;
  z-index: 20;
  display: block;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bubble__wrapper {
  position: relative;
  margin-top: 32px;
}

.cui__response {
  position: relative;
  z-index: 200;
}

.html-embed-5 {
  display: none;
}

.convo-css {
  display: none;
}

.convo-space {
  position: relative;
  width: 1px;
  height: 100vh;
}

.chat-header {
  position: relative;
  width: 19vw;
}

.faq-icon {
  position: absolute;
  top: -34px;
  right: -65px;
  width: 4vw;
  height: 3vw;
  max-height: 40px;
  max-width: 56px;
  background-image: url('../images/faq-ico.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-player {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 800;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.video-player__wrapper {
  position: relative;
  z-index: 100;
  display: block;
  width: 80vw;
  height: 45vw;
  margin-top: 2vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.video {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.plyr-css {
  display: none;
}

.close-btn {
  width: 3vw;
  height: 3vw;
  max-height: 40px;
  max-width: 40px;
  min-height: 24px;
  min-width: 24px;
  background-image: url('../images/close-btn.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.close-btn.video-player__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 200;
  cursor: pointer;
}

.setup-tab__menu {
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: transparent;
}

.tab-link-tab-1 {
  padding-right: 0px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  padding-left: 0px;
}

.tab-link-tab-2 {
  background-color: transparent;
}

.tab-menu-item {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.tab-menu-item.w--current {
  background-color: #fafafa;
}

.setup-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32vw;
  max-width: 326px;
  min-height: 54px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.setup-item__number {
  position: absolute;
  width: 2vw;
  height: 2vw;
  max-height: 70px;
  max-width: 74px;
  min-height: 53px;
  min-width: 56px;
}

.setup-item__number.number-1 {
  background-image: url('../images/item-1.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.setup-item__number.number-2 {
  background-image: url('../images/item-2.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.setup-item__number.number-3 {
  background-image: url('../images/item-3.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.setup-item__text {
  margin-left: 72px;
  font-family: Karla, sans-serif;
  font-weight: 700;
}

.setup-cta {
  display: none;
  margin-top: 24px;
}

.contact {
  margin-top: 8vw;
  margin-bottom: 5vw;
}

.faq {
  position: relative;
  margin-top: 20vh;
}

.faq-header {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 2vh;
}

.faq-answer {
  position: absolute;
  top: 83.281px;
  right: 205px;
  bottom: -97.984px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 386px;
  height: 290px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/speach.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.faq-answer.faq-answer-1 {
  top: -4.3vw;
  right: -57.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29vw;
  height: 20vw;
  min-height: 268px;
  min-width: 350px;
  opacity: 0;
}

.welcome-speach {
  position: absolute;
  top: -4.6vh;
  right: -51.5vw;
  overflow: visible;
  width: 290px;
  height: 187px;
  background-image: url('../images/welcome-speach.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.welcome-speach.active-answer {
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.answer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 32%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Karla, sans-serif;
  font-weight: 700;
  text-align: center;
}

.answer-text.welcome-speach-text {
  width: 66%;
  margin-top: 22%;
  margin-left: 26%;
  text-align: center;
}

.faq-answers {
  position: absolute;
  top: 15.6vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text {
  font-weight: 400;
}

.blog-header {
  position: relative;
  width: 100%;
  height: 72vh;
  max-height: 580px;
  margin-bottom: 8vw;
}

.contact-forrm-block {
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.contact-form {
  margin-top: 1vh;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

.contact-form.cotact-form-hide {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.form {
  display: block;
  width: 100%;
}

.input-text {
  height: 4.4vw;
  max-height: 56px;
  min-height: 40px;
  padding: 0px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #202020;
  border-radius: 8px;
}

.input-text.input-textarea {
  height: 12vw;
  max-height: 200px;
  padding-top: 1vw;
}

.input-text.has_error {
  border-width: 2px;
}

.btnprimary700 {
  height: 56px;
  padding: 0px;
  background-color: #202020;
}

.form-block {
  width: 66%;
}

.contact__image {
  position: absolute;
  right: 0px;
  bottom: -8vw;
  width: 50vw;
  height: 63vh;
  max-height: 392px;
  max-width: 244px;
  background-image: url('../images/michael-2.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-form-success {
  position: absolute;
  top: 191px;
  width: 50%;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

.contact-form-success.contact-form-success__show {
  top: 36%;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-header-content {
  position: absolute;
  top: 18vh;
  right: 12.9vw;
  width: 30vw;
}

.has_error {
  border-style: solid;
  border-width: 1px;
  border-color: #cc1919;
}

.h950 {
  position: static;
  font-family: Merriweather, serif;
  color: #000;
  line-height: 135%;
}

.blog-header-img {
  position: absolute;
  top: 5vh;
  width: 48vw;
  height: 38vw;
  background-image: url('../images/bog-header-img.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-menu_type-2 {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}

.scroll-down-blog {
  width: 5vw;
  height: 8vw;
  max-height: 100px;
  max-width: 51px;
  min-width: 40px;
  margin-top: 25px;
  margin-left: 6vw;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.articles-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 3vw;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 3vw auto 3vw auto 3vw auto;
  grid-template-rows: auto auto auto auto;
}

.blog-article-item {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-right: 0%;
  padding-left: 0%;
  float: none;
  clear: none;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog-article-item-img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  background-color: #fff;
}

.p250 {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #202020;
  line-height: 144%;
}

.image-20 {
  width: 100%;
  height: auto;
}

.blog-article-item-info {
  margin-top: 24px;
  padding-right: 8px;
}

.dot-separator {
  position: static;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 20px;
  background-color: #000;
}

.text-block-2 {
  display: inline;
}

.post-author {
  display: inline-block;
  font-family: Karla, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 132%;
  font-weight: 700;
}

.post-date {
  display: inline-block;
  font-family: Karla, sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 700;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.blog-article-item-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.testimonial-item-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 16vw;
  height: 16vw;
  max-height: 220px;
  max-width: 220px;
  min-height: 160px;
  min-width: 160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9000px;
  background-color: #fff;
}

.testimonial-item-img {
  position: relative;
  width: 80%;
}

.testimonials {
  height: auto;
  margin-top: 20vh;
 
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-arrow {
  left: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  text-transform: none;
}

.icon-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.arrow-right {
  width: 5vw;
  height: 7vw;
  max-height: 64px;
  max-width: 64px;
  min-height: 32px;
  min-width: 32px;
  background-image: url('../images/arrow-right.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-left {
  width: 5vw;
  height: 7vw;
  max-height: 64px;
  max-width: 64px;
  min-height: 32px;
  min-width: 32px;
  background-image: url('../images/arrow-left.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow {
  right: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  bottom: -55px;
  display: none;
}

.sample-header {
  padding-bottom: 188px;
}

.sample-header__img {
  position: absolute;
  top: 178px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  overflow: hidden;
  width: 53%;
  height: 74%;
  max-height: 698px;
  max-width: 906px;
  background-color: transparent;
  background-image: url('../images/visual-feast.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-item-type-2 {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.video-samples-wrapper {
  width: 100%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.video-sample__title {
  position: absolute;
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  text-align: center;
}

.video-sample__title.h50 {
  position: relative;
  display: block;
  padding-top: 0px;
  opacity: 1;
  text-align: left;
}

.video-sample__tag {
  padding-top: 2px;
  font-family: Karla, sans-serif;
  color: #b2b2b2;
  font-size: 16px;
  line-height: 148%;
}

.video-samples-head {
  padding-bottom: 48px;
}

@media screen and (max-width: 992px) {
    .p500.main-slogan {
        text-align: center;
        }
}



@media screen and (min-width: 1280px) {
  .btnprimary500 {
    padding: 1.2vw 2.3vw;
  }
  .dentist-room__img {
    right: 1vw;
    width: 58vw;
  }
  .waiting-room__img {
    right: 1vw;
    width: 58vw;
  }
  .p500.main-slogan.text-animation {
    max-width: 413px;
  }
  .cta-form-group.main-cta {
    width: 92%;
  }
  .persona-img {
    left: 38.4vw;
    top: -82px;
    width: 34vw;
    height: 48vw;
  }
  .html-embed-6 {
    position: fixed;
    display: none;
  }
  .faq-answer {
    position: absolute;
    top: 6.5vh;
    right: 11.7vw;
    display: none;
    width: 411px;
    height: 330px;
    background-image: url('../images/speach.svg');
    background-position: 0px 0px;
    background-size: auto;
  }
  .faq-answer.faq-answer-1 {
    top: -5.8vw;
    right: -56vw;
    width: 27vw;
    height: 19vw;
    min-width: 337px;
  }
  .welcome-speach {
    position: absolute;
    top: -7.5vh;
    right: -49vw;
    width: 290px;
    height: 187px;
    background-image: url('../images/welcome-speach.svg');
    background-position: 0px 0px;
    background-size: 100% 100%;
  }
  .blog-header {
    margin-bottom: 168px;
    padding-bottom: 0px;
  }
  .contact__image {
    bottom: -7.7vw;
    max-height: 500px;
    max-width: 310px;
  }
  .blog-header-content {
    top: 21.9vh;
  }
  .blog-header-img {
    max-width: 688px;
  }
}

@media screen and (min-width: 1440px) {
  .btnprimary500 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-list-item {
    padding-right: 1.8vw;
  }
  .navigation-list-item.nav-list-item_login {
    margin-left: 0vw;
    padding-right: 2vw;
  }
  .navigation-list-item.tab-menu-item.w--current {
    margin-right: 1.8vw;
  }
  .dentist-room__img {
    right: 2vw;
  }
  .waiting-room__img {
    right: 2vw;
  }
  .header__slogan {
    max-width: 560px;
  }
  .chat__persona {
    position: -webkit-sticky;
    position: sticky;
  }
  .persona-img {
    left: 30.8vw;
    top: -138px;
    width: 38vw;
    height: 53vw;
    max-height: 690px;
    max-width: 360px;
    margin-left: auto;
  }
  .footer__newsletter-status {
    bottom: -43px;
  }
  .setup__img {
    max-height: 530px;
    max-width: 607px;
  }
  .faq-answer.faq-answer-1 {
    top: -11.8vh;
    right: -43vw;
    width: 18vw;
    height: 14vw;
    min-height: 251px;
    min-width: 340px;
  }
  .welcome-speach {
    top: -11vh;
    right: -40.7vw;
  }
  .contact-form {
    width: 100%;
  }
  .form {
    display: block;
  }
  .input-text {
    width: 100%;
  }
  .form-block {
    width: 68%;
  }
  .contact__image {
    bottom: -7.7vw;
    width: 60vw;
    height: 58vh;
    max-height: 540px;
    max-width: 327px;
  }
  .form-2 {
    width: 100%;
  }
  .contact-form-success.contact-form-success__show {
    width: 33%;
  }
  .blog-header-content {
    right: 15%;
    width: 25vw;
  }
  .blog-header-img {
    width: 46vw;
    height: 36vw;
  }
  .scroll-down-blog {
    width: 4vw;
    height: 8vw;
  }
}

@media screen and (min-width: 1920px) {
  .btnprimary500 {
    padding-right: 1.8vw;
    padding-left: 1.8vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btnprimary500.btnprimary500_cta-form {
    padding-top: 0vw;
    padding-bottom: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btnprimary500.btnprimery-type-2 {
    height: 56px;
    min-height: 56px;
    line-height: 100%;
  }
  .top-menu {
    position: fixed;
  }
  .navigation-list-item {
    padding-right: 1.7vw;
  }
  .navigation-list-item.tab-menu-item.w--current {
    margin-right: 1.7vw;
  }
  .dentist-room__img {
    right: 4vw;
  }
  .waiting-room__img {
    right: 4vw;
  }
  .header__slogan {
    max-width: 632px;
  }
  .cta-form-group.main-cta {
    width: 88%;
  }
  .intro {
    padding-top: 164px;
  }
  .chat__persona {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .persona-img {
    left: 32vw;
    max-height: 760px;
    max-width: 410px;
  }
  .footer__newsletter-status {
    bottom: -47px;
  }
  .newsletter-success {
    opacity: 0;
  }
  .html-embed-6 {
    position: fixed;
    display: none;
  }
  .contact-form {
    position: relative;
    z-index: 300;
    -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  }
  .contact-form.cotact-form-hide {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .contact__image {
    bottom: -6.8vw;
    width: 60vw;
    height: 58vh;
    max-height: 600px;
    max-width: 363px;
  }
  .contact-form-success {
    position: absolute;
    z-index: 200;
    width: 61%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  }
  .contact-form-success.contact-form-success__show {
    position: absolute;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 325ms ease, -webkit-transform 200ms ease;
    transition: opacity 325ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, opacity 325ms ease;
    transition: transform 200ms ease, opacity 325ms ease, -webkit-transform 200ms ease;
  }
  .contact-success-text {
    position: relative;
    left: 151px;
    top: -44px;
  }
  .blog-header-content {
    top: 200px;
    right: 11%;
    max-width: 560px;
  }
  .scroll-down-blog {
    max-width: 51px;
  }
  .scroll-down-arrow-blog {
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/ArrpwDown.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapper.wrapper-horisontal {
    display: block;
  }
  .wrapper.chat__wrapper {
    display: block;
  }
  .btnprimary500 {
    min-height: 48px;
  }
  .top-menu {
    position: fixed;
    display: block;
    padding-top: 32px;
  }
  .btngroup {
    display: none;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .menu__nav {
    position: relative;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigationlist {
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-list-item {
    padding-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navigation-list-item.nav-list-item_login {
    margin-left: 0px;
    padding-right: 0px;
  }
  .header {
    position: relative;
    top: 0px;
    overflow: visible;
  }
  .header__img {
    position: relative;
    left: auto;
    top: 0px;
    right: auto;
    height: 62vw;
    min-height: 460px;
    margin-top: 0px;
  }
  .dentist-room__img {
    left: 10%;
    top: 16px;
    right: 10%;
    width: 80%;
    background-position: 50% 50%;
  }
  .header__content {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }
  .waiting-room__img {
    left: 10%;
    top: 16px;
    right: 10%;
    width: 80%;
    margin-top: 0px;
    background-position: 50% 50%;
  }
  .pixelperfect {
    top: 190px;
    display: none;
    overflow: hidden;
  }

  .h900.main-headline.text-animation {
    position: relative;
    left: auto;
    right: auto;
    text-align: center;
  }
  .header__slogan {
    display: block;
    width: 72%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    text-align: center;
  }
  .p500 {
    text-align: left;
  }
  .p500.main-slogan.text-animation {
    max-width: 100%;
  }
  .input-cta__field {
    min-height: 48px;
  }
  .cta-form-group.main-cta {
    width: 442px;
    margin: 40px auto 56px;
  }
  .image {
    display: none;
  }
  .intro {
    margin-top: 147px;
    margin-bottom: 12vw;
  }
  .intro__text {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 520px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .intro__img {
    position: relative;
    left: auto;
    top: 0px;
    right: auto;
    width: 86%;
    max-height: none;
    max-width: 548px;
    margin-top: 0vw;
    margin-right: auto;
    margin-left: auto;
  }
  .h300 {
    display: block;
    width: 100%;
    padding-bottom: 2vw;
  }
  .h300.intro-block__headline {
    text-align: center;
  }
  .scroll-down {
    position: relative;
    left: auto;
    top: 0px;
    right: auto;
    max-height: 88px;
  }
  .scroll-down.scroll-down-blog {
    left: auto;
    bottom: auto;
  }
  .intro__content {
    min-height: auto;
  }
  .quote-img.intro-block__quote-img {
    display: none;
  }
  .p400.intro-block__txt {
    text-align: center;
  }
  .header-img__wrapper {
    margin-left: 0vw;
  }
  .text-block.text-block__p {
    width: 100%;
    max-width: 520px;
    margin-bottom: 8vw;
  }
  .text-block.text-block__center.text-block__cretaor {
    width: 80%;
  }
  .illustration-block.illustration-molecule {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
  .illustration-block.illustration-michael {
    width: 60vw;
    height: 72vw;
  }
  .video-items__wrapper {
    margin-top: 4vw;
    margin-bottom: 4vw;
    grid-auto-flow: row;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .chat {
    display: none;
  }
  .faq__question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .question-item {
    display: inline-block;
    width: 400px;
    max-width: 410px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .persona-img {
    left: -16.5vw;
    top: 0px;
    width: 39vw;
    height: 62vw;
    max-height: 770px;
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
  .newsletter {
    padding-bottom: 32px;
  }
  .newsletter__form {
    margin-top: 5.6vw;
  }
  .p300.align-center.newsletter__p {
    width: 100%;
  }
  .footer__newsletter-status {
    position: relative;
    left: auto;
    right: auto;
    bottom: -4.4vw;
    width: 15vw;
    height: 20vw;
    margin-right: auto;
    margin-left: auto;
  }
  .price-option {
    padding-top: 64px;
  }
  .check-list {
    margin-bottom: 4vw;
  }
  .testimonial-item-text {
    width: 68%;
  }
  .waiting-room {
    display: block;
  }
  .header-space {
    overflow: visible;
    height: 50vh;
  }
  .header-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 138px;
    display: block;
    height: auto;
  }
  .testimonial-item-author {
    width: 40%;
  }
  .faq {
    display: none;
  }
  .faq-answer.faq-answer-1 {
    left: 300px;
    top: -1.1vw;
    right: auto;
  }
  .welcome-speach {
    top: -1.1vh;
    right: 12.7vw;
  }
  .faq-answers {
    position: relative;
    top: 0vh;
  }
  .link-block {
    position: relative;
    display: block;
  }
  .link-block.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-header {
    height: auto;
    margin-bottom: 120px;
    padding-top: 48px;
    padding-bottom: 0px;
  }
  .contact-forrm-block {
    padding-top: 48px;
    text-align: left;
  }
  .contact-form {
    text-align: left;
  }
  .form-block {
    width: 73%;
    text-align: left;
  }
  .contact__image {
    bottom: -8.5vw;
    display: block;
    width: 29vw;
    height: 44vh;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .blog-header-content {
    position: relative;
    top: 0vh;
    right: auto;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .blog-header-img {
    position: relative;
    top: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .scroll-down-blog {
    margin-right: auto;
    margin-left: auto;
  }
  .articles-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .left-arrow {
    left: 0%;
    display: none;
  }
  .right-arrow {
    right: 0%;
    display: none;
  }
  .slide-nav {
    display: block;
  }
  .sample-header {
    padding-bottom: 0px;
  }
  .sample-header__img {
    position: relative;
    left: auto;
    top: 0px;
    right: auto;
    width: 460px;
    height: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .video-samples-wrapper {
    margin-top: 4vw;
    margin-bottom: 4vw;
    grid-auto-flow: row;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .video-samples-head {
    padding-bottom: 0px;
  }
  .video-samples-block {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    margin-top: 0vw;
  }
  .btnprimary500 {
    padding: 12px 24px;
  }
  .top-menu {
    display: block;
  }
  .btngroup.setup-btn-group {
    display: inline-block;
  }
  .logo {
    display: block;
    width: 190px;
    height: 31px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .header__img {
    height: 60vw;
    min-height: 304px;
  }
  .dentist-room__img {
    left: 0%;
    right: 0%;
    width: 100%;
  }
  .waiting-room__img {
    left: 0%;
    right: 0%;
    width: 100%;
  }
  .h900 {
    text-align: center;
  }
  .h900.main-headline.text-animation {
    margin-bottom: 1.8vw;
  }
  .header__slogan {
    width: 90%;
    max-width: 100%;
    min-width: auto;
    padding-top: 24px;
  }
  .p500.setup-item__text {
    left: 0px;
    margin-top: 16px;
  }
  .illustration-obj_attention {
    top: 41px;
    right: -18px;
    width: 32px;
    height: 32px;
    margin-right: 1.5px;
  }
  .html-embed {
    display: none;
  }
  .input-cta__field {
    font-size: 18px;
  }
  .cta-form-group.main-cta {
    display: block;
    width: 360px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .logo-key.logo-key_c {
    width: 61px;
  }
  .logo-animation {
    display: block;
  }
  .intro {
    margin-top: 14vh;
    margin-bottom: 0vw;
    padding-top: 0px;
  }
  .intro__text {
    margin-top: 24px;
  }
  .intro__img {
    height: auto;
  }
  .h300 {
    padding-bottom: 2.4vw;
  }
  .scroll-down {
    max-height: 80px;
  }
  .p400.description-setup-block {
    text-align: center;
  }
  .simples {
    margin-top: 16vw;
  }
  .text-block.text-block__center {
    width: 100%;
  }
  .text-block.text-block__center.simples__text-block {
    width: 100%;
    max-width: 520px;
  }
  .text-block.text-block__center.text-block__cretaor {
    width: 89%;
  }
  .text-block.setup__text-block {
    position: relative;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .h700.headline-setup-block {
    margin-top: 24px;
    text-align: center;
  }
  .h700.chat-headline {
    text-align: center;
  }
  .video-items__wrapper {
    margin-top: 5vw;
    margin-bottom: 6vw;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .video-item.video-item_last {
    display: none;
  }
  .chat {
    display: none;
  }
  .chat__persona {
    position: relative;
    top: 0vh;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
  }
  .persona-img {
    position: relative;
    width: 46vw;
    height: 86vw;
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    padding-bottom: 24px;
  }
  .footer__social {
    margin-top: 12vw;
    padding-bottom: 10vw;
  }
  .newsletter {
    margin-top: 24vw;
    padding-bottom: 0px;
  }
  .newsletter__form {
    width: 360px;
  }
  .p300.align-center.newsletter__p {
    width: 100%;
    max-width: 480px;
  }
  .footer__newsletter-status {
    bottom: -5.5vw;
  }
  .pricing {
    margin-top: 24vw;
  }
  .check-list-item__ico {
    width: 16px;
    height: 16px;
  }
  .testimonials-2 {
    display: none;
  }
  .testimonial-item {
    text-align: center;
  }
  .testimonial-item__author-img {
    float: none;
    text-align: center;
  }
  .owl-carousel.testimonials-slider {
    top: 0px;
  }
  .testimonial-item-text {
    position: relative;
    top: auto;
    right: auto;
    width: 88%;
  }
  .creator {
    margin-top: 24vw;
  }
  .waiting-room {
    right: auto;
    display: block;
    border-radius: 0px;
  }
  .setup {
    margin-top: 24vw;
  }
  .setup__img {
    position: relative;
    right: 0px;
    width: 80vw;
    height: 68vw;
    margin-right: auto;
    margin-left: auto;
  }
  .chat__wrapper {
    position: relative;
    top: 32px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .convo__wrapper {
    top: 0vh;
  }
  .chat-header {
    width: 100%;
    text-align: center;
  }
  .faq-icon {
    display: none;
  }
  .setup-tab {
    margin-top: 32px;
  }
  .setup-tab__menu {
    display: none;
  }
  .setup-item {
    display: block;
    width: 54vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .setup-item__number.number-1 {
    position: relative;
    display: inline-block;
  }
  .setup-item__number.number-2 {
    position: relative;
    display: inline-block;
  }
  .setup-item__number.number-3 {
    position: relative;
    display: inline-block;
  }
  .setup-item__text {
    margin-top: 12px;
    margin-left: 0px;
  }
  .setup-cta {
    display: block;
    margin-top: 6px;
    text-align: center;
  }
  .link-block {
    display: block;
  }
  .blog-header {
    padding-top: 32px;
  }
  .form-block {
    width: 100%;
  }
  .contact__image {
    display: none;
  }
  .contact-form-success.contact-form-success__show {
    width: 100%;
  }
  .articles-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 3vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }

  .sample-header__img {
    height: 60vw;
    min-height: 304px;
  }
  .video-item-type-2.video-item_last {
    display: none;
  }
  .video-samples-wrapper {
    margin-top: 5vw;
    margin-bottom: 6vw;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    display: block;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    float: none;
    text-align: left;
  }
  .wrapper.wrapper-horisontal {
    margin-top: 0vw;
  }
  .btnprimary500 {
    padding: 12px 24px;
  }
  .btnprimary500.btnprimary500_cta-form {
    text-align: center;
  }
  .top-menu {
    position: fixed;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .btngroup {
    position: relative;
    right: -10%;
    display: block;
    width: 80%;
    height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .logo {
    position: relative;
    left: 0px;
    top: 4px;
    right: auto;
    z-index: 100;
    display: block;
    width: 164px;
    height: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 100% 50%;
  }
  .menu__nav {
    position: fixed;
    top: -40px;
    right: 0px;
    z-index: 300;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background-color: transparent;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }
  .navigationlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25vh;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .navigation-list-item {
    margin-bottom: 24px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .header {
    overflow: visible;
    margin-top: 24px;
  }
  .header__img {
    height: 70vw;
    min-height: 200px;
  }
  .dentist-room__img {
    top: 0px;
  }
  .waiting-room__img {
    top: 0px;
  }
  .header__slogan {
    width: 100%;
    padding-top: 0px;
  }
  .p500.main-slogan.text-animation {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  .illustration-obj_attention {
    position: absolute;
    width: 44px;
    height: 32px;
    margin-right: -4.5%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .html-embed {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
  }
  .toggle-menu {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 400;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color: #202020;
  }
  .line {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #fff;
  }
  .line.line-z {
    top: 16px;
    width: 20px;
    margin-bottom: 8px;
  }
  .line.line-x {
    position: absolute;
    display: block;
    margin-bottom: 8px;
  }
  .line.line-y {
    top: 8px;
    margin-bottom: 0px;
  }
  .toggle-menu__lines {
    position: absolute;
    left: 14px;
    top: 14px;
  }
  .menu__bg {
    position: fixed;
    top: -109px;
    right: -261px;
    z-index: 200;
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 900px;
    background-color: #fafafa;
  }
  .cta-form-group.main-cta {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .cta-form {
    margin-top: 32px;
    text-align: center;
  }
  .input-cta {
    text-align: center;
  }
  .page-loader {
    position: fixed;
  }
  .logo-animation-keys {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .intro {
    overflow: visible;
    width: 100%;
    margin-top: 10vh;
  }
  .intro__text {
    max-width: 400px;
  }
  .intro__img {
    position: relative;
    width: 100%;
    max-width: none;
  }
  .why-channeld-img {
    position: relative;
    width: 100%;
  }
  .h300 {
    padding-bottom: 4vw;
  }
  .scroll-down {
    top: 0px;
    max-height: 64px;
  }
  .intro__content {
    display: block;
  }
  .quote-img.intro-block__quote-img {
    display: none;
  }
  .image-13 {
    max-width: none;
  }
  .simples {
    margin-bottom: 24vw;
    padding-top: 0px;
  }
  .text-block.text-block__p {
    margin-bottom: 12vw;
  }
  .text-block.text-block__center.text-block__cretaor {
    width: 100%;
  }
  .h700 {
    padding-bottom: 4vw;
  }
  .video-items__wrapper {
    margin-top: 8vw;
    margin-bottom: 8vw;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .video-item {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer__social {
    width: 100%;
    margin-top: 12vw;
    padding-bottom: 9vw;
  }
  .social-shape.social-shape__left {
    display: none;
  }
  .social-shape.social-shape__right {
    display: none;
  }
  .newsletter__form {
    width: 100%;
    max-width: 340px;
    margin-bottom: 48px;
  }
  .p300.align-center.newsletter__p {
    width: 88%;
  }
  .footer__newsletter-status {
    bottom: -6.3vw;
  }
  .pricing {
    margin-top: 144px;
    margin-bottom: 106px;
  }
  .price-option {
    margin-top: 6vw;
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .price-option__price {
    margin-bottom: 8vw;
  }
  .check-list {
    margin-bottom: 12vw;
  }
  .header-space {
    height: 40vh;
  }
  .header-wrapper {
    top: 96px;
  }
  .mailbox-flag {
    min-height: 16px;
  }
  .typography-css {
    display: none;
  }
  .setup-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block.w--current {
    position: relative;
  }
  .blog-header {
    overflow: hidden;
  }
  .blog-header-img {
    width: 100vw;
    height: 69vw;
  }
  .scroll-down-blog {
    min-height: 72px;
    min-width: 38px;
  }
  .articles-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 8vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .slide-nav {
    display: block;
  }
  
  .sample-header__img {
    width: 308px;
    height: 247px;
    min-height: 200px;
  }
  .video-item-type-2 {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .video-samples-wrapper {
    margin-top: 8vw;
    margin-bottom: 8vw;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-2dab3e5cf781-3219cc3a {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-2dab3e5cf781-b8c84e1b {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}


 

 /** 
 * Resrt Styles
 * ------------------------------------------ */
 
*:focus {
    outline: none;
}

h1,
h2, 
h3,
h4 {
	margin: 0;
}

.body_desible-scroll {
	position: absolute;
  overflow: hidden;
}


/** 
 * Text Animation
 * ------------------------------------------ */
 
 .text-animation span {
   visibility: hidden;
 }
 
 @-webkit-keyframes keypress {
  from {
    visibility: hidden;
  }
  
  to {
    visibility: visible;
  }
}

@keyframes keypress {
  from {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

.keypress {
  -webkit-animation-name: 0.2s keypress;
  animation-name: 0.2s keypress;
}

/** 
 * Header
 * ------------------------------------------ */
 
 .header_fixed {
 	position: fixed;
 }

/* Img */

/* @media only screen and (min-width: 992px) and (max-width: 1280px ){
   .header-img__wrapper  {
   		left: 12%;
      top: 3vh;
   }
}*/
 
 
/** 
 * Mobile Menu
 * ------------------------------------------ */

/* Open menu btn */

.toggle-menu .line {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.toggle-menu_close .line-y {
  width: 0;
}

.toggle-menu_close .line-x {
	top: 8px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle-menu_close .line-z {
  top: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__nav {
  -webkit-transition: all .8s .1s ease;
  -moz-transition: all .8s .1s ease;
  -o-transition: all .8s .1s ease;
  transition: all .8s .1s ease;
}

.menu__nav_show {
    transform: scale(1);
    opacity: 1;
}

.menu__bg {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu__bg_show {
  width: 900px;
  height: 900px;
}

/** 
 * Buttons
 * ------------------------------------------ */
 
input:focus {
	outline: none !important;
}

 /** 
 * Inputs
 * ------------------------------------------ */


/* Input CTA*/


 

/* Navigation */

@media only screen and (min-width: 992px) and (max-width: 1023px ){
   .navigation-list-item  {
      padding-right: 2.5vw;
   }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px ){
   .navigation-list-item  {
      padding-right: 2.7vw;
   }
}

@media only screen and (min-width: 480px) and (max-width: 580px ){
   .navigation-list-item  {
      padding-right: 4.3vw;
   }
}

 /** 
 * Newsletter
 * ------------------------------------------ */

#wf-form-newsletter-form {
	display: block !important;
}

.newsletter_success .cta-form {
	transform: scale(0.8);
  opacity: 0;
  transition: all .4s ease;
}

.newsletter_success .newsletter-description {
	opacity: 0;
	transform: scale(0.8);
  transition: all .5s ease;
}


.newsletter_success .newsletter-success {
	opacity: 1;
  transform: scale(1);
  transition: all .5s ease .5s;
}

._error {
  position: absolute;
  bottom: -32px;
  width: 100%;
  left: 0;
  text-align: center;
}

._error-inner {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}


 /** 
 * Newsletter - Mailbox
 * ------------------------------------------ */
 
.mailbox-flag {
  transform: rotate(90deg);
  transform-origin: 47% 26%;
  transition: all .4s ease-in-out 1.2s;
}

.mailbox-email {
   opacity: 0;
   transition: all .1s ease-in-out 1s;
}

 /* Change Status */
 
.newsletter-status_subscriber .mailbox-email {
	opacity: 1;
}

.newsletter-status_subscriber .mailbox-flag {
	transform: rotate(5deg);
}



 /** 
 * Testimonials
 * ------------------------------------------ */
 
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
 
    
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }


.owl-height {
  transition: height 500ms ease-in-out; }

  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }


  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
    
.owl-dots {
  position: relative;
  left: 42%;
  top: -36px;
}

    
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
    width: 22px;
    height: 22px;
    background: url('https://uploads-ssl.webflow.com/5e4bc0d664f7f53773379a6a/5e9d00abe014f925d1a8b2d7_SliderControlItem_normal.svg');;
    border-radius: 90;
    margin: 0 16px 0 0;
}

.owl-carousel button.owl-dot.active {
    background: url('https://uploads-ssl.webflow.com/5e4bc0d664f7f53773379a6a/5e9d00ab572a490a13d68565_SliderControlItem_active.svg');
}
    
/** 
 * Video Player
 * ------------------------------------------ */
 
.video-player__wrapper video {
 	width: 100%;
  height: 100%;
}
 
.video-player_show {
 	display: block;
}

.video-player_show .video {
	transform: scale(1);
}

/** 
 * FAQ
 * ------------------------------------------ */

.active-answer {
     opacity: 1 !important;
}

.active-question {
    opacity: .6 !important;
}

 /** 
 * Contact Form
 * ------------------------------------------ */


.contact-form ._error-inner {
  text-align: center;
  position: relative;
}

.contact-form ._error {
  position: relative;
  bottom: -16px;
}





.contact-form ._above,
.contact-form ._below {
  display: none;
}

.contact-form ._above:last-child,
.contact-form ._below:last-child  {
  display: block;
}


.menu-margin {
    position: relative;
    width: 1px;
    height: 120px
    }


.opf-error__icon {
    display: none;
}

