/* Speach Bubble Divs */

 .pg-hero-chat-bubble-1 {
  background: white;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
  top: 30px;
  width: 200px;
}

 .pg-hero-chat-bubble-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  font-size: 25px;
  border-radius: 100px;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.2);
  box-sizing: border-box;
  line-height: 30px;
  top: 95px;
}

 .pg-hero-chat-bubble-2::after {
  content: "";
  width: 20px;
  height: 15px;
  top: 90px;
  left: 175px;
  position: absolute;
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.2);
  border-radius: 0px 0px 10px 10px;
  background: white;
}

 /* Varient Adustments */
.variant-1-bubble-2 {
  padding: 20px;
  width: 310px;
  font-size: 24px;
  height: 90px;
}

.variant-1-hero-title {
  font-size: 48px !important;
}

 .hero-chat-bubble-2-copy {
  margin-left: 15px;
}

 /* Media Qeries for Speach Bubbles */
@media (max-width: 767px) {
  .pg-hero-chat-bubble-1 {
    top: -45;
    font-size: 19px;
    width: 160px;
  }

   .pg-hero-chat-bubble-2 {
    font-size: 19px;
    padding: 25px;
    line-height: 27px;
    width: 230px;
    top: 0px;
  }

   .pg-hero-chat-bubble-2::after {
    top: 70px;
    left: 145px;
  }

   /* Variant Media Query Adjustments */

   .hero-chat-bubble-2-copy {
    margin: 0;
  }

   .variant-1-bubble-2 {
    padding: 18px;
    height: 80px;
    left: calc(50% - 45px) !important;
  }
  .variant-1-hero-title {
    font-size: 48px !important;
  }

   .variant-1-bubble-2::after {
    top: 80px;
  }
}

 @media (max-width: 1212px) {
  .variant-1-hero-title {
    font-size: 32px !important;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}

 /* Below fold overrides */

 .pg-org-link-row {
  background: #fdd941;
}

 .pg-org-hc-footer-links {
  background-color: #fdd941 !important;
}

 .pg-org-hc-footer-giant-charlie {
  margin-top: 200px;
}

 .pg-org-hc-footer-connect {
  display: flex !important;
  flex-direction: column;
}

 .pg-org-hc-footer-messenger-btn {
  background-color: #464c55 !important;
}

 .pg-news-value-props-spacer {
  height: 200px;
}

 @media (max-width: 768px) {
   .pg-org-hc-footer-giant-charlie {
    margin-top: 100px;
  }

   .pg-news-value-props-spacer {
    height: 100px;
  }
}

 /* VALUES SECTION  */
#value-1-screenshot {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

 #value-2-screenshot {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

 #value-3-screenshot {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

 #value-4-screenshot {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

 .value-screenshot {
  height: 75%;
  min-height: 500px;
  min-width: 425px;
}

 .variant-animation-quote-container {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 50px auto;
}

 #variant-penguine-box-right {
  margin-left: 10%;
}

 #variant-penguine-box-left {
  margin-right: 10%;
}

 .variant-penguine-box {
  display: flex;
  flex-direction: column;
  align-content: center;
}

 .variant-img-wrapper {
  display: flex;
  justify-content: center;
}

 .variant-value-heading {
  text-align: center;
  font-size: 60px;
  font-family: "Adelle";
}
.variant-value-sub-heading {
  text-align: center;
  font-size: 26px;
  font-family: "Din";
}

 .variant-footer-spacer {
  height: 150px;
}

 /* value mobile adjustement  */
@media (max-width: 1100px) {
  .variant-animation-quote-container {
    max-width: 100%;
  }

   .variant-value-heading {
    font-size: 28px;
  }

   .variant-column {
    flex-direction: column;
  }

   .variant-column-reverse {
    flex-direction: column-reverse;
  }

   .variant-value-sub-heading {
    font-size: 16px;
  }

   .value-screenshot {
    margin-bottom: 70px;
  }

   #variant-penguine-box-left,
  #variant-penguine-box-right {
    margin-left: 0;
    margin-right: 0;
  }
}

 /* Security */
#security-main-wrapper-desktop {
  background-color: #464c55;
  color: white;
  text-align: center;
}

 #security-main-heading {
  padding: 40px 0px;
  margin: 0;
  font-size: 60px;
  font-family: "Adelle";
}

 .security-icon-row {
  display: flex;
  justify-content: space-around;
  margin: auto;
}

 #security-icon-row-1 {
  max-width: 85%;
}

 #security-icon-row-2 {
  max-width: 55%;
}

 .security-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0px;
}

 .security-icon {
  margin-bottom: 25px;
}

 .security-copy {
  font-size: 20px;
  text-align: center;
}

 #security-faq-link-wrapper {
  padding: 80px 0px;
}

 .security-faq-link {
  color: #6aecef;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.3s;
  font-size: 20px;
  margin-bottom: 60px;
}

 .security-faq-link:hover {
  color: #67cecf;
  transition: 0.3s;
  text-decoration: none;
}

 /* mobile */
#security-main-wrapper-mobile {
  display: none;
  background-color: #464c55;
  color: white;
  font-family: "Adelle";
}

 #security-main-heading-mobile {
  text-align: center;
  padding: 20px 0px;
}

 .security-box-mobile {
  display: flex;
  align-items: center;
  margin: 20px auto;
  width: 95%;
}

 .security-icon-mobile {
  flex: 1;
  max-width: 100px;
}

 .security-copy-mobile {
  font-size: 18px;
  margin: 0;
  font-family: "Adelle";
  margin-left: 10px;
}

 #security-faq-link-wrapper-mobile {
  text-align: center;
  padding: 50px 0px;
}

 .security-faq-link-mobile {
  color: #6aecef;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.3s;
  font-size: 16px;
  margin-bottom: 60px;
  text-align: center;
}


 @media (max-width: 767px) {
  #security-main-wrapper-desktop {
    display: none;
  }
  #security-main-wrapper-mobile {
    display: flex;
    flex-direction: column;
  }
}

/* desktop */

.top-app-badges-holder {
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.app-store-badges {
  text-align: center;
}

.app-store-badges a {
  vertical-align: middle;
}

.app-store-badges a img {
  height: 60px;
}
