.de_block_membership {
  position: relative;
  width: 100%;
  background-color: #407f80;
  display: flex;
  min-height: clamp(37.5rem, 50vw, 50.625rem);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .de_block_membership {
    gap: 0;
  }
}
.de_block_membership::before {
  content: "";
  position: absolute;
  left: clamp(-6.25rem, -8.5vw, -10.125rem);
  top: clamp(10rem, 17vw, 15.6875rem);
  width: clamp(21.25rem, 28vw, 33.5rem);
  height: clamp(27.125rem, 36vw, 42.75rem);
  background-image: url("../../../../assets/img/logo_bg_light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .de_block_membership::before {
    width: 18.75rem;
    height: 23.75rem;
    left: -5rem;
    top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership::before {
    width: 12.5rem;
    height: 16.25rem;
    left: -3.75rem;
    top: auto;
    bottom: 0;
  }
}
.de_block_membership .content_wrap {
  position: relative;
  flex: 1 1 auto;
  padding: 5rem;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .content_wrap {
    padding: 3.75rem 2.5rem 3.75rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .content_wrap {
    padding: 2.5rem 1.5rem 3rem;
    gap: 1.25rem;
  }
}
.de_block_membership .content_wrap .content_inner_wrap {
  max-width: 32rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 1;
}
.de_block_membership .thumb {
  max-width: 50%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .thumb {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: 20rem;
    min-height: unset;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .thumb {
    height: 13.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_membership {
    flex-direction: column;
  }
  .de_block_membership .content_wrap {
    order: 1;
  }
}
.de_block_membership .title {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  color: var(--color-white);
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .title {
    font-size: 1.5rem;
  }
}
.de_block_membership .content {
  font-family: var(--font-primary);
  font-size: clamp(1.125rem, 1.4vw, 1.375rem);
  font-weight: 500;
  line-height: clamp(1.625rem, 1.8vw, 1.8125rem);
  color: rgba(250, 250, 250, 0.7);
}
.de_block_membership .content p {
  color: inherit;
  line-height: inherit;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .content {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .content {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.de_block_membership .icons {
  display: flex;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: flex-start;
  max-width: 34.3rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .icons {
    gap: 1rem;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .icons {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.de_block_membership .icons .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .de_block_membership .icons .item {
    flex: 0 0 calc(50% - 0.25rem);
    gap: 0.5rem;
  }
}
.de_block_membership .icons .item .icon {
  display: block;
  font-size: 2.5rem;
  color: var(--color-white);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .icons .item .icon {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .icons .item .icon {
    font-size: 1.75rem;
  }
}
.de_block_membership .icons .item .label {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-white);
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .icons .item .label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .icons .item .label {
    font-size: 0.8125rem;
  }
}
.de_block_membership .cta-wrap {
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .de_block_membership .cta-wrap {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .de_block_membership .cta-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .de_block_membership .cta-wrap a.cta {
    flex: 1 1 auto;
    justify-content: center;
  }
}
.de_block_membership.sand_bg {
  background-color: #C6A252;
}
/*# sourceMappingURL=membership.min.css.map */
