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;
}

.mvn {
    margin-top: 0;
    margin-bottom: 0;
}

.mbn {
    margin-bottom: 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;
    flex-direction: column;
    gap: 10px;
}

.drop-captcha,
.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-captcha {
    background: url(/img/loading-primary.gif) no-repeat;
    background-position: center;
    background-size: 70px;    
}

.grecaptcha-badge { 
    visibility: hidden;
}

.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;
    }    
}        
@font-face {
    font-family: 'HKGrotesk';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Bold.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Bold.woff?v=1.0.0') format('woff');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'HKGrotesk';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Medium.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Medium.woff?v=1.0.0') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGrotesk-Regular';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Regular.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Regular.woff?v=1.0.0') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'HKGrotesk-SemiBold';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-SemiBold.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-SemiBold.woff?v=1.0.0') format('woff');
    font-weight: bold;
    font-display: swap;
}

.nbr {
    border-right: 0 !important;
}

.tal {
    text-align: left;
}

.mts {
    margin-top: 1rem !important;
}

.mrs {
    margin-right: 1rem !important;
}


.btn-range {
    cursor: pointer;
    accent-color: #19a975;
}

.btn-w-md {
    width: 100%;
    max-width: 140px !important;
}

.btn-w-lg {
    width: 100%;
    max-width: 180px !important;    
}

.btn-loading:hover,
.btn-loading {
    position: relative;
    overflow: hidden;
    background-color: #9f9f9f !important;
    cursor: auto !important;
}

.btn-loading:after {
    content: ' ';
    background-color: #e8e8e852;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;    
    animation: anim-btn-loading 5s ease 2s infinite;
}

@keyframes anim-btn-loading {
    0% {
      width: 0;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      left: 100%;
    }
}


.backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ffffffed;
    transition: 1s ease;
    z-index: 200000;
}

.backdrop .content {
    position: absolute;
    width: 90vw;
    height: 90vh;
    left: 5vw;
    top: 5vh;
}

.backdrop.bd-dark .content {
    background-color: #ffffffc7;
    overflow: hidden;    
    border-radius: 8px;    
}

.backdrop.bd-dark iframe {
    border: 0;
}

/* careful. this applies to the payment iframe, google signin, etc*/
.backdrop iframe {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border: 1px solid lightgray;    
}

#mdlFlipbook .content iframe {
    height: 100% !important;
}

.backdrop .close {
    cursor: pointer;    
    opacity: 1;    
    position: absolute;    
    right: 5vw;
    top: calc(5vh - 32px);
    cursor: pointer;
}

.backdrop.bd-dark .close {
    background-color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    flex-direction: row;
    box-sizing: border-box;
    align-content: center;    
}

.backdrop.bd-dark {
    background-color: #000000ad;
}


.modal-pay h2 {
    font-family: HKGrotesk-Regular;
    font-size: 1rem;
    margin-top: -0.8rem;
    color: #697370;
}

#mdlLogin {
    font-family: HKGrotesk-Regular;
}

#mdlLogin .close {
    right: 1rem;
    width: 25px;
    top: 0.8rem;
    opacity: 0.4;
    z-index: 10;
}

#mdlLogin .close > img {
    width: 100%;
}

#mdlLogin h5 {
    font-size: 2rem;
    font-weight: normal;
    margin: 1rem 0 0;
    color: #05241A;
}

#mdlLogin h6 {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: #05241A;    
}

#mdlLogin.backdrop {
    background-color: #282828c4;    
}

#mdlLogin .content {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    position: relative;
    left: 0;
    background-color: white;
    height: auto;
    max-height: calc(100vh - 57px);
    overflow: auto;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#mdlLogin label {
    width: 100%;
    max-width: 9rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

#mdlLogin label.chkConditions {
    width: 100%;
    max-width: 100%;
    font-family: HKGrotesk-Regular;
    margin-top: 2rem;
    display: inline-block; 
    color: #05241A;
    font-size: 16px;
    line-height: 1.5rem;
    accent-color: #19a975;
}

#mdlLogin .chkConditions input[type="checkbox"] {
    float: left;
    margin: 7px 12px 12px 5px;
    transform: scale(1.4);
    cursor: pointer;   
}

#mdlLogin .btn-action {
    margin: 1.5rem 0;
    max-width: 100%;
    font-size: 1.2rem;
}

.g_id_signin {
    display: inline-block;
}

.login-section {
    margin: 1rem 0;
}
.login-section a {
    color: #77878e;
}

.login-section.framed {
    border: 1px solid #e3e5e8;
    border-radius: 5px;
    margin: 0.7rem 0;
    padding: 0.5rem 1.3rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 32rem;
}

.input-placeholder {
    margin-top: 1rem;
    background-color: #F6F6F5;
    border-radius: 8px;
    padding: 1rem;
    position: relative;
}

