html {
    scroll-behavior: smooth;
    font-size: 16px;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);    
}
body {
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 5rem;
    margin: 0;
    line-height: normal;
}

h1 {
    font-family: HKGrotesk, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #05241A;
}

h2 {
    font-family: HKGrotesk-Regular;
    font-size: 1.2rem;
    margin-top: -0.8rem;
    color: #697370;
    font-weight: normal;
    margin-bottom: 2rem;  
}

.fixed-wd {
    max-width: calc(1511px + 2rem);
    margin: 0 auto;
    width: 100%;
}

.fixed-wd.fixed-sm {
    max-width: calc(1055px + 2rem);
}

.mcp {
    cursor: pointer;
}

.logo {
    font-family: HKGrotesk;
    font-weight: bold;
    font-size: 2rem;
    color: #3e545e;
    height: 100%;
    vertical-align: top;
}

.logo img {
    width: 160px;
    margin-top: 2px;
    margin-right: 0.3rem;
    display: inline-block;
    margin-bottom: -16px;
}

.logo a {
    color: inherit;
    text-decoration: none;
    margin-top: 0.6rem;
    margin-bottom: 0;
    display: inline-block;    
}

.tac {
    text-align: center;
}

.mtn {
    margin-top: 0;
}

.mts {
    margin-top: 1rem;
}

mvm {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}

.phs {
    padding-left: 1rem;
    padding-right: 1rem;
}

.phm {
    padding-left: 2rem;
    padding-right: 2rem;
}


.description {
    width: calc(50vw - 2rem);
    max-width: 39rem;
}

.anchor-link {
    padding-top: 5rem; 
    margin-top: -5rem;    
}

#conversion .anchor-link {
    padding-top: 0.4rem;
    margin-top: 0;
}

#conversion h1 {
    margin-top: 2rem;
    max-width: 570px;
    text-transform: capitalize;
}

#conversion h2 {
    margin-top: 0rem;
    margin-bottom: 3rem;
    line-height: 1.8rem;    
}

.dev-page .anchor-link {
    border-bottom: 2px solid #c9cecb;
    padding-bottom: 2rem;    
}

#canvas {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    right: 0;
    top: 0;
    transition: 0.4s ease;
    z-index: 5;
    padding-top: 0;    
}


.flipbook-wrapper {
    width: 100%;
    height: 100%;
}

.flipbook-wrapper #canvas {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

#magazineViewport {
    overflow: visible !important;
}

.page-wrapper {
    cursor: pointer;
}


header {
    padding: 0 2rem;    
    box-sizing: border-box;
}

header h2 {
    margin-top: -0.8rem;
}

.btnModalRegister {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;    
}

.login-section p a.btnModalRegister {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

nav {
    background-color: #F2F5F3;
    padding: 0.5rem 2rem;    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    box-sizing: border-box;
}

.nav-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: calc(50% + 730px + 1.5rem);
    margin-left: auto;
    margin-right: 0;
    padding-left: 1rem;
    width: 100%;    
}

nav .links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    padding-right: 4rem;
}

nav .links .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
}

nav .links a {
    text-decoration: none;
    color: #05241A;
    font-size: 1.05rem;
    white-space: nowrap;
}

nav .links a:hover,
nav .links a.selected {
    color: #19A975;
    transition: 0.2s ease-in;
}

.links div {
    padding: 0 1rem;
    font-size: 1rem;
    font-family: HKGrotesk;
}

nav .links div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav ul {
    list-style: none;
    position: absolute;
    top: 2.6rem;
    padding: 0 2rem 1rem;
    right: 0.5rem;
    border: 0;
    border-top: none;
    background: linear-gradient(0deg, #F2F5F3 -16.22%, #EEF1EF 86.51%);
    box-shadow: 0px 10px 40px rgba(34, 34, 34, 0.1);
    border-radius: 0px 0px 8px 8px;
}

nav ul li {
    padding: 0.2rem 0;
}

.menu .btnLanguage {
    color: #697370;
}

.landing-nav.inverse .menu svg path {
    fill: white;
    transition: 0.2s ease;
}

.logo-inverse {
    fill: white !important;
    transition: 0.2s ease;
}

.logo-inverse-initial {
    fill: #19A974;
}

.button-remark a {
    color: #19A975 !important;
}

nav.inverse {
    background-color: #19A974;
    padding-top: 0;
    padding-bottom: 0;
    transition: 1s ease;
}

nav.inverse .links a {
    color: white;
    transition: 1s ease;
}

nav .links .menu a {
    color: #19A975;
}

nav.inverse .links .menu a {
    color: white;
}

nav.inverse .links a.selected,
nav.inverse .links a:hover {
    transition: 0.5s ease;
    color: white;
    border-bottom: 1px solid white;
}

nav.inverse a.btn-cta:hover, 
nav.inverse .btn-cta:hover, 
nav.inverse .button a:hover,
nav.inverse .btn-cta, 
nav.inverse a.btn-cta, 
nav.inverse .button a {
    background-color: white;
    color: #19A975;
    transition: 1s ease;
    border-bottom: 0;
}

nav.inverse a.btn-cta:hover, 
nav.inverse .btn-cta:hover, 
nav.inverse .button a:hover {
    color: #05241A;
}

.landing-nav.inverse .menu ul {
     background: #18a672;
}

.landing-nav.inverse .button-remark a {
    color: white !important;   
}

nav.inverse .logo a {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.menu {
    position: relative;
    margin-left: 4rem;
    position: relative;
    margin-left: 4rem;
    flex-direction: row !important;
    align-items: center !important;    
}

.drop-uploader {
    box-sizing: border-box;
    border: 1px dashed #19A975;
    margin: 0 2rem;
    padding: 2rem 0.5rem;
    border-radius: 10px;
    background-color: white;
}

.drop-file-size {
    margin-top: 5px;
}

.drop-text {
    display: block;
}

.drop-text small {
    display: block;
    padding-left: 7rem;
}

.drop-uploader {
    height: 10rem;
    padding-top: 2.4rem;
}

.drop-progress {
    width: 100%;
    max-width: 500px;
    font-family: HKGrotesk-Regular;
    font-size: 1.1rem;
    color: #05241a;
    margin: 0 auto;
}

.drop-file-details > div {
    width: 50%;
}

.drop-file-details > div:last-child {
    text-align: right;
}

.drop-file-details {
    display: flex;
    align-content: space-between;
}

.btn.btnUpload {
    background-color: #19A975;
    color: white;
    margin-left: 0rem;
    width: auto;
    display: block;
    max-width: 16rem;
    text-align: center;
    padding: 0.5rem 0;
    box-sizing: border-box;
    margin-top: 1rem;
    cursor: pointer;
    padding: 7px 50px 7px 14px;
    position: relative;
    text-decoration: none;
}

.btn.btnUpload:active,
.btn.btnUpload:hover {
    background-color: #697370;
    transition: 0.2s ease;
}

.btnUpload svg {
    height: 21px;
    margin-top: 3px;
    position: absolute;
    right: 10px;    
}

.drop-text small {
    display: block;
    padding-left: 7rem;
    padding-top: 0.6rem;
}

.drop-uploader {
    display: flex;
    align-items: center;
}

.drop-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #697370;
    font-family: HKGrotesk;
    font-weight: normal;
    position: relative;
    z-index: 100;
    height: 100%;
    align-items: center;
    margin-top: 0;
}

.drop-file-size {
    color: #697370;
    font-size: 0.9rem;
}

.drop-file-name {
    font-size: 1rem;
    color: #19a975;
}

.btnCancel {
    background-color: lightgray;
    width: 100%;
    display: inline-block;
    padding: 0.3rem 0;
    color: black;
    cursor: pointer;
    border-radius: 8px;
    font-size: 1rem;
    text-align: center;
    max-width: 115px;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col {
    width: calc(50% - 2rem);
    margin: 1rem;
}

.cols-4 .col {
    width: calc(25% - 2rem);
}



@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

#features {
    width: 100%;
    margin-top: 0;
    padding: 2rem 5rem;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    overflow: hidden;
}



.link-container {
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 1.5rem;
}

#features h3 {
    font-family: HKGrotesk;
    font-size: 1.2rem;
    margin-top: 16px;
    color: #05241A;
    margin-bottom: 0;
    font-weight: bold;
}

#features .col {
    border: 2px solid #E3EBE8;
    border-radius: 8px;
    background-color: white;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    z-index: 10;
    width: calc(50% - 2rem);
}

#features .col svg {
    margin-left: -2px;
}


#features p {
    font-family: HKGrotesk-Regular;
    font-size: 1.05rem;
    text-align: left;
    color: #697370;
}

#features .cols {
    margin: 0 auto;
}

.back-line-1 {
    position: absolute;
    bottom: 130px;
    left: 0;
    z-index: 0;    
}

.back-line-2 {
    position: absolute;
    right: 0;
    top: 272px;
    z-index: 0;
    width: 377px;
    height: auto;
}

