.indy-hero-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: -30px;
}
.indy-hero-block.layout-centered_text {
  flex-direction: column-reverse;
}

.indy-hero-block .content-wrapper {
  width: 100%;
}

/* Badge */
.indy-hero-block .badge {
  font-size: 14px;
  padding: 4px 12px;
  height: auto;
}

/* Partner logo */
.indy-hero-block .partner_logo_wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.indy-hero-block .partner_logo_wrap .sep {
  font-size: 1rem;
  font-weight: 700;
}
.indy-hero-block .partner_logo_wrap .partner_logo img.rectangle {
  width: 120px;
}
.indy-hero-block .partner_logo_wrap .partner_logo img.square {
  width: 70px;
}

/* Main title */
.indy-hero-block .indy-hero-title {
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.96px;
}

/* Hero content */
.indy-hero-block.layout-left_text .subtitle {
  margin-top: 16px;
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -0.32px;
}
.indy-hero-block.layout-centered_text .subtitle {
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -0.32px;
}
.indy-hero-block .indy-hero-list {
  margin-top: 32px;
}
.indy-hero-block .indy-hero-list .item {
  margin: 4px 0;
}
.indy-hero-block .indy-hero-list .item .icon-check {
  margin-right: 8px;
  vertical-align: text-bottom;
}
.indy-hero-block .indy-hero-list .item .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
}

@media (min-width: 1025px) {
  .indy-hero-block,
  .indy-hero-block.layout-left_text,
  .indy-hero-block.layout-centered_text {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: -80px;
  }
  .indy-hero-block.layout-left_text {
    margin-top: -40px;
    margin-bottom: 60px;
  }
  .indy-hero-block.layout-centered_text {
    padding: 85px 0 40px;
    align-items: flex-start;
  }
  .indy-hero-block.layout-centered_text .indy-hero-title,
  .indy-hero-block.layout-centered_text .subtitle,
  .indy-hero-block.layout-centered_text .btn-wrapper,
  .indy-hero-block.layout-centered_text .trustpilot-wrapper {
    text-align: center;
    justify-content: center;
  }
  .indy-hero-block .indy-hero-title {
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
  .indy-hero-block .content-wrapper {
    max-width: 624px;
  }
  .indy-hero-block.layout-left_text .subtitle {
    margin-top: 24px;
    font-size: 24px;
    letter-spacing: -0.432px;
  }
  .indy-hero-block.layout-centered_text .subtitle {
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 24px;
    text-align: center;
  }
}

/* Form - Elementor Forms */
.indy-hero-block .elementor-form {
  margin-top: 20px;
}

.indy-hero-block .elementor-form .elementor-field-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: -12px;
  margin-left: 9px;
  background-color: #fff;
  width: fit-content;
  position: relative;
  z-index: 2;
  padding: 0 4px;
}

.indy-hero-block .elementor-form .elementor-field {
  background: none !important;
  border: 1px solid rgba(75, 96, 116, 0.4);
  border-radius: 6px;
  padding: 12px;
  height: 48px;
}
.indy-hero-block .elementor-form .elementor-field:focus {
  border-color: #4b6074eb;
  box-shadow: none;
}

.indy-hero-block .elementor-form .elementor-select-wrapper {
  padding: 0;
}
.indy-hero-block .elementor-form .elementor-select-wrapper select {
  border: none;
  font-size: 14px;
  min-height: auto;
  line-height: 18px;
  padding: 12px;
  background-color: #fff;
}

