.border-end {
  border-right: hsl(218, 33%, 91.4893617021%) 1px solid !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.text-primary {
  color: hsl(218, 33%, 43%) !important;
}

.text-secondary {
  color: hsl(350, 35%, 49%) !important;
}

.text-success {
  color: hsl(21, 100%, 49%) !important;
}

.bg-secondary {
  background-color: hsl(350, 35%, 49%) !important;
}

.bg-success {
  background-color: hsl(21, 100%, 49%) !important;
}

.bg-danger {
  background-color: hsl(291, 40%, 31%) !important;
}

.bg-warning {
  background-color: hsl(216, 51%, 28%) !important;
}

.bg-info {
  background-color: hsl(295, 70%, 60%) !important;
}

.shadow {
  box-shadow: hsla(218, 33%, 43%, 0.1) 0px -1px 1px 0px inset, hsla(218, 33%, 43%, 0.1) 0px 5px 5px -10px, hsla(218, 33%, 43%, 0.5) 0px 20px 20px -20px !important;
}

.bg-primary-s {
  background: linear-gradient(180deg, hsla(218, 33%, 43%, 0.05) 0%, hsla(218, 33%, 43%, 0.25) 100%);
}

.bg-secondary-s {
  background: linear-gradient(180deg, hsla(350, 35%, 49%, 0.05) 0%, hsla(350, 35%, 49%, 0.25) 100%);
}

.bg-success-s {
  background: linear-gradient(180deg, hsla(21, 100%, 49%, 0.05) 0%, hsla(21, 100%, 49%, 0.25) 100%);
}

.bg-danger-s {
  background: linear-gradient(180deg, hsla(291, 40%, 31%, 0.05) 0%, hsla(291, 40%, 31%, 0.25) 100%);
}

.bg-primary {
  background-color: hsl(218, 33%, 43%) !important;
}

.bg-primary-1 {
  background-color: hsla(218, 33%, 43%, 0.01) !important;
}

.bg-primary-2 {
  background-color: hsla(218, 33%, 43%, 0.02) !important;
}

.bg-primary-5 {
  background-color: hsla(218, 33%, 43%, 0.05) !important;
}

.bg-primary-10 {
  background-color: hsla(218, 33%, 43%, 0.1) !important;
}

.bg-primary-15 {
  background-color: hsla(218, 33%, 43%, 0.15) !important;
}

.bg-primary-25 {
  background-color: hsla(218, 33%, 43%, 0.25) !important;
}

.bg-primary-50 {
  background-color: hsla(218, 33%, 43%, 0.5) !important;
}

.bg-primary-75 {
  background-color: hsla(218, 33%, 43%, 0.75) !important;
}

.bg-primary-dark {
  background-color: hsl(218, 33%, 27.5%) !important;
}

.bg-secondary-1 {
  background-color: hsla(350, 35%, 49%, 0.01) !important;
}

.bg-secondary-2 {
  background-color: hsla(350, 35%, 49%, 0.02) !important;
}

.bg-secondary-5 {
  background-color: hsla(350, 35%, 49%, 0.05) !important;
}

.bg-secondary-10 {
  background-color: hsla(350, 35%, 49%, 0.1) !important;
}

.bg-secondary-15 {
  background-color: hsla(350, 35%, 49%, 0.15) !important;
}

.bg-secondary-25 {
  background-color: hsla(350, 35%, 49%, 0.25) !important;
}

.bg-secondary-50 {
  background-color: hsla(350, 35%, 49%, 0.5) !important;
}

.bg-secondary-75 {
  background-color: hsla(350, 35%, 49%, 0.75) !important;
}

.bg-secondary-dark {
  background-color: hsl(350, 35%, 39%) !important;
}

.bg-success-2 {
  background-color: hsla(21, 100%, 49%, 0.02) !important;
}

.bg-success-5 {
  background-color: hsla(21, 100%, 49%, 0.05) !important;
}

.bg-success-5 {
  background-color: hsla(21, 100%, 49%, 0.1) !important;
}

.bg-danger-5 {
  background-color: hsl(291, 40%, 31%) !important;
}

.bg-warning-5 {
  background-color: hhsl(216, 51%, 28%) !important;
}

.bg-info-5 {
  background-color: hsla(295, 70%, 60%, 0.05) !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  letter-spacing: -0.035rem;
  overflow-x: hidden;
  font-family: Nunito, sans-serif;
  font-weight: normal;
  color: hsl(350, 35%, 49%);
  overflow-x: hidden;
  height: 100%;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid hsl(218, 33%, 71.6666666667%) !important;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.video-iframe > iframe {
  border-radius: 0.75rem;
  overflow: hidden;
}

.m-6 {
  margin: 5rem;
}
@media (max-width: 1024px) {
  .m-6 {
    margin: 3rem !important;
  }
}
@media (max-width: 768px) {
  .m-6 {
    margin: 2.5rem !important;
  }
}

.my-6 {
  margin: 5rem 0 5rem 0;
}
@media (max-width: 1024px) {
  .my-6 {
    margin: 3rem 0 3rem 0;
  }
}
@media (max-width: 768px) {
  .my-6 {
    margin: 2.5rem 0 2.5rem 0;
  }
}

.mt-6 {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .mt-6 {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .mt-6 {
    margin-top: 2.5rem;
  }
}

.mb-6 {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .mb-6 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .mb-6 {
    margin-bottom: 2.5rem;
  }
}

.p-6 {
  padding: 5rem;
}
@media (max-width: 1024px) {
  .p-6 {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .p-6 {
    padding: 2.5rem !important;
  }
}

.py-6 {
  padding: 5rem 0 5rem 0;
}
@media (max-width: 1024px) {
  .py-6 {
    padding: 3rem 0 3rem 0;
  }
}
@media (max-width: 768px) {
  .py-6 {
    padding: 2.5rem 0 2.5rem 0;
  }
}

.pt-6 {
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .pt-6 {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .pt-6 {
    padding-top: 2.5rem !important;
  }
}

.pb-6 {
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .pb-6 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .pb-6 {
    padding-bottom: 2.5rem !important;
  }
}

.m-7 {
  margin: 7rem;
}
@media (max-width: 1024px) {
  .m-7 {
    margin: 4rem !important;
  }
}
@media (max-width: 768px) {
  .m-7 {
    margin: 3rem !important;
  }
}

.my-7 {
  margin: 7rem 0;
}
@media (max-width: 1024px) {
  .my-7 {
    margin: 4rem 0 4rem 0;
  }
}
@media (max-width: 768px) {
  .my-7 {
    margin: 3rem 0 3rem 0;
  }
}

.mt-7 {
  margin-top: 7rem;
}
@media (max-width: 1024px) {
  .mt-7 {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .mt-7 {
    margin-top: 3rem;
  }
}

.mb-7 {
  margin-bottom: 7rem;
}
@media (max-width: 1024px) {
  .mb-7 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .mb-7 {
    margin-bottom: 3rem;
  }
}

.p-7 {
  padding: 7rem;
}
@media (max-width: 1024px) {
  .p-7 {
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .p-7 {
    padding: 3rem !important;
  }
}

.py-7 {
  padding: 7rem 0 7rem 0;
}
@media (max-width: 1024px) {
  .py-7 {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .py-7 {
    padding: 3rem 0;
  }
}

.pt-7 {
  padding-top: 7rem;
}
@media (max-width: 1024px) {
  .pt-7 {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .pt-7 {
    padding-top: 3rem !important;
  }
}

.pb-7 {
  padding-bottom: 7rem;
}
@media (max-width: 1024px) {
  .pb-7 {
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .pb-7 {
    padding-bottom: 3rem !important;
  }
}

.m-8 {
  margin: 8rem;
}
@media (max-width: 1024px) {
  .m-8 {
    margin: 5rem !important;
  }
}
@media (max-width: 768px) {
  .m-8 {
    margin: 2.5rem !important;
  }
}

.my-8 {
  margin: 8rem 0;
}
@media (max-width: 1024px) {
  .my-8 {
    margin: 5rem 0 5rem 0;
  }
}
@media (max-width: 768px) {
  .my-8 {
    margin: 4rem 0;
  }
}

.mt-8 {
  margin-top: 8rem;
}
@media (max-width: 1024px) {
  .mt-8 {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .mt-8 {
    margin-top: 4rem;
  }
}

.mb-8 {
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .mb-8 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .mb-8 {
    margin-bottom: 4rem;
  }
}

.p-8 {
  padding: 8rem;
}
@media (max-width: 1024px) {
  .p-8 {
    padding: 5rem;
  }
}
@media (max-width: 768px) {
  .p-8 {
    padding: 4rem !important;
  }
}

.py-8 {
  padding: 8rem 0;
}
@media (max-width: 1024px) {
  .py-8 {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .py-8 {
    padding: 4rem 0;
  }
}

.pt-8 {
  padding-top: 8rem;
}
@media (max-width: 1024px) {
  .pt-8 {
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  .pt-8 {
    padding-top: 4rem !important;
  }
}

.pb-8 {
  padding-bottom: 8rem;
}
@media (max-width: 1024px) {
  .pb-8 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .pb-8 {
    padding-bottom: 4rem !important;
  }
}