@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Readex+Pro:wght@160..700&display=swap");

:root {
  --h1: 50px;
  --h2: 30px;
  --h3: 27px;
  --h4: 22px;
  --h5: 15px;
  --h6: clamp(1rem, 1.263vw + 1rem, 1.5rem);
  --p: clamp(0.875rem, 0.842vw + 0.875rem, 1rem);
}

/* Normalize */
html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: var(--p);
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

form {
  margin: 0;
}

p {
  margin: 0 0 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-12 {
  font-size: 0.75rem;
  line-height: 1.334;
}

small,
.fs-14 {
  font-size: 0.875rem;
  line-height: 1.715;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
  line-height: 1.334;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-48 {
  font-size: 3rem;
}

.fs-52 {
  font-size: 3.25rem;
}

.fs-56 {
  font-size: 3.5rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-10vw {
  font-size: clamp(4rem, 10vw + 1rem, 12rem);
}

.fs-20vw {
  font-size: clamp(8rem, 20vw + 1rem, 23.75rem);
}

.fs-30vw {
  font-size: clamp(14rem, 30vw + 1rem, 35.625rem);
}

.max-text-3 {
  max-width: 12ch;
}

.max-text-4 {
  max-width: 16ch;
}

.max-text-5 {
  max-width: 20ch;
}

.max-text-6 {
  max-width: 24ch;
}

.max-text-7 {
  max-width: 28ch;
}

.max-text-8 {
  max-width: 32ch;
}

.max-text-9 {
  max-width: 36ch;
}

.max-text-10 {
  max-width: 40ch;
}

.max-text-11 {
  max-width: 44ch;
}

.max-text-12 {
  max-width: 48ch;
}

.max-text-13 {
  max-width: 52ch;
}

.max-text-14 {
  max-width: 56ch;
}

.max-text-15 {
  max-width: 60ch;
}

.max-text-16 {
  max-width: 64ch;
}

.max-text-17 {
  max-width: 68ch;
}

.max-text-18 {
  max-width: 72ch;
}

.max-text-19 {
  max-width: 76ch;
}

.max-text-20 {
  max-width: 80ch;
}

.max-text-21 {
  max-width: 84ch;
}

.max-text-22 {
  max-width: 88ch;
}

.max-text-23 {
  max-width: 92ch;
}

.max-text-24 {
  max-width: 96ch;
}

.max-text-25 {
  max-width: 100ch;
}

.max-text-26 {
  max-width: 104ch;
}

.max-text-27 {
  max-width: 108ch;
}

.max-text-28 {
  max-width: 112ch;
}

.max-text-29 {
  max-width: 116ch;
}

.max-text-30 {
  max-width: 120ch;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.lh-1\/2 {
  line-height: 1.2;
}

.lh-1\/3 {
  line-height: 1.334;
}

.lh-1\/5 {
  line-height: 1.5;
}

.lh-1\/7 {
  line-height: 1.715;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 0.75rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-rounded-0 {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
}

.accordion--primary {
  --bs-accordion-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-primary-rgb), 1);
}

.accordion--secondary {
  --bs-accordion-active-color: rgba(var(--bs-dark-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-secondary-rgb), 1);
}

.accordion--secondary-subtle {
  --bs-accordion-active-color: var(--bs-secondary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-secondary-bg-subtle);
}

.accordion--success {
  --bs-accordion-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-success-rgb), 1);
}

.accordion--success-subtle {
  --bs-accordion-active-color: var(--bs-success-text-emphasis);
  --bs-accordion-active-bg: var(--bs-success-bg-subtle);
}

.accordion--danger {
  --bs-accordion-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-danger-rgb), 1);
}

.accordion--danger-subtle {
  --bs-accordion-active-color: var(--bs-danger-text-emphasis);
  --bs-accordion-active-bg: var(--bs-danger-bg-subtle);
}

.accordion--warning {
  --bs-accordion-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-warning-rgb), 1);
}

.accordion--warning-subtle {
  --bs-accordion-active-color: var(--bs-warning-text-emphasis);
  --bs-accordion-active-bg: var(--bs-warning-bg-subtle);
}

.accordion--info {
  --bs-accordion-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-info-rgb), 1);
}

.accordion--info-subtle {
  --bs-accordion-active-color: var(--bs-info-text-emphasis);
  --bs-accordion-active-bg: var(--bs-info-bg-subtle);
}

.accordion--dark {
  --bs-accordion-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-dark-rgb), 1);
}

.accordion--dark-subtle {
  --bs-accordion-active-color: var(--bs-dark-text-emphasis);
  --bs-accordion-active-bg: var(--bs-dark-bg-subtle);
}

.accordion--light {
  --bs-accordion-active-color: rgba(var(--bs-dark-rgb), 1);
  --bs-accordion-active-bg: rgba(var(--bs-light-rgb), 1);
}

.accordion--light-subtle {
  --bs-accordion-active-color: var(--bs-light-text-emphasis);
  --bs-accordion-active-bg: var(--bs-light-bg-subtle);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  content: "\f282";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  fill: currentcolor;
  background-image: none;
  vertical-align: -0.125em;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-separate {
  --bs-accordion-border-width: 0;
}

.accordion-separate .accordion-item+.accordion-item {
  margin-top: 1rem;
}

.accordion-separate .accordion-item {
  border-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-separate .accordion-button {
  border-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-separate-body {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
}

.accordion-separate-body .accordion-item+.accordion-item {
  margin-top: 1rem;
}

.accordion-separate-body .accordion-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-separate-body .accordion-button {
  border-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-separate-body .accordion-button[aria-expanded="false"] {
  background-color: var(--bs-body-bg);
}

.accordion-separate-body .accordion-body {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.accordion-connected {
  --bs-accordion-btn-color: var(--bs-heading-color);
  --bs-accordion-active-bg: var(--bs-primary);
  --bs-accordion-active-color: var(--bs-heading-color);
  --bs-accordion-inner-border-radius: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(0deg);
}

.accordion-connected .accordion-button {
  font-size: 1.25rem;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.accordion-connected .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-connected .accordion-button:not(.collapsed)::after {
  content: "\f659";
}

.accordion-connected .accordion-button::after {
  content: "\f64d";
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  margin-inline-start: 0;
  margin-inline-end: auto;
  border: 1px solid var(--bs-dark);
  border-radius: 50%;
  filter: drop-shadow(0.25rem 0.25rem 0 var(--bs-dark));
  background-color: var(--bs-accordion-btn-bg);
  color: var(--bs-accordion-btn-color);
}

.accordion-connected .accordion-button__title {
  display: block;
  width: calc(100% - 4.5rem);
}

.accordion-connected .accordion-body {
  padding-top: 0.5rem;
  background-color: var(--bs-primary);
  border-radius: 0 0 var(--bs-accordion-inner-border-radius) var(--bs-accordion-inner-border-radius);
  color: var(--bs-heading-color);
}

.accordion-connected .accordion-item+.accordion-item {
  margin-top: 2rem;
}

/* Alert Style */
.alert {
  --bs-alert-margin-bottom: 0;
}

.alert-quote {
  --bs-border-width: 0.25rem;
  --bs-alert-border-radius: 0;
  border: 0;
  border-inline-start: var(--bs-alert-border);
}

/* Avatar Style */
.avatar {
  --avatar-size: 2rem;
  width: var(--avatar-size);
  height: var(--avatar-size);
  display: grid;
  place-content: center;
  position: relative;
  border: 2px solid var(--bs-body-bg);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--bs-dark-rgb), 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.avatar-sm {
  --avatar-size: 1.5rem;
}

.avatar-md {
  --avatar-size: 2.5rem;
}

.avatar-lg {
  --avatar-size: 3rem;
}

.avatar-lg .avatar__notification {
  --notification-size: 0.75rem;
}

.avatar-xl {
  --avatar-size: 3.75rem;
}

.avatar-xl .avatar__notification {
  --notification-size: 0.75rem;
}

.avatar-xxl {
  --avatar-size: 4.5rem;
}

.avatar-xxl .avatar__notification {
  --notification-size: 0.75rem;
}

.avatar-xxxl {
  --avatar-size: 5rem;
}

.avatar-xxxl .avatar__notification {
  --notification-size: 1rem;
}

.avatar__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: inherit;
}

.avatar-group {
  --avatar-size: 2rem;
  --avatar-column-size: calc(var(--avatar-size) / 2);
  --avatar-end-spacing: 1rem;
  display: grid;
  grid-template-columns: repeat(5, var(--avatar-column-size));
  width: 100%;
  padding-inline-end: var(--avatar-end-spacing);
}

.avatar-group .avatar {
  --avatar-size: 2rem;
}

.avatar-group .avatar:hover {
  z-index: 1;
}

.avatar-group-sm {
  --avatar-size: 1.5rem;
  --avatar-end-spacing: 0.75rem;
}

.avatar-group-sm .avatar {
  --avatar-size: 1.5rem;
}

.avatar-group-md {
  --avatar-size: 2.5rem;
  --avatar-end-spacing: 1.25rem;
}

.avatar-group-md .avatar {
  --avatar-size: 2.5rem;
}

.avatar-group-lg {
  --avatar-size: 3rem;
  --avatar-end-spacing: 1.5rem;
}

.avatar-group-lg .avatar {
  --avatar-size: 3rem;
}

.avatar-group-xl {
  --avatar-size: 3.75rem;
  --avatar-end-spacing: 1.75rem;
}

.avatar-group-xl .avatar {
  --avatar-size: 3.75rem;
}

.avatar-group-xxl {
  --avatar-size: 4.5rem;
  --avatar-end-spacing: 2.25rem;
}

.avatar-group-xxl .avatar {
  --avatar-size: 4.5rem;
}

.avatar-group-xxxl {
  --avatar-size: 5rem;
  --avatar-end-spacing: 2.5rem;
}

.avatar-group-xxxl .avatar {
  --avatar-size: 5rem;
}

.avatar__notification {
  --notification-size: 0.5rem;
  --notification-position-x: 0;
  --notification-position-y: 0;
  display: grid;
  place-content: center;
  width: var(--notification-size);
  height: var(--notification-size);
  position: absolute;
  bottom: var(--notification-position-y);
  right: var(--notification-position-x);
  border: 1px solid var(--bs-light);
  border-radius: 50%;
}

/* Badge Style */
.badge {
  --bs-badge-border-radius: 0.15rem;
  --bs-badge-font-weight: 500;
  --bs-badge-padding-x: 0.5rem;
  --bs-badge-padding-y: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  line-height: 1.334;
}

.banner-1 {
  background-image: url(../img/shapes/banner-grid-shape.png);
  background-color: var(--bs-body-bg);
  overflow: hidden;
}

.banner-1__content {
  padding-block-start: clamp(6rem, 9vw + 1rem, 11.875rem);
  padding-block-end: clamp(4.5rem, 6.5vw + 1rem, 8rem);
  position: relative;
  z-index: 1;
}

.banner-1__content::before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateY(-25%);
  background: rgba(var(--bs-white-rgb), 0.1);
  border: 1px solid rgba(var(--bs-white-rgb), 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: -1;
}

@media (min-width: 1200px) {
  .banner-1__content::before {
    right: 19%;
  }
}

.banner-1__content::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 32%;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  z-index: -2;
}

@media (min-width: 1200px) {
  .banner-1__content::after {
    right: 35%;
  }
}

.banner-1__froster-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.banner-1__froster-svg-path {
  animation: animateFill 20s infinite linear alternate;
}

.banner-2 {
  background-image: url(../img/shapes/banner-grid-shape-2.png);
  background-color: var(--bs-dark);
  overflow: hidden;
}

.banner-2__content {
  padding-block-start: clamp(6rem, 9vw + 1rem, 11.875rem);
  padding-block-end: clamp(4.5rem, 6.5vw + 1rem, 8rem);
  position: relative;
  z-index: 1;
}

.banner-2__content::before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateY(-25%);
  background: rgba(var(--bs-white-rgb), 0.1);
  border: 1px solid rgba(var(--bs-white-rgb), 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: -1;
}

@media (min-width: 1200px) {
  .banner-2__content::before {
    right: 19%;
  }
}

.banner-2__content::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 32%;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.3);
  z-index: -1;
}

@media (min-width: 1200px) {
  .banner-2__content::after {
    right: 35%;
  }
}

.banner-2__froster-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.banner-2__froster-svg-path {
  animation: animateFill 20s infinite linear alternate;
}

.banner-3 {
  padding-block-start: clamp(6rem, 9vw + 1rem, 11.875rem);
  padding-block-end: clamp(4.5rem, 6.5vw + 1rem, 8rem);
  position: relative;
  background-image: url(../img/banner-img-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-3::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(var(--bs-dark-rgb), 0.8);
}

.banner-4 {
  padding-block-start: clamp(6rem, 9vw + 1rem, 11.875rem);
  padding-block-end: clamp(4.5rem, 6.5vw + 1rem, 8rem);
}

.banner-4::before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-25%);
  background: rgba(var(--bs-white-rgb), 0.5);
  border: 1px solid rgba(var(--bs-white-rgb), 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: -1;
}

.banner-4::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 15%;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  z-index: -2;
}

.banner-5 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(6.5rem, 7.8vw + 1rem, 9.375rem);
  padding-bottom: 60px;
  /* background-image: linear-gradient(180deg, var(--bs-primary) -23.87%, var(--bs-primary-text-emphasis) 89.73%); */
  background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
}

.banner-5::before {
  content: url(../img/shapes/banner-shape-1.png);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}

.banner-5::after {
  content: url(../img/shapes/banner-shape-2.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
}

.blend-x {
  mask: linear-gradient(90deg, transparent, white 25%, white 75%, transparent);
}

.blend-y {
  mask: linear-gradient(transparent, white 25%, white 75%, transparent);
}

.blend-y-start {
  mask: linear-gradient(transparent 50%, white);
}

.blend-y-end {
  mask: linear-gradient(white 50%, transparent);
}

.brand-2 {
  width: 12.5rem;
  height: 3.75rem;
}

.breadcrumb-modifier {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--bs-light-text-emphasis);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-light-text-emphasis);
}

.breadcrumb-modifier .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-border-radius: 0.25rem;
  display: inline-flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.btn.btn-icon {
  align-items: center;
  justify-content: center;
}

.btn.btn-icon:not(.btn-xsm):not(.btn-sm):not(.btn-lg) {
  --bs-btn-padding-x: calc(0.5rem + 1px);
  --bs-btn-padding-y: calc(0.5rem + 1px);
  --bs-btn-font-size: 1.5rem;
}

.btn-primary {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: #32065b;
  --bs-btn-border-color: #32065b;
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary) 85%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-primary) 85%, black);
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-secondary) 85%, black);
  --bs-btn-hover-border-color: color-mix(in srgb,
      var(--bs-secondary) 85%,
      black);
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-success {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-success) 85%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-success) 85%, black);
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-success);
  --bs-btn-active-border-color: var(--bs-success);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-success);
  --bs-btn-disabled-border-color: var(--bs-success);
}

.btn-danger {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-danger);
  --bs-btn-border-color: var(--bs-danger);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-danger) 85%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-danger) 85%, black);
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-danger);
  --bs-btn-active-border-color: var(--bs-danger);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-danger);
  --bs-btn-disabled-border-color: var(--bs-danger);
}

.btn-info {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-info);
  --bs-btn-border-color: var(--bs-info);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-info) 85%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-info) 85%, black);
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-info);
  --bs-btn-active-border-color: var(--bs-info);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-info);
  --bs-btn-disabled-border-color: var(--bs-info);
}

.btn-light {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-light) 85%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-light) 85%, black);
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-bg: var(--bs-light);
  --bs-btn-disabled-border-color: var(--bs-light);
}

.btn-dark {
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: var(--bs-light);
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-dark) 85%, black);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-dark) 85%, black);
  --bs-btn-active-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-dark);
  --bs-btn-disabled-border-color: var(--bs-dark);
}

.btn-xsm {
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-font-size: 0.75rem;
  line-height: 1.167;
}

.btn-xsm.btn-icon {
  --bs-btn-padding-x: calc(0.25rem + 1px);
  --bs-btn-padding-y: calc(0.25rem + 1px);
  align-items: center;
  justify-content: center;
}

.btn-sm {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-border-radius: 0.25rem;
  line-height: 1.715;
}

.btn-sm.btn-icon {
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-padding-y: 0.5rem;
  align-items: center;
  justify-content: center;
}

.btn-lg {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-border-radius: 0.25rem;
}

.btn-lg.btn-icon {
  --bs-btn-padding-x: calc(0.5rem + 1px);
  --bs-btn-padding-y: calc(0.5rem + 1px);
  --bs-btn-font-size: 1.75rem;
  align-items: center;
  justify-content: center;
}

.btn-primary-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-primary-text-emphasis);
  --bs-btn-bg: var(--bs-primary-bg-subtle);
  --bs-btn-border-color: var(--bs-primary-border-subtle);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 1);
}

.btn-secondary-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-secondary-text-emphasis);
  --bs-btn-bg: var(--bs-secondary-bg-subtle);
  --bs-btn-border-color: var(--bs-secondary-border-subtle);
  --bs-btn-hover-color: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.btn-success-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-success-text-emphasis);
  --bs-btn-bg: var(--bs-success-bg-subtle);
  --bs-btn-border-color: var(--bs-success-border-subtle);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-success-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-success-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-success-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-success-rgb), 1);
}

.btn-danger-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-danger-text-emphasis);
  --bs-btn-bg: var(--bs-danger-bg-subtle);
  --bs-btn-border-color: var(--bs-danger-border-subtle);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-danger-rgb), 1);
}

.btn-warning-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-warning-text-emphasis);
  --bs-btn-bg: var(--bs-warning-bg-subtle);
  --bs-btn-border-color: var(--bs-warning-border-subtle);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-warning-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-warning-rgb), 1);
}

.btn-info-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-info-text-emphasis);
  --bs-btn-bg: var(--bs-info-bg-subtle);
  --bs-btn-border-color: var(--bs-info-border-subtle);
  --bs-btn-hover-color: var(--bs-black);
  --bs-btn-hover-bg: rgba(var(--bs-info-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-info-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-info-rgb);
  --bs-btn-active-color: var(--bs-black);
  --bs-btn-active-bg: rgba(var(--bs-info-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-info-rgb), 1);
}

.btn-light-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-light-text-emphasis);
  --bs-btn-bg: var(--bs-light-bg-subtle);
  --bs-btn-border-color: var(--bs-light-border-subtle);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: rgba(var(--bs-light-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-light-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-light-rgb);
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: rgba(var(--bs-light-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-light-rgb), 1);
}

.btn-dark-subtle {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-dark-text-emphasis);
  --bs-btn-bg: var(--bs-dark-bg-subtle);
  --bs-btn-border-color: var(--bs-dark-border-subtle);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-dark-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-dark-rgb), 1);
}

.btn-primary-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-primary-bg-subtle);
  --bs-btn-bg: var(--bs-primary-text-emphasis);
  --bs-btn-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 1);
}

.btn-secondary-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-secondary-bg-subtle);
  --bs-btn-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-hover-color: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.btn-success-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-success-bg-subtle);
  --bs-btn-bg: var(--bs-success-text-emphasis);
  --bs-btn-border-color: var(--bs-success-text-emphasis);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-success-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-success-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-success-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-success-rgb), 1);
}

.btn-danger-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-danger-bg-subtle);
  --bs-btn-bg: var(--bs-danger-text-emphasis);
  --bs-btn-border-color: var(--bs-danger-text-emphasis);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-danger-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-danger-rgb), 1);
}

.btn-warning-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-warning-bg-subtle);
  --bs-btn-bg: var(--bs-warning-text-emphasis);
  --bs-btn-border-color: var(--bs-warning-text-emphasis);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-warning-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-warning-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-warning-rgb), 1);
}

.btn-info-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-info-bg-subtle);
  --bs-btn-bg: var(--bs-info-text-emphasis);
  --bs-btn-border-color: var(--bs-info-text-emphasis);
  --bs-btn-hover-color: var(--bs-black);
  --bs-btn-hover-bg: rgba(var(--bs-info-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-info-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-info-rgb);
  --bs-btn-active-color: var(--bs-black);
  --bs-btn-active-bg: rgba(var(--bs-info-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-info-rgb), 1);
}

.btn-light-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-light-bg-subtle);
  --bs-btn-bg: var(--bs-light-text-emphasis);
  --bs-btn-border-color: var(--bs-light-text-emphasis);
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: rgba(var(--bs-light-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-light-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-light-rgb);
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: rgba(var(--bs-light-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-light-rgb), 1);
}

.btn-dark-emphasis {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-dark-bg-subtle);
  --bs-btn-bg: var(--bs-dark-text-emphasis);
  --bs-btn-border-color: var(--bs-dark-text-emphasis);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-dark-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-dark-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-dark-rgb), 1);
}

.btn-outline-primary {
  --bs-btn-hover-color: var(--bs-primary-text-emphasis);
  --bs-btn-hover-bg: var(--bs-primary-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-primary-border-subtle);
  --bs-btn-active-color: var(--bs-primary-text-emphasis);
  --bs-btn-active-bg: var(--bs-primary-bg-subtle);
  --bs-btn-active-border-color: var(--bs-primary-border-subtle);
}

.btn-outline-secondary {
  --bs-btn-hover-color: var(--bs-secondary-text-emphasis);
  --bs-btn-hover-bg: var(--bs-secondary-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-secondary-border-subtle);
  --bs-btn-active-color: var(--bs-secondary-text-emphasis);
  --bs-btn-active-bg: var(--bs-secondary-bg-subtle);
  --bs-btn-active-border-color: var(--bs-secondary-border-subtle);
}

.btn-outline-success {
  --bs-btn-hover-color: var(--bs-success-text-emphasis);
  --bs-btn-hover-bg: var(--bs-success-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-success-border-subtle);
  --bs-btn-active-color: var(--bs-success-text-emphasis);
  --bs-btn-active-bg: var(--bs-success-bg-subtle);
  --bs-btn-active-border-color: var(--bs-success-border-subtle);
}

.btn-outline-danger {
  --bs-btn-hover-color: var(--bs-danger-text-emphasis);
  --bs-btn-hover-bg: var(--bs-danger-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-danger-border-subtle);
  --bs-btn-active-color: var(--bs-danger-text-emphasis);
  --bs-btn-active-bg: var(--bs-danger-bg-subtle);
  --bs-btn-active-border-color: var(--bs-danger-border-subtle);
}

.btn-outline-warning {
  --bs-btn-hover-color: var(--bs-warning-text-emphasis);
  --bs-btn-hover-bg: var(--bs-warning-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-warning-border-subtle);
  --bs-btn-active-color: var(--bs-warning-text-emphasis);
  --bs-btn-active-bg: var(--bs-warning-bg-subtle);
  --bs-btn-active-border-color: var(--bs-warning-border-subtle);
}

.btn-outline-info {
  --bs-btn-hover-color: var(--bs-info-text-emphasis);
  --bs-btn-hover-bg: var(--bs-info-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-info-border-subtle);
  --bs-btn-active-color: var(--bs-info-text-emphasis);
  --bs-btn-active-bg: var(--bs-info-bg-subtle);
  --bs-btn-active-border-color: var(--bs-info-border-subtle);
}

.btn-outline-light {
  --bs-btn-hover-color: var(--bs-light-text-emphasis);
  --bs-btn-hover-bg: var(--bs-light-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-light-border-subtle);
  --bs-btn-active-color: var(--bs-light-text-emphasis);
  --bs-btn-active-bg: var(--bs-light-bg-subtle);
  --bs-btn-active-border-color: var(--bs-light-border-subtle);
}

.btn-outline-dark {
  --bs-btn-hover-color: var(--bs-dark-text-emphasis);
  --bs-btn-hover-bg: var(--bs-dark-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-dark-border-subtle);
  --bs-btn-active-color: var(--bs-dark-text-emphasis);
  --bs-btn-active-bg: var(--bs-dark-bg-subtle);
  --bs-btn-active-border-color: var(--bs-dark-border-subtle);
}

.btn-play {
  border: none;
  padding: 0;
  background-color: transparent;
}

.btn-play::after {
  content: "";
  position: absolute;
  inset: 0;
  animation: pulse 1s linear infinite;
  background-color: var(--bs-primary);
  border-radius: 50%;
  z-index: -1;
}

.card-flush {
  --border-color: var(--bs-primary);
  padding: 1rem;
}

@media (min-width: 768px) {
  .card-flush {
    padding: 1rem;
  }
}

@media (min-width: 1200px) {
  .card-flush {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .card-flush:nth-child(1) {
    border-bottom: 1px solid;
    border-image: linear-gradient(88deg, transparent, var(--border-color)) 1;
  }

  .card-flush:nth-child(2) {
    border: 1px solid;
    border-image: linear-gradient(transparent, var(--border-color)) 1;
    border-top: 0;
  }

  .card-flush:nth-child(3) {
    border-bottom: 1px solid;
    border-image: linear-gradient(88deg, var(--border-color), transparent) 1;
  }

  .card-flush:nth-child(5) {
    border: 1px solid;
    border-image: linear-gradient(var(--border-color), transparent) 1;
    border-top: 0;
    border-bottom: 0;
  }
}

.card-flush--secondary {
  --border-color: var(--bs-secondary);
}

.card-flush--warning {
  --border-color: var(--bs-warning);
}

.card-flush--danger {
  --border-color: var(--bs-danger);
}

.card-flush--success {
  --border-color: var(--bs-success);
}

.card-flush--info {
  --border-color: var(--bs-info);
}

.card-flush--light {
  --border-color: var(--bs-light);
}

.card-flush--dark {
  --border-color: var(--bs-dark);
}

.card-flush--border-color {
  --border-color: var(--bs-border-color);
}

/* Card Style */
.card {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .case-study-card__img {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .case-study-card__img {
    width: 40%;
  }
}

@media (min-width: 1400px) {
  .case-study-card__img {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .circular-card-container {
    height: 18rem;
  }
}

.circular-card-list__item {
  width: 11.5rem;
  height: 14rem;
  margin-left: -1.875rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.circular-card-list__item:first-child {
  margin-left: 0;
  transform: rotate(-11deg) translateY(63px);
  background-image: url(../img/img/circular-card-bg-1.png);
}

.circular-card-list__item:first-child:hover {
  transform: rotate(-15deg) translateY(48px) scale(1.05) translateX(-10px);
}

.circular-card-list__item:nth-child(2) {
  transform: rotate(-8deg) translateY(37px);
  background-image: url(../img/img/circular-card-bg-2.png);
}

.circular-card-list__item:nth-child(2):hover {
  transform: rotate(-12deg) translateY(26px) scale(1.05) translateX(-10px);
}

.circular-card-list__item:nth-child(3) {
  transform: rotate(-4deg) translateY(21px);
  background-image: url(../img/img/circular-card-bg-3.png);
}

.circular-card-list__item:nth-child(3):hover {
  transform: rotate(-8deg) translateY(12px) scale(1.05) translateX(-10px);
}

.circular-card-list__item:nth-child(4) {
  transform: translateY(15px);
  background-image: url(../img/img/circular-card-bg-4.png);
}

.circular-card-list__item:nth-child(4):hover {
  transform: rotate(-4deg) translateY(8px) scale(1.05) translateX(-10px);
}

.circular-card-list__item:nth-child(5) {
  transform: rotate(4deg) translateY(21px);
  background-image: url(../img/img/circular-card-bg-5.png);
}

.circular-card-list__item:nth-child(5):hover {
  transform: rotate(0deg) translateY(12px) scale(1.05) translateX(-10px);
}

.circular-card-list__item:nth-child(6) {
  transform: rotate(8deg) translateY(37px);
  background-image: url(../img/img/circular-card-bg-6.png);
}

.circular-card-list__item:nth-child(6):hover {
  transform: rotate(4deg) translateY(26px) scale(1.05) translateX(-10px);
}

.circular-card-list__item:last-child {
  transform: rotate(11deg) translateY(63px);
  background-image: url(../img/img/circular-card-bg-7.png);
}

.circular-card-list__item:last-child:hover {
  transform: rotate(7deg) translateY(48px) scale(1.05) translateX(-10px);
}

.circular-card__icon {
  background-image: linear-gradient(181deg,
      var(--bs-secondary-bg) 1.07%,
      rgba(var(--bs-body-bg-rgb), 1) 62.09%);
  filter: drop-shadow(0px 7.162px 14.324px rgba(145, 158, 171, 0.16)) drop-shadow(0px 24px 24px rgba(70, 216, 255, 0.31));
}

.compare-table .table> :not(caption)>*>* {
  padding: 0.75rem 1.5rem;
}

.compare-table .table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--bs-body-color);
  --bs-table-striped-bg: var(--bs-primary-bg-subtle);
  margin-bottom: 0;
  vertical-align: middle;
}

.compare-table .table thead tr th {
  padding: 0.5rem;
}

.compare-table .table thead tr th:first-child {
  min-width: 19.6875rem;
}

.compare-table .table thead tr th {
  min-width: 12.5rem;
  vertical-align: middle;
  font-weight: normal;
}

.data-center-location {
  display: none;
}

@media (min-width: 768px) {
  .data-center-location {
    display: inline-block;
    position: absolute;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .data-center-location--1 {
   top: 34px;
        left: 39%;
  }
}
 
@media (min-width: 768px) {
      .data-center-location--2 {
        top: 19%;
        left: 12%;
    }
}
 
@media (min-width: 768px) {
  .data-center-location--3 {
          top: 7%;
        right: 22%;
  }
}
 
@media (min-width: 768px) {
  .data-center-location--4 {
           top: 27%;
        right: 16%;
  }
}
 
@media (min-width: 768px) {
  .data-center-location--5 {
            top: 33%;
        right: 22%;
  }
}
 
@media (min-width: 768px) {
  .data-center-location--6 {
          top: 35%;
        left: 7%;
  }
}
 
@media (min-width: 768px) {
  .data-center-location--7 {
    top: 85%;
    left: 40%;
  }
}
 
@media (min-width: 768px) {
  .data-center-location--8 {
    top: 27%;
        left: 55%;
  }
}

/* Dropdown Style */
.dropdown-modifier.dropdown-xsm .dropdown-menu {
  --bs-dropdown-min-width: 5rem;
}

.dropdown-modifier.dropdown-sm .dropdown-menu {
  --bs-dropdown-min-width: 8rem;
}

.dropdown-modifier.dropdown-md .dropdown-menu {
  --bs-dropdown-min-width: 12.5rem;
}

.dropdown-modifier.dropdown-xl .dropdown-menu {
  --bs-dropdown-min-width: 17.5rem;
}

.dropdown-modifier__body {
  max-height: 15.625rem;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}

.dropdown-modifier__body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.dropdown-modifier__body::-webkit-scrollbar-track {
  background-color: transparent;
}

.dropdown-modifier__body::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.dropdown-modifier .dropdown-menu {
  --bs-dropdown-padding-x: 0.25rem;
  --bs-dropdown-padding-y: 0.25rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-border-radius: 0.25rem;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-link-hover-color: var(--bs-primary-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-primary-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-primary-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-primary-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-primary-text-emphasis);
  --bs-dropdown-item-padding-x: 0.75rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-padding-x: 0.75rem;
  --bs-dropdown-header-padding-y: 0.5rem;
}

.dropdown-modifier .dropdown-menu>li+li {
  margin-block-start: 0.25rem;
}

.dropdown-modifier .dropdown-item {
  --bs-dropdown-item-border-radius: 0.25rem;
}

.dropdown-modifier--secondary .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-secondary-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-secondary-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-secondary-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-secondary-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-secondary-text-emphasis);
}

.dropdown-modifier--success .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-success-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-success-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-success-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-success-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-success-text-emphasis);
}