.back-line-3 {
    position: absolute;
    top: 335px;
    right: 0;
    z-index: 0;
    width: 517px;
    height: auto;
}

.back-line-4 {
    position: absolute;
    z-index: 0;
    left: -225px;
    width: 501px;
    bottom: 0;
    height: auto;
}

.back-line-5 {
    position: absolute;
    right: 0;
    top: 278px;
    z-index: 0;
    width: 292px;
    height: auto;
}

.back-line-6 {
    position: absolute;
    top: -173px;
    left: -67px !important;
    z-index: 0;
    left: auto;
    transform: scale(1);
}

#lookbook-features,
#flipbook-features {
    background-color: white;
}

#examples {
    background-color: white;    
    position: relative;
}

.more-examples {
    position: absolute;
    top: 2.5rem;
    right: 1.1rem;
}

.more-examples a {
    color: #19a974;
    font-family: HKGrotesk-Regular;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
}

.more-examples svg {
    vertical-align: top;
    margin-top: -2px;
    margin-left: 5px;
}


.examples {
    margin: 0 auto;   
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}



.examples h3 {
    margin: 2rem 0 2rem 1rem;
    font-size: 2rem;
    font-family: HKGrotesk;
    font-weight: bold;
    color: #05241A;
}



.examples .col {
    cursor: pointer;
    transform: translate3d(0,0,0);
}

.examples .front {
    font-family: HKGrotesk-Regular;
    font-size: 1.5rem;
}

.examples .back a {
    background-color: #19a974;
    margin-top: 2rem;
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 0.4rem 0;
    width: 100%;
    box-shadow: 0 0 5px 0px lightgray;
    border-radius: 4px;
}

.examples .front {
    font-family: HKGrotesk-Regular;
    font-size: 1.7rem;
    background-size: cover;
    background-position: top;   
    color: #3e545e;
}

.examples .back p {
    font-family: HKGrotesk-Regular;
    font-size: 1rem;
}


#product h3 {
    font-size: 2rem;
    font-family: HKGrotesk;
    color: #05241A;
    text-align: left;
    padding: calc(1rem + 2px);
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
}

.title {
    margin: 4rem 0 2rem 2rem;
    font-size: 2rem;
    font-family: HKGrotesk;
    color: #05241A;
    text-align: center;     
}

#product {
    background-color: white;
}

.product {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0;    
    position: relative;
    z-index: 10;    
}

.product-cont {
    padding-top: 4rem;
    padding-bottom: 7rem;
    background: linear-gradient(270deg, rgb(242, 245, 243) 0%,rgb(242, 245, 243) 70%, rgb(252, 252, 252) 100%);
    position: relative;
    overflow: hidden;
    padding-bottom: 7rem;
}

.product-item {
    font-family: HKGrotesk-Regular, sans-serif;
    padding: 2rem 1rem;
    margin: 1em;
    color: #262b38;
    background: #fff;
    cursor: default;
    position: relative;
    border: 2px solid #E3EBE8;
    border-radius: 8px;
    font-size: 1.05rem;
    width: calc(33% - 2em);
    box-sizing: border-box;
}


.product-item ul {
    list-style: none;
    padding: 0 1rem;
}


.product-item-remark {
    border: 2px solid #19a975a6;    
}

.product-item-popular-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    overflow: hidden;
    height: 104px;
    z-index: 0;    
}

.product-item-popuplar {
    position: absolute;
    top: 23px;
    right: -39px;
    background-color: #19a975a6;
    color: white;
    text-transform: uppercase;
    transform: rotate(47deg);
    width: 146px;
    text-align: center;
    padding: 4px 0;    
}


#product .product.fixed-wd .product-item {
    width: calc(24.5% - 1.5em);
}

#product .product.fixed-wd .product-item:first-child {
    margin-left: 0;
}

#product .product.fixed-wd .product-item:last-child {
    margin-right: 0;
}

.product-feature {
    padding-bottom: 0.45rem;
    font-size: 0.95rem;
}

.product-feature::before {
    content: ' ';
    background-image: url("/assets-web/img/icon/check.svg");
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin-top: 0px;
    vertical-align: top;
    margin-right: 6px;
}

.product-feature strong {
    font-weight: normal;
}

.product-item .btn-cta {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product-currency-note {
    text-align: center;
    color: gray;
    margin: 13px calc(1rem + 2px) 0 auto;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
    font-size: 0.9rem;
    font-family: HKGrotesk-Regular;
    flex-direction: column-reverse;
    gap: 9px;
}

.product-currency-note > p {
  margin: 0 0 0 0;
  font-size: 0.78rem;
}

.product-currency-note .product-currency {
    margin-right: 0;
    background: white;
    width: 100%;
    padding: 0.3rem 0.5rem;
    font-family: HKGrotesk-Regular, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    border-radius: 6px;
    border: 2px solid #E3EBE8;
}

.special-plan .product-currency-note {
    flex-direction: row !important;
    align-items: center !important;        
}


.product-title {
    font-family: HKGrotesk;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.product-action {
    background-color: #19a975;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    box-sizing: border-box;
    box-shadow: none;
    margin-top: 1rem;
    text-decoration: none;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 6px;
}

.product-action:hover,
.product-action:active,
.product-action:focus {
    background-color: #697370;
}

.btn-cta.btn-block.btn-cta-disabled,
.btn-cta-disabled {
    background-color: white;
    color: #3e545e;
    box-shadow: none;
    border: 1px solid lightgray;    
}


.flipbook-features {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;        
}

.flipbook-feature {
    font-family: HKGrotesk-Regular, sans-serif;
    padding: 2em 3em 2em 3em;
    margin: 1em;
    color: #697370;
    background: #fff;
    cursor: default;
    overflow: hidden;
    position: relative;
    width: calc(33% - 2rem);
    border: 2px solid #E3EBE8;
    border-radius: 8px;
    box-sizing: border-box;
}

.flipbook-feature-double {
    display: flex;
}

.flipbook-feature-image {
    background-image: url(/assets-web/img/faq.jpg);
    width: 50%;
    margin: -2em 3em -2em -3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f2f4f1;    
}

.flipbook-feature-call {
    width: 50%;
    font-size: 1.15rem;
    text-align: left;
}

.flipbook-feature a,
.feature-page-section a,
.flipbook-feature-call a {
    color: #686970;
}

.flipbook-feature a:active,
.flipbook-feature a:hover,
.feature-page-section a:active,
.flipbook-feature-call a:active,
.flipbook-feature-call a:hover {
    color: #19A975;
}

.feature-page-section .faq-more-info h2,
.feature-page-section .faq-more-info {
    font-size: 1.4rem;
}

.feature-page-section .faq-more-info {
    background-color: white;
}

.feature-page-flip {
    display: flex;
    flex-direction: row;
}

.feature-page-flip-cont {
    width: 355px;
}

.feature-page-flip-text {
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(100% - 355px);
}

.feature-page-img-rigth {
    float: right;
    width: 370px;
    margin: 13px 0 30px 60px;
    border-radius: 11px;
}

.content-section {
    margin: 0 2rem;
}

.content-section .subtitle {
    font-size: 1.4rem;
    margin: 0;
}

.content-section .feature-page-section {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.content-section p {
    font-size: 1.06rem;
    line-height: 1.9rem;
}

.content-section .feature-page-2-col > li {
  display: block;
  width: calc(50% - 6px);
  margin: 0;
  box-sizing: content-box;
}

.content-section .feature-page-2-col {
  align-content: space-between;
  list-style-type: none;
}

#article-main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 6rem;
    padding: 2rem 3rem;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    overflow: hidden;

}

#article-main .fixed-wd {
    border: 2px solid #E3EBE8;
    border-radius: 8px;
    background-color: white;
    z-index: 10;
    position: relative;
    padding-bottom: 2rem;
}


.article-content {
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    width: 100%;
    font-family: HKGrotesk-Regular;
    color: #05241a;
}

.article-content h3 {
    margin-top: 0;
    font-size: 1.3rem;
}

.article-content p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.article-content-idea {
    display: flex;
    border-top: 0;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 0;
    border-bottom: 0;
    flex-direction: row-reverse;
}

.header-img {
    float: left;
    width: 75px;
    padding-top: 23px;
    margin-right: 12px;
    margin-left: -12px;
}

.article-content-idea.mtn {
    margin-top: 0;
}

.article-content-text a {
    color: #19a974;
}


.article-content-flip {
    width: 320px;
    margin-right: 2rem;
}

.article-content-text {
    width: calc(100% - 320px);
}


.article-content-flip .heyzine-flip .front,
.article-content-flip .heyzine-flip .back {
    height: 200px;
    min-height: 200px;
}

.article-content-flip .heyzine-flip .front h5 {
  color: #05241a;
  font-size: 1.7rem;
}

.article-content-flip .heyzine-flip .img-back,
.article-content-flip .heyzine-flip .img-front {
    border-radius: 10px;
}

.article-content-flip .heyzine-flip .back p {
  font-family: HKGrotesk-Regular;
  font-size: 1.3rem;
  color: #05241a;
}

.article-content-top {
    margin-top: 6rem;
    padding: 2rem;
    font-family: HKGrotesk-Regular;
    box-sizing: border-box;    
}

.article-content-toc {
    float: left;
    border-right: 1px solid #e3ebe8;
    font-size: 0.9rem;
    padding-right: 3rem;
    margin-right: 2rem;
}

.article-content-toc-b {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    margin-left: 14px;
}

.article-content-toc > div {
    margin-bottom: 7px;
}

.article-content-toc a {
    text-decoration: none;
    color: #697370;
    display: block;
    margin-bottom: 6px;
    position: relative;
}

.article-content-toc a::before {
    content: '·';
    font-size: 3rem;
    position: absolute;
    top: -1.4rem;
    left: -17px;
}

.hml {
    margin-top: 3rem;
}

.app-main-section .fixed-wd {
    max-width: calc(1480px + 2rem);
}

.app-hero {
    margin-top: 4rem; 
    margin-bottom: 2rem;    
    display: flex; 
}

.app-main-section a:active, .app-main-section a:hover {
  color: #19A975;
}

.app-main-section a {
  color: #686970;
}


.app-downloads {
    display: flex;
    width: 100%;
    max-width: 290px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    margin-left: 2rem;
}

.app-download-btn {
    font-family: HKGrotesk-Regular;
    display: flex;
    align-items: center;
    background: #f2f5f3;
    border: 2px solid #05241a;
    border-radius: 12px;
    padding: 0.5rem 2rem;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    color: #05241a;
    text-decoration: none;    
}

.app-download-btn:hover {
    background: #19a97573;
    transition: 0.35s ease;
}

.app-download-btn svg {
    margin-right: 9px;
}

.app-screen {
    width: 100%;
    position: relative;
}

.app-screen > img {
    position: absolute;
    top: -4rem;
    left: 50%;
    width: 92%;
    max-width: 1024px;
    z-index: 100000;
    transform: translateX(-50%);    
}

#follow-section {
    background-color: #F2F5F3;
    padding-bottom: 4rem;
    position: relative;
}

