.btn-g {
  background: #07b53b;
  color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.bg-light {
  background: #e5e5e4 !important;
}

.text-red {
  color: #D0446E;
}

.header-hero {
  position: relative;
}
.header-hero.bg_cover {
  width: 100%;
  aspect-ratio: 1860/500;
  position: relative;
}
.header-hero.bg_cover img {
  position: absolute;
  inset: 0;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.header-hero .header-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.service-icon {
  flex: 0 0 40px;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: inline-block;
  border-radius: 30%;
  position: relative;
  color: #fff;
}
.service-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fw-bolder a {
  margin-bottom: 20px;
  color: #333;
  text-decoration: none;
}
.fw-bolder a:hover, .fw-bolder a:focus {
  color: #fcbe00;
  text-decoration: none;
}

.card-body {
  color: #222;
}
.card-body h5 {
  font-size: 18px;
}
.card-body i {
  color: #D0446E;
}

.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: sticky;
  z-index: 2;
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
}
.btn.btn-medium {
  font-size: 18px;
  padding: 6px 0;
}
.btn.btn-red {
  background: transparent;
  border-color: #6265CE;
  color: #6265CE;
}
.btn.btn-red:hover {
  background: #6265CE;
  border-color: #6265CE;
  color: #ffffff;
}

.count {
  font-weight: bold;
  background-color: #f3f3f3;
  color: #D0446E;
  border-radius: 50px;
  padding: 5px 10px;
  line-height: 1.4;
  cursor: default;
  font-size: 15px;
}

.btn-info {
  background-color: #b78338;
  border-color: #b78338;
  color: #fff;
}
.btn-info:hover {
  color: #fff;
  background-color: #949c8f;
  border-color: #949c8f;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

h1 {
  font-size: 24px;
}

footer {
  font-size: 12px;
}/*# sourceMappingURL=plan.css.map */