.bigger-h2 h2 {
  font-size: 240%;
}
.h-100 {
  height: 100%;
}
.landing-splash-outer-container {
  height: 100vh;
  max-height: 1000px;
  min-height: 600px;
  background-color: #fff;
}
/*.landing-splash-outer-container.background {
  background-image: url(../img/landing-background.png);
  background-size: cover !important;
  background-position: center top !important;
  height: 100vh;
}
*/

.splash-title {
  color: #00063c;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}

.splash-small-title {
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
}

.splash-statistics {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_homepage {
  margin-top: 0;
  margin-bottom: 2em;
}

.landing-splash-outer-container h1 {
  font-weight: bold;
  line-height: 110%;
  font-size: 300%;
  color: #00063c;
  margin: 0em 0 0.4em;
}

.landing-splash-outer-container p {
  color: #595e7d;
  font-size: 14px;
  line-height: 18px;
  font-weight: lighter;
}
.landing-splash-inner-container {
  height: 100vh;
  max-height: 1000px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.splash-txt-inner {
  padding: 6em 1em 1em 1em;
  text-align: center;
  margin: 0 auto;
}
.splash-txt-inner_p {
  margin: 4px auto 30px auto;
  max-width: 600px;
  font-size: 115%;
  padding: 0 2em;
}
.ev-splash-button {
  font-size: 120%;
}
.ev-splash-button-wrapper {
  position: relative;
  display: inline;
}
.ev-splash-button_arrow {
  display: block;
  margin: 10px auto 0 auto;
  max-width: 100%;
}

.landing-splash-img-inner {
  display: flex;
  flex-shrink: 1;
  height: 100%;
  width: 100%;
}

.landing-splash-img-inner img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  margin: auto;
}

.landing-splash-img-inner-lottie-container {
  width: 45%;
  margin: auto;
}

@media (min-width: 64em){
  .landing-splash-img-inner-lottie-container {
    width: 100%;
  }
}

.landing-splash-video-top-wrapper {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  height: 100%;
  /* min-width: 10px; */
  /* background:red; */
}
.landing-splash-video-bottom-wrapper i {
  top: 15%;
  left: 35%;
  position: absolute;
  color: #d1e9f8;
  font-size: 500%;
}
.landing-form-container {
  background: #176aa0;
  padding: 1em;
  border-radius: 1em;
}
.quick-simulation h2 {
  color: #00063c;
  text-align: center;
}
.how-step-number {
  color: #a6adba;
}
#how {
  background: white;
}
.macaron-flat-shadow {
  background: #d6fce3;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 0 125px 125px 0;
  transform: translate(0%, -50%);
  transform-origin: left;
}
.macaron-flat-shadow.start {
  animation-name: flipMacaron;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.trust {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  background: white;
  box-sizing: border-box;
  margin: 0px 3em;
}
.trust-panel {
  color: #595e7d;
  font-size: 14px;
  border: 1px solid #edf2f5;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  width: 100%;
  min-height: 76px;
  padding: 0.5em 1em;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.trust_content {
  margin: auto;
  border-radius: 10px;
  padding: 10px 30px;
  justify-content: space-between;
  text-align: center;
}
.trust_testachat-img {
  max-height: 150px;
  width: 100%;
  object-fit: contain;
}
.trust_content_p {
  font-size: 16px;
  text-align: center;
  font-weight: lighter;
}
.trust_viewed-on {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trust-viewed-on-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.trust-viewed-on-img img {
  margin: 1em;
}
.trust_media {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
}
.trust_media img {
  padding: 10px 15px;
}
/*---PRODUCTS - START---*/
#boxes-animation #boxes-cube-bottom {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#boxes-animation #boxes-cube-middle {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#boxes-animation.start #boxes-cube-middle {
  animation-name: translateMiddle;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

#boxes-animation {
  position: relative;
  height: 300px;
  width: 300px;
  margin: 0 auto;
}
#pension-products ul {
  padding-left: 1em;
}
/*---PRODUCTS - END---*/
/*Phone animation*/
#security-animation,
#piggy-animation {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#phone-animation #phone-fix,
#security-animation #security-fix,
#security-animation #security-animated,
#piggy-animation #piggy-fix,
#piggy-animation #piggy-animated {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#phone-animation {
  display: flex;
  justify-content: center;
  min-height: 200px;
}
#phone-animated {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#phone-animation.start #phone-animated {
  animation-name: zoomInText;
  animation-duration: 1s;
}
#security-animation.start #security-animated,
#piggy-animation.start #piggy-animated {
  animation-name: zoomIn;
  animation-duration: 1s;
}
#phone-animated .number {
  font-weight: bolder;
  font-size: 1000%;
  color: #00063c;
}
#phone-animated .suffix {
  color: #20476b;
}
#phone-animated .label {
  color: #20476b;
}
div.fa-macaron {
  position: relative;
  background-color: white;
  margin: 0 auto;
}
i.fa-macaron {
  font-size: 900%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00063c;
}
.quick-simulation.pure-form input[type="submit"]:disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: white !important;
  opacity: 1;
}
@keyframes translateTop {
  from {
    top: 0px;
  }
  to {
    top: -50px;
  }
}

@keyframes translateMiddle {
  from {
    top: 0px;
  }
  to {
    top: -30px;
  }
}
@keyframes flipMacaron {
  from {
    transform: translate(0%, -50%) rotate(180deg);
  }
  to {
    transform: translate(0%, -50%);
  }
}
@keyframes zoomIn {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes zoomInText {
  from {
    font-size: 20%;
  }
  to {
    font-size: 100%;
  }
}
/*---WHY - START---*/
#why-img-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
#why-img-container img.fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#why-img-container div.animated {
  position: absolute;
  background: #10476b;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  height: 120px;
  width: 0px;
}
#why-img-container div.animated.start {
  animation-name: swipeRight;
  animation-duration: 2s;
}
@keyframes swipeRight {
  from {
    width: 200px;
  }
  to {
    width: 0px;
  }
}

