.hellios-cards-row .background-shape {hellios-cards-row
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
}

.hellios-cards-row > .container-fluid {
  padding: 0px !important;
}

.hellios-cards-row > .container-fluid > .row {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 0px;
  margin-bottom: 120px;
  border-bottom-left-radius: 115px;
  border-top-left-radius: 115px;
  width: 93%;
  margin-left: auto !important;
}

.hellios-cards-row .content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 7%;
  flex-direction: column;
  padding-right: 30px;
	width: 100%;
}

.hellios-card-row .row.cards {
	width: 100%;
}

@media only screen and (max-width: 575px) {
  .hellios-cards-row > .container-fluid > .row {
    width: 100%;
  }
}

.hellios-cards-row .title {
  margin-bottom: 60px;
  max-width: 1600px;
  /* margin-right: auto !important; */
}

.hellios-cards-row .title * {
  color: #fff;
}

.hellios-cards-row .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  margin-bottom: -200px;
}

@media only screen and (max-width: 992px) {
  .hellios-cards-row .cards {
    flex-direction: column;
    margin-bottom: 0px;
  }
}

.hellios-cards-row .cards .card {
  position: relative;
  height: 100%;
  background: #eee9e8;
  flex: 1;
  padding: 70px 60px;
  border-radius: 40px;
  border-bottom-right-radius: 0px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1300px) {
  .hellios-cards-row .cards .card {
    padding: 70px 30px !important;
  }
}

.hellios-cards-row .cards .card .top-logo {
  width: 120px;
  margin-bottom: 18px;
}

.hellios-cards-row .cards .card .top-icon {
  height: 50px;
  width: 50px;
  mask-repeat: no-repeat;
  mask-position: center;
}

.hellios-cards-row .cards .card .text {
  margin-bottom: 60px;
}

.hellios-cards-row .cards .card .text h1,
.hellios-cards-row .cards .card .text h2,
.hellios-cards-row .cards .card .text h3,
.hellios-cards-row .cards .card .text h4,
.hellios-cards-row .cards .card .text h5 {
  margin-bottom: 18px;
}

.hellios-cards-row .cards .card .logos {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: auto;
}

.hellios-cards-row .cards .card .logos img {
  max-height: 60px;
}

@media only screen and (max-width: 575px) {
  .hellios-cards-row .cards .card .logos img {
    max-height: 40px;
  }
}

.hellios-cards-row .cards .card .logos img:not(:last-child) {
  margin-bottom: 40px;
}

/* Homepage Cards Row */
.homepage-cards-row.hellios-cards-row {
  z-index: 10 !important;
  margin-bottom: 160px;
}
.homepage-cards-row.hellios-cards-row .cards .card .text {
  margin-bottom: 0px;
  width: 100%;
}

.homepage-cards-row.hellios-cards-row .cards .card {
  flex-direction: column-reverse;
  background: #fff !important;
  filter: drop-shadow(0 8px 10px #4e4e4eab);
  padding: 40px 20px;
  border-radius: 30px;
}

.homepage-cards-row.hellios-cards-row .cards .card .logos {
  align-items: center;
  margin-top: 0px;
  margin-bottom: 32px;
  justify-content: center;
  width: 100%;
}

.homepage-cards-row.hellios-cards-row .cards .card .logos img {
  max-height: 50px !important;
	width: fit-content;
}

/* Community Pages */
.community-cards-row.hellios-cards-row .row .content {
  margin-left: 0%;
  padding-right: 0px;
}

.community-cards-row.hellios-cards-row .row.cards {
  padding-top: 30px;
  margin-bottom: -250px;
}

.community-cards-row.hellios-cards-row .row.cards .card {
  background: #fff;
  border-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0px 10px 14px -6px rgba(184, 184, 184, 1);
  -moz-box-shadow: 0px 10px 14px -6px rgba(184, 184, 184, 1);
  box-shadow: 0px 10px 14px -6px rgba(184, 184, 184, 1);
}

.community-cards-row.hellios-cards-row .cards .card .text {
  margin-bottom: 0px;
}
.community-cards-row.hellios-cards-row hr {
  margin-top: 16px;
  background: #ff9402;
  height: 3px;
  width: 25%;
}

/* quotes */
.quotes-cards-row.hellios-cards-row .row.cards {
  margin-bottom: 0px;
}

.quotes-cards-row.hellios-cards-row .row.cards .card {
  position: relative;
  background: #fff;
  border-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0px 10px 14px -6px rgba(184, 184, 184, 1);
  -moz-box-shadow: 0px 10px 14px -6px rgba(184, 184, 184, 1);
  box-shadow: 0px 10px 14px -6px rgba(184, 184, 184, 1);
}

.quotes-cards-row.hellios-cards-row .cards .card .top-logo {
  margin-bottom: 32px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.quotes-cards-row.hellios-cards-row .cards .card .text p:nth-of-type(2) {
  position: absolute;
  bottom: 16px;
  left: 0px;
  padding: 30px;
}

.quotes-cards-row.hellios-cards-row .cards .card .text {
  margin-bottom: 60px;
  width: 100%;
}

.quotes-cards-row.hellios-cards-row .cards .card .text > p {
  width: 100%;
}

.quotes-cards-row.hellios-cards-row .cards .quote-open {
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 160px;
  color: var(--hellios-dark-pink);
  font-weight: 500;
}
.quotes-cards-row.hellios-cards-row .cards .quote-close {
  position: absolute;
  bottom: -180px;
  right: 0;
  font-size: 160px;
  color: var(--hellios-dark-pink);
  font-weight: 500;
}

.quotes-cards-row.hellios-cards-row .cards .quote-author {
  bottom: 30px;
  position: absolute;
  width: calc(100% - 120px);
  text-align: center;
  /* margin-top: 64px; */
}

@media only screen and (max-width: 1300px) {
  .quotes-cards-row.hellios-cards-row .cards .quote-author {
    /* margin-top: 32px; */
    width: calc(100% - 60px);
  }
}

/* steps-card-row */
.steps-cards-row.hellios-cards-row {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.steps-cards-row.hellios-cards-row .row.title {
  margin-bottom: 30px;
  margin-right: auto !important;
}
.steps-cards-row.hellios-cards-row .row.cards {
  margin-bottom: 0px;
}

.steps-cards-row.hellios-cards-row .row.cards .card {
  background: none;
  border-radius: none;
  padding: 12px !important;
}

.steps-cards-row.hellios-cards-row .cards .card .text {
  margin-bottom: 0px;
}

.steps-cards-row.hellios-cards-row .cards .card .top-icon {
  background-color: #fff !important;
  margin-bottom: 16px;
}

.steps-cards-row.hellios-cards-row .background-shape {
  display: block;
  fill: #c61458;
  opacity: 0.2;
}