#follow-section .fixed-wd {
    display: flex;
    justify-content: center;
}

.follow-title {
    width: 625px;
    margin-right: 3rem;
}

.follow-title .title {
    text-align: right;
    margin: 0;
    font-size: 1.7rem;
}

.follow-links {
    font-family: HKGrotesk;
    font-size: 1.4rem;
    margin-top: -7px;
}

.follow-links p {
    margin: 0;
}

p.follow-links-title {
    margin: 8px 0 7px;
    font-weight: normal;
}

.follow-links svg {
    width: 40px;
    height: 40px;
    fill: black;
    margin-right: 2rem;
}

.follow-links a {
    text-decoration: none;
}


.testimonial-cta {
    margin-top: -2rem;
}

.testimonial-cta .btn-primary {
    font-size: 1.4rem;
    margin: 2rem 0 3rem 0;
    text-decoration: none;
    font-weight: normal;
}



.flipbook-feature-call h4 {
    font-size: 1.3rem !important;
}

.flipbook-feature-call h4 a {
    color: #05241A;
    text-decoration: none;
}

.examples h4 {
    font-size: 0.83em;
}

.flipbook-feature-call p {
    font-size: 1rem;
}

.flipbook-features h4,
.flipbook-features h5 {
    font-family: HKGrotesk;
    font-size: 1.1rem;
    margin: 0;
    color: #05241A;
}

.flipbook-feature-title svg {
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin-top: -5px;
    margin-right: 6px;
}

.flipbook-feature-title h4 {
    display: inline;
}


#contact {
    background: linear-gradient(270deg, rgb(242, 245, 243) 0%,rgb(242, 245, 243) 70%, rgb(252, 252, 252) 100%);
    padding-bottom: 7rem; 
}

#contact.contact-top {
    padding-top: 13rem;
}

.contact-cont {
    display: flex;
    justify-content: space-between;
    max-width: calc(1460px - 2.5rem);
}

.contact-detail {
    font-family: HKGrotesk-Regular, sans-serif;
    width: 40%;
    color: #697370;
    padding-left: 1rem;
    margin-left: 1rem;
    box-sizing: border-box;
}

.contact-detail .title {
    text-align: left;
    margin-left: 0;
    font-size: 3.5rem;
    margin-top: 0;
}

.contact-detail p {
    font-size: 1.1rem;
}

.contact-detail a {
    text-decoration: none;
}

.contact-detail a svg {
    margin-right: 0.7rem;
}

.contact-detail a {
    text-decoration: none;
    margin-right: 0;
    color: #686970;
}

.contact-detail a:focus,
.contact-detail a:active,
.contact-detail a:hover {
    color: #19A975;
}

.contact-detail a svg {
    width: 20px;
}

.contact-land-form .contact-email input {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 1.4rem);
}

.contact-land-form .contact-email {
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 43.4rem;
    margin-left: auto;
    margin-right: auto;
}

.contact-land-form .contact-page .trumbowyg-box,
.contact-land-form .contact-type,
.contact-land-form .contact-subject {
    max-width: 43.4rem;
    margin: 1rem auto;    
}

.contact-land-form .contact-message textarea {
    padding-top: 0.5rem;
}

.contact-cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.contact > div {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.contact-image {
    float: left;
    margin: -0.5rem 2rem 0 0;    
}

.contact-text {
    font-family: HKGrotesk-Regular;
    font-size: 1rem;    
}

.contact a {
    color: #3e545e;
}

.contact-land-form {
    width: 54%;
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem 1.5rem 0.5rem;
    box-sizing: border-box;
    margin-right: 1rem;
}

.contact-land-form .btn-action {
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-right: 0;
    max-width: 9rem;
    box-shadow: none;
}

.contact-land-form .contact-subject-prospect input,
.contact-land-form .contact-message textarea, 
.contact-land-form .contact-email input {
    box-shadow: none;
    background-color: #F6F6F5;
    border: 0;
    border-radius: 8px;
    font-family: HKGrotesk-Regular;
}

.contact-land-form .contact-actions {
    max-width: 43.4rem;
    margin: 0 auto;
}

footer {
    background-color: #19A974;
    color: white;
    text-align: center;
    padding: 1.5rem 1rem 0.5rem;
    font-family: HKGrotesk;
    font-size: 0.9rem;
}

footer a {
    color: white;
}

footer span {
    margin-right: 1rem;
}

.btn-cta,
a.btn-cta,
nav .button a {
    text-decoration: none;    
    background-color: #19A975;
    color: white;
    padding: 0.4rem 1rem 0.3rem;
    font-family: HKGrotesk;
    font-weight: normal;
    border-radius: 8px;
    white-space: nowrap;
}

a.btn-cta:hover,
.btn-cta:hover,
nav .button a:hover {
    text-decoration: none;
    color: white;
    background-color: #697370;
    transition: 0.1s ease-in;
}

.btn-block {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;    
}

.product-price .pricing-period {
    font-size: 1.4rem;
    font-weight: normal;
}
.product-price {
    font-size: 2rem;
    text-align: center;
}


.product-price .pricing-period.pricing-upgrade {
    font-size: 1.1rem;
}

main.dev-page {
    font-family: HKGrotesk-Regular;
    width: calc(100% - 12rem);
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    left: 12rem;
    top: 2.7rem;
    background-color: #f2f2f2;
}

.dev-page-content {
    background: white;
    margin: 2rem 0 0;
    border-radius: 16px 0 0 0;
    box-sizing: content-box;
    padding: 1rem 3rem;
}

.dev-page-content .btnModalRegister {
    padding: 0 !important;
}

.dev-page header {
    width: 100%;
    padding: 0 0 3rem 0;
}

.code-content {
    overflow: auto;
}

.get-key {
    margin: 1rem 0;
    background-color: white;
    padding: 1rem;
    display: inline-block;
    width: 100%;
    max-width: 34rem;
    border: 2px solid lightgray;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    color: #05241a;
}

.get-key a {
    color: #19A975;
}

.dev-page section {
    margin-bottom: 5rem;    
}

.dev-page h2 {
    font-size: 1.7rem;
}

.dev-page th {
    text-align: left;
    padding: 0 2rem;
}
.dev-page td {
    padding: 0 2rem;
}

.dev-api-keys {
    display: flex;
    justify-content: start;
    gap: 4rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.dev-api-keys p {
    margin-bottom: 12px;
    margin-top: 0;
}

.code-examples {
    margin-top: 2rem;
}

.code-endpoint h3 {
    margin-bottom: 0.5rem;
}

.code-endpoint-body {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    border-bottom: 2px solid #e8e7e7;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.code-endpoint:last-child .code-endpoint-body {
    border-bottom: 0;
    padding-bottom: 0;
}

.code-endpoint-body .code-params {
    width: 50%;
}

.code-endpoint-body .code-content {
    width: 50%;
}

.code-endpoint-body .code-param-title {
    margin-bottom: 0.7rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e4e8e5;
}

.code-desc-main {
    margin-bottom: 2rem;
}

.code-endpoint-body .code-param {
    margin-bottom: 1.7rem;
}

.code-endpoint-body .code-param-name {
    margin-bottom: 0.25rem;
}

.code-param-name-main {
    font-weight: bold;
    margin-right: 1rem;
    font-size: 1rem;
}

.code-param-name-type {
    color: gray;
    margin-right: 1rem;
    font-size: 0.75rem;
}


.code-param-name-required {
    font-size: 0.75rem;
}

.code-endpoint-body .code-examples {
    margin-top: 0;
}

.code-endpoint-body .code {
    margin-top: 0;
    white-space: nowrap;
    overflow: auto;
}

.code-endpoint-body .code-wrap {
    margin-top: 0; 
    overflow-wrap: anywhere;
    background-color: #f2f5f3;
    padding: 1rem;
    border-radius: 8px;    
}

.code-title {
    margin-top: 0;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.dev-page .code {
    background-color: #f2f5f3;
    padding: 1rem;
    border-radius: 8px;
}

.dev-page table {
    width: 100%;
    border: 1px solid lightgray;
    font-size: 0.9rem;
    border-collapse: collapse;
}
.dev-page table td, .dev-page table th {
    border: 1px solid lightgray;
}


.dev-page .error {
    color: red;
}

.dev-page .find-form > span {
    margin-right: 10px;
}

.dev-page .find-form > input {
    padding: 7px 4px;
    border-radius: 6px;
    border: 1px solid gray;
    width: 100%;
    max-width: 307px;
    margin-right: 12px;
}

.dev-page .findIdBtn {
    background: #5a686f;
    border: 1px solid gray;
    padding: 6px;
    border-radius: 8px;
    width: 83px;
    color: white;
    cursor: pointer;
}


.lateral {
    position: fixed;
    left: 0;
    height: 100%;
    width: 12rem;
    top: 3rem;
    background-color: #F2F5F3;
    padding-right: 1.5rem;
    box-sizing: border-box;
    padding-top: 7rem;
}

.lateral a {
    font-family: HKGrotesk;
    color: #05241A;
    text-decoration: none;
    font-size: 1rem;
}

.lateral a:hover {
    color: #19A975;
    transition: 0.2s ease;
}

.lateral > div {
    margin: 1.4rem 0;
    text-align: right;
}

.dev-page footer {
    width: 100%;
}


#flipbook-customize {
    display: none;
    width: 50%;
}

#flipbook-customize h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
}

#flipbook-customize .selEffect {
    margin-top: 1rem;
    padding: 0.8rem;    
}