.landing-splash-img-container {
  display: flex;
  height: 100%;
  width: 100%;
}
/*---PRODUCTS - END---*/
/*why-plan-retirement-image*/
@media (min-width: 48em) {
  .team-cn {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .team-inner {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0em;
  }
  .trust_content {
    display: flex;
  }
  .trust_content_p {
    font-size: 125%;
    margin-left: 60px;
    color: #595e7d;
    font-weight: lighter;
    text-align: left;
  }
}
@media (min-width: 64em) {
  .landing-splash-outer-container {
    /* min-height: 600px; */
    max-width: 1600px;
    margin: 50px auto 0px;
    padding-bottom: 7vh;
    height: 100vh;
    max-height: 1000px;
  }

  .landing-splash-outer-container h1 {
    line-height: 100%;
    font-size: 400%;
  }

  .landing-splash-outer-container .subtitle {
    max-width: 500px;
  }
  .landing-splash-img-container {
    min-height: 600px;
    max-width: 100%;
  }
  .splash-txt-inner {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  .splash-txt-inner_p {
    margin: 8px 0 10px 0;
    font-size: 150%;
    padding: unset;
  }
  .landing-splash-img-inner {
    max-width: 750px;
    margin: auto;
  }
  .landing-splash-img-inner img {
    max-width: 100%;
  }
  .landing-splash-video-top-wrapper {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0%;
    padding-left: 0em;
    /* min-width: 10px; */
    /* height: 100%; */
    /* background:red; */
  }
  .landing-splash-video-bottom-wrapper {
    width: 100%;
  }
  .landing-splash-video-bottom-wrapper i {
    top: 17%;
    left: 28%;
  }

  .splash-title {
    font-size: 50px;
    line-height: 48px;
  }
  .splash-small-title {
    font-size: 16px;
  }
  .splash-txt-cn {
    position: relative;
    height: 100%;
  }
  .splash-txt-inner {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 820px;
    text-align: left;
    padding-left: 4em;
  }
  .ev-splash-button_arrow {
    position: absolute;
    left: 0%;
    top: 350%;
    margin: 0;
  }
  .splash-statistics {
    justify-content: flex-start;
    margin-bottom: 1.5em;
  }

  .trust-panel {
    width: 940px;
    height: 96px;
  }

  .trust_testachat-img {
    width: unset;
    max-height: 100%;
    margin-left: 1em;
  }

  .trust-viewed-on-img {
    margin-left: 1em;
  }
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 80em) {
  .landing-splash-outer-container {
    /* margin: auto; */
    margin-top: 50px;
  }

  .splash-txt-inner {
    padding-left: 6em;
  }

  .landing-splash-inner-container {
    justify-content: center;
  }

  .landing-splash-img-inner {
    max-width: 840px;
  }

  /*---WHY - START---*/
  #why-img-container,
  #boxes-animation,
  #piggy-animation {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }
  /*Phone Animation*/
  #phone-animation,
  #security-animation {
    position: relative;
    width: 400px;
    margin: 0 auto;
  }
  #why-img-container div.animated {
    height: 160px;
  }
  @keyframes swipeRight {
    from {
      width: 260px;
    }
    to {
      width: 0px;
    }
  }
  .trust {
    margin: auto;
  }
  /*---PRODUCTS - END---*/
}

/* Widgets */
.bold-frame {
  /* Auto Layout */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* Grey #4 */
  background: #f6fafc;
  /* Blue #1 */
  border: 4px solid #00063c;
  box-shadow: -4px 4px 0px #00063c;
  border-radius: 20px;
}

.bold-frame.fixed-height {
  height: 450px;
}

.clients-frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 435px;
}

.clients-frame .clients-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1em;
}

.clients-content .clients-title {
  font-size: 20px;
  font-weight: bold;
}

.clients-content .clients-subtitle {
  font-size: 14px;
}

.clients-subtitle .clients-name {
  color: #00063c;
  font-weight: bold;
  vertical-align: bottom;
}

.clients-img {
  width: 100%;
}

@media (min-width: 48em) {
  .mobile {
    display: none;
  }
}

@media (max-width: 48em) {
  .desktop {
    display: none;
  }
}

.splash-statistics {
  font-size: 14px;
}

.splash-statistics .bold-circle {
  font-size: 10px;
  display: flex;
}

.splash-lottie-player {
  height: auto;
  width: 100%;
  margin: auto;
}

@media (min-width: 64em) {
  .splash-lottie-player {
    width: 75%;
  }
}
@media (min-width: 80em) {
  .splash-lottie-player {
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .splash-mobile {
    display: none !important;
  }
}

@media (max-width: 63em) {
  .splash-desktop {
    display: none !important;
  }

  .splash-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 3em 9em;
    flex-shrink: 1;
  }

  .pure-g.mobile-splash {
    flex-grow: 1;
    flex-direction: column;
  }

  .mobile-splash-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    height: auto;
  }

  .trust-panel.column {
    padding: 1.5em 1em 0.5em;
    flex-direction: column;
    text-align: center;
  }
}

.splash-mobile .primary_button {
  margin-top: 1em;
}

#security-list {
  list-style-type: none;
}

@media (min-width: 1024px) {
  #security-list {
    list-style-type: disc;
  }
}