.indy-hero-block .elementor-form .elementor-button {
  padding: 12px 20px;
  border-radius: 24px;
  background: linear-gradient(0deg, #e35072 -65%, #fa5d89 171.25%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  flex-basis: fit-content !important;
  margin-top: 6px;
  transition: none;
}
.indy-hero-block .elementor-form .elementor-button:hover {
  background-color: #fa5d89;
  background-image: none;
}

.indy-hero-block .elementor-form .elementor-message {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  color: #17a217;
}

/* Buttons */
.indy-hero-block .btn-wrapper {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.indy-hero-block .btn-wrapper .btn:not(:first-child) {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .indy-hero-block .btn-wrapper {
    flex-direction: row;
  }
  .indy-hero-block .btn-wrapper .btn:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}

/*.indy-hero-block .reassurance-wrapper {
  display: none;
}
.indy-hero-block .reassurance-wrapper ul {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 15px 4px;
  list-style-type: none;
}
.indy-hero-block .reassurance-wrapper ul li::before {
  content: "";
  background-image: url(/wp-content/themes/hello-child/img/icon-check.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 10px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .indy-hero-block .reassurance-wrapper ul {
    flex-direction: column;
    align-items: center;
  }
  .indy-hero-block .reassurance-wrapper ul li {
    position: relative;
    line-height: 10px;
  }
  .indy-hero-block .reassurance-wrapper ul li::before {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .indy-hero-block .reassurance-wrapper ul li::before {
    display: inline-block;
    vertical-align: text-top;
  }
}
*/

/* Trustpilot */
.indy-hero-block .trustpilot-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.indy-hero-block .trustpilot-wrapper > a > img {
  margin-top: -4px;
}
@media (min-width: 768px) {
  .indy-hero-block .trustpilot-wrapper {
    justify-content: flex-start;
  }
}

/* Animated blocks */
.indy-hero-block .animated-blocks .item {
  background-size: cover;
}
.indy-hero-block .animated-blocks .item.item-a0 {
  background-image: url(hero-slide-1.png);
}
.indy-hero-block .animated-blocks .item.item-a1 {
  background-image: url(hero-slide-2.png);
}
.indy-hero-block .animated-blocks .item.item-a2 {
  background-image: url(hero-slide-3.png);
}
.indy-hero-block .animated-blocks .item.item-a3 {
  background-image: url(hero-slide-4.png);
}
.indy-hero-block .animated-blocks .item.item-a4 {
  background-image: url(hero-slide-5.png);
}
.indy-hero-block .animated-blocks .item.item-a5 {
  background-image: url(hero-slide-6.png);
}
.indy-hero-block .animated-blocks .item.item-a6,
.indy-hero-block .animated-blocks .item.item-b0 {
  background-image: url(hero-slide-7.png);
}
.indy-hero-block .animated-blocks .item.item-a7,
.indy-hero-block .animated-blocks .item.item-b1 {
  background-image: url(hero-slide-8.png);
}
.indy-hero-block .animated-blocks .item.item-a8,
.indy-hero-block .animated-blocks .item.item-b2 {
  background-image: url(hero-slide-9.png);
}
.indy-hero-block .animated-blocks .item.item-a9,
.indy-hero-block .animated-blocks .item.item-b3 {
  background-image: url(hero-slide-10.png);
}
.indy-hero-block .animated-blocks .item.item-a10,
.indy-hero-block .animated-blocks .item.item-b4 {
  background-image: url(hero-slide-11.png);
}
.indy-hero-block .animated-blocks .item.item-a11,
.indy-hero-block .animated-blocks .item.item-b5 {
  background-image: url(hero-slide-12.png);
}

@media (max-width: 1024px) {
  .indy-hero-block .animated-blocks {
    margin-top: 32px;
    height: 224px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    /*overflow: hidden;*/
  }
  .indy-hero-block .animated-blocks::after {
    content: "";
    display: block;
    height: 148px;
    background: #fff;
    position: absolute;
    bottom: -56px;
    width: 100%;
    z-index: 0;
  }
  .indy-hero-block .animated-blocks .wrapper-1 {
    display: flex;
    gap: 16px;
    flex-direction: row;
    justify-content: space-around;
    width: auto;
    overflow: hidden;
    position: absolute;
    animation: scroll-horizontal 80s linear infinite;
    z-index: 1;
  }
  .indy-hero-block .animated-blocks .item {
    width: 224px;
    height: 224px;
    border-radius: 13.201px;
    flex-shrink: 0;
    box-shadow: 0px 2px 16px 0px rgba(237, 207, 166, 0.18);
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1025px) {
  .indy-hero-block .animated-blocks {
    height: 540px;
    width: 600px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    gap: 24px;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
    overflow: hidden;
  }
  .indy-hero-block .animated-blocks .wrapper-1,
  .indy-hero-block .animated-blocks .wrapper-2 {
    width: 272px;
    flex-wrap: wrap;
    position: absolute;
    display: flex;
    gap: 16px;
    padding: 0;
    animation: scroll-up 60s linear infinite;
    right: 312px;
  }
  .indy-hero-block .animated-blocks .wrapper-2 {
    animation: scroll-down 60s linear infinite;
    right: 16px;
  }

  .indy-hero-block .animated-blocks .item {
    width: 272px;
    height: 272px;
    border-radius: 16px;
    flex-shrink: 0;
    box-shadow: 0px 2px 16px 0px rgba(237, 207, 166, 0.18);
  }

  .indy-hero-block .animated-blocks .item.item-a2 {
    background-image: url(hero-slide-7.png);
  }
  .indy-hero-block .animated-blocks .item.item-a3 {
    background-image: url(hero-slide-6.png);
  }
  .indy-hero-block .animated-blocks .item.item-a4 {
    height: 335px;
    background-image: url(hero-slide-8d.png);
  }
  .indy-hero-block .animated-blocks .item.item-a5 {
    background-image: url(hero-slide-10.png);
  }
  .indy-hero-block .animated-blocks .item.item-b0 {
    height: 177px;
    background-image: url(hero-slide-4d.png);
  }
  .indy-hero-block .animated-blocks .item.item-b1 {
    height: 335px;
    background-image: url(hero-slide-3d.png);
  }
  .indy-hero-block .animated-blocks .item.item-b2 {
    background-image: url(hero-slide-5.png);
  }
  .indy-hero-block .animated-blocks .item.item-b3 {
    background-image: url(hero-slide-9.png);
  }
}

/* Hero img */
.indy-hero-block .img-wrapper {
  margin-top: 24px;
}
.indy-hero-block .img-wrapper .filler-img {
  width: 48px;
  height: 48px;
  background-size: 48px;
  position: relative;
}
.indy-hero-block .img-wrapper.left .filler-img {
  background-image: url(filler_img_stars.png);
  left: 40%;
  top: 10%;
}
.indy-hero-block .img-wrapper.right .filler-img {
  background-image: url(filler_img_pen.png);
  left: 38%;
  top: 28%;
}
@media (max-width: 767px) {
  .indy-hero-block .img-wrapper.left,
  .indy-hero-block .img-wrapper .filler-img {
    display: none;
  }
}
@media (min-width: 1025px) {
  .indy-hero-block.layout-left_text .img-wrapper {
    width: 624px;
    height: 552px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .indy-hero-block.layout-left_text .img-wrapper .indy-hero-image {
    max-width: 624px;
    max-height: 552px;
    width: auto;
    height: auto;
  }
  .indy-hero-block.layout-centered_text .img-wrapper {
    width: 272px;
    height: 220px;
    margin-top: 0;
  }
}

/* Link cards */
.indy-hero-block + .link-cards-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px auto;
}
.indy-hero-block + .link-cards-wrapper .link-card {
  display: flex;
  flex-wrap: nowrap;
  width: 351px;
  height: 88px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  justify-content: space-between;
  gap: 0;
}
.indy-hero-block + .link-cards-wrapper .link-card .card-img-wrapper {
  flex: 0 0 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indy-hero-block + .link-cards-wrapper .link-card .card-img-wrapper img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.indy-hero-block + .link-cards-wrapper .link-card .card-content {
  display: flex;
  padding: 16px 0 24px 14px;
  flex-direction: column;
  flex-grow: 1;
}
.indy-hero-block + .link-cards-wrapper .link-card .card-content > span {
  display: block;
}
.indy-hero-block + .link-cards-wrapper .link-card .card-content .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  font-family: "Martina Plantijn", Sans-serif;
}
.indy-hero-block + .link-cards-wrapper .link-card .card-arrow {
  width: 50px;
  background-image: url(/wp-content/themes/hello-child/img/arrow-long.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
@media (min-width: 1025px) {
  .indy-hero-block + .link-cards-wrapper {
    margin: -30px auto 66px auto;
  }
}

/* Bottom line */
.indy-hero-block-bottom-wrapper {
  width: 100%;
  padding-top: 24px;
}
.indy-hero-block-bottom-wrapper .scores {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
}
.indy-hero-block-bottom-wrapper .scores > div {
  text-align: center;
}
.indy-hero-block-bottom-wrapper .scores img {
  width: 16px;
  height: 16px;
}
.indy-hero-block-bottom-wrapper .scores .score-apple .label img,
.indy-hero-block-bottom-wrapper .scores .score-google .label img {
  filter: invert(1);
}
.indy-hero-block-bottom-wrapper .scores .score {
  font-size: 15.9px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.indy-hero-block-bottom-wrapper .scores .label {
  color: #000;
  font-size: 15.4px;
  line-height: 18px;
  letter-spacing: -0.16px;
}
.indy-hero-block-bottom-wrapper .scores .label .small {
  font-family: "Suisse Int’l";
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.176px;
  display: block;
}

@media (min-width: 1025px) {
  .indy-hero-block-bottom-wrapper {
    background-color: #fff;
    margin-bottom: -80px;
    width: 99vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 16px;
    display: block;
  }
  .indy-hero-block-bottom-wrapper.beige {
    background-color: #fef7ec;
  }
  .indy-hero-block-bottom-wrapper .bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 24px 0;
    border-bottom: 1px solid rgba(46, 66, 84, 0.32);
  }
  .indy-hero-block-bottom-wrapper .indies p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.32px;
  }
  .indy-hero-block-bottom-wrapper .scores {
    width: 600px;
    padding: 0 24px 0 8px;
    justify-content: space-between;
  }
  .indy-hero-block-bottom-wrapper .scores > div {
    text-align: left;
  }
  .indy-hero-block-bottom-wrapper .scores .score {
    line-height: 30px;
  }
  .indy-hero-block-bottom-wrapper .scores .label .small {
    display: inline;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .indy-hero-block .indy-hero-title,
  .indy-hero-block .subtitle,
  .indy-hero-block .btn-wrapper,
  .indy-hero-block .scores {
    text-align: center;
    max-width: 490px;
    margin-inline: auto;
    justify-content: center;
  }
}

/* Animation */
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.indy-hero-block .animated-blocks .wrapper-1:hover,
.indy-hero-block .animated-blocks .wrapper-1:hover ~ .wrapper-2,
.indy-hero-block .animated-blocks .wrapper-2:hover,
.indy-hero-block .animated-blocks:hover > .wrapper-1:not(:hover) {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