.text-section {
    border-top: 1px solid #E3EBE8;
    border-bottom: 1px solid #E3EBE8;
    display: block;
    margin: 0 0 2rem;
}

.try-section .text-info {
    color: #05241A;
    font-weight: normal;
    margin: 1rem 0;    
}

.try-section .text-info svg {
    float: left;
    margin-right: 0.5rem;    
}

.btn-action.btn-action-alt {
    background-color: white;
    box-shadow: none;
    border: 1px solid #19A975;
    font-family: HKGrotesk-Regular;
    font-weight: normal;
    color: #19A975;
    padding: 0.8rem 0.5rem;
}   

.btn-action.btn-action-alt:hover {
  color: #697370;
  border: 1px solid #697370;
  transition: 0.2s ease;
  background-color: #fcfcfc;
}

.btn-action-alt svg {
    vertical-align: top;
}


.cust-cols {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #f4f4f4;
    padding-left: 1rem;
    border-radius: 5px;
}

.cust-cols > div {
    width: calc(100% - 1rem);
    text-align: center;
}

.cust-cols input, .cust-cols select {
    width: calc(50% - 1.2rem);
    padding: 0.4rem;
    margin: 0.3rem 0;
}

.cust-cols select {
    width: 100%;
}

.cust-actions a {
    display: block;
    margin: 1rem 0;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.9rem;
}

.cust-actions a.half {
    max-width: calc(50% - 0.2rem);
    display: inline-block;
    font-size: 0.7rem;
    white-space: nowrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
}

.btn-subaction.half img {
    display: block;
    margin: 0 auto;
}


.cust-actions a.half:first-child {
    margin-right: 1rem;
}

.notification-bar {
    position: fixed;
    top: 4rem;
    width: 100%;
    background-color: #3e545e;
    font-family: HKGrotesk-Regular;
    font-weight: bold;
    text-align: center;
    z-index: 100000;
    padding: 1rem;
    color: white;  
    display: none;
}

.mvm {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.progress-line, .progress-line:before {
  height: 6px;
  width: 100%;
  margin: 0;
}
.progress-line {
    background-color: #5a686f;
    display: -webkit-flex;
    display: flex;
    margin-top: 4rem;
    width: 15vw;  
}
.progress-line:before {
  background-color: #3e545e;
  content: '';
  -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}
@keyframes running-progress {
  0% { margin-left: 0px; margin-right: 100%; }
  50% { margin-left: 25%; margin-right: 0%; }
  100% { margin-left: 100%; margin-right: 0; }
}


.progress-line-2 {
    background-color: #F6F6F5;
    width: 100%;
    position: relative;
    height: 12px;
    border-radius: 10px;
    overflow: hidden;
}

.progress-line-2 .progress-inner {
    background-color: #19A975;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 10px;    
}


.progress-line-2 .progress-start {
    width: 100%;
    transition: 15s ease;
}

.progress-line-2 .progress-inner.progress-inner-ending {
    left: 0;
    width: 50%;    
    -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    transition: none;
}


.logo a {
    text-decoration: none;
}

/* The element to hover over */
.qs {
    position: relative;
}
.qs .popover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  bottom: 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 12px;
  font-family: "Helvetica", sans-serif;
  left: -5px;
  padding: 7px 10px;
  position: absolute;
    width: 100vw;
    max-width: 300px;
  z-index: 4;
}
.qs .popover:before {
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: "";
  display: block;
  left: 19px;
  margin-left: -7px;
  position: absolute;
}
.qs:hover .popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -moz-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -ms-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}

.pop-info {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-up {
  from {
    bottom: 30px;
  }
  to {
    bottom: 42px;
  }
}
@-moz-keyframes move-up {
  from {
    bottom: 30px;
  }
  to {
    bottom: 42px;
  }
}
@-ms-keyframes move-up {
  from {
    bottom: 30px;
  }
  to {
    bottom: 42px;
  }
}

.info-modal {
    font-size: 1rem;
    font-family: HKGrotesk;
    background-color: #f2f5f3;
    padding: 3rem 2rem;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 2rem auto;
    font-weight: normal;
    border-radius: 7px;
    border: 2px solid #19a974;
    position: relative;
}

.info-modal .close {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.info-modal .close img {
    width: 100%;
}

.flipbook-customize-cont .btnModalLogin {
    color: black;
    background-color: lightgray;
    text-decoration: none;
    padding: 0.4rem;
}


.product-feature a {
    color: #3e545e;
}

.dev-page section a {
    color: #3e545e;
}

.g-signin2 {
    width: 100%;
    max-width: 13rem;    
}

.g-signin2 > div {
    width: 100% !important;
    max-width: 20rem !important;
}

.content-basic {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
}

.content-basic-nav-links {
    display: flex;
    justify-content: space-between;    
}

.content-basic p {
    font-family: HKGrotesk-Regular;
}

.content-basic-btn-menu {
    margin: 55px 0 9px;
}

.content-basic-btn-menu a {
    text-decoration: none;
    border: 1px solid lightgray;
    padding: 4px 16px;
}

.content-basic-btn-menu a:hover { 
    background-color: lightgray;
    transition: 0.2s ease;
}


.content-basic h2 {
    margin-top: 3rem;    
}

.content-basic h3 {
    margin-top: 1rem;
    font-family: HKGrotesk-Regular;
    font-size: 1rem;
    color: #697370;
}

.content-basic ul li {
    font-family: HKGrotesk-Regular;
}

.content-basic table {
    font-family: HKGrotesk-Regular;
}

.content-basic .table-sm {
    font-size: 13px;
}

.content-basic .table-md {
    font-size: 14px;
}

.content-basic .table-md td {
    padding: 2px 8px;    
}

.content-basic .table-md.bordered {
    border-collapse: collapse;
}

.content-basic .table-md.bordered td {
    padding: 3px 8px;
    border: 1px solid lightgray;
}

.content-basic a {
    color: #0e6042;
}

.content-basic .table-legal {
    width: 100%;
    text-align: left;
    border: 1px solid #697370;
    padding: 10px;
    border-collapse: collapse;    
    font-size: 14px;
}

.content-basic .table-legal td,
.content-basic .table-legal th {
    border: 1px solid #697370;
    padding: 4px 10px;
}


.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #697370;
    color: white;
    font-family: HKGrotesk-Regular;
    padding: 1rem 2rem 1rem;
    box-sizing: border-box;
    z-index: 100000;
}

.cookies > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-end;
    max-width: 1577px;
    margin: 0 auto;
    padding: 0 1rem;  
}

