@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/Mulish-Bold.woff") format("woff");
  font-weight: 700;
}
.branch-content {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 278px;
  gap: 32px;
  background: #ffffff;
  border-radius: 8px;
}
.branch-content .branch-content-top {
  max-width: 1042px;
  width: 100%;
  height: auto;
  gap: 24px;
}
.branch-content .branch-content-top .branch-content-top-left {
  width: 150px;
  height: 150px;
  border-radius: 8px 32px 8px 32px;
  border: 1px 0px 0px 0px;
  border: 1px solid #dee3ed;
}
.branch-content .branch-content-top .branch-content-top-left .branch-content-top-left-logo {
  width: 150px;
  height: 150px;
}
.branch-content .branch-content-top .branch-content-top-right {
  max-width: 868px;
  width: 100%;
  height: auto;
  gap: 16px;
}
.branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-title {
  max-width: 868px;
  width: 100%;
  height: 44px;
  font-family: "Mulish", sans-serif !important;
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 44px !important;
  letter-spacing: -0.01em !important;
  color: #222943;
  margin: 0;
}
.branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-text p {
  max-width: 868px;
  width: 100%;
  height: auto;
  opacity: 0.75;
  font-family: "Mulish", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #222943;
  margin: 0;
}
.branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-informations {
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  gap: 8px;
}
.branch-content .branch-content-top .branch-content-top-right .branch-content-top-right-informations .branch-content-top-right-informations-count {
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  padding: 8px 0px 0px 0px;
  border-radius: 4px;
  padding: 8px;
  border: 1px solid #dee3ed;
}

.search-text {
  margin: 0;
  font-family: "Mulish", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #222943;
}

.branch-clubs {
  width: 100%;
  gap: 30px;
}
.branch-clubs .branch-clubs-card {
  width: 370px;
  height: 190px;
  border-radius: 8px;
  border: 1px solid #dee3ed;
  background: #ffffff;
  padding: 48px 24px 48px 24px;
  gap: 16px;
  cursor: pointer;
}
.branch-clubs .branch-clubs-card .branch-clubs-card-texts {
  gap: 4px;
}
.branch-clubs .branch-clubs-card .branch-clubs-card-texts .branch-clubs-card-title {
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  font-family: "Mulish", sans-serif !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 34px !important;
  color: #222943;
  margin: 0;
}
.branch-clubs .branch-clubs-card .branch-clubs-card-texts .branch-clubs-card-text {
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  height: 18px;
  font-family: "Mulish", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #222943;
  margin: 0;
}
.branch-clubs .branch-clubs-card .branch-clubs-card-detail {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  color: #049ead;
}

@media (max-width: 1024px) {
  .branch-clubs {
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  .branch-content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .branch-content .branch-content-top {
    flex-direction: column;
    padding: 22px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .branch-content .branch-content-top .branch-content-top-right,
  .branch-content .branch-content-top .branch-content-top-left {
    height: -moz-fit-content;
    height: fit-content;
  }
}/*# sourceMappingURL=branchdetails.css.map */