.input-placeholder.active {
    padding: 1.6rem 1rem 0.4rem;
}

.input-placeholder > label {
    opacity: 0;
    font-family: HKGrotesk-Regular;
    text-align: left;
    position: absolute;
    color: #697370;
    font-size: 0.8rem;
    top: 1.1rem;
    cursor: text;
    display: none;
    transition: 0.2s ease;
}

.input-placeholder.active > label {
    opacity: 1;
    top: 0.3rem;
    display: block;
    transition: 0.2s ease;
}

.input-placeholder > input {
    font-family: HKGrotesk-Regular;
    font-size: 1rem;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    outline: none;
}

.login-invite {
    background-color: #19a975;
    color: white;
    text-align: center;
    padding: 2.4rem 1rem 1.5rem;
    font-weight: bold;
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}

.register {
  width: 100%;
  padding: 0 1.5rem 1.5rem;
  box-sizing: border-box;
}

.login {
    width: 100%;
    padding: 0 1.5rem 1.5rem;
    box-sizing: border-box;
}

.chkConditions a {
    color: #77878e;
}

.pass-forgot {
    text-align: center;
    font-size: 15px;
    margin: 5px;
}

.pass-forgot a {
    color: #77878e;        
}

.txtMessageForgot {
    text-align: center;
    margin: 0 0 23px;    
}

.sectPassForgot {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
}

#mdlLogin .sectPassForgot label {
    width: auto;
}

#mdlPay {
    overflow: auto;
}

#mdlPayKeep.backdrop,
#mdlPayKeepPurchase.backdrop,
#mdlPay.backdrop {
    background-color: #0000009e;
    top: 0;
    height: 100vh;
}

#mdlPay.backdrop .content {
    top: 9vh;
}

#mdlPayKeepPurchase.backdrop .close,
#mdlPayKeep.backdrop .close,
#mdlPay.backdrop .close {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

#mdlPayKeepPurchase.backdrop .close img,
#mdlPayKeep.backdrop .close img,
#mdlPay.backdrop .close img {
    width: 100%;
}

#mdlPayKeepPurchase.backdrop,
#mdlPayKeep.backdrop,
#mdlPayKeepPurchase.backdrop {
    overflow-y: auto;
}


.modal-pay .content {
    font-family: HKGrotesk-Regular;
    font-size: 0.9rem;
}

#mdlPayProcess {
    position: absolute;
    top: 0;
    width: 400px;
    left: calc(50% - 200px);
    background-color: white;
    padding: 38px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 3px lightgray;
    z-index: 999999;
}

#mdlPayProcess p {
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.payment-form {
    margin-top: 2rem;
}

.payment-form .form-row {
    margin-bottom: 1rem;
}

.pay-info {
    font-size: 0.74rem;
    text-align: justify;
}

.pay-field-group {
  display: flex;
  margin-bottom: 11px;
  justify-content: space-between;
}

.pay-field label {
  margin-bottom: 0.5rem;
}

.pay-field {
  width: 50%;
}

.pay-field > * {
  display: block;
  width: 100%;
}

.pay-field {
  width: calc(50% - 11px);
}

.pay-field > input {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.pay-user-type {
    margin-bottom: 15px;
}

.pay-field > input:focus {
    box-shadow: 0px 1px 3px 0 #cfd7df;
    outline: none;
}

.pay-user-type label {
    margin-right: 25px;
}

.pay-user-type input {
    margin-right: 4px;
}

.card-errors {
    color: red;
    font-weight: normal;
    margin-top: 0.4rem;
    font-family: HKGrotesk;
}

.btnPack {
    border: 1px solid lightgray;
    display: block;
    width: 100%;
    margin: 1rem 0;
    cursor: pointer;
}

.paypal {
    margin-bottom: 2rem;
}

.paypal label {
    font-family: HKGrotesk-Regular;
    font-weight: normal;
    margin-bottom: 0.5rem;
    display: block;
    margin-top: 0;
}

.paypal img {
    width: 100%;
    max-width: 11rem;    
}


.pay-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff9;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;    
}