.cookies button {
    border: 0;
    background: white;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 6px;
    outline: none;
    font-family: HKGrotesk-Regular;
    font-weight: bold;
    color: #3e545e;
    cursor: pointer;
}


.cookies h8 a,
.cookies h8 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 2px;
    text-decoration: none;
}

.cookies p {
    font-size: 0.9rem;
}

.cookies a {
    color: white;
}

.cookies button {
    border: 1px solid gray;
    background: white;
    font-size: 1rem;
    padding: 0.5rem 3rem;
    border-radius: 6px;    
}

.tutorial-page {
    box-sizing: border-box;
    font-family: HKGrotesk-Regular;
    text-align: justify;
    display: flex;
}

.tutorial-page article {
    padding: 1rem 2rem; 
    width: 100%;
    box-sizing: border-box;
}

.tutorial-menu {
    width: 260px;
    background-color: #8fa5aa17;
    color: white;
    margin-top: -5rem;
    padding-top: 5rem;    
}

.tutorial-menu ul {
    list-style: none;
    position: fixed;
    top: 7rem;    
}

.tutorial-menu li {
    padding: 0.7rem 0;
}

.tutorial-menu a {
    color: #3e545e;
    text-decoration: none;
}

.tutorial-page h1 {
    text-align: center;
}

.tutorial-page h2 {
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: center;    
}

.tutorial-page a {
    color: #3e545e;
}

.img-md.pull-left {
    float: left;
    margin-right: 1rem;
}

.tutorial-page .img-md {
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 2px 2px lightgray;
    margin: 2rem auto 4rem;
    display: block;
}

.tutorial-page .img-lg {
    max-width: 750px;
    width: 100%;
    box-shadow: 0 0 2px 2px lightgray;
    margin: 2rem auto 4rem;
    display: block;    
}

.tutorial-page iframe {
    display: block;
    margin: 2rem auto 4rem;
}

.tutorial-menu strong {
    color: #3e545e;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}

.btnPayKeep {
    cursor: pointer;
}

.qs:hover .popover {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding: 13px;
}

.faq-link {
    font-family: HKGrotesk-Regular;
    text-align: center;
    width: auto;
    margin: 3rem auto 6rem;
    max-width: 600px;
    background: white;
    border: 2px solid #e3ebe8;
    padding: 1rem 2rem;
    box-sizing: border-box;
    border-radius: 8px;
}

.faq-link a {
    font-weight: bold;
    color: #19a975;
}

.faq-link a:hover {
    color: #697370;
}

.faq-page {
    display: flex;
    flex-direction: row;
    margin-top: -1rem;
    background-color: #f3f5f2;
}

.faq-content {
    width: 100%;
    background-color: white;
    border-radius: 16px 0 0 0;
    margin-top: 11px;
}

.faq-page h1 {    
    padding-top: 0;
}

.faq-page h2 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #05241A;
}

.faq-page a {
    color: #697370;
}

.faq-page .nav-lateral {
    position: relative;
    box-shadow: none;
    display: block;
    background: linear-gradient(99.12deg, #F2F5F3 -16.22%, #F5F4F0 86.51%);
    width: 18rem;
    padding: 0.5rem 1rem;
    z-index: 10;
}

.faq-page .nav-lateral div {
    margin-bottom: 1rem;
    padding: 0.7rem 1rem;
    white-space: nowrap;
}

.faq-page .nav-lateral div:hover,
.faq-page .nav-lateral div.active {
    background-color: white;
    border-radius: 8px;
}

.faq-page .nav-lateral div:hover a,
.faq-page .nav-lateral div.active a {
    color: #19a975;
}

.faq-page h3 {
    margin: 2rem 0 2rem 2rem;
    font-size: 2rem;
    font-family: HKGrotesk-Regular;
    color: #3e545e;
    text-align: center;        
}

.faq-page .faq > div {
    background-color: white;
}

.faq-page .faq {
  width: calc(100% - 4rem);
  max-width: 1260px;
  margin: 0 auto;
}

.faq-page .answer img {
    max-width: 100%;    
}

.faq-page .answer video {
    width: 100%;
    max-width: 578px;
}

.faq-page .question {
    border: 2px solid #f2f5f3;
    padding: 0.5rem 2rem;
    cursor: pointer;
    font-weight: normal;
    border-radius: 6px;
    font-family: HKGrotesk-Regular;
}

.faq-page .question::after {
    content: url('/assets/img/icon/plus.svg');
    float: right;
    margin-top: -1px;
}

.faq-page .question.active::after {
    content: url('/assets/img/icon/minus.svg');
    float: right;
    margin-top: -1px;
}

.faq-page .question.active {
    border-bottom: none;
    border-right: none;
    border-radius: 6px 0 0 0;
}

.faq-page .answer {
    height: 0;
    overflow: hidden;
    font-family: HKGrotesk-Regular;
    transition: 0.5s ease;
    opacity: 0;
    padding: 0 2rem;
    border-left: 2px dashed #f2f5f3;
    color: #697370;
}

.faq-page #contact {
    background: none;
    display: flex;
    gap: 3rem;
    padding-bottom: 10rem;
}

.faq-more {
    display: flex;
}

.faq-more-visual {
    width: 100%;
    max-width: 13rem;
    border: 2px solid #f2f5f1;
    background-color: #f2f4f1;
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
}

.faq-more-visual img {
    width: 100%;
}

.faq-more-info {
    font-size: 1.5rem;
    font-family: HKGrotesk-Regular;
    display: flex;
    flex-direction: column;
    border: 2px solid #f2f5f3;
    border-radius: 0 6px 6px 0;
    justify-content: center;
    padding: 2rem;
}

.faq-more-info h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #05241A;
    display: block;
}

.faq-more-info p {
    margin: 0;
    color: #697370;
}


.faq-page .answer.active {
    height: auto;
    transition: 0.5s ease;
    opacity: 1;        
}

.faq .answer a {
    color: #19A975;
}

.faq .answer a:hover,
.faq .answer a:active,
.faq .answer a:focus {
    color: #697370;
}

.faq-page .faq .code > p {
  margin: 0;
  font-size: 0.95rem;
}

.faq-page .faq .code .desc {
  font-size: 1rem;
  margin: 2rem 0 0.5rem;
}
    
.faq-page .answer.active {
    height: auto;
    transition: 0.5s ease;
    opacity: 1;
    margin-bottom: 4rem;
}

.faq-page .remark {
    font-weight: bold;
}

.faq-page .nav-lateral a {
    text-decoration: none;
    color: #05241A;
    font-weight: normal;
    font-family: HKGrotesk;
    font-size: 1.1rem;
}

.faq-page .nav-lateral a svg {
    vertical-align: bottom;
    margin-right: 5px;
}

.faq-page .nav-lateral section {
    position: sticky;
    top: 8rem;
}

.faq-page .answer ul li {
    margin: 1rem 0;
}

.faq-content {
    width: 100%;
}

.faq-no-results {
    font-family: HKGrotesk-Regular;
    font-size: 1.1rem;
    color: #959996;
    margin-top: 7rem !important;
    margin-bottom: -15rem !important;
}

.faq-heading > div {
    margin-top: 2.5rem;
    margin-bottom: -3rem;
}

.faq-search-box {
    position: relative;
    float: right;
    margin-top: 0.5rem;
    width: 100%;
    max-width: 400px;
    margin-bottom: 1rem;
}

.faq-search-box input[type="text"] {
    font-family: HKGrotesk-Regular;
    font-size: 1.2rem;
    padding: 0.7rem 1rem 0.7rem 3rem;
    width: 100%;
    background-color: #F6F6F5;
    border: 0;
    color: #697370;
    border-radius: 8px;
    box-sizing: border-box;
}

.faq-search-box svg {
    position: absolute;
    top: 0.75rem;
    left: 0.7rem;
}

.paypal-manual p {
    font-family: HKGrotesk-Regular;
    font-size: 1.2rem;
}

#payPricePurchase {
    font-size: 22px;
}


.special-plan h3,
#product.special-plan h3 {
    margin: 3rem 0 0;
    font-size: 2rem;
    font-family: HKGrotesk-Regular;
    color: #05241a;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.special-plan.faq {
    width: 100%;
    padding: 2rem;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
}

.special-plan .question {
    border: 2px solid #e3ebe8;
    padding: 0.4rem 2rem;
    cursor: pointer;
    border-radius: 6px;
    font-family: HKGrotesk-Regular;
    font-weight: normal;
    font-size: 1.1rem;
    color: #697370;
    background-color: white;
}


.special-plan .answer {
    height: 0;
    overflow: hidden;
    font-family: HKGrotesk-Regular;
    transition: 0.5s ease;
    opacity: 0;
    padding: 0 2rem;
    border-left: 2px dashed #e3ebe8;
}

