.list-group {
  width: 100%;
  max-width: 460px;
  margin-inline: 24px;
}
.form-check-input:checked {
    background-color: #72cbff;
    border-color: #72cbff;
}
.form-check-input:focus {
    border-color: #72cbff;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(95, 45, 237, .25);
}
.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-secondary-bg);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: #72cbff;
  border-color: #72cbff;
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: 8px;
}
.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -8px;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: #72cbff;
  box-shadow: 0 0 0 8px #72cbff;
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    border: unset;
    min-height: 450px;    
}
.card-cover h3 {
  font-size: calc(22px + 1.5vw) !important;
}
.custom-block .text-shadow-1 h3 {
    color: #fff;
}
.custom-block .text-shadow-1 {
    text-shadow: 0 4px 8px rgba(0, 0, 0, .25);
}
.custom-block .text-shadow-1 h3 {
  font-size: calc(22px + 1.5vw) !important;
}
.custom-block .text-shadow-1 .pt-5 {
  padding-top: 48px !important;
}
.custom-block .text-shadow-1 .mt-5 {
  margin-top: 48px !important;  
}
.list-unstyled .bi-geo-fill, .list-unstyled .bi-calendar3 {
    margin: -5px 5px 0 0;
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
}

.icon-square {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.feature-icon-small {
  width: 48px;
  height: 48px;
}

.custom-block h2 {
  font-size: 32px;
}
.custom-block h3 {
  font-size: calc(20.8px + .6vw)!important;
}
.custom-block h3.fs-2 {
  font-size: calc(21.2px + .9vw)!important;
  margin-top: 0;
}
.custom-block h4,
.custom-block h3.fs-4 {
  font-size: calc(20.4px + .3vw)!important;
}
.custom-block p {
  margin: 2rem 0;
  color: white;
}
.custom-block p.fs-5 {
  font-size : 20px !important;
}
.custom-block p.lead {
  font-size : 20px;
}
.custom-block .display-5.fw-bold.text-body-emphasis {
  margin-top: 0;
}
.custom-block h1 {
  font-size: calc(22px + 1.5vw);
}
.card .ui-corner-left {
  margin-bottom: 0;
  color: white;
}
.custom-block .container img.img-fluid {
  display: unset;
}
.custom-block .fw-bold.mb-0.fs-4.text-body-emphasis + p {
  margin-top: 0;
}
