.btn-group,
.intro,
.left,
.right {
  display: flex;
}

.button-download,
.demo a.demo-anchor,
.demo-button {
  transition: all 2.5s cubic-bezier(0.03, 0.965, 0.25, 0.975) 0s;
}

.explain-text,
.header-top {
  color: #040d5a;
  animation: fadeInUp 0.3s ease-in-out 0s forwards;
}

.demo,
.intro {
  height: 100vh;
}

@font-face {
  font-family: Lato;
  font-display: optional;
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
    url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-display: optional;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
    url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Lato, -apple-system, BlinkMacSystemFont, segoe ui, Helvetica,
    Arial, sans-serif;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.left,
.right {
  flex-basis: 0;
  flex-grow: 1;
}

.left {
  background-color: #d4ffe5;
  flex-direction: column;
  align-items: center;
}

.left .inner-container {
  max-width: 522px;
  padding-top: 140px;
}

.left .powered-by {
  max-width: 119px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.header-top {
  font-size: 36px;
  font-weight: 900;
  margin-top: 70px;
  opacity: 0;
}

.explain-text {
  font-size: 20px;
  margin-top: 30px;
  opacity: 0;
}

.button-download,
.demo-button {
  font-size: 16px;
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 0;
  display: flex;
  font-weight: 700;
}

.btn-group {
  align-items: baseline;
  margin-top: 40px;
}

.button-download > img,
.demo-button > img {
  margin-right: 10px;
}

.button-download {
  color: #fdee6a;
  background: #040d5a;
  border-radius: 6px;
  border: none;
  outline: 0;
  animation: fadeInUp 1s ease-in-out 0s forwards;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.demo-bad,
.right {
  background-color: #040d59;
}

.demo-button {
  color: #03075b;
  text-decoration: none;
  -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
  animation: fadeInUp 1s ease-in-out 0s forwards;
  padding: 0 0 0 60px;
}

.button-download:hover,
.demo-button:hover {
  transform: scale(1.03) translate3d(0, 0, 0);
  cursor: pointer;
}

.right {
  align-items: center;
  justify-content: center;
}

.right video {
  border-radius: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 600px;
}

.right .header-top {
  display: none;
}

.demo {
  display: flex;
  position: relative;
}

.footer,
.legal,
.ph-badge,
.social-share {
  position: absolute;
}

.demo h2 {
  color: #fdee6a;
}

.demo img.demo-frame {
  max-width: 60%;
}

.demo .demo-frame {
  margin-top: 40px;
}

.demo a.demo-anchor {
  text-decoration: none;
  font-size: 18px;
  color: #fdee6a;
  border: 1px solid;
  border-radius: 6px;
  padding: 15px 80px;
  transform: scale(1) translate3d(0, 0, 0);
}

.demo a.demo-anchor:hover {
  transform: scale(1.03) translate3d(0, 0, 0);
  cursor: pointer;
}

.demo span.demo-span {
  color: #fff;
  margin-top: 10px;
}

.demo-bad,
.demo-good {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 0;
  color: #fff;
}

.footer,
.footer .social-share a {
  color: #040d5a;
}

.demo-good {
  background-color: #000;
}

button#checkout-button-2 {
  margin-top: 20px;
}

.footer {
  background: #fff;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 700;
  bottom: 0;
  width: 80%;
  margin: 0 auto;
  right: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
}

.footer img {
  max-width: 130px;
  margin: 0 10px;
}

div.logo {
  background: #d4ffe5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.culrs img {
  width: 70px;
}

div.logo img {
  width: 20px;
}

.cleanmock,
.culrs {
  display: flex;
  align-items: center;
  color: #040d5a;
  text-decoration: none;
}

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

.social-share {
  right: 30px;
  top: 30px;
}

.resp-sharing-button__link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
}

.resp-sharing-button__link img {
  width: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.ph-badge {
  top: 20px;
}

@media all and (max-width: 1200px) and (min-width: 768px) {
  .intro {
    height: auto;
  }
  .left .inner-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-top {
    font-size: 26px;
    margin-top: 30px;
  }
  .btn-group {
    flex-direction: column;
  }
  .demo-button {
    padding-left: 0;
    padding-top: 20px;
  }
  .demo h2 {
    color: #fdee6a;
    text-align: center;
  }
}

@media all and (max-width: 1200px) {
  .intro {
    height: auto;
  }
  .left .inner-container {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-top {
    font-size: 26px;
    margin-top: 30px;
  }
  .btn-group {
    flex-direction: column;
  }
  .demo-button {
    padding-left: 0;
    padding-top: 20px;
  }
  .demo h2 {
    color: #fdee6a;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .left .inner-container {
    padding-top: 30px;
  }
  .intro {
    flex-direction: column-reverse;
  }
  .left .header-top {
    display: none;
  }
  .right {
    flex-direction: column;
  }
  .ph-badge {
    position: absolute;
    top: 20px;
  }
  .social-share {
    position: absolute;
    left: 22px;
    top: 75px;
  }
  .right .header-top {
    display: block;
    text-align: center;
    color: #fdee6a;
    font-weight: 400;
    margin-top: 110px;
  }
  .demo {
    flex-direction: column-reverse;
  }
  .demo-bad {
    display: none;
  }
  .demo-bad,
  .demo-good,
  .left,
  .right {
    flex: 1;
  }
}

@media all and (max-width: 900px) {
  .footer .social-share {
    display: none;
  }
}

@media all and (max-width: 670px) {
  .footer {
    display: none;
  }
}

.legal {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  width: 400px;
  bottom: 0;
  margin: 0 auto;
}

.legal a {
  color: #333;
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
}

.on-mobile {
  display: none;
}

.on-mobile a {
  color: #fff;
}

@media all and (max-width: 670px) {
  .on-mobile {
    display: block;
    width: auto;
  }
  .footer {
    display: none;
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #040d5a;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: '\2715';
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/

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

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

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* .micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
} */

.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* .micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.2s cubic-bezier(0, 0, 0.2, 1);} */

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__content .button-download {
  padding: 15px;
  width: 100%;
  transition: none;
  animation: none;
  opacity: 1;
}

.modal__content .button-download:hover {
  transform: none;
}

.modal__content .button-download img {
  width: 30px;
}

.modal__content .header-or {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 16px;
  color: #979797;
}

.header-or span {
  padding: 0 16px;
}

.modal__content .header-or:before,
.modal__content .header-or:after {
  content: '';
  border-top: 1px solid;
  height: 1px;
  width: 50%;
}

.modal__content .stripe {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

div#modal-1-title {
  display: flex;
  align-items: center;
}

div#modal-1-title .brand-name {
  margin-left: 20px;
}

.modal-logo {
  width: 40px;
  background: #d4ffe5;
  border-radius: 50%;
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-logo img {
  width: 20px;
}
