@import url("https://fonts.googleapis.com/css2?family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.ml-6 {
  margin-left: 6px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.my-30 {
  padding: 30px 0;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-680 {
  margin-top: 80px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.pt-140 {
  padding-top: 140px;
}
.pb-140 {
  padding-bottom: 140px;
}

.px-80 {
  padding: 0 80px !important;
}
.px-160 {
  padding: 0 160px !important;
}
.font-size-52 {
  font-size: 52px !important;
}

.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-40 {
  gap: 40px;
}
.gap-32 {
  gap: 32px;
}
.gap-120 {
  gap: 120px;
}

.zef-border-bottom-1 {
  border-bottom: 1px solid #4ad7d1;
}

.mw-860 {
  max-width: 860px;
}
.caption {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #585858;
}

.primary_cta_black {
  padding: 16px 48px 16px 48px;
  border-radius: 100px;
  background-color: #000000;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
}
.primary_cta_black--small {
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #000000;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
}

.primary_cta_black-outline {
  padding: 10px 20px;
  border-radius: 100px;
  border: 2px solid #000;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  background-color: transparent;
}

.head4 {
  font-family: Poppins;
  font-size: 38px;
  font-weight: 500;
  line-height: 57px;
  text-align: center;
  color: #000;
}
.head5 {
  font-family: Poppins;
  font-size: 29px;
  font-weight: 600;
  line-height: 43.5px;
  color: #000;
}
.title1 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: rgba(88, 88, 88, 1);
}

.zef-graditent-text {
  background: linear-gradient(90deg, #68c1d2 0%, #2bd2b6 99.99%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.container-padding {
  margin-top: 140px !important;
}
.display-flex-start {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: row;
}
.display-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.display-flex-end {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: row;
}
.hidden {
  display: none;
}
@media (max-width: 768px) {
  .caption {
    font-size: 12px;
  }

  .primary_cta_black {
    font-size: 12px;
  }
  .head4 {
    font-size: 18px !important;
    line-height: 27px;
  }
  .font-size-52 {
    font-size: 26px !important;
    line-height: 39px;
  }
  .display-flex-center,
  .display-flex-end {
    flex-direction: column !important;
  }
  .container-padding {
    margin-top: 90px !important;
  }
  .gap-120 {
    gap: 32px !important;
  }
  .display-flex-start {
    align-items: center;
    flex-direction: column;
  }
}
