* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "FinancierDisplay-Medium";
  src: url(../fonts/nunito/FinancierDisplay-Medium.otf);
}
@font-face {
  font-family: "FinancierDisplay-Regular";
  src: url(../fonts/nunito/FinancierDisplay-Regular.otf);
}
@font-face {
  font-family: "Geofany-PersonalUse";
  src: url(../fonts/nunito/Geofany-PersonalUse.otf);
}
body {
  font-family: "FinancierDisplay-Regular" !important;
  background: #ddedfa !important;
  position: relative;
}

#modal {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  transition: top 0.2s ease-out, opacity 0.1s ease-out;
  transform: translateZ(0);
  background: #ddedfa !important;
  z-index: 12;
}
#modal #closeModal {
  display: flex;
  justify-content: flex-start;
  margin: 1rem 1rem 0 0;
}
#modal #close {
  padding: 0.75rem;
  cursor: pointer;
  line-height: 0;
}
#modal .icon {
  width: 1.5rem;
  height: 1.5rem;
}
#modal #modalView,
#modal #copyView,
#modal #qrView,
#modal #keyInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal #copyView p,
#modal #keyInfo p {
  margin: 1rem 2em 2rem;
  text-align: center;
}
#modal #copyURL,
#modal #dlKey {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  outline: none;
  cursor: pointer;
}
#modal #copyURL span,
#modal #dlKey span {
  margin-left: 0.5rem;
}
#modal #qrView h2,
#modal #qrView p {
  margin: 0 2rem 0.5rem;
  color: #21438e;
  text-align: center;
}
#modal #qr {
  margin: 1rem 2rem 2rem;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}

#logo-section {
  background: #fff;
  padding: 12px 0 80px;
}
#logo-section .logo-wrapper img {
  width: 40px;
}

#profile-section {
  margin-top: -58px;
}
#profile-section .image img {
  width: 170px;
  border-radius: 50%;
  outline: 1px solid #2bace2;
  outline-offset: 4px;
}
#profile-section .profile-detail h1 {
  margin-top: 12px;
  font-family: "Geofany-PersonalUse";
  color: #21438e;
  font-size: 52px;
  text-align: center;
  margin-bottom: 0;
}
#profile-section .profile-detail h5 {
  font-family: "FinancierDisplay-Medium";
  text-transform: capitalize;
  text-align: center;
  color: #2bace2;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: -12px;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}
#profile-section .profile-detail h5 .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #2bace2;
  font-size: 24px;
  transition: 0.3s ease-in-out;
}
#profile-section .share-profile-icons-wrapper {
  text-align: center;
  margin-top: 12px;
}
#profile-section .share-profile-icons-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  padding: 6px 0;
  margin-bottom: 0;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
#profile-section .share-profile-icons-wrapper ul li a {
  text-decoration: none;
}
#profile-section .share-profile-icons-wrapper ul li button {
  background: none;
  border: none;
}
#profile-section .share-profile-icons-wrapper ul li img {
  width: 24px;
}
#profile-section .line {
  text-align: center;
}
#profile-section .line img {
  width: 212px;
}

#businesses-section {
  padding: 12px 0;
}
#businesses-section .section-title h2 {
  color: #21438e;
  text-align: center;
  text-transform: uppercase;
  font-family: "FinancierDisplay-Medium";
  font-size: 20px;
}
#businesses-section .businesses-slider {
  padding: 0 12px;
}
#businesses-section .businesses-slider .slick-next {
  height: 12px;
  width: 12px;
  right: 0;
}
#businesses-section .businesses-slider .slick-next::before {
  content: url(../images/Arrow-next.svg);
}
#businesses-section .businesses-slider .slick-prev {
  height: 12px;
  width: 12px;
  left: 0;
}
#businesses-section .businesses-slider .slick-prev::before {
  content: url(../images/arrow-prev.svg);
}
#businesses-section .businesses-slider .business-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#businesses-section .businesses-slider .business-wrapper .image img {
  width: 62px;
}
#businesses-section .businesses-slider .business-wrapper .name {
  margin-top: 8px;
}
#businesses-section .businesses-slider .business-wrapper .name h3 {
  text-transform: capitalize;
  font-size: 14px;
  color: #2bace2;
}

#bottom-strip {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 4px 0;
  background: #21438e;
}/*# sourceMappingURL=style.css.map */