.special-plan .answer.active {
    height: auto;
    transition: 0.5s ease;
    opacity: 1;        
}



.special-plan.faq .code > p {
  margin: 0;
  font-size: 0.95rem;
}

.special-plan.faq .code .desc {
  font-size: 1rem;
  margin: 2rem 0 0.5rem;
}


.feature-page-top,
.special-plan-top {
    background: linear-gradient(90deg, rgb(242, 245, 243) 0%,rgb(242, 245, 243) 40%, rgb(252, 252, 252) 100%);
    margin-top: -5px;
    padding-bottom: 2rem;
    margin-bottom: -2rem;
}

.feature-page-top {
    padding-bottom: 0;
    margin-bottom: 2rem;
}

.feature-page-section {
    font-family: HKGrotesk-Regular;
    margin-bottom: 6rem;
}

.feature-page-text {
    font-size: 1.1rem;
    line-height: 1.7rem;
    padding: 0 2rem;
    box-sizing: border-box;
    text-align: justify;
}

.feature-page-hero,
.special-plan-hero {
    width: 100%;
    padding: 2rem;
    max-width: 1260px;
    margin: 0 auto;
    font-family: HKGrotesk-Regular;
    font-size: 20px;
    color: #697370;
    box-sizing: border-box;
}

.feature-page-2-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 12px;
    justify-content: center;
}

.feature-page-2-col > div,
.feature-page-2-col > li {
    display: block;
    width: calc(50% - 44px);
    margin: 5px;
}

.feature-page-subtitle {
    text-align: center;
    padding: 0 1rem;
}

.feature-page-section h2 {
    color: #05241a;
    font-size: 1.6rem;
}

.feature-page-card {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    border: 2px solid #E3EBE8;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.feature-page-2-col .feature-page-card > p {
    padding-right: 10px;
}

.feature-page-2-col img {
    margin-right: 2rem;
    width: 315px;
}

.feature-page-section .rk-md {
    font-size: 2rem;
    margin-right: 8px;
}

.feature-page-footer {
    border-top: 2px solid #f2f5f3;
    background-color: #dadada0f;
}

#contact.feature-page-section {
    background: none;
    display: flex;
    gap: 3rem;
    padding-bottom: 4rem;
    margin: 4rem auto 0 auto;
    width: calc(100% - 4rem);
    max-width: 1123px;
}

#contact.feature-page-section .faq-more {
    width: 50%;
}

.special-plan-hero-image {
    width: 100%;
}

.special-plan-hero h4 {
    color: #05241A;
    font-size: 25px;
    margin-top: 0;
}

.special-plan-cta {
    background-color: #19a975;
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    margin: 1rem;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.special-plan-cta:hover,
.special-plan-cta:active,
.special-plan-cta:focus {
    background-color: #697370;
    transition: 0.1s ease-in;    
}


.special-plan-two p {
    text-align: justify;
    margin-top: 2rem;
}

.special-plan-two {
    display: flex;
    flex-direction: row;
    margin-top: 5rem;
    gap: 4rem;
}

.feature-page-hero h1 {
    font-size: 3rem;
    margin: 1.2rem 0;
}

#mdlLinks .content {
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid lightgray;
    background-color: white;
    height: auto !important;
    overflow: auto;
    max-height: calc(100% - 12vh) !important;
}

#mdlLinks .close {
    right: 0;
    width: 35px !important;
    top: 0;
    opacity: 1;
    min-width: 25px !important;
    position: absolute;
    background-color: white;
    border-radius: 0 0 0 8px;
    height: 35px;
    padding: 7px;
}

#mdlLinks .close img {
    width: 100%;
}

#mdlLinks .content > div {
    min-width: 970px;
}

#mdlLinks {
    line-height: 160%;
    font-family: HKGrotesk-Regular, sans-serif;
    font-size: 15px;
}

#mdlLinks .tool-remark {
    font-weight: 400;
    color: #666;
}

#mdlLinks > .content > .shr-codes {
    min-width: 814px;    
}

#mdlTermsApp .content {
    max-width: 720px;
    font-size: 1rem;
    transform: translateX(-50%);
    left: 50%;
    max-height: 500px;    
}


.content-text-long {
    background-color: white;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    height: calc(100% - 80px);    
}

.content-text-long-buttons {
    height: 80px;
    border-top: 1px solid lightgray;
    background-color: white;
    display: flex;
    flex-direction: row;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
}

.content-text-long-buttons button {
    background-color: #e9f2ef;
    border: 1px solid black;
    font-family: HKGrotesk-Regular;
    padding: 4px 18px;
    border-radius: 8px;
    cursor: pointer;
}

.content-legal p {
    text-align: justify;
}

.content-text-long h1 {
    font-size: 1.4rem;
    margin-top: -24px;
}


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
    border-color: #efefef;
    color: #666;
}
.form-control {
    height: 40px;
    font-weight: 400;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn .btn {
    padding: 10px 12px;
    border-radius: 0;
    height: 42px;    
    position: relative;
}

.input-group-btn .btn:hover {
    background-color: #697370;
    transition: 0.1s ease-in;    
}

.input-group-btn .btn svg {
    height: 100%;
    width: auto;    
}

.input-group-btn .btn:last-child {
    border-radius: 0 6px 6px 0;
}


.btn {
    border: none;
    border-radius: 0;
}
.btn.btn-default {
    color: #333;
    background-color: #f4f4f4;
    border-radius: 0;
}

.btn-default:hover, .btn-default:focus {
    background-color: #e7e7e7;
}

.btn-default > img {
    width: 16px;
    vertical-align: bottom;
    margin-bottom: 2px;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #19A975;
    font-size: 1.1rem;    
    border-radius: 8px;
    font-family: HKGrotesk;
    font-weight: bold;
    color: white;    
}

.form-group .form-label {
    text-align: right;
    margin-right: 12px;
}

.form-group {
    margin-bottom: 15px;
}

.menu ul > li {
    padding: 0.5rem;
    text-align: right;
}

.hero-section {
    display: flex;
    flex-direction: row;
    min-height: 39rem;
    margin-top: -11px;
}

.hero-title {
    width: 50%;
    opacity: 1;
    padding-left: 3rem;
    transition: 0.4s ease-in;
    background: linear-gradient(90deg, rgb(242, 245, 243) 0%,rgb(242, 245, 243) 70%, rgb(252, 252, 252) 100%);    
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
}

.hero-title-content {
    max-width: 788px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 2rem;    
}

.hero-demo {
    width: 50%;
    padding-top: 2.2rem;
    background: #fcfcfc;
    padding-bottom: 2.2rem;
    opacity: 1;
    transition: 0.4s ease-in;
    position: relative;
    max-height: 625px;
}

.hero-demo #pnlControls {
    bottom: auto !important;
    top: 1% !important;
    left: auto !important;
    right: 0 !important;
    transform: translateX(-50%) !important;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #ffffff59;
}

.hero-demo .flipbook-wrapper {
    background-color: #fcfcfc;
}

.hero-page-effect {
    width: 50%;
    opacity: 0;
    transition: 0.4s ease-in;
}

.hero-section-opened .hero-title {
    width: 40%;
    opacity: 0;
    transition: 0.4s ease-in;
}

.hero-section-opened .hero-page-effect {
    width: 50%;
    opacity: 1;
    transition: 0.4s ease-in;
}

.hero-section-opened .hero-demo {
    width: 70%;
    opacity: 1;
    transition: 0.4s ease-in;
}

.hero-back svg {
    vertical-align: top;
    margin-top: -1px;
}

.hero-back {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    display: inline-block;
}

.hero-back:hover {
    color: #19a975;
}

.hero-try-content {
    width: 100%;
    max-width: 550px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 2.2rem;
    font-family: HKGrotesk;
    font-weight: bold;
    position: relative;
    z-index: 100;
}

.hero-section-basic {
    margin-top: -11px;
    background: linear-gradient(90deg, rgb(242, 245, 243) 0%,rgb(242, 245, 243) 70%, rgb(252, 252, 252) 100%);
    padding: 0 3rem;
    width: 100%;
    box-sizing: border-box;
}

.hero-title-basic {
    position: relative;
    box-sizing: border-box;
    padding: 1rem 0;
}

.hero-title-basic header {
    padding-left: 0;
    padding-right: 0;
}

.try-section .drop-uploader {
    margin: 0 !important;
}

.try-section {
    background-color: white;
    border-radius: 14px;
    padding: 2rem;
    margin-bottom: 2rem;    
}

.try-section-col {
    display: flex;
    gap: 1rem;
    justify-content: space-between;    
}

.try-section-col label {
    font-weight: normal;
}

.try-section-col > div {
    width: 100%;
}

.try-section p {
    margin-top: 0;
}

.try-section .selEffect {
    background: #F6F6F5;
    border: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    font-family: HKGrotesk-Regular, sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    border-radius: 6px;
}