@keyframes ldio-z2hnrfluhhg {
  0% { transform: scale(1.1500000000000001) }
  100% { transform: scale(1) }
}
.loading div {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 13.333333333333336px;
  left: 13.333333333333336px;
  background: #77878e;
  animation: ldio-z2hnrfluhhg 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.3s;
}
.loading div:nth-child(2) {
  top: 13.333333333333336px;
  left: 106.66666666666666px;
  background: #d3d3d3;
  animation-delay: -0.2s;
}
.loading div:nth-child(3) {
  top: 106.66666666666666px;
  left: 13.333333333333336px;
  background: #3e545e;
  animation-delay: 0s;
}
.loading div:nth-child(4) {
  top: 106.66666666666666px;
  left: 106.66666666666666px;
  background: #e8e7e7;
  animation-delay: -0.1s;
}
.loading-spinner {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.loading {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loading div { box-sizing: content-box; }




/*Stripe*/
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.payment-form label {
    font-family: HKGrotesk-Regular;
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 0.85rem;
    font-weight: normal;
}

.btn-pay {
    margin-top: 1.5rem;
}

.stripe-powered {
    float: left;
    width: 100%;
    max-width: 7rem;
    opacity: 0.3;   
    margin-top: 0.5rem;
}

.pay-price {
    font-weight: bold;
    font-size: 21px;
}

.modal-pay .content > div {
    width: 100%;
    margin: 2rem auto 2rem auto;
    padding: 2rem;
    box-sizing: border-box;
    position: relative;    
    max-width: 34rem;
    background-color: #f2f5f3;
    border-radius: 8px;
    border: 2px solid #e3ebe8;    
}

.modal-pay .product-currency-note .product-currency {
    font-size: 0.8rem;
    border-radius: 4px;
    box-shadow: none;
    background-color: #f2f5f3;
    border: 1px solid lightgray;
    cursor: pointer;
}

.modal-pay .product-currency-note {
    float: none;
    margin: 1.5rem 0 0;
}

.btn.btnPack.btn-action, .btn.btnPack.btn-subaction {
    width: 100%;
    margin: 0.3rem 0;
    padding: 0.4rem 1.2rem;
}

.btn.btnPack.btn-action:last-child, .btn.btnPack.btn-subaction:last-child {
    margin-bottom: 1.5rem;
}

.flipbook-customize-cont .btn-action.btnModalLogin,
.btn-action {

    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;    
    background-color: #19a975;
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
    border-radius: 8px;
    box-sizing: border-box;
}

.btn-action:hover,
.btn-action:active {
    background-color: #697370;
    transition: 0.1s ease-in;
    color: white;
    text-decoration: none;
}


.btn-action img {
    width: 23px;
    vertical-align: top;
    margin-top: -2px;
    margin-right: 6px;
}

.btn-subaction img {
    width: 18px;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 7px;    
}

.btn-action-block {
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 9.5rem;
}

.btn-action-md {
    box-shadow: none;
    width: 100% !important;
    display: inline-block;
    max-width: 94px !important;
    font-size: 14px;
    padding: 4px !important;
}

.btn-action-md-wd {
    box-shadow: none;
    width: 100% !important;
    display: inline-block;
    max-width: 150px !important;
    font-size: 14px;
    padding: 4px !important;
}



.btn-light {
    font-weight: normal;
}

.btn-icon-right {
    float: right;
    margin-top: 5px;
    opacity: 0.4;    
}


.btn-sq-lg {
    width: 174px;
    height: 140px;
    box-sizing: border-box;
    padding: 1.2rem;
    cursor: pointer;
    box-shadow: 0px 4px 8px -7px lightgray;
    border: 1px solid lightgray;
}


.btn-sq-lg > span {
    display: block;
    font-size: 1em;
    line-height: 16px;
    margin-top: 9px;
}

.btn-sq-lg > img {
    width: 64px;
    margin-right: 0;
    margin-top: 0;    
}

.btn-subaction-extra {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;    
}

.btn-subaction-group .btn-subaction.btn-sq-lg {
    width: 100%;
}

.btn-subaction-extra-btn {
    padding: 6px 11px;
    border: 1px solid #19a975;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    font-family: Open Sans;
    font-size: 15px;
    color: #19a975;
    cursor: pointer;
    font-weight: normal;
    width: auto;
    text-align: left;
}

.btn-subaction-extra-btn-mid {
    border-radius: 0;
    border-left: 0;
}

.btn-subaction-extra-btn.btn-subaction-extra-btn-append {
    width: auto;
    border-left: 0;
    border-right: 1px solid #19a975;
    border-radius: 0 8px 8px 0;
}

.btn-subaction-extra-btn svg {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.btn-subaction-extra-btn:hover {
    background-color: #19A975;
    color: white;
    transition: 0.12s ease-in;
}

.btn-subaction-extra-btn:hover svg path {
    fill: white;
}

.btn-subaction-extra-btn:hover svg.alt-stroke path {
    fill: inherit;
    stroke: white;
}

.btn-subaction-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.btn-subaction-extra-check {
    padding: 6px 11px;
    border: 1px solid #19a975;
    border-radius: 8px 0 0 8px;
    font-family: Open Sans;
    font-size: 15px;
    color: #19a975;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    text-align: left; 
}

.btn-subaction-extra-check > label {
    font-family: Open Sans;
    font-size: 14px;
    color: #19a975;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
}

.btn-subaction-extra-check input[type="checkbox"] {
    transform: scale(1.3);
    margin-right: 6px;
    margin-top: 4px;
    vertical-align: top;
    accent-color: #19a975;
    cursor: pointer;
}

.btn-subaction-extra-check:hover label {
    color: white;
}

.btn-subaction-extra-check:hover {
    background-color: #19a975;
}

.btn-subaction-extra-btn.btn-subaction-disabled {
    cursor: auto;
    opacity: 0.5;
}

.btn-subaction-extra-btn.btn-subaction-disabled:hover {
    cursor: auto;
    opacity: 0.5;
    background-color: white;
}

.btn-subaction-extra-btn.btn-subaction-disabled:hover svg.alt-stroke path {
    stroke: #19a975;
}

.contact-info {
    font-family: sans-serif;
    font-size: 1rem;
    text-align: justify;   
    margin-bottom: 3rem;
}

.contact-message textarea,
.contact-email input {
    width: 100%;
    max-width: 23rem;
    display: block;
    margin: 1rem auto;
    font-family: sans-serif;
    font-size: 1rem;
    padding: 0 0.5rem;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 5px 1px lightgray;
    resize: vertical;
}

.contact-email {
    text-align: center;
}

.contact-email input {
    display: inline-block;
    width: calc(50% - 4rem);
    max-width: 19.4rem;
    margin: 1rem;
}
.contact-actions .btn-action {
    width: 100%;
    display: block;
    margin: 1rem auto;
    max-width: 13rem;
}

.contact-actions .btn-action {
    position: relative;
    overflow: hidden;
}

.contact-actions .btn-action::after {
    content: '';
    position: absolute;
    background-color: #606060a6;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
}

.contact-actions.contact-sending .btn-action::after {
    width: 100%;
    transition: 5s ease-out;
}

.contact-actions.contact-sending .btn-action {
    background-color: #697370;    
    color: white;
    text-decoration: none;
}

.contact-message textarea {
    width: 100%;
    max-width: 43.4rem;
    box-sizing: border-box;
    height: 100px;
}

.contact-actions p {
    text-align: center;
    font-family: sans-serif;
    color: #3e545e;
}

.contact-actions .privacy-policy {
    float: left;
    color: #666;
    font-family: HKGrotesk-Regular;
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 15px;
}

.contact-actions .privacy-policy label {
    cursor: pointer;
}

.contact-actions .privacy-policy a {
    color: #666;
}

.contact-actions .privacy-policy .chkPrivacyPolicy {
    transform: scale(1.2);
    margin-top: 3px;
    vertical-align: top;
    margin-right: 5px;    
}

.privacy-policy.privacy-warning a,
.privacy-policy.privacy-warning {
    color: red;
}

.chkPrivacyPolicy {
    accent-color: #19a974;
}

.login-register {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    overflow: auto;
    height: 100%;
}

.password-page {
    padding: 0;
}

.password-content {
    background-position: center center;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.password-dialog {
    max-width: 900px;
    align-self: center;
    text-align: center;
    background-color: #ffffffeb;
    box-shadow: 0 0 14px -5px lightgray;
    width: calc(100% - 2rem);
    box-sizing: border-box;
    padding: 2rem 0 4rem;
    border-radius: 13px;
}

.password-dialog h1 {
    font-family: HKGrotesk, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #05241A;
    padding: 0 1rem;
}

.password-dialog input[type="text"],
.password-dialog input[type="password"] {
    font-size: 22px;
    border: 1px solid lightgray;
    box-shadow: 0 0 10px 0 lightgray;
    text-align: center;
    padding: 0.2rem 0.5rem;
    margin: 0 0 1rem;    
}

.password-dialog button[type="submit"] {
    color: #3e545e;
    font-size: 2rem;
    vertical-align: top;
    background: transparent;
    border: 0;
    margin-top: -0.2rem;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
}

.password-dialog .pass-cont .txtPassword,
.password-dialog .email-cont .txtEmail {
    margin-bottom: 0;
    vertical-align: bottom;
}



.password-dialog .no-access {
    color: red;
    font-size: 3rem;
    vertical-align: top;
    margin-right: 2rem;
    margin-top: -0.4rem;    
}

.password-dialog input[type="password"].password-wrong {
    border: 1px solid red;
}

.password-logo {
    width: 100%;
    max-width: 200px;    
}

.password-logo[src="/files/user/logos/powered-by-heyzine.png"] {
    max-width: 172px;
}

.pass-cont, .email-cont {
    height: 35px;
    display: inline-block;
    background-color: white;
    box-shadow: 0 0 10px 0 lightgray;
    border: 1px solid lightgray;
    width: calc(100% - 70px);
    max-width: 400px;
}

.pass-cont input[type="text"], 
.pass-cont input[type="password"],
.email-cont input[type="text"], 
.email-cont input[type="password"] {
    box-shadow: none;
    border: none;
    width: calc(100% - 60px);    
}


.email-cont .fa,
.pass-cont .fa {
    color: #3e545e;
    font-size: 25px;
    vertical-align: bottom;
    height: 35.4px;
    line-height: 36px;
    background-color: white;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 12px; 
}

.sent-cont {
    font-family: HKGrotesk, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    color: #05241A;
    padding: 0 1rem;    
}


.modal-link-codes {
    padding-bottom: 30px !important;
}


.shr-main {
  display: flex;
}

.shr-item {
    display: none;
    margin-top: 25px;
}

.shr-item-left {
    margin-left: -180px;
    padding: 40px 15px 40px 0;
}

.shr-warning {
    padding: 0.5rem;
    text-align: center;
    background-color: #fb9595;
    font-family: HKGrotesk-Regular;
}

.shr-menu {
    display: flex;
    justify-content: start;
    background: linear-gradient(99.12deg, #F2F5F3 -16.22%, #F5F4F0 86.51%);
    padding: 6px 0;
    border-bottom: 1px solid #E3EBE8;
}

.shr-menu img {
  width: 32px;
  display: block;
  margin: 0 auto 2px;
}

.shr-menu .btn-menu {
    padding: 0.6rem 0.9rem 0.5rem;
    font-size: 1em;
    background: none;
    border: 0;
    font-family: HKGrotesk-Regular;
    margin: 0.8rem;
    border-radius: 8px;
    color: #05241A;
    cursor: pointer;
}

.shr-menu .btn-menu svg {
    vertical-align: top;
    margin-top: -1px;
    margin-right: 4px;
}

.shr-menu .btn-menu.active,
.shr-menu .btn-menu:hover {
  opacity: 1;
  background-color: white;
  color: #19a975;
}

.shr-submenu.nbr {
    border-right: 0 !important;
    background: none !important;
}

.shr-submenu {
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0 20px;
    border-right: 1px solid #E3EBE8;
    width: 200px;
    background: linear-gradient(99.12deg, #F2F5F3 -16.22%, #F5F4F0 86.51%);
}

.shr-submenu .shr-submenu-title {
    margin-top: 25px;
}

.shr-sm {
    display: flex;
    justify-content: space-between;    
}

.shr-sm .btn-action-block {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.shr-download .code-sect {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 113px) !important;
}

.shr-select {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 2px 8px;    
}

.shr-note {
    margin-top: 9px;
    text-align: left;
    margin-right: 2rem;
    font-size: 14px;    
}

.btn-submenu {
    font-size: 1em;
    font-family: HKGrotesk-Regular;
    font-weight: 300;
    line-height: 23px;
    cursor: pointer;
    margin: 0.6rem 0;
    text-align: left;
    border: 0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #05241A;
    background: none;
}

.btn-submenu.active {
    background: white;
    color: #19A975;
}

.btn-submenu:hover {
    background: #ffffffc9;
}

.btn-tooltip {
    position: absolute;
    display: block;
    margin-top: 15px;
    background-color: #05241A;
    color: white;
    padding: 4px 14px 4px;
    font-size: 13px;
    border-radius: 3px;
    z-index: 10000;
    font-weight: normal;
}

.btn-tooltip:before {
    content: '';
    border-bottom: 5px solid #05241A;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    margin-top: -7px;
    margin-left: -8px;
}

.shr-submenu [data-menu] {
    display: none;
}

.shr-copy {
    margin-left: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 235px;
    box-sizing: border-box;
}

.shr-copy > a {
    display: block;
    margin-bottom: 13px;
    text-align: left;
}

a.btn-subaction,
.btn-subaction {
    max-width: 100%;
    width: 225px;
    padding: 0.5rem 1.2rem;
    border: 1px solid #19A975;
    box-sizing: border-box;
    background-color: white;
    border-radius: 8px;
    font-weight: normal;
    color: #19A975;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-subaction:active,
.btn-subaction:hover {
    background-color: #19A975;
    color: white;
    transition: 0.12s ease-in;
}

.btn-subaction:hover svg path {
    fill: white;
}

.btn-action.btn-pay {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
}

.btn-subaction:hover svg.alt-stroke path {
    fill: inherit;
    stroke: white;
}

.btn-subaction svg {
    height: 20px;
    width: auto;
    vertical-align: top;
    margin-top: 2px;    
}

.btn-subaction.btn-sq-lg {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    width: 255px;
    font-size: 16px;
}

.btn-subaction.btn-sq-lg svg {
    width: 47px;
    height: 47px;
}


.shr-codes {
    font-size: 15px;
}

.shr-code {
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
}

.shr-code .code-sect {
    width: calc(100% - 235px);
    text-align: center;
    margin-bottom: 25px;
}

.shr-code .code-sect.wide {
    width: 630px;
}

.shr-code .code .heyzine-flip {
    margin: 0 auto;
}

.shr-code .code .heyzine-fold {
    margin: 0 auto;
}

.shr-code .heyzine-flip .front,
.shr-code .heyzine-flip .back,
.shr-code .heyzine-fold,
.shr-code .fp-iframe {
    max-height: 485px;
}

.shr-code .fp-iframe {
    max-width: calc(100% - 30px);
}

.shr-code [contenteditable] > * {
    cursor: pointer;
    display: inline;
}

.shr-content {
    width: calc(100% - 180px);
    padding-bottom: 0.5rem;
}

.shr-submenu-title {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    font-family: HKGrotesk-Regular;
    color: #05241A;
    margin-top: 0;
}

.shr-links > .form-group {
    display: flex;
    align-items: flex-start;
    margin: 0 auto 30px;
    flex-direction: column;
    gap: 10px;
}

.shr-links > .form-group > .input-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.shr-links .form-control {
    padding: 0 12px !important;
}

.shr-links .input-group .form-control {
    border-radius: 6px 0 0 6px;
}


.limit-img .fp-gif,
.limit-img .fp-thumb-play,
.limit-img .fp-thumb {
    max-height: 380px;
    width: auto;    
}

.shr-content h2 {
    display: none;
}

.shr-controls {
    margin-top: 8px;
    border: 1px solid #E3EBE8;
    padding: 15px;
    border-radius: 8px;   
}

.shr-controls-bottom {
    margin-top: 15px;
    border: 0;
    padding: 8px 15px 15px 15px;    
}

.shr-controls-confirm {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-top: 1px solid lightgray;
    padding-top: 24px;
    margin-top: 0 !important;    
}

.shr-controls-bottom input[type="text"] {
    width: calc(100% - 100px);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;    
}

.shr-controls label {
    font-size: 14px;
    font-weight: normal;
    font-family: sans-serif;
}

.shr-controls .shr-group p {
    margin-top: 0;
    margin-bottom: 0;
}

.shr-controls input[type=checkbox] {
    margin-right: 4px;
    accent-color: #19a975;
}

.shr-controls .btn-range {
    width: calc(100% - 2px);
}

.shr-controls input[type="text"],
.shr-controls .shr-select-md {
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 15px;
    margin: 4px 0;
}

.shr-group {
    margin-bottom: 10px;
}

.shr-controls .btnThumbnailPlayChange {
    display: inline-block;
    width: 20%;
    margin: 10px;
    cursor: pointer;
}

.shr-controls .btnThumbnailPlayChange img {
    width: 100%;
}


.shr-controls span {
    min-width: 85px;
    display: inline-block;
}

.shr-social .fp-link:hover,
.shr-social .fp-link:active,
.shr-social .fp-link {
    text-decoration: none;
}

.shr-social .shr-code .code-sect {
    width: 450px;
}

.shr-custom-pre {
    width: auto;
    height: 40px;
    line-height: 25px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #cdd5d2;
    background-color: #eee;
    color: #05241A;
}

.shr-custom-center {
    flex-grow: 1 !important;
    width: auto !important;
}

.shr-links > .form-group .input-group-btn {
    width: auto;
}

.social-container {
    display: flex;
    background-color: white;
    border: 1px solid #dddfe2;
    border-radius: 10px;
    overflow: hidden;
    height: 125px;
    width: 438px;
}

#socialControls {
    display: none;
}


.tool-remark {
    font-size: 12px;
    line-height: 16px;
    margin: 13px 0;  
    text-align: left;
}

.tool-remark-inline {
    display: inline; 
    font-size: 10.5px;
    white-space: nowrap;
    line-height: 44px; 
    margin-left: 8px;    
}

.shr-code .fp-qr {
    max-width: 200px;
}

.social-thumb {
    width: 125px;
}

.social-thumb img {
    width: 100% !important;
    object-fit: cover;
    border-right: 1px solid #dddfe2;
    height: 100%;
}

.social-desc {
    width: 66%;
    text-align: left;
}

.fp-social-title {
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    padding: 14px 0 0 12px;
    margin-bottom: 10px;
    color: #22262e;
}

.social-desc .fp-desc {
    padding: 0 12px;
    color: black;
}

.up-btn-error {
    margin-left: 12px;
    color: red;
}

.contact-page .trumbowyg-box, 
.contact-page .trumbowyg-editor { 
    min-height: 150px; 
}

.contact-page .trumbowyg-button-pane::after {
    background: white;
}

.contact-page .trumbowyg-box .trumbowyg-editor {
    font-family: sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

.txtContactSubject {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 9px;
}

.contactEditor p {
  margin: 4px 0;
}

.contact-page .trumbowyg-box,
.contact-page .trumbowyg-editor {
    background-color: white;
}

.contact-page .trumbowyg-box {
    border: 1px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
}

.contact-type {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;    
}

.contact-page .trumbowyg-button-pane {
    background: white;
    border-bottom: 1px solid white;    
}

.contact-subject-prospect input {
    width: 100%;
    max-width: 43.4rem;
    padding: 0rem 0.5rem;
    display: block;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 1rem;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 5px 1px lightgray;
}

.contact-page .trumbowyg-button-pane .trumbowyg-button-group::after {
    background: white;
}

iframe.g-signin2 {
    border: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 80px;  
}

.g-signin-container {
    height: 80px;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box;    
}

.captcha-container {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.modal-body .captcha-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.captcha-message {
    padding-left: 15px;
    padding-right: 15px;
    color: red;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 6px;
    margin-bottom: -6px;
}

@media (max-width: 1170px) {
    .login-register {
        flex-direction: column;
    }    
    
    .register {
        width: 100%;
    }    
    
    .login {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .password-dialog h1 {
        font-size: 1.6rem;
    }
}

        @font-face{font-family:HKGrotesk;src:url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Bold.woff2?v=1.0.0') format('woff2'),url('/assets/font/hkgrotesk/HKGrotesk-Bold.woff?v=1.0.0') format('woff');font-weight:700;font-display:swap}@font-face{font-family:HKGrotesk;src:url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Medium.woff2?v=1.0.0') format('woff2'),url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Medium.woff?v=1.0.0') format('woff');font-weight:400;font-display:swap}@font-face{font-family:HKGrotesk-Regular;src:url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Regular.woff2?v=1.0.0') format('woff2'),url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Regular.woff?v=1.0.0') format('woff');font-display:swap}@font-face{font-family:HKGrotesk-SemiBold;src:url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-SemiBold.woff2?v=1.0.0') format('woff2'),url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-SemiBold.woff?v=1.0.0') format('woff');font-weight:700;font-display:swap}.heyzine-link img{width:100%;box-shadow:0 0 4px 1px #d3d3d3}.heyzine-flip{cursor:pointer}.heyzine-flip .container{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;width:100%;padding-left:0;padding-right:0;padding-top:0}.heyzine-flip .back,.heyzine-flip .front{background-size:cover;background-position:center;-webkit-transition:-webkit-transform .7s cubic-bezier(.4, .2, .2, 1);transition:-webkit-transform .7s cubic-bezier(.4, .2, .2, 1);-o-transition:transform .7s cubic-bezier(.4, .2, .2, 1);transition:transform .7s cubic-bezier(.4, .2, .2, 1);transition:transform .7s cubic-bezier(.4, .2, .2, 1),-webkit-transform .7s cubic-bezier(.4, .2, .2, 1);-webkit-backface-visibility:hidden;backface-visibility:hidden;text-align:center;min-height:280px;height:auto;color:#fff;font-size:1.5rem;box-shadow:0 15px 20px -20px #a9a9a9;border:2px solid #e3ebe8;border-radius:12px}.heyzine-flip .front h5{color:#3e545e;font-size:26px}.heyzine-flip .back{background-color:#e9e9e9;color:#3e545e}.heyzine-flip .front:after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;content:'';display:block;opacity:.6;background-color:#f8f8f8;-webkit-backface-visibility:hidden;backface-visibility:hidden}.heyzine-flip .container:hover .back,.heyzine-flip .container:hover .front{-webkit-transition:-webkit-transform .7s cubic-bezier(.4, .2, .2, 1);transition:-webkit-transform .7s cubic-bezier(.4, .2, .2, 1);-o-transition:transform .7s cubic-bezier(.4, .2, .2, 1);transition:transform .7s cubic-bezier(.4, .2, .2, 1);transition:transform .7s cubic-bezier(.4, .2, .2, 1),-webkit-transform .7s cubic-bezier(.4, .2, .2, 1)}.heyzine-flip .back{position:absolute;top:0;left:0;width:100%}.heyzine-flip .inner{-webkit-transform:translateY(-50%) translateZ(60px) scale(.94);transform:translateY(-50%) translateZ(60px) scale(.94);top:50%;position:absolute;left:0;width:100%;padding:2rem;-webkit-box-sizing:border-box;box-sizing:border-box;outline:1px solid transparent;-webkit-perspective:inherit;perspective:inherit;z-index:2}.heyzine-flip .container .back{box-sizing:border-box;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.heyzine-flip .container .front{box-sizing:border-box;-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.heyzine-flip .container:hover .back{-webkit-transform:rotateY(0);transform:rotateY(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.heyzine-flip .container:hover .front{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.heyzine-flip .front .inner p{font-size:2rem;margin-bottom:2rem;position:relative}.heyzine-flip .front .inner span{color:rgba(255,255,255,.7);font-weight:300}.heyzine-flip .back a{background-color:#19a974;margin-top:2rem;display:inline-block;text-decoration:none;color:#fff;padding:.4rem 0;width:100%;box-shadow:0 0 5px 0 #d3d3d3;border-radius:4px}.heyzine-flip .back p{font-family:HKGrotesk-Regular;font-size:17px}.heyzine-flip .front{font-family:HKGrotesk-Regular;font-size:1.7rem;background-size:cover;background-position:top;color:#3e545e}.heyzine-flip .img-front{width:100%}.heyzine-flip .img-back{width:100%;transform:scaleX(-1);opacity:.2}.heyzine-flip .img-back,.heyzine-flip .img-front{object-fit:cover;height:100%}div.heyzine-fold{font-family:HKGrotesk-Regular,Arial,sans-serif;color:#fff;position:relative;overflow:hidden;margin:10px;min-width:220px;width:100%;background:#000;text-align:center;box-shadow:0 15px 20px -20px #a9a9a9;border:1px solid #d3d3d3}div.heyzine-fold *{-webkit-box-sizing:border-box;box-sizing:border-box}div.heyzine-fold img{opacity:1;width:100%;height:100%;object-fit:cover;-webkit-transition:opacity .35s;transition:opacity .35s}div.heyzine-fold .heyzine-fold-caption{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left}div.heyzine-fold .heyzine-fold-caption>div{float:left;height:100%;overflow:hidden;width:50%;position:relative}div.heyzine-fold .heyzine-fold-caption::before{position:absolute;top:50%;bottom:50%;left:50%;width:2px;content:'';opacity:0;background-color:rgba(255,255,255,.5);-webkit-transition:all .4s;transition:all .4s;-webkit-transition-delay:0.6s;transition-delay:0.6s}div.heyzine-fold h2,div.heyzine-fold p{margin:0;padding:20px;opacity:0;position:absolute;top:0;width:100%;left:0;-webkit-transition:opacity .45s,-webkit-transform .45s;transition:opacity .45s,-webkit-transform .45s,-moz-transform .45s,-o-transform .45s,transform .45s;-webkit-transition-delay:0.3s;transition-delay:0.3s}div.heyzine-fold h2{color:#fff;font-size:22px;font-family:HKGrotesk-Regular;font-weight:700;word-break:break-word;text-align:right;display:inline-block;word-spacing:-0.1em;font-weight:300;text-transform:uppercase;bottom:0;background:rgba(0,0,0,.5);background-image:linear-gradient(to right,rgba(0,0,0,.2) 0,transparent 60%,rgba(0,0,0,.6) 100%);-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}div.heyzine-fold h2 span{font-weight:800}div.heyzine-fold p{display:block;bottom:0;text-align:left;font-weight:300;top:0;color:#000;font-family:HKGrotesk-Regular;font-size:16px;word-break:break-word;background:#fff;background-image:linear-gradient(to right,rgba(0,0,0,.3) 0,transparent 40%,rgba(0,0,0,.1) 100%);-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}div.heyzine-fold .heyzine-curl{width:0;height:0;position:absolute;bottom:0;right:0;background:linear-gradient(135deg,#fff,#f3f3f3 20%,#ccc 38%,#bbb 44%,#aaa 50%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.4));box-shadow:0 0 10px rgba(0,0,0,.5);transition:all .3s ease}div.heyzine-fold .heyzine-curl:after,div.heyzine-fold .heyzine-curl:before{content:'';position:absolute;z-index:-1;left:12%;bottom:6%;width:70%;max-width:300px;max-height:100px;height:55%;box-shadow:0 12px 15px rgba(0,0,0,.3);transform:skew(-10deg) rotate(-6deg)}div.heyzine-fold .heyzine-curl:after{left:auto;right:6%;bottom:auto;top:14%;transform:skew(-15deg) rotate(-84deg)}div.heyzine-fold a{left:0;right:0;top:0;bottom:0;position:absolute;color:#fff}div.heyzine-fold.hover img,div.heyzine-fold:hover img{opacity:.7}div.heyzine-fold.hover .heyzine-fold-caption h2,div.heyzine-fold.hover .heyzine-fold-caption p,div.heyzine-fold:hover .heyzine-fold-caption h2,div.heyzine-fold:hover .heyzine-fold-caption p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0.3s;transition-delay:0.3s}div.heyzine-fold.hover .heyzine-fold-caption h2,div.heyzine-fold:hover .heyzine-fold-caption h2{opacity:1}div.heyzine-fold.hover .heyzine-fold-caption p,div.heyzine-fold:hover .heyzine-fold-caption p{opacity:1}div.heyzine-fold.hover .heyzine-fold-caption::before,div.heyzine-fold:hover .heyzine-fold-caption::before{background:#fff;top:0;bottom:0;opacity:1;-webkit-transition-delay:0s;transition-delay:0s}div.heyzine-fold.hover .heyzine-fold-caption .heyzine-curl,div.heyzine-fold:hover .heyzine-fold-caption .heyzine-curl{width:40px;height:40px;-webkit-transition-delay:0.7s;transition-delay:0.7s}    </style>
