body,
html {
  margin: 0;
  font-family: "Rubik", sans-serif;
  background-color: #e6fffb; }

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #030671;
  text-align: justify; }

a {
  cursor: pointer; }

.container {
  margin: 0 auto;
  max-width: 1030px;
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column; }

.logo {
  text-align: center;
  width: 100%; }
  .logo img {
    padding: 20px;
    margin: 10px auto 0;
    max-width: 210px; }

.header {
  width: 100%;
  overflow: hidden; }
  .header-gradient {
    z-index: 1;
    background: transparent linear-gradient(180deg, #030671f2 0%, #02033900 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px; }
  .header-content {
    width: calc(100% - 160px);
    margin: 0 auto 30px;
    max-width: 1030px;
    background-image: url(../images/people.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    position: relative;
    height: 600px; }
  .header-inside {
    z-index: 10;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 60%;
    justify-content: center;
    align-items: center; }
    .header-inside-mobile {
      display: none; }
    .header-inside h1 {
      color: #ffffff;
      text-align: left;
      margin: 0 auto;
      display: inline;
      font-size: 3rem; }
      @media screen and (max-width: 1024px) {
        .header-inside h1 {
          font-size: 2.2rem; } }
    .header-inside span {
      color: #ffffff;
      font-size: 2rem; }
      @media screen and (max-width: 1024px) {
        .header-inside span {
          font-size: 1.6rem; } }
  .header .side-graphic {
    z-index: 10;
    position: absolute;
    right: 0;
    width: 600px;
    transform: translate(75%, 10%);
    bottom: 0; }
    .header .side-graphic img {
      width: 100%; }
    @media screen and (max-width: 1100px) {
      .header .side-graphic {
        display: none; } }

.textbox {
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  max-width: 50%;
  min-width: 570px;
  margin: 0 auto;
  justify-content: space-evenly;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15%); }
  .textbox-wrapper {
    max-width: 1030px;
    margin: 0 auto;
    position: relative; }
  .textbox img {
    display: flex;
    max-width: 80px;
    justify-content: center;
    align-items: center;
    flex: 0 1 20%;
    height: 50px;
    padding: 75px 45px; }
  .textbox p {
    text-align: left;
    font-size: 1.15rem;
    display: flex;
    font-weight: 500;
    line-height: 1.5;
    flex: 0 1 80%;
    justify-content: center;
    align-items: center;
    padding-right: 30px; }
    @media screen and (max-width: 768px) {
      .textbox p {
        font-size: 1rem; } }

h2 {
  color: #030671;
  font-size: 2.5rem; }
  h2.first {
    margin: 100px auto 50px; }

.content {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: space-between; }
  .content-text {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    flex: 1 1 calc(100% / 3 * 2 - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .content-text h3 {
      font-size: 1.6rem;
      margin-bottom: 5px;
      font-weight: bold;
      color: #030671; }
      @media screen and (max-width: 768px) {
        .content-text h3 {
          font-size: 1.4rem; } }
    .content-text p {
      margin-top: 0; }
      .content-text p .slogan {
        margin-bottom: 2rem; }
  .content-image {
    padding-bottom: 25%;
    position: relative;
    flex: 0 1 calc(100% / 3 - 10px);
    border-radius: 20px;
    min-width: 300px; }
    .content-image.bg-1 {
      margin-right: 20px;
      background-image: url(../images/men.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .content-image.bg-2, .content-image.bg-3 {
      margin-left: 20px;
      background-image: url(../images/women.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .content-image.bg-3 {
      display: none; }
  .content-graphic {
    position: absolute; }
    .content-graphic.monefit-logo {
      left: 0;
      bottom: 0;
      transform: translate(-24%, 50%); }
      .content-graphic.monefit-logo img {
        width: 260px;
        height: 170px; }
    .content-graphic.lightning {
      right: 0;
      bottom: 0;
      transform: translate(30%, 25%); }
      .content-graphic.lightning img {
        width: 250px;
        height: 160px; }

.footer {
  width: calc(100% - 30px * 4);
  max-width: 1030px;
  display: flex;
  flex-direction: row;
  background-color: #030671;
  padding: 120px 60px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  .footer .column {
    flex: 1 0 60%;
    padding-left: 30px; }
    .footer .column h2 {
      margin-top: 0;
      color: #ffffff; }
    .footer .column p {
      color: #ffffff; }
      .footer .column p.last {
        margin-bottom: 0; }
    .footer .column a {
      line-height: 1.4;
      color: #ff046e;
      text-decoration: none; }
    .footer .column-logos {
      flex: 1 1 40%;
      flex-direction: column;
      justify-content: space-between;
      display: flex; }
      .footer .column-logos .logotop {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 0; }
        .footer .column-logos .logotop img {
          max-width: 130px;
          width: 100%; }
      .footer .column-logos .logosbottom {
        width: 100%;
        margin-top: auto;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-end; }
        .footer .column-logos .logosbottom img {
          max-width: 275px;
          width: 100%; }

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    overflow: hidden; }
    .header-inside {
      display: none;
      height: 90%;
      width: 90%;
      margin: 0 auto; }
      .header-inside-mobile {
        display: flex; }
      .header-inside h1 {
        font-size: 2.7rem;
        font-size: 7vw;
        margin-bottom: 10px; }
      .header-inside span {
        font-size: 1.6rem;
        font-size: 5vw; }
    .header-content {
      height: 70vw;
      width: calc(100% - 40px); }
  .side-graphic {
    display: none; }
  .container {
    width: calc(100% - 40px); }
  .textbox {
    min-width: 1px;
    width: 85%;
    max-width: calc(100% - 80px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    position: relative;
    left: 0;
    transform: none; }
    .textbox img {
      max-width: 120px;
      width: 25vw;
      padding: 30px 0 10px;
      height: 40px; }
    .textbox p {
      text-align: center;
      padding: 0 20px 10px;
      max-width: 400px; }
  .content {
    flex-direction: column;
    position: relative; }
    .content-image {
      position: absolute;
      min-width: 100px; }
      .content-image.bg-2 {
        background-image: none;
        bottom: 0; }
        .content-image.bg-2 .lightning {
          z-index: 99;
          right: auto;
          left: 0;
          transform: translate(-50%, 75%); }
          .content-image.bg-2 .lightning img {
            width: 200px; }
      .content-image.bg-1 {
        background-image: none;
        display: none; }
      .content-image.bg-3 {
        min-width: 100px;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 0;
        padding-bottom: 70%;
        position: relative;
        display: flex; }
        .content-image.bg-3 .monefit-logo {
          transform: translate(-24%, 75%); }
          .content-image.bg-3 .monefit-logo img {
            width: 60vw; }
    .content-text {
      padding: 10px 20px; }
    .content-second .content-text {
      margin-top: 40px; }
  .footer {
    width: 100%;
    margin-left: -20px;
    padding: 90px 20px 40px;
    flex-direction: column; }
    .footer h2 {
      font-size: 2rem; }
    .footer .column {
      padding: 0 20px; }
      .footer .column-logos {
        flex-direction: column-reverse; }
        .footer .column-logos .logotop,
        .footer .column-logos .logosbottom {
          margin-top: 40px;
          justify-content: center;
          align-items: center; }
        .footer .column-logos .logotop img {
          max-width: 180px; }
  h2.first {
    font-size: 2rem;
    margin: 50px auto 20px; } }

@media screen and (max-width: 400px) {
  .header-inside h1 {
    font-size: 7vw;
    margin-bottom: 10px; }
  .header-inside span {
    font-size: 1rem;
    font-size: 5vw; } }