.preview-button {
    font-family: HKGrotesk-SemiBold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 100%;
    font-size: 1rem;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(30% - 60px);
    z-index: 200;
    cursor: pointer;
    opacity: 0.95;
}

.preview-button:hover,
.preview-button:active {
    opacity: 1;
}

.preview-button svg {
    margin-bottom: 3px;
}

.login-admin-section {
    min-height: calc(100vh - 6rem - 45px);
    height: auto;
    background: linear-gradient(99.12deg, #F2F5F3 -16.22%, #F5F4F0 86.51%);
}

.login-admin-content {
    display: flex;
    padding: 25px 0 72px;
}

.login-admin-left {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-admin-right {
    width: 50%;
}

.login-admin-left h1 {
    width: 100%;
    max-width: 540px;
    margin: 1rem 4rem 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align: right;
}

#testimonial-main {
    background-color: white;
    padding: 5rem 2rem;
    position: relative;
    margin-top: -3rem;
}

#testimonial-main.testimonial-alt {
    background-color: #F2F5F3;
}

#testimonial-main strong {
    font-weight: normal;
    color: #05241A;
}

.testimonial {
    width: 100%;
    max-width: 540px;
    margin: 0 4rem 0 auto;
    font-family: HKGrotesk-Regular;
    color: #05241a;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align: right;
}

.testimonial > p {
    margin-bottom: 0;
}

.testimonial-list {
    display: flex;
    gap: 15px;
}

.testimonial-logo img {
    width: 100%;
}


#testimonial-main .testimonial {
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
    color: #697370;
    font-size: 1.2rem;
}

#testimonial-main .testimonial-list {
    gap: 3rem;
    margin-top: 14px;
}

#testimonial-main .testimonial-logo img {
  width: 100%;
  opacity: 0.7;
}


[data-video-modal].backdrop .content {
    background-color: #f3f7f5;
}

.prev-container {
    width: 100%;
    height: 34.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-page {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-page > img {
    width: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.prev-page .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,color-stop(0.95,rgba(0,0,0,0)),color-stop(1,rgba(0,0,0,.15)));
    background: -webkit-linear-gradient(right,rgba(0,0,0,0) 95%,rgba(0,0,0,.15) 100%);
    background: -moz-linear-gradient(right,rgba(0,0,0,0) 95%,rgba(0,0,0,.15) 100%);
    background: -ms-linear-gradient(right,rgba(0,0,0,0) 95%,rgba(0,0,0,.15) 100%);
    background: -o-linear-gradient(right,rgba(0,0,0,0) 95%,rgba(0,0,0,.15) 100%);
    background: linear-gradient(right,rgba(0,0,0,0) 95%,rgba(0,0,0,.15) 100%);
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.footer-nav .title {
    color: white;
    margin: 0.5rem 0.5rem 1rem;
    font-size: 1.3rem;
    text-align: left;
}

.footer-nav .footer-link {
    text-align: left;
    margin: 0.5rem;
}

.footer-link a {
    text-decoration: none;
}

.footer-brand {
    width: 100%;
    max-width: 1370px;
    text-align: left;
    margin: 1.5rem auto 0;
    padding: 0.5rem;
    box-sizing: border-box;
}

.footer-brand > img {
    vertical-align: middle;
}

.footer-brand > span {
    margin-top: 16px;
    font-size: 0.8rem;
    margin-left: 23px;
    display: inline-block;
    vertical-align: top;
}

.footer-nav > div {
    width: auto;
    margin-bottom: 1rem;
}

.swiper-button-next.hz-icon-md, .swiper-button-prev.hz-icon-md {
    background-size: 398px auto;
}


.product-price-toggle {
    text-align: center;
    position: relative;
}

.price-toggle-discount {
    position: absolute;
    right: calc(50% + 134px);
    top: -27px;
    font-size: 12px;
    background-color: #e3ebe8;
    padding: 5px 15px;
    border-radius: 31px;
    color: #697370;
    z-index: 10;
}

.price-toggle-discount > img {
    position: absolute;
    bottom: -28px;
    right: 16px;
}

.price-toggle {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 38px;
}

.price-toggle-input {
    display: none;
}

.price-toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 38px;
    background-color: #e3ebe8;
    border-radius: 38px;
    cursor: pointer;
    transition: 0.4s;
}

.price-toggle-label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 140px;
    height: 30px;
    background-color: #19a975;
    border-radius: 30px;
    transition: transform 0.4s;
}

.price-toggle-input:checked + .price-toggle-label {
    background-color: #e3ebe8;
}

.price-toggle-input:checked + .price-toggle-label::before {
    transform: translateX(132px);
}

.price-toggle-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 0.95rem;
    font-weight: bold;
    color: white;
    pointer-events: none;
}

.price-toggle-annual {
    color: white;
}

.price-toggle-input:checked + .price-toggle-label + .price-toggle-text .price-toggle-annual {
    color: #262b38;
    font-weight: normal;
}

.price-toggle-monthly {
    color: #262b38;
    font-weight: normal;
}

.price-toggle-input:checked + .price-toggle-label + .price-toggle-text .price-toggle-monthly {
    color: white;
}

.product-price-month {
    display: none;
}

.pricing-period-info {
    font-size: 1.06rem;
    margin-top: 5px;
    color: #737977;
}


.product-item-block {
    background-color: #ffffffd4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 5px;
    display: none;
}

.product-item-block > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.heyzine-stats {
    display: flex;
    justify-content: space-around;
}

.heyzine-stats-kpi {
    font-family: HKGrotesk;
}

.heyzine-stats-num {
    font-size: 2rem;
    text-align: center;
}

.heyzine-stats-text {
    font-size: 1.1rem;
    text-align: center;
}

.heyzine-values {
    font-family: HKGrotesk-Regular;
    text-align: justify;
    box-sizing: border-box;
}

.heyzine-values h3 {
    margin-bottom: 0;
}