.dropdown-modifier--danger .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-danger-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-danger-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-danger-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-danger-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-danger-text-emphasis);
}

.dropdown-modifier--warning .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-warning-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-warning-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-warning-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-warning-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-warning-text-emphasis);
}

.dropdown-modifier--info .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-info-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-info-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-info-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-info-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-info-text-emphasis);
}

.dropdown-modifier--light .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-light-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-light-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-light-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-light-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-light-text-emphasis);
}

.dropdown-modifier--dark .dropdown-menu {
  --bs-dropdown-link-hover-color: var(--bs-dark-text-emphasis);
  --bs-dropdown-link-hover-bg: var(--bs-dark-bg-subtle);
  --bs-dropdown-link-active-color: var(--bs-dark-text-emphasis);
  --bs-dropdown-link-active-bg: var(--bs-dark-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-dark-text-emphasis);
}

/* Form Check */
.form-check-modifier {
  display: inline-flex;
  gap: 0.5rem;
  min-height: unset;
  padding: 0;
  margin: 0;
}

.form-check-modifier .form-check-input {
  --checkbox-size: 1rem;
  --checkbox-radius: 2px;
  --checkbox-icon: "";
  --bs-form-check-bg: var(--bs-body-bg);
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  vertical-align: middle;
  background-color: var(--bs-body-bg);
  background-image: none;
  border: var(--bs-border-width) solid var(--bs-border-color);
  flex-shrink: 0;
}

.form-check-modifier .form-check-input:focus {
  box-shadow: none;
}

.form-check-modifier .form-check-input[type="checkbox"] {
  border-radius: var(--checkbox-radius);
  float: unset;
  margin-left: unset;
}

.form-check-modifier .form-check-input[type="checkbox"]:checked {
  position: relative;
  isolation: isolate;
  background-color: var(--bs-form-check-bg);
  border-color: var(--bs-border-color);
}

.form-check-modifier .form-check-input[type="checkbox"]:checked::after {
  content: var(--checkbox-icon);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

.form-check-modifier .form-check-input[type="checkbox"]:focus {
  border-color: var(--bs-border-color);
}

.form-check-modifier .form-check-input[type="radio"] {
  float: unset;
  margin-left: unset;
}

.form-check-modifier .form-check-input[type="radio"]:checked {
  position: relative;
  isolation: isolate;
  background-color: var(--bs-form-check-bg);
  border-color: var(--bs-border-color);
}

.form-check-modifier .form-check-input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--bs-body-color-rgb), 1);
  border-radius: 50%;
}

.form-check-modifier .form-check-input[type="radio"]:focus {
  border-color: var(--bs-border-color);
}

.form-check-modifier.form-check--dash .form-check-input {
  --checkbox-icon: "";
}

.form-check-modifier.form-check--primary .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-primary-rgb), 1);
}

.form-check-modifier.form-check--primary .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-primary-rgb), 1);
}

.form-check-modifier.form-check--primary .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--primary .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-primary-rgb), 1);
}

.form-check-modifier.form-check--primary .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--primary-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-primary-bg-subtle);
}

.form-check-modifier.form-check--primary-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-primary-text-emphasis);
}

.form-check-modifier.form-check--primary-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-primary-text-emphasis);
}

.form-check-modifier.form-check--primary-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-primary-text-emphasis);
}

.form-check-modifier.form-check--primary-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-primary-text-emphasis);
}

.form-check-modifier.form-check--secondary .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-secondary-rgb), 1);
}

.form-check-modifier.form-check--secondary .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.form-check-modifier.form-check--secondary .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--secondary .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.form-check-modifier.form-check--secondary .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--secondary-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-secondary-bg-subtle);
}

.form-check-modifier.form-check--secondary-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-secondary-text-emphasis);
}

.form-check-modifier.form-check--secondary-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-secondary-text-emphasis);
}

.form-check-modifier.form-check--secondary-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-secondary-text-emphasis);
}

.form-check-modifier.form-check--secondary-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-secondary-text-emphasis);
}

.form-check-modifier.form-check--success .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-success-rgb), 1);
}

.form-check-modifier.form-check--success .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-success-rgb), 1);
}

.form-check-modifier.form-check--success .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--success .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-success-rgb), 1);
}

.form-check-modifier.form-check--success .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--success-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-success-bg-subtle);
}

.form-check-modifier.form-check--success-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-success-text-emphasis);
}

.form-check-modifier.form-check--success-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-success-text-emphasis);
}

.form-check-modifier.form-check--success-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-success-text-emphasis);
}

.form-check-modifier.form-check--success-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-success-text-emphasis);
}

.form-check-modifier.form-check--danger .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-danger-rgb), 1);
}

.form-check-modifier.form-check--danger .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-danger-rgb), 1);
}

.form-check-modifier.form-check--danger .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--danger .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-danger-rgb), 1);
}

.form-check-modifier.form-check--danger .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--danger-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-danger-bg-subtle);
}

.form-check-modifier.form-check--danger-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-danger-text-emphasis);
}

.form-check-modifier.form-check--danger-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-danger-text-emphasis);
}

.form-check-modifier.form-check--danger-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-danger-text-emphasis);
}

.form-check-modifier.form-check--danger-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-danger-text-emphasis);
}

.form-check-modifier.form-check--warning .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-warning-rgb), 1);
}

.form-check-modifier.form-check--warning .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-warning-rgb), 1);
}

.form-check-modifier.form-check--warning .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--warning .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-warning-rgb), 1);
}

.form-check-modifier.form-check--warning .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--warning-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-warning-bg-subtle);
}

.form-check-modifier.form-check--warning-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-warning-text-emphasis);
}

.form-check-modifier.form-check--warning-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-warning-text-emphasis);
}

.form-check-modifier.form-check--warning-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-warning-text-emphasis);
}

.form-check-modifier.form-check--warning-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-warning-text-emphasis);
}

.form-check-modifier.form-check--info .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-info-rgb), 1);
}

.form-check-modifier.form-check--info .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-info-rgb), 1);
}

.form-check-modifier.form-check--info .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--info .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-info-rgb), 1);
}

.form-check-modifier.form-check--info .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--info-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-info-bg-subtle);
}

.form-check-modifier.form-check--info-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-info-text-emphasis);
}

.form-check-modifier.form-check--info-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-info-text-emphasis);
}

.form-check-modifier.form-check--info-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-info-text-emphasis);
}

.form-check-modifier.form-check--info-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-info-text-emphasis);
}

.form-check-modifier.form-check--dark .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-dark-rgb), 1);
}

.form-check-modifier.form-check--dark .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-dark-rgb), 1);
}

.form-check-modifier.form-check--dark .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--dark .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-dark-rgb), 1);
}

.form-check-modifier.form-check--dark .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-white-rgb), 1);
}

.form-check-modifier.form-check--dark-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-dark-bg-subtle);
}

.form-check-modifier.form-check--dark-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-dark-text-emphasis);
}

.form-check-modifier.form-check--dark-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-dark-text-emphasis);
}

.form-check-modifier.form-check--dark-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-dark-text-emphasis);
}

.form-check-modifier.form-check--dark-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-dark-text-emphasis);
}

.form-check-modifier.form-check--light .form-check-input {
  --bs-form-check-bg: rgba(var(--bs-light-rgb), 1);
}

.form-check-modifier.form-check--light .form-check-input[type="checkbox"]:checked {
  --bs-border-color: rgba(var(--bs-light-rgb), 1);
}

.form-check-modifier.form-check--light .form-check-input[type="checkbox"]:checked::after {
  color: rgba(var(--bs-black-rgb), 1);
}

.form-check-modifier.form-check--light .form-check-input[type="radio"]:checked {
  --bs-border-color: rgba(var(--bs-light-rgb), 1);
}

.form-check-modifier.form-check--light .form-check-input[type="radio"]:checked::after {
  background-color: rgba(var(--bs-black-rgb), 1);
}

.form-check-modifier.form-check--light-subtle .form-check-input {
  --bs-form-check-bg: var(--bs-light-bg-subtle);
}

.form-check-modifier.form-check--light-subtle .form-check-input[type="checkbox"]:checked {
  --bs-border-color: var(--bs-light-text-emphasis);
}

.form-check-modifier.form-check--light-subtle .form-check-input[type="checkbox"]:checked::after {
  color: var(--bs-light-text-emphasis);
}

.form-check-modifier.form-check--light-subtle .form-check-input[type="radio"]:checked {
  --bs-border-color: var(--bs-light-text-emphasis);
}

.form-check-modifier.form-check--light-subtle .form-check-input[type="radio"]:checked::after {
  background-color: var(--bs-light-text-emphasis);
}

/* Form Control */
.form-control {
  --bs-border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

.form-control::placeholder {
  color: rgba(var(--bs-body-color-rgb), 0.5);
  font-weight: normal;
}

.form-control-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.715;
}

.form-control-lg {
  border-radius: var(--bs-border-radius-sm);
}

.form-control[type="file"] {
  padding-inline-start: 0.5rem;
}

/* Form Select */
.form-select {
  --bs-border-radius: 0.25rem;
  padding-block: 0.5rem;
  padding-inline-start: 1rem;
}

.form-select-sm {
  padding-block: 0.25rem;
  line-height: 1.715;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-sm);
}

/* Group Selector */
.group:hover .group-hover\:transition {
  transition: all 0.3s ease;
}

.group:hover .group-hover\:text-heading {
  color: var(--bs-heading-color) !important;
}

.group:hover .group-hover\:text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.group:hover .group-hover\:text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.group:hover .group-hover\:text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.group:hover .group-hover\:text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.group:hover .group-hover\:text-primary-subtle {
  color: var(--bs-primary-bg-subtle) !important;
}

.group:hover .group-hover\:text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.group:hover .group-hover\:text-secondary-subtle {
  color: var(--bs-secondary-bg-subtle) !important;
}

.group:hover .group-hover\:text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.group:hover .group-hover\:text-success-subtle {
  color: var(--bs-success-bg-subtle) !important;
}

.group:hover .group-hover\:text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.group:hover .group-hover\:text-danger-subtle {
  color: var(--bs-danger-bg-subtle) !important;
}

.group:hover .group-hover\:text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.group:hover .group-hover\:text-warning-subtle {
  color: var(--bs-warning-bg-subtle) !important;
}

.group:hover .group-hover\:text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.group:hover .group-hover\:text-info-subtle {
  color: var(--bs-info-bg-subtle) !important;
}

.group:hover .group-hover\:text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.group:hover .group-hover\:text-light-subtle {
  color: var(--bs-light-bg-subtle) !important;
}

.group:hover .group-hover\:text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.group:hover .group-hover\:text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.group:hover .group-hover\:text-dark-subtle {
  color: var(--bs-dark-bg-subtle) !important;
}

.group:hover .group-hover\:text-opacity-5 {
  --bs-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
  --bs-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
  --bs-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
  --bs-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-100 {
  --bs-text-opacity: 1;
}

.group:hover .group-hover\:bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),
      var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),
      var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),
      var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.group:hover .group-hover\:bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),
      var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.group:hover .group-hover\:bg-primary-emphasis {
  background-color: var(--bs-primary-text-emphasis) !important;
}

.group:hover .group-hover\:bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),
      var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.group:hover .group-hover\:bg-secondary-emphasis {
  background-color: var(--bs-secondary-text-emphasis) !important;
}

.group:hover .group-hover\:bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),
      var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.group:hover .group-hover\:bg-success-emphasis {
  background-color: var(--bs-success-text-emphasis) !important;
}

.group:hover .group-hover\:bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.group:hover .group-hover\:bg-danger-emphasis {
  background-color: var(--bs-danger-text-emphasis) !important;
}

.group:hover .group-hover\:bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),
      var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.group:hover .group-hover\:bg-warning-emphasis {
  background-color: var(--bs-warning-text-emphasis) !important;
}

.group:hover .group-hover\:bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.group:hover .group-hover\:bg-info-emphasis {
  background-color: var(--bs-info-text-emphasis) !important;
}

.group:hover .group-hover\:bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.group:hover .group-hover\:bg-light-emphasis {
  background-color: var(--bs-light-text-emphasis) !important;
}

.group:hover .group-hover\:bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.group:hover .group-hover\:bg-dark-emphasis {
  background-color: var(--bs-dark-text-emphasis) !important;
}

.group:hover .group-hover\:bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.group:hover .group-hover\:border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),
      var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.group:hover .group-hover\:border-primary-emphasis {
  border-color: var(--bs-primary-text-emphasis) !important;
}

.group:hover .group-hover\:border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),
      var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.group:hover .group-hover\:border-secondary-emphasis {
  border-color: var(--bs-secondary-text-emphasis) !important;
}

.group:hover .group-hover\:border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),
      var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.group:hover .group-hover\:border-success-emphasis {
  border-color: var(--bs-success-text-emphasis) !important;
}

.group:hover .group-hover\:border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.group:hover .group-hover\:border-danger-emphasis {
  border-color: var(--bs-danger-text-emphasis) !important;
}

.group:hover .group-hover\:border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),
      var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.group:hover .group-hover\:border-warning-emphasis {
  border-color: var(--bs-warning-text-emphasis) !important;
}

.group:hover .group-hover\:border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.group:hover .group-hover\:border-info-emphasis {
  border-color: var(--bs-info-text-emphasis) !important;
}

.group:hover .group-hover\:border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.group:hover .group-hover\:border-light-emphasis {
  border-color: var(--bs-light-text-emphasis) !important;
}

.group:hover .group-hover\:border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.group:hover .group-hover\:border-dark-emphasis {
  border-color: var(--bs-dark-text-emphasis) !important;
}

.group:hover .group-hover\:border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.group:hover .group-hover\:border-opacity-5 {
  --bs-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
  --bs-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-30 {
  --bs-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
  --bs-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
  --bs-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
  --bs-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-80 {
  --bs-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
  --bs-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-100 {
  --bs-border-opacity: 1;
}

.group:hover .group-hover\:shadow-none {
  box-shadow: none !important;
}

.group:hover .group-hover\:shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.group:hover .group-hover\:shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.group:hover .group-hover\:shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.horizontal-grid {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.horizontal-grid__item {
  height: 1rem;
  position: relative;
  z-index: 1;
}

.horizontal-grid__item::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  background-color: var(--bs-dark);
}

.horizontal-grid__item:nth-child(1)::after {
  inset-block-start: calc(1rem - 1px);
}

.horizontal-grid__item:nth-child(2)::after {
  inset-block-start: calc(1rem - 2px);
}

.horizontal-grid__item:nth-child(3)::after {
  inset-block-start: calc(1rem - 3px);
}

.horizontal-grid__item:nth-child(4)::after {
  inset-block-start: calc(1rem - 4px);
}

.horizontal-grid__item:nth-child(5)::after {
  inset-block-start: calc(1rem - 6px);
}

.horizontal-grid__item:nth-child(6)::after {
  inset-block-start: calc(1rem - 8px);
}

.horizontal-grid__item:nth-child(7)::after {
  inset-block-start: calc(1rem - 10px);
}

.horizontal-grid__item:nth-child(8)::after {
  inset-block-start: calc(1rem - 11px);
}

.horizontal-grid__item:nth-child(9)::after {
  inset-block-start: calc(1rem - 12px);
}

.horizontal-grid__item:nth-child(10)::after {
  inset-block-start: calc(1rem - 13px);
}

.horizontal-grid__item:nth-child(11)::after {
  inset-block-start: calc(1rem - 14px);
}

.horizontal-grid__item:nth-child(12)::after {
  inset-block-start: calc(1rem - 15px);
}

.horizontal-grid__item:nth-child(13)::after {
  inset-block-start: calc(1rem - 16px);
}

/* Line Clamp */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp--1 {
  -webkit-line-clamp: 1;
}

.line-clamp--2 {
  -webkit-line-clamp: 2;
}

.line-clamp--3 {
  -webkit-line-clamp: 3;
}

.line-clamp--4 {
  -webkit-line-clamp: 4;
}

.line-clamp--5 {
  -webkit-line-clamp: 5;
}

/* List Style  */
.list {
  --direction: column;
  display: flex;
  flex-direction: var(--direction);
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-row {
  --direction: row;
}

@media (min-width: 0) {
  .list-xs-row {
    --direction: row;
  }
}

@media (min-width: 576px) {
  .list-sm-row {
    --direction: row;
  }
}

@media (min-width: 768px) {
  .list-md-row {
    --direction: row;
  }
}

@media (min-width: 992px) {
  .list-lg-row {
    --direction: row;
  }
}

@media (min-width: 1200px) {
  .list-xl-row {
    --direction: row;
  }
}

@media (min-width: 1400px) {
  .list-xxl-row {
    --direction: row;
  }
}

.list-column {
  --direction: column;
}

@media (min-width: 0) {
  .list-xs-column {
    --direction: column;
  }
}

@media (min-width: 576px) {
  .list-sm-column {
    --direction: column;
  }
}

@media (min-width: 768px) {
  .list-md-column {
    --direction: column;
  }
}

@media (min-width: 992px) {
  .list-lg-column {
    --direction: column;
  }
}

@media (min-width: 1200px) {
  .list-xl-column {
    --direction: column;
  }
}

@media (min-width: 1400px) {
  .list-xxl-column {
    --direction: column;
  }
}

.list-disc {
  list-style: disc;
  padding-inline-start: 1rem;
}

.list-dot {
  --dot-clr: var(--bs-primary);
  --dot-size: 0.25rem;
}

.list-dot--secondary {
  --dot-clr: var(--bs-secondary);
}

.list-dot--body-tertiary {
  --dot-clr: var(--bs-tertiary-bg);
}

.list-dot--success {
  --dot-clr: var(--bs-success);
}

.list-dot--danger {
  --dot-clr: var(--bs-danger);
}

.list-dot--warning {
  --dot-clr: var(--bs-warning);
}

.list-dot--info {
  --dot-clr: var(--bs-info);
}

.list-dot--light {
  --dot-clr: var(--bs-light);
}

.list-dot--dark {
  --dot-clr: var(--bs-dark);
}

.list-dot--primary-subtle {
  --dot-clr: var(--bs-primary-bg-subtle);
}

.list-dot--secondary-subtle {
  --dot-clr: var(--bs-secondary-bg-subtle);
}

.list-dot--success-subtle {
  --dot-clr: var(--bs-success-bg-subtle);
}

.list-dot--danger-subtle {
  --dot-clr: var(--bs-danger-bg-subtle);
}

.list-dot--warning-subtle {
  --dot-clr: var(--bs-warning-bg-subtle);
}

.list-dot--info-subtle {
  --dot-clr: var(--bs-info-bg-subtle);
}

.list-dot--light-subtle {
  --dot-clr: var(--bs-light-bg-subtle);
}

.list-dot--dark-subtle {
  --dot-clr: var(--bs-dark-bg-subtle);
}

.list-dot--primary-emphasis {
  --dot-clr: var(--bs-primary-text-emphasis);
}

.list-dot--secondary-emphasis {
  --dot-clr: var(--bs-secondary-text-emphasis);
}

.list-dot--success-emphasis {
  --dot-clr: var(--bs-success-text-emphasis);
}

.list-dot--danger-emphasis {
  --dot-clr: var(--bs-danger-text-emphasis);
}

.list-dot--warning-emphasis {
  --dot-clr: var(--bs-warning-text-emphasis);
}

.list-dot--info-emphasis {
  --dot-clr: var(--bs-info-text-emphasis);
}

.list-dot--light-emphasis {
  --dot-clr: var(--bs-light-text-emphasis);
}

.list-dot--dark-emphasis {
  --dot-clr: var(--bs-dark-text-emphasis);
}

.list-dot>li+li {
  padding-inline-start: var(--dot-size);
  margin-inline-start: var(--dot-size);
  position: relative;
  isolation: isolate;
}

.list-dot>li+li::before {
  content: "";
  width: calc(var(--dot-size) / 2);
  height: calc(var(--dot-size) / 2);
  border-radius: 50%;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  transform: translate(-50%, -50%);
  background-color: var(--dot-clr);
}

.list-dot--sm {
  --dot-size: 0.5rem;
}

.list-dot--md {
  --dot-size: 0.75rem;
}

.list-dot--lg {
  --dot-size: 1rem;
}

.list-dot--xl {
  --dot-size: 1.25rem;
}

.list-dot--xxl {
  --dot-size: 1.5rem;
}

.list-separate {
  --separate-clr: var(--bs-primary);
  --separate-space: 0.5rem;
}

.list-separate--secondary {
  --separate-clr: var(--bs-secondary);
}

.list-separate--body-tertiary {
  --separate-clr: var(--bs-tertiary-bg);
}

.list-separate--success {
  --separate-clr: var(--bs-success);
}

.list-separate--danger {
  --separate-clr: var(--bs-danger);
}

.list-separate--warning {
  --separate-clr: var(--bs-warning);
}

.list-separate--info {
  --separate-clr: var(--bs-info);
}

.list-separate--light {
  --separate-clr: var(--bs-light);
}

.list-separate--dark {
  --separate-clr: var(--bs-dark);
}

.list-separate--primary-subtle {
  --separate-clr: var(--bs-primary-bg-subtle);
}

.list-separate--secondary-subtle {
  --separate-clr: var(--bs-secondary-bg-subtle);
}

.list-separate--success-subtle {
  --separate-clr: var(--bs-success-bg-subtle);
}

.list-separate--danger-subtle {
  --separate-clr: var(--bs-danger-bg-subtle);
}

.list-separate--warning-subtle {
  --separate-clr: var(--bs-warning-bg-subtle);
}

.list-separate--info-subtle {
  --separate-clr: var(--bs-info-bg-subtle);
}

.list-separate--light-subtle {
  --separate-clr: var(--bs-light-bg-subtle);
}

.list-separate--dark-subtle {
  --separate-clr: var(--bs-dark-bg-subtle);
}

.list-separate--primary-emphasis {
  --separate-clr: var(--bs-primary-text-emphasis);
}

.list-separate--secondary-emphasis {
  --separate-clr: var(--bs-secondary-text-emphasis);
}

.list-separate--success-emphasis {
  --separate-clr: var(--bs-success-text-emphasis);
}

.list-separate--danger-emphasis {
  --separate-clr: var(--bs-danger-text-emphasis);
}

.list-separate--warning-emphasis {
  --separate-clr: var(--bs-warning-text-emphasis);
}

.list-separate--info-emphasis {
  --separate-clr: var(--bs-info-text-emphasis);
}

.list-separate--light-emphasis {
  --separate-clr: var(--bs-light-text-emphasis);
}

.list-separate--dark-emphasis {
  --separate-clr: var(--bs-dark-text-emphasis);
}

.list-separate>li+li {
  padding-inline-start: var(--separate-space);
  margin-inline-start: var(--separate-space);
  position: relative;
  isolation: isolate;
}

.list-separate>li+li::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  background-color: var(--separate-clr);
}

.list-separate--sm {
  --separate-space: 0.75rem;
}

.list-separate--md {
  --separate-space: 1rem;
}

.list-separate--lg {
  --separate-space: 1.25rem;
}

.list-separate--xl {
  --separate-space: 1.5rem;
}

.list-separate--xxl {
  --separate-space: 1.75rem;
}

.list-flush>li+li {
  border-top: 1px solid var(--bs-border-color);
}

/* Logo Style */
.logo {
  --logo-height: 2rem;
  height: var(--logo-height);
}

.logo__img {
  height: 35px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo__img--dark {
  display: none;
}

[data-bs-theme="dark"] .logo__img--dark {
  display: inline-block;
}

[data-bs-theme="dark"] .logo__img--light {
  display: none;
}

/* Modal Style */
@media (min-width: 576px) {
  .modal-sm {
    --bs-modal-width: 350px;
  }
}

@media (min-width: 992px) {
  .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-secondary);
  }

  .navigation-0.has-sub-level-1:hover:hover .navigation-0__menu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    top: calc(100% - 0.25rem);
  }
}

@media (min-width: 992px) {
  .navigation-0--column-5 .navigation-0__menu-list {
    width: calc(20% - 0.8125rem);
  }
}

@media (min-width: 992px) {
  .navigation-0--column-6 .navigation-0__menu-list {
    width: calc(16.6% - 0.8125rem);
  }
}

.navigation-0__menu {
  display: none;
  list-style: none;
  padding: 0.25rem 0;
  margin: 0;
  border-radius: 0.35rem;
}

@media (min-width: 992px) {
  .navigation-0__menu {
    --_spaceer: 1rem;
    position: absolute;
    inset-inline: 0;
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: var(--_spaceer);
    max-height: 23.75rem;
    overflow-y: auto;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: all 0.3s ease;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }

  .navigation-0__menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .navigation-0__menu::-webkit-scrollbar-track {
    background: transparent;
  }

  .navigation-0__menu::-webkit-scrollbar-thumb {
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .navigation-0__menu {
    max-height: 40.25rem;
  }
}

@media (min-width: 1400px) {
  .navigation-0__menu {
    max-height: 45.25rem;
  }
}

.navigation-0__menu-link {
  display: block;
  padding: 0.25rem 0.75rem;
}

@media (min-width: 992px) {
  .navigation-0__menu-link {
    padding: 0.5rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .navigation-0__menu-link {
    padding: 0.75rem;
  }
}

.navigation-0__menu-img {
  display: none;
}

@media (min-width: 992px) {
  .navigation-0__menu-img {
    display: block;
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
  }
}

.navigation-0__menu-title {
  display: block;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .navigation-0__menu-title {
    margin-top: 0.5rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navigation-1 {
    position: relative;
    isolation: isolate;
  }
}

@media (min-width: 992px) {
  .navigation-1.has-sub-level-1:hover .navigation-1__menu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    top: 100%;
  }
}

.navigation-1__menu {
  display: none;
  list-style: none;
  padding: 0.25rem 0;
  margin: 0;
  border-radius: 0.35rem;
}

@media (min-width: 992px) {
  .navigation-1__menu {
    display: block;
    padding: 0.25rem;
    position: absolute;
    top: calc(100% + 1rem);
    width: 8.125rem;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: all 0.3s ease;
  }
}

.navigation-1__menu-link {
  display: block;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .navigation-1__menu-list.has-sub-level-2 {
    position: relative;
  }

  .navigation-1__menu-list.has-sub-level-2:hover .navigation-1__sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    left: 100%;
  }
}

.navigation-1__sub-menu {
  display: none;
  list-style: none;
  padding: 0.25rem 0 0.25rem 1rem;
  margin: 0;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .navigation-1__sub-menu {
    display: block;
    padding: 0.25rem;
    position: absolute;
    top: 0;
    left: 90%;
    width: 8.25rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: all 0.3s ease;
  }
}

.navigation-1__sub-menu-link {
  display: block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .navigation-1__sub-menu-link {
    border-radius: 0.25rem;
  }
}

.navigation-2.has-sub-level-1:hover>a {
  color: var(--bs-secondary);
}

.navigation-2.has-sub-level-1:hover .navigation-2__menu {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
  top: calc(100% - 0.25rem);
}

.navigation-2__menu {
  display: none;
  list-style: none;
  padding: 1rem;
  margin: 0;
  border-radius: 0.35rem;
}

@media (min-width: 992px) {
  .navigation-2__menu {
    --_spaceer: 1rem;
    position: absolute;
    inset-inline: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--_spaceer);
    max-height: calc(100vh - 4.5rem);
    overflow-y: auto;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: all 0.3s ease;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
  }

  .navigation-2__menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .navigation-2__menu::-webkit-scrollbar-track {
    background: transparent;
  }

  .navigation-2__menu::-webkit-scrollbar-thumb {
    background: transparent;
  }
}

.navigation-2__menu-link {
  padding: 0.75rem;
  border-radius: 0.35rem;
}

.navigation-2__menu-list+.navigation-2__menu-list {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .navigation-2__menu-list+.navigation-2__menu-list {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .navigation-2__menu-list {
    width: calc(33.33% - 0.67rem);
  }
}

@media (min-width: 576px) {
  .navigation-2__figure-img {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .navigation-2__figure-img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navigation-3 {
    position: relative;
    isolation: isolate;
  }
}

@media (min-width: 992px) {
  .navigation-3.has-sub-level-1:hover .navigation-3__menu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    top: 100%;
  }
}

.navigation-3__menu {
  display: none;
  list-style: none;
  padding: 0.25rem 0;
  margin: 0;
  border-radius: 0.35rem;
}

@media (min-width: 992px) {
  .navigation-3__menu {
    display: flex;
    gap: 0.25rem;
    padding: 0.25rem;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    width: 37.5rem;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: all 0.3s ease;
  }
}

@media (min-width: 1200px) {
  .navigation-3__menu {
    width: 46.875rem;
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .navigation-3__menu-short {
    width: 21.875rem;
  }
}

.navigation-3__menu-link {
  display: block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .navigation-3__menu-list {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .navigation-3__menu-list {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .navigation-3__menu-list:last-child {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .navigation-3__menu-list:last-child {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .navigation-3__menu-list.has-sub-level-2 {
    position: relative;
  }

  .navigation-3__menu-list.has-sub-level-2:hover .navigation-3__sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    left: 100%;
  }
}

.navigation-3__sub-menu {
  display: none;
  list-style: none;
  padding: 0.25rem 0 0.25rem 1rem;
  margin: 0;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .navigation-3__sub-menu {
    display: block;
    padding: 0.25rem;
    position: absolute;
    top: 0;
    left: 90%;
    width: 11.25rem;
    border-radius: 0.25rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: all 0.3s ease;
  }
}

.navigation-3__sub-menu-link {
  display: block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .navigation-3__sub-menu-link {
    border-radius: 0.25rem;
  }
}

@media (max-width: 991.98px) {
  .navigation-1__menu,
  .navigation-3__menu {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    width: 100%;
    padding: 0.25rem 0;
  }

  .navigation-1__menu,
  .navigation-3__menu {
    display: none;
  }

  .has-sub-level-1.show > .navigation-1__menu,
  .has-sub-level-1.show > .navigation-3__menu {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .navigation-3__menu-list,
  .navigation-3__menu-list:last-child {
    width: 100%;
  }

  .navigation-1__sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0.25rem 0 0.25rem 1rem;
    display: none;
  }

  .navigation-1__menu-list.has-sub-level-2.show > .navigation-1__sub-menu {
    display: block;
  }
}

/* Offcanvas */
.offcanvas-body {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

.offcanvas-body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: transparent;
}

.offcanvas-body:hover {
  scrollbar-color: var(--bs-bg-dark-subtle) transparent;
}

.offcanvas-body:hover::-webkit-scrollbar-thumb {
  background: var(--bs-bg-dark-subtle);
}

/* Pagination */
.pagination {
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-focus-box-shadow: 0;
  margin: 0;
}

.pagination-pill {
  --bs-pagination-padding-x: 0;
  --bs-pagination-padding-y: 0;
  --bs-pagination-border-radius: 50%;
  line-height: 1;
}

.pagination-pill .page-link {
  display: grid;
  place-content: center;
  width: 2.625rem;
  height: 2.625rem;
}

.pagination-circle {
  --bs-pagination-padding-x: 0;
  --bs-pagination-padding-y: 0;
  --bs-pagination-border-radius: 50%;
  gap: 0.5rem;
  line-height: 1;
}

.pagination-circle .page-link {
  display: grid;
  place-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: var(--bs-pagination-border-radius);
}

.pagination-transparent {
  --bs-pagination-color: var(--bs-body-color);
  --bs-pagination-border-radius: 0;
  --bs-pagination-border-color: transparent;
  --bs-pagination-bg: transparent;
  --bs-pagination-hover-color: rgba(var(--bs-primary-rgb), 1);
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-hover-border-color: transparent;
  --bs-pagination-active-color: var(--bs-body-color);
  --bs-pagination-active-bg: var(--bs-body-bg);
  --bs-pagination-active-border-color: var(--bs-border-color);
  gap: 0.5rem;
  line-height: 1;
}

.pagination-transparent .active .page-link {
  border-radius: 0.25rem;
}

.dt-paging .pagination {
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-color: var(--bs-body-color);
  --bs-pagination-border-radius: 0;
  --bs-pagination-border-color: transparent;
  --bs-pagination-bg: transparent;
  --bs-pagination-hover-color: rgba(var(--bs-primary-rgb), 1);
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-hover-border-color: transparent;
  --bs-pagination-active-color: var(--bs-body-color);
  --bs-pagination-active-bg: var(--bs-body-bg);
  --bs-pagination-active-border-color: var(--bs-border-color);
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: transparent;
  margin: 0;
  gap: 0.5rem;
  line-height: 1;
}

.dt-paging .pagination .active .page-link {
  border-radius: 0.25rem;
  z-index: 0;
}

.dt-paging .pagination .page-link {
  font-size: 0.875rem;
}

.portfolio-card:hover .portfolio-card__img {
  transform: scale(1.1) rotate(3deg);
}

.portfolio-card:hover .portfolio-card__content {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.portfolio-card__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.post-img-size {
  width: 6.25rem;
  height: 8.75rem;
}

@media (min-width: 576px) {
  .post-img-size {
    width: 10.9375rem;
    height: 10.9375rem;
  }
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--bs-light);
  z-index: 9999;
}

.preloader__content {
  width: 100%;
  text-align: center;
}

.preloader__img {
  height: 150px;
  animation: imageBeat 1.5s infinite;
}

.price-card-1 {
  border: 1px solid rgba(var(--bs-white-rgb), 0.1);
  background: rgba(var(--bs-white-rgb), 0.05);
  box-shadow: 0px 0px 18px 0px rgba(var(--bs-dark-rgb), 0.1);
  backdrop-filter: blur(13px);
}

.price-card-2__text {
  color: var(--bs-primary-bg-subtle);
}

[data-bs-theme="dark"] .price-card-2__text {
  color: var(--bs-primary-text-emphasis);
}

.price-tag {
  position: relative;
  isolation: isolate;
  transform: rotate(-6deg);
}

.price-tag::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  transform: rotate(0deg);
}

.price-tag::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0px);
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--bs-white);
}

.price-tag--danger {
  background-color: var(--bs-danger);
  color: var(--bs-white);
}

.price-tag--danger::before {
  border-color: transparent var(--bs-danger) transparent transparent;
}

/* Progress */
.progress {
  --bs-progress-border-radius: var(--bs-border-radius-xl);
}

.progress-xsm {
  --bs-progress-height: 0.25rem;
}

.progress-sm {
  --bs-progress-height: 0.5rem;
}

.progress-md {
  --bs-progress-height: 0.75rem;
}

.progress-stacked {
  --bs-progress-border-radius: var(--bs-border-radius-xl);
}

.progress-stacked .progress-xsm {
  --bs-progress-height: 0.25rem;
}

.progress-stacked .progress-sm {
  --bs-progress-height: 0.5rem;
}

.progress-stacked .progress-md {
  --bs-progress-height: 0.75rem;
}

.scroller-x {
  --_scroll-animation: scroll-ltr;
  overflow: hidden;
}

.scroller-x[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller-x[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller-x[data-speed="fast"] {
  --_animation-duration: 30s;
}

.scroller-x[data-speed="slow"] {
  --_animation-duration: 120s;
}

.scroller-x__list {
  width: max-content;
  flex-wrap: nowrap;
  animation: var(--_scroll-animation, scroll-ltr) var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.scroller-x__list:hover {
  animation-play-state: paused;
}

.scroller-x__list>li {
  flex-shrink: 0;
}

[dir="rtl"] .scroller-x {
  --_scroll-animation: scroll-rtl;
}

.scroller-y {
  --_scroll-animation: scrollY-up;
  overflow: hidden;
}

.scroller-y[data-direction="bottom"] {
  --_animation-direction: forwards;
  --_scroll-animation: scrollY-down;
}

.scroller-y[data-direction="top"] {
  --_animation-direction: forwards;
  --_scroll-animation: scrollY-up;
}

.scroller-y[data-speed="fast"] {
  --_animation-duration: 30s;
}

.scroller-y[data-speed="slow"] {
  --_animation-duration: 120s;
}

.scroller-y__list {
  display: flex;
  flex-direction: column;
  height: max-content;
  flex-wrap: nowrap;
  animation: var(--_scroll-animation, scrollY-up) var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.scroller-y__list:hover {
  animation-play-state: paused;
}

.scroller-y__list>li {
  flex-shrink: 0;
}

.search-filter {
  display: flex;
  align-items: center;
  padding: 0.25rem;
}

.search-filter--light .search-filter__input::placeholder {
  color: rgba(var(--bs-dark-rgb), 0.5);
}

.search-filter--light .search-filter__select {
  color: var(--bs-dark);
}

.search-filter--light-subtle {
  background-color: var(--bs-light-bg-subtle);
}

.search-filter--light-emphasis {
  background-color: var(--bs-light-text-emphasis);
}

.search-filter--light-emphasis .search-filter__input {
  color: var(--bs-light-bg-subtle);
}

.search-filter--light-emphasis .search-filter__input::placeholder {
  color: rgba(var(--bs-dark-rgb), 0.5);
}

.search-filter--light-emphasis .search-filter__select {
  color: var(--bs-light-bg-subtle);
}

.search-filter--dark .search-filter__input::placeholder {
  color: rgba(var(--bs-light-rgb), 0.5);
}

.search-filter--dark .search-filter__select {
  color: var(--bs-light);
}

.search-filter--dark-subtle {
  background-color: var(--bs-dark-bg-subtle);
}

.search-filter--dark-emphasis {
  background-color: var(--bs-dark-text-emphasis);
}

.search-filter--dark-emphasis .search-filter__input {
  color: var(--bs-dark-bg-subtle);
}

.search-filter--dark-emphasis .search-filter__input::placeholder {
  color: rgba(var(--bs-dark-rgb), 0.5);
}

.search-filter--dark-emphasis .search-filter__select {
  color: var(--bs-dark-bg-subtle);
}

.search-filter__input {
  background-color: transparent;
  border: 0;
}

.search-filter__input:focus {
  background-color: transparent;
}

.search-filter__select {
  flex-shrink: 0;
  width: auto;
  background-color: transparent;
  border: 0;
}

.sticky-list li {
  position: sticky;
}

.sticky-list li:nth-child(1) {
  top: 7.5rem;
}

.sticky-list li:nth-child(2) {
  top: calc(7.5rem + 2.5rem);
}

.sticky-list li:nth-child(3) {
  top: calc(7.5rem + 4.5rem);
}

/* Switcher Style */
.switcher {
  --_switch-width: 24px;
  --_switch-height: 14px;
  --_switch-circle: 10px;
  --_switch-space: 4px;
  --_circle-color: rgba(var(--bs-body-bg-rgb), 1);
  --_inactive-color: rgba(var(--bs-secondary-rgb), 1);
  --_active-color: rgba(var(--bs-primary-rgb), 1);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.switcher--md {
  --_switch-width: 26px;
  --_switch-height: 16px;
  --_switch-circle: 10px;
  --_switch-space: 6px;
}

.switcher--lg {
  --_switch-width: 32px;
  --_switch-height: 20px;
  --_switch-circle: 12px;
  --_switch-space: 8px;
}

.switcher--xl {
  --_switch-width: 38px;
  --_switch-height: 24px;
  --_switch-circle: 14px;
  --_switch-space: 10px;
}

.switcher-control-light {
  --_circle-color: rgba(var(--bs-body-color-rgb), 0.5);
  --_inactive-color: rgba(var(--bs-body-bg-rgb), 1);
}

.switcher-control-dark {
  --_circle-color: rgba(var(--bs-body-bg-rgb), 1);
  --_inactive-color: var(--bs-dark-bg-subtle);
}

.switcher--primary-subtle {
  --_active-color: var(--bs-primary-bg-subtle);
}

.switcher--primary-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-primary-text-emphasis);
}

.switcher--secondary {
  --_active-color: rgba(var(--bs-secondary-rgb), 1);
}

.switcher--secondary .switcher__input:checked~.switcher__control::after {
  --_circle-color: rgba(var(--bs-light-rgb), 1);
}

.switcher--secondary-subtle {
  --_active-color: var(--bs-secondary-bg-subtle);
}

.switcher--secondary-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-secondary-text-emphasis);
}

.switcher--success {
  --_active-color: rgba(var(--bs-success-rgb), 1);
}

.switcher--success .switcher__input:checked~.switcher__control::after {
  --_circle-color: rgba(var(--bs-light-rgb), 1);
}

.switcher--success-subtle {
  --_active-color: var(--bs-success-bg-subtle);
}

.switcher--success-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-success-text-emphasis);
}

.switcher--danger {
  --_active-color: rgba(var(--bs-danger-rgb), 1);
}

.switcher--danger .switcher__input:checked~.switcher__control::after {
  --_circle-color: rgba(var(--bs-light-rgb), 1);
}

.switcher--danger-subtle {
  --_active-color: var(--bs-danger-bg-subtle);
}

.switcher--danger-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-danger-text-emphasis);
}

