.no-padding {
  padding: 0;
}

@media (max-width: 1500px) {
  a {
    display: flex;
    flex-wrap: wrap;
  }
}
.bg-quaternary {
  background-color: #edf1ff !important;
}

.bg-quaternary-hover {
  background-color: #edf1ff !important;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.bg-quaternary-hover:hover {
  background-color: rgb(198.75, 211.25, 255) !important;
}

.bg-quinary {
  background-color: #6dd3ce !important;
}

.border-quinary {
  border-color: #6dd3ce !important;
}

.border-mini-left-bottom-4, .border-mini-top-bottom-4, .border-mini-center-bottom-4 {
  position: relative;
}
.border-mini-left-bottom-4::before, .border-mini-top-bottom-4::before, .border-mini-center-bottom-4::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 40px;
  border-bottom: 4px solid;
}
.border-mini-left-bottom-4.border-quinary::before, .border-mini-top-bottom-4.border-quinary::before, .border-mini-center-bottom-4.border-quinary::before {
  border-color: #6dd3ce !important;
}

.border-mini-left-bottom-4::before {
  bottom: 5px;
}

.border-mini-center-bottom-4 {
  padding-bottom: 20px;
}
.border-mini-center-bottom-4::before {
  left: 50% !important;
  transform: translate(-50%, 50%);
  bottom: 0;
}
.border-mini-center-bottom-4.border-quinary::before {
  border-color: #6dd3ce !important;
}

.border-right-radius-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.shadow-v2 {
  box-shadow: rgba(18, 66, 212, 0.6) 0 0 23px !important;
}

.shadow-v3 {
  box-shadow: rgba(140, 146, 165, 0.2) 0 15px 17.5px !important;
}

@media (min-width: 992px) {
  .mx-lg-three-elements-container-2:nth-child(3n+1) > * {
    margin-right: 1rem !important;
  }
  .mx-lg-three-elements-container-2:nth-child(3n+2) > * {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-three-elements-container-2:nth-child(3n+3) > * {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-three-elements-container-3:nth-child(3n+1) > * {
    margin-right: 2rem !important;
  }
  .mx-lg-three-elements-container-3:nth-child(3n+2) > * {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-three-elements-container-3:nth-child(3n+3) > * {
    margin-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-three-elements-container-4:nth-child(3n+1) > * {
    margin-right: 3rem !important;
  }
  .mx-lg-three-elements-container-4:nth-child(3n+2) > * {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-three-elements-container-4:nth-child(3n+3) > * {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .border-radius-right-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-radius-left-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}

.border-top-radius-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/*# sourceMappingURL=utilities.css.map */
