.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;
}

.boxes {
  border-radius: 0.75rem;
  position: relative;
  padding: 3.5rem;
  height: 100%;
  overflow: hidden;
  box-shadow: hsla(218, 33%, 43%, 0.1) 0px 1px 1px 0px, hsla(218, 33%, 43%, 0.1) 0px 1px 2px 1px;
  color: #76808e;
}
.boxes .content {
  height: 100%;
  display: flex;
  justify-content: space-between !important;
  flex-direction: column !important;
}
.boxes img {
  opacity: 0.25;
}
@media (max-width: 1400px) {
  .boxes {
    padding: 2.5rem;
  }
}
@media (max-width: 576px) {
  .boxes {
    padding: 1.75rem !important;
    height: auto;
  }
}
.boxes.primary {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, hsla(218, 33%, 43%, 0.05) 100%);
}
.boxes.secondary {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, hsla(350, 35%, 49%, 0.05) 100%);
}
.boxes.success {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, hsla(21, 100%, 49%, 0.05) 100%);
}
.boxes.danger {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, hsla(291, 40%, 31%, 0.05) 100%);
}
.boxes.warning {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, hsla(216, 51%, 28%, 0.05) 100%);
}
.boxes.info {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, rgba(5, 184, 130, 0.05) 100%);
}
.boxes.light {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, rgba(50, 69, 164, 0.05) 100%);
}

.box {
  padding: 2.5rem;
  height: 100%;
  border-radius: 0.75rem;
  display: flex;
  align-items: start !important;
  justify-content: space-between !important;
  flex-direction: column !important;
}
@media (max-width: 768px) {
  .box {
    padding: 1.25rem;
  }
}
@media (max-width: 576px) {
  .box {
    padding: 1.25rem;
  }
}
.box h2 {
  font-weight: 700;
}
.box.no-color {
  background: linear-gradient(135deg, hsla(218, 33%, 43%, 0.05) 0%, #ffffff 100%);
  color: #343f4f;
  transition: 0.5s;
}
.box.no-color:hover {
  background: linear-gradient(0deg, hsla(218, 33%, 43%, 0.05) 0%, #ffffff 100%);
  background-color: #ffffff;
  color: #343f4f;
  transition: 0.5s;
  transform: translateY(-5px);
  box-shadow: hsla(21, 100%, 49%, 0.05) 0px -1px 1px 0px inset, hsla(21, 100%, 49%, 0.25) 0px 5px 5px -10px, hsla(21, 100%, 49%, 0.5) 0px 20px 20px -20px !important;
}
.box.one {
  background-color: hsl(218, 33%, 43%);
  background: linear-gradient(135deg, hsla(218, 33%, 43%, 0.9) 0%, hsla(218, 33%, 43%, 0.5) 100%);
  transition: 0.5s;
  color: #ffffff;
}
.box.one:hover {
  background-color: hsla(218, 33%, 43%, 0.75);
  color: #ffffff;
  transition: 0.5s;
  transform: translateY(-5px);
  box-shadow: hsl(218, 33%, 91.4893617021%) 0px 5px 5px -10px, hsla(218, 33%, 43%, 0.9) 0px 10px 10px -10px !important;
}
.box.two {
  background-color: hsla(21, 100%, 49%, 0.01);
  background: linear-gradient(135deg, hsla(21, 100%, 49%, 0.9) 0%, hsla(21, 100%, 49%, 0.5) 100%);
  color: #ffffff !important;
  transition: 0.5s;
}
.box.two:hover {
  background-color: hsla(21, 100%, 49%, 0.75);
  color: #ffffff;
  transition: 0.5s;
  transform: translateY(-5px);
  box-shadow: hsla(21, 100%, 49%, 0.05) 0px -1px 1px 0px inset, hsla(21, 100%, 49%, 0.25) 0px 5px 5px -10px, hsla(21, 100%, 49%, 0.5) 0px 20px 20px -20px !important;
}
.box.three {
  background-color: hsl(291, 40%, 31%);
  background: linear-gradient(135deg, hsl(216, 51%, 28%) 0%, hsla(216, 51%, 28%, 0.5) 100%);
  color: #ffffff;
  transition: 0.5s;
}
.box.three:hover {
  background-color: hsla(216, 51%, 28%, 0.75);
  color: #ffffff;
  transition: 0.5s;
  transform: translateY(-5px);
  box-shadow: hsla(291, 40%, 31%, 0.25) 0px -1px 1px 0px inset, hsla(291, 40%, 31%, 0.25) 0px 5px 5px -10px, hsla(291, 40%, 31%, 0.5) 0px 20px 20px -20px !important;
}
.box .footer {
  padding: 1.25rem 0 0;
  width: 100%;
  display: flex;
  align-items: center !important;
  justify-content: end !important;
  font-size: 2.25rem;
}
.box .footer .btn {
  font-size: 1.25rem;
  border-radius: 2rem;
  padding: 0;
  width: 54px;
  height: 54px;
  line-height: 2.75;
}

.tab-content {
  position: relative;
}

.gradient-overlay {
  position: absolute;
  width: 5%;
  height: 100%;
  z-index: 10;
}
.gradient-overlay.left {
  left: 0px;
  background: linear-gradient(90deg, hsl(350, 35%, 100%) 25%, transparent 50%);
}
.gradient-overlay.right {
  right: 0px;
  background: linear-gradient(-90deg, hsl(350, 35%, 100%) 25%, transparent 50%);
}