.switcher--warning {
  --_active-color: rgba(var(--bs-warning-rgb), 1);
}

.switcher--warning .switcher__input:checked~.switcher__control::after {
  --_circle-color: rgba(var(--bs-light-rgb), 1);
}

.switcher--warning-subtle {
  --_active-color: var(--bs-warning-bg-subtle);
}

.switcher--warning-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-warning-text-emphasis);
}

.switcher--info {
  --_active-color: rgba(var(--bs-info-rgb), 1);
}

.switcher--info .switcher__input:checked~.switcher__control::after {
  --_circle-color: rgba(var(--bs-light-rgb), 1);
}

.switcher--info-subtle {
  --_active-color: var(--bs-info-bg-subtle);
}

.switcher--info-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-info-text-emphasis);
}

.switcher--dark {
  --_active-color: rgba(var(--bs-dark-rgb), 1);
}

.switcher--dark .switcher__input:checked~.switcher__control::after {
  --_circle-color: rgba(var(--bs-light-rgb), 1);
}

.switcher--dark-subtle {
  --_active-color: var(--bs-dark-bg-subtle);
}

.switcher--dark-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-dark-text-emphasis);
}

.switcher--light {
  --_active-color: rgba(var(--bs-light-rgb), 1);
}

.switcher--light .switcher__input:checked~.switcher__control::after {
  --_circle-color: rgba(var(--bs-dark-rgb), 1);
}

.switcher--light-subtle {
  --_active-color: var(--bs-light-bg-subtle);
}

.switcher--light-subtle .switcher__input:checked~.switcher__control::after {
  --_circle-color: var(--bs-light-text-emphasis);
}

.switcher__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.switcher__input:checked~.switcher__control {
  background-color: var(--_active-color);
}

.switcher__input:checked~.switcher__control::after {
  left: calc(var(--_switch-circle) + var(--_switch-space) / 2);
}

.switcher__control {
  position: relative;
  width: var(--_switch-width);
  height: var(--_switch-height);
  border-radius: calc(var(--_switch-height) / 2);
  background-color: var(--_inactive-color);
  transition: background-color 0.15s ease-in;
}

.switcher__control::after {
  content: "";
  position: absolute;
  left: calc(var(--_switch-space) / 2);
  top: calc(var(--_switch-space) / 2);
  width: var(--_switch-circle);
  height: var(--_switch-circle);
  border-radius: calc(var(--_switch-circle) / 2);
  background: var(--_circle-color);
  transition: left 0.15s ease-in;
}

.switcher__text {
  display: inline-block;
}

.tab-1 {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: var(--bs-primary-text-emphasis);
  --bs-nav-pills-link-active-bg: var(--bs-primary-bg-subtle);
  display: inline-flex;
}

.tab-1 .nav-link {
  color: var(--bs-nav-pills-link-active-color);
}

