@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0 auto;
}

p {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 25px;
  color: black;
  font-weight: 400;
}

h5 {
  text-transform: uppercase;
  color: #464646;
  margin: 25px 0 5px;
  font-size: 15px;
}

h5.featured {
  margin-bottom: -2px;
}

p.has_error {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #f5866c;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 559px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 560px) {
  .visible-sm {
    display: none;
  }
}

ul {
  font-size: 18px;
  list-style-type: none;
}

ol {
  padding: 10px 0 0 45px;
  font-weight: 400;
  line-height: 1.6;
}

.row {
  margin-bottom: 35px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col {
  display: inline-block;
  vertical-align: top;
}

.col--30 {
  width: 30%;
}

.col--33 {
  width: 33%;
}

.col--66 {
  width: 65%;
}

.col--40 {
  width: 40%;
}

.col--60 {
  width: 58%;
}

.col--50 {
  width: 48%;
}

.col--20 {
  width: 20%;
  margin-right: 2%;
}

.col--80 {
  width: 76%;
}

@media (max-width: 900px) {
  .col--50,
  .col--66,
  .col--33,
  .col--40,
  .col--60 {
    width: 100%;
  }
}

.tx-center {
  text-align: center;
}

.tx-xsmall {
  font-size: 10px;
}

.tx-small {
  font-size: 11px;
  line-height: 18px;
}

.tx-med {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.tx-lg {
  font-size: 19px;
  line-height: 24px;
}

.tx-xl {
  font-size: 36px;
  font-weight: 400;
}

.tx-xl.tx-xl--bold {
  font-weight: 700;
}

.tx-huge {
  font-size: 32px;
  font-weight: 700;
}

header {
  text-align: left;
  display: block;
  margin: 0 auto;
  background-color: #ffe5d9;
}

h3 {
  font-weight: 200;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  padding-top: 0;
}

h3.centered {
  text-align: center;
}

h4 {
  font-weight: 200;
  font-size: 32px;
  margin: 20px 0 10px 0;
  font-style: italic;
}

h4.page-number {
  text-align: center;
}

@media (max-width: 480px) {
  header {
    margin-bottom: 10px;
  }
  header p {
    font-size: 16px;
  }
  section {
    padding: 0;
  }
  h1 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
  }
  h2 {
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h3.personality-value {
    font-size: 22px;
    font-weight: 400;
    padding-top: 0;
    width: 50%;
  }
  h4 {
    font-size: 22px;
  }
  .personality-list {
    padding: 20px 0 0;
  }
  progress[value] {
    height: 32px;
    width: 50%;
  }
  .description {
    padding-top: 20px;
  }
  p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  p.tagline {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.moneytype-landing header {
  background-color: #ffffff;
  padding: 20px 0 10px;
}

.moneytype-landing header .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moneytype-landing header .logo-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.moneytype-landing header .logo-wrapper a img {
  height: 130px;
  padding: 10px 0;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .moneytype-landing header .logo-wrapper a {
    width: 60%;
    display: block;
  }

  .moneytype-landing header .logo-wrapper a img {
    height: auto;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
}

.moneytype-landing .arrow {
  border-top: 24px solid #eeecec;
}

.moneytype-landing .profile-section .layout-inner--narrow {
  min-height: 24px;
}

.profile-section {
  background-color: #EEECEC;
  padding: 10px 50px 0;
}

.profile-section h2 {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}

.profile-section h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
}

.profile-section .results-percentages {
  text-align: center;
  margin: 30px 0 5px;
}

.profile-section .results-percentages .tab {
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20%;
  z-index: 2;
}

.profile-section .results-percentages .tab .circles-wrp {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.profile-section .results-percentages .tab a {
  display: block;
  width: 90px;
  border: 1px solid #C028B9;
  border-radius: 8px;
  padding: 5px 16px;
  text-transform: uppercase;
  font: 400 14px/20px "Lato", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px auto 0;
  background-color: #C028B9;
  font-weight: bold;
  color: #ffffff;
}

.profile-section .results-percentages .tab .circle {
  display: inline-block;
  margin: 0 auto;
}

.profile-section .results-percentages .tab .circle .circles-text {
  font-size: 38px;
  font-weight: 700;
  line-height: 115px;
  color: #000000;
}

.profile-section .results-percentages .tab .circle .circles-text .circles-integer {
  font-size: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins";
}

.profile-section .results-percentages .tab .circle .circles-text .circles-desc {
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Oswald;
  font-weight: 400;
}

.profile-section .results-percentages .tab .circles-maxValueStroke {
  stroke-width: 2px;
}

.profile-section .results-percentages .tab:hover .circles-wrp {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.profile-section .results-percentages .tab.active a,
.profile-section .results-percentages .tab:hover a {
  border-color: #000000;
  color: #ffffff;
  background: #000000;
}

.profile-section .results-percentages .tab.active .circles-wrp {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

@media (max-width: 768px) {
  .profile-section .results-percentages .tab {
    width: 20%;
  }
  .profile-section .results-percentages .tab a {
    margin-top: 15px;
  }
  .profile-section .results-percentages .tab .circle .circles-text {
    font-size: 22px !important;
    line-height: 76px;
  }
  .profile-section .results-percentages .tab .circle .circles-text .circles-desc {
    font-size: 11px;
    top: 18px;
  }
  .profile-section .results-percentages .tab .circle .circles-text .circles-integer {
    font-size: 30px;
  }
  .profile-section .results-percentages .tab:hover .circles-wrp, .profile-section .results-percentages .tab.active .circles-wrp {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

@media (max-width: 620px) {
  .profile-section .results-percentages .tab {
    width: 50%;
    margin-bottom: 20px;
  }
  .profile-section .results-percentages .tab a {
    top: 0;
    margin-top: 10px;
  }
  .profile-section .results-percentages .tab:first-child {
    float: none;
    margin: 0 auto 20px;
  }
  .profile-section .results-percentages .tab:hover a, .profile-section .results-percentages .tab.active a {
    top: 5px;
  }
}

.profile-section .results-percentages .tab[data-target="0"] svg path {
  fill: currentColor;
  color: white;
  stroke: #AA4399;
}

.profile-section .results-percentages .tab[data-target="1"] svg path {
  fill: currentColor;
  color: white;
  stroke: #00A66A;
}

.profile-section .results-percentages .tab[data-target="2"] svg path {
  fill: currentColor;
  color: white;
  stroke: #EC3967;
}

.profile-section .results-percentages .tab[data-target="3"] svg path {
  fill: currentColor;
  color: white;
  stroke: #00ACBB;
}

.profile-section .results-percentages .tab[data-target="4"] svg path {
  fill: currentColor;
  color: white;
  stroke: #F4A81C;
}

@media (max-width: 480px) {
  .profile-section {
    padding: 10px 30px 0;
  }
  .profile-section h2 {
    font-size: 40px;
  }
  .profile-section h3 {
    font-size: 24px;
  }
}

.layout-inner {
  position: relative;
}

.layout-outer {
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.layout-inner {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 560px) and (max-width: 899px) {
  .layout-inner {
    max-width: 98%;
    margin: 0 1% 0 1%;
  }
}

@media (max-width: 559px) {
  .layout-inner {
    max-width: 100%;
    margin: 0;
  }
}

.layout-inner.layout-inner--narrow {
  max-width: 900px;
}

.moneytype-landing .card {
  margin: 60px 15px 40px;
  border-radius: 11px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.25);
  cursor: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
}

.moneytype-landing .card .card-headline {
  background: #EC3967;
  border-radius: 10px 10px 0px 0px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 20px;
  margin: 0px;
  font-family: 'Oswald';
  font-weight: bold;
}

/* MoneyType-specific header colors */
.card-headline.independent-color {
  background-color: #F4A81C !important; /* Golden yellow - Independent color */
}

.card-headline.visionary-color {
  background-color: #EC3967 !important; /* Pink - Visionary color */
}

.card-headline.producer-color {
  background-color: #aa4399 !important; /* Purple - Producer color */
}

.card-headline.connoisseur-color {
  background-color: #00A66A !important; /* Green - Connoisseur color */
  color: #ffffff !important; /* White text for better contrast on dark background */
}

.card-headline.nurturer-color {
  background-color: #00ACBB !important; /* Teal - Nurturer color */
  color: #ffffff !important; /* White text for better contrast on dark background */
}

.moneytype-landing .card .card-meat {
  border-radius: 0 0 11px 11px;
  border: 1px solid #555454;
  border-top: none;
}

.moneytype-landing .card p {
  margin: 0 0 25px;
  font: 400 24px/32px "Poppins";
  color: #000000;
}

.moneytype-landing .card.definition-card .card-meat {
  padding: 10px 75px 35px;
}

.moneytype-landing .card.definition-card h3 {
  display: block;
  text-align: center;
  font: 400 56px "Lora";
  color: #000000;
  margin: 0 0 25px;
}

.moneytype-landing .card.key-insight-card .card-meat {
  padding: 40px 75px 35px;
}

.moneytype-landing .card.key-insight-card h3 {
  display: block;
  text-align: center;
  font: 700 28px "Poppins";
  color: black;
  margin: 25px 0;
}


.moneytype-landing .card.key-insight-card h4 {
    font: 700 20px/26px "Poppins";
}

@media (max-width: 768px) {
	.moneytype-landing .card.key-insight-card h4 {
		font: 700 20px/26px "Poppins" !important;
	}
}

@media (max-width: 480px) {
	.moneytype-landing .card.key-insight-card h4 {
		font: 700 24px/26px "Poppins" !important;
	}
}

.moneytype-landing .card.strengths-card .card-meat {
  background: #F8F8F8;
  padding: 60px 60px 30px;
}

.moneytype-landing .card.strengths-card .row {
  margin: 0;
}

.moneytype-landing .card.strengths-card .row .col--50 {
  float: left;
  width: 42%;
  margin-right: 12%;
}

.moneytype-landing .card.strengths-card .row .col--50 h5 {
  color: black;
  font: 400 20px/22px "Poppins";
  text-transform: uppercase;
  margin-bottom: 3px;
}

.moneytype-landing .card.strengths-card .row .col--50 p {
  margin: 0 0 25px;
  font: 400 20px / 30px "Poppins";
  color: #000000;
}

.moneytype-landing .card.strengths-card .row .col--50 h4 {
  color: black;
  font: 700 30px/36px "Poppins";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.moneytype-landing .card.strengths-card .row .col--50.col-right {
  margin-left: 4%;
  margin-right: 0;
}

.moneytype-landing .card.strengths-card .row.first-row .col--50 {
  margin-bottom: 60px;
}

.moneytype-landing .card.quotes-card {
  background: #ffffff;
  text-align: center;
}

.moneytype-landing .card.quotes-card .card-meat {
  border: none;
  padding: 40px 130px 100px;
}

.moneytype-landing .card.quotes-card h4 {
  color: black;
  font: 700 26px/32px "Poppins";
  margin-top: 0;
  font-style: initial;
}

.moneytype-landing .card.quotes-card .quote-slide {
  color: black;
  font: 100 60px "Lora";
  line-height: 1.1;
  padding: 30px 60px 50px;
  cursor: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
}

.moneytype-landing .card.quotes-card .slick-prev, .moneytype-landing .card.quotes-card .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.moneytype-landing .card.quotes-card .slick-prev:active, .moneytype-landing .card.quotes-card .slick-prev:focus, .moneytype-landing .card.quotes-card .slick-next:active, .moneytype-landing .card.quotes-card .slick-next:focus {
  outline: none;
}

.moneytype-landing .card.quotes-card .slick-prev:before, .moneytype-landing .card.quotes-card .slick-next:before {
  font-size: 42px;
  line-height: 1;
  opacity: 0.75;
  color: #d9d9d9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moneytype-landing .card.quotes-card .slick-next {
  right: -90px;
}

.moneytype-landing .card.quotes-card .slick-next:before {
  content: "▶";
}

.moneytype-landing .card.quotes-card .slick-prev {
  left: -90px;
}

.moneytype-landing .card.quotes-card .slick-prev:before {
  content: "◀";
}

.moneytype-landing .card.quotes-card .slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.moneytype-landing .card.quotes-card .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.moneytype-landing .card.quotes-card .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.moneytype-landing .card.quotes-card .slick-dots li button:before {
  font-size: 56px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.8;
  color: #d9d9d9;
  -webkit-font-smoothing: antialiased;
}

.moneytype-landing .card.quotes-card .slick-dots li button:hover:before, .moneytype-landing .card.quotes-card .slick-dots li button:focus:before {
  opacity: 1;
}

.moneytype-landing .card.quotes-card .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #EC3967;
}

.moneytype-landing .card.level-up-card .card-meat {
  padding: 15px 100px 100px;
}

.moneytype-landing .card.level-up-card h3 {
  display: block;
  text-align: center;
  font: 400 52px "Lora";
  color: black;
  margin: 25px 0 40px;
}

.moneytype-landing .card.level-up-card .inner-card {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px 60px;
}

.moneytype-landing .card.level-up-card .inner-card .btn-learn {
  padding: 14px 60px;
  border-radius: 10px;
  background: #00B0B9;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  margin: 20px auto 0;
  display: inline-block;
  font-weight:700;
  text-transform: uppercase;
}

.moneytype-landing .card.actions-card .row {
  margin-bottom: 0;
  position: relative;
}

.moneytype-landing .card.actions-card .action-col {
  float: left;
}

.moneytype-landing .card.actions-card .col-left {
  background: #ffc705;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 0 0 0 10px;
}

.moneytype-landing .card.actions-card .col-right {
  padding: 30px 30px 25px;
  width: 60%;
  margin-left: 40%;
}

.moneytype-landing .card.actions-card .action-circle {
  border-radius: 300px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  width: 240px;
  height: 240px;
  left: 50%;
  top: 50%;
  margin: -120px 0 0 -120px;
  padding: 50px 0;
}

.moneytype-landing .card.actions-card .action-circle h3 {
  color: #392a6b;
  display: block;
  margin-bottom: 0;
  font: 100 34px "Nixie One", Courier, monospace;
}

.moneytype-landing .card.actions-card .action-circle h4 {
  color: #392a6b;
  font: 700 30px/38px "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.moneytype-landing .card.next-card .card-meat {
  padding: 10px 70px 40px;
}

.moneytype-landing .card.next-card h4 {
  color: black;
  font: 700 28px / 32px "Poppins";
  margin-bottom: 3px;
  margin-top: 60px;
}

.moneytype-landing .card.next-card h4 strong {
  font: 700 28px / 32px "Poppins";
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.moneytype-landing .card.next-card h3 {
  font: 400 54px "Lora";
  color: black;
  margin-bottom: 0;
}

.moneytype-landing .card.next-card p {
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .moneytype-landing .card {
    margin: 40px 24px 20px;
  }
  .moneytype-landing .card p {
    font: 400 20px/30px "Poppins";
  }
  .moneytype-landing .card .card-headline {
    font-size: 24px;
    padding: 15px 10px;
    letter-spacing: 1px;
  }
  .moneytype-landing .card.definition-card .card-meat {
    padding: 10px 40px 35px;
  }
  .moneytype-landing .card.definition-card h3 {
    font-size: 48px;
    margin: 15px 0;
  }
  .moneytype-landing .card.definition-card strong {
    font: 700 24px/28px "Poppins";
  }
  .moneytype-landing .card.key-insight-card .card-meat {
    padding: 40px 40px 30px;
  }
  .moneytype-landing .card.key-insight-card h3 {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .moneytype-landing .card.strengths-card .card-meat {
    padding: 40px 40px 30px;
  }
  .moneytype-landing .card.strengths-card .row .col--50 {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .moneytype-landing .card.strengths-card .row .col--50 h5 {
    font: 400 18px/20px "Poppins";
    margin-top: 5px;
  }
  .moneytype-landing .card.strengths-card .row .col--50 h4 {
    font: 700 26px/34px "Poppins";
  }
  .moneytype-landing .card.strengths-card .row .col--50 p {
    line-height: 28px;
  }
  .moneytype-landing .card.quotes-card .card-meat {
    padding: 40px 80px 100px;
  }
  .moneytype-landing .card.quotes-card h4 {
    font: 700 20px/26px "Poppins";
    margin-left: -20px;
    margin-right: -20px;
  }
  .moneytype-landing .card.quotes-card .quote-slide {
    font-size: 40px;
    padding: 10px 0 15px;
  }
  .moneytype-landing .card.quotes-card .slick-prev, .moneytype-landing .card.quotes-card .slick-next {
    width: 35px;
    height: 35px;
  }
  .moneytype-landing .card.quotes-card .slick-prev:before, .moneytype-landing .card.quotes-card .slick-next:before {
    font-size: 30px;
  }
  .moneytype-landing .card.quotes-card .slick-next {
    right: -40px;
  }
  .moneytype-landing .card.quotes-card .slick-prev {
    left: -40px;
  }
  .moneytype-landing .card.actions-card .col-left {
    border-radius: 0;
    width: 100%;
    position: relative;
  }
  .moneytype-landing .card.actions-card .col-right {
    width: 100%;
    margin-left: 0;
    padding: 30px 30px 20px;
  }
  .moneytype-landing .card.actions-card .action-circle {
    margin: 15px 0 15px -120px;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 45px 0;
  }
  .moneytype-landing .card.actions-card .action-circle.ind {
    padding: 60px 0;
  }
  .moneytype-landing .card.actions-card .action-circle h3.ind {
    font: 100 36px/40px "Nixie One", Courier, monospace;
  }
  .moneytype-landing .card.actions-card .action-circle h4 {
    font: 700 30px/38px "Lato", Arial, Helvetica, sans-serif;
  }
  .moneytype-landing .card.next-card .card-meat {
    padding: 40px 40px 20px;
  }
  .moneytype-landing .card.next-card h4 {
    margin-top: 40px;
    font: 700 24px/28px "Poppins";
  }
  .moneytype-landing .card.next-card h4 strong {
    font: 700 24px/24px "Poppins";
  }
  .moneytype-landing .card.next-card h3 {
    font: 400 48px "Lora";
  }
  .moneytype-landing .card.next-card h3.ind {
    font: 400 48px "Lora";
  }
  .moneytype-landing .card.level-up-card .card-meat {
    padding: 40px 40px 100px;
  }
  .moneytype-landing .card.level-up-card .card-meat h3 {
    margin-top: 0;
  }
  .moneytype-landing .card.level-up-card .inner-card {
    padding: 40px 40px;
  }
  .moneytype-landing .card.level-up-card .inner-card p {
    font: 400 24px / 32px "Poppins";
  }
}

@media (max-width: 480px) {
  .moneytype-landing header {
    padding: 30px 0 30px;
  }
  .moneytype-landing .card p {
    font: 400 18px/26px "Poppins";
    margin: 0 0 15px;
  }
  .moneytype-landing .card.definition-card .card-meat {
    padding: 10px 24px 35px;
  }
  .moneytype-landing .card.definition-card h3 {
    font-size: 38px;
    margin: 15px 0;
  }
  .moneytype-landing .card.definition-card strong {
    font: 700 20px/26px "Poppins";
  }
  .moneytype-landing .card.key-insight-card .card-meat {
    padding: 40px 24px 30px;
  }
  .moneytype-landing .card.key-insight-card h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .moneytype-landing .card.strengths-card .card-meat {
    padding: 40px 24px 30px;
  }
  .moneytype-landing .card.strengths-card .row.first-row .col--50 {
    margin-bottom: 0;
  }
  .moneytype-landing .card.strengths-card .row .col--50 {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .moneytype-landing .card.strengths-card .row .col--50 h5 {
    font: 400 18px/20px "Poppins";
    margin-top: 15px;
  }
  .moneytype-landing .card.strengths-card .row .col--50 h4 {
    font: 700 26px/34px "Poppins";
    margin-top: 10px;
  }
  .moneytype-landing .card.strengths-card .row .col--50 p {
    margin: 0 0 5px;
    font: 400 18px / 24px "Poppins";
  }
  .moneytype-landing .card.strengths-card .row .col--50.col-right {
    margin-left: 0;
  }
  .moneytype-landing .card.quotes-card .card-meat {
    padding: 40px 40px 100px;
  }
  .moneytype-landing .card.quotes-card h4 {
    font: 700 24px/30px "Poppins";
    margin-left: -25px;
    margin-right: -25px;
  }
  .moneytype-landing .card.quotes-card .quote-slide {
    font-size: 32px;
    padding: 5px 20px 10px;
  }
  .moneytype-landing .card.quotes-card .slick-prev, .moneytype-landing .card.quotes-card .slick-next {
    width: 30px;
    height: 30px;
  }
  .moneytype-landing .card.quotes-card .slick-prev:before, .moneytype-landing .card.quotes-card .slick-next:before {
    font-size: 26px;
  }
  .moneytype-landing .card.quotes-card .slick-next {
    right: -32px;
  }
  .moneytype-landing .card.quotes-card .slick-prev {
    left: -32px;
  }
  .moneytype-landing .card.quotes-card .slick-dots {
    bottom: -60px;
  }
  .moneytype-landing .card.actions-card .col-left {
    border-radius: 0;
    width: 100%;
    position: relative;
  }
  .moneytype-landing .card.actions-card .col-right {
    width: 100%;
    margin-left: 0;
    padding: 15px 20px 10px;
  }
  .moneytype-landing .card.actions-card .action-circle {
    margin: 15px 0 15px -110px;
    position: relative;
    width: 220px;
    height: 220px;
    padding: 40px 0;
  }
  .moneytype-landing .card.actions-card .action-circle.ind {
    padding: 50px 0;
  }
  .moneytype-landing .card.actions-card .action-circle h3 {
    font: 400 38px "Lora";
  }
  .moneytype-landing .card.actions-card .action-circle h3.ind {
    font: 400 38px "Lora";
  }
  .moneytype-landing .card.actions-card .action-circle h4 {
    font: 700 26px/34px "Poppins";
  }
  .moneytype-landing .card.next-card .card-meat {
    padding: 40px 24px 20px;
  }
  .moneytype-landing .card.next-card h4 {
    margin-top: 10px;
    font: 700 18px/24px "Poppins";
    margin-left: -3px;
    margin-right: -3px;
  }
  .moneytype-landing .card.next-card h4 strong {
    font: 700 18px/24px "Poppins";
    margin-left: 3px;
    margin-right: 3px;
  }
  .moneytype-landing .card.next-card h3 {
    font: 400 38px "Lora";
  }
  .moneytype-landing .card.next-card h3.ind {
    font: 400 32px "Lora";
  }
  .moneytype-landing .card.level-up-card .card-meat {
    padding: 40px 20px 60px;
  }
  .moneytype-landing .card.level-up-card .card-meat h3 {
    font: 400 40px "Lora";
  }
  .moneytype-landing .card.level-up-card .inner-card {
    padding: 40px 30px;
  }
}

.landing-footer {
  background-color: #00B0B9;
  padding-bottom: 0;
}

.landing-footer img {
  float: none;
  margin-right: 0;
}

.landing-footer .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 30px;
}

.landing-footer .content-wrapper .btn-promo {
  padding: 5px 20px;
  border: 2px solid #fff;
  display: inline-block;
  font-weight: bold;
  font-family: 'Poppins';
  margin-bottom: 40px;
  text-decoration: none;
  color: #ffffff;
}

.landing-footer .content-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landing-footer .content-wrapper .content h3 {
  font-weight: bold;
  font-family: 'Poppins';
  color: #ffffff;
  width: 340px;
}

.landing-footer .content-wrapper .content .rt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.landing-footer .content-wrapper .content .rt-content img {
  max-width: 340px;
  width: 100%;
  display: inline-block;
}

.landing-footer .content-wrapper .content .rt-content .learn-more-btn {
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: 'Poppins';
  text-transform: uppercase;
  margin-top: 30px;
  text-decoration: none;
  font-size: 24px;
}

.landing-footer .content-wrapper .content .rt-content .learn-more-btn img {
  margin-left: 15px;
  width: 24px;
}

.landing-footer .bottom-card {
  background: #000000;
}

.landing-footer .bottom-card .inr-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}

.landing-footer .bottom-card img {
  padding-left: 30px;
  width: 280px;
  display: inline-block;
}
.moneytype-landing footer.layout-outer .layout-inner p{
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .landing-footer .content-wrapper {
    max-width: 100%;
    width: 80%;
  }
  .landing-footer .bottom-card .inr-wrapper {
    max-width: 100%;
    width: 80%;
  }
}

@media (max-width: 799px) {
  .landing-footer {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .landing-footer .content-wrapper .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing-footer .content-wrapper .content .rt-content {
    margin-top: 40px;
  }
  .landing-footer .bottom-card img {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .landing-footer .content-wrapper .content h3 {
    font-size: 36px;
    line-height: 1;
  }
}

.arrow {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 36px solid #ffe5d9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 900px) {
  .arrow.arrow-0 {
    left: 7.5%;
  }
  .arrow.arrow-1 {
    left: 27.5%;
  }
  .arrow.arrow-2 {
    left: 47.5%;
  }
  .arrow.arrow-3 {
    left: 67.5%;
  }
  .arrow.arrow-4 {
    left: 87.5%;
  }
}

@media (min-width: 800px) and (max-width: 899px) {
  .arrow.arrow-0 {
    left: 7%;
  }
  .arrow.arrow-1 {
    left: 27%;
  }
  .arrow.arrow-2 {
    left: 47%;
  }
  .arrow.arrow-3 {
    left: 67%;
  }
  .arrow.arrow-4 {
    left: 87%;
  }
}

@media (min-width: 720px) and (max-width: 799px) {
  .arrow.arrow-0 {
    left: 6.75%;
  }
  .arrow.arrow-1 {
    left: 26.75%;
  }
  .arrow.arrow-2 {
    left: 46.75%;
  }
  .arrow.arrow-3 {
    left: 66.75%;
  }
  .arrow.arrow-4 {
    left: 86.75%;
  }
}

@media (min-width: 640px) and (max-width: 719px) {
  .arrow.arrow-0 {
    left: 6.5%;
  }
  .arrow.arrow-1 {
    left: 26.5%;
  }
  .arrow.arrow-2 {
    left: 46.5%;
  }
  .arrow.arrow-3 {
    left: 66.5%;
  }
  .arrow.arrow-4 {
    left: 86.5%;
  }
}

@media (min-width: 560px) and (max-width: 639px) {
  .arrow.arrow-0 {
    left: 5.75%;
  }
  .arrow.arrow-1 {
    left: 25.75%;
  }
  .arrow.arrow-2 {
    left: 45.75%;
  }
  .arrow.arrow-3 {
    left: 65.75%;
  }
  .arrow.arrow-4 {
    left: 85.75%;
  }
}

@media (max-width: 559px) {
  .arrow {
    display: none;
  }
}

.slick-list {
  height: auto !important;
}

.scroll-arrow {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  width: 45px;
  height: 45px;
  color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 400 32px/39px "Lora", Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0px, 100px, 0px) rotate(270deg);
  transform: translate3d(0px, 100px, 0px) rotate(270deg);
}

.scroll-arrow.in-view {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(270deg);
  transform: translate3d(0px, 0px, 0px) rotate(270deg);
}

.container-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.moneytype-landing .page-result {
  padding: 30px 0 20px;
}

.moneytype-landing .page-result .tag-line {
  color: #666666;
  text-align: right;
  max-width: 900px;
  margin: 0 auto 20px;
  font-family: "Poppins";
  padding-right: 40px;
}

.moneytype-landing .page-result .logo-wrapper a img {
  height: 150px;
  padding: 0;
  margin-left: 0;
}

@media (max-width: 768px) {
  .moneytype-landing .page-result .tag-line {
    color: #666666;
    text-align: right;
    max-width: 900px;
    margin: 0 auto 20px;
    font-family: "Poppins";
    padding-right: 40px;
    padding-left: 40px;
  }
  .moneytype-landing .page-result .logo-wrapper a {
    width: 60%;
    display: block;
  }

  .moneytype-landing .page-result .logo-wrapper a img {
    height: auto;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.moneytype-landing .email-section {
  background-color: #EEECEC;
  text-align: center;
  padding: 50px 125px;
}

.moneytype-landing .email-section h2 {
  font-family: "Oswald";
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 45px;
}

.moneytype-landing .email-section p {
  font-size: 32px;
  font-family: "Poppins";
  margin-bottom: 40px;
}

.moneytype-landing .email-section .actions-form .form-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.moneytype-landing .email-section .actions-form .form-card input {
  height: 55px;
  border: 1px solid #55002B;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: "Poppins";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.moneytype-landing .email-section .actions-form .form-card button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C028B9;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 55px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins";
  padding: 10px 30px;
  white-space: nowrap;
}

.moneytype-landing .email-section .actions-form .form-card button img {
  margin-left: 15px;
}

.moneytype-landing .email-section .actions-form .form-card button:hover {
  background-color: #000000;
}

@media (max-width: 768px) {
  .moneytype-landing .email-section {
    padding: 50px 92px;
  }
  .moneytype-landing .email-section h2 {
    font-size: 40px;
  }
  .moneytype-landing .email-section p {
    font-size: 28px;
  }
}

@media (max-width: 620px) {
  .moneytype-landing .email-section {
    padding: 50px 50px;
  }
  .moneytype-landing .email-section h2 {
    font-size: 36px;
  }
  .moneytype-landing .email-section p {
    font-size: 25px;
  }
  .moneytype-landing .email-section .actions-form .form-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moneytype-landing .email-section .actions-form .form-card input {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .moneytype-landing .email-section {
    padding: 40px 24px;
  }
  .moneytype-landing .email-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .moneytype-landing .email-section p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .moneytype-landing .email-section .actions-form .form-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moneytype-landing .email-section .actions-form .form-card input {
    width: 100%;
  }
}

.moneytype-landing .branding-section {
  padding: 40px 125px;
}

.moneytype-landing .sponsored-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0;
  background-color: #ffffff;
}

.moneytype-landing .sponsored-by-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin: 0 0 16px;
}

.moneytype-landing .sponsored-by > a {
  display: block;
  width: 80%;
  max-width: 720px;
  line-height: 0;
}

.moneytype-landing .sponsored-by-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.moneytype-landing .sponsored-by--report {
  padding: 30px 20px 0;
  background-color: #ffffff;
}

.moneytype-landing .sponsored-by--report > a {
  max-width: 640px;
}

.moneytype-landing .results-container .results-slide {
  padding-top: 0;
}

@media (max-width: 768px) {
  .moneytype-landing .sponsored-by > a,
  .moneytype-landing .sponsored-by--report > a {
    width: 100%;
    max-width: 100%;
  }

  .moneytype-landing .sponsored-by--report {
    padding: 24px 0 0;
  }

  .moneytype-landing .sponsored-by--report .sponsored-by-label {
    padding: 0 24px;
  }
}

.moneytype-landing .branding-section .brand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.moneytype-landing .branding-section .brand-wrapper label {
  font-family: "Poppins";
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  font-size: 16px;
}

.moneytype-landing .branding-section .brand-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.moneytype-landing .branding-section .brand-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moneytype-landing .branding-section .brand-wrapper ul li img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .moneytype-landing .branding-section {
    padding: 20px 80px;
  }
  .moneytype-landing .branding-section .brand-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .moneytype-landing .branding-section .brand-wrapper label {
    padding-left: 12px;
  }
  .moneytype-landing .branding-section .brand-wrapper ul {
    margin: 0;
  }
}

@media (max-width: 620px) {
  .moneytype-landing .branding-section {
    padding: 20px 40px;
  }
  .moneytype-landing .branding-section .brand-wrapper label {
    padding-left: 12px;
  }
}

@media (max-width: 480px) {
  .moneytype-landing .branding-section {
    padding: 40px 24px;
  }
  .moneytype-landing .branding-section .brand-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .moneytype-landing .branding-section .brand-wrapper label {
    padding: 0;
  }
  .moneytype-landing .branding-section .brand-wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

/* Full-width mobile MLAW banner — after branding-section padding rules so these win */
@media (max-width: 768px) {
  .moneytype-landing .branding-section.branding-section--sponsor {
    padding-left: 0;
    padding-right: 0;
  }

  .moneytype-landing .branding-section.branding-section--sponsor .container-wrapper {
    max-width: none;
  }

  .moneytype-landing .branding-section.branding-section--sponsor .sponsored-by-label {
    padding: 0 24px;
  }
}

.moneytype-landing .about-section {
  padding: 40px 125px 20px;
  border-top: 1px solid #B6ADAD;
}

@media (max-width: 768px) {
  .moneytype-landing .about-section {
    padding: 40px 80px 20px;
  }
}

@media (max-width: 620px) {
  .moneytype-landing .about-section {
    padding: 40px 40px 20px;
  }
}

@media (max-width: 480px) {
  .moneytype-landing .about-section {
    padding: 40px 24px 20px;
  }
}

.moneytype-landing .member-section {
  background-color: #EEECEC;
  padding: 40px;
}

.moneytype-landing .member-section .quotes-container {
  max-width: 900px;
  margin: 0 auto;
}

.moneytype-landing .member-section .member-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moneytype-landing .member-section .member-card .member-thumb {
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
}

.moneytype-landing .member-section .member-card .member-thumb .post .post-logo {
  width: 120px;
  margin-right: 10px;
}

.moneytype-landing .member-section .member-card .member-thumb .thumb img {
  max-width: 100%;
  width: 245px;
  min-width: 245px;
}

.moneytype-landing .member-section .member-card .member-details {
  width: auto;
  padding-right: 72px;
  padding-left: 40px;
}

.moneytype-landing .member-section .member-card .member-details h2 {
  font-family: Lora;
  font-size: 36px;
  margin-bottom: 10px;
}

.moneytype-landing .member-section .member-card .member-details h3 {
  font-family: "Poppins";
  font-weight: bold;
  color: #008D9B;
  font-size: 20px;
}

.moneytype-landing .member-section .member-card .member-details p {
  font-size: 24px;
}

.moneytype-landing .member-section .slick-prev, .moneytype-landing .member-section .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.moneytype-landing .member-section .slick-prev:active, .moneytype-landing .member-section .slick-prev:focus, .moneytype-landing .member-section .slick-next:active, .moneytype-landing .member-section .slick-next:focus {
  outline: none;
}

.moneytype-landing .member-section .slick-prev:before, .moneytype-landing .member-section .slick-next:before {
  font-size: 42px;
  line-height: 1;
  opacity: 0.75;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moneytype-landing .member-section .slick-next {
  right: 0;
}

.moneytype-landing .member-section .slick-next:before {
  content: "▶";
}

.moneytype-landing .member-section .slick-prev {
  left: 0;
}

.moneytype-landing .member-section .slick-prev:before {
  content: "◀";
}

.moneytype-landing .member-section .slick-dots {
  display: none !important;
}

@media (max-width: 768px) {
  .moneytype-landing .member-section .member-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .moneytype-landing .member-section .member-card .member-thumb {
    width: auto;
    min-width: 254px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
  .moneytype-landing .member-section .member-card .member-thumb .post .post-logo {
    width: 120px;
    margin-right: 10px;
  }
  .moneytype-landing .member-section .member-card .member-thumb .thumb {
    margin-bottom: 40px;
  }
  .moneytype-landing .member-section .member-card .member-thumb .thumb img {
    width: 180px;
    min-width: 180px;
  }
  .moneytype-landing .member-section .member-card .member-details {
    padding-right: 30px;
    padding-left: 30px;
  }
  .moneytype-landing .member-section .slick-prev, .moneytype-landing .member-section .slick-next {
    width: 35px;
    height: 35px;
  }
  .moneytype-landing .member-section .slick-prev:before, .moneytype-landing .member-section .slick-next:before {
    font-size: 30px;
  }
  .moneytype-landing .member-section .slick-next {
    right: -40px;
  }
  .moneytype-landing .member-section .slick-prev {
    left: -40px;
  }
}

@media (max-width: 620px) {
  .moneytype-landing .member-section .member-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moneytype-landing .member-section .member-card .member-thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14px;
    margin-bottom: 20px;
  }
  .moneytype-landing .member-section .member-card .member-thumb .post .post-logo {
    width: 110px;
    margin-right: 10px;
  }
  .moneytype-landing .member-section .member-card .member-thumb .thumb {
    margin-bottom: 0;
  }
  .moneytype-landing .member-section .member-card .member-thumb .thumb img {
    width: auto;
    min-width: auto;
    max-width: 180px;
  }
  .moneytype-landing .member-section .member-card .member-details p {
    font-size: 20px;
  }
  .moneytype-landing .member-section .member-card .member-details h2 {
    font-size: 30px;
  }
  .moneytype-landing .member-section .member-card .member-details h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .moneytype-landing .member-section .slick-prev, .moneytype-landing .member-section .slick-next {
    width: 30px;
    height: 30px;
  }
  .moneytype-landing .member-section .slick-prev:before, .moneytype-landing .member-section .slick-next:before {
    font-size: 26px;
  }
  .moneytype-landing .member-section .slick-next {
    right: -32px;
  }
  .moneytype-landing .member-section .slick-prev {
    left: -32px;
  }
  .moneytype-landing .member-section .slick-dots {
    bottom: -60px;
  }
  .moneytype-landing .member-section .member-card .member-thumb {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .moneytype-landing .member-section .member-card .member-thumb .post .post-logo {
    width: 110px;
    margin-right: 10px;
  }
  .moneytype-landing .member-section .member-card .member-thumb .thumb {
    width: 100%;
  }
  .moneytype-landing .member-section .member-card .member-thumb .thumb img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.moneytype-landing .explore-section {
  padding: 40px 125px 60px;
}

.moneytype-landing .explore-section .head {
  text-align: center;
}

.moneytype-landing .explore-section .head h2 {
  font-family: "Oswald";
  font-size: 42px;
  font-weight: 400;
}

.moneytype-landing .explore-section .tab-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.moneytype-landing .explore-section .tab-icons .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}

.moneytype-landing .explore-section .tab-icons .tab::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid #eed9eb;
  display: none;
}

.moneytype-landing .explore-section .tab-icons .tab.visionary::before {
	border-bottom: 24px solid #F7CCD7;
}
.moneytype-landing .explore-section .tab-icons .tab.nurturer::before {
	border-bottom: 24px solid #0DAAB833;
}
.moneytype-landing .explore-section .tab-icons .tab.independent::before {
	border-bottom: 24px solid #F4A81C47;
}
.moneytype-landing .explore-section .tab-icons .tab.connoisseur::before {
	border-bottom: 24px solid #00AE4233;
}
.moneytype-landing .explore-section .tab-icons .tab.producer::before {
	border-bottom: 24px solid #C028B924;
}

.moneytype-landing .explore-section .tab-icons .tab.active::before {
  display: inline-block;
}

.moneytype-landing .explore-section .tab-icons .tab img {
  width: auto;
  height: 100px;
  margin-bottom: 20px;
  max-width: 100%;
  max-width: 100px;
}

.moneytype-landing .explore-section .tab-icons .tab span {
  font-weight: bold;
  font-size: 14px;
}

.moneytype-landing .explore-section .tab-content {
  display: none;
  background: #EED9EB;
  padding: 40px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
  text-align: left;
}

.moneytype-landing .explore-section .tab-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "Poppins";
  font-size: 24px;
  line-height: 1.2;
}

.moneytype-landing .explore-section .tab-content p {
  margin-bottom: 0;
}

.moneytype-landing .explore-section .tab-content.active {
  display: block;
}

.moneytype-landing .explore-section .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 0;
}

.moneytype-landing .explore-section .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C028B9;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 20px;
  font-family: "Poppins";
  font-weight: bold;
}

.moneytype-landing .explore-section .action a img {
  width: 30px;
  margin-left: 15px;
}

.moneytype-landing .explore-section .action a:hover {
  background-color: #000000;
}

@media (max-width: 768px) {
  .moneytype-landing .explore-section {
    padding: 40px 80px 60px;
  }
  .moneytype-landing .explore-section .tab-icons .tab img {
    height: 80px;
    max-width: 80px;
  }
  .moneytype-landing .explore-section .tab-icons .tab::before {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #eed9eb;
  }
  .moneytype-landing .explore-section .tab-content {
    padding: 40px;
  }
}

@media (max-width: 620px) {
  .moneytype-landing .explore-section {
    padding: 40px 40px 40px;
  }
  .moneytype-landing .explore-section .tab-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
  .moneytype-landing .explore-section .tab-icons .tab img {
    height: 120px;
    max-width: 120px;
  }
  .moneytype-landing .explore-section .tab-icons .tab::before {
    display: none !important;
  }
  .moneytype-landing .explore-section .tab-content {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .moneytype-landing .explore-section {
    padding: 40px 24px 40px;
  }
  .moneytype-landing .explore-section .head h2 {
    margin-bottom: 40px;
  }
}

.moneytype-landing .take-money-section {
  padding: 0 125px 60px;
}

.moneytype-landing .take-money-section h2 {
  font-family: "Oswald";
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 20px;
}

.moneytype-landing .take-money-section ul {
  padding: 0;
}

.moneytype-landing .take-money-section ul li {
  padding-left: 50px;
  position: relative;
}

.moneytype-landing .take-money-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #000000;
  border-radius: 50px;
}

.moneytype-landing .take-money-section ul li.color-1::before {
  background-color: #AA4399;
}

.moneytype-landing .take-money-section ul li.color-2::before {
  background-color: #EC3967;
}

.moneytype-landing .take-money-section ul li.color-3::before {
  background-color: #00ACBB;
}

.moneytype-landing .take-money-section ul li.color-4::before {
  background-color: #00A66A;
}

.moneytype-landing .take-money-section ul li.color-5::before {
  background-color: #F4A81C;
}

@media (max-width: 768px) {
  .moneytype-landing .take-money-section {
    padding: 0 80px 60px;
  }
}

@media (max-width: 620px) {
  .moneytype-landing .take-money-section {
    padding: 0 40px 40px;
  }
}

@media (max-width: 480px) {
  .moneytype-landing .take-money-section {
    padding: 0 24px 40px;
  }
  .moneytype-landing .take-money-section .head h2 {
    margin-bottom: 40px;
  }
}

.moneytype-landing .meet-women-section {
  padding: 0 0 60px;
}

.moneytype-landing .meet-women-section .head {
  text-align: center;
}

.moneytype-landing .meet-women-section .head h2 {
  font-family: "Oswald";
  font-size: 42px;
  font-weight: 400;
  margin: 0;
}

.moneytype-landing .meet-women-section .head img {
  width: 200px;
}

.moneytype-landing .meet-women-section .user-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.moneytype-landing .meet-women-section .user-card .user {
  width: 50%;
}

.moneytype-landing .meet-women-section .user-card .user img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}

.moneytype-landing .meet-women-section .user-card .user .content {
  padding: 15px 0 15px 30px;
}

.moneytype-landing .meet-women-section .user-card .user .content h3 {
  color: #00ACBB;
  font-family: Oswald;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

.moneytype-landing .meet-women-section .user-card .user .content p a {
  color: #000000;
}

.moneytype-landing .meet-women-section .user-card .user .content p a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .moneytype-landing .meet-women-section .user-card {
    margin-top: 30px;
  }
  .moneytype-landing .meet-women-section .user-card .user img {
    height: 300px;
  }
}

@media (max-width: 620px) {
  .moneytype-landing .meet-women-section .user-card .user .content {
    padding: 15px 10px 15px 20px;
  }
}

@media (max-width: 480px) {
  .moneytype-landing .meet-women-section .user-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moneytype-landing .meet-women-section .user-card .user {
    width: 100%;
  }
  .moneytype-landing .meet-women-section .user-card .user img {
    height: auto;
  }
  .moneytype-landing .meet-women-section .user-card .user .content {
    padding: 15px 10px 15px 20px;
  }
}

.moneytype-landing .newsletter-block {
  margin-bottom: 60px;
}

.moneytype-landing .newsletter-block .form-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 20px;
}

.moneytype-landing .newsletter-block .form-card input {
  height: 55px;
  border: 1px solid #55002B;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: "Poppins";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.moneytype-landing .newsletter-block .form-card button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #C028B9;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 36px;
  font-weight: bold;
  font-family: "Poppins";
  padding: 24px 30px;
  white-space: nowrap;
  width: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.moneytype-landing .newsletter-block .form-card button img {
  width: 48px;
  margin-left: 20px;
}

.moneytype-landing .newsletter-block .form-card button:hover {
  background-color: #000000;
}

.pt-0 {
  padding-top: 0 !important;
}
/*# sourceMappingURL=landing.css.map */