.heyzine-values > div > p {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.heyzine-founder {
    display: flex;
    gap: 1rem;
    box-sizing: border-box;
}

.heyzine-founder-image img {
    border-radius: 20px;
    width: 86px;
}

.heyzine-founder-text {
    font-family: HKGrotesk-Regular;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heyzine-founder-name {
    font-size: 1.4rem;
    margin: 0;   
}

.heyzine-founder-role {
    margin: 6px 0;
}

.heyzine-values h2 {
    margin-top: 0;
    text-align: center;
}

/* flipbook demo landing first paint*/
@media (max-width: 1564px) {
    .prev-page > img {
        width: 50%;
        height: auto;
    }
    
    .cookies > div {
        display: block;
    }    
}

@media (max-width: 1164px) {
    .prev-page > img {
        width: auto;
        height: 100%;
    }
    
    #product h3 {
        margin: 0 2rem 4rem 2rem;
        width: calc(100% - 5rem - 2px);
        text-align: center;
        box-sizing: border-box;
    }    
    
    .product-currency-note {
        margin-top: -3.5rem;
        width: 100%;
        justify-content: center;
        flex-direction: row !important;
        align-items: center !important;        
    }
    
    .product-price-toggle {
        margin-bottom: 16px;
    }       
}

@media (max-width: 855px) {
    .prev-page > img {
        width: 50%;
        height: auto;
    }
}

@media (max-width: 784) {
    .prev-page > img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 460) {
    .prev-page > img {
        width: 100%; 
        height: auto;
    }
}





@media (max-width: 1530px) {

    .back-line-5,
    .back-line-2 {
        width: 240px;
    }

    .back-line-3 {
        width: 390px;
    }
}

@media (max-width: 1170px) {


    .product-price-toggle {
        margin-top: 33px;
    }
    
    .product-item {
        padding: 2em 1em;
    }
    
    .faq-page .nav-lateral {
        display: none;
    }
    
    nav .links .navigation {
        display: none;
    }
    
    div.navigation-xs {
        display: flex !important;
        padding: 0 0 0 1rem;
    }
    
    div.navigation {
        display: none;
        opacity: 0;
    }
    
    div.navigation.show {
        display: flex;
        opacity: 1; 
        transition: 0.5s ease;
    }
    
    .navigation-xs img {
        width: 2.2rem;
        margin-top: 5px;
    }
    
    nav .links .navigation > div {
        padding: 0.4rem 1.5rem;
    }    
    
    nav .links .navigation {
        justify-content: space-between;
        text-decoration: none;
        flex-direction: column;
        position: absolute;
        top: 3.6rem;
        background: linear-gradient(0deg, #F2F5F3 -16.22%, #EEF1EF 86.51%);
        padding: 1.2rem 1rem;
        box-shadow: 0px 10px 40px rgba(34, 34, 34, 0.1);
        text-align: center;
        right: 3rem;
        border-radius: 0px 0px 8px 8px;
    }

    #conversion h1 {
        max-width: 100%;
    }

    .drop-uploader {
        margin: 0 0 2rem;
    }

    .hero-demo .flipbook-wrapper {
        height: 560px;
        width: calc(100% - 4rem);
        margin: 0 auto;
    }

    .hero-section-opened .hero-demo {
      width: 100%;
    }

    .start-converting {
        display: none;
    }

    .landing-nav.inverse .navigation {
      background: #18a672;
    }

    .btnMenu:hover {
        border-bottom: 0 !important;
    }

    #features {
        width: 100vw;
        position: relative;
        z-index: 60000;
        margin-top: 0;
        padding: 1rem;
        background-color: #fcfcfc;
        padding-right: 1rem !important;
        box-sizing: border-box;
    }
    
    .hero-section {
        flex-direction: column;
    }

    .hero-title {
        width: 100%;
        padding-right: 3rem;
    }

    .back-line {
        display: none;
    }

    .contact-land-form .contact-page .trumbowyg-box, .contact-land-form .contact-type, .contact-land-form .contact-subject {
        max-width: 100%;
    }

    header {
        padding: 0;
    }

    .hero-demo {
        width: 100%;
    }

    .hero-title-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0rem;
        margin-left: 0;
        margin-right: 0;
    }

    .preview-button {
        left: calc(50% - 60px);
    }

    .hero-section-opened .hero-page-effect {
        width: calc(100% - 4rem);
        margin: 2rem auto 0;
    }

    .hero-try-content {
        margin: 2.2rem auto -2rem !important;
    }
    
    .description {
        width: calc(100vw - 2rem);        
        max-width: calc(100vw - 2rem);        
    }
    
    .flipbook-feature {
        width: calc(100% - 3rem);
        box-sizing: border-box;
    }    

    main.dev-page {
      width: 100%;
      padding: 2rem 2rem 0;
      left: 0;
    }

    .dev-page footer {
      width: 100%;
      margin-left: -2rem;
      margin-bottom: 0;
    }

    .lateral {
      display: none;
    }
    
    
    .tutorial-page {
        flex-direction: column;
    }    
    
    .tutorial-menu {
        width: 100%;
    }    
    
    .tutorial-menu ul {
        position: inherit;
    }
    
    .tutorial-menu li {
        padding: 0;
        display: inline-block;
        margin: 0.5rem 0.6rem 1.2rem 0;
        text-align: center;
    }

    .contact-cont {
        flex-direction: column;
    }

    .contact-detail {
        font-family: HKGrotesk-Regular, sans-serif;
        width: calc(100% - 3rem);
    }

    .contact-land-form {
        width: calc(100% - 4rem);
        margin: 0 auto;
    }

    .footer-nav > div {
        width: 20%;
    }

    .feature-page-2-col > div,
    .feature-page-2-col > li {
        width: calc(100% - 4rem);
    }

    .feature-page-img-rigth {
        display: none;
    }

    #article-main {
        padding: 2rem 1rem;
    }

    .hero-section-basic {
        padding: 1rem 1rem;
    }
    .article-content-idea {
        flex-direction: column;
    }

    .article-content-text {
        width: 100%;
    }
    
    .article-content-flip {
        width: 100%;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 2rem;
    }

    #follow-section .fixed-wd {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .follow-title {
        width: 100%;
        margin-right: 2rem;
        margin-left: 2rem;
    }

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

    p.follow-links-title {
        margin: 2rem 0 8px;
        font-weight: normal;
        text-align: center;
    }

    .article-content-toc {
        float: none;
        border-right: 0;
        font-size: 0.9rem;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 3rem;
    }

    .article-content-toc-b {
        justify-content: start;
        gap: 4rem;
    }
    
    .login-admin-content {
        flex-direction: column;
    }    
    
    .login-admin-content .login-admin-left h1 {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 2rem;
    }    
    
    .login-admin-content .testimonial {
        display: none;
    }
    
    .login-admin-content .login-admin-left,
    .login-admin-content .login-admin-right {
        width: 100%;
    }  
    
    .login-admin-content #mdlLogin .content {
        margin-right: auto;
        margin-left: auto;
    }    
    
    .login-admin-content #mdlLogin {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }    
}

@media (max-width: 900px) {


    #product .product.fixed-wd .product-item,
    #product .product.fixed-wd .product-item:first-child,
    #product .product.fixed-wd .product-item:last-child,
    .product-item {
      padding: 2em 3em;
      width: 100%;
      margin-left: 1em;
      margin-right: 1em;
    }

    .faq-page #contact {
        flex-direction: column;
    }

    .faq-search-box {
        float: none;
    }

    .special-plan-hero-image {
        display: none;
    }

    .footer-nav > div {
      width: 50%;
    }

    .feature-page-flip {
        flex-direction: column;
    }

    .feature-page-flip-cont {
        width: 100%;
    }

    .feature-page-flip-text {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }

    .feature-page-flip-cont .heyzine-flip {
        margin: 0 auto 2rem;
    }

    #contact.feature-page-section {
        flex-direction: column;
    }

    #contact.feature-page-section .faq-more {
        width: 100%;
    }

    .feature-page-section .faq-more-info {
        width: 100%;
    }

    .content-section .feature-page-2-col {
        flex-direction: column;
    }

    .content-section .feature-page-2-col > li {
        width: 100%;
    }

    .header-img {
        display: none;
    }
    
    .app-hero {
        flex-direction: column-reverse;
    }
    
    .app-screen {
        height: 178px;
    }
    
    .app-downloads {
        margin: 2rem auto;
    }
    
    .app-screen > img {
        max-width: 385px;
    }
    .code-endpoint-body {
        flex-direction: column;
    }
    
    .code-endpoint-body .code-content,
    .code-endpoint-body .code-params {
        width: 100%;
    }
    
}

@media (max-width: 624px) {
    .prev-page {
        width: 100%;
        height: 100%;
        position: relative;
    }
}

@media (max-width: 650px) {
    
    #features .col {
      width: calc(100% - 2rem);
    }
    
    .cols-4 .col {
        width: calc(100% - 2rem);
    }    
    
    nav {
        display: flex;
        flex-direction: column;
        padding: 0.5rem 0 0.5rem 0;
        align-items: center;        
    }

    nav ul {
        top: 1.5rem;
    }
    
    nav .logo a {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }

    nav.inverse {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .flipbook-feature {
        padding: 1.5em;
    }
    
    #flipbook-features {
        margin-top: -2rem;
    }

    .flipbook-feature-image {
        display: none;
    }

    .flipbook-feature-call {
        width: 100%;
    }

    #testimonial-main .testimonial {
        padding: 0;
        font-size: 1rem;
    }

    #testimonial-main {
        padding: 2rem;
    }

    .testimonial-logo {
        width: calc(50% - 1.5rem);
    }

    .testimonial-logo:last-child {
        display: none;
    }

    #testimonial-main .testimonial-list {
        gap: 0 3rem;
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .nav-content {
        flex-direction: column;
    }

    nav .links {
        padding-right: 1rem;
        width: calc(100% - 1rem);
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .navigation-xs {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
    }

    
    #product h3 {
        margin: 0 2rem 4rem 2rem;
        width: calc(100% - 5rem - 2px);
        text-align: center;
        box-sizing: border-box;
    }

    .contact-detail .title {
        font-size: 2rem;
        text-align: center;
    }

    .examples h3 {
        text-align: center;
    }

    .contact-land-form {
      width: 100%;
      border-radius: 0;
    }

    .contact-cont {
        margin-bottom: 0;
    }

    .product-item {
        padding: 1em 1em;
    }

    .register {
        padding: 0 1rem 1.5rem;
    }

    .hero-title {
      padding-right: 1rem;
      padding-left: 1rem;
    }

    .title {
        margin: 2rem;
    }
    
    .contact > div {
        padding: 0 2rem;
        box-sizing: border-box;
        width: 100%;
    }    
    
    nav .links .navigation {
        top: 6rem;
        right: 0;
        text-align: left;
        border-radius: 0 0 0 8px;
    }


    #conversion h1 {
        font-size: 2.4rem;
    }

    header h2 {
        font-size: 1.1rem;
    }
    
    .menu a,
    .button-remark a,
    nav .button a {
      font-size: 0.8rem !important;
    }

    .menu {
      margin-left: 1rem;
    }

    nav .links {
      padding-right: 1rem;
    }
    
    .contact-email input {
        width: 100%;
    }

    .more-examples {
        bottom: -2.4rem;
        top: auto;
    } 
    
    
    .heyzine-stats-kpi {
        width: calc(50% - 0.5rem);
        margin-bottom: 2rem;
    } 
    
    .heyzine-stats {
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 1rem;
        gap: 1rem;
    }
}

@media (max-width: 550px) {
    .feature-page-2-col img {
        display: none;
    }
    .feature-page-2-col .feature-page-card > p {
        padding-left: 10px;
    }

    .price-toggle-discount {
        right: calc(50% + 89px);
        top: -30px;    
        white-space: nowrap;
    }
    
    .price-toggle-discount > img {
        right: 68px;
    }    
}