.tab-1__text-hilight {
  background: linear-gradient(270deg,
      #4d89f9 1.21%,
      #704ee7 21.78%,
      #e8428c 71.65%,
      #ed6d4b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-2 {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: var(--bs-primary-bg-subtle);
  --bs-nav-pills-link-active-bg: var(--bs-primary-text-emphasis);
  display: inline-flex;
}

.tab-2 .nav-link {
  color: var(--bs-dark-text-emphasis);
  background-color: var(--bs-light-bg-subtle);
}

.tab-2__text-hilight {
  background: linear-gradient(270deg,
      #4d89f9 1.21%,
      #704ee7 21.78%,
      #e8428c 71.65%,
      #ed6d4b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-3 {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: var(--bs-light);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
  display: inline-flex;
}

.tab-3 .nav-link {
  color: var(--bs-dark-text-emphasis);
  background-color: var(--bs-light-bg-subtle);
}

.tab-3__text-hilight {
  background: linear-gradient(270deg,
      #4d89f9 1.21%,
      #704ee7 21.78%,
      #e8428c 71.65%,
      #ed6d4b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-bs-theme="dark"][data-theme="demo"] .tab-3 .nav-link.active {
  color: var(--bs-dark) !important;
}

.tab-4 {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: var(--bs-light);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
  --bs-nav-link-color: var(--bs-primary-text-emphasis);
  display: inline-flex;
}

.tab-4__text-hilight {
  background: linear-gradient(270deg,
      #ffffff 1.21%,
      #c5b5ff 21.78%,
      #e8428c 71.65%,
      #ed6d4b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Tab Underline Style */
.tab-underline {
  --bs-btn-active-border-color: var(--bs-border-color);
  --bs-nav-link-color: var(--bs-body-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-btn-active-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 1);
  overflow-x: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}

.tab-underline::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tab-underline::-webkit-scrollbar-track {
  background: transparent;
}

.tab-underline::-webkit-scrollbar-thumb {
  background: transparent;
}

.tab-underline .btn {
  --bs-btn-border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  white-space: nowrap;
  color: var(--bs-nav-link-color);
}

.tab-underline .btn:hover {
  color: var(--bs-nav-link-hover-color);
}

.tab-underline .btn.active {
  color: var(--bs-btn-active-color);
}

/* Table Style */
.table-modifier {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  margin-bottom: 0;
}

.table-modifier> :not(caption)>*>* {
  padding: 0.5rem 1rem;
  vertical-align: middle;
}

.table-modifier tr th {
  white-space: nowrap;
}

.table-modifier tr th:first-child {
  border-start-start-radius: 0.35rem;
  border-end-start-radius: 0.35rem;
}

.table-modifier tr th:last-child {
  border-start-end-radius: 0.35rem;
  border-end-end-radius: 0.35rem;
}

.table-modifier tr td {
  white-space: nowrap;
}

.table-modifier tr td:first-child {
  border-start-start-radius: 0.35rem;
  border-end-start-radius: 0.35rem;
}

.table-modifier tr td:last-child {
  border-start-end-radius: 0.35rem;
  border-end-end-radius: 0.35rem;
}

.table-modifier.table-bordered thead th {
  border: 0;
}

.table-modifier.table-bordered thead th+th {
  position: relative;
}

.table-modifier.table-bordered thead th+th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: var(--bs-border-color);
}

.table-modifier.table-bordered tbody td {
  border: 0;
}

.table-modifier.table-bordered tbody td+td {
  position: relative;
}

.table-modifier.table-bordered tbody td+td::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: var(--bs-border-color);
}

.table-modifier.table-bordered-only-last thead th {
  border: 0;
}

.table-modifier.table-bordered-only-last thead th:last-child {
  position: relative;
}

.table-modifier.table-bordered-only-last thead th:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: var(--bs-border-color);
}

.table-modifier.table-bordered-only-last tbody td {
  border: 0;
}

.table-modifier.table-bordered-only-last tbody td:last-child {
  position: relative;
}

.table-modifier.table-bordered-only-last tbody td:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 65%;
  background-color: var(--bs-border-color);
}

.table-modifier.table-headless thead th {
  background-color: transparent !important;
}

.table-modifier.table-headless.table-bordered thead th+th::before {
  display: none;
}

.table-modifier.table-headless.table-bordered-only-last thead th:last-child::before {
  display: none;
}

.table-modifier.table-primary {
  --bs-table-bg: var(--bs-primary-bg-subtle);
}

.table-modifier.table-primary th {
  border-bottom: 1px solid var(--bs-primary-border-subtle) !important;
  border-top: 1px solid var(--bs-primary-border-subtle) !important;
}

.table-modifier.table-primary th:first-child {
  border-left: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier.table-primary th:last-child {
  border-right: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier.table-primary th+th::before {
  --bs-border-color: var(--bs-primary-border-subtle);
}

.table-modifier.table-primary td {
  border-bottom: 1px solid var(--bs-primary-border-subtle) !important;
  border-top: 1px solid var(--bs-primary-border-subtle) !important;
}

.table-modifier.table-primary td:first-child {
  border-left: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier.table-primary td:last-child {
  border-right: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier.table-primary td+td::before {
  --bs-border-color: var(--bs-primary-border-subtle);
}

.table-modifier .table-primary th {
  --bs-table-bg: var(--bs-primary-bg-subtle);
  border-bottom: 1px solid var(--bs-primary-border-subtle) !important;
  border-top: 1px solid var(--bs-primary-border-subtle) !important;
}

.table-modifier .table-primary th:first-child {
  border-left: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier .table-primary th:last-child {
  border-right: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier .table-primary th+th::before {
  --bs-border-color: var(--bs-primary-border-subtle);
}

.table-modifier .table-primary td {
  --bs-table-bg: var(--bs-primary-bg-subtle);
  border-bottom: 1px solid var(--bs-primary-border-subtle) !important;
  border-top: 1px solid var(--bs-primary-border-subtle) !important;
}

.table-modifier .table-primary td:first-child {
  border-left: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier .table-primary td:last-child {
  border-right: 1px solid var(--bs-primary-border-subtle);
}

.table-modifier .table-primary td+td::before {
  --bs-border-color: var(--bs-primary-border-subtle);
}

.table-modifier.table-secondary {
  --bs-table-bg: var(--bs-secondary-bg-subtle);
}

.table-modifier.table-secondary th {
  border-bottom: 1px solid var(--bs-secondary-border-subtle) !important;
  border-top: 1px solid var(--bs-secondary-border-subtle) !important;
}

.table-modifier.table-secondary th:first-child {
  border-left: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier.table-secondary th:last-child {
  border-right: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier.table-secondary th+th::before {
  --bs-border-color: var(--bs-secondary-border-subtle);
}

.table-modifier.table-secondary td {
  border-bottom: 1px solid var(--bs-secondary-border-subtle) !important;
  border-top: 1px solid var(--bs-secondary-border-subtle) !important;
}

.table-modifier.table-secondary td:first-child {
  border-left: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier.table-secondary td:last-child {
  border-right: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier.table-secondary td+td::before {
  --bs-border-color: var(--bs-secondary-border-subtle);
}

.table-modifier .table-secondary th {
  --bs-table-bg: var(--bs-secondary-bg-subtle);
  border-bottom: 1px solid var(--bs-secondary-border-subtle) !important;
  border-top: 1px solid var(--bs-secondary-border-subtle) !important;
}

.table-modifier .table-secondary th:first-child {
  border-left: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier .table-secondary th:last-child {
  border-right: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier .table-secondary th+th::before {
  --bs-border-color: var(--bs-secondary-border-subtle);
}

.table-modifier .table-secondary td {
  --bs-table-bg: var(--bs-secondary-bg-subtle);
  border-bottom: 1px solid var(--bs-secondary-border-subtle) !important;
  border-top: 1px solid var(--bs-secondary-border-subtle) !important;
}

.table-modifier .table-secondary td:first-child {
  border-left: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier .table-secondary td:last-child {
  border-right: 1px solid var(--bs-secondary-border-subtle);
}

.table-modifier .table-secondary td+td::before {
  --bs-border-color: var(--bs-secondary-border-subtle);
}

.table-modifier.table-success {
  --bs-table-bg: var(--bs-success-bg-subtle);
}

.table-modifier.table-success th {
  border-bottom: 1px solid var(--bs-success-border-subtle) !important;
  border-top: 1px solid var(--bs-success-border-subtle) !important;
}

.table-modifier.table-success th:first-child {
  border-left: 1px solid var(--bs-success-border-subtle);
}

.table-modifier.table-success th:last-child {
  border-right: 1px solid var(--bs-success-border-subtle);
}

.table-modifier.table-success th+th::before {
  --bs-border-color: var(--bs-success-border-subtle);
}

.table-modifier.table-success td {
  border-bottom: 1px solid var(--bs-success-border-subtle) !important;
  border-top: 1px solid var(--bs-success-border-subtle) !important;
}

.table-modifier.table-success td:first-child {
  border-left: 1px solid var(--bs-success-border-subtle);
}

.table-modifier.table-success td:last-child {
  border-right: 1px solid var(--bs-success-border-subtle);
}

.table-modifier.table-success td+td::before {
  --bs-border-color: var(--bs-success-border-subtle);
}

.table-modifier .table-success th {
  --bs-table-bg: var(--bs-success-bg-subtle);
  border-bottom: 1px solid var(--bs-success-border-subtle) !important;
  border-top: 1px solid var(--bs-success-border-subtle) !important;
}

.table-modifier .table-success th:first-child {
  border-left: 1px solid var(--bs-success-border-subtle);
}

.table-modifier .table-success th:last-child {
  border-right: 1px solid var(--bs-success-border-subtle);
}

.table-modifier .table-success th+th::before {
  --bs-border-color: var(--bs-success-border-subtle);
}

.table-modifier .table-success td {
  --bs-table-bg: var(--bs-success-bg-subtle);
  border-bottom: 1px solid var(--bs-success-border-subtle) !important;
  border-top: 1px solid var(--bs-success-border-subtle) !important;
}

.table-modifier .table-success td:first-child {
  border-left: 1px solid var(--bs-success-border-subtle);
}

.table-modifier .table-success td:last-child {
  border-right: 1px solid var(--bs-success-border-subtle);
}

.table-modifier .table-success td+td::before {
  --bs-border-color: var(--bs-success-border-subtle);
}

.table-modifier.table-danger {
  --bs-table-bg: var(--bs-danger-bg-subtle);
}

.table-modifier.table-danger th {
  border-bottom: 1px solid var(--bs-danger-border-subtle) !important;
  border-top: 1px solid var(--bs-danger-border-subtle) !important;
}

.table-modifier.table-danger th:first-child {
  border-left: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier.table-danger th:last-child {
  border-right: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier.table-danger th+th::before {
  --bs-border-color: var(--bs-danger-border-subtle);
}

.table-modifier.table-danger td {
  border-bottom: 1px solid var(--bs-danger-border-subtle) !important;
  border-top: 1px solid var(--bs-danger-border-subtle) !important;
}

.table-modifier.table-danger td:first-child {
  border-left: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier.table-danger td:last-child {
  border-right: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier.table-danger td+td::before {
  --bs-border-color: var(--bs-danger-border-subtle);
}

.table-modifier .table-danger th {
  --bs-table-bg: var(--bs-danger-bg-subtle);
  border-bottom: 1px solid var(--bs-danger-border-subtle) !important;
  border-top: 1px solid var(--bs-danger-border-subtle) !important;
}

.table-modifier .table-danger th:first-child {
  border-left: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier .table-danger th:last-child {
  border-right: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier .table-danger th+th::before {
  --bs-border-color: var(--bs-danger-border-subtle);
}

.table-modifier .table-danger td {
  --bs-table-bg: var(--bs-danger-bg-subtle);
  border-bottom: 1px solid var(--bs-danger-border-subtle) !important;
  border-top: 1px solid var(--bs-danger-border-subtle) !important;
}

.table-modifier .table-danger td:first-child {
  border-left: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier .table-danger td:last-child {
  border-right: 1px solid var(--bs-danger-border-subtle);
}

.table-modifier .table-danger td+td::before {
  --bs-border-color: var(--bs-danger-border-subtle);
}

.table-modifier.table-warning {
  --bs-table-bg: var(--bs-warning-bg-subtle);
}

.table-modifier.table-warning th {
  border-bottom: 1px solid var(--bs-warning-border-subtle) !important;
  border-top: 1px solid var(--bs-warning-border-subtle) !important;
}

.table-modifier.table-warning th:first-child {
  border-left: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier.table-warning th:last-child {
  border-right: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier.table-warning th+th::before {
  --bs-border-color: var(--bs-warning-border-subtle);
}

.table-modifier.table-warning td {
  border-bottom: 1px solid var(--bs-warning-border-subtle) !important;
  border-top: 1px solid var(--bs-warning-border-subtle) !important;
}

.table-modifier.table-warning td:first-child {
  border-left: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier.table-warning td:last-child {
  border-right: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier.table-warning td+td::before {
  --bs-border-color: var(--bs-warning-border-subtle);
}

.table-modifier .table-warning th {
  --bs-table-bg: var(--bs-warning-bg-subtle);
  border-bottom: 1px solid var(--bs-warning-border-subtle) !important;
  border-top: 1px solid var(--bs-warning-border-subtle) !important;
}

.table-modifier .table-warning th:first-child {
  border-left: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier .table-warning th:last-child {
  border-right: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier .table-warning th+th::before {
  --bs-border-color: var(--bs-warning-border-subtle);
}

.table-modifier .table-warning td {
  --bs-table-bg: var(--bs-warning-bg-subtle);
  border-bottom: 1px solid var(--bs-warning-border-subtle) !important;
  border-top: 1px solid var(--bs-warning-border-subtle) !important;
}

.table-modifier .table-warning td:first-child {
  border-left: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier .table-warning td:last-child {
  border-right: 1px solid var(--bs-warning-border-subtle);
}

.table-modifier .table-warning td+td::before {
  --bs-border-color: var(--bs-warning-border-subtle);
}

.table-modifier.table-info {
  --bs-table-bg: var(--bs-info-bg-subtle);
}

.table-modifier.table-info th {
  border-bottom: 1px solid var(--bs-info-border-subtle) !important;
  border-top: 1px solid var(--bs-info-border-subtle) !important;
}

.table-modifier.table-info th:first-child {
  border-left: 1px solid var(--bs-info-border-subtle);
}

.table-modifier.table-info th:last-child {
  border-right: 1px solid var(--bs-info-border-subtle);
}

.table-modifier.table-info th+th::before {
  --bs-border-color: var(--bs-info-border-subtle);
}

.table-modifier.table-info td {
  border-bottom: 1px solid var(--bs-info-border-subtle) !important;
  border-top: 1px solid var(--bs-info-border-subtle) !important;
}

.table-modifier.table-info td:first-child {
  border-left: 1px solid var(--bs-info-border-subtle);
}

.table-modifier.table-info td:last-child {
  border-right: 1px solid var(--bs-info-border-subtle);
}

.table-modifier.table-info td+td::before {
  --bs-border-color: var(--bs-info-border-subtle);
}

.table-modifier .table-info th {
  --bs-table-bg: var(--bs-info-bg-subtle);
  border-bottom: 1px solid var(--bs-info-border-subtle) !important;
  border-top: 1px solid var(--bs-info-border-subtle) !important;
}

.table-modifier .table-info th:first-child {
  border-left: 1px solid var(--bs-info-border-subtle);
}

.table-modifier .table-info th:last-child {
  border-right: 1px solid var(--bs-info-border-subtle);
}

.table-modifier .table-info th+th::before {
  --bs-border-color: var(--bs-info-border-subtle);
}

.table-modifier .table-info td {
  --bs-table-bg: var(--bs-info-bg-subtle);
  border-bottom: 1px solid var(--bs-info-border-subtle) !important;
  border-top: 1px solid var(--bs-info-border-subtle) !important;
}

.table-modifier .table-info td:first-child {
  border-left: 1px solid var(--bs-info-border-subtle);
}

.table-modifier .table-info td:last-child {
  border-right: 1px solid var(--bs-info-border-subtle);
}

.table-modifier .table-info td+td::before {
  --bs-border-color: var(--bs-info-border-subtle);
}

.table-modifier.table-dark {
  --bs-table-bg: var(--bs-dark-bg-subtle);
}

.table-modifier.table-dark th {
  border-bottom: 1px solid var(--bs-dark-border-subtle) !important;
  border-top: 1px solid var(--bs-dark-border-subtle) !important;
}

.table-modifier.table-dark th:first-child {
  border-left: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier.table-dark th:last-child {
  border-right: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier.table-dark th+th::before {
  --bs-border-color: var(--bs-dark-border-subtle);
}

.table-modifier.table-dark td {
  border-bottom: 1px solid var(--bs-dark-border-subtle) !important;
  border-top: 1px solid var(--bs-dark-border-subtle) !important;
}

.table-modifier.table-dark td:first-child {
  border-left: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier.table-dark td:last-child {
  border-right: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier.table-dark td+td::before {
  --bs-border-color: var(--bs-dark-border-subtle);
}

.table-modifier .table-dark th {
  --bs-table-bg: var(--bs-dark-bg-subtle);
  border-bottom: 1px solid var(--bs-dark-border-subtle) !important;
  border-top: 1px solid var(--bs-dark-border-subtle) !important;
}

.table-modifier .table-dark th:first-child {
  border-left: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier .table-dark th:last-child {
  border-right: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier .table-dark th+th::before {
  --bs-border-color: var(--bs-dark-border-subtle);
}

.table-modifier .table-dark td {
  --bs-table-bg: var(--bs-dark-bg-subtle);
  border-bottom: 1px solid var(--bs-dark-border-subtle) !important;
  border-top: 1px solid var(--bs-dark-border-subtle) !important;
}

.table-modifier .table-dark td:first-child {
  border-left: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier .table-dark td:last-child {
  border-right: 1px solid var(--bs-dark-border-subtle);
}

.table-modifier .table-dark td+td::before {
  --bs-border-color: var(--bs-dark-border-subtle);
}

.table-modifier.table-light {
  --bs-table-bg: var(--bs-light-bg-subtle);
}

.table-modifier.table-light th {
  border-bottom: 1px solid var(--bs-light-border-subtle) !important;
  border-top: 1px solid var(--bs-light-border-subtle) !important;
}

.table-modifier.table-light th:first-child {
  border-left: 1px solid var(--bs-light-border-subtle);
}

.table-modifier.table-light th:last-child {
  border-right: 1px solid var(--bs-light-border-subtle);
}

.table-modifier.table-light th+th::before {
  --bs-border-color: var(--bs-light-border-subtle);
}

.table-modifier.table-light td {
  border-bottom: 1px solid var(--bs-light-border-subtle) !important;
  border-top: 1px solid var(--bs-light-border-subtle) !important;
}

.table-modifier.table-light td:first-child {
  border-left: 1px solid var(--bs-light-border-subtle);
}

.table-modifier.table-light td:last-child {
  border-right: 1px solid var(--bs-light-border-subtle);
}

.table-modifier.table-light td+td::before {
  --bs-border-color: var(--bs-light-border-subtle);
}

.table-modifier .table-light th {
  --bs-table-bg: var(--bs-light-bg-subtle);
  border-bottom: 1px solid var(--bs-light-border-subtle) !important;
  border-top: 1px solid var(--bs-light-border-subtle) !important;
}

.table-modifier .table-light th:first-child {
  border-left: 1px solid var(--bs-light-border-subtle);
}

.table-modifier .table-light th:last-child {
  border-right: 1px solid var(--bs-light-border-subtle);
}

.table-modifier .table-light th+th::before {
  --bs-border-color: var(--bs-light-border-subtle);
}

.table-modifier .table-light td {
  --bs-table-bg: var(--bs-light-bg-subtle);
  border-bottom: 1px solid var(--bs-light-border-subtle) !important;
  border-top: 1px solid var(--bs-light-border-subtle) !important;
}

.table-modifier .table-light td:first-child {
  border-left: 1px solid var(--bs-light-border-subtle);
}

.table-modifier .table-light td:last-child {
  border-right: 1px solid var(--bs-light-border-subtle);
}

.table-modifier .table-light td+td::before {
  --bs-border-color: var(--bs-light-border-subtle);
}

.table-modifier.table-body-secondary {
  --bs-table-bg: rgba(var(--bs-secondary-bg-rgb), 0.35);
}

.table-modifier.table-body-secondary th {
  border-bottom: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
  border-top: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
}

.table-modifier.table-body-secondary th:first-child {
  border-left: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier.table-body-secondary th:last-child {
  border-right: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier.table-body-secondary th+th::before {
  --bs-border-color: rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier.table-body-secondary td {
  border-bottom: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
  border-top: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
}

.table-modifier.table-body-secondary td:first-child {
  border-left: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier.table-body-secondary td:last-child {
  border-right: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier.table-body-secondary td+td::before {
  --bs-border-color: rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier .table-body-secondary th {
  --bs-table-bg: rgba(var(--bs-secondary-bg-rgb), 0.35);
  border-bottom: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
  border-top: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
}

.table-modifier .table-body-secondary th:first-child {
  border-left: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier .table-body-secondary th:last-child {
  border-right: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier .table-body-secondary th+th::before {
  --bs-border-color: rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier .table-body-secondary td {
  --bs-table-bg: rgba(var(--bs-secondary-bg-rgb), 0.35);
  border-bottom: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
  border-top: 1px solid rgba(var(--bs-dark-rgb), 0.06) !important;
}

.table-modifier .table-body-secondary td:first-child {
  border-left: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier .table-body-secondary td:last-child {
  border-right: 1px solid rgba(var(--bs-dark-rgb), 0.06);
}

.table-modifier .table-body-secondary td+td::before {
  --bs-border-color: rgba(var(--bs-dark-rgb), 0.06);
}

.table-transparent {
  --bs-table-bg: transparent;
}

.team-member-1:hover .team-member-1__img {
  transform: scale(1.1) rotate(3deg);
}

.team-member-1__content {
  margin-top: -2.5rem;
}

.team-member-2-slider {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.team-member-2-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg,
      var(--bs-tertiary-bg) 0%,
      rgba(241, 245, 249, 0) 21%,
      rgba(241, 245, 249, 0) 78%,
      var(--bs-tertiary-bg) 100%);
  z-index: 1;
}

.testimonial-9 {
  position: relative;
  isolation: isolate;
}

@media (min-width: 1200px) {
  .testimonial-9-container {
    position: relative;
    isolation: isolate;
  }
}

@media (min-width: 1200px) {
  .testimonial-9-container::after {
    content: "";
    position: absolute;
    top: -3.125rem;
    left: -3.125rem;
    width: 16.25rem;
    height: 27.5rem;
    background-color: #080d54;
    -webkit-mask-image: url(../img/shapes/testimonial-mask-shape-1.png);
    mask-image: url(../img/shapes/testimonial-mask-shape-1.png);
    mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.testimonial-slider-1 .swiper-wrapper {
  transition-timing-function: linear;
}

.testimonial-slider-3--nav {
  position: relative;
  isolation: isolate;
}

.testimonial-slider-3--nav::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.4375rem;
  width: 2px;
  background-color: rgba(var(--bs-dark-rgb), 0.1);
  z-index: -2;
}

@media (min-width: 1200px) {
  .testimonial-slider-3--nav::after {
    left: 4.375rem;
  }
}

.testimonial-slider-3--nav .swiper-slide {
  opacity: 0.6;
}

.testimonial-slider-3--nav .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testimonial-slider-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  bottom: -0.75rem;
  border-radius: inherit;
  background-color: var(--bs-success);
}

.testimonial-slider-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5rem;
  right: 2.5rem;
  bottom: -1.5rem;
  border-radius: inherit;
  background-color: var(--bs-danger);
  z-index: -1;
}

.testimonial-slider-4__container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(270deg,
      rgba(248, 249, 250, 0) -0.61%,
      var(--bs-white) 28.79%,
      var(--bs-white) 72.57%,
      rgba(248, 249, 250, 0) 100%);
}

@media (min-width: 1920px) {
  .testimonial-slider-5 {
    width: 140%;
    position: relative;
    left: 0;
    right: -18.75rem;
  }
}

@media (min-width: 2500px) {
  .testimonial-slider-5 {
    width: 180%;
    position: relative;
    left: 0;
    right: -31.25rem;
  }
}

.testimonial-slider-8 {
  position: relative;
  isolation: isolate;
  overflow: unset;
}

@media (min-width: 768px) {
  .testimonial-slider-8::after {
    content: "";
    position: absolute;
    top: 2.5rem;
    bottom: 2.5rem;
    left: -2.25rem;
    right: -2.25rem;
    background-color: var(--bs-white);
    border-top: 0.25rem solid var(--bs-secondary);
    border-radius: 0.5rem;
    z-index: -1;
  }
}

.text-splash {
  --text-splash-clr: var(--bs-border-color);
}

.text-splash--primary {
  --text-splash-clr: var(--bs-primary);
}

.text-splash--primary-subtle {
  --text-splash-clr: var(--bs-primary-bg-subtle);
}

.text-splash--primary-emphasis {
  --text-splash-clr: var(--bs-primary-text-emphasis);
}

.text-splash--secondary {
  --text-splash-clr: var(--bs-secondary);
}

.text-splash--secondary-subtle {
  --text-splash-clr: var(--bs-secondary-bg-subtle);
}

.text-splash--secondary-emphasis {
  --text-splash-clr: var(--bs-secondary-text-emphasis);
}

.text-splash--success {
  --text-splash-clr: var(--bs-success);
}

.text-splash--success-subtle {
  --text-splash-clr: var(--bs-success-bg-subtle);
}

.text-splash--success-emphasis {
  --text-splash-clr: var(--bs-success-text-emphasis);
}

.text-splash--danger {
  --text-splash-clr: var(--bs-danger);
}

.text-splash--danger-subtle {
  --text-splash-clr: var(--bs-danger-bg-subtle);
}

.text-splash--danger-emphasis {
  --text-splash-clr: var(--bs-danger-text-emphasis);
}

.text-splash--warning {
  --text-splash-clr: var(--bs-warning);
}

.text-splash--warning-subtle {
  --text-splash-clr: var(--bs-warning-bg-subtle);
}

.text-splash--warning-emphasis {
  --text-splash-clr: var(--bs-warning-text-emphasis);
}

.text-splash--info {
  --text-splash-clr: var(--bs-info);
}

.text-splash--info-subtle {
  --text-splash-clr: var(--bs-info-bg-subtle);
}

.text-splash--info-emphasis {
  --text-splash-clr: var(--bs-info-text-emphasis);
}

.text-splash--light {
  --text-splash-clr: var(--bs-light);
}

.text-splash--light-subtle {
  --text-splash-clr: var(--bs-light-bg-subtle);
}

.text-splash--light-emphasis {
  --text-splash-clr: var(--bs-light-text-emphasis);
}

.text-splash--dark {
  --text-splash-clr: var(--bs-dark);
}

.text-splash--dark-subtle {
  --text-splash-clr: var(--bs-dark-bg-subtle);
}

.text-splash--dark-emphasis {
  --text-splash-clr: var(--bs-dark-text-emphasis);
}

.text-splash::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1rem);
  width: 120rem;
  height: 1px;
  background-color: var(--text-splash-clr);
}

.text-splash::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  width: 120rem;
  height: 1px;
  background-color: var(--text-splash-clr);
}

.text-stroke {
  -webkit-text-stroke-width: 1px;
}

.text-stroke--light {
  color: var(--bs-light);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--bs-light);
}

.text-stroke--dark {
  color: var(--bs-dark);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--bs-dark);
}

.text-stroke--dark-emphasis {
  color: var(--bs-dark-text-emphasis);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--bs-dark-text-emphasis);
}

.text-stroke--secondary {
  color: var(--bs-primary-text-emphasis);
  -webkit-text-fill-color: var(--bs-secondary);
  -webkit-text-stroke-color: var(--bs-light);
}

.timeline-1__item .timeline-1__left {
  padding-bottom: 1.25rem;
}

.timeline-1__item .timeline-1__right {
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .timeline-1__item {
    display: flex;
    align-items: center;
  }
}

.timeline-1__item+.timeline-1__item .timeline-1__left {
  padding-top: 1.25rem;
}

.timeline-1__item+.timeline-1__item .timeline-1__right {
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .timeline-1__left {
    flex-shrink: 0;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .timeline-1__right {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .timeline-1__right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: var(--bs-border-color);
  }
}

@media (min-width: 768px) {
  .timeline-1__right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--bs-light-text-emphasis);
    border-radius: 50%;
  }
}

/* Tooltip Style */
.tooltip-modifier {
  --bs-tooltip-border-radius: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-bg: var(--bs-primary-bg-subtle);
  --bs-tooltip-color: var(--bs-priamry-text-emphasis);
}

.triangle-shape-bottom {
  position: relative;
  isolation: isolate;
}

.triangle-shape-bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-secondary-text-emphasis);
  background-image: linear-gradient(180deg,
      var(--bs-secondary-text-emphasis) 0%,
      var(--bs-secondary) 100%);
  -webkit-mask-image: url(../img/shapes/hero-5-shape-2.png);
  mask-image: url(../img/shapes/hero-5-shape-2.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -2;
}

.triangle-shape-top {
  position: relative;
  isolation: isolate;
}

.triangle-shape-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-secondary-text-emphasis);
  background-image: linear-gradient(180deg,
      var(--bs-secondary) 0%,
      var(--bs-secondary-text-emphasis) 100%);
  /* Applay None */
  -webkit-mask-image: none;
  mask-image: none;

  mask-size: 100% 100%;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -2;
}

.video-player {
  width: 100%;
  height: 21.875rem;
}

@media (min-width: 1200px) {
  .video-player {
    height: 37.5rem;
  }
}

@media (min-width: 1200px) {
  .video-player--half {
    height: 25rem;
  }
}

.video-player:hover .video-player__active {
  visibility: visible;
  opacity: 1;
}

.video-player__active {
  visibility: hidden;
  opacity: 0;
}

.vps-table {
  background-color: rgba(var(--bs-light-rgb), 0.05);
  border: 1px solid rgba(var(--bs-light-rgb), 0.15);
  border-radius: 0.5rem;
}

.vps-table:hover .simplebar-scrollbar:before {
  opacity: 1;
}

.vps-table .table {
  --bs-table-color: var(--bs-light);
  --bs-table-bg: transparent;
  --bs-table-border-color: rgba(var(--bs-light-rgb), 0.15);
  margin-bottom: 0;
  table-layout: fixed;
}

.vps-table .table thead th {
  width: 15.625rem;
}

/* .vps-table .table thead th:first-child {
  width: 21.875rem;
} */

.vps-table .table thead th+th {
  border-left: 1px solid var(--bs-table-border-color);
}

.vps-table .table tbody th {
  width: 15.625rem;
}

.vps-table .table tbody td {
  width: 15.625rem;
}

.vps-table .table tbody th:first-child {
  width: 21.875rem;
}

.vps-table .table tbody td:first-child {
  width: 21.875rem;
}

.vps-table .table tbody td+td {
  border-left: 1px solid var(--bs-table-border-color);
}

.vps-table .table tbody tr:last-child th {
  border-bottom: 0;
}

.vps-table .table tbody tr:last-child td {
  border-bottom: 0;
}

.vps-table .table> :not(caption)>*>* {
  padding: 1rem 1rem;
}

.vps-table .simplebar-scrollbar:before {
  opacity: 0.25;
  transition: all 0.3s ease;
}

.about-1 {
  position: relative;
  isolation: isolate;
}

.about-1__shape {
  position: absolute;
  top: 5%;
  right: 5%;
  overflow: unset;
  z-index: -1;
}

.about-1__path {
  animation: animateFill 25s infinite linear alternate;
}

.about-2 {
  background: linear-gradient(184deg,
      var(--bs-tertiary-bg) 0%,
      var(--bs-light-bg-subtle) 25.55%);
}

@media (min-width: 1200px) {
  .about-2 {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .about-2::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/shapes/about-2-shape.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.about-2__img {
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media (min-width: 1200px) {
  .about-2__img {
    animation: upDown 5s linear infinite;
  }
}

@media (min-width: 1200px) {
  .about-2__separator {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .about-2__separator::before {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 50%;
    width: 1px;
    background-color: var(--bs-border-color);
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .about-2__separator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 1px;
    background-color: var(--bs-border-color);
    z-index: -1;
  }
}

.about-section-1 {
  background-image: linear-gradient(180deg,
      #2a62fe 0%,
      #f6b100 44%,
      #f8285a 100%);
}

.about-section-1::after {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: rgba(var(--bs-body-bg-rgb), 1);
  border-radius: inherit;
  z-index: -1;
}

@media (min-width: 1920px) {
  .authentication-page--container {
    max-width: 1800px;
  }
}

.authentication-page__left {
  padding-block: clamp(3.75rem, 6.5vw + 1rem, 7.5rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 1rem;
}

@media (min-width: 1200px) {
  .authentication-page__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc(100vh - 64px);
  }
}

@media (min-width: 768px) {
  .authentication-page__left-content {
    padding-inline: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
  }
}

@media (min-width: 992px) {
  .authentication-page__left-content {
    padding-inline: clamp(2.5rem, 4.21vw + 1rem, 5rem);
  }
}

@media (min-width: 1200px) {
  .authentication-page__left-content {
    padding-inline: clamp(1rem, 1.68vw + 1rem, 2rem);
    margin-top: auto;
  }
}

@media (min-width: 1400px) {
  .authentication-page__left-content {
    padding-inline: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
  }
}

.authentication-page__right {
  padding-block: clamp(3.75rem, 6.5vw + 1rem, 7.5rem);
}

@media (min-width: 1200px) {
  .authentication-page__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .authentication-page__right-content {
    padding-inline: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
  }
}

@media (min-width: 992px) {
  .authentication-page__right-content {
    padding-inline: clamp(2.5rem, 4.21vw + 1rem, 5rem);
  }
}

@media (min-width: 1200px) {
  .authentication-page__right-content {
    padding-inline: clamp(1rem, 1.68vw + 1rem, 2rem);
    margin-block: auto;
  }
}

@media (min-width: 1400px) {
  .authentication-page__right-content {
    padding-inline: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
  }
}

@media (min-width: 1920px) {
  .authentication-page__right-content {
    padding-inline: clamp(2.5rem, 4.21vw + 1rem, 5rem);
  }
}

.authentication-page__glass {
  width: 50%;
  height: 100%;
  border-bottom: 1.163px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0.2) 0.01%,
      rgba(127, 158, 225, 0.2) 31.13%,
      rgba(255, 255, 255, 0.2) 110.67%);
  background-blend-mode: overlay;
  backdrop-filter: blur(25px);
}

.authentication-page__glass-container {
  background: rgba(0, 89, 223, 0.05);
  box-shadow: -1.163px -1.163px 0.581px 0px rgba(255, 255, 255, 0.3) inset;
}

.authentication-page-2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.authentication-page-2::before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateY(-25%);
  background: rgba(var(--bs-white-rgb), 0.1);
  border: 1px solid rgba(var(--bs-white-rgb), 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: -1;
}

.authentication-page-2::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 20%;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  z-index: -2;
}

.blog-showcase-section__container {
  max-width: 1920px;
}

.blog-showcase-section__lead-text {
  display: inline-block;
  filter: drop-shadow(-40px 40px 80px rgba(145, 158, 171, 0.24));
  line-height: 1;
}

@media (min-width: 768px) {
  .blog-showcase-section__list li:last-child {
    position: absolute;
    transform-origin: right center;
    right: 0;
    transform: scale(0.5) translateX(50%);
  }
}

@media (min-width: 1200px) {
  .blog-showcase-section__list li:last-child {
    transform: scale(1) translate(50%, 25%);
    transform-origin: center center;
  }
}

@media (min-width: 768px) {
  .blog-showcase-section__img-1 {
    margin-top: 2rem;
  }
}

.blog-showcase-section__cube-1 {
  left: 20%;
  bottom: 10%;
  z-index: -2;
}

@media (min-width: 992px) {
  .blog-showcase-section__cube-1 {
    left: 23%;
  }
}

@media (min-width: 1200px) {
  .blog-showcase-section__cube-1 {
    left: 25%;
  }
}

.blog-showcase-section__cube-2 {
  left: calc(32% + 1rem);
  bottom: 8%;
  z-index: -2;
}

.blog-showcase-section__cube-3 {
  left: 35%;
  bottom: 0;
  transform: translateY(70%);
  z-index: -2;
}

.career-slider li:nth-child(odd) {
  margin-top: 3rem;
}

.container-max {
  margin-inline: auto;
}

@media (min-width: 1600px) {
  .container-max {
    max-width: 97rem;
  }
}

@media (min-width: 1800px) {
  .container-max {
    max-width: 109.5rem;
  }
}

@media (min-width: 2100px) {
  .container-max {
    max-width: 128.25rem;
  }
}

@media (min-width: 2500px) {
  .container-max {
    max-width: 153.25rem;
  }
}

.container-fhd {
  margin-inline: auto;
}

@media (min-width: 1600px) {
  .container-fhd {
    max-width: 97rem;
  }
}

@media (min-width: 1800px) {
  .container-fhd {
    max-width: 109.5rem;
  }
}

.cta-1 {
  background-image: url(../img/cta-img-10.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-1__alert {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
}

.cta-2-section {
  position: relative;
  z-index: 1;
}

.cta-2-section__item {
  width: 2.25rem;
  height: 2.25rem;
}

@media (min-width: 768px) {
  .cta-2-section__item {
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 992px) {
  .cta-2-section__item {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .cta-2-section__item {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media (min-width: 1400px) {
  .cta-2-section__item {
    width: 5.625rem;
    height: 5.25rem;
  }
}

.cta-2-section__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.cta-3 {
  position: relative;
  isolation: isolate;
}

.cta-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: var(--bs-dark);
  z-index: -1;
  pointer-events: none;
}

.cta-3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-light);
  z-index: -1;
  pointer-events: none;
}

.cta-3__box {
  background-image: linear-gradient(var(--bs-light) 50%, var(--bs-light) 50%);
}

[data-bs-theme="dark"] .cta-3::after {
  background-color: var(--bs-dark-bg-subtle);
}

[data-bs-theme="dark"] .cta-3__box {
  background-image: linear-gradient(var(--bs-dark-bg-subtle) 50%,
      var(--bs-dark-bg-subtle) 50%);
}

.cta-4 {
  position: relative;
  isolation: isolate;
}

.cta-4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--bs-light) 50%, var(--bs-dark) 50%);
  z-index: -1;
}

.cta-4__container {
  background-color: var(--bs-light);
}

[data-bs-theme="dark"] .cta-4::before {
  background-image: linear-gradient(var(--bs-dark-bg-subtle) 50%,
      var(--bs-dark) 50%);
}

[data-bs-theme="dark"] .cta-4__container {
  background-color: var(--bs-dark);
}

.cta-5 {
  position: relative;
  isolation: isolate;
  margin-top: -6.25rem;
}

@media (min-width: 992px) {
  .cta-5 {
    margin-top: -7.5rem;
  }
}

@media (min-width: 1400px) {
  .cta-5 {
    margin-top: -9.375rem;
  }
}

@media (min-width: 768px) {
  .cta-5::after {
    content: "";
    width: 1px;
    position: absolute;
    top: clamp(2rem, 3.25vw + 1rem, 3.75rem);
    bottom: clamp(2rem, 3.25vw + 1rem, 3.75rem);
    left: calc(50% - 1px);
    background-color: var(--bs-secondary);
  }
    .after-none::after {
    content: unset !important;
  }
}

.cta-6 {
  position: relative;
  isolation: isolate;
}

.cta-6::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 50%;
  left: 0;
  right: 0;
  background-color: var(--bs-primary-bg-subtle);
  z-index: -1;
}

.cta-7 {
  position: relative;
  isolation: isolate;
}

.cta-7::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-secondary-text-emphasis);
  z-index: -1;
}

.cta-8 {
  position: relative;
  isolation: isolate;
}

.cta-8::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-dark);
  z-index: -1;
}

.cta-9 {
  position: relative;
  isolation: isolate;
  background-image: linear-gradient(111deg,
      #010030 12.86%,
      #160078 52.15%,
      #7226ff 87.69%);
}

.cta-10 {
  position: relative;
  isolation: isolate;
}

.cta-10::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  bottom: 0;
  inset-inline-end: 25%;
  background-image: linear-gradient(258deg,
      var(--bs-primary) 16.98%,
      var(--Color-Primary-Dark, #1a3c9b) 65.12%);
  -webkit-mask-image: url(../img/shapes/cta-shape-3.png);
  mask-image: url(../img/shapes/cta-shape-3.png);
  mask-size: 100% 100%;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -1;
}

.cta-10::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 25%;
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  -webkit-mask-image: url(../img/shapes/cta-shape-4.png);
  mask-image: url(../img/shapes/cta-shape-4.png);
  mask-size: 100% 100%;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -2;
}

.data-center-location-section {
  background-image: url(../img/shapes/hero-2-grid-box.png);
  background-repeat: repeat;
}

[data-bs-theme="dark"] .data-center-location-section {
  background-image: url(../img/shapes/hero-2-grid-box-dark.png);
}

.domain-search-section-1 {
  position: relative;
  isolation: isolate;
}

.domain-search-section-1::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 50%;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 1.5rem 1.5rem 0 0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .domain-search-section-1::before {
    inset-inline-end: 50%;
    bottom: 0;
    height: 100%;
    border-radius: 1.5rem 0 0 1.5rem;
  }
}

.domain-search-section-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 50%;
  background-color: var(--bs-light-bg-subtle);
  border-radius: 0 0 1.5rem 1.5rem;
  z-index: -1;
}

@media (min-width: 1200px) {
  .domain-search-section-1::after {
    inset-inline-start: 50%;
    top: 0;
    height: 100%;
    border-radius: 0 1.5rem 1.5rem 0;
  }
}

.domain-search-section-1__map {
  height: 11.25rem;
  position: relative;
  isolation: isolate;
}

@media (min-width: 768px) {
  .domain-search-section-1__map-floating {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    width: 100%;
    height: 16.25rem;
  }
}

@media (min-width: 992px) {
  .domain-search-section-1__map-floating {
    height: 15rem;
  }
}

@media (min-width: 1200px) {
  .domain-search-section-1__map-floating {
    width: 50%;
    height: 17.5rem;
  }
}

@media (min-width: 1400px) {
  .domain-search-section-1__map-floating {
    height: 18.75rem;
  }
}

.domain-search-section-1__flag {
  position: absolute;
}

.domain-search-section-1__flag-1 {
  top: 30%;
  right: 12%;
}

.domain-search-section-1__flag-2 {
  top: 34%;
  left: 6%;
}

.domain-search-section-1__flag-3 {
  top: 10%;
  left: 15%;
}

.domain-search-section-1__flag-4 {
  top: 65%;
  left: 15%;
}

.domain-search-section-1__flag-5 {
  top: 65%;
  left: 52%;
}

.domain-search-section-1__flag-6 {
  top: 30%;
  left: 59%;
}

.domain-search-section-1__flag-7 {
  top: 15%;
  left: 75%;
}

.domain-search-section-1__flag-8 {
  bottom: 20%;
  right: 2%;
}

.domain-search-section-1__img-1 {
  display: none;
}

@media (min-width: 1920px) {
  .domain-search-section-1__img-1 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
  }
}

.feature-section-1 {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background: linear-gradient(180deg,
      var(--bs-light-bg-subtle) 0%,
      var(--bs-tertiary-bg) 100%);
}

.feature-section-2 {
  position: relative;
  isolation: isolate;
  background-image: url(../img/shapes/feature-section-2-grid.png);
  background-repeat: repeat;
  overflow: hidden;
}

.feature-section-2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg,
      var(--bs-tertiary-bg) 0%,
      var(--bs-tertiary-bg) 100%);
  filter: blur(100px);
}

.feature-section-3 {
  padding-bottom: 25px !important;
  position: relative;
  isolation: isolate;
  padding-block-end: clamp(9rem, 11.5vw + 1rem, 13.75rem);
  overflow: hidden;
}

.feature-section-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-color: var(--bs-primary-bg-subtle);
  z-index: -1;
}

.footer-1 {
  background-image: url(../img/shapes/footer-1-grid.png);
  background-repeat: repeat;
}

.footer-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-dark);
  z-index: -2;
  filter: blur(150px);
}

.primary-header {
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header {
    --bs-navbar-padding-y: 0;
    --bs-navbar-nav-link-padding-x: 0.75rem;
  }
}

.primary-header--sticky {
  position: sticky;
  z-index: 100;
}

.primary-header--fixed {
  width: 100%;
  position: fixed;
  z-index: 100;
}

.primary-header--light .navbar-toggler {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
}

.primary-header--light .nav-link {
  color: var(--bs-dark-text-emphasis);
  font-weight: 500;
}

.primary-header--light .nav-link.active {
  color: var(--bs-secondary);
}

.primary-header--light .navigation-0__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-0__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--light .navigation-0__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-0__menu-link {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--light .navigation-0__menu-link:hover {
    color: var(--bs-secondary-text-emphasis);
    background-color: rgba(var(--bs-secondary-rgb), 0.15);
  }
}

@media (min-width: 992px) {
  .primary-header--light .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light .navigation-1__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-1__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--light .navigation-1__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-1__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--light .navigation-1__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--light .navigation-1__sub-menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light .navigation-2__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-2__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--light .navigation-2__menu-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--light .navigation-2__menu-link:hover .navigation-2__menu-icon {
    /* background-color: var(--bs-secondary); */
    background-color: #ee7300;
  }

  .primary-header--light .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--light .navigation-2__menu-title {
  color: var(--bs-heading-color);
}

.primary-header--light .navigation-2__menu-text {
  color: var(--bs-body-color);
}

.primary-header--light .navigation-2__menu-icon {
  background-color: rgba(var(--bs-secondary-rgb), 0.15);
  transition: all 0.3s ease;
}

.primary-header--light .navigation-2__menu-icon-is {
  color: var(--bs-secondary-text-emphasis);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--light .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light .navigation-3__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-3__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--light .navigation-3__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-3__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--light .navigation-3__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--light .navigation-3__sub-menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--light .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light:not(.primary-header--boxed) {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-light-text-emphasis);
}

.primary-header--light.primary-header--boxed {
  --bs-navbar-padding-y: 0;
}

.primary-header--light.primary-header--boxed>.container {
  --bs-gutter-x: 3rem;
  padding-block: 0.75rem;
  background-color: var(--bs-tertiary-bg);
}

@media (min-width: 992px) {
  .primary-header--light.primary-header--boxed>.container {
    padding-block: 0.25rem;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

.primary-header--light .btn.dropdown-toggle {
  color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}

.primary-header--light-alt .navbar-toggler {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
}

.primary-header--light-alt .nav-link {
  color: var(--bs-dark-text-emphasis);
  font-weight: 500;
}

.primary-header--light-alt .nav-link.active {
  color: var(--bs-secondary);
}

.primary-header--light-alt .navigation-0__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-0__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--light-alt .navigation-0__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-0__menu-link {
    color: var(--bs-light);
    background-color: rgba(var(--bs-light-rgb), 0.05);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-0__menu-link:hover {
    background-color: rgba(var(--bs-light-rgb), 0.1);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light-alt .navigation-1__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-1__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--light-alt .navigation-1__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-1__menu-link {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-1__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-1__sub-menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--light-alt .navigation-1__sub-menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-1__sub-menu-link {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light-alt .navigation-2__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-2__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--light-alt .navigation-2__menu-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--light-alt .navigation-2__menu-link:hover .navigation-2__menu-icon {
    background-color: var(--bs-secondary);
  }

  .primary-header--light-alt .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--light-alt .navigation-2__menu-title {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-2__menu-title {
    color: var(--bs-white);
  }
}

.primary-header--light-alt .navigation-2__menu-text {
  color: var(--bs-body-color);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-2__menu-text {
    color: rgba(var(--bs-white-rgb), 0.7);
  }
}

.primary-header--light-alt .navigation-2__menu-icon {
  background-color: rgba(var(--bs-secondary-rgb), 0.15);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-2__menu-icon {
    background-color: rgba(var(--bs-light-rgb), 0.15);
  }
}

.primary-header--light-alt .navigation-2__menu-icon-is {
  color: var(--bs-secondary-text-emphasis);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--light-alt .navigation-2__menu-promo {
  --bs-bg-opacity: 0.1;
}

.primary-header--light-alt .navigation-2__figure-title {
  color: var(--bs-light) !important;
}

.primary-header--light-alt .navigation-2__figure-text {
  color: var(--bs-light) !important;
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light-alt .navigation-3__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--light-alt .navigation-3__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__menu-link {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__menu-title {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__menu-text {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__sub-menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--light-alt .navigation-3__sub-menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__sub-menu-link {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--light-alt .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--light-alt:not(.primary-header--boxed) {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-light-text-emphasis);
}

.primary-header--light-alt.primary-header--boxed {
  --bs-navbar-padding-y: 0;
}

.primary-header--light-alt.primary-header--boxed>.container {
  --bs-gutter-x: 3rem;
  padding-block: 0.75rem;
  background-color: var(--bs-tertiary-bg);
}

@media (min-width: 992px) {
  .primary-header--light-alt.primary-header--boxed>.container {
    padding-block: 0.25rem;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

.primary-header--light-alt .btn.dropdown-toggle {
  color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}

.primary-header--dark .navbar-toggler {
  background-color: rgba(var(--bs-light-rgb), 0.1);
  color: var(--bs-light);
}

.primary-header--dark .nav-link {
  color: var(--bs-light);
}

.primary-header--dark .nav-link.active {
  color: var(--bs-secondary);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-bg-subtle);
  }
}

.primary-header--dark .navigation-0__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-0__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--dark .navigation-0__menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-0__menu-link:hover {
    background-color: rgba(var(--bs-light-rgb), 0.1);
  }
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-bg-subtle);
  }
}

.primary-header--dark .navigation-1__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-1__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--dark .navigation-1__menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-1__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-1__sub-menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--dark .navigation-1__sub-menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--dark .navigation-2__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-2__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--dark .navigation-2__menu-link:hover {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--dark .navigation-2__menu-link:hover .navigation-2__menu-icon {
    background-color: var(--bs-secondary);
  }

  .primary-header--dark .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--dark .navigation-2__menu-title {
  color: var(--bs-white);
}

.primary-header--dark .navigation-2__menu-text {
  color: rgba(var(--bs-white-rgb), 0.7);
}

.primary-header--dark .navigation-2__menu-icon {
  background-color: var(--bs-dark);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-2__menu-icon {
    background-color: rgba(var(--bs-light-rgb), 0.15);
  }
}

.primary-header--dark .navigation-2__menu-icon-is {
  color: var(--bs-light);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--dark .navigation-2__menu-promo {
  --bs-bg-opacity: 0.1;
}

.primary-header--dark .navigation-2__figure-title {
  color: var(--bs-light) !important;
}

.primary-header--dark .navigation-2__figure-text {
  color: var(--bs-light) !important;
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-bg-subtle);
  }
}

.primary-header--dark .navigation-3__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-3__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--dark .navigation-3__menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-3__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--dark .navigation-3__menu-title {
  color: var(--bs-light);
}

.primary-header--dark .navigation-3__menu-text {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-3__sub-menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--dark .navigation-3__sub-menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--dark:not(.primary-header--boxed) {
  background-color: var(--bs-dark);
  color: var(--bs-light);
}

.primary-header--dark.primary-header--boxed {
  --bs-navbar-padding-y: 0;
}

.primary-header--dark.primary-header--boxed>.container {
  --bs-gutter-x: 3rem;
  padding-block: 0.75rem;
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  .primary-header--dark.primary-header--boxed>.container {
    padding-block: 0.25rem;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

.primary-header--dark .btn.dropdown-toggle {
  color: var(--bs-light);
}

.primary-header--dark-alt .navbar-toggler {
  background-color: rgba(var(--bs-light-rgb), 0.1);
  color: var(--bs-light);
}

.primary-header--dark-alt .nav-link {
  color: var(--bs-light);
}

.primary-header--dark-alt .nav-link.active {
  color: var(--bs-secondary);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--dark-alt .navigation-0__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-0__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--dark-alt .navigation-0__menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-0__menu-link {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
    color: var(--bs-dark-text-emphasis);
  }

  .primary-header--dark-alt .navigation-0__menu-link:hover {
    color: var(--bs-secondary-text-emphasis);
    background-color: rgba(var(--bs-secondary-rgb), 0.15);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--dark-alt .navigation-1__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-1__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--dark-alt .navigation-1__menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-1__menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-1__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-1__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--dark-alt .navigation-1__sub-menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-1__sub-menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--dark-alt .navigation-2__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-2__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--dark-alt .navigation-2__menu-link:hover {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--dark-alt .navigation-2__menu-link:hover .navigation-2__menu-icon {
    background-color: var(--bs-secondary);
  }

  .primary-header--dark-alt .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--dark-alt .navigation-2__menu-title {
  color: var(--bs-white);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-2__menu-title {
    color: var(--bs-heading-color);
  }
}

.primary-header--dark-alt .navigation-2__menu-text {
  color: rgba(var(--bs-white-rgb), 0.7);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-2__menu-text {
    color: var(--bs-body-color);
  }
}

.primary-header--dark-alt .navigation-2__menu-icon {
  background-color: var(--bs-dark);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-2__menu-icon {
    background-color: rgba(var(--bs-secondary-rgb), 0.15);
  }
}

.primary-header--dark-alt .navigation-2__menu-icon-is {
  color: var(--bs-light);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-2__menu-icon-is {
    color: var(--bs-secondary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--dark-alt .navigation-3__menu {
  background-color: rgba(var(--bs-light-rgb), 0.05);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-3__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--dark-alt .navigation-3__menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-3__menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-3__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-3__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--dark-alt .navigation-3__sub-menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-3__sub-menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--dark-alt .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--dark-alt:not(.primary-header--boxed) {
  background-color: var(--bs-dark);
  color: var(--bs-light);
}

.primary-header--dark-alt.primary-header--boxed {
  --bs-navbar-padding-y: 0;
}

.primary-header--dark-alt.primary-header--boxed>.container {
  --bs-gutter-x: 3rem;
  padding-block: 0.75rem;
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  .primary-header--dark-alt.primary-header--boxed>.container {
    padding-block: 0.25rem;
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

.primary-header--dark-alt .btn.dropdown-toggle {
  color: var(--bs-light);
}

.primary-header--transparent-light .navbar-toggler {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
}

.primary-header--transparent-light .navbar-collapse {
  padding: 0.5rem 1rem;
  background-color: var(--bs-light-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navbar-collapse {
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light .nav-link {
    color: var(--bs-light);
  }
}

.primary-header--transparent-light .nav-link.active {
  color: var(--bs-secondary);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-light .navigation-0__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-0__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-light .navigation-0__menu-link {
  color: var(--bs-secondary-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-0__menu-link {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--transparent-light .navigation-0__menu-link:hover {
    color: var(--bs-secondary-text-emphasis);
    background-color: rgba(var(--bs-secondary-rgb), 0.15);
  }
}

.primary-header--transparent-light .navigation-0__menu-title {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-light .navigation-1__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-1__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-light .navigation-1__menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-1__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-1__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-light .navigation-1__sub-menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-light .navigation-2__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-2__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-light .navigation-2__menu-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--transparent-light .navigation-2__menu-link:hover .navigation-2__menu-icon {
    background-color: var(--bs-secondary);
  }

  .primary-header--transparent-light .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--transparent-light .navigation-2__menu-title {
  color: var(--bs-heading-color);
}

.primary-header--transparent-light .navigation-2__menu-text {
  color: var(--bs-body-color);
}

.primary-header--transparent-light .navigation-2__menu-icon {
  background-color: rgba(var(--bs-secondary-rgb), 0.15);
  transition: all 0.3s ease;
}

.primary-header--transparent-light .navigation-2__menu-icon-is {
  color: var(--bs-secondary-text-emphasis);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-light .navigation-3__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-3__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-light .navigation-3__menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-3__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-3__menu-text {
    color: var(--bs-body-color);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-3__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-light .navigation-3__sub-menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-light .btn.dropdown-toggle {
  color: var(--bs-dark);
}

@media (min-width: 992px) {
  .primary-header--transparent-light .btn.dropdown-toggle {
    color: var(--bs-light);
  }
}

.primary-header--transparent-light-alt .navbar-toggler {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
}

.primary-header--transparent-light-alt .navbar-collapse {
  padding: 0.5rem 1rem;
  background-color: var(--bs-light-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navbar-collapse {
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .nav-link {
    color: var(--bs-light);
  }
}

.primary-header--transparent-light-alt .nav-link.active {
  color: var(--bs-secondary);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-light-alt .navigation-0__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-0__menu {
    background-color: var(--bs-dark-text-emphasis);
  }
}

.primary-header--transparent-light-alt .navigation-0__menu-link {
  color: var(--bs-secondary-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-0__menu-link {
    background-color: rgba(var(--bs-light-rgb), 0.05);
  }

  .primary-header--transparent-light-alt .navigation-0__menu-link:hover {
    background-color: rgba(var(--bs-light-rgb), 0.1);
  }
}

.primary-header--transparent-light-alt .navigation-0__menu-title {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-0__menu-title {
    color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-light-alt .navigation-1__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-1__menu {
    background-color: var(--bs-dark-text-emphasis);
  }
}

.primary-header--transparent-light-alt .navigation-1__menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-1__menu-link {
    color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-1__menu-link:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-1__sub-menu {
    background-color: var(--bs-dark-text-emphasis);
  }
}

.primary-header--transparent-light-alt .navigation-1__sub-menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-1__sub-menu-link {
    color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
  }
}

.primary-header--transparent-light-alt .navigation-2__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-2__menu {
    background-color: var(--bs-dark-text-emphasis);
  }
}

.primary-header--transparent-light-alt .navigation-2__menu-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--transparent-light-alt .navigation-2__menu-link:hover .navigation-2__menu-icon {
    background-color: var(--bs-secondary);
  }

  .primary-header--transparent-light-alt .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--transparent-light-alt .navigation-2__menu-title {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-2__menu-title {
    color: var(--bs-white);
  }
}

.primary-header--transparent-light-alt .navigation-2__menu-text {
  color: var(--bs-body-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-2__menu-text {
    color: rgba(var(--bs-white-rgb), 0.7);
  }
}

.primary-header--transparent-light-alt .navigation-2__menu-icon {
  background-color: var(--bs-secondary-bg-subtle);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-2__menu-icon {
    background-color: rgba(var(--bs-light-rgb), 0.15);
  }
}

.primary-header--transparent-light-alt .navigation-2__menu-icon-is {
  color: var(--bs-secondary-text-emphasis);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--transparent-light-alt .navigation-2__menu-promo {
  --bs-bg-opacity: 0.1;
}

.primary-header--transparent-light-alt .navigation-2__figure-title {
  color: var(--bs-light) !important;
}

.primary-header--transparent-light-alt .navigation-2__figure-text {
  color: var(--bs-light) !important;
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-light-alt .navigation-3__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__menu {
    background-color: var(--bs-dark-text-emphasis);
  }
}

.primary-header--transparent-light-alt .navigation-3__menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__menu-link {
    color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__menu-link:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__menu-title {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__menu-text {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__sub-menu {
    background-color: var(--bs-dark-text-emphasis);
  }
}

.primary-header--transparent-light-alt .navigation-3__sub-menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__sub-menu-link {
    color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .primary-header--transparent-light-alt .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-dark);
    color: var(--bs-light);
  }
}

.primary-header--transparent-light-alt .btn.dropdown-toggle {
  color: var(--bs-dark);
}

@media (min-width: 992px) {
  .primary-header--transparent-light-alt .btn.dropdown-toggle {
    color: var(--bs-light);
  }
}

.primary-header--transparent-dark .navbar-toggler {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
}

.primary-header--transparent-dark .navbar-collapse {
  padding: 0.5rem 1rem;
  background-color: var(--bs-light-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navbar-collapse {
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .nav-link {
    color: var(--bs-dark);
  }
}

.primary-header--transparent-dark .nav-link.active {
  color: var(--bs-secondary);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-dark .navigation-0__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-0__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--transparent-dark .navigation-0__menu-link {
  color: var(--bs-secondary-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-0__menu-link {
    color: var(--bs-light);
    background-color: rgba(var(--bs-light-rgb), 0.05);
  }

  .primary-header--transparent-dark .navigation-0__menu-link:hover {
    background-color: rgba(var(--bs-light-rgb), 0.1);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary);
  }
}

.primary-header--transparent-dark .navigation-1__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-1__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--transparent-dark .navigation-1__menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-1__menu-link {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-1__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-1__sub-menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--transparent-dark .navigation-1__sub-menu-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-1__sub-menu-link {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-dark .navigation-2__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-2__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--transparent-dark .navigation-2__menu-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--transparent-dark .navigation-2__menu-link:hover .navigation-2__menu-icon {
    background-color: var(--bs-secondary);
  }

  .primary-header--transparent-dark .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--transparent-dark .navigation-2__menu-title {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-2__menu-title {
    color: var(--bs-white);
  }
}

.primary-header--transparent-dark .navigation-2__menu-text {
  color: var(--bs-body-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-2__menu-text {
    color: rgba(var(--bs-white-rgb), 0.7);
  }
}

.primary-header--transparent-dark .navigation-2__menu-icon {
  background-color: var(--bs-secondary-bg-subtle);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-2__menu-icon {
    background-color: rgba(var(--bs-light-rgb), 0.15);
  }
}

.primary-header--transparent-dark .navigation-2__menu-icon-is {
  color: var(--bs-secondary-text-emphasis);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--transparent-dark .navigation-2__menu-promo {
  --bs-bg-opacity: 0.1;
}

.primary-header--transparent-dark .navigation-2__figure-title {
  color: var(--bs-light) !important;
}

.primary-header--transparent-dark .navigation-2__figure-text {
  color: var(--bs-light) !important;
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary);
  }
}

.primary-header--transparent-dark .navigation-3__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-3__menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--transparent-dark .navigation-3__menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-3__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-3__menu-title {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-3__menu-text {
    color: var(--bs-light);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-3__sub-menu {
    background-color: var(--bs-dark);
  }
}

.primary-header--transparent-dark .navigation-3__sub-menu-link {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-dark .btn.dropdown-toggle {
  color: var(--bs-dark);
}

.primary-header--transparent-dark-alt .navbar-toggler {
  background-color: var(--bs-secondary);
  color: var(--bs-light);
}

.primary-header--transparent-dark-alt .navbar-collapse {
  padding: 0.5rem 1rem;
  background-color: var(--bs-light-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navbar-collapse {
    padding: 0;
    background-color: transparent;
  }
}

.primary-header--transparent-dark-alt .nav-link {
  color: var(--bs-heading-color);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .nav-link {
    color: var(--bs-dark);
  }
}

.primary-header--transparent-dark-alt .nav-link.active {
  color: var(--bs-secondary);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-secondary);
  }
}

.primary-header--transparent-dark-alt .navigation-0__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-0__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-dark-alt .navigation-0__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-0__menu-link {
    background-color: rgba(var(--bs-secondary-rgb), 0.05);
  }

  .primary-header--transparent-dark-alt .navigation-0__menu-link:hover {
    color: var(--bs-secondary-text-emphasis);
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-dark-alt .navigation-1__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-1__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-dark-alt .navigation-1__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-1__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-1__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-dark-alt .navigation-1__sub-menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-dark-alt .navigation-2__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-2__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-dark-alt .navigation-2__menu-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-2__menu-link:hover {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
  }

  .primary-header--transparent-dark-alt .navigation-2__menu-link:hover .navigation-2__menu-icon {
    /* background-color: var(--bs-secondary); */
    background-color: #ee7300;
  }

  .primary-header--transparent-dark-alt .navigation-2__menu-link:hover .navigation-2__menu-icon-is {
    color: var(--bs-light);
  }
}

.primary-header--transparent-dark-alt .navigation-2__menu-title {
  color: var(--bs-heading-color);
}

.primary-header--transparent-dark-alt .navigation-2__menu-text {
  color: var(--bs-body-color);
}

.primary-header--transparent-dark-alt .navigation-2__menu-icon {
  background-color: rgba(var(--bs-secondary-rgb), 0.15);
  transition: all 0.3s ease;
}

.primary-header--transparent-dark-alt .navigation-2__menu-icon-is {
  color: var(--bs-secondary-text-emphasis);
  transition: all 0.3s ease;
}

.primary-header--transparent-dark-alt .navigation-2__menu-promo {
  --bs-bg-opacity: 0.1;
}

.primary-header--transparent-dark-alt .navigation-2__figure-title {
  color: var(--bs-light) !important;
}

.primary-header--transparent-dark-alt .navigation-2__figure-text {
  color: var(--bs-light) !important;
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-dark-alt .navigation-3__menu {
  background-color: var(--bs-light);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-3__menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-dark-alt .navigation-3__menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-3__menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-3__sub-menu {
    background-color: var(--bs-tertiary-bg);
  }
}

.primary-header--transparent-dark-alt .navigation-3__sub-menu-link {
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header--transparent-dark-alt .has-sub-level-2:hover>.navigation-1__menu-link {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header--transparent-dark-alt .btn.dropdown-toggle {
  color: var(--bs-dark);
}

.primary-header>.container {
  position: relative;
  border-radius: 0.35rem;
}

@media (max-width: 991.98px) {
  .primary-header .navbar-collapse {
    max-height: calc(100vh - 3.25rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(var(--bs-dark-rgb), 0.35) transparent;
    scrollbar-width: thin;
  }

  .primary-header .navbar-collapse::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .primary-header .navbar-collapse::-webkit-scrollbar-track {
    background: transparent;
  }

  .primary-header .navbar-collapse::-webkit-scrollbar-thumb {
    background: rgba(var(--bs-dark-rgb), 0.35);
    border-radius: 999px;
  }
}

@media (max-width: 991.98px) {
  .primary-header .dropdown-menu {
    position: static;
    float: none;
    transform: none;
    width: 100%;
    margin-top: 0.25rem;
    box-shadow: none;
  }

  .primary-header .dropdown-menu.show {
    display: block;
  }
}

@media (min-width: 992px) {
  .primary-header .navbar-collapse {
    max-height: none;
    overflow-y: unset;
  }
}

@media (min-width: 992px) {
  .primary-header .navbar-nav {
    --bs-nav-link-padding-y: 1rem;
  }
}

.primary-header .navbar-toggler {
  display: grid;
  place-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  font-size: 1.5rem;
  border-radius: 0.35rem;
}

@media (min-width: 992px) {
  .primary-header .navbar-toggler {
    display: none;
  }
}

.primary-header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.primary-header .navbar-toggler-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.primary-header .has-sub-level-1>.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .primary-header .has-sub-level-1>.nav-link {
    gap: 0.35rem;
  }
}

.primary-header .has-sub-level-1>.nav-link::after {
  --svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.primary-header .has-sub-level-2>.navigation-1__menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .primary-header .has-sub-level-2>.navigation-1__menu-link {
    gap: 0.25rem;
  }
}

.primary-header .has-sub-level-2>.navigation-1__menu-link::after {
  --svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (min-width: 992px) {
  .primary-header .has-sub-level-2>.navigation-1__menu-link::after {
    --svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8L4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
  }
}

.primary-header-crossed .primary-header--transparent-dark:not(.primary-header--boxed) {
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-light-text-emphasis);
  filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark.primary-header--boxed>.container {
    background-color: var(--bs-light-bg-subtle);
    color: var(--bs-light-text-emphasis);
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark .nav-link {
    color: var(--bs-dark);
  }
}

.primary-header-crossed .primary-header--transparent-dark .nav-link.active {
  color: var(--bs-primary);
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header-crossed .primary-header--transparent-dark .btn.dropdown-toggle {
  color: var(--bs-dark);
}

.primary-header-crossed .primary-header--transparent-dark-alt:not(.primary-header--boxed) {
  background-color: var(--bs-light-bg-subtle);
  color: var(--bs-light-text-emphasis);
  filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark-alt.primary-header--boxed>.container {
    background-color: var(--bs-light-bg-subtle);
    color: var(--bs-light-text-emphasis);
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark-alt .nav-link {
    color: var(--bs-dark);
  }
}

.primary-header-crossed .primary-header--transparent-dark-alt .nav-link.active {
  color: var(--bs-primary);
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark-alt .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark-alt .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-dark-alt .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

.primary-header-crossed .primary-header--transparent-dark-alt .btn.dropdown-toggle {
  color: var(--bs-dark);
}

.primary-header-crossed .primary-header--transparent-light:not(.primary-header--boxed) {
  background-color: var(--bs-dark);
  color: var(--bs-light);
  filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-light.primary-header--boxed>.container {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

.primary-header-crossed .primary-header--transparent-light-alt:not(.primary-header--boxed) {
  background-color: var(--bs-dark);
  color: var(--bs-light);
  filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
}

@media (min-width: 992px) {
  .primary-header-crossed .primary-header--transparent-light-alt.primary-header--boxed>.container {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
  }
}

.primary-header-crossed .primary-header-crossed\:top-0 {
  inset-block-start: 0 !important;
}

@media (min-width: 768px) {
  .primary-header-crossed .primary-header-crossed\:top-md-0 {
    inset-block-start: 0 !important;
  }
}

.primary-header-crossed .primary-header-crossed\:top-1 {
  inset-block-start: 0.25rem !important;
}

@media (min-width: 768px) {
  .primary-header-crossed .primary-header-crossed\:top-md-1 {
    inset-block-start: 0.25rem !important;
  }
}

.primary-header-crossed .primary-header-crossed\:top-2 {
  inset-block-start: 0.5rem !important;
}

@media (min-width: 768px) {
  .primary-header-crossed .primary-header-crossed\:top-md-2 {
    inset-block-start: 0.5rem !important;
  }
}

.primary-header-crossed .primary-header-crossed\:full-dark.primary-header--dark {
  background-color: var(--bs-dark) !important;
}

.primary-header-crossed .primary-header-crossed\:full-dark.primary-header--dark-alt {
  background-color: var(--bs-dark) !important;
}

.primary-header-crossed .primary-header-crossed\:full-light.primary-header--light {
  background-color: var(--bs-tertiary-bg) !important;
}

.primary-header-crossed .primary-header-crossed\:full-light.primary-header--light-alt {
  background-color: var(--bs-tertiary-bg) !important;
}

[data-bs-theme="dark"] .primary-header--light .navigation-0__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--light .navigation-1__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--light .navigation-2__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--light .navigation-3__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--light-alt .navigation-0__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--light-alt .navigation-1__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--light-alt .navigation-2__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--light-alt .navigation-3__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--dark .nav-link.active {
  color: var(--bs-primary-text-emphasis);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--dark .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--dark .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--dark .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light .nav-link.active {
  color: var(--bs-primary-text-emphasis);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light .navigation-0__menu {
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light .navigation-1__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-light .navigation-2__menu {
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light .navigation-3__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-light .btn.dropdown-toggle {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .primary-header--transparent-light-alt .nav-link.active {
  color: var(--bs-primary-text-emphasis);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-0__menu {
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-0__menu {
    background-color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-0__menu-title {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-1__menu {
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-1__menu {
    background-color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-1__menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-1__sub-menu {
    background-color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-1__sub-menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-1__sub-menu-link:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-2__menu {
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-3__menu {
  background-color: var(--bs-dark);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-3__menu {
    background-color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-3__menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-3__sub-menu {
    background-color: var(--bs-dark-bg-subtle);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-3__sub-menu-link {
    color: var(--bs-dark-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header--transparent-light-alt .navigation-3__sub-menu-link:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
  }
}

[data-bs-theme="dark"] .primary-header--transparent-light-alt .btn.dropdown-toggle {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .primary-header--transparent-dark .nav-link {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .primary-header--transparent-dark .nav-link.active {
  color: var(--bs-primary-text-emphasis);
}

[data-bs-theme="dark"] .primary-header--transparent-dark .btn.dropdown-toggle {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .primary-header--transparent-dark .navigation-0__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark .navigation-1__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark .navigation-2__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark .navigation-3__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark-alt .navigation-0__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark-alt .navigation-1__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark-alt .navigation-2__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark-alt .navigation-3__menu {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .primary-header--transparent-dark-alt .nav-link {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .primary-header--transparent-dark-alt .btn.dropdown-toggle {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-dark .nav-link.active {
  color: var(--bs-primary-text-emphasis);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-dark .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-dark .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-dark .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light .nav-link {
    color: var(--bs-light);
  }
}

[data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light .nav-link.active {
  color: var(--bs-primary-text-emphasis);
}

[data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light .btn.dropdown-toggle {
  color: var(--bs-light);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light .navigation-0.has-sub-level-1:hover:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light .navigation-1.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light .navigation-3.has-sub-level-1:hover>a {
    color: var(--bs-primary-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light-alt:not(.primary-header--boxed) {
  background-color: var(--bs-dark-bg-subtle);
  color: var(--bs-dark-text-emphasis);
}

@media (min-width: 992px) {
  [data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light-alt .nav-link {
    color: var(--bs-dark-text-emphasis);
  }
}

[data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-light-alt .nav-link.active {
  color: var(--bs-primary);
}

[data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-dark-alt .nav-link {
  color: var(--bs-light);
}

[data-bs-theme="dark"] .primary-header-crossed .primary-header--transparent-dark-alt .dropdown-toggle {
  color: var(--bs-light);
}

.hero-1 {
  position: relative;
  isolation: isolate;
  background-color: var(--bs-dark);
  background-image: url(../img/shapes/hero-1-grid.png);
  background-repeat: repeat;
  overflow: hidden;
}

.hero-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0d0e10;
  filter: blur(200px);
  z-index: -3;
}

.hero-1__content {
  padding-block-start: clamp(6.8rem, 11.5vw + 1rem, 13.75rem);
  padding-block-end: clamp(13.75rem, 23vw + 1rem, 27.5rem);
}

.hero-1__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.5;
}

.hero-1__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  overflow: visible;
}

.hero-1__shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
  overflow: visible;
}

.hero-1__demo-img {
  display: none;
}

@media (min-width: 768px) {
  .hero-1__demo-img {
    display: block;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-1 {
    top: 40%;
    left: 0;
    transform: scale(0.5) translateX(-40px);
    transform-origin: top left;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-1 {
    transform: scale(0.75) translateX(-40px);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-1 {
    transform: scale(1) translateX(-40px);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-1 {
    transform: scale(1.25) translateX(-40px);
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-2 {
    top: 60%;
    left: 10%;
    transform: scale(0.5);
    transform-origin: top left;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-2 {
    transform: scale(0.75);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-2 {
    transform: scale(1);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-2 {
    transform: scale(1.25);
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-3 {
    bottom: 0;
    left: 0;
    transform: scale(0.5) translate(0, 25%);
    transform-origin: bottom left;
    z-index: -2;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-3 {
    transform: scale(0.75) translate(0, 40%);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-3 {
    transform: scale(1) translate(0, 25%);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-3 {
    transform: scale(1.1) translate(0, 35%);
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-4 {
    bottom: 5%;
    left: 28%;
    transform: scale(0.5) translateY(30%);
    transform-origin: bottom left;
    z-index: -2;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-4 {
    transform: scale(0.75) translateY(35%);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-4 {
    transform: scale(1) translateY(30%);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-4 {
    transform: scale(1.25) translateY(30%);
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-5 {
    bottom: 5%;
    left: 45%;
    transform: scale(0.5);
    transform-origin: bottom left;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-5 {
    transform: scale(0.75);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-5 {
    transform: scale(1);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-5 {
    transform: scale(1.25);
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-6 {
    bottom: 0;
    left: 52%;
    transform: scale(0.5) translateY(45%);
    transform-origin: bottom left;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-6 {
    transform: scale(0.75) translateY(45%);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-6 {
    transform: scale(1) translateY(45%);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-6 {
    transform: scale(1.25) translateY(45%);
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-7 {
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
    z-index: -2;
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-8 {
    bottom: 20%;
    left: 60%;
    transform: scale(0.5) translateX(25%);
    transform-origin: bottom left;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-8 {
    transform: scale(0.75) translateX(25%);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-8 {
    transform: scale(1) translateX(25%);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-8 {
    transform: scale(1.2) translateX(25%);
  }
}

@media (min-width: 768px) {
  .hero-1__demo-img-9 {
    bottom: 55%;
    right: 0;
    transform: scale(0.5) translateX(40px);
    transform-origin: bottom right;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .hero-1__demo-img-9 {
    transform: scale(0.75) translateX(40px);
  }
}

@media (min-width: 1920px) {
  .hero-1__demo-img-9 {
    transform: scale(1) translateX(40px);
  }
}

@media (min-width: 2100px) {
  .hero-1__demo-img-9 {
    transform: scale(1.25) translateX(40px);
  }
}

.hero-2 {
  padding-top: 3.75rem;
}

@media (min-width: 992px) {
  .hero-2 {
    padding-top: 4rem;
  }
}

@media (min-width: 1600px) {
  .hero-2__content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8.75rem;
    width: 1px;
    border-left: 1px solid rgba(var(--bs-light-rgb), 0.1);
  }

  .hero-2__content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8.75rem;
    width: 1px;
    border-left: 1px solid rgba(var(--bs-light-rgb), 0.1);
  }
}

.hero-2__circle-1 {
  display: none;
}

@media (min-width: 1600px) {
  .hero-2__circle-1 {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--bs-primary);
    position: absolute;
    top: 0;
    left: -8.75rem;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }
}

.hero-2__circle-2 {
  display: none;
}

@media (min-width: 1600px) {
  .hero-2__circle-2 {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--bs-primary);
    position: absolute;
    bottom: 0;
    right: -8.75rem;
    transform: translateX(50%);
    z-index: 1;
    pointer-events: none;
  }
}

.hero-2__line-x {
  display: none;
}

@media (min-width: 1600px) {
  .hero-2__line-x {
    display: block;
    width: 5rem;
    height: 0.25rem;
  }
}

.hero-2__line-x--1 {
  background-image: linear-gradient(90deg,
      transparent,
      var(--bs-primary),
      transparent);
  position: absolute;
  top: 0;
  left: -8.75rem;
}

.hero-2__line-x--2 {
  background-image: linear-gradient(90deg,
      transparent,
      var(--bs-primary),
      transparent);
  position: absolute;
  bottom: 0;
  right: -8.75rem;
}

.hero-2__line-y {
  display: none;
}

@media (min-width: 1600px) {
  .hero-2__line-y {
    display: block;
    width: 0.25rem;
    height: 5rem;
  }
}

.hero-2__line-y--1 {
  background-image: linear-gradient(transparent,
      var(--bs-primary),
      transparent);
  position: absolute;
  top: 0;
  left: -8.75rem;
}

.hero-2__line-y--2 {
  background-image: linear-gradient(transparent,
      var(--bs-primary),
      transparent);
  position: absolute;
  bottom: 0;
  right: -8.75rem;
}

.hero-3 {
  padding-top: 130px;
  padding-bottom: 40px !important;
  background-image: url(../img/shapes/hero-2-grid-box.png);
  background-repeat: repeat;
}

[data-bs-theme="dark"] .hero-3 {
  background-image: url(../img/shapes/hero-2-grid-box-dark.png);
}

.hero-4 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(8.75rem, 10.52vw + 1rem, 12.5rem);
  padding-bottom: clamp(14.875rem, 17.89vw + 1rem, 21.25rem);
}

.hero-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-light);
  background-image: url(../img/img/hero-4-bg.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../img/shapes/hero-4-mask-shape.png);
  mask-image: url(../img/shapes/hero-4-mask-shape.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 1920px) {
  .hero-4__img {
    position: relative;
    transform: scale(1.25) translateX(10%);
  }
}

.hero-5 {
  background-image: linear-gradient(180deg, #4f26ac 0%, #4d25a9 100%);
  padding-top: clamp(6rem, 10vw + 1rem, 11.875rem);
  padding-bottom: clamp(3.75rem, 6.5vw + 1rem, 7.5rem);
  position: relative;
  isolation: isolate;
}

@media (min-width: 1200px) {
  .hero-5::after {
    content: url(../img/shapes/hero-5-shape-1.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.3;
  }
}

@media (min-width: 1920px) {
  .hero-5__img-1 {
    position: relative;
    transform: scale(1.25) translateX(10%);
  }
}

.hero-6 {
  padding-top: 90px !important;
  padding-bottom: 0px !important;
  position: relative;
  isolation: isolate;
  padding-top: clamp(8rem, 10.5vw + 1rem, 12.5rem);
  background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
  -webkit-mask-image: url(../img/shapes/cloud-server-mask-shape.png);
  mask-image: url(../img/shapes/cloud-server-mask-shape.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero-6::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/shapes/cloud-server-hero-shape.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
  z-index: -1;
}

.hero-7 {
  position: relative;
  isolation: isolate;
  padding-top: 120px;
  padding-bottom: 130px;
  /* background-image: linear-gradient(180deg, #1433d6 -29.02%, #0e2496 79.78%); */
  background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
  -webkit-mask-image: url(../img/shapes/hero-7-mask-shape.png);
  mask-image: url(../img/shapes/hero-7-mask-shape.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero-7::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/shapes/hero-7-shape.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-7__shape-1 {
  display: none;
}

@media (min-width: 1920px) {
  .hero-7__shape-1 {
    display: block;
    opacity: 0.75;
    position: absolute;
    bottom: 10%;
    left: 7%;
    pointer-events: none;
    z-index: -1;
  }
}

.hero-8 {
  position: relative;
  isolation: isolate;
  padding-top: 100px;
  padding-bottom: 30px;
}

.hero-8::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-light-bg-subtle);
  background-image: url(../img/img/hero-4-bg.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../img/shapes/hero-4-mask-shape.png);
  mask-image: url(../img/shapes/hero-4-mask-shape.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 1920px) {
  .hero-8__img {
    position: relative;
    transform: scale(1.25) translateX(10%);
  }
}

.hero-9 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(5rem, 8.4vw + 1rem, 10rem);
  padding-bottom: clamp(8.125rem, 13.68vw + 1rem, 16.25rem);
}

.hero-10 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(7rem, 11.57vw + 1rem, 13.75rem);
  padding-bottom: clamp(10rem, 16.8vw + 1rem, 20rem);
  overflow: hidden;
}

.hero-10::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 50%;
  z-index: -2;
}

.hero-11 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(7rem, 11.57vw + 1rem, 13.75rem);
  padding-bottom: clamp(10rem, 16.8vw + 1rem, 20rem);
  background-color: var(--bs-primary-bg-subtle);
  overflow: hidden;
}

.hero-11::before {
  content: "";
  position: absolute;
  top: 40%;
  inset-inline-start: 0;
  bottom: 0;
  inset-inline-end: 40%;
  z-index: -1;
  background-image: linear-gradient(180deg,
      var(--bs-light) 71.14%,
      transparent 94.19%);
  -webkit-mask-image: url(../img/shapes/hero-11-shape-3.png);
  mask-image: url(../img/shapes/hero-11-shape-3.png);
  mask-size: 100% 100%;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hero-11::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 40%;
    inset-inline-end: 0;
    bottom: 6.25rem;
    background-image: linear-gradient(232deg,
        var(--bs-secondary-text-emphasis) 4%,
        var(--bs-secondary) 76%);
    -webkit-mask-image: url(../img/shapes/hero-11-shape-1.png);
    mask-image: url(../img/shapes/hero-11-shape-1.png);
    mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
  }
}

@media (min-width: 1920px) {
  .hero-11__img {
    position: relative;
    transform: scale(1.15);
    margin-right: -7.5rem;
  }
}

.hero-12 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(7rem, 11.57vw + 1rem, 13.75rem);
  padding-bottom: 150px;
}

.hero-12::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(109deg,
      var(--bs-primary) 13.06%,
      #090f91 46.34%,
      var(--bs-secondary-text-emphasis) 83.11%);
}

@media (min-width: 768px) {
  .hero-12::after {
    -webkit-mask-image: url(../img/shapes/hero-12-shape-1.png);
    mask-image: url(../img/shapes/hero-12-shape-1.png);
    mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.hero-13 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(7rem, 11.57vw + 1rem, 13.75rem);
  padding-bottom: clamp(7rem, 11.57vw + 1rem, 13.75rem);
}

@media (min-width: 768px) {
  .hero-13::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: linear-gradient(180deg,
        #e3eaff 45.04%,
        transparent 83.94%);
    -webkit-mask-image: url(../img/shapes/hero-13-shape-3.png);
    mask-image: url(../img/shapes/hero-13-shape-3.png);
    mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .hero-13::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: linear-gradient(184deg,
        var(--bs-primary) 10.5%,
        var(--bs-primary-text-emphasis) 71.34%);
    -webkit-mask-image: url(../img/shapes/hero-13-shape-1.png);
    mask-image: url(../img/shapes/hero-13-shape-1.png);
    mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.hero-14 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(7rem, 11.57vw + 1rem, 13.75rem);
  padding-bottom: clamp(7rem, 11.57vw + 1rem, 13.75rem);
}

.hero-14::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg,
      var(--bs-secondary-text-emphasis) 0%,
      var(--bs-secondary) 100%);
  z-index: -2;
}

@media (min-width: 992px) {
  .hero-14::after {
    -webkit-mask-image: url(../img/shapes/hero-14-shape-2.png);
    mask-image: url(../img/shapes/hero-14-shape-2.png);
    mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.hero-15 {
  position: relative;
  isolation: isolate;
  padding-block: 100px;
  padding-bottom: 10px !important;
  /* background-image: linear-gradient(180deg, #1433d6 -29.02%, #0e2496 79.78%); */
  background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
}

.hero-15::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/shapes/hero-7-shape.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-15__shape-1 {
  display: none;
}

@media (min-width: 1920px) {
  .hero-15__shape-1 {
    display: block;
    opacity: 0.75;
    position: absolute;
    bottom: 10%;
    left: 7%;
    pointer-events: none;
    z-index: -1;
  }
}

[data-bs-theme="dark"][data-theme="home-1"] body.bg-dark-emphasis {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.map-view {
  width: 100%;
  height: 21.875rem;
}

@media (min-width: 768px) {
  .map-view {
    height: 37.5rem;
  }
}

@media (min-width: 768px) {
  .map-view--md {
    height: 28.125rem;
  }
}

@media (min-width: 768px) {
  .map-view--lg {
    height: 46.875rem;
  }
}

@media (min-width: 768px) {
  .map-view--xl {
    height: 53.125rem;
  }
}

@media (min-width: 768px) {
  .map-view__info {
    position: absolute;
  }
}

.portfolio-section-2 {
  padding-block: clamp(14rem, 23.68vw + 1rem, 28.125rem);
}

.portfolio-section-2__lead-text {
  font-size: clamp(7rem, 13vw + 1rem, 15.625rem);
  line-height: 1.2;
  background: linear-gradient(180deg,
      #f8f9fa 16.34%,
      rgba(97, 106, 114, 0) 76.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-section-2__bg-overlay {
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1920px;
  margin-inline: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.portfolio-section-2__bg-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg,
      #0d0e10 0%,
      rgba(13, 14, 16, 0.59) 35%,
      #0d0e10 100%);
}

.pricing-section-1 {
  background: linear-gradient(184deg,
      var(--bs-tertiary-bg) 0%,
      var(--bs-light-bg-subtle) 25.55%);
}

@media (min-width: 1200px) {
  .pricing-section-1 {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .pricing-section-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/shapes/about-2-shape.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.pricing-section-2 {
  position: relative;
  isolation: isolate;
  background-image: url(../img/shapes/hero-2-grid-box.png);
  background-repeat: repeat;
}

[data-bs-theme="dark"] .pricing-section-2 {
  background-image: url(../img/shapes/hero-2-grid-box-dark.png);
}

.section-space-y {
  padding-block-start: 20px;
  padding-block-end: 30px;
}

.section-space-lg-y {
  padding-block-start: clamp(2.5rem, 4.21vw + 1rem, 5rem);
  padding-block-end: clamp(2.5rem, 4.21vw + 1rem, 5rem);
}

.section-space-md-y {
  padding-block-start: 30px;
  padding-block-end: 30px;
}

.section-space-sm-y {
  padding-block-start: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
  padding-block-end: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
}

.section-space-xsm-y {
  padding-block-start: clamp(1rem, 1.68vw + 1rem, 2rem);
  padding-block-end: clamp(1rem, 1.68vw + 1rem, 2rem);
}

.section-space-top {
  padding-block-start: 22px;
}

.section-space-lg-top {
  padding-block-start: clamp(2.5rem, 4.21vw + 1rem, 5rem);
}

.section-space-md-top {
  padding-block-start: 30px;
}

.section-space-sm-top {
  padding-block-start: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
}

.section-space-xsm-top {
  padding-block-start: clamp(1rem, 1.68vw + 1rem, 2rem);
}

.section-space-bottom {
  padding-block-end: 30px;
}

.section-space-lg-bottom {
  padding-block-end: clamp(2.5rem, 4.21vw + 1rem, 5rem);
}

.section-space-md-bottom {
  padding-block-end: 30px;
}

.section-space-sm-bottom {
  padding-bottom: 0.5rem !important;
  padding-block-end: clamp(1.25rem, 2.1vw + 1rem, 2.5rem);
}

.section-space-xsm-bottom {
  padding-block-end: clamp(1rem, 1.68vw + 1rem, 2rem);
}

.server-location {
  position: relative;
  isolation: isolate;
}

.server-location__point {
  display: none;
  position: absolute;
}

@media (min-width: 768px) {
  .server-location__point {
    display: block;
  }
}

.server-location__point-short-details {
  display: inline-block;
  width: max-content;
  padding: 0.25rem 1.5rem;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--bs-secondary-text-emphasis);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: var(--bs-secondary-bg-subtle);
  transition: all 0.3s ease;
}

.server-location__point-short-details::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--bs-secondary-text-emphasis) transparent transparent transparent;
}

.server-location__point-long-details {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 3rem 1.5rem 2rem;
  background-color: var(--bs-light-bg-subtle);
  filter: drop-shadow(0px 0px 1rem rgba(var(--bs-dark-rgb), 0.25));
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  visibility: hidden;
}

.server-location__point-long-details::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--bs-light-bg-subtle) transparent transparent transparent;
}

.server-location__point-btn {
  width: max-content;
}

.server-location__point-flag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 1rem solid var(--bs-light-bg-subtle);
  border-radius: 50%;
}

.server-location__point--1 {
  top: 20%;
  left: 44%;
}

.server-location__point--1:hover .server-location__point-short-details {
  visibility: hidden;
}

.server-location__point--1:hover .server-location__point-long-details {
  visibility: visible;
}

.server-location__point--2 {
  top: 30%;
  left: 21%;
}

@media (min-width: 992px) {
  .server-location__point--2 {
    left: 24%;
  }
}

@media (min-width: 1200px) {
  .server-location__point--2 {
    left: 27%;
  }
}

@media (min-width: 1400px) {
  .server-location__point--2 {
    left: 30%;
  }
}

.server-location__point--2:hover .server-location__point-short-details {
  visibility: hidden;
}

.server-location__point--2:hover .server-location__point-long-details {
  visibility: visible;
}

.server-location__point--3 {
  top: 30%;
  left: 10%;
}

@media (min-width: 1200px) {
  .server-location__point--3 {
    left: 15%;
  }
}

@media (min-width: 1400px) {
  .server-location__point--3 {
    left: 20%;
  }
}

.server-location__point--3:hover .server-location__point-short-details {
  visibility: hidden;
}

.server-location__point--3:hover .server-location__point-long-details {
  visibility: visible;
}

.server-location__point--4 {
  top: 63%;
  left: 30%;
}

@media (min-width: 1200px) {
  .server-location__point--4 {
    left: 32%;
  }
}

@media (min-width: 1400px) {
  .server-location__point--4 {
    left: 35%;
  }
}

.server-location__point--4:hover .server-location__point-short-details {
  visibility: hidden;
}

.server-location__point--4:hover .server-location__point-long-details {
  visibility: visible;
}

.server-location__point--5 {
  top: 50%;
  left: 50%;
}

@media (min-width: 1200px) {
  .server-location__point--5 {
    left: 52%;
  }
}

.server-location__point--5:hover .server-location__point-short-details {
  visibility: hidden;
}

.server-location__point--5:hover .server-location__point-long-details {
  visibility: visible;
}

.server-location__point--6 {
  top: 32%;
  left: 75%;
}

@media (min-width: 1200px) {
  .server-location__point--6 {
    top: 35%;
    left: 70%;
  }
}

.server-location__point--6:hover .server-location__point-short-details {
  visibility: hidden;
}

.server-location__point--6:hover .server-location__point-long-details {
  visibility: visible;
}

.step-section {
  position: relative;
  isolation: isolate;
  /* background-image: linear-gradient(180deg, #1433d6 -62.95%, #0e2496 86.49%); */
  background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
}

.step-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/shapes/step-section-shape-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.testimonial-section-1 {
  position: relative;
  background: linear-gradient(var(--bs-tertiary-bg) 0%,
      transparent 21%,
      transparent 78%,
      var(--bs-light-bg-subtle) 100%);
  overflow: hidden;
}

@media (min-width: 1400px) {
  .testimonial-section-1::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(270deg,
        var(--bs-tertiary-bg) 0%,
        transparent 21%,
        transparent 78%,
        var(--bs-tertiary-bg) 100%);
    z-index: 1;
  }
}

.testimonial-section-1__inner {
  position: relative;
  z-index: 1;
}

.testimonial-section-1__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(270deg,
      var(--bs-tertiary-bg) 0%,
      transparent 21%,
      transparent 78%,
      var(--bs-tertiary-bg) 100%);
  z-index: 1;
}

@media (min-width: 1400px) {
  .testimonial-section-1__inner::after {
    display: none;
  }
}

.testimonial-section-1__shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: unset;
}

.testimonial-section-1__path {
  animation: animateFill 25s infinite linear alternate;
}

.testimonial-section-2 {
  position: relative;
  isolation: isolate;
}

@media (min-width: 992px) {
  .testimonial-section-2::after {
    content: "";
    position: absolute;
    top: clamp(2.5rem, 4.21vw + 1rem, 5rem);
    bottom: clamp(2.5rem, 4.21vw + 1rem, 5rem);
    left: 60%;
    right: 0;
    background-color: var(--bs-primary);
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .testimonial-section-3 {
    -webkit-mask-image: url(../img/shapes/testimonial-shape-bg.png);
    mask-image: url(../img/shapes/testimonial-shape-bg.png);
    mask-size: 100% 100%;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

.testimonial-section-4::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--bs-secondary-text-emphasis);
}

@media (min-width: 1200px) {
  .testimonial-section-4::after {
    -webkit-mask-image: url(../img/shapes/testimonial-mask-shape-2.png);
    mask-image: url(../img/shapes/testimonial-mask-shape-2.png);
    mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

@keyframes pulse {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes imageBeat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scroll-ltr {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(50% + 0.5rem));
  }
}

@keyframes scrollY-up {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes scrollY-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(50%);
  }
}

@keyframes animateFill {
  0% {
    fill: var(--bs-primary);
    fill-opacity: 0.35;
  }

  25% {
    fill: var(--bs-danger);
    fill-opacity: 0.5;
  }

  50% {
    fill: var(--bs-success);
    fill-opacity: 0.7;
  }

  100% {
    fill: var(--bs-warning);
    fill-opacity: 0.5;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes hidePreloader {

  0%,
  100% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}

.bg-primary-emphasis {
  background-color: var(--bs-primary-text-emphasis) !important;
}

.bg-primary-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-primary-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-primary-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-primary-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-secondary-emphasis {
  background-color: var(--bs-secondary-text-emphasis) !important;
}

.bg-secondary-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-secondary-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-secondary-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-secondary-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-success-emphasis {
  background-color: var(--bs-success-text-emphasis) !important;
}

.bg-success-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-success-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-success-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-success-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-danger-emphasis {
  background-color: var(--bs-danger-text-emphasis) !important;
}

.bg-danger-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-danger-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-danger-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-danger-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-warning-emphasis {
  background-color: var(--bs-warning-text-emphasis) !important;
}

.bg-warning-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-warning-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-warning-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-warning-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-info-emphasis {
  background-color: var(--bs-info-text-emphasis) !important;
}

.bg-info-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-info-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-info-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-info-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-light-emphasis {
  background-color: var(--bs-light-text-emphasis) !important;
}

.bg-light-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-light-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-light-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-light-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-dark-emphasis {
  background-color: var(--bs-dark-text-emphasis) !important;
}

.bg-dark-emphasis-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-dark-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.bg-dark-subtle-rgb {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-dark-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-gradient-1 {
  background-image: linear-gradient(180deg,
      var(--bs-secondary-text-emphasis) 0%,
      #7734f9 100%) !important;
}

.bg-gradient-2 {
  background-image: linear-gradient(180deg,
      var(--bs-primary-text-emphasis) 0%,
      var(--bs-primary) 100%) !important;
}

.bg-gradient-3 {
  background-image: linear-gradient(234deg,
      var(--bs-primary-text-emphasis) 17.25%,
      var(--bs-primary) 75.19%) !important;
}

.bg-gradient-4 {
  background-image: linear-gradient(232deg,
      var(--bs-secondary-text-emphasis) 4%,
      var(--bs-secondary) 76%) !important;
}

.hover\:bg-body:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),
      var(--bs-bg-opacity)) !important;
}

.hover\:bg-body-secondary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb),
      var(--bs-bg-opacity)) !important;
}

.hover\:bg-body-tertiary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb),
      var(--bs-bg-opacity)) !important;
}

.hover\:bg-black:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.hover\:bg-transparent:hover {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.hover\:bg-primary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb),
      var(--bs-bg-opacity)) !important;
}

.hover\:bg-primary-subtle:hover {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.hover\:bg-primary-emphasis:hover {
  background-color: var(--bs-primary-text-emphasis) !important;
}

.hover\:bg-primary-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-primary-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-primary-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-primary-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-secondary:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),
      var(--bs-bg-opacity)) !important;
}

.hover\:bg-secondary-subtle:hover {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.hover\:bg-secondary-emphasis:hover {
  background-color: var(--bs-secondary-text-emphasis) !important;
}

.hover\:bg-secondary-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-secondary-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-secondary-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-secondary-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-success:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),
      var(--bs-bg-opacity)) !important;
}

.hover\:bg-success-subtle:hover {
  background-color: var(--bs-success-bg-subtle) !important;
}

.hover\:bg-success-emphasis:hover {
  background-color: var(--bs-success-text-emphasis) !important;
}

.hover\:bg-success-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-success-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-success-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-success-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-danger:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.hover\:bg-danger-subtle:hover {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.hover\:bg-danger-emphasis:hover {
  background-color: var(--bs-danger-text-emphasis) !important;
}

.hover\:bg-danger-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-danger-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-danger-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-danger-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-warning:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),
      var(--bs-bg-opacity)) !important;
}

.hover\:bg-warning-subtle:hover {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.hover\:bg-warning-emphasis:hover {
  background-color: var(--bs-warning-text-emphasis) !important;
}

.hover\:bg-warning-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-warning-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-warning-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-warning-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-info:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.hover\:bg-info-subtle:hover {
  background-color: var(--bs-info-bg-subtle) !important;
}

.hover\:bg-info-emphasis:hover {
  background-color: var(--bs-info-text-emphasis) !important;
}

.hover\:bg-info-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-info-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-info-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-info-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-light:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.hover\:bg-light-subtle:hover {
  background-color: var(--bs-light-bg-subtle) !important;
}

.hover\:bg-light-emphasis:hover {
  background-color: var(--bs-light-text-emphasis) !important;
}

.hover\:bg-light-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-light-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-light-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-light-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-dark:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.hover\:bg-dark-subtle:hover {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.hover\:bg-dark-emphasis:hover {
  background-color: var(--bs-dark-text-emphasis) !important;
}

.hover\:bg-dark-emphasis-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-dark-text-emphasis) r g b/var(--bs-bg-opacity)) !important;
}

.hover\:bg-dark-subtle-rgb:hover {
  --bs-bg-opacity: 1;
  background-color: rgb(from var(--bs-dark-bg-subtle) r g b/var(--bs-bg-opacity)) !important;
}

.bg-opacity-0 {
  --bs-bg-opacity: 0;
}

.bg-opacity-5 {
  --bs-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-bg-opacity: 0.95;
}

.bg-opacity-97 {
  --bs-bg-opacity: 0.97;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --bs-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
  --bs-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --bs-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --bs-bg-opacity: 0.2;
}

.hover\:bg-opacity-30:hover {
  --bs-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --bs-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --bs-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --bs-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --bs-bg-opacity: 0.7;
}

.hover\:bg-opacity-80:hover {
  --bs-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --bs-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --bs-bg-opacity: 0.95;
}

.hover\:bg-opacity-97:hover {
  --bs-bg-opacity: 0.97;
}

.hover\:bg-opacity-100:hover {
  --bs-bg-opacity: 1;
}

.border-primary-emphasis {
  border-color: var(--bs-primary-text-emphasis) !important;
}

.border-secondary-emphasis {
  border-color: var(--bs-secondary-text-emphasis) !important;
}

.border-success-emphasis {
  border-color: var(--bs-success-text-emphasis) !important;
}

.border-danger-emphasis {
  border-color: var(--bs-danger-text-emphasis) !important;
}

.border-warning-emphasis {
  border-color: var(--bs-warning-text-emphasis) !important;
}

.border-info-emphasis {
  border-color: var(--bs-info-text-emphasis) !important;
}

.border-light-emphasis {
  border-color: var(--bs-light-text-emphasis) !important;
}

.border-dark-emphasis {
  border-color: var(--bs-dark-text-emphasis) !important;
}

.hover\:border-primary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb),
      var(--bs-border-opacity)) !important;
}

.hover\:border-primary-subtle:hover {
  border-color: var(--bs-primary-border-subtle) !important;
}

.hover\:border-primary-emphasis:hover {
  border-color: var(--bs-primary-text-emphasis) !important;
}

.hover\:border-secondary:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),
      var(--bs-border-opacity)) !important;
}

.hover\:border-secondary-subtle:hover {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.hover\:border-secondary-emphasis:hover {
  border-color: var(--bs-secondary-text-emphasis) !important;
}

.hover\:border-success:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),
      var(--bs-border-opacity)) !important;
}

.hover\:border-success-subtle:hover {
  border-color: var(--bs-success-border-subtle) !important;
}

.hover\:border-success-emphasis:hover {
  border-color: var(--bs-success-text-emphasis) !important;
}

.hover\:border-danger:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.hover\:border-danger-subtle:hover {
  border-color: var(--bs-danger-border-subtle) !important;
}

.hover\:border-danger-emphasis:hover {
  border-color: var(--bs-danger-text-emphasis) !important;
}

.hover\:border-warning:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb),
      var(--bs-border-opacity)) !important;
}

.hover\:border-warning-subtle:hover {
  border-color: var(--bs-warning-border-subtle) !important;
}

.hover\:border-warning-emphasis:hover {
  border-color: var(--bs-warning-text-emphasis) !important;
}

.hover\:border-info:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.hover\:border-info-subtle:hover {
  border-color: var(--bs-info-border-subtle) !important;
}

.hover\:border-info-emphasis:hover {
  border-color: var(--bs-info-text-emphasis) !important;
}

.hover\:border-light:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.hover\:border-light-subtle:hover {
  border-color: var(--bs-light-border-subtle) !important;
}

.hover\:border-light-emphasis:hover {
  border-color: var(--bs-light-text-emphasis) !important;
}

.hover\:border-dark:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.hover\:border-dark-subtle:hover {
  border-color: var(--bs-dark-border-subtle) !important;
}

.hover\:border-dark-emphasis:hover {
  border-color: var(--bs-dark-text-emphasis) !important;
}

.hover\:border-black:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.hover\:border-white:hover {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-2x {
  --bs-border-width: 0.125rem;
}

.border-4x {
  --bs-border-width: 0.25rem;
}

.border-dotted {
  --bs-border-style: dotted;
}

.border-dashed {
  --bs-border-style: dashed;
}

.border-opacity-5 {
  --bs-border-opacity: 0.05;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-20 {
  --bs-border-opacity: 0.2;
}

.border-opacity-30 {
  --bs-border-opacity: 0.3;
}

.border-opacity-40 {
  --bs-border-opacity: 0.4;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-60 {
  --bs-border-opacity: 0.6;
}

.border-opacity-70 {
  --bs-border-opacity: 0.7;
}

.border-opacity-80 {
  --bs-border-opacity: 0.8;
}

.border-opacity-90 {
  --bs-border-opacity: 0.9;
}

.border-opacity-95 {
  --bs-border-opacity: 0.95;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.hover\:border-opacity-5:hover {
  --bs-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --bs-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --bs-border-opacity: 0.2;
}

.hover\:border-opacity-30:hover {
  --bs-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --bs-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --bs-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --bs-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --bs-border-opacity: 0.7;
}

.hover\:border-opacity-80:hover {
  --bs-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --bs-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --bs-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --bs-border-opacity: 1;
}

.text-primary-subtle {
  color: var(--bs-primary-bg-subtle) !important;
}

.text-secondary-subtle {
  color: var(--bs-secondary-bg-subtle) !important;
}

.text-success-subtle {
  color: var(--bs-success-bg-subtle) !important;
}

.text-danger-subtle {
  color: var(--bs-danger-bg-subtle) !important;
}

.text-warning-subtle {
  color: var(--bs-warning-bg-subtle) !important;
}

.text-info-subtle {
  color: var(--bs-info-bg-subtle) !important;
}

.text-light-subtle {
  color: var(--bs-light-bg-subtle) !important;
}

.text-dark-subtle {
  color: var(--bs-dark-bg-subtle) !important;
}

.text-heading {
  color: var(--bs-heading-color) !important;
}

.hover\:text-heading:hover {
  color: var(--bs-heading-color) !important;
}

.hover\:text-body:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-body-emphasis:hover {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.hover\:text-body-secondary:hover {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.hover\:text-body-tertiary:hover {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.hover\:text-black:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-white:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-primary:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-primary-emphasis:hover {
  color: var(--bs-primary-text-emphasis) !important;
}

.hover\:text-primary-subtle:hover {
  color: var(--bs-primary-bg-subtle) !important;
}

.hover\:text-secondary:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-secondary-emphasis:hover {
  color: var(--bs-secondary-text-emphasis) !important;
}

.hover\:text-secondary-subtle:hover {
  color: var(--bs-secondary-bg-subtle) !important;
}

.hover\:text-success:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-success-emphasis:hover {
  color: var(--bs-success-text-emphasis) !important;
}

.hover\:text-success-subtle:hover {
  color: var(--bs-success-bg-subtle) !important;
}

.hover\:text-danger:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-danger-emphasis:hover {
  color: var(--bs-danger-text-emphasis) !important;
}

.hover\:text-danger-subtle:hover {
  color: var(--bs-danger-bg-subtle) !important;
}

.hover\:text-warning:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-warning-emphasis:hover {
  color: var(--bs-warning-text-emphasis) !important;
}

.hover\:text-warning-subtle:hover {
  color: var(--bs-warning-bg-subtle) !important;
}

.hover\:text-info:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-info-emphasis:hover {
  color: var(--bs-info-text-emphasis) !important;
}

.hover\:text-info-subtle:hover {
  color: var(--bs-info-bg-subtle) !important;
}

.hover\:text-light:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-light-emphasis:hover {
  color: var(--bs-light-text-emphasis) !important;
}

.hover\:text-light-subtle:hover {
  color: var(--bs-light-bg-subtle) !important;
}

.hover\:text-dark:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.hover\:text-dark-emphasis:hover {
  color: var(--bs-dark-text-emphasis) !important;
}

.hover\:text-dark-subtle:hover {
  color: var(--bs-dark-bg-subtle) !important;
}

.placeholder\:\:text-body::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-body-emphasis::placeholder {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.placeholder\:\:text-body-secondary::placeholder {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.placeholder\:\:text-body-tertiary::placeholder {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.placeholder\:\:text-black::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-white::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-primary::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-primary-emphasis::placeholder {
  color: var(--bs-primary-text-emphasis) !important;
}

.placeholder\:\:text-primary-subtle::placeholder {
  color: var(--bs-primary-bg-subtle) !important;
}

.placeholder\:\:text-secondary::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-secondary-emphasis::placeholder {
  color: var(--bs-secondary-text-emphasis) !important;
}

.placeholder\:\:text-secondary-subtle::placeholder {
  color: var(--bs-secondary-bg-subtle) !important;
}

.placeholder\:\:text-success::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-success-emphasis::placeholder {
  color: var(--bs-success-text-emphasis) !important;
}

.placeholder\:\:text-success-subtle::placeholder {
  color: var(--bs-success-bg-subtle) !important;
}

.placeholder\:\:text-danger::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-danger-emphasis::placeholder {
  color: var(--bs-danger-text-emphasis) !important;
}

.placeholder\:\:text-danger-subtle::placeholder {
  color: var(--bs-danger-bg-subtle) !important;
}

.placeholder\:\:text-warning::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-warning-emphasis::placeholder {
  color: var(--bs-warning-text-emphasis) !important;
}

.placeholder\:\:text-warning-subtle::placeholder {
  color: var(--bs-warning-bg-subtle) !important;
}

.placeholder\:\:text-info::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-info-emphasis::placeholder {
  color: var(--bs-info-text-emphasis) !important;
}

.placeholder\:\:text-info-subtle::placeholder {
  color: var(--bs-info-bg-subtle) !important;
}

.placeholder\:\:text-light::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-light-emphasis::placeholder {
  color: var(--bs-light-text-emphasis) !important;
}

.placeholder\:\:text-light-subtle::placeholder {
  color: var(--bs-light-bg-subtle) !important;
}

.placeholder\:\:text-dark::placeholder {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.placeholder\:\:text-dark-emphasis::placeholder {
  color: var(--bs-dark-text-emphasis) !important;
}

.placeholder\:\:text-dark-subtle::placeholder {
  color: var(--bs-dark-bg-subtle) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

.text-opacity-10 {
  --bs-text-opacity: 0.1;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

.text-opacity-97 {
  --bs-text-opacity: 0.97;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --bs-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --bs-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --bs-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --bs-text-opacity: 0.2;
}

.hover\:text-opacity-30:hover {
  --bs-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --bs-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --bs-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --bs-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --bs-text-opacity: 0.7;
}

.hover\:text-opacity-80:hover {
  --bs-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --bs-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --bs-text-opacity: 0.95;
}

.hover\:text-opacity-97:hover {
  --bs-text-opacity: 0.97;
}

.hover\:text-opacity-100:hover {
  --bs-text-opacity: 1;
}

.placeholder\:\:text-opacity-5::placeholder {
  --bs-text-opacity: 0.05;
}

.placeholder\:\:text-opacity-10::placeholder {
  --bs-text-opacity: 0.1;
}

.placeholder\:\:text-opacity-20::placeholder {
  --bs-text-opacity: 0.2;
}

.placeholder\:\:text-opacity-30::placeholder {
  --bs-text-opacity: 0.3;
}

.placeholder\:\:text-opacity-40::placeholder {
  --bs-text-opacity: 0.4;
}

.placeholder\:\:text-opacity-50::placeholder {
  --bs-text-opacity: 0.5;
}

.placeholder\:\:text-opacity-60::placeholder {
  --bs-text-opacity: 0.6;
}

.placeholder\:\:text-opacity-70::placeholder {
  --bs-text-opacity: 0.7;
}

.placeholder\:\:text-opacity-80::placeholder {
  --bs-text-opacity: 0.8;
}

.placeholder\:\:text-opacity-90::placeholder {
  --bs-text-opacity: 0.9;
}

.placeholder\:\:text-opacity-95::placeholder {
  --bs-text-opacity: 0.95;
}

.placeholder\:\:text-opacity-97::placeholder {
  --bs-text-opacity: 0.97;
}

.placeholder\:\:text-opacity-100::placeholder {
  --bs-text-opacity: 1;
}

[data-bs-theme="dark"] {
  --bs-body-color: #f0f0ff;
  --bs-primary-bg-subtle: #9D4EE9;
  --bs-primary-text-emphasis: #eaefff;
  --bs-secondary-bg-subtle: #330260;
  --bs-secondary-text-emphasis: #f6f7fd;
  --bs-success-bg-subtle: #044d1d;
  --bs-success-text-emphasis: #e8f9ee;
  --bs-info-bg-subtle: #024153;
  --bs-info-text-emphasis: #e6f9ff;
  --bs-warning-bg-subtle: #966c00;
  --bs-warning-text-emphasis: #fef7e6;
  --bs-danger-bg-subtle: #971837;
  --bs-danger-text-emphasis: #feeaef;
  --bs-light-bg-subtle: #495058;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-bg-subtle: #0d0e10;
  --bs-dark-text-emphasis: #ced4da;
  --bs-box-shadow: 0px 10px 20px -4px rgba(145, 158, 171, 0.16);
  --bs-box-shadow-sm:
    0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --bs-box-shadow-lg:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

[data-bs-theme="dark"][data-theme="home-2"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="dark"][data-theme="home-3"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="dark"][data-theme="wp-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary: #f67a3c;
  --bs-primary-rgb: 246, 122, 60;
  --bs-primary-bg-subtle: #964a25;
  --bs-primary-text-emphasis: #fbc8af;
  --bs-secondary: #7734f9;
  --bs-secondary-rgb: 119, 52, 249;
  --bs-secondary-bg-subtle: #2e1a6d;
  --bs-secondary-text-emphasis: #ebebfe;
}

[data-bs-theme="dark"][data-theme="cloud-server-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-secondary: #1dffff;
  --bs-secondary-rgb: 29, 255, 255;
  --bs-secondary-bg-subtle: #035a67;
  --bs-secondary-text-emphasis: #c0ffff;
}

[data-bs-theme="dark"][data-theme="dedicated-server-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="dark"][data-theme="vps-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="dark"][data-theme="cloud-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="dark"][data-theme="web-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="dark"][data-theme="reseller-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary-rgb: 119, 52, 249;
  --bs-primary: #7734f9;
  --bs-primary-bg-subtle: #492098;
  --bs-primary-text-emphasis: #f1ebfe;
}

[data-bs-theme="dark"][data-theme="email-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="dark"][data-theme="cpanel-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary: #f67a3c;
  --bs-primary-rgb: 246, 122, 60;
  --bs-primary-bg-subtle: #964a25;
  --bs-primary-text-emphasis: #fbc8af;
  --bs-secondary: #7734f9;
  --bs-secondary-rgb: 119, 52, 249;
  --bs-secondary-bg-subtle: #2e1a6d;
  --bs-secondary-text-emphasis: #ebebfe;
}

[data-bs-theme="dark"][data-theme="domain"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary: #2a62fe;
  --bs-primary-rgb: 42, 98, 254;
  --bs-primary-bg-subtle: #1a3c9b;
  --bs-primary-text-emphasis: #eaefff;
  --bs-secondary: #5c65ff;
  --bs-secondary-rgb: 92, 101, 255;
  --bs-secondary-bg-subtle: #330260;
  --bs-secondary-text-emphasis: #f6f7fd;
}

[data-bs-theme="dark"] .dark\:bg-dark {
  background-color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .dark\:bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-dark-emphasis {
  background-color: var(--bs-dark-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-light {
  background-color: var(--bs-light) !important;
}

[data-bs-theme="dark"] .dark\:bg-light-emphasis {
  background-color: var(--bs-light-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-primary {
  background-color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .dark\:bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-primary-emphasis {
  background-color: var(--bs-primary-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-secondary {
  background-color: var(--bs-secondary) !important;
}

[data-bs-theme="dark"] .dark\:bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-secondary-emphasis {
  background-color: var(--bs-secondary-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-success {
  background-color: var(--bs-success) !important;
}

[data-bs-theme="dark"] .dark\:bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-success-emphasis {
  background-color: var(--bs-success-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-danger {
  background-color: var(--bs-danger) !important;
}

[data-bs-theme="dark"] .dark\:bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-danger-emphasis {
  background-color: var(--bs-danger-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-warning {
  background-color: var(--bs-warning) !important;
}

[data-bs-theme="dark"] .dark\:bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-warning-emphasis {
  background-color: var(--bs-warning-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-info {
  background-color: var(--bs-info) !important;
}

[data-bs-theme="dark"] .dark\:bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:bg-info-emphasis {
  background-color: var(--bs-info-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:bg-heading {
  background-color: var(--bs-heading-color) !important;
}

[data-bs-theme="dark"] .dark\:bg-body {
  background-color: var(--bs-body-color) !important;
}

[data-bs-theme="dark"] .dark\:text-dark {
  color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .dark\:text-dark-subtle {
  color: var(--bs-dark-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-light {
  color: var(--bs-light) !important;
}

[data-bs-theme="dark"] .dark\:text-light-subtle {
  color: var(--bs-light-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-primary {
  color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .dark\:text-primary-subtle {
  color: var(--bs-primary-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-secondary {
  color: var(--bs-secondary) !important;
}

[data-bs-theme="dark"] .dark\:text-secondary-subtle {
  color: var(--bs-secondary-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-success {
  color: var(--bs-success) !important;
}

[data-bs-theme="dark"] .dark\:text-success-subtle {
  color: var(--bs-success-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-warning {
  color: var(--bs-warning) !important;
}

[data-bs-theme="dark"] .dark\:text-warning-subtle {
  color: var(--bs-warning-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-danger {
  color: var(--bs-danger) !important;
}

[data-bs-theme="dark"] .dark\:text-danger-subtle {
  color: var(--bs-danger-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-info {
  color: var(--bs-info) !important;
}

[data-bs-theme="dark"] .dark\:text-info-subtle {
  color: var(--bs-info-bg-subtle) !important;
}

[data-bs-theme="dark"] .dark\:text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

[data-bs-theme="dark"] .dark\:text-heading {
  color: var(--bs-heading-color) !important;
}

[data-bs-theme="dark"] .dark\:d-none {
  display: none !important;
}

[data-bs-theme="dark"] .dark\:d-block {
  display: block !important;
}

[data-bs-theme="dark"] .dark\:d-inline-block {
  display: inline-block !important;
}

[data-bs-theme="dark"] .bg-gradient-1 {
  background-image: linear-gradient(180deg,
      var(--bs-secondary-bg-subtle) 0%,
      var(--bs-secondary) 100%) !important;
}

[data-bs-theme="dark"] .bg-gradient-2 {
  background-image: linear-gradient(180deg,
      var(--bs-primary-bg-subtle) 0%,
      var(--bs-primary) 100%) !important;
}

[data-bs-theme="dark"] .bg-gradient-3 {
  background-image: linear-gradient(234deg,
      var(--bs-primary-bg-subtle) 17.25%,
      var(--bs-primary) 75.19%) !important;
}

[data-bs-theme="dark"] .bg-gradient-4 {
  background-image: linear-gradient(232deg,
      var(--bs-secondary-bg-subtle) 4%,
      var(--bs-secondary) 76%) !important;
}

[data-bs-theme="dark"] .cta-7::after {
  background-color: var(--bs-secondary-bg-subtle);
}

[data-bs-theme="dark"] .banner-5 {
  background-image: linear-gradient(180deg,
      var(--bs-primary) -23.87%,
      var(--bs-primary-bg-subtle) 89.73%);
}

[data-bs-theme="dark"] .testimonial-slider-4__container::after {
  background-image: linear-gradient(270deg,
      rgba(248, 249, 250, 0) -0.61%,
      var(--bs-dark) 28.79%,
      var(--bs-dark) 72.57%,
      rgba(248, 249, 250, 0) 100%);
}

[data-bs-theme="dark"] .hero-4::after {
  background-color: var(--bs-dark-bg-subtle);
}

[data-bs-theme="dark"] .hero-8::after {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .triangle-shape-bottom::after {
  background-image: linear-gradient(180deg,
      var(--bs-secondary-bg-subtle) 0%,
      var(--bs-secondary) 100%);
}

[data-bs-theme="dark"] .triangle-shape-top::after {
  background-image: linear-gradient(180deg,
      var(--bs-secondary) 0%,
      var(--bs-secondary-bg-subtle) 100%);
}

@media (min-width: 768px) {
  [data-bs-theme="dark"] .testimonial-slider-8::after {
    background-color: var(--bs-dark);
  }
}

[data-bs-theme="dark"] .hero-10::after {
  background-color: rgba(var(--bs-dark-rgb), 0.5);
}

[data-bs-theme="dark"] .testimonial-section-4::after {
  background-color: var(--bs-secondary-bg-subtle);
}

[data-bs-theme="dark"] .hero-11 {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .hero-11::before {
  background-image: linear-gradient(180deg,
      rgba(var(--bs-light-rgb), 0.035) 71.14%,
      transparent 94.19%);
}

[data-bs-theme="dark"] .hero-11::after {
  background-image: linear-gradient(232deg,
      var(--bs-secondary-bg-subtle) 4%,
      var(--bs-secondary) 76%);
}

[data-bs-theme="dark"] .hero-12::after {
  background-image: linear-gradient(109deg,
      var(--bs-primary) 13.06%,
      #090f91 46.34%,
      var(--bs-secondary-bg-subtle) 83.11%);
}

@media (min-width: 768px) {
  [data-bs-theme="dark"] .hero-13::before {
    background-image: linear-gradient(180deg,
        var(--bs-dark-bg-subtle) 45.04%,
        transparent 83.94%);
  }
}

@media (min-width: 768px) {
  [data-bs-theme="dark"] .hero-13::after {
    background-image: linear-gradient(184deg,
        var(--bs-primary) 10.5%,
        var(--bs-primary-bg-subtle) 71.34%);
  }
}

[data-bs-theme="dark"] .hero-14::after {
  background-image: linear-gradient(180deg,
      var(--bs-secondary-bg-subtle) 0%,
      var(--bs-secondary) 100%);
}

[data-bs-theme="dark"] .feature-section-3::after {
  background-color: var(--bs-dark);
}

[data-bs-theme="dark"] .table {
  --bs-table-bg: #090a0a;
}

[data-bs-theme="light"] {
  --bs-body-color: #616a72;
  --bs-primary-bg-subtle: #E1D4FB;
  --bs-primary-text-emphasis: #1a3c9b;
  --bs-secondary-bg-subtle: #f6f7fd;
  --bs-secondary-text-emphasis: #330260;
  --bs-success-bg-subtle: #e8f9ee;
  --bs-success-text-emphasis: #044d1d;
  --bs-info-bg-subtle: #e6f9ff;
  --bs-info-text-emphasis: #024153;
  --bs-warning-bg-subtle: #fef7e6;
  --bs-warning-text-emphasis: #966c00;
  --bs-danger-bg-subtle: #feeaef;
  --bs-danger-text-emphasis: #971837;
  --bs-light-bg-subtle: #f8f9fa;
  --bs-light-text-emphasis: #495058;
  --bs-dark-bg-subtle: #ced4da;
  --bs-dark-text-emphasis: #0d0e10;
  --bs-box-shadow: 0px 10px 20px -4px rgba(145, 158, 171, 0.16);
  --bs-box-shadow-sm:
    0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --bs-box-shadow-lg:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

[data-bs-theme="light"][data-theme="home-2"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="light"][data-theme="home-3"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="light"][data-theme="wp-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary: #f67a3c;
  --bs-primary-rgb: 246, 122, 60;
  --bs-primary-bg-subtle: #fbc8af;
  --bs-primary-text-emphasis: #964a25;
  --bs-secondary: #7734f9;
  --bs-secondary-rgb: 119, 52, 249;
  --bs-secondary-bg-subtle: #ebebfe;
  --bs-secondary-text-emphasis: #2e1a6d;
}

[data-bs-theme="light"][data-theme="cloud-server-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-secondary: #1dffff;
  --bs-secondary-rgb: 29, 255, 255;
  --bs-secondary-bg-subtle: #c0ffff;
  --bs-secondary-text-emphasis: #035a67;
}

[data-bs-theme="light"][data-theme="dedicated-server-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="light"][data-theme="vps-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="light"][data-theme="cloud-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="light"][data-theme="web-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="light"][data-theme="reseller-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary-rgb: 119, 52, 249;
  --bs-primary: #7734f9;
  --bs-primary-bg-subtle: #f1ebfe;
  --bs-primary-text-emphasis: #492098;
}

[data-bs-theme="light"][data-theme="email-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
}

[data-bs-theme="light"][data-theme="cpanel-hosting"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary: #f67a3c;
  --bs-primary-rgb: 246, 122, 60;
  --bs-primary-bg-subtle: #fbc8af;
  --bs-primary-text-emphasis: #964a25;
  --bs-secondary: #7734f9;
  --bs-secondary-rgb: 119, 52, 249;
  --bs-secondary-bg-subtle: #ebebfe;
  --bs-secondary-text-emphasis: #2e1a6d;
}

[data-bs-theme="light"][data-theme="domain"] {
  --bs-light: #f2f5ff;
  --bs-light-rgb: 242, 245, 255;
  --bs-primary: #2a62fe;
  --bs-primary-rgb: 42, 98, 254;
  --bs-primary-bg-subtle: #E1D4FB;
  --bs-primary-text-emphasis: #1a3c9b;
  --bs-secondary: #5c65ff;
  --bs-secondary-rgb: 92, 101, 255;
  --bs-secondary-bg-subtle: #f6f7fd;
  --bs-secondary-text-emphasis: #330260;
}

[data-bs-theme="light"] .light\:d-none {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.ff-1 {
  font-family: "Poppins", sans-serif;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-border-color);
}

.form-select:focus {
  box-shadow: none;
  border-color: var(--bs-border-color);
}

.\:focus-outline-0:focus {
  outline: none;
}

.inset-0 {
  inset: 0;
}

.link {
  text-decoration: none;
  transition: all 0.3s ease;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.pointer-none {
  pointer-events: none;
}

.place-content-center {
  place-content: center;
}

.place-items-center {
  place-items: center;
}

.transition {
  transition: all 0.3s ease;
}

.z-n2 {
  z-index: -2;
}

.mt-n60 {
  margin-top: -3.75rem;
}

.mt-n100 {
  margin-top: -6.25rem;
}

.mt-n120 {
  margin-top: -7.5rem;
}

.mt-n150 {
  margin-top: -9.375rem;
}

.ratio-1\/1 {
  aspect-ratio: 1/1;
}

.outline {
  --outline-width: 1px;
  --outline-style: solid;
  --outline-color: var(--bs-border-color);
  outline: var(--outline-width) var(--outline-style) var(--outline-color);
}

.outline--primary {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-primary-rgb), var(--outline-opacity));
}

.outline--primary-subtle {
  --outline-color: var(--bs-primary-bg-subtle);
}

.outline--primary-emphasis {
  --outline-color: var(--bs-primary-text-emphasis);
}

.outline--secondary {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-secondary-rgb), var(--outline-opacity));
}

.outline--secondary-subtle {
  --outline-color: var(--bs-secondary-bg-subtle);
}

.outline--secondary-emphasis {
  --outline-color: var(--bs-secondary-text-emphasis);
}

.outline--success {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-success-rgb), var(--outline-opacity));
}

.outline--success-subtle {
  --outline-color: var(--bs-success-bg-subtle);
}

.outline--success-emphasis {
  --outline-color: var(--bs-success-text-emphasis);
}

.outline--danger {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-danger-rgb), var(--outline-opacity));
}

.outline--danger-subtle {
  --outline-color: var(--bs-danger-bg-subtle);
}

.outline--danger-emphasis {
  --outline-color: var(--bs-danger-text-emphasis);
}

.outline--warning {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-warning-rgb), var(--outline-opacity));
}

.outline--warning-subtle {
  --outline-color: var(--bs-warning-bg-subtle);
}

.outline--warning-emphasis {
  --outline-color: var(--bs-warning-text-emphasis);
}

.outline--info {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-info-rgb), var(--outline-opacity));
}

.outline--info-subtle {
  --outline-color: var(--bs-info-bg-subtle);
}

.outline--info-emphasis {
  --outline-color: var(--bs-info-text-emphasis);
}

.outline--light {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-light-rgb), var(--outline-opacity));
}

.outline--light-subtle {
  --outline-color: var(--bs-light-bg-subtle);
}

.outline--light-emphasis {
  --outline-color: var(--bs-light-text-emphasis);
}

.outline--dark {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-dark-rgb), var(--outline-opacity));
}

.outline--dark-subtle {
  --outline-color: var(--bs-dark-bg-subtle);
}

.outline--dark-emphasis {
  --outline-color: var(--bs-dark-text-emphasis);
}

.outline--2x {
  --outline-width: 2px;
}

.outline--3x {
  --outline-width: 3px;
}

.outline--4x {
  --outline-width: 4px;
}

.outline--5x {
  --outline-width: 5px;
}

.outline--6x {
  --outline-width: 6px;
}

.outline--dotted {
  --outline-style: dotted;
}

.outline--dashed {
  --outline-style: dashed;
}

.outline-opacity-5 {
  --outline-opacity: 0.05;
}

.outline-opacity-10 {
  --outline-opacity: 0.1;
}

.outline-opacity-20 {
  --outline-opacity: 0.2;
}

.outline-opacity-30 {
  --outline-opacity: 0.3;
}

.outline-opacity-40 {
  --outline-opacity: 0.4;
}

.outline-opacity-50 {
  --outline-opacity: 0.5;
}

.outline-opacity-60 {
  --outline-opacity: 0.6;
}

.outline-opacity-70 {
  --outline-opacity: 0.7;
}

.outline-opacity-80 {
  --outline-opacity: 0.8;
}

.outline-opacity-90 {
  --outline-opacity: 0.9;
}

.outline-opacity-100 {
  --outline-opacity: 1;
}

.hover\:outline-primary:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-primary-rgb) / var(--outline-opacity));
}

.hover\:outline-primary-subtle:hover {
  --outline-color: var(--bs-primary-bg-subtle);
}

.hover\:outline-primary-emphasis:hover {
  --outline-color: var(--bs-primary-text-emphasis);
}

.hover\:outline-secondary:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-secondary-rgb), var(--outline-opacity));
}

.hover\:outline-secondary-subtle:hover {
  --outline-color: var(--bs-secondary-bg-subtle);
}

.hover\:outline-secondary-emphasis:hover {
  --outline-color: var(--bs-secondary-text-emphasis);
}

.hover\:outline-success:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-success-rgb), var(--outline-opacity));
}

.hover\:outline-success-subtle:hover {
  --outline-color: var(--bs-success-bg-subtle);
}

.hover\:outline-success-emphasis:hover {
  --outline-color: var(--bs-success-text-emphasis);
}

.hover\:outline-danger:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-danger-rgb), var(--outline-opacity));
}

.hover\:outline-danger-subtle:hover {
  --outline-color: var(--bs-danger-bg-subtle);
}

.hover\:outline-danger-emphasis:hover {
  --outline-color: var(--bs-danger-text-emphasis);
}

.hover\:outline-warning:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-warning-rgb), var(--outline-opacity));
}

.hover\:outline-warning-subtle:hover {
  --outline-color: var(--bs-warning-bg-subtle);
}

.hover\:outline-warning-emphasis:hover {
  --outline-color: var(--bs-warning-text-emphasis);
}

.hover\:outline-info:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-info-rgb), var(--outline-opacity));
}

.hover\:outline-info-subtle:hover {
  --outline-color: var(--bs-info-bg-subtle);
}

.hover\:outline-info-emphasis:hover {
  --outline-color: var(--bs-info-text-emphasis);
}

.hover\:outline-light:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-light-rgb), var(--outline-opacity));
}

.hover\:outline-light-subtle:hover {
  --outline-color: var(--bs-light-bg-subtle);
}

.hover\:outline-light-emphasis:hover {
  --outline-color: var(--bs-light-text-emphasis);
}

.hover\:outline-dark:hover {
  --outline-opacity: 1;
  --outline-color: rgba(var(--bs-dark-rgb), var(--outline-opacity));
}

.hover\:outline-dark-subtle:hover {
  --outline-color: var(--bs-dark-bg-subtle);
}

.hover\:outline-dark-emphasis:hover {
  --outline-color: var(--bs-dark-text-emphasis);
}

.hover\:outline-opacity-5:hover {
  --outline-opacity: 0.05;
}

.hover\:outline-opacity-10:hover {
  --outline-opacity: 0.1;
}

.hover\:outline-opacity-20:hover {
  --outline-opacity: 0.2;
}

.hover\:outline-opacity-30:hover {
  --outline-opacity: 0.3;
}

.hover\:outline-opacity-40:hover {
  --outline-opacity: 0.4;
}

.hover\:outline-opacity-50:hover {
  --outline-opacity: 0.5;
}

.hover\:outline-opacity-60:hover {
  --outline-opacity: 0.6;
}

.hover\:outline-opacity-70:hover {
  --outline-opacity: 0.7;
}

.hover\:outline-opacity-80:hover {
  --outline-opacity: 0.8;
}

.hover\:outline-opacity-90:hover {
  --outline-opacity: 0.9;
}

.hover\:outline-opacity-100:hover {
  --outline-opacity: 1;
}

.rounded-start-start-0 {
  border-start-start-radius: 0;
}

.rounded-start-end-0 {
  border-start-end-radius: 0;
}

.rounded-end-start-0 {
  border-end-start-radius: 0;
}

.rounded-end-end-0 {
  border-end-end-radius: 0;
}

.rounded-start-start-1 {
  border-start-start-radius: 0.25rem;
}

.rounded-start-end-1 {
  border-start-end-radius: 0.25rem;
}

.rounded-end-start-1 {
  border-end-start-radius: 0.25rem;
}

.rounded-end-end-1 {
  border-end-end-radius: 0.25rem;
}

.rounded-start-start-2 {
  border-start-start-radius: 0.5rem;
}

.rounded-start-end-2 {
  border-start-end-radius: 0.5rem;
}

.rounded-end-start-2 {
  border-end-start-radius: 0.5rem;
}

.rounded-end-end-2 {
  border-end-end-radius: 0.5rem;
}

.rounded-start-start-3 {
  border-start-start-radius: 0.75rem;
}

.rounded-start-end-3 {
  border-start-end-radius: 0.75rem;
}

.rounded-end-start-3 {
  border-end-start-radius: 0.75rem;
}

.rounded-end-end-3 {
  border-end-end-radius: 0.75rem;
}

.rounded-start-start-4 {
  border-start-start-radius: 1rem;
}

.rounded-start-end-4 {
  border-start-end-radius: 1rem;
}

.rounded-end-start-4 {
  border-end-start-radius: 1rem;
}

.rounded-end-end-4 {
  border-end-end-radius: 1rem;
}

.rounded-start-start-5 {
  border-start-start-radius: 1.25rem;
}

.rounded-start-end-5 {
  border-start-end-radius: 1.25rem;
}

.rounded-end-start-5 {
  border-end-start-radius: 1.25rem;
}

.rounded-end-end-5 {
  border-end-end-radius: 1.25rem;
}

[dir="rtl"] .hero-2__shape-1 {
  right: 0;
}

[dir="rtl"] .hero-3__shape-1 {
  right: 0 !important;
  left: auto;
}

[dir="rtl"] .circular-card-list__item:first-child {
  transform: rotate(11deg) translateY(63px);
}

[dir="rtl"] .circular-card-list__item:first-child:hover {
  transform: rotate(7deg) translateY(48px) scale(1.05) translateX(-10px);
}

[dir="rtl"] .circular-card-list__item:nth-child(2) {
  transform: rotate(8deg) translateY(37px);
}

[dir="rtl"] .circular-card-list__item:nth-child(2):hover {
  transform: rotate(4deg) translateY(26px) scale(1.05) translateX(-10px);
}

[dir="rtl"] .circular-card-list__item:nth-child(3) {
  transform: rotate(4deg) translateY(21px);
}

[dir="rtl"] .circular-card-list__item:nth-child(3):hover {
  transform: rotate(0deg) translateY(12px) scale(1.05) translateX(-10px);
}

[dir="rtl"] .circular-card-list__item:nth-child(4) {
  transform: translateY(15px);
}

[dir="rtl"] .circular-card-list__item:nth-child(4):hover {
  transform: rotate(-4deg) translateY(8px) scale(1.05) translateX(-10px);
}

[dir="rtl"] .circular-card-list__item:nth-child(5) {
  transform: rotate(-4deg) translateY(21px);
}

[dir="rtl"] .circular-card-list__item:nth-child(5):hover {
  transform: rotate(-8deg) translateY(12px) scale(1.05) translateX(-10px);
}

[dir="rtl"] .circular-card-list__item:nth-child(6) {
  transform: rotate(-8deg) translateY(37px);
}

[dir="rtl"] .circular-card-list__item:nth-child(6):hover {
  transform: rotate(-12deg) translateY(26px) scale(1.05) translateX(-10px);
}

[dir="rtl"] .circular-card-list__item:last-child {
  transform: rotate(-11deg) translateY(63px);
}

[dir="rtl"] .circular-card-list__item:last-child:hover {
  transform: rotate(-15deg) translateY(48px) scale(1.05) translateX(-10px);
}

[dir="rtl"] .footer-shape-1 {
  left: 0 !important;
  right: auto !important;
}

[dir="rtl"] .footer-shape-2 {
  right: 0 !important;
  left: auto !important;
}

@media (min-width: 992px) {
  [dir="rtl"] .testimonial-section-2::after {
    right: 60%;
    left: 0;
  }
}

[dir="rtl"] .row-ltr {
  direction: ltr;
}

[dir="rtl"] .row-ltr>[class^="col"] {
  direction: rtl;
}

[dir="rtl"] .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .badge.translate-middle {
  transform: translate(50%, 50%) !important;
}

[dir="rtl"] .img-flip {
  transform: scaleX(-1);
}

[dir="rtl"] .hero-11::before {
  transform: scaleX(-1);
}

[dir="rtl"] .hero-11::after {
  transform: scaleX(-1);
}

[dir="rtl"] .translate-middle-x {
  transform: translateX(50%) !important;
}

@media (min-width: 768px) {
  [dir="rtl"] .hero-12::after {
    transform: scaleX(-1);
  }
}

@media (min-width: 992px) {
  [dir="rtl"] .card-flush:nth-child(1) {
    border-image: linear-gradient(88deg, var(--border-color), transparent) 1;
  }

  [dir="rtl"] .card-flush:nth-child(3) {
    border-image: linear-gradient(88deg, transparent, var(--border-color)) 1;
  }
}

@media (min-width: 768px) {
  [dir="rtl"] .hero-13::before {
    transform: scaleX(-1);
  }

  [dir="rtl"] .hero-13::after {
    transform: scaleX(-1);
  }
}

[dir="rtl"] .cta-10::before {
  transform: scaleX(-1);
}

[dir="rtl"] .cta-10::after {
  transform: scaleX(-1);
}

@media (min-width: 992px) {
  [dir="rtl"] .hero-14::after {
    transform: scaleX(-1);
  }
}

@media (min-width: 1200px) {
  [dir="rtl"] .domain-search-section-1::before {
    border-radius: 0 1.5rem 1.5rem 0;
  }

  [dir="rtl"] .domain-search-section-1::after {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}

/* ✅ Mobile: Up to 600px */
@media screen and (max-width: 600px) {
  .ddos-header-heading {
    font-size: 35px !important;
  }
}

/* ✅ Tablet: 601px to 1024px */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .ddos-header-heading {
    font-size: 35px !important;
  }
}

/* ✅ Laptop/Desktop: 1025px and above */
@media screen and (min-width: 1025px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (max-width: 1280px) {

  h1,
  .h1 {
    font-size: 35px !important;
  }

  h2,
  .h2 {
    font-size: 30px !important;
  }

  h3,
  .h3 {
    font-size: 25px !important;
  }

  h4,
  .h4 {
    font-size: 20px !important;
  }

  h5,
  .h5 {
    font-size: 15px !important;
  }
}

.whatsapp-float {
  position: fixed;
    bottom: 125px;
    right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #25d366;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  opacity: 0.5;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.accordion-button:not(.collapsed) .bgcolour-drop {
  background-color: rgba(42, 98, 254, 0.25) !important;
}

.bg-offset-hero::after {
  position: absolute;
  content: "";
  width: 75%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #32065b;
}

.quote_ {
  opacity: 0.1;
}

@media (max-width: 767.98px) {
  .bg-offset-hero::after {
    width: 100%;
  }
}

.floating-item {
  position: relative;
  animation: float 3s ease-in-out infinite;
}

.nav-link {
  font-size: 14px !important;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.managment-page-css {
  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .feature-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .feature-list li i {
    color: #18c58f;
    /* green check */
    font-size: 12px;
    background: #e9f9f3;
    border-radius: 50%;
    padding: 6px;
  }

  .stars {
    color: #fbbc04;
    /* Google star yellow */
    font-size: 12px;
    margin-bottom: 10px;
  }

  .rating-text {
    font-size: 22px;
    font-weight: 700;
    color: #000;
  }

  .About-us-abstract {
    background-image: url("https://cloudminister.com/img/shape/brand-section-curve-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;

    display: flex;
    align-items: center;
    /* vertical center */
  }


  .server-managment-card {
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }

  .server-managment-card h6 {
    min-height: 56px;
    /* keeps headers aligned */
  }

  .server-managment-card p {
    flex-grow: 1;
    /* pushes content evenly */
  }

  /* security */

  .why-area-one {
    background-color: var(--bs-secondary-text-emphasis);
    /* deep dark */
    overflow: hidden;
  }

  .why-area-one h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  @media (max-width: 991px) {
    .why-area-one h2 {
      font-size: 22px;
    }
  }

  .why-card {
    height: 100%;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    transition: all 0.35s ease;
  }

  .why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .why-card img {
    max-width: 56px;
  }

  .why-card img.dark {
    display: none;
  }

  /* Optional: if you want icon change on hover */
  .why-card:hover img {
    display: none;
  }

  .why-card:hover img.dark {
    display: inline-block;
  }

  .why-card h6 {
    font-size: 18px;
    line-height: 1.4;
  }

  .why-card p {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .why-area-one .col-xl-3,
  .why-area-one .col-md-6 {
    display: flex;
  }

  .why-card {
    display: flex;
    flex-direction: column;
  }

  .why-card:hover {
    background-color: var(--bs-secondary);
    transform: translateY(-6px);
  }

  .why-service-item {
    padding: 40px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
  }

  .why-service-item:hover {
    transform: translateY(-4px);
    background: var(--bs-secondary);
  }

  .why-service-item h5 {
    font-size: 34px;
    font-weight: 700;
  }

  .why-service-item p {
    font-size: 15px;
  }

  .why-service-item::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #6a5cff, transparent);
    opacity: 0.4;
  }

  /* Support Section */

  .border-1 {
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
  }

  .border-1-1 {
    border-right: 1px solid #9b9b9b;
  }

  .border-2-1 {
    border-bottom: 1px solid #9b9b9b;
  }

  .border-3-1 {
    border-right: 1px solid #9b9b9b;
  }

  /* Card wrapper */
  .cloud-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 24px;
  }

  /* Logo alignment */
  .cloud-card img {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
  }

  /* Heading alignment */
  .cloud-card h3 {
    min-height: 56px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  /* Paragraph alignment */
  .cloud-card p {
    flex-grow: 1;
    font-size: 14.5px;
    line-height: 1.7;
  }
}

.google-workspace-hero-bg {
  background-image: url(../img/google-space-hero-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.google-workspace-hero-bg h1,
.google-workspace-hero-bg h3,
.google-workspace-hero-bg h5 {
  color: var(--bs-light);
}

.google-header {
  font-size: 100px;
  font-weight: 700;
  padding: 110px 0px 10px 0px;
}

.google-subheader {
  font-size: 50px;
  font-weight: 400;
  padding-bottom: 10px;
}

.google-header-para {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}

.btn-grad3 {
  background-image: linear-gradient(to left, #f62b50, #a841c9, #a85eee);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
}

.mbutton {
  background: linear-gradient(138.59deg,
      #bd3bbd 26.88%,
      #004d8a 126.69%,
      #0d426c 126.7%);
  font-size: 20px;
}

.google-workspace-bg-2 {
  background-image: url(../img/google-bg-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* 👈 important */
  min-height: 60vh;
  /* 👈 important */
}

[data-bs-theme="light"] {
  --workspace-section-bg: #f7ecfb;
  --workspace-title-color: #3b0a6b;
  --workspace-text-color: #555;
  --workspace-btn-bg: #4a117c;
  --workspace-btn-bg-hover: #350c59;
  --workspace-circle-bg: #ffffff;
  --workspace-accent: #4a117c;
  --workspace-wave-opacity: 0.35;
}

[data-bs-theme="dark"] {
  --workspace-section-bg: #1a1025;
  --workspace-title-color: #eae0ff;
  --workspace-text-color: #cfc6e8;
  --workspace-btn-bg: #7c4dff;
  --workspace-btn-bg-hover: #6a3df0;
  --workspace-circle-bg: #241833;
  --workspace-accent: #9b7dff;
  --workspace-wave-opacity: 0.15;
}

.google-workspace-section {
  background: var(--workspace-section-bg);
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

/* subtle wave lines */
.google-workspace-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/google-bg-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: var(--workspace-wave-opacity);
}

/* text */
.workspace-title {
  color: var(--workspace-title-color);
  font-size: 2.5rem;
}

.workspace-desc {
  color: var(--workspace-text-color);
  line-height: 1.8;
  max-width: 90%;
}

/* buttons */
.workspace-btn {
  background: var(--workspace-btn-bg);
  color: #fff;
  border: none;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  transition: 0.3s ease;
}

.workspace-btn:hover {
  background: var(--workspace-btn-bg);
}

/* circular image area */
.workspace-circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--workspace-circle-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* circle outline */
.workspace-circle::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid var(--workspace-accent);
}

/* dots */
.workspace-circle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--workspace-accent);
  border-radius: 50%;
  top: 20px;
  right: 40px;
}

/* wrapper */
.workspace-visual {
  position: relative;
  width: 480px;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* image circle */
.workspace-logo {
  width: 70%;
  z-index: 2;
}

/* white circle background */
.workspace-visual::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

/* abstract wave OVER the image */
.workspace-visual::after {
  content: "";
  position: absolute;
  inset: -40px;
  background-image: url("../img/google-bg-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  /* 👈 ON TOP */
  pointer-events: none;
  /* 👈 so it doesn’t block clicks */
  opacity: 0.8;
}

/* responsive */
@media (max-width: 768px) {
  .workspace-title {
    font-size: 2rem;
    text-align: center;
  }

  .workspace-desc {
    max-width: 100%;
    text-align: center;
  }

  .workspace-circle {
    width: 280px;
  }
}

.power-section h3 {

  font-size: 20px !important;

}

.google-cloud {
  .google-cloud-hero {
    background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
  }



  .gc-feature-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .feature-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 1rem;
  }

  .feature-title {
    min-height: 18px;
    /* keeps all headings aligned */
    text-align: center;
  }

  .feature-text {

    text-align: center;
  }

  .cloud-cta-section {
    background: linear-gradient(135deg, #2b0057, #8845c0);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
  }

  /* TOP WAVE */
  .cloud-cta-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0 0 100% 100%;
  }

  /* BOTTOM WAVE */
  .cloud-cta-section::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100% 100% 0 0;
  }

  .cloud-cta-card {
    border-radius: 20px;
    padding: 86px;
    color: #fff;
  }

  .cloud-cta-card p {
    font-size: 1.05rem;
    opacity: 0.9;
  }

  .cloud-cta-card h2 {
    color: #fff;
  }



  .cloud-btn:hover {
    color: #fff;
    transform: translateY(-2px);
  }

  .cloud-illustration {
    max-width: 10%;
  }

  /* .feature-bg{
  background: var(--bs-info-bg-subtle);
} */

  .gc-info-section {
    background: linear-gradient(135deg, #2b0057, #8845c0);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
  }

  /* TOP WAVE */
  .gc-info-section::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 146px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0 0 50% 50%;
  }

  /* BOTTOM WAVE */
  .gc-info-section::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 146px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50% 50% 0 0;
  }



  .gc-info-text {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .gc-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;

    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
  }

  .gc-info-btn:hover {
    color: #fff;
    transform: translateY(-2px);
  }

  .gc-support-section {
    background: #ffffff;
  }

  .gc-title {
    color: #3b005f;
    font-size: 36px;
  }

  .gc-subtitle {
    max-width: 900px;
    margin: auto;
    color: #5c4b6f;
    font-size: 18px;
    line-height: 1.6;
  }

  /* Feature blocks */

  /* Base enhancement */
  .gc-feature {
    position: relative;
    padding: 22px 20px 22px 28px;
    margin-bottom: 28px;
    border-left: 4px solid #ece3f5;
    background: transparent;
    transition: all 0.35s ease;
    cursor: pointer;
  }

  /* Animated accent bar */
  .gc-feature::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #ff6a00, #6a1fd1);
    border-radius: 4px;
    transition: height 0.35s ease;
  }

  /* Hover interaction */
  .gc-feature:hover {
    background: linear-gradient(90deg,
        rgba(106, 31, 209, 0.06),
        rgba(255, 255, 255, 0));
    transform: translateX(10px);
    padding-left: 36px;
  }

  /* Fill accent bar */
  .gc-feature:hover::before {
    height: 100%;
  }

  /* Title animation */
  .gc-feature h5 {
    transition: color 0.3s ease, letter-spacing 0.3s ease;
  }

  .gc-feature:hover h5 {
    color: #6a1fd1;
    letter-spacing: 0.3px;
  }

  /* Paragraph subtle clarity */
  .gc-feature p {
    transition: color 0.3s ease;
  }

  .gc-feature:hover p {
    color: #3d2b52;
  }

  /* Illustration card */
  .gc-illustration-card {

    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(78, 0, 124, 0.08);
  }

  .gc-hero-strip {
    background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
  }

  /* soft glow effect */
  .gc-hero-strip::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,
        rgba(255, 255, 255, 0.12),
        transparent 70%);
    transform: translate(-50%, -50%);
  }

  .gc-hero-content {
    position: relative;
    z-index: 1;
  }

  .gc-hero-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto 20px;
  }

  .gc-hero-title span {
    color: #ffd2ff;
  }

  .gc-hero-subtitle {
    color: #e6d9f3;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 35px;
  }

  .gc-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;

    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s ease;
  }

  .gc-hero-btn:hover {
    transform: translateY(-2px);
    color: #fff;
  }

  .gc-hero-strip-bottom {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .gc-features-section {
    padding: 90px 0;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }

  .gc-features-server {
    padding: 40px 0;
    background: #faf8ff;
  }

  .gc-title {
    font-size: 36px;
    color: #2a1a4a;
  }



  .gc-subtitle {
    color: #6b6b6b;
    max-width: 750px;
    margin: 15px auto 0;
  }

  .gc-feature-text h4 {
    color: #2a1a4a;
    margin-bottom: 15px;
  }

  .gc-feature-text p {
    color: #6b6b6b;
  }

  .gc-1-feature-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .gc-1-feature-card:hover {
    transform: translateY(-6px);
  }

  .gc-1-feature-card img {
    width: 60px;
    margin-bottom: 20px;
  }

  .gc-1-feature-card h5 {
    font-weight: 600;
    color: #2a1a4a;
    margin-bottom: 10px;
  }

  .gc-1-feature-card p {
    font-size: 14px;
    color: #6b6b6b;
  }

  /* 🔥 HOVER EFFECT */
  .gc-feature-card:hover {
    background: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(79, 31, 168, 0.35);
  }

  .gc-feature-card:hover .feature-title,
  .gc-feature-card:hover .feature-text {
    color: #ffffff !important;
  }

  /* .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
} */

}

.p-hover-3:hover {
  transition: padding 0.2s ease-in-out;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .managment-page-css {
    .About-us-abstract {
      background-image: url(https://cloudminister.com/img/shape/brand-section-curve-bg.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height: 650px;
      display: flex;
      align-items: center;
    }
  }

  .font-parent-h3 {
    .font-child-h3 {
      font-size: 24px !important;
    }
  }
}

@media (min-width: 576px) and (max-width: 820px) {
  .managment-page-css {
    .About-us-abstract {
      background-image: url(https://cloudminister.com/img/shape/brand-section-curve-bg.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height: 620px;
      display: flex;
      align-items: center;
    }
  }

  .font-parent-h3 {
    .font-child-h3 {
      font-size: 28px !important;
    }
  }
}

/* Email-Security Css */

	/* TEXT */
.esec-heading {
  font-size: 38px;
  font-weight: 700;
  color: #3b0a75;
}

.esec-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* FEATURE TILES */
.esec-tile {
  background: #4b117b;
  color: #fff;
  padding: 22px;
  border-radius: 16px;
  font-size: 12px;
  text-align: center;
  transition: all 0.35s ease;
}

.esec-tile:hover {
  transform: translateY(-8px);
  background: var(--bs-orange);
  box-shadow: 0 20px 40px rgba(123, 44, 191, 0.3);
}

/* VISUAL */
.esec-visual-wrap {
  position: relative;
  width: 250px;
  height: 250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esec-visual-img {
  max-width: 100%;
  z-index: 2;
}

/* RINGS */
.esec-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(123, 44, 191, 0.3);
  animation: esec-spin 14s linear infinite;
}

.esec-ring-lg {
  inset: -18%;
  animation-duration: 22s;
}

/* ANIMATION */
@keyframes esec-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* SIDE COLUMNS */
.esec-side {
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;               /* vertical breathing */
}

/* PULL TILES CLOSER TO CENTER */
.esec-side-left {
  align-items: flex-end;         /* move towards center */
  padding-right: 20px;
}

.esec-side-right {
  align-items: flex-start;       /* move towards center */
  padding-left: 20px;
}

/* TILE SIZE */
.esec-tile {
  width: 100%;
  max-width: 240px;              /* slightly smaller */
}

@media (max-width: 991px) {
  .esec-side {
    min-height: auto;
    gap: 16px;
  }

  .esec-side-left,
  .esec-side-right {
    align-items: center;
    text-align: center;
  }
}

.esec-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed var(--bs-heading-color);
  animation: esec-rotate 14s linear infinite;
}

/* DOT 1 */
.esec-orbit::before,
.esec-orbit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #7b2cbf;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(123, 44, 191, 0.8);
}

/* Right center */
.esec-orbit::before {
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}

/* Left center (180° opposite) */
.esec-orbit::after {
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.esec-orbit-delay {
  inset: 12%;
  animation-duration: 20s;
}

/* Bigger & different color for outer dots */
.esec-orbit-delay::before,
.esec-orbit-delay::after {
  width: 12px;
  height: 12px;
  background: #ff5ecb;
  box-shadow: 0 0 12px rgba(255, 94, 203, 0.8);
}

@keyframes esec-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ROW */
.esec-card-row {
  align-items: stretch;
}

/* CARD */
.esec-feature-card {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.04)
  );
  border-radius: 18px;
  padding: 32px 26px;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: all 0.45s ease;
  position: relative;
  overflow: hidden;
  animation: esecFadeUp 0.8s ease forwards;
}

/* Hover */
.esec-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.35);
}

/* Gradient shine */
.esec-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) 
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.esec-feature-card:hover::after {
  opacity: 1;
}

/* ICON */
.esec-icon-wrap {
  width: 68px;
  height: 68px;
  background: rgba(255,255,255,0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
}

.esec-icon-wrap img {
  width: 46px;
  height: auto;
}

/* TITLE */
.esec-feature-card h6 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 12px;
}

/* TEXT */
.esec-feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000;
  margin: 0;
  flex-grow: 1;
}

/* ENTRANCE ANIMATION */
@keyframes esecFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* STAGGER EFFECT */
.col-xl-3:nth-child(1) .esec-feature-card { animation-delay: 0.1s; }
.col-xl-3:nth-child(2) .esec-feature-card { animation-delay: 0.2s; }
.col-xl-3:nth-child(3) .esec-feature-card { animation-delay: 0.3s; }
.col-xl-3:nth-child(4) .esec-feature-card { animation-delay: 0.4s; }

/* SECTION */
.esec-horizontal-section {
  padding: 50px 0;
  background: #4b117d;
}

/* TITLE */
.esec-h-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.esec-h-desc {
  font-size: 1rem;
 
  line-height: 1.7;
}

/* CARD WRAPPER */
	/* TEXT */
/* CARD WRAPPER */
.esec-horizontal-cards {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start; */
  margin: 0;
}

/* CARD */
.esec-h-card {
   /* flex: 1;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer; */
  border-radius: 18px;
  overflow: hidden;
  background-color: #eaefff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 0;
 
}

.esec-h-card .card-body {
  padding: 0;
}


/* HEADER (ALWAYS VISIBLE) */
.esec-h-head {
  /* padding: 17px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
 width: 100%;
 min-height: 72px;
  background-color: #eaefff !important;
   align-items: center;   
  justify-content: center; 
  text-align: center; */
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 14px 18px;
  min-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

.esec-h-head h5 {
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ICON */
.esec-h-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}

/* BODY (COLLAPSED) */
.esec-h-body {
  /* max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.45s ease, padding 0.45s ease;
  background-color: #eaefff !important */
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  color: #000;
  max-height: 0;
  overflow: hidden;
  padding: 0 18px 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

/* BODY TEXT */
.esec-h-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 24px;
  color: #000;
}

/* HOVER → EXPAND VERTICALLY */
.esec-h-card:hover .esec-h-body {
  /* max-height: 240px;
  padding-top: 10px;
  color: #000; */
  max-height: 240px;
  padding: 6px 18px 16px;
}

/* HOVER EFFECT */
.esec-h-card:hover {
  /* transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25); */
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* MOBILE */
@media (max-width: 991px) {
  .esec-horizontal-cards {
    grid-template-columns: 1fr;
  }
}

.migration-banner {
  background: linear-gradient(135deg, #2b0a5a, #4b117d, #3a0a6a);
  border-radius: 24px;
  /* margin: 60px 20px; */
}



/* Decorative icons */
.banner-decor {
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: rgba(255,255,255,0.6);
  font-size: 32px;
}

.banner-decor i {
  animation: floatUpDown 3s ease-in-out infinite;
}

.banner-decor i:nth-child(2) {
  animation-delay: 1.5s;
}

/* Animation */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* MOBILE */
@media (max-width: 991px) {
  .esec-horizontal-cards {
    grid-template-columns: 1fr;
  }
}

.migration-banner {
  background: linear-gradient(135deg, #2b0a5a, #4b117d, #3a0a6a);
  border-radius: 24px;
  /* margin: 60px 20px; */
}



/* Decorative icons */
.banner-decor {
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: rgba(255,255,255,0.6);
  font-size: 32px;
}

.banner-decor i {
  animation: floatUpDown 3s ease-in-out infinite;
}

.banner-decor i:nth-child(2) {
  animation-delay: 1.5s;
}

/* Animation */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
    .wp-feature-card {
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);

      .wp-feature-icon {
        width: 4.5rem;
        height: 4.5rem;
        background-color: #f8f9fa;
        transition: all 0.3s ease;

        img {
          max-width: 100%;
          transition: all 0.3s ease;
        }
      }

      /* .wp-feature-title {
    color: #212529;
    transition: color 0.3s ease;
  } */

      &:hover {
        background-color: var(--bs-primary) !important;
        color: #fff;
        box-shadow: 0 10px 24px rgba(13, 110, 253, 0.35);

        /* .wp-feature-title {
      color: #fff;
    } */

        .wp-feature-icon {
          background-color: rgba(255, 255, 255, 0.15);

          /* img {
            filter: brightness(0) invert(1);
          } */
        }
      }
    }

#scrollTopBtn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #6f42c1, #0d6efd);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

#scrollTopBtn:active {
  transform: scale(0.95);
}
.steps-section {
  background: linear-gradient(135deg, #3b0a6f, #4b117d);
  padding: 60px 0;
  color: #fff;
}

.steps-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 32px;
}

.steps-title span {
  color: #ff9800;
}

.steps-timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
      margin-top: 50px;
}

.steps-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-50%);
}

.step-item {
  width: 45%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  margin-bottom: 40px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.step-item:nth-child(odd) {
  margin-left: auto;
}

.step-number {
  position: absolute;
  top: -18px;
  right: -18px;
  background: #ff9800;
  color: #000;
  font-weight: 700;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloud-features {
  padding: 70px 0;
 


.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  /* color: #3b0a6f; */
}

.section-header p {
  max-width: 650px;
  margin: 12px auto 0;
  color: #666;
}

.feature-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 50px 30px;
  text-align: center;
  height: 100%;
  position: relative;
  box-shadow: 0 25px 60px rgba(59, 10, 111, 0.12);
  transition: all 0.35s ease;
  overflow: hidden;
}

.feature-card::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(111, 66, 193, 0.1);
  border-radius: 50%;
}

.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 80px rgba(59, 10, 111, 0.2);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto 25px;
}

.bg-primary {
  background: linear-gradient(135deg, #6f42c1, #3b0a6f);
}

.bg-success {
  background: linear-gradient(135deg, #28a745, #1e7e34);
}

.bg-warning {
  background: linear-gradient(135deg, #ff9800, #ff6f00);
}

.feature-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2b124c;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.6;
}
}

[data-bs-theme="dark"] .theme-img {
  filter: brightness(0) invert(1);
}
 
[data-bs-theme="dark"] .blue-theme-img {
     fill: #ffffff;
  filter:
    drop-shadow(0 0 2px rgba(227, 234, 241, 0.55))
    drop-shadow(0 0 5px rgba(77,171,255,0.35));
}
 [data-bs-theme="dark"] .managment-page-css .server-managment-card {
        background-color: #212529 !important;   
}
 [data-bs-theme="dark"] .managment-page-css .why-area-one{
   
        background-color: transparent !important;
        overflow: hidden;
   
}
.icon__img {
    height: 56px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.data-center-map {
  width: 100%;
  max-width: 737px;   /* desktop / laptop limit */
  min-width: 280px;   /* small mobile safety */
  height: auto;
}
 
/* Pin image */
.data-center-location img.img-fluid {
  display: block;
  margin: 0 auto;
  z-index: 1;
}

		.ddos-hero-strip {
        background-image: linear-gradient(180deg, #442483 -29.02%, #4a307f 79.78%);
        padding: 40px 40px;
        position: relative;
        overflow: hidden;
        border-radius: 25px;
		color: #fff;
		
    }
	.ddos-hero-title{
		color: #fff;
	}
  .location-icon{
    width: 40px;
  }
  .w-35{
    width: 35px !important;
  }
  [data-bs-theme="dark"] .icon-white {
  filter: brightness(0) invert(1);
}
  [data-bs-theme="dark"] .text-primary {
  color: #5c65ff !important;
}
.vps-table table tbody tr:hover {
    background: rgba(255,255,255,0.05);
    transition: 0.3s;
}