@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_24pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.custom-container, .hero__overlay {
  padding-inline: 24px;
  /* Mobile default */
}

.custom-left-container {
  padding-left: 24px; /* Mobile default */
  padding-right: 0;
}

/* Tablet */
@media (min-width: 768px) {
  .custom-container, .hero__overlay {
    padding-inline: 32px;
  }
  .custom-left-container {
    padding-left: 32px;
    padding-right: 0;
  }
}
/* Desktop */
@media (min-width: 1024px) {
  .custom-container, .hero__overlay {
    padding-inline: 110px;
  }
  .custom-left-container {
    padding-left: 110px;
    padding-right: 0;
  }
}
.w-xxl-desktop {
  width: 100%;
}

@media (min-width: 1600px) {
  .w-xxl-desktop {
    width: 75% !important;
  }
}
.new-services-button {
  width: 100%;
  max-width: 190px;
  background-color: #ffffff;
  padding: 6px 11px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.new-services-button p {
  color: #4b5563;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; /* 18px */
  margin-bottom: 0;
}
.new-services-button:hover {
  background-color: #ffffff;
}

.badge {
  background-color: #4b5563;
  border-radius: 8px;
  color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%; /* 15px */
}

/* Hero section */
.hero {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  overflow: hidden;
}

.hero__container {
  position: relative;
  height: 1000px;
  overflow: hidden;
  z-index: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hero__overlay {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* we'll place rows manually */
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 50px;
  padding-top: 77px; /* requested spacing from the top */
  z-index: 1; /* above the video */
}

/* Place the heading row at 45% of the hero height to prevent overlap with bottom content */
.hero__heading-row {
  position: absolute;
  top: 45%; /* moved up from 50% to prevent overlap with bottom description */
  left: 110px; /* align with overlay padding */
  right: 110px;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 1fr 350px; /* title grows, description has fixed width to prevent overlap */
  align-items: center;
  column-gap: 48px; /* increased gap to prevent overlap */
}

.hero__overlay-title {
  font-weight: 500;
  color: #fff;
  font-family: Poppins;
  font-size: 135px;
  font-style: normal;
  line-height: 145px; /* 107.407% */
  /* Avoid forcing overflow on the right; let it wrap within padding */
  max-width: 100%;
  width: auto;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  /* Prevent title from growing beyond its grid column */
  min-width: 0;
  overflow: hidden;
}

.hero__overlay-description {
  max-width: 50ch; /* reasonable measure to avoid overflow */
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-align: left;
}

.hero__overlay-service {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-align: left;
  padding: 0;
  margin: 0;
}

.hero__overlay-services {
  display: flex;
  flex-direction: column;
  gap: 2px;
  /* Ensure services section doesn't overflow its grid column */
  min-width: 0;
  width: 100%;
}

.hero__overlay-bottom {
  align-self: flex-start;
  margin-top: auto;
  /* Add top margin to create space between title and bottom content */
}

.hero__overlay-copyright {
  margin-bottom: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}

.hero__overlay-contact-photo {
  width: 140px;
  height: 190px;
  margin-left: 8px;
  border-radius: 18px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
}

.hero__overlay-contact-info {
  width: 300px;
  height: 190px;
  border-radius: 18px;
  border: 4px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-left: 22px;
  padding-bottom: 20px;
  padding-right: 22px;
  background: #f3f4f6;
  align-self: flex-end;
  gap: 20px;
  font-family: Poppins;
  font-style: normal;
}

.hero__contact-name {
  color: #242728;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

.hero__overlay-contact-position {
  color: #242728;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
}

.hero__overlay-contact-cta {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-color: #242728;
  border-radius: 8px;
  padding: 7.5px 10px;
  color: #e5e7eb;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%; /* 15px */
}
.hero__overlay-contact-cta:hover {
  color: #ffffff;
  text-decoration: none;
}

.hero__overlay-contact-position-subtitle {
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

/* Responsive: tablet layout adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero__overlay {
    padding-left: 48px;
    padding-right: 48px;
  }
  .hero__heading-row {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin: 0 0 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    column-gap: 32px;
    align-items: start;
  }
  .hero__overlay-title {
    font-size: 90px;
    line-height: 98px;
    margin-bottom: 0;
  }
  .hero__overlay-description {
    font-size: 15px;
  }
  .hero__overlay-services {
    justify-content: flex-start;
    min-width: 0;
    margin-top: 0;
    align-self: center;
  }
  .hero__overlay-bottom {
    margin-top: 48px;
  }
}
/* Responsive: mobile layout adjustments */
@media (max-width: 768px) {
  .hero {
    margin-top: 0; /* don't tuck under notch on mobile */
  }
  .hero__video {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .hero__overlay {
    padding-inline: 20px;
    padding-bottom: 16px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  /* Let heading content flow in normal document order */
  .hero__heading-row {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 45px;
    gap: 45px; /* 45px between left group and services */
    width: 100%; /* ensure row spans full overlay width */
  }
  /* Ensure button hugs the left and title is reasonably sized on mobile */
  .new-services-button {
    align-self: flex-start;
  }
  .hero__overlay-title {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0 !important; /* use container gap for spacing (exact 45px) */
    width: 100%; /* span full width on mobile */
    display: block;
  }
  /* 45px spacing between new services button and title */
  .hero__heading-row > .d-flex.flex-column {
    gap: 45px;
    width: 100%; /* let the left group fill the row width */
  }
  /* Services list in two columns on mobile (no vertical gaps within each column) */
  .hero__overlay-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 0;
    width: 100%;
  }
  .hero__overlay-service {
    font-size: 14px;
    font-weight: 500;
    margin: 0; /* ensure compact, consistent spacing */
  }
  /* Reorder bottom section: show team leader ABOVE primary description on mobile */
  .hero__overlay > .hero__overlay-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 45px !important; /* 45px between contact and primary description (override Bootstrap gap-1) */
    margin-top: 45px; /* 45px between services and contact section */
  }
  /* Ensure overlay horizontal padding also affects the bottom area (contact + description) */
  .hero__overlay-bottom {
    box-sizing: border-box;
    width: 100%;
  }
  /* Keep description left and copyright on the right on the same row */
  .hero__overlay-bottom > .hero__overlay-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  .hero__overlay-bottom > .hero__overlay-bottom .hero__overlay-description {
    flex: 1 1 auto;
    min-width: 0; /* allow wrapping without pushing copyright */
    margin: 0;
  }
  .hero__overlay-bottom > .hero__overlay-bottom .hero__overlay-copyright {
    flex: 0 0 auto;
    margin: 0 0 0 12px;
    white-space: nowrap; /* keep to the right */
  }
  /* Align the team leader section to the left on mobile to match heading row */
  .hero__overlay > .hero__overlay-bottom > .d-flex.align-items-center {
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
  }
  /* Move the team leader block (last child) before the description/copyright (first child) */
  .hero__overlay > .hero__overlay-bottom > :last-child {
    order: -1;
  }
  .hero__overlay-description {
    font-size: 14px;
    max-width: none;
  }
  .hero__overlay-copyright {
    font-size: 12px;
    text-align: left;
    margin-top: 8px;
  }
  /* Slightly smaller contact card and flexible width */
  .hero__overlay-contact-photo {
    width: 160px;
    height: 140px;
  }
  .hero__overlay-contact-info {
    width: 100%; /* keep same width as layout */
    height: 140px; /* match photo height on mobile */
    gap: 14px;
    padding: 27px 22px 17px;
  }
  .hero__overlay-contact-position {
    font-size: 16px;
  }
  .hero__overlay-contact-position-subtitle {
    font-size: 10px;
  }
  .hero__overlay-contact-name {
    font-size: 16px;
  }
  /* Shorter hero on mobile for better viewport fit */
  .hero__container {
    height: 780px;
  }
}
/* Desktop Styles */
.why-our-platform-section {
  padding-right: 0 !important;
}

.section-text {
  color: #242728;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
}

.platform-content {
  padding-left: 80px;
  display: flex;
  align-items: end;
  gap: 100px;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .platform-content {
    gap: 40px;
    padding-left: 40px;
  }
}

.characteristics-section {
  display: flex;
  flex-direction: column;
  gap: 55px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .characteristics-section {
    gap: 40px;
  }
}

.characteristics-title-and-description {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.characteristic-title {
  color: #242728;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -3.36px;
  font-style: normal;
  text-align: left;
}

.characteristic-description {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.98px;
}

.characteristics-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.characteristic-button-item {
  width: 100%;
  max-width: 373px;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 16px 30px;
  background-color: #242728;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.characteristic-button-item.inactive {
  background-color: #f9f9f9;
  border: 1.5px solid #e5e7eb;
}
.characteristic-button-item.inactive .characteristic-item-title {
  color: #242728;
}
.characteristic-button-item.inactive .characteristic-icon img {
  filter: invert(71%) sepia(6%) saturate(635%) hue-rotate(182deg) brightness(92%) contrast(87%);
}

.characteristic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.characteristic-icon img {
  width: 18px;
  height: 16px;
}

.characteristic-item-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.browser-content {
  padding: 60px;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .browser-content {
    padding: 30px;
  }
}

.browser-content-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .browser-content-item {
    gap: 24px;
  }
}

.content-body {
  display: flex;
  flex-direction: row;
  gap: 36px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .content-body {
    flex-direction: column;
    gap: 24px;
  }
}

.content-description-wrapper {
  width: 100%;
  max-width: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  flex: 1;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .content-description-wrapper {
    max-width: 250px;
  }
}

.content-description-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.content-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-first-word {
  color: #242728;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.content-title {
  color: #242728;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.5px;
  margin: 0;
}

.content-short-description {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin: 0;
}

.content-description {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin: 0;
}

.content-cta {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: #242728;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  align-self: flex-start;
  transition: background 0.3s ease;
}
.content-cta:hover {
  color: #ffffff;
}

.content-cards {
  display: flex;
  gap: 20px;
  flex: 1;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .content-cards {
    display: none;
  }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .content-cards {
    gap: 16px;
  }
}

.content-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .content-card {
    gap: 16px;
  }
}

.card-value {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px;
  padding: 17px;
  background: #f9f9f9;
  border-radius: 16px;
  height: fit-content;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .card-value {
    padding: 14px;
  }
}

.big-value {
  color: #242728;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .big-value {
    font-size: 20px;
  }
}

.small-value {
  color: #242728;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  align-self: flex-start;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .small-value {
    font-size: 9px;
  }
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 17px;
  background: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .card-content {
    min-height: 250px;
    padding: 14px;
  }
}

.card-title {
  color: #242728;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin: auto 0 auto 35%;
  text-align: right;
  width: 65%;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .card-title {
    font-size: 11px;
    line-height: 1.6;
    text-align: right;
    margin: auto 0 auto 0;
    width: 100%;
  }
}

.card-description {
  color: #3d3d3d;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  text-align: right;
  width: 100%;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .card-description {
    font-size: 9px;
    line-height: 1.5;
    text-align: left;
  }
}

.content-cards-mobile {
  display: none;
}

/* Tablet Styles */
@media (max-width: 1024px) and (min-width: 768px) {
  .platform-content {
    padding-left: 0;
    gap: 16px;
    align-items: start;
    margin-top: 30px;
  }
  .characteristics-section {
    gap: 24px;
    flex: 1;
    max-width: none;
  }
  .characteristics-title-and-description {
    gap: 20px;
  }
  .characteristic-title {
    font-size: 32px;
    line-height: 34px;
  }
  .characteristic-description {
    font-size: 14px;
    line-height: 20px;
    color: #9ca3af;
  }
  .characteristic-button-item {
    max-width: 100%;
  }
  .characteristic-button-item.inactive {
    background-color: #ffffff;
  }
  .browser-content {
    padding: 10px 30px 32px;
  }
  .content-first-word {
    font-size: 70px;
    line-height: 70px;
  }
  .content-description-wrapper {
    max-width: 100%;
    gap: 24px;
  }
  .content-title {
    font-size: 28px;
  }
  .content-short-description {
    font-size: 14px;
  }
  .content-description {
    font-size: 12px;
    line-height: 20px;
  }
  .content-cta-wrapper {
    gap: 16px;
  }
  .content-cta {
    font-size: 12px;
    padding: 10px 20px;
  }
  .content-cards-mobile {
    display: flex;
    width: 100%;
    margin-top: 16px;
    padding-inline: 0;
    padding-left: 32px;
  }
  .content-cards-mobile-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    align-items: flex-start;
  }
  .content-card {
    flex: 0 0 auto;
  }
  .content-card:first-child {
    flex: 1;
    min-width: 0;
  }
  .content-card:last-child {
    flex: 1;
    min-width: 0;
  }
  .card-value,
  .card-content {
    background: #ffffff;
    padding: 24px;
    width: 100%;
  }
  .card-title {
    margin: 0 0 auto 35%;
    font-size: 16px;
  }
  .card-description {
    font-size: 12px;
    text-align: left;
  }
}
/* Mobile Styles */
@media (max-width: 767px) {
  .platform-content {
    flex-direction: column;
    padding-inline: 0;
    gap: 24px;
  }
  .characteristics-section {
    gap: 24px;
    padding-right: 20px;
  }
  .characteristics-title-and-description {
    gap: 20px;
  }
  .characteristic-title {
    font-size: 32px;
    line-height: 34px;
  }
  .characteristic-description {
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
  }
  .characteristic-list {
    gap: 8px;
  }
  .characteristic-button-item {
    max-width: 100%;
  }
  .characteristic-button-item.inactive {
    background-color: #ffffff;
  }
  .browser-content {
    padding: 77px 30px 32px;
  }
  .content-cards {
    display: none;
  }
  .content-cards-mobile {
    display: none;
  }
  .content-description-wrapper {
    gap: 24px;
  }
  .content-first-word {
    font-size: 50px;
    line-height: 50px;
  }
  .content-title {
    font-size: 32px;
    line-height: 34px;
  }
  .content-description {
    font-size: 12px;
    line-height: 20px;
  }
  .content-cta-wrapper {
    gap: 16px;
  }
  .content-short-description {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Desktop Styles */
.how-we-work-content {
  display: flex;
  gap: 47px;
  align-items: stretch;
}

.how-we-work__steps-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.how-we-work__steps-info-item {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.how-we-work__step-title-and-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-we-work__step-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0;
  color: #242728;
}

.how-we-work__step-description {
  font-size: 16px;
}

.how-we-work__step-features {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.how-we-work__step-feature-item {
  display: flex;
  gap: 50px;
  align-items: center;
}
.how-we-work__step-feature-item .feature-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.how-we-work__step-feature-item .feature-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.how-we-work__step-feature-item .feature-content .feature-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0;
  color: #242728;
  margin-bottom: 0;
}
.how-we-work__step-feature-item .feature-content .feature-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  color: #242728;
}

.how-we-work__steps-navigation-and-browser {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-we-work__steps-navigation {
  display: flex;
  gap: 8px;
  align-items: center;
}

.how-we-work__step-button-item {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background-color: #242728;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.how-we-work__step-button-item.inactive {
  background-color: #ffffff;
}
.how-we-work__step-button-item.inactive .step-number {
  color: #9ca3af;
}
.how-we-work__step-button-item.inactive .step-text {
  color: #242728;
}
.how-we-work__step-button-item.inactive .indicator-circle {
  background-color: #e5e7eb;
}
.how-we-work__step-button-item.inactive .indicator-circle.active {
  background-color: #9ca3af;
}
.how-we-work__step-button-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.button-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.current-step-indicator {
  display: flex;
  gap: 4px;
  align-items: center;
}

.indicator-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.indicator-circle.active {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
}

.step-number {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.button-body {
  display: flex;
  align-items: center;
  gap: 16px;
}

.step-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.step-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.how-we-work-section .mini-browser {
  height: auto;
  max-height: none;
}
.how-we-work-section .browser-content {
  height: auto;
  min-height: auto;
}
.how-we-work-section .browser-content-item {
  height: 450px;
  overflow: hidden;
  background: #000;
}
.how-we-work-section .browser-content-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .how-we-work-content {
    flex-direction: column;
    gap: 20px;
  }
  .how-we-work__steps-info-item {
    flex-direction: row;
    gap: 16px;
  }
  .how-we-work__step-title-and-description {
    flex: 1;
    gap: 20px;
  }
  .how-we-work__step-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
  }
  .how-we-work__step-description {
    font-size: 16px;
  }
  .how-we-work__step-features {
    flex: 1;
    gap: 20px;
  }
  .how-we-work__step-feature-item {
    gap: 20px;
  }
  .how-we-work__step-feature-item .feature-icon {
    display: none;
  }
  .how-we-work__step-feature-item .feature-content .feature-title {
    font-size: 20px;
    line-height: 115%;
  }
  .how-we-work__step-feature-item .feature-content .feature-description {
    font-size: 14px;
    line-height: 26px;
  }
  .how-we-work__steps-navigation-and-browser {
    flex-direction: column;
    gap: 30px;
  }
  .how-we-work__steps-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  .how-we-work__step-button-item {
    width: 100%;
  }
  .how-we-work-section .mini-browser {
    height: auto;
    max-height: none;
  }
  .how-we-work-section .browser-content {
    height: auto;
    min-height: auto;
  }
  .how-we-work-section .browser-content-item {
    height: 350px;
    overflow: hidden;
    background: #000;
  }
  .how-we-work-section .browser-content-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .how-we-work-content {
    gap: 24px;
  }
  .how-we-work__steps-info-item {
    flex-direction: column;
    gap: 20px;
  }
  .how-we-work__steps-navigation {
    grid-template-columns: 1fr;
  }
  .how-we-work-section .mini-browser .browser-top-bar {
    display: none;
  }
  .how-we-work-section .mini-browser .browser-content {
    height: auto;
    min-height: auto;
  }
  .how-we-work-section .mini-browser .browser-content-item {
    height: auto;
    background: transparent;
  }
  .how-we-work-section .mini-browser .browser-content-item video {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
/* Desktop Styles */
.stat-card {
  width: 25rem;
  height: 12.125rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
.stat-card__value {
  font-weight: 600;
  font-size: 5rem;
  line-height: normal;
  color: #242728;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.stat-card__label {
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  color: #9ca3af;
  margin: 0;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .stat-card {
    width: 100%;
    height: 100%;
    padding: 1.25rem;
    justify-content: center;
    align-items: center;
  }
  .stat-card__value {
    font-size: 1.25rem;
  }
  .stat-card__label {
    font-size: 0.625rem;
    font-weight: 400;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .stat-card {
    width: 100%;
    padding: 0.875rem;
    gap: 1rem;
  }
  .stat-card__value {
    font-size: 2rem;
    font-weight: 700;
  }
  .stat-card__label {
    font-size: 0.75rem;
  }
}
/* Desktop Styles */
.stat-cards {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .stat-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .stat-cards {
    gap: 1rem;
  }
}
.testimonials-v2__base-card {
  width: 23.5rem;
  min-width: 23.5rem;
  max-width: 23.5rem;
  height: 33.3rem;
  flex-shrink: 0;
}
.testimonials-v2__base-card.testimonial-card {
  display: flex;
  gap: 0.25rem;
}
.testimonials-v2__base-card.testimonial-card:nth-child(odd) {
  flex-direction: column;
}
.testimonials-v2__base-card.testimonial-card:nth-child(even) {
  flex-direction: column-reverse;
}

.testimonials-v2__first-card {
  background: white;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.05);
  padding: 1.25rem 1.875rem 1.875rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials-v2__first-card .first-card__header {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.testimonials-v2__first-card .first-card__header .rating-section .rating-value {
  font-size: 3.25rem;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 1;
  margin: 0;
}
.testimonials-v2__first-card .first-card__header .rating-section .rating-value .rating-max {
  font-size: 1rem;
  font-weight: 600;
}
.testimonials-v2__first-card .first-card__header .description-section {
  flex: 1;
  display: flex;
  align-items: center;
}
.testimonials-v2__first-card .first-card__header .description-section .description-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0;
  color: #737373;
}
.testimonials-v2__first-card .first-card__header .description-section .description-text strong {
  color: #3d3d3d;
}
.testimonials-v2__first-card .first-card__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: auto;
}
.testimonials-v2__first-card .first-card__company .company-name {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.testimonials-v2__first-card .first-card__avatars {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-v2__first-card .first-card__avatars .avatars-group {
  display: flex;
  gap: -0.75rem;
}
.testimonials-v2__first-card .first-card__avatars .stars-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.125rem;
}
.testimonials-v2__first-card .first-card__avatars .stars-section .stars {
  display: flex;
  gap: 0.1875rem;
}
.testimonials-v2__first-card .first-card__avatars .stars-section .stars .star-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.testimonials-v2__first-card .first-card__avatars .stars-section .trust-text {
  font-size: 0.625rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.25rem;
}
.testimonials-v2__first-card .first-card__avatars .stars-section .trust-text strong {
  color: #000;
}
.testimonials-v2__first-card .first-card__cta .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242728;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.1875rem;
  border-radius: 1.25rem;
  width: 100%;
  text-align: center;
  transition: background 0.3s ease;
}
.testimonials-v2__first-card .first-card__cta .cta-button:hover {
  background: #3a3c3e;
}

.testimonials-v2__base-testimonial-card, .testimonials-v2__content-card, .testimonials-v2__person-card {
  width: 100%;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.94rem 1.88rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.testimonials-v2__person-card {
  display: flex;
  align-items: flex-start;
  gap: 1.06rem;
}
.testimonials-v2__person-card .person-info {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
}
.testimonials-v2__person-card .person-info .person-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #3d3d3d;
}
.testimonials-v2__person-card .person-info .person-position {
  font-size: 0.75rem;
  font-weight: 600;
  color: #9ca3af;
}

.testimonials-v2__content-card {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.testimonials-v2__content-card .testimonial-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  text-align: right;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials-v2__content-card:nth-child(odd) {
  flex-direction: column-reverse;
}
.testimonials-v2__content-card:nth-child(even) {
  flex-direction: column;
}

.avatar {
  width: 2.5rem;
  height: 2.625rem;
  background: #d9d9d9;
  border-radius: 0.5rem;
  border: 0.125rem solid white;
  margin-left: -0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}
.avatar:first-child {
  margin-left: 0;
}
.avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.avatar.avatar--dark {
  background: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.avatar--dark .avatar-count {
  font-size: 0.625rem;
  font-weight: 500;
  color: white;
  line-height: 1.25rem;
}

.section-title-and-period {
  width: 100%;
  padding: 0.625rem;
  border-radius: 0.875rem;
  background-color: #e5e7eb;
  margin: 4rem 0 1.5rem 0;
}

.testimonials-v2__current-year {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3d3d3d;
  margin-bottom: 0;
}

.testimonials-v2__content-wrapper {
  display: flex;
  flex-direction: column;
}

.testimonials-v2__wrapper-title-section {
  display: none;
}

.testimonials-v2__title-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.testimonials-v2__title-section .title {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  color: #3d3d3d;
  line-height: 4.375rem;
}
.testimonials-v2__title-section .subtitle {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #737373;
  line-height: 1.5rem;
}

.testimonials-v2__list {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.25rem;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.testimonials-v2__list::-webkit-scrollbar {
  height: 0.375rem;
}
.testimonials-v2__list::-webkit-scrollbar-track {
  background: transparent;
}
.testimonials-v2__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
.testimonials-v2__list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.testimonials-v2__segments {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  width: 100%;
  flex-shrink: 0;
}
.testimonials-v2__segments .segment {
  width: 2.5rem;
  height: 0.25rem;
  background: #d9d9d9;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.testimonials-v2__segments .segment:hover {
  background: #b3b3b3;
}
.testimonials-v2__segments .segment.active {
  background: #3d3d3d;
  width: 3.75rem;
}

.testimonials-v2__stats-section {
  display: none;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .testimonials-v2__top-title-section {
    display: none;
  }
  .testimonials-v2__wrapper-title-section {
    display: block;
  }
  .section-title-and-period {
    margin: 1.88rem 0 1.5rem 0;
  }
  .testimonials-v2__stats-section {
    display: block;
  }
  .testimonials-v2__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 0.63rem;
    row-gap: 1rem;
    align-items: stretch;
    min-height: 400px; /* Ensure minimum height for equal sizing */
  }
  .testimonials-v2__list-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    height: 100%;
  }
  .testimonials-v2__right-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
  }
  .testimonials-v2__wrapper-title-section {
    flex: 1; /* Take remaining space */
  }
  .testimonials-v2__stats-section {
    flex-shrink: 0; /* Don't shrink stats section */
  }
  .testimonials-v2__list {
    margin-top: 0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1;
    min-width: 0;
  }
  .testimonials-v2__segments {
    display: flex;
    margin-top: 1.25rem;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }
  .testimonials-v2__title-section {
    margin-top: 0;
    background: #ffffff;
    padding: 1.25rem 0.875rem;
    gap: 1.25rem;
    border-radius: 1.25rem;
    display: flex;
    height: 100%;
  }
  .testimonials-v2__title-section .title {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.125rem;
  }
  .testimonials-v2__title-section .subtitle {
    text-align: left;
    font-size: 0.75rem;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .testimonials-v2__content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .testimonials-v2__title-section {
    background: transparent;
    padding: 0;
    height: auto;
  }
}
.faq-card {
  padding: 1.25rem 2.625rem;
  width: 47.375rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.faq-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.faq-card-header .faq-card-question {
  font-size: 1rem;
  font-weight: 500;
  color: #242728;
  margin: 0;
}
.faq-card-header .btn-icon-round .icon-plus {
  display: block;
  transition: all 0.3s ease;
}
.faq-card-header .btn-icon-round .icon-minus {
  display: none;
  transition: all 0.3s ease;
}

.faq-card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-card-content .faq-card-answer {
  font-size: 0.75rem;
  font-weight: 500;
  color: #737373;
  margin: 0;
  padding: 0;
}

.faq-card.expanded .faq-card-header .btn-icon-round .icon-plus {
  display: none;
}
.faq-card.expanded .faq-card-header .btn-icon-round .icon-minus {
  display: block;
}
.faq-card.expanded .faq-card-content {
  max-height: 50rem;
  padding-top: 1rem;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .faq-card {
    width: 100%;
  }
}
/* Mobile Styles */
@media (max-width: 768px) {
  .faq-card {
    padding: 1rem;
  }
  .faq-card-header .faq-card-question {
    font-size: 0.875rem;
  }
  .faq-card-content .faq-card-answer {
    font-size: 0.75rem;
  }
}
/* Desktop Styles */
.faqs-list {
  display: flex;
  flex-direction: column;
  gap: 0.475rem;
}

/* Desktop Styles */
.faq-media-design-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.faq-media-design-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-media-design__info {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.faq-media-design__info-title-and-description {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq-media-design__info-title-and-description .title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 115%;
  color: #242728;
}
.faq-media-design__info-title-and-description .subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #3d3d3d;
}

.faq-media-design__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .faq-media-design-section {
    padding-top: 3.25rem;
    padding-bottom: 1.5rem;
  }
  .faq-media-design-content {
    flex-direction: column;
    gap: 1rem;
  }
  .faq-media-design__info {
    width: 100%;
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 1.25rem;
    align-items: center;
    justify-content: center;
  }
  .faq-media-design__info-title-and-description {
    gap: 1.25rem;
  }
  .faq-media-design__info-title-and-description .title {
    font-size: 2rem;
    text-align: center;
  }
  .faq-media-design__info-title-and-description .subtitle {
    text-align: center;
  }
}
/* Mobile Styles */
@media (max-width: 767px) {
  .faq-media-design-section {
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
  }
  .faq-media-design-content {
    gap: 3rem;
  }
  .faq-media-design__info {
    background: none;
    padding: 0;
    gap: 1.5rem;
  }
  .faq-media-design__info-title-and-description {
    gap: 1.25rem;
  }
  .faq-media-design__info-title-and-description .title {
    font-size: 2rem;
    text-align: left;
  }
  .faq-media-design__info-title-and-description .subtitle {
    text-align: left;
  }
  .faq-media-design__buttons {
    gap: 1rem;
  }
}
.approach-cards {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.62rem;
}

.approach-card {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.approach-card__value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #242728;
  margin: 0;
  text-align: center;
}
.approach-card__label {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  color: #6b7280;
  margin: 0;
  text-align: center;
}

.our-approach-wrapper {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
.our-approach-wrapper--row {
  flex-direction: row;
  gap: 1rem;
}
.our-approach-wrapper--row .our-approach-content {
  flex: 0 0 calc(50% - 0.5rem);
}
.our-approach-wrapper--row .our-approach-stats {
  flex: 0 0 calc(50% - 0.5rem);
}
.our-approach-wrapper--row .our-approach-stats .approach-cards {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  height: 100%;
}
.our-approach-wrapper--column {
  flex-direction: column;
  align-items: stretch;
}
.our-approach-wrapper--column .our-approach-content,
.our-approach-wrapper--column .our-approach-stats {
  flex: none;
  width: 100%;
}
.our-approach-wrapper--column .stat-cards {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.our-approach-card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-approach-card__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #242728;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.our-approach-card__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
  margin: 0;
}

/* Tablet & Mobile - Hide entire section */
@media (max-width: 1024px) {
  .custom-container:has(.our-approach-wrapper) {
    display: none;
  }
}
.avatar-group {
  display: flex;
}
.avatar-group .avatar {
  width: 40px;
  height: 42px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #ffffff;
  margin-left: -16px;
  background: #D9D9D9;
}
.avatar-group .avatar:first-child {
  margin-left: 0;
}
.avatar-group .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.avatar-group .avatar-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-style: "Medium";
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  background: #3D3D3D;
  color: #fff;
}

.rating-summary {
  display: flex;
  flex-direction: column;
  /* Rating row */
}
.rating-summary__rating {
  display: flex;
  flex-direction: column;
}
.rating-summary__stars-row {
  display: flex;
  align-items: center;
}
.rating-summary {
  /* Stars */
}
.rating-summary__stars {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.rating-summary__star {
  width: 10px;
  height: 10px;
  display: block;
}
.rating-summary__star svg {
  width: 100%;
  height: 100%;
}
.rating-summary {
  /* Review count */
}
.rating-summary__count {
  margin-left: 0.5rem;
  font-size: 10px;
  line-height: 12px;
  color: #000;
}
@media (prefers-color-scheme: dark) {
  .rating-summary__count {
    color: #000;
  }
}
.rating-summary {
  /* Caption */
}
.rating-summary__caption {
  display: inline-flex;
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .rating-summary__caption {
    margin-top: 10px;
  }
}
.rating-summary__caption {
  /* Caption variants */
}
.rating-summary__caption-strong {
  color: #000;
}
.rating-summary__caption-strong p, .rating-summary__caption-strong span {
  color: #000;
}
.rating-summary__caption-muted {
  color: #9CA3AF;
}
.rating-summary__caption-muted p, .rating-summary__caption-muted span {
  color: #9CA3AF;
}
.rating-summary__caption-strong, .rating-summary__caption-muted {
  vertical-align: baseline;
  line-height: 12px;
}
.rating-summary__caption-strong p, .rating-summary__caption-muted p {
  margin: 0;
}
.rating-summary__caption-strong p, .rating-summary__caption-strong span, .rating-summary__caption-muted p, .rating-summary__caption-muted span {
  vertical-align: baseline;
  line-height: 12px;
}

.md-hero-banner-1 {
  display: block;
  position: relative;
  overflow: hidden;
  margin-left: -50vw;
  margin-right: -50vw;
  background: none !important;
  background-color: var(--md-hero-banner-1-bg-color, "transparent");
  margin-top: -1.5rem;
  min-height: 200px;
  height: auto;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1 {
    margin-left: -0.875;
    margin-right: -0.875;
  }
}
.md-hero-banner-1 {
  /* Content above everything */
}
.md-hero-banner-1 > * {
  position: relative;
  z-index: 2;
}
.md-hero-banner-1--has-top-notch {
  margin-top: -97px;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1--has-top-notch {
    margin-top: -1.5rem;
  }
}
.md-hero-banner-1--has-top-notch {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1--has-top-notch {
    margin-top: 0;
  }
}
.md-hero-banner-1__background {
  position: absolute;
  right: 0;
  width: 100%;
  height: 87%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: var(--md-hero-banner-1-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.md-hero-banner-1 {
  /* Overlay / color filter */
}
.md-hero-banner-1__overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--md-hero-banner-1-overlay-start, rgba(249, 249, 249, 0.95)) 0%, var(--md-hero-banner-1-overlay-mid, rgba(249, 249, 249, 0.88)) 50%, var(--md-hero-banner-1-overlay-end, rgba(250, 250, 250, 0.8)) 100%);
  z-index: 1;
  pointer-events: none;
}
.md-hero-banner-1 .container {
  padding-top: 7.69rem;
  padding-bottom: 5.55rem;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
.md-hero-banner-1__tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: hsl(0, 0%, 24%);
  min-width: 150px;
  margin-top: 2.875rem;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__tag {
    margin-top: 2rem;
  }
}
.md-hero-banner-1__tag {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__tag {
    margin-top: 2.38rem;
  }
}
.md-hero-banner-1__tag-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  user-select: none;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__tag-icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
  }
}
.md-hero-banner-1__tag-icon {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__tag-icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
  }
}
.md-hero-banner-1__tag-icon svg {
  width: 100%;
  height: 100%;
  user-select: none;
}
.md-hero-banner-1__tag-icon img {
  width: 100%;
  height: 100%;
  user-select: none;
}
.md-hero-banner-1__tag-text {
  margin-left: 10px;
  white-space: nowrap;
}
.md-hero-banner-1__headline {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: max-content;
}
.md-hero-banner-1__title {
  display: flex;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 9.094rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #0A0A0A;
}
.md-hero-banner-1__title h1 {
  font-family: "Inter", sans-serif;
  font-size: 9.094rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #0A0A0A;
}
.md-hero-banner-1__title {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__title {
    font-size: 3rem;
    margin-top: 2.75rem;
  }
}
.md-hero-banner-1__subtitle {
  display: flex;
  width: 100%;
  justify-content: end;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: #0A0A0A;
  margin-top: 0;
  margin-bottom: 0;
}
.md-hero-banner-1__subtitle h1, .md-hero-banner-1__subtitle h2, .md-hero-banner-1__subtitle h3, .md-hero-banner-1__subtitle h4, .md-hero-banner-1__subtitle h5, .md-hero-banner-1__subtitle h6, .md-hero-banner-1__subtitle p, .md-hero-banner-1__subtitle span, .md-hero-banner-1__subtitle div {
  display: flex;
  width: 100%;
  justify-content: end;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: #0A0A0A;
  margin-top: 0;
  margin-bottom: 0;
}
.md-hero-banner-1__description {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 5.625rem;
  color: #0A0A0A;
  text-align: left;
  word-break: keep-all;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.44rem;
}
@media (max-width: 1500px) {
  .md-hero-banner-1__description {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
.md-hero-banner-1__description {
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__description {
    margin-top: 5.81rem;
    font-size: 3.75rem;
    line-height: 4rem;
    text-align: left;
    text-indent: 0;
  }
  .md-hero-banner-1__description p {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.md-hero-banner-1__description {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__description {
    font-size: 1rem;
    line-height: 1.375rem;
    max-width: max-content;
    margin-top: 2.38rem;
  }
  .md-hero-banner-1__description p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.md-hero-banner-1__description p {
  font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 5.625rem;
  color: #0A0A0A;
  margin: 0;
}
.md-hero-banner-1__description b, .md-hero-banner-1__description strong {
  color: #0A0A0A;
}
.md-hero-banner-1__description-primary p {
  margin: 0;
}
.md-hero-banner-1__description-primary {
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__description-primary {
    font-size: 3.75rem;
    line-height: 4rem;
  }
  .md-hero-banner-1__description-primary p {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
.md-hero-banner-1__description-primary {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__description-primary {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .md-hero-banner-1__description-primary p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.md-hero-banner-1__description-secondary {
  margin-top: 2.25rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #666666;
  max-width: 62.5rem;
}
.md-hero-banner-1__description-secondary p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #666666;
  margin: 0;
}
.md-hero-banner-1__description-secondary {
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__description-secondary {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 2.688rem;
  }
  .md-hero-banner-1__description-secondary p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.md-hero-banner-1__description-secondary {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__description-secondary {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    max-width: max-content;
    margin-top: 6.13rem;
  }
  .md-hero-banner-1__description-secondary p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.md-hero-banner-1__reviews-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  width: 100%;
  min-width: 300px;
  margin: 4.188rem auto 0 auto;
  gap: 2rem;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__reviews-container {
    justify-content: space-between;
    padding: 1.94rem 0.88rem 1.13rem 0.88rem;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #E5E5E5;
    margin: 5.31rem auto 0 auto;
  }
}
.md-hero-banner-1__reviews-container {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__reviews-container {
    flex-direction: column;
    padding: 0;
    background: none;
    margin-top: 1.688rem;
    border: none;
    gap: 1.688rem;
  }
}
.md-hero-banner-1__reviews-container .reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.md-hero-banner-1__reviews-container-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__reviews-container-card {
    width: 100%;
    padding: 1.94rem 0.88rem 1.13rem 0.88rem;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #E5E5E5;
  }
}
.md-hero-banner-1__note {
  font-size: 0.944rem;
  color: #777;
  margin-bottom: 0;
  line-height: 1.25rem;
  max-width: 430px;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__note {
    font-size: 0.625rem;
    max-width: 160px;
    text-align: right;
  }
}
.md-hero-banner-1__note {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1__note {
    display: flex;
    align-self: end;
    text-indent: 10rem;
    max-width: 280px;
  }
}
.md-hero-banner-1__note p {
  font-size: 0.944rem;
  color: #777;
  margin-bottom: 0;
  line-height: 1.25rem;
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1__note p {
    font-size: 0.625rem;
    line-height: 150%;
    text-align: right;
  }
}
@media (max-width: 1500px) {
  .md-hero-banner-1 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.md-hero-banner-1 {
  /* lg ↓ (≤ 991.98px) */
}
@media (max-width: 991.98px) {
  .md-hero-banner-1 {
    margin-left: -2.25em;
    margin-right: -2.25em;
  }
  .md-hero-banner-1 .container {
    padding-top: 3rem;
    padding-bottom: 3.06rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.md-hero-banner-1 {
  /* md ↓ (≤ 767.98px) */
}
@media (max-width: 767.98px) {
  .md-hero-banner-1 .container {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.md-hero-banner-1 {
  /* sm ↓ (≤ 576px) */
}
@media (max-width: 576px) {
  .md-hero-banner-1 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md-hero-banner-1 .container {
    padding-top: 5.56rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.studio-custom-container {
  padding: 5.55rem 12.44rem 0.87rem;
}

.studio-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.studio-title-wrapper {
  padding: 9.88rem 6rem 1.88rem 6rem;
}

.studio-title {
  color: #242728;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  margin: 0 0 1.5rem 0;
}

.studio-description {
  color: #3D3D3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.studio-content-bottom {
  padding-left: 6rem;
  padding-bottom: 6.88rem;
}

.studio-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-list-item {
  display: flex;
  height: 48px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.list-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
}

.list-text {
  color: #242728;
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.studio-media-design__buttons {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 2.5rem;
}

.custom-studio-btn {
  padding: 10px 18px;
  align-items: center;
  gap: 8px;
}

.studio-right {
  grid-column: 2;
  grid-row: 1/3;
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  max-width: 759px;
  max-height: 752px;
  width: 100%;
  height: 100%;
}
.studio-right img {
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1440px) {
  .studio-custom-container {
    padding: 3rem 3rem 0.87rem;
  }
  .studio-title-wrapper {
    padding: 6rem 3rem 1.5rem 3rem;
  }
  .studio-content-bottom {
    padding-left: 3rem;
  }
  .studio-right {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1024px) {
  .studio-custom-container {
    padding: 24px;
  }
  .studio-wrapper {
    gap: 16px;
  }
  .studio-title-wrapper {
    padding: 5rem 3rem 1.5rem 3rem;
  }
  .studio-title {
    font-size: 36px;
  }
  .studio-content-bottom {
    padding-left: 3rem;
    padding-bottom: 0;
  }
  .studio-list-item {
    padding: 0 0 0.75rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
  .studio-media-design__buttons {
    padding-top: 2rem;
  }
  .studio-right {
    width: 100%;
    height: auto;
    min-height: 400px;
    border-radius: 20px;
  }
  .studio-right img {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .studio-custom-container {
    padding: 24px;
  }
  .studio-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .studio-title-wrapper {
    padding: 3rem 0 0;
    order: 1;
  }
  .studio-title {
    font-size: 36px;
    margin-bottom: 0;
  }
  .studio-description {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .studio-right {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 0.5rem 0 1.5rem 0;
  }
  .studio-right img {
    border-radius: 7px;
  }
  .studio-content-bottom {
    order: 3;
    padding: 0;
  }
  .studio-list-item {
    padding: 0 0 0.75rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
  .list-text {
    text-align: start;
    font-size: 16px;
    line-height: 150%;
  }
  .studio-media-design__buttons {
    flex-direction: row;
    padding-top: 0.75rem;
    justify-content: center;
    gap: 16px;
  }
  .btn {
    width: 100%;
  }
}
/* Title Section Component Styles */
.title-section {
  margin-bottom: 2rem;
}

.section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #666;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-main-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .section-main-title {
    font-size: 1.75rem;
  }
}
[data-bs-theme=dark] .newsletter-popup .newsletter-popup-content .form-label, [data-bs-theme=dark] .newsletter-popup .newsletter-popup-content .form-check-label {
  color: #ffffff;
}
[data-bs-theme=dark] .newsletter-popup .newsletter-popup-content .form-control, [data-bs-theme=dark] .newsletter-popup .newsletter-popup-content .form-check-input {
  border-color: var(--bs-secondary-color) !important;
}
[data-bs-theme=dark] .partner-item.slick-slide img {
  filter: invert(1);
}
[data-bs-theme=dark] .text-linear-1, [data-bs-theme=dark] .text-linear-2 {
  -webkit-text-fill-color: unset;
}

body[dir=rtl] .shortcode-about-us-information-style-2 .d-inline-flex.rounded-pill svg {
  transform: unset !important;
}
body[dir=rtl] .d-inline-flex.rounded-pill svg {
  transform: rotate(180deg);
}
body[dir=rtl] .icon.svg-icon-ti-ti-arrow-up-right {
  transform: rotate(270deg);
}
body[dir=rtl] .shortcode-teams .card-team svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-pricing-plans .pricing-plan-item a svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-testimonials a svg.icon.svg-icon-ti-ti-arrow-right {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-testimonials a svg.icon.svg-icon-ti-ti-phone {
  transform: rotate(270deg);
}
@media screen and (min-width: 768px) {
  body[dir=rtl] .shortcode-blog-posts-style-1 .text-md-end {
    text-align: left !important;
  }
}
body[dir=rtl] .shortcode-blog-posts a svg {
  transform: rotate(180deg);
}
body[dir=rtl] .odometer {
  direction: ltr !important;
}
body[dir=rtl] .shortcode-instruction-steps .bg-linear-primary.w-75 {
  width: 100% !important;
}
body[dir=rtl] .shortcode-instruction-steps .dashed-line-1, body[dir=rtl] .shortcode-instruction-steps .dashed-line-2 {
  right: 30px;
  left: unset !important;
}
body[dir=rtl] .section-footer a.hover-effect:after {
  left: unset;
  right: -20px !important;
  transform: rotate(180deg);
}
body[dir=rtl] .section-footer a.hover-effect:hover:after {
  left: unset;
  right: 10px !important;
}
body[dir=rtl] .shortcode-blog-posts .swiper-button-next, body[dir=rtl] .shortcode-projects .swiper-button-next {
  right: unset !important;
  left: 90px !important;
}
body[dir=rtl] .shortcode-blog-posts .swiper-button-next, body[dir=rtl] .shortcode-blog-posts .swiper-button-prev, body[dir=rtl] .shortcode-projects .swiper-button-next, body[dir=rtl] .shortcode-projects .swiper-button-prev {
  transform: rotate(180deg);
}
body[dir=rtl] .section-pricing-2 .btn svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-services .card-service-4 a svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-our-history .zoom-img .popup-video .icon-shape svg.icon {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-teams-style-6 .card-team:hover svg, body[dir=rtl] .shortcode-teams-style-2 .card-team:hover svg, body[dir=rtl] .shortcode-teams-style-3 .card-team:hover svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-teams-style-6 .card-team svg, body[dir=rtl] .shortcode-teams-style-2 .card-team svg, body[dir=rtl] .shortcode-teams-style-3 .card-team svg {
  transform: rotate(270deg);
}
body[dir=rtl] .shortcode-simple-slider .swiper-button-next:after, body[dir=rtl] .shortcode-simple-slider .swiper-button-prev:after {
  content: unset !important;
}
body[dir=rtl] .shortcode-simple-slider .backdrop-filter .popup-video .icon-shape svg.icon {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-services a svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-feature-tabs.section-services-4 .nav-link, body[dir=rtl] .shortcode-compare-features .nav-link {
  padding: 19px 43px 19px 0;
}
body[dir=rtl] .shortcode-feature-tabs.section-services-4 .nav-link svg, body[dir=rtl] .shortcode-compare-features .nav-link svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-feature-tabs.section-services-4 a.btn svg.icon.svg-icon-ti-ti-arrow-right, body[dir=rtl] .shortcode-compare-features a.btn svg.icon.svg-icon-ti-ti-arrow-right {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-feature-tabs.section-services-4 a.btn svg.icon.svg-icon-ti-ti-phone-call, body[dir=rtl] .shortcode-compare-features a.btn svg.icon.svg-icon-ti-ti-phone-call {
  transform: rotate(270deg);
}
body[dir=rtl] .shortcode-partners a.btn .icon, body[dir=rtl] .shortcode-partners button .icon, body[dir=rtl] .shortcode-contact-form a.btn .icon, body[dir=rtl] .shortcode-contact-form button .icon, body[dir=rtl] .shortcode-teams a.btn .icon, body[dir=rtl] .shortcode-teams button .icon {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-services-style-5 svg.icon.svg-icon-ti-ti-phone-call {
  transform: rotate(270deg) !important;
}
body[dir=rtl] .section-services-details .bg-primary a.btn.text-start svg {
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-instruction-steps.howitwork-2 .navigation-arrow-2 {
  right: 30% !important;
  bottom: 40% !important;
  transform: rotate(180deg);
}
body[dir=rtl] .shortcode-instruction-steps.howitwork-2 .navigation-arrow-1 {
  left: 30% !important;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  body[dir=rtl] .burger-icon {
    right: unset !important;
    left: 24px;
  }
}
body[dir=rtl] .mobile-header-wrapper-style {
  right: unset !important;
  left: 0;
}
body[dir=rtl] .mobile-header-wrapper-style .mobile-menu .menu-expand {
  right: unset !important;
  left: 0;
}
body[dir=rtl] .btn-scroll-top {
  right: unset !important;
  left: 1.5rem !important;
}

/* Section Label Component */
.section-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #242728;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.07rem;
  margin: 0;
}

.section-label-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #3d3d3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section-label-icon svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #ffffff;
}

/* Chip Component */
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78125rem 0.9375rem;
  border-radius: 18px;
  background-color: #f5f5f5;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.625rem;
  color: #575757;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Chip color variants - easily extensible */
.chip-primary {
  background-color: #f5f5f5;
  color: #575757;
}

.chip-secondary {
  background-color: #e8e8e8;
  color: #3d3d3d;
}

.chip-accent {
  background-color: #242728;
  color: #ffffff;
}

/* Mini Browser Component */
.mini-browser {
  width: 62.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}
.mini-browser.complete {
  border-radius: 20px;
}
.mini-browser.complete .browser-top-bar {
  padding: 1.25rem 1.875rem;
}

.browser-top-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0 1.25rem 1.875rem;
  background: #e5e7eb;
}

.browser-dots {
  display: flex;
  gap: 0.5rem;
}

.browser-dots .dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.6;
}

.browser-address-bar {
  flex: 1;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0.5rem 1.25rem;
}

.address-text {
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 400;
}

.browser-actions {
  display: flex;
  gap: 0.75rem;
}

.action-button {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: #ffffff;
  opacity: 0.6;
}

.browser-content {
  flex: 1;
  background: #ffffff;
  min-height: 31.25rem;
}

/* Browser responsive styles */
@media (max-width: 1024px) and (min-width: 768px) {
  .browser-top-bar {
    padding: 0.75rem 0 0.75rem 1.25rem;
    gap: 0.75rem;
  }
  .browser-top-bar.complete {
    padding: 0.75rem 1.25rem;
  }
  .browser-dots .dot {
    width: 0.625rem;
    height: 0.625rem;
  }
  .browser-address-bar {
    padding: 0.375rem 1rem;
  }
  .address-text {
    font-size: 0.75rem;
  }
  .action-button {
    width: 1.75rem;
    height: 1.75rem;
  }
  .mini-browser {
    align-self: stretch;
    flex: 1;
    max-height: 23.8125rem;
  }
}
@media (max-width: 767px) {
  .mini-browser {
    width: 100%;
    max-height: 37.5rem;
  }
}
/* Rounded Button Component */
.btn-icon-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-color: #242728;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.btn-icon-round svg {
  width: 100%;
  height: 100%;
}
.btn-icon-round:hover {
  background-color: #3d3d3d;
  transform: scale(1.05);
}
.btn-icon-round:active {
  transform: scale(0.95);
}

/* Button size variants */
.btn-icon-round-sm {
  width: 1.125rem;
  height: 1.125rem;
}
.btn-icon-round-sm svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 767px) {
  .btn-icon-round-sm {
    width: 1.125rem;
    height: 1.125rem;
  }
  .btn-icon-round-sm svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.btn-icon-round-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.btn-icon-round-lg svg {
  width: 3.5rem;
  height: 3.5rem;
}

/* Button color variants */
.btn-icon-round-light {
  background-color: #f5f5f5;
}
.btn-icon-round-light svg {
  color: #242728;
}
.btn-icon-round-light:hover {
  background-color: #e0e0e0;
}

/* Primary Button Component */
.custom-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3125rem 4.4375rem;
  border-radius: 20px;
  background-color: #242728;
  border: 1px solid rgba(217, 217, 217, 0.2);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.custom-btn-primary__outline {
  background-color: transparent;
  border: 1px solid #111125;
  color: #111125;
}
.custom-btn-primary__outline:hover {
  background-color: #f8f9fa;
  border-color: #111125;
  color: #111125;
}
.custom-btn-primary:hover {
  background-color: #3d3d3d;
  border-color: rgba(217, 217, 217, 0.3);
  transform: translateY(-0.125rem);
}
.custom-btn-primary:active {
  transform: translateY(0);
}
.custom-btn-primary:focus {
  outline: 2px solid rgba(217, 217, 217, 0.4);
  outline-offset: 2px;
}

/* Button size variants */
.custom-btn-primary-compact {
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .custom-btn-primary-compact {
    padding: 0.625rem 1.125rem;
  }
}
@media (max-width: 767px) {
  .custom-btn-primary-compact {
    padding: 0.625rem 1.125rem;
  }
}

.custom-btn-primary-sm {
  padding: 0.9375rem 2.5rem;
  font-size: 0.875rem;
}

.custom-btn-primary-lg {
  padding: 1.625rem 5.625rem;
  font-size: 1.125rem;
}

.custom-link:hover {
  text-decoration: none;
  color: #ffffff;
}

/*Desktop Styles*/
.ui-block-section {
  padding-top: 6.5rem;
  padding-bottom: 1.5rem;
}

.bg-gradient-white-gray {
  background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
}
.bg-gradient-white-gray--reverse {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
}

/*Tablet Styles*/
@media (max-width: 1024px) {
  .ui-block-section {
    padding-top: 3.25rem;
    padding-bottom: 1.5rem;
  }
}
/*Mobile Styles*/
@media (max-width: 768px) {
  .ui-block-section {
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
  }
}
/*===========
   Theme Name: AliThemes - Bootstrap Dev Starter
   Author : alithemes
   Support: https://alithemes.ticksy.com
   Version: 1.0
=======
Table of contents
    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer
==============*/
:root {
  --tc-body-font-family: var(--primary-font);
  --tc-heading-font-family: var(--primary-font);
  --tc-display-font-family: var(--primary-font);
  --tc-body-font-size: 16px;
  --tc-fs-1: 40px;
  --tc-fs-2: 32px;
  --tc-fs-3: 28px;
  --tc-fs-4: 24px;
  --tc-fs-5: 20px;
  --tc-fs-6: 16px;
  --tc-fs-7: 14px;
  --tc-fs-8: 12px;
  --tc-fs-9: 10px;
  --tc-ds-1: 80px;
  --tc-ds-2: 72px;
  --tc-ds-3: 64px;
  --tc-ds-4: 56px;
  --tc-ds-5: 48px;
  --tc-ds-6: 40px;
  --tc-ds-xs-1: 64px;
  --tc-ds-xs-2: 56px;
  --tc-ds-xs-3: 48px;
  --tc-ds-xs-4: 36px;
  --tc-ds-xs-5: 28px;
  --tc-ds-xs-6: 24px;
  --tc-body-line-height: 1.5;
  --tc-heading-line-height: 1.2;
  --tc-theme-primary: var(--primary-color);
  --tc-theme-primary-light: var(--primary-color);
  --tc-theme-secondary: #7f7d88;
  --tc-theme-primary-soft: rgba(var(--primary-color-rgb), 0.1);
  --tc-theme-primary-dark: var(--primary-color-dark);
  --tc-theme-dark-primary: var(--primary-color-dark);
  --tc-theme-dark-primary-light: var(--primary-color-dark-light);
  --tc-theme-dark-secondary: #7f7d88;
  --tc-theme-dark-primary-soft: var(--primary-color-dark-soft);
  --tc-theme-dark-primary-dark: rgba(var(--primary-color-dark-rgb), 0.7);
  --tc-neutral-0: #ffffff;
  --tc-neutral-100: #f3f4f6;
  --tc-neutral-200: #e5e7eb;
  --tc-neutral-300: #d1d5db;
  --tc-neutral-400: #9ca3af;
  --tc-neutral-500: #6b7280;
  --tc-neutral-600: #4b5563;
  --tc-neutral-700: #374151;
  --tc-neutral-800: #1f2937;
  --tc-neutral-900: #111827;
  --tc-neutral-dark-0: #010101;
  --tc-neutral-dark-100: #111827;
  --tc-neutral-dark-200: #1f2937;
  --tc-neutral-dark-300: #374151;
  --tc-neutral-dark-400: #4b5563;
  --tc-neutral-dark-500: #6b7280;
  --tc-neutral-dark-600: #9ca3af;
  --tc-neutral-dark-700: #d1d5db;
  --tc-neutral-dark-800: #e5e7eb;
  --tc-neutral-dark-900: #f3f4f6;
  --tc-system-success: #64e1b0;
  --tc-system-info: #5577a7;
  --tc-system-warning: #f39e0d;
  --tc-system-danger: #ef4444;
  --tc-system-white: #ffffff;
  --tc-system-dark: #000000;
  --tc-system-muted: #9ca3af;
  --tc-system-dark-success: #10b983;
  --tc-system-dark-info: #0f172e;
  --tc-system-dark-warning: #fcd34e;
  --tc-system-dark-danger: #fca5a7;
  --tc-system-dark-white: #151524;
  --tc-system-dark-dark: #efeff8;
  --tc-system-dark-muted: #9ca3af;
  --tc-bg-1: #f7f4ff;
  --tc-bg-2: #e1d6ff;
  --tc-bg-3: #f2fbf9;
  --tc-bg-4: #eef2ff;
  --tc-bg-5: #fff7ee;
  --tc-bg-6: #374151;
  --tc-bg-7: #1f2937;
  --tc-bg-dark-1: #1c1b1f;
  --tc-bg-dark-2: #362e4f;
  --tc-bg-dark-3: #141817;
  --tc-bg-dark-4: #131518;
  --tc-bg-dark-5: #100f0e;
  --tc-bg-dark-6: #1a2028;
  --tc-bg-dark-7: #111822;
  --tc-linear-1: linear-gradient(
      90deg,
      rgba(var(--primary-color-rgb), 0.5) 0%,
      rgba(var(--primary-color-rgb), 0.2) 100%
  );
  --tc-linear-2: var(--primary-gradient-bg) !important;
  --tc-linear-3: linear-gradient(180deg, #eeebf0 0%, #ffffff 100%);
  --tc-linear-4: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  --tc-linear-dark-1: linear-gradient(90deg, #a89adb 0%, #e6ceee 100%);
  --tc-linear-dark-2: linear-gradient(90deg, #696381 0%, #837389 100%);
  --tc-linear-dark-3: linear-gradient(180deg, #151524 0%, #212135 100%);
  --tc-linear-dark-4: linear-gradient(180deg, #151524 0%, #212135 100%);
  --tc-shadow-1: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  --tc-shadow-2: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  --tc-fw-black: 900;
  --tc-fw-extra-bold: 800;
  --tc-fw-bold: 700;
  --tc-fw-semi-bold: 600;
  --tc-fw-medium: 500;
  --tc-fw-regular: 400;
  --tc-fw-light: 300;
  --bs-border-color: var(--tc-neutral-200);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
  overflow: hidden;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 0.875em;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.shadow-1 {
  box-shadow: var(--tc-shadow-1);
}

.shadow-2 {
  box-shadow: var(--tc-shadow-2);
}

.text-dark {
  color: var(--tc-system-dark) !important;
}

.text-100 {
  color: var(--tc-neutral-100) !important;
}

.text-100-keep {
  color: #f3f4f6 !important;
}

.text-200 {
  color: var(--tc-neutral-200) !important;
}

.text-300 {
  color: var(--tc-neutral-300) !important;
}

.text-400 {
  color: var(--tc-neutral-400) !important;
}

.text-500 {
  color: var(--tc-neutral-500) !important;
}

.text-600 {
  color: var(--tc-neutral-600) !important;
}

.text-600-keep {
  color: #4b5563 !important;
}

.text-700 {
  color: var(--tc-neutral-700) !important;
}

.text-900 {
  color: var(--tc-neutral-900) !important;
}

.text-primary {
  color: var(--tc-theme-primary) !important;
}

.text-primary-light {
  color: var(--tc-theme-primary-light) !important;
}

.text-primary-dark {
  color: var(--tc-theme-primary-dark) !important;
}

.text-secondary {
  color: var(--tc-theme-secondary) !important;
}

.text-linear-1 {
  background: var(--tc-linear-1);
  -webkit-background-clip: text;
}

.text-linear-2 {
  background: var(--tc-linear-2);
  -webkit-background-clip: text;
}

.text-hover-primary:hover {
  color: var(--tc-theme-primary) !important;
}

.text-bg-linear-1 {
  color: var(--tc-theme-primary) !important;
  background: var(--tc-linear-1) !important;
}

.text-bg-success {
  color: rgb(17, 90, 61) !important;
  background: rgba(100, 225, 176, 0.2) !important;
  --bs-badge-border-color: var(--tc-system-success) !important;
}

.text-bg-success .tag {
  background-color: rgb(17, 90, 61) !important;
}

.text-bg-danger {
  color: var(--tc-system-danger) !important;
  background: rgba(236, 64, 64, 0.2) !important;
  --bs-badge-border-color: var(--tc-system-danger) !important;
}

.text-bg-warning {
  color: var(--tc-system-warning) !important;
  background: rgba(243, 158, 13, 0.2) !important;
  --bs-badge-border-color: var(--tc-system-warning) !important;
}

.text-bg-info {
  color: var(--tc-system-info) !important;
  background: rgba(85, 119, 167, 0.2) !important;
  --bs-badge-border-color: var(--tc-system-info) !important;
}

.text-bg-info .tag {
  background-color: var(--tc-system-info) !important;
}

.bg-white {
  background-color: var(--tc-system-white) !important;
}

.bg-white-keep {
  background-color: #ffffff !important;
}

.bg-dark-1 {
  background-color: #111827 !important;
}

.bg-1 {
  background-color: var(--tc-bg-1) !important;
}

.bg-2 {
  background-color: var(--tc-bg-2) !important;
}

.bg-3 {
  background-color: var(--tc-bg-3) !important;
}

.bg-4 {
  background-color: var(--tc-bg-4) !important;
}

.bg-5 {
  background-color: var(--tc-bg-5) !important;
}

.bg-6 {
  background-color: var(--tc-bg-6) !important;
}

.bg-7 {
  background-color: var(--tc-bg-7) !important;
}

.bg-primary {
  background-color: var(--tc-theme-primary) !important;
}

.bg-success {
  background-color: var(--tc-system-success) !important;
}

.bg-danger {
  background-color: var(--tc-system-danger) !important;
}

.bg-warning {
  background-color: var(--tc-system-warning) !important;
}

.bg-info {
  background-color: var(--tc-system-info) !important;
}

.bg-muted {
  background-color: var(--tc-system-muted) !important;
}

.bg-dark {
  background-color: var(--tc-system-dark) !important;
}

.bg-light {
  background-color: var(--tc-system-white) !important;
}

.bg-primary-light {
  background-color: var(--tc-theme-primary-light) !important;
}

.bg-primary-secondary {
  background-color: var(--tc-theme-primary-secondary) !important;
}

.bg-primary-soft {
  background-color: var(--tc-theme-primary-soft) !important;
}

.bg-primary-soft-keep {
  background-color: #f5eeff;
}

.bg-primary-dark {
  background-color: var(--tc-theme-primary-dark) !important;
}

.bg-linear-1 {
  background-image: var(--tc-linear-1) !important;
}

.bg-linear-2 {
  background-image: var(--tc-linear-2) !important;
}

.bg-linear-3 {
  background-image: var(--tc-linear-3) !important;
}

.bg-linear-4 {
  background-image: var(--tc-linear-4) !important;
}

.bgft-1 {
  background-color: #111827;
}

.bg-neutral-100 {
  background-color: var(--tc-neutral-100) !important;
}

.bg-neutral-200 {
  background-color: var(--tc-neutral-200) !important;
}

.bg-neutral-300 {
  background-color: var(--tc-neutral-300) !important;
}

.bg-neutral-400 {
  background-color: var(--tc-neutral-400) !important;
}

.bg-neutral-500 {
  background-color: var(--tc-neutral-500) !important;
}

.bg-neutral-600 {
  background-color: var(--tc-neutral-600) !important;
}

.bg-neutral-700 {
  background-color: var(--tc-neutral-700) !important;
}

.bg-neutral-800 {
  background-color: var(--tc-neutral-800) !important;
}

.bg-neutral-900 {
  background-color: var(--tc-neutral-900) !important;
}

.border-primary {
  border-color: var(--tc-theme-primary) !important;
}

.border-white {
  border-color: var(--tc-system-white) !important;
}

.border-white-keep {
  border-color: #ffffff !important;
}

.border-primary-light {
  border-color: var(--tc-theme-primary-light) !important;
}

.border-linear-1 {
  position: relative;
  background: var(--tc-linear-1);
  padding: 1px;
}

.border-linear-dark-2 {
  position: relative;
  background: var(--tc-linear-dark-2);
  padding: 1px;
}

.border-primary-secondary {
  border-color: var(--tc-theme-primary-secondary) !important;
}

.border-primary-soft {
  border-color: var(--tc-theme-primary-soft) !important;
}

.border-primary-dark {
  border-color: var(--tc-theme-primary-dark) !important;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 25px;
  --bs-alert-padding-y: 20px;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 8px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: rgba(109, 77, 242, 0.2);
  --bs-alert-border-color: var(--tc-theme-primary);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--tc-system-danger);
  --bs-alert-bg: rgba(236, 64, 64, 0.2);
  --bs-alert-border-color: var(--tc-system-danger);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: rgba(17, 90, 61, 1);
  --bs-alert-bg: rgba(100, 225, 176, 0.2);
  --bs-alert-border-color: rgba(17, 90, 61, 1);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--tc-system-warning);
  --bs-alert-bg: rgba(243, 158, 13, 0.2);
  --bs-alert-border-color: var(--tc-system-warning);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--tc-system-info);
  --bs-alert-bg: rgba(85, 119, 167, 0.2);
  --bs-alert-border-color: var(--tc-system-info);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--tc-neutral-600);
  --bs-alert-bg: var(--tc-neutral-100);
  --bs-alert-border-color: var(--tc-neutral-200);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--tc-system-white);
  --bs-alert-bg: var(--tc-neutral-700);
  --bs-alert-border-color: var(--tc-neutral-900);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.badge {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tc-fw-medium);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  border: 1px solid var(--bs-badge-border-color);
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tc-body-font-family);
  font-size: var(--tc-body-font-size);
  font-weight: var(--tc-fw-regular);
  color: var(--tc-neutral-900);
  line-height: var(--tc-body-line-height);
}

.font-body {
  font-family: var(--tc-body-font-family);
}

.fs-18 {
  font-size: 18px;
}

.fs-120 {
  font-size: 120px;
}

.fs-170 {
  font-size: 170px !important;
}

.fs-96 {
  font-size: 96px !important;
}

.fs-230 {
  font-size: 230px !important;
}

.fs-250 {
  font-size: 250px !important;
}

.fs-1 {
  font-size: var(--tc-fs-1) !important;
}

.fs-2 {
  font-size: var(--tc-fs-2) !important;
}

.fs-3 {
  font-size: var(--tc-fs-3) !important;
}

.fs-4 {
  font-size: var(--tc-fs-4) !important;
}

.fs-5 {
  font-size: var(--tc-fs-5) !important;
}

.fs-6 {
  font-size: var(--tc-fs-6) !important;
}

.fs-7 {
  font-size: var(--tc-fs-7) !important;
}

.fs-8 {
  font-size: var(--tc-fs-8) !important;
}

.fs-9 {
  font-size: var(--tc-fs-9) !important;
}

.ds-1 {
  font-size: var(--tc-ds-1) !important;
}

.ds-2 {
  font-size: var(--tc-ds-2) !important;
}

.ds-3 {
  font-size: var(--tc-ds-3) !important;
}

.ds-4 {
  font-size: var(--tc-ds-4) !important;
}

.ds-5 {
  font-size: var(--tc-ds-5) !important;
}

.ds-6 {
  font-size: var(--tc-ds-6) !important;
}

.ds-xs-1 {
  font-size: var(--tc-ds-xs-1) !important;
}

.ds-xs-2 {
  font-size: var(--tc-ds-xs-2) !important;
}

.ds-xs-3 {
  font-size: var(--tc-ds-xs-3) !important;
}

.ds-xs-4 {
  font-size: var(--tc-ds-xs-4) !important;
}

.ds-xs-5 {
  font-size: var(--tc-ds-xs-5) !important;
}

.ds-xs-6 {
  font-size: var(--tc-ds-xs-6) !important;
}

.h1 {
  font-size: 60px;
  font-weight: bold;
}

.h2 {
  font-size: 48px;
  font-weight: bold;
}

.h3 {
  font-size: 38px;
  font-weight: bold;
}

.h4 {
  font-size: 31px;
  font-weight: bold;
}

.h5 {
  font-size: 25px;
  font-weight: bold;
}

.h6 {
  font-size: 20px;
  font-weight: bold;
}

.fst-italic {
  font-family: "Satoshi-VariableItalic";
}

.fw-light {
  font-weight: var(--tc-fw-light);
}

.fw-regular {
  font-weight: var(--tc-fw-regular);
}

.fw-medium {
  font-weight: var(--tc-fw-medium);
}

.fw-semi-bold {
  font-weight: var(--tc-fw-semi-bold);
}

.fw-bold {
  font-weight: var(--tc-fw-bold);
}

.fw-extra-bold {
  font-weight: var(--tc-fw-extra-bold);
}

.fw-black {
  font-weight: var(--tc-fw-black);
}

.fw .size-16 {
  width: 16px;
  height: 16px;
}

.size-14 {
  width: 14px;
  height: 14px;
}

.size-12 {
  width: 12px;
  height: 12px;
}

.size-22 {
  width: 22px;
  height: 22px;
}

.size-48 {
  width: 48px;
  height: 48px;
}

.size-50 {
  width: 50px;
  height: 50px;
}

.size-75 {
  width: 75px;
  height: 75px;
}

img,
.img {
  max-width: 100%;
  transition: 0.3s;
}

a,
button {
  color: var(--tc-neutral-900);
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: var(--tc-theme-primary);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tc-heading-font-family);
  color: var(--tc-neutral-900);
  margin-top: 0px;
  font-weight: var(--tc-fw-bold);
  line-height: var(--tc-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 31px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}

.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tc-body-font-family);
  font-size: var(--tc-body-font-size);
  line-height: var(--tc-body-line-height);
  font-weight: var(--tc-fw-medium);
  color: var(--tc-neutral-600);
}

hr {
  border-bottom: 1px solid var(--tc-color-gray-1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #000000;
  cursor: pointer;
  font-size: var(--tc-body-font-size);
  font-weight: var(--tc-fw-medium);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: white;
}

*::-moz-placeholder {
  color: white;
  font-size: var(--tc-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: white;
  font-size: var(--tc-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    Keyframe Animation
===============================*/
.zoom-img {
  transform: translateZ(0);
  overflow: hidden;
}

.zoom-img img {
  display: block;
  transition: transform 0.35s ease-in-out;
}

.zoom-img:hover img {
  transform: scale(1.05);
}

@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine-animate:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.shine-animate-item:hover .shine-animate:before {
  animation: hoverShine 1.2s;
}

.alltuchtopdown {
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}
.rightToLeft {
  animation-name: rightToLeft;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.ribbonRotate {
  animation-name: ribbonRotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes ribbonRotate {
  0%, 100% {
    transform: rotate(0);
  }
  25%, 75% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(30deg);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.shake {
  animation-name: shake;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes shake {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.flickering {
  animation-name: flickering;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes flickering {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes animation__shape {
  0% {
    stroke-dashoffset: 12;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-two {
  0% {
    stroke-dashoffset: 18;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-three {
  0% {
    stroke-dashoffset: 24;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-four {
  0% {
    stroke-dashoffset: 14;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-five {
  0% {
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .img-custom-anim-right,
  .img-custom-anim-left,
  .img-custom-anim-top {
    animation: none;
    opacity: 1;
  }
}
.slideinleft,
.slideinright,
.slideindown,
.slideinup {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bouncing-blob {
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform-origin: left top;
}

.bouncing-blob--primary {
  height: 419.259px;
  width: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--tc-theme-primary);
}

.bouncing-blob--green {
  width: 551.056px;
  height: 987.859px;
  border-radius: 987.859px;
  background: var(--tc-system-success);
  opacity: 0.28;
}

.bouncing-blob--white {
  background: #ffffff;
  z-index: 2;
  width: 15vw;
}

.bouncing-blob--purple {
  width: 410.297px;
  height: 735.526px;
  border-radius: 735.526px;
  background: var(--tc-theme-primary);
  opacity: 0.22;
}

.bouncing-blob--infor {
  height: 551.056px;
  width: 987.859px;
  border-radius: 987.859px;
  background: var(--tc-system-info);
  opacity: 0.28;
}

.bouncing-blobs-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bouncing-blobs-glass {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  pointer-events: none;
}

.bouncing-blobs {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .bouncing-blobs-glass {
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(120px);
  }
}
@media (max-width: 500px) {
  .bouncing-blob {
    width: 60vw;
  }
  .bouncing-blob--white {
    width: 30vw;
  }
  .bouncing-blobs-glass {
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
  }
}
/*Scroll to top*/
.btn-scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: block;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0.1rem rgba(227, 229, 233, 0.25);
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear, margin-right 0s;
  background-color: var(--tc-theme-primary-light);
}

.btn-scroll-top:after {
  position: absolute;
  font-family: "bootstrap-icons" !important;
  content: "\f145";
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
  color: var(--tc-system-white);
  left: 0;
  top: 0;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.2s linear;
}

.btn-scroll-top.active-progress {
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 320px) {
  .btn-scroll-top.active-progress {
    opacity: 1;
  }
}
.btn-scroll-top svg path {
  fill: none;
}

.btn-scroll-top svg.progress-square path {
  stroke: var(--tc-system-white);
  stroke-width: 2;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.btn {
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 17px;
  --bs-btn-font-family: "Satoshi-Bold", sans-serif;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
      rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-md {
  --bs-btn-padding-x: 23px;
  --bs-btn-padding-y: 15px;
}

.btn-gradient {
  --bs-btn-color: var(--tc-system-white);
  --bs-btn-bg: var(--tc-linear-2);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-theme-primary-light);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-theme-primary-dark);
  --bs-btn-active-border-color: var(--tc-theme-primary-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-theme-primary);
  --bs-btn-disabled-border-color: var(--tc-theme-primary);
}

.btn-primary {
  --bs-btn-color: var(--tc-system-white);
  --bs-btn-bg: var(--tc-theme-primary);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-theme-primary-dark);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-theme-primary);
  --bs-btn-active-border-color: var(--tc-theme-primary-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-theme-primary-soft);
  --bs-btn-disabled-border-color: var(--tc-theme-primary-soft);
}

.btn-success {
  --bs-btn-color: var(--tc-system-white);
  --bs-btn-bg: var(--tc-system-success);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-system-dark-success);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-system-success-dark);
  --bs-btn-active-border-color: var(--tc-system-success-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-system-success);
  --bs-btn-disabled-border-color: var(--tc-system-success);
}

.btn-danger {
  --bs-btn-color: var(--tc-system-white);
  --bs-btn-bg: var(--tc-system-danger);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-system-dark-danger);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-system-danger-dark);
  --bs-btn-active-border-color: var(--tc-system-danger-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-system-danger);
  --bs-btn-disabled-border-color: var(--tc-system-danger);
}

.btn-warning {
  --bs-btn-color: var(--tc-system-white);
  --bs-btn-bg: var(--tc-system-warning);
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-system-dark-warning);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-system-warning-dark);
  --bs-btn-active-border-color: var(--tc-system-warning-dark);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--tc-neutral-0);
  --bs-btn-disabled-bg: var(--tc-system-warning);
  --bs-btn-disabled-border-color: var(--tc-system-warning);
}

.btn-outline-secondary {
  --bs-btn-color: var(--tc-neutral-900);
  --bs-btn-bg: var(--tc-system-white);
  --bs-btn-border-color: var(--tc-system-muted);
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-neutral-400);
  --bs-btn-hover-border-color: var(--tc-neutral-400);
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: var(--tc-neutral-0);
  --bs-btn-active-bg: var(--tc-theme-primary);
  --bs-btn-active-border-color: var(--tc-theme-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-outline-secondary:hover svg {
  transition-duration: 0.3s;
}

.btn-outline-secondary:hover svg path {
  transition-duration: 0.3s;
}

.btn-outline-secondary-2 {
  --bs-btn-color: var(--tc-neutral-900);
  --bs-btn-bg: var(--tc-neutral-100);
  --bs-btn-border-color: var(--tc-neutral-200);
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-theme-primary);
  --bs-btn-hover-border-color: var(--tc-theme-primary);
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: var(--tc-system-white);
  --bs-btn-active-bg: var(--tc-theme-primary);
  --bs-btn-active-border-color: var(--tc-theme-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-outline-secondary-2:hover svg {
  transition-duration: 0.3s;
}

.btn-outline-secondary-2:hover svg path {
  stroke: var(--tc-system-white);
  transition-duration: 0.3s;
}

.btn-filter {
  --bs-btn-color: var(--tc-neutral-900);
  --bs-btn-bg: var(--tc-system-white);
  --bs-btn-border-color: var(--tc-system-muted);
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-theme-primary);
  --bs-btn-hover-border-color: var(--tc-neutral-400);
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: var(--tc-system-white);
  --bs-btn-active-bg: var(--tc-theme-primary);
  --bs-btn-active-border-color: var(--tc-theme-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-dark {
  --bs-btn-color: var(--tc-system-white);
  --bs-btn-bg: var(--tc-neutral-900);
  --bs-btn-border-color: var(--tc-neutral-900);
  --bs-btn-hover-color: var(--tc-system-white);
  --bs-btn-hover-bg: var(--tc-neutral-900);
  --bs-btn-hover-border-color: var(--tc-neutral-900);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--tc-system-white);
  --bs-btn-active-bg: var(--tc-neutral-900);
  --bs-btn-active-border-color: var(--tc-neutral-900);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-outline-secondary.bg-transparent:hover {
  color: var(--tc-neutral-900) !important;
  background-color: var(--tc-system-white) !important;
}

.btn-outline-secondary.bg-transparent:hover path {
  stroke: var(--tc-neutral-900) !important;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
}

.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
}

.avatar-xxl {
  width: 7rem;
  height: 7rem;
}

.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-xxs {
  width: 1rem !important;
  height: 1rem !important;
  line-height: 1rem !important;
}

.icon-xs {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}

.icon-sm {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}

.icon-md {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}

.icon-lg {
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
}

.icon-xl {
  width: 3.5rem !important;
  height: 3.5rem !important;
  line-height: 3.5rem !important;
}

.icon-xxl {
  width: 4rem !important;
  min-width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}

.icon-xxxl {
  width: 7rem !important;
  height: 7rem !important;
  line-height: 7rem !important;
}

.icon_50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.icon_115 {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.icon_160 {
  width: 160px;
  height: 160px;
  line-height: 160px;
}

.icon_150 {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.icon_140 {
  width: 140px;
  height: 140px;
  line-height: 140px;
}

.icon_80 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.accordions-icon > a:before {
  font-family: bootstrap-icons;
  content: "\f2ea";
  padding-inline-end: 16px;
  font-size: 20px;
}

.accordions-icon > a.collapsed:before {
  content: "\f4fe";
}

.chevron-arrow {
  display: inline-block;
  transition: 0.5s ease-in-out;
}

[aria-expanded=true] .chevron-arrow {
  transform: rotate(-180deg);
}

.dropdown-menu {
  line-height: 1.5rem;
  border: none;
  box-shadow: var(--tc-shadow-1);
  border-radius: 0.5rem;
  z-index: 1021;
  padding: 2rem 2rem 1rem;
}

.dropdown-header {
  color: var(--tc-neutral-800);
  padding: 0.25rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  font-weight: 700;
}

.dropdown-text {
  padding: 0.25rem 1.2rem;
  color: var(--tc-neutral-500);
  font-size: 0.75rem;
  line-height: 1.4;
}

.dropdown-item {
  padding: 0.5rem 2rem 0.5rem 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: var(--tc-neutral-900);
  font-size: 1rem;
  font-weight: 500;
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: transparent;
  color: var(--tc-neutral-500) !important;
  transition: 0.2s;
}

.dropdown-menu-xs {
  min-width: 8rem !important;
  border-radius: 0.5rem;
}

.dropdown-menu-md {
  min-width: 17rem !important;
  border-radius: 0.5rem;
}

.dropdown-menu-lg {
  min-width: 22rem !important;
  border-radius: 0.5rem;
}

.dropdown-menu-xl {
  min-width: 24rem !important;
  border-radius: 0.5rem;
}

.dropdown-menu-xxl {
  min-width: 40rem !important;
  border-radius: 0.5rem;
}

.dropdown-mega-menu {
  min-width: 1140px !important;
  border-radius: 0.5rem;
}

.dropdown-toggle::after {
  margin-inline-start: 0.255em;
  vertical-align: 0.255em;
  font-family: "bootstrap-icons" !important;
  content: "\f282";
  border-top: 0rem;
  border-inline-end-width: 0rem;
  border-bottom: 0;
  border-inline-start-width: 0rem;
  float: right;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.255em;
  vertical-align: 0.255em;
  font-family: "bootstrap-icons" !important;
  content: "\e931";
  border-top: 0rem;
  border-inline-end-width: 0rem;
  border-bottom: 0;
  border-inline-start-width: 0rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.255em;
  vertical-align: 0.255em;
  font-family: "Feather" !important;
  content: "\e930";
  border-top: 0rem;
  border-inline-end-width: 0rem;
  border-bottom: 0;
  border-inline-start-width: 0rem;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-end: 0.255em;
  font-family: "Feather" !important;
  content: "\e92f";
  border-top: 0rem;
  border-inline-end-width: 0rem;
  border-bottom: 0;
  border-inline-start-width: 0rem;
}

.offCanvas__info {
  background: var(--tc-system-white) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  transform: translateX(100%);
}

.offCanvas__info.active {
  transform: translateX(0);
}

.offCanvas__info::-webkit-scrollbar {
  width: 0px;
}

.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}

.offCanvas__close-icon button {
  background: transparent;
  border: 0 none;
  color: var(--tc-theme-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.offCanvas__logo img {
  max-height: 34px;
}

.offCanvas__side-info {
  border-top: 1px solid var(--tc-theme-primary);
  padding-top: 25px;
}

.offCanvas__side-info .contact-list h4 {
  color: var(--tc-neutral-900);
  font-weight: 700;
  font-size: 18px;
}

.offCanvas__side-info .contact-list p {
  color: var(--tc-neutral-600);
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}

.offCanvas__social-icon a {
  color: var(--tg-theme-primary);
  display: inline-block;
  margin-inline-end: 20px;
  text-align: center;
}

.offCanvas__social-icon a:hover {
  color: var(--tc-theme-secondary);
}

.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
  transition-duration: 0.3s;
}

.navbar {
  padding: 0.5rem;
  background-color: transparent;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

@media (max-width: 992px) {
  .navbar {
    padding: 15px 0;
  }
}
@media (max-width: 570px) {
  .navbar {
    padding: 20px 0;
  }
  .navbar.header-4 {
    padding: 16px 0;
  }
}
.navbar .navbar-brand {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.navbar .navbar-brand.main-logo span {
  font-size: 24px;
  font-weight: bold;
  color: var(--tc-system-dark);
}

.navbar .navbar-toggler {
  border: 2px solid var(--tc-neutral-900);
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
  color: var(--tc-neutral-900);
}

.navbar .navbar-toggler:focus {
  outline: 0rem;
  box-shadow: none;
}

.navbar .dropdown .dropdown-toggle:after {
  color: var(--tc-neutral-900);
  font-family: "bootstrap-icons" !important;
  content: "\f282";
  line-height: 1.5rem;
  margin-inline-start: 0.625rem;
}

.navbar .dropdown .dropdown-toggle:after:hover {
  transform: rotate(180deg);
}

.navbar .dropdown-menu {
  top: 100%;
  color: var(--tc-neutral-900);
  border: 1px solid var(--tc-neutral-200);
  min-width: 12rem;
  box-shadow: var(--tc-shadow-1);
  border-radius: 0.5rem;
  margin-top: 0rem;
}

@media (max-width: 992px) {
  .navbar .dropdown-menu {
    box-shadow: none;
    min-width: 0 !important;
  }
}
.navbar .dropdown-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 1rem;
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
  top: -18px;
  right: auto;
  left: 100%;
  box-shadow: var(--tc-shadow-1);
  min-width: 12rem;
  border-radius: 0.5rem;
}

@media (max-width: 992px) {
  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    box-shadow: none;
  }
}
.navbar .dropdown-fullwidth {
  position: static;
}

.navbar .dropdown-fullwidth .dropdown-menu {
  left: 0 !important;
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
  max-width: 1140px;
  right: 0 !important;
  top: 100%;
  transform: none !important;
}

@media (min-width: 990px) {
  .navbar .navbar-nav .dropdown > .dropdown-menu {
    left: 0;
    transform: translate(0%, 18px);
  }
}
.navbar .navbar-nav .dropend > .dropdown-menu {
  transform: translateY(10px);
}

.navbar .navbar-nav .nav-item.menu-item-has-children {
  position: relative;
}

.navbar .navbar-nav .nav-item.menu-item-has-children .nav-link::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -4px;
  height: 16px;
  width: 16px;
  margin-inline-start: 4px;
  background-image: url("../images/icons/arrow-down.png");
}

.navbar .navbar-nav .nav-item.menu-item-has-children .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 80px;
  width: 100px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--tc-neutral-900);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0rem !important;
    border-bottom: 1px solid var(--tc-neutral-200);
    border-radius: 0rem;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--tc-neutral-900);
    background-color: transparent !important;
  }
}
.navbar .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--tc-theme-primary);
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--tc-theme-primary);
}

.navbar .has-mega-menu {
  position: static !important;
}

.navbar .has-mega-menu .nav-link {
  position: relative;
}

.navbar .has-mega-menu .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  height: 16px;
  width: 16px;
  margin-top: -6px;
  background-image: url("../images/icons/arrow-down.png");
  transition: all 0.9s ease-in-out;
}

.navbar .has-mega-menu .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 80px;
  width: 105px;
}

.navbar .has-mega-menu .mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 2rem;
  min-width: 1296px;
  border: 1px solid var(--tc-neutral-200);
  border-radius: 0.5rem;
  box-shadow: var(--tc-shadow-1);
  background-color: var(--tc-system-white);
  transition: all 0.9s ease-in-out;
  z-index: 999;
}

.navbar .has-mega-menu:hover .mega-menu {
  display: block;
  transition: all 0.9s ease-in-out;
}

.navbar .has-mega-menu-2 {
  position: static !important;
}

.navbar .has-mega-menu-2 .nav-link {
  position: relative;
}

.navbar .has-mega-menu-2 .nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  height: 16px;
  width: 16px;
  margin-top: -6px;
  background-image: url("../images/icons/arrow-down.png");
  transition: all 0.9s ease-in-out;
}

.navbar .has-mega-menu-2 .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 80px;
  width: 104px;
}

.navbar .has-mega-menu-2 .mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 680px;
  padding: 2rem;
  width: 856px;
  height: 334px;
  border: 1px solid var(--tc-neutral-200);
  border-radius: 0.5rem;
  box-shadow: var(--tc-shadow-1);
  background-color: var(--tc-system-white);
  transition: all 0.9s ease-in-out;
}

.navbar .has-mega-menu-2:hover .mega-menu {
  display: block;
  transition: all 0.9s ease-in-out;
}

@media (min-width: 992px) {
  .navbar.header-4 {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu.show {
    display: none;
  }
  .navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
  }
}
.navbar-dark {
  transition: all 0.3s ease-in-out;
}

.navbar-dark .navbar-brand {
  filter: brightness(0) invert(1);
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--tc-neutral-300) !important;
}

@media (max-width: 990px) {
  .navbar-dark .navbar-nav .nav-link {
    color: var(--tc-neutral-900) !important;
  }
}
.navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
  color: var(--tc-neutral-300);
}

@media (max-width: 990px) {
  .navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
    color: var(--tc-neutral-900) !important;
  }
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--tc-neutral-900);
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--tc-neutral-900) !important;
  background-color: transparent !important;
}

.navbar-transparent {
  background-color: transparent;
  position: absolute !important;
  width: 100%;
  z-index: 1009;
  left: 0;
  right: 0;
  box-shadow: none;
}

.navbar-transparent .navbar-toggler {
  border-color: var(--tc-neutral-0);
  color: var(--tc-neutral-0);
}

@media (max-width: 990px) {
  .navbar-transparent.navbar-clone .navbar-brand {
    filter: brightness(0) invert(1);
  }
  .navbar-transparent.navbar-clone .navbar-toggler {
    border-color: var(--tc-neutral-900);
    color: var(--tc-neutral-900);
  }
  .navbar-transparent.navbar-stick .navbar-brand {
    filter: brightness(1) invert(0);
  }
}
.navbar-clone {
  position: fixed !important;
  z-index: 1008;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 300ms ease-in-out;
  box-shadow: none;
}

.navbar-stick {
  transform: translateY(0%);
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-stick:not(.navbar-dark) {
  box-shadow: var(--tc-shadow-1);
}

.navbar-stick:not(.navbar-dark).navbar-brand {
  filter: brightness(0) invert(1);
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

.offcanvas {
  height: 100vh;
}

.z-999 {
  z-index: 999 !important;
}

.dark-light-switcher {
  cursor: pointer;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  max-width: 380px;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: var(--tc-neutral-0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1006;
}

.mobile-header-wrapper-style.sidebar-visible,
.mobile-header-wrapper-style.sidebar-canvas-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .burger-icon {
  top: 25px;
  right: 30px;
  position: absolute;
  height: 34px;
  width: 34px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo {
  padding: 20px 24px;
  border-bottom: 1px solid var(--tc-neutral-200);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-logo .burger-icon {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  background-color: var(--tc-theme-primary-soft);
  background-position: center;
  background-repeat: no-repeat;
  top: auto;
  right: auto;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px 13px 10px;
  background-color: var(--tc-neutral-0);
  align-items: center;
  align-self: center;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .box-author-profile {
  margin-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 0px 30px 0px 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 0px 0;
  margin-bottom: 20px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  color: var(--tc-neutral-900);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  height: 24px;
  width: 24px;
  display: inline-block;
  opacity: 1;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  transform: rotate(-90deg);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--tc-neutral-900);
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-inline-end: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 0px 0;
  margin-bottom: 12px;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-inline-start: 13px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 15px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  color: var(--tc-neutral-500);
  padding-inline-start: 0px;
  position: relative;
  transition-duration: 0.2s;
  padding-inline-start: 8px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: var(--tc-theme-primary);
  padding-inline-start: 3px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--tc-neutral-200);
  margin: 17px 0 30px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--tc-neutral-900);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: var(--tc-theme-primary);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: var(--tc-theme-primary);
  margin-inline-end: 8px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: var(--tc-theme-primary);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: var(--tc-neutral-900);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 14px;
  color: var(--tc-neutral-800);
}

.burger-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  background-color: var(--tc-theme-primary-soft);
}

.burger-icon > span {
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 1px;
}

.burger-icon > span.burger-icon-top {
  top: 13px;
}

.burger-icon > span.burger-icon-bottom {
  bottom: 12px;
}

.burger-icon > span.burger-icon-mid {
  top: 19px;
}

.burger-icon img {
  display: inline-block;
  vertical-align: middle;
}

.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}

.burger-icon.burger-close > span.burger-icon-mid {
  top: 18px;
  transform: rotate(45deg);
}

.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 19px;
  transform: rotate(-45deg);
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--tc-theme-primary-dark);
}

@media (max-width: 992px) {
  .burger-icon {
    display: block;
    top: 24px;
    right: 24px;
  }
  .header-4 .burger-icon {
    display: block;
    top: 16px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .burger-icon {
    display: block;
    top: 21px;
    right: 24px;
  }
}
/*=============================
Preloader
===============================*/
#preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #fff;
}

#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}

#preloader .loader .loader-icon img {
  animation: rotate-center 1.5s ease-in-out infinite both;
  min-height: 60px;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Counter style 03 */
.counter-style-03 .feature-box i {
  transition: all 0.4s ease;
}

.counter-style-03 .feature-box:hover i {
  transform: translateY(-7px);
}

/* Counter style 04 */
.counter-style-04 .vertical-counter:after {
  content: attr(data-text);
  display: inline-block;
  margin-inline-start: 3px;
  word-break: normal;
}

/* Counter style 06 */
.counter-style-06 .feature-box-content .counter-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.counter-style-06 .feature-box-content:after {
  content: "";
  display: block;
  height: 40%;
  right: 0;
  top: 50%;
  width: 1px;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--extra-medium-gray);
}

.counter-style-06 .feature-box:last-child .feature-box-content:after {
  display: none;
}

/* Counter style 07 */
.counter-style-07 .vertical-counter-number {
  z-index: 1;
}

/* Vertical counter */
.vertical-counter-number {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.vertical-counter-number ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  transform: translateY(0);
}

/*-----------------------------------------------------------------
 --------------- START THEME CUSTOMIZE ----------------------------
-----------------------------------------------------------------*/
::-moz-selection {
  background: var(--tc-theme-primary-light);
}

::selection {
  background: var(--tc-theme-primary-light);
}

::-moz-selection {
  background: var(--tc-theme-primary-light);
}

b,
strong {
  font-weight: bolder;
  color: var(--tc-neutral-800);
}

.blockquote {
  background-color: var(--tc-neutral-100);
  padding: 24px 24px 24px 56px;
  border-radius: 12px;
  position: relative;
  color: var(--tc-neutral-500);
  margin: 20px auto;
}

.blockquote::before {
  font-family: "bootstrap-icons";
  left: 16px;
  top: 4px;
  display: block;
  font-size: 3em;
  content: "\f6b0";
  position: absolute;
  color: var(--tc-neutral-500);
  font-size: 32px;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-inline-end: 0 !important;
  margin-inline-start: 0 !important;
}

.mx-1 {
  margin-inline-end: 0.25rem !important;
  margin-inline-start: 0.25rem !important;
}

.mx-2 {
  margin-inline-end: 0.5rem !important;
  margin-inline-start: 0.5rem !important;
}

.mx-3 {
  margin-inline-end: 1rem !important;
  margin-inline-start: 1rem !important;
}

.mx-4 {
  margin-inline-end: 1.5rem !important;
  margin-inline-start: 1.5rem !important;
}

.mx-5 {
  margin-inline-end: 2rem !important;
  margin-inline-start: 2rem !important;
}

.mx-6 {
  margin-inline-end: 2.5rem !important;
  margin-inline-start: 2.5rem !important;
}

.mx-7 {
  margin-inline-end: 3rem !important;
  margin-inline-start: 3rem !important;
}

.mx-8 {
  margin-inline-end: 4rem !important;
  margin-inline-start: 4rem !important;
}

.mx-9 {
  margin-inline-end: 5rem !important;
  margin-inline-start: 5rem !important;
}

.mx-10 {
  margin-inline-end: 6rem !important;
  margin-inline-start: 6rem !important;
}

.mx-auto {
  margin-inline-end: auto !important;
  margin-inline-start: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.me-3 {
  margin-inline-end: 1rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

.me-5 {
  margin-inline-end: 2rem !important;
}

.me-6 {
  margin-inline-end: 2.5rem !important;
}

.me-7 {
  margin-inline-end: 3rem !important;
}

.me-8 {
  margin-inline-end: 4rem !important;
}

.me-9 {
  margin-inline-end: 5rem !important;
}

.me-10 {
  margin-inline-end: 6rem !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.ms-3 {
  margin-inline-start: 1rem !important;
}

.ms-4 {
  margin-inline-start: 1.5rem !important;
}

.ms-5 {
  margin-inline-start: 2rem !important;
}

.ms-6 {
  margin-inline-start: 2.5rem !important;
}

.ms-7 {
  margin-inline-start: 3rem !important;
}

.ms-8 {
  margin-inline-start: 4rem !important;
}

.ms-9 {
  margin-inline-start: 5rem !important;
}

.ms-10 {
  margin-inline-start: 6rem !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.m-n9 {
  margin: -5rem !important;
}

.m-n10 {
  margin: -6rem !important;
}

.mx-n1 {
  margin-inline-end: -0.25rem !important;
  margin-inline-start: -0.25rem !important;
}

.mx-n2 {
  margin-inline-end: -0.5rem !important;
  margin-inline-start: -0.5rem !important;
}

.mx-n3 {
  margin-inline-end: -1rem !important;
  margin-inline-start: -1rem !important;
}

.mx-n4 {
  margin-inline-end: -1.5rem !important;
  margin-inline-start: -1.5rem !important;
}

.mx-n5 {
  margin-inline-end: -2rem !important;
  margin-inline-start: -2rem !important;
}

.mx-n6 {
  margin-inline-end: -2.5rem !important;
  margin-inline-start: -2.5rem !important;
}

.mx-n7 {
  margin-inline-end: -3rem !important;
  margin-inline-start: -3rem !important;
}

.mx-n8 {
  margin-inline-end: -4rem !important;
  margin-inline-start: -4rem !important;
}

.mx-n9 {
  margin-inline-end: -5rem !important;
  margin-inline-start: -5rem !important;
}

.mx-n10 {
  margin-inline-end: -6rem !important;
  margin-inline-start: -6rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n8 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n9 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n10 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -2rem !important;
}

.mt-n6 {
  margin-top: -2.5rem !important;
}

.mt-n7 {
  margin-top: -3rem !important;
}

.mt-n8 {
  margin-top: -4rem !important;
}

.mt-n9 {
  margin-top: -5rem !important;
}

.mt-n10 {
  margin-top: -6rem !important;
}

.me-n1 {
  margin-inline-end: -0.25rem !important;
}

.me-n2 {
  margin-inline-end: -0.5rem !important;
}

.me-n3 {
  margin-inline-end: -1rem !important;
}

.me-n4 {
  margin-inline-end: -1.5rem !important;
}

.me-n5 {
  margin-inline-end: -2rem !important;
}

.me-n6 {
  margin-inline-end: -2.5rem !important;
}

.me-n7 {
  margin-inline-end: -3rem !important;
}

.me-n8 {
  margin-inline-end: -4rem !important;
}

.me-n9 {
  margin-inline-end: -5rem !important;
}

.me-n10 {
  margin-inline-end: -6rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -2rem !important;
}

.mb-n6 {
  margin-bottom: -2.5rem !important;
}

.mb-n7 {
  margin-bottom: -3rem !important;
}

.mb-n8 {
  margin-bottom: -4rem !important;
}

.mb-n9 {
  margin-bottom: -5rem !important;
}

.mb-n10 {
  margin-bottom: -6rem !important;
}

.ms-n1 {
  margin-inline-start: -0.25rem !important;
}

.ms-n2 {
  margin-inline-start: -0.5rem !important;
}

.ms-n3 {
  margin-inline-start: -1rem !important;
}

.ms-n4 {
  margin-inline-start: -1.5rem !important;
}

.ms-n5 {
  margin-inline-start: -2rem !important;
}

.ms-n6 {
  margin-inline-start: -2.5rem !important;
}

.ms-n7 {
  margin-inline-start: -3rem !important;
}

.ms-n8 {
  margin-inline-start: -4rem !important;
}

.ms-n9 {
  margin-inline-start: -5rem !important;
}

.ms-n10 {
  margin-inline-start: -6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.p-10 {
  padding: 6rem !important;
}

.px-0 {
  padding-inline-end: 0 !important;
  padding-inline-start: 0 !important;
}

.px-1 {
  padding-inline-end: 0.25rem !important;
  padding-inline-start: 0.25rem !important;
}

.px-2 {
  padding-inline-end: 0.5rem !important;
  padding-inline-start: 0.5rem !important;
}

.px-3 {
  padding-inline-end: 1rem !important;
  padding-inline-start: 1rem !important;
}

.px-4 {
  padding-inline-end: 1.5rem !important;
  padding-inline-start: 1.5rem !important;
}

.px-5 {
  padding-inline-end: 2rem !important;
  padding-inline-start: 2rem !important;
}

.px-6 {
  padding-inline-end: 2.5rem !important;
  padding-inline-start: 2.5rem !important;
}

.px-7 {
  padding-inline-end: 3rem !important;
  padding-inline-start: 3rem !important;
}

.px-8 {
  padding-inline-end: 4rem !important;
  padding-inline-start: 4rem !important;
}

.px-9 {
  padding-inline-end: 5rem !important;
  padding-inline-start: 5rem !important;
}

.px-10 {
  padding-inline-end: 6rem !important;
  padding-inline-start: 6rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.pe-3 {
  padding-inline-end: 1rem !important;
}

.pe-4 {
  padding-inline-end: 1.5rem !important;
}

.pe-5 {
  padding-inline-end: 2rem !important;
}

.pe-6 {
  padding-inline-end: 2.5rem !important;
}

.pe-7 {
  padding-inline-end: 3rem !important;
}

.pe-8 {
  padding-inline-end: 4rem !important;
}

.pe-9 {
  padding-inline-end: 5rem !important;
}

.pe-10 {
  padding-inline-end: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.ps-3 {
  padding-inline-start: 1rem !important;
}

.ps-4 {
  padding-inline-start: 1.5rem !important;
}

.ps-5 {
  padding-inline-start: 2rem !important;
}

.ps-6 {
  padding-inline-start: 2.5rem !important;
}

.ps-7 {
  padding-inline-start: 3rem !important;
}

.ps-8 {
  padding-inline-start: 4rem !important;
}

.ps-9 {
  padding-inline-start: 5rem !important;
}

.ps-10 {
  padding-inline-start: 6rem !important;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  padding: 0 1px;
}

.min-w-70 {
  min-width: 70px;
}

@media (min-width: 576px) {
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-sm-0 {
    border-inline-start-width: 0 !important;
  }
  .border-sm-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .rounded-top-sm {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-sm-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-sm-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-sm-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-sm-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-sm-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-sm-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-sm {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-sm-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-sm-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-sm-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-sm-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-sm-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-sm-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-sm {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-sm-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-sm-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-sm-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-sm-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-sm-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-sm-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-sm {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-sm-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-sm-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-sm-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-sm-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-sm-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-sm-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-md-0 {
    border-inline-start-width: 0 !important;
  }
  .border-md-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .rounded-top-md {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-md-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-md-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-md-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-md-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-md-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-md-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-md {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-md-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-md-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-md-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-md-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-md-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-md-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-md {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-md-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-md-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-md-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-md-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-md-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-md-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-md {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-md-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-md-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-md-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-md-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-md-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-md-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-lg-0 {
    border-inline-start-width: 0 !important;
  }
  .border-lg-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .rounded-top-lg {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-lg-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-lg-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-lg-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-lg-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-lg-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-lg-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-lg {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-lg-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-lg-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-lg-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-lg-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-lg-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-lg-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-lg {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-lg-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-lg-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-lg-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-lg-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-lg-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-lg-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-lg {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-lg-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-lg-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-lg-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-lg-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-lg-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-lg-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xl-0 {
    border-inline-start-width: 0 !important;
  }
  .border-xl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .rounded-top-xl {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-xl-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xl-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xl-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xl-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-xl-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-xl-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xl {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-xl-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xl-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xl-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xl-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xl-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-xl-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xl {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-xl-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xl-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xl-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xl-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-xl-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-xl-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xl {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-xl-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xl-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xl-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xl-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xl-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-xl-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1400px) {
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl-0 {
    border-inline-start-width: 0 !important;
  }
  .border-xxl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .rounded-top-xxl {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-xxl-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xxl-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xxl-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xxl-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-xxl-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-xxl-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xxl {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-xxl-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xxl-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xxl-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xxl-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xxl-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-xxl-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xxl {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-xxl-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xxl-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xxl-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xxl-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-xxl-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-xxl-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xxl {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-xxl-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xxl-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xxl-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xxl-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xxl-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-xxl-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-sm-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-sm-0 {
    border-inline-start-width: 0 !important;
  }
  .border-sm-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-sm-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .m-sm-8 {
    margin: 4rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .m-sm-10 {
    margin: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-sm-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-sm-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-sm-6 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-sm-8 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-sm-9 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-sm-10 {
    margin-inline-end: 6rem !important;
    margin-inline-start: 6rem !important;
  }
  .mx-sm-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .mt-sm-10 {
    margin-top: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-inline-end: 0 !important;
  }
  .me-sm-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-sm-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-sm-3 {
    margin-inline-end: 1rem !important;
  }
  .me-sm-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-sm-5 {
    margin-inline-end: 2rem !important;
  }
  .me-sm-6 {
    margin-inline-end: 2.5rem !important;
  }
  .me-sm-7 {
    margin-inline-end: 3rem !important;
  }
  .me-sm-8 {
    margin-inline-end: 4rem !important;
  }
  .me-sm-9 {
    margin-inline-end: 5rem !important;
  }
  .me-sm-10 {
    margin-inline-end: 6rem !important;
  }
  .me-sm-auto {
    margin-inline-end: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-inline-start: 0 !important;
  }
  .ms-sm-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-sm-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-inline-start: 2rem !important;
  }
  .ms-sm-6 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-sm-7 {
    margin-inline-start: 3rem !important;
  }
  .ms-sm-8 {
    margin-inline-start: 4rem !important;
  }
  .ms-sm-9 {
    margin-inline-start: 5rem !important;
  }
  .ms-sm-10 {
    margin-inline-start: 6rem !important;
  }
  .ms-sm-auto {
    margin-inline-start: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .m-sm-n8 {
    margin: -4rem !important;
  }
  .m-sm-n9 {
    margin: -5rem !important;
  }
  .m-sm-n10 {
    margin: -6rem !important;
  }
  .mx-sm-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-sm-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-sm-n6 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-sm-n7 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-sm-n8 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-sm-n9 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-sm-n10 {
    margin-inline-end: -6rem !important;
    margin-inline-start: -6rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -2rem !important;
  }
  .mt-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -3rem !important;
  }
  .mt-sm-n8 {
    margin-top: -4rem !important;
  }
  .mt-sm-n9 {
    margin-top: -5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -6rem !important;
  }
  .me-sm-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-sm-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-inline-end: -2rem !important;
  }
  .me-sm-n6 {
    margin-inline-end: -2.5rem !important;
  }
  .me-sm-n7 {
    margin-inline-end: -3rem !important;
  }
  .me-sm-n8 {
    margin-inline-end: -4rem !important;
  }
  .me-sm-n9 {
    margin-inline-end: -5rem !important;
  }
  .me-sm-n10 {
    margin-inline-end: -6rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -6rem !important;
  }
  .ms-sm-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-sm-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-inline-start: -2rem !important;
  }
  .ms-sm-n6 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-sm-n7 {
    margin-inline-start: -3rem !important;
  }
  .ms-sm-n8 {
    margin-inline-start: -4rem !important;
  }
  .ms-sm-n9 {
    margin-inline-start: -5rem !important;
  }
  .ms-sm-n10 {
    margin-inline-start: -6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .p-sm-8 {
    padding: 4rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .p-sm-10 {
    padding: 6rem !important;
  }
  .px-sm-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .px-sm-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
  }
  .px-sm-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
  }
  .px-sm-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .px-sm-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .px-sm-5 {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .px-sm-6 {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .px-sm-7 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .px-sm-8 {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .px-sm-9 {
    padding-inline-end: 5rem !important;
    padding-inline-start: 5rem !important;
  }
  .px-sm-10 {
    padding-inline-end: 6rem !important;
    padding-inline-start: 6rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 6rem !important;
  }
  .pe-sm-0 {
    padding-inline-end: 0 !important;
  }
  .pe-sm-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-sm-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-inline-end: 2rem !important;
  }
  .pe-sm-6 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-sm-7 {
    padding-inline-end: 3rem !important;
  }
  .pe-sm-8 {
    padding-inline-end: 4rem !important;
  }
  .pe-sm-9 {
    padding-inline-end: 5rem !important;
  }
  .pe-sm-10 {
    padding-inline-end: 6rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-0 {
    padding-inline-start: 0 !important;
  }
  .ps-sm-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-sm-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-inline-start: 2rem !important;
  }
  .ps-sm-6 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-sm-7 {
    padding-inline-start: 3rem !important;
  }
  .ps-sm-8 {
    padding-inline-start: 4rem !important;
  }
  .ps-sm-9 {
    padding-inline-start: 5rem !important;
  }
  .ps-sm-10 {
    padding-inline-start: 6rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  .gap-sm-7 {
    gap: 3rem !important;
  }
  .gap-sm-8 {
    gap: 4rem !important;
  }
  .gap-sm-9 {
    gap: 5rem !important;
  }
  .gap-sm-10 {
    gap: 6rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 6rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-sm-9 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .rounded-top-sm {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-sm-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-sm-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-sm-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-sm-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-sm-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-sm-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-sm {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-sm-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-sm-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-sm-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-sm-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-sm-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-sm-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-sm {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-sm-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-sm-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-sm-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-sm-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-sm-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-sm-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-sm {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-sm-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-sm-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-sm-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-sm-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-sm-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-sm-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-md-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-md-0 {
    border-inline-start-width: 0 !important;
  }
  .border-md-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-md-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .m-md-10 {
    margin: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-md-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-md-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-md-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-md-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-md-5 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-md-6 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-md-7 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-md-8 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-md-9 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-md-10 {
    margin-inline-end: 6rem !important;
    margin-inline-start: 6rem !important;
  }
  .mx-md-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .mt-md-10 {
    margin-top: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-inline-end: 0 !important;
  }
  .me-md-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-md-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-md-3 {
    margin-inline-end: 1rem !important;
  }
  .me-md-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-md-5 {
    margin-inline-end: 2rem !important;
  }
  .me-md-6 {
    margin-inline-end: 2.5rem !important;
  }
  .me-md-7 {
    margin-inline-end: 3rem !important;
  }
  .me-md-8 {
    margin-inline-end: 4rem !important;
  }
  .me-md-9 {
    margin-inline-end: 5rem !important;
  }
  .me-md-10 {
    margin-inline-end: 6rem !important;
  }
  .me-md-auto {
    margin-inline-end: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-inline-start: 0 !important;
  }
  .ms-md-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-md-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-md-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-md-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-md-5 {
    margin-inline-start: 2rem !important;
  }
  .ms-md-6 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-md-7 {
    margin-inline-start: 3rem !important;
  }
  .ms-md-8 {
    margin-inline-start: 4rem !important;
  }
  .ms-md-9 {
    margin-inline-start: 5rem !important;
  }
  .ms-md-10 {
    margin-inline-start: 6rem !important;
  }
  .ms-md-auto {
    margin-inline-start: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .m-md-n8 {
    margin: -4rem !important;
  }
  .m-md-n9 {
    margin: -5rem !important;
  }
  .m-md-n10 {
    margin: -6rem !important;
  }
  .mx-md-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-md-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-md-n6 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-md-n7 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-md-n8 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-md-n9 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-md-n10 {
    margin-inline-end: -6rem !important;
    margin-inline-start: -6rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -2rem !important;
  }
  .mt-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -3rem !important;
  }
  .mt-md-n8 {
    margin-top: -4rem !important;
  }
  .mt-md-n9 {
    margin-top: -5rem !important;
  }
  .mt-md-n10 {
    margin-top: -6rem !important;
  }
  .me-md-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-md-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-md-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-md-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-md-n5 {
    margin-inline-end: -2rem !important;
  }
  .me-md-n6 {
    margin-inline-end: -2.5rem !important;
  }
  .me-md-n7 {
    margin-inline-end: -3rem !important;
  }
  .me-md-n8 {
    margin-inline-end: -4rem !important;
  }
  .me-md-n9 {
    margin-inline-end: -5rem !important;
  }
  .me-md-n10 {
    margin-inline-end: -6rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -6rem !important;
  }
  .ms-md-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-md-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-inline-start: -2rem !important;
  }
  .ms-md-n6 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-md-n7 {
    margin-inline-start: -3rem !important;
  }
  .ms-md-n8 {
    margin-inline-start: -4rem !important;
  }
  .ms-md-n9 {
    margin-inline-start: -5rem !important;
  }
  .ms-md-n10 {
    margin-inline-start: -6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .p-md-10 {
    padding: 6rem !important;
  }
  .px-md-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .px-md-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
  }
  .px-md-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
  }
  .px-md-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .px-md-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .px-md-5 {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .px-md-6 {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .px-md-7 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .px-md-8 {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .px-md-9 {
    padding-inline-end: 5rem !important;
    padding-inline-start: 5rem !important;
  }
  .px-md-10 {
    padding-inline-end: 6rem !important;
    padding-inline-start: 6rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 6rem !important;
  }
  .pe-md-0 {
    padding-inline-end: 0 !important;
  }
  .pe-md-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-md-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-md-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-md-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-md-5 {
    padding-inline-end: 2rem !important;
  }
  .pe-md-6 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-md-7 {
    padding-inline-end: 3rem !important;
  }
  .pe-md-8 {
    padding-inline-end: 4rem !important;
  }
  .pe-md-9 {
    padding-inline-end: 5rem !important;
  }
  .pe-md-10 {
    padding-inline-end: 6rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 6rem !important;
  }
  .ps-md-0 {
    padding-inline-start: 0 !important;
  }
  .ps-md-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-md-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-md-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-md-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-md-5 {
    padding-inline-start: 2rem !important;
  }
  .ps-md-6 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-md-7 {
    padding-inline-start: 3rem !important;
  }
  .ps-md-8 {
    padding-inline-start: 4rem !important;
  }
  .ps-md-9 {
    padding-inline-start: 5rem !important;
  }
  .ps-md-10 {
    padding-inline-start: 6rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  .gap-md-7 {
    gap: 3rem !important;
  }
  .gap-md-8 {
    gap: 4rem !important;
  }
  .gap-md-9 {
    gap: 5rem !important;
  }
  .gap-md-10 {
    gap: 6rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 3rem !important;
  }
  .row-gap-md-8 {
    row-gap: 4rem !important;
  }
  .row-gap-md-9 {
    row-gap: 5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 6rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-md-9 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .rounded-top-md {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-md-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-md-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-md-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-md-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-md-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-md-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-md {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-md-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-md-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-md-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-md-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-md-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-md-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-md {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-md-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-md-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-md-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-md-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-md-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-md-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-md {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-md-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-md-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-md-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-md-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-md-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-md-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
  .mw-lg-310 {
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .text-lg-white {
    color: white !important;
  }
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-lg-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-lg-0 {
    border-inline-start-width: 0 !important;
  }
  .border-lg-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-lg-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .m-lg-10 {
    margin: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-lg-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-lg-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-lg-6 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-lg-8 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-lg-9 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-lg-10 {
    margin-inline-end: 6rem !important;
    margin-inline-start: 6rem !important;
  }
  .mx-lg-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .mt-lg-10 {
    margin-top: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-inline-end: 0 !important;
  }
  .me-lg-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-lg-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-lg-3 {
    margin-inline-end: 1rem !important;
  }
  .me-lg-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-lg-5 {
    margin-inline-end: 2rem !important;
  }
  .me-lg-6 {
    margin-inline-end: 2.5rem !important;
  }
  .me-lg-7 {
    margin-inline-end: 3rem !important;
  }
  .me-lg-8 {
    margin-inline-end: 4rem !important;
  }
  .me-lg-9 {
    margin-inline-end: 5rem !important;
  }
  .me-lg-10 {
    margin-inline-end: 6rem !important;
  }
  .me-lg-auto {
    margin-inline-end: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-inline-start: 0 !important;
  }
  .ms-lg-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-lg-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-inline-start: 2rem !important;
  }
  .ms-lg-6 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-lg-7 {
    margin-inline-start: 3rem !important;
  }
  .ms-lg-8 {
    margin-inline-start: 4rem !important;
  }
  .ms-lg-9 {
    margin-inline-start: 5rem !important;
  }
  .ms-lg-10 {
    margin-inline-start: 6rem !important;
  }
  .ms-lg-auto {
    margin-inline-start: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .m-lg-n8 {
    margin: -4rem !important;
  }
  .m-lg-n9 {
    margin: -5rem !important;
  }
  .m-lg-n10 {
    margin: -6rem !important;
  }
  .mx-lg-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-lg-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-lg-n6 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-lg-n7 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-lg-n8 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-lg-n9 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-lg-n10 {
    margin-inline-end: -6rem !important;
    margin-inline-start: -6rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -3rem !important;
  }
  .mt-lg-n8 {
    margin-top: -4rem !important;
  }
  .mt-lg-n9 {
    margin-top: -5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -6rem !important;
  }
  .me-lg-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-lg-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-inline-end: -2rem !important;
  }
  .me-lg-n6 {
    margin-inline-end: -2.5rem !important;
  }
  .me-lg-n7 {
    margin-inline-end: -3rem !important;
  }
  .me-lg-n8 {
    margin-inline-end: -4rem !important;
  }
  .me-lg-n9 {
    margin-inline-end: -5rem !important;
  }
  .me-lg-n10 {
    margin-inline-end: -6rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -6rem !important;
  }
  .ms-lg-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-lg-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-inline-start: -2rem !important;
  }
  .ms-lg-n6 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-lg-n7 {
    margin-inline-start: -3rem !important;
  }
  .ms-lg-n8 {
    margin-inline-start: -4rem !important;
  }
  .ms-lg-n9 {
    margin-inline-start: -5rem !important;
  }
  .ms-lg-n10 {
    margin-inline-start: -6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .p-lg-10 {
    padding: 6rem !important;
  }
  .px-lg-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .px-lg-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
  }
  .px-lg-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
  }
  .px-lg-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .px-lg-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .px-lg-5 {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .px-lg-6 {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .px-lg-7 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .px-lg-8 {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .px-lg-9 {
    padding-inline-end: 5rem !important;
    padding-inline-start: 5rem !important;
  }
  .px-lg-10 {
    padding-inline-end: 6rem !important;
    padding-inline-start: 6rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 6rem !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .pe-lg-0 {
    padding-inline-end: 0 !important;
  }
  .pe-lg-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-lg-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-inline-end: 2rem !important;
  }
  .pe-lg-6 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-lg-7 {
    padding-inline-end: 3rem !important;
  }
  .pe-lg-8 {
    padding-inline-end: 4rem !important;
  }
  .pe-lg-9 {
    padding-inline-end: 5rem !important;
  }
  .pe-lg-10 {
    padding-inline-end: 6rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-250 {
    padding-bottom: 250px !important;
  }
  .ps-lg-0 {
    padding-inline-start: 0 !important;
  }
  .ps-lg-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-lg-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-inline-start: 2rem !important;
  }
  .ps-lg-6 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-lg-7 {
    padding-inline-start: 3rem !important;
  }
  .ps-lg-8 {
    padding-inline-start: 4rem !important;
  }
  .ps-lg-9 {
    padding-inline-start: 5rem !important;
  }
  .ps-lg-10 {
    padding-inline-start: 6rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  .gap-lg-7 {
    gap: 3rem !important;
  }
  .gap-lg-8 {
    gap: 4rem !important;
  }
  .gap-lg-9 {
    gap: 5rem !important;
  }
  .gap-lg-10 {
    gap: 6rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 6rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-lg-9 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .rounded-top-lg {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-lg-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-lg-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-lg-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-lg-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-lg-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-lg-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-lg {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-lg-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-lg-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-lg-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-lg-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-lg-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-lg-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-lg {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-lg-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-lg-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-lg-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-lg-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-lg-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-lg-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-lg {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-lg-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-lg-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-lg-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-lg-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-lg-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-lg-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xl-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xl-0 {
    border-inline-start-width: 0 !important;
  }
  .border-xl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 4rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .m-xl-10 {
    margin: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-xl-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-xl-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-xl-6 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-xl-7 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-xl-8 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-xl-9 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-xl-10 {
    margin-inline-end: 6rem !important;
    margin-inline-start: 6rem !important;
  }
  .mx-xl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .mt-xl-10 {
    margin-top: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-inline-end: 0 !important;
  }
  .me-xl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xl-3 {
    margin-inline-end: 1rem !important;
  }
  .me-xl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xl-5 {
    margin-inline-end: 2rem !important;
  }
  .me-xl-6 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xl-7 {
    margin-inline-end: 3rem !important;
  }
  .me-xl-8 {
    margin-inline-end: 4rem !important;
  }
  .me-xl-9 {
    margin-inline-end: 5rem !important;
  }
  .me-xl-10 {
    margin-inline-end: 6rem !important;
  }
  .me-xl-auto {
    margin-inline-end: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-inline-start: 0 !important;
  }
  .ms-xl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-xl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-inline-start: 2rem !important;
  }
  .ms-xl-6 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xl-7 {
    margin-inline-start: 3rem !important;
  }
  .ms-xl-8 {
    margin-inline-start: 4rem !important;
  }
  .ms-xl-9 {
    margin-inline-start: 5rem !important;
  }
  .ms-xl-10 {
    margin-inline-start: 6rem !important;
  }
  .ms-xl-auto {
    margin-inline-start: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .m-xl-n8 {
    margin: -4rem !important;
  }
  .m-xl-n9 {
    margin: -5rem !important;
  }
  .m-xl-n10 {
    margin: -6rem !important;
  }
  .mx-xl-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-xl-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-xl-n6 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-xl-n7 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-xl-n8 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-xl-n9 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-xl-n10 {
    margin-inline-end: -6rem !important;
    margin-inline-start: -6rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  .mt-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -3rem !important;
  }
  .mt-xl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -6rem !important;
  }
  .me-xl-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-xl-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-inline-end: -2rem !important;
  }
  .me-xl-n6 {
    margin-inline-end: -2.5rem !important;
  }
  .me-xl-n7 {
    margin-inline-end: -3rem !important;
  }
  .me-xl-n8 {
    margin-inline-end: -4rem !important;
  }
  .me-xl-n9 {
    margin-inline-end: -5rem !important;
  }
  .me-xl-n10 {
    margin-inline-end: -6rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -6rem !important;
  }
  .ms-xl-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-xl-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-inline-start: -2rem !important;
  }
  .ms-xl-n6 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-xl-n7 {
    margin-inline-start: -3rem !important;
  }
  .ms-xl-n8 {
    margin-inline-start: -4rem !important;
  }
  .ms-xl-n9 {
    margin-inline-start: -5rem !important;
  }
  .ms-xl-n10 {
    margin-inline-start: -6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 4rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .p-xl-10 {
    padding: 6rem !important;
  }
  .px-xl-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .px-xl-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
  }
  .px-xl-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
  }
  .px-xl-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .px-xl-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .px-xl-5 {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .px-xl-6 {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .px-xl-7 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .px-xl-8 {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .px-xl-9 {
    padding-inline-end: 5rem !important;
    padding-inline-start: 5rem !important;
  }
  .px-xl-10 {
    padding-inline-end: 6rem !important;
    padding-inline-start: 6rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pt-xl-10 {
    padding-top: 6rem !important;
  }
  .pe-xl-0 {
    padding-inline-end: 0 !important;
  }
  .pe-xl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-xl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-inline-end: 2rem !important;
  }
  .pe-xl-6 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xl-7 {
    padding-inline-end: 3rem !important;
  }
  .pe-xl-8 {
    padding-inline-end: 4rem !important;
  }
  .pe-xl-9 {
    padding-inline-end: 5rem !important;
  }
  .pe-xl-10 {
    padding-inline-end: 6rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-0 {
    padding-inline-start: 0 !important;
  }
  .ps-xl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-xl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-inline-start: 2rem !important;
  }
  .ps-xl-6 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xl-7 {
    padding-inline-start: 3rem !important;
  }
  .ps-xl-8 {
    padding-inline-start: 4rem !important;
  }
  .ps-xl-9 {
    padding-inline-start: 5rem !important;
  }
  .ps-xl-10 {
    padding-inline-start: 6rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  .gap-xl-7 {
    gap: 3rem !important;
  }
  .gap-xl-8 {
    gap: 4rem !important;
  }
  .gap-xl-9 {
    gap: 5rem !important;
  }
  .gap-xl-10 {
    gap: 6rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 6rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xl-8 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xl-9 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .rounded-top-xl {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-xl-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xl-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xl-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xl-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-xl-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-xl-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xl {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-xl-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xl-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xl-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xl-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xl-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-xl-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xl {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-xl-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xl-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xl-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xl-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-xl-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-xl-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xl {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-xl-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xl-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xl-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xl-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xl-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-xl-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-inline-end-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-xxl-0 {
    border-inline-end-width: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-inline-start-width: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-xxl-0 {
    border-inline-start-width: 0 !important;
  }
  .border-xxl-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-xxl-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .mh-xxl-100 {
    max-height: 100% !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .m-xxl-8 {
    margin: 4rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
  .m-xxl-10 {
    margin: 6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .mx-xxl-1 {
    margin-inline-end: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .mx-xxl-4 {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .mx-xxl-6 {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .mx-xxl-7 {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .mx-xxl-8 {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .mx-xxl-9 {
    margin-inline-end: 5rem !important;
    margin-inline-start: 5rem !important;
  }
  .mx-xxl-10 {
    margin-inline-end: 6rem !important;
    margin-inline-start: 6rem !important;
  }
  .mx-xxl-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 6rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-inline-end: 0 !important;
  }
  .me-xxl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-inline-end: 1rem !important;
  }
  .me-xxl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-inline-end: 2rem !important;
  }
  .me-xxl-6 {
    margin-inline-end: 2.5rem !important;
  }
  .me-xxl-7 {
    margin-inline-end: 3rem !important;
  }
  .me-xxl-8 {
    margin-inline-end: 4rem !important;
  }
  .me-xxl-9 {
    margin-inline-end: 5rem !important;
  }
  .me-xxl-10 {
    margin-inline-end: 6rem !important;
  }
  .me-xxl-auto {
    margin-inline-end: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-inline-start: 0 !important;
  }
  .ms-xxl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-xxl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-inline-start: 2rem !important;
  }
  .ms-xxl-6 {
    margin-inline-start: 2.5rem !important;
  }
  .ms-xxl-7 {
    margin-inline-start: 3rem !important;
  }
  .ms-xxl-8 {
    margin-inline-start: 4rem !important;
  }
  .ms-xxl-9 {
    margin-inline-start: 5rem !important;
  }
  .ms-xxl-10 {
    margin-inline-start: 6rem !important;
  }
  .ms-xxl-auto {
    margin-inline-start: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  .m-xxl-n6 {
    margin: -2.5rem !important;
  }
  .m-xxl-n7 {
    margin: -3rem !important;
  }
  .m-xxl-n8 {
    margin: -4rem !important;
  }
  .m-xxl-n9 {
    margin: -5rem !important;
  }
  .m-xxl-n10 {
    margin: -6rem !important;
  }
  .mx-xxl-n1 {
    margin-inline-end: -0.25rem !important;
    margin-inline-start: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-inline-end: -0.5rem !important;
    margin-inline-start: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-inline-end: -1rem !important;
    margin-inline-start: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-inline-end: -1.5rem !important;
    margin-inline-start: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-inline-end: -2rem !important;
    margin-inline-start: -2rem !important;
  }
  .mx-xxl-n6 {
    margin-inline-end: -2.5rem !important;
    margin-inline-start: -2.5rem !important;
  }
  .mx-xxl-n7 {
    margin-inline-end: -3rem !important;
    margin-inline-start: -3rem !important;
  }
  .mx-xxl-n8 {
    margin-inline-end: -4rem !important;
    margin-inline-start: -4rem !important;
  }
  .mx-xxl-n9 {
    margin-inline-end: -5rem !important;
    margin-inline-start: -5rem !important;
  }
  .mx-xxl-n10 {
    margin-inline-end: -6rem !important;
    margin-inline-start: -6rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -6rem !important;
  }
  .me-xxl-n1 {
    margin-inline-end: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-inline-end: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-inline-end: -1rem !important;
  }
  .me-xxl-n4 {
    margin-inline-end: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-inline-end: -2rem !important;
  }
  .me-xxl-n6 {
    margin-inline-end: -2.5rem !important;
  }
  .me-xxl-n7 {
    margin-inline-end: -3rem !important;
  }
  .me-xxl-n8 {
    margin-inline-end: -4rem !important;
  }
  .me-xxl-n9 {
    margin-inline-end: -5rem !important;
  }
  .me-xxl-n10 {
    margin-inline-end: -6rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -6rem !important;
  }
  .ms-xxl-n1 {
    margin-inline-start: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-inline-start: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-inline-start: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-inline-start: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-inline-start: -2rem !important;
  }
  .ms-xxl-n6 {
    margin-inline-start: -2.5rem !important;
  }
  .ms-xxl-n7 {
    margin-inline-start: -3rem !important;
  }
  .ms-xxl-n8 {
    margin-inline-start: -4rem !important;
  }
  .ms-xxl-n9 {
    margin-inline-start: -5rem !important;
  }
  .ms-xxl-n10 {
    margin-inline-start: -6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .p-xxl-8 {
    padding: 4rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
  .p-xxl-10 {
    padding: 6rem !important;
  }
  .px-xxl-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .px-xxl-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .px-xxl-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .px-xxl-6 {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .px-xxl-7 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .px-xxl-8 {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .px-xxl-9 {
    padding-inline-end: 5rem !important;
    padding-inline-start: 5rem !important;
  }
  .px-xxl-10 {
    padding-inline-end: 6rem !important;
    padding-inline-start: 6rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 6rem !important;
  }
  .pe-xxl-0 {
    padding-inline-end: 0 !important;
  }
  .pe-xxl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-xxl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-inline-end: 2rem !important;
  }
  .pe-xxl-6 {
    padding-inline-end: 2.5rem !important;
  }
  .pe-xxl-7 {
    padding-inline-end: 3rem !important;
  }
  .pe-xxl-8 {
    padding-inline-end: 4rem !important;
  }
  .pe-xxl-9 {
    padding-inline-end: 5rem !important;
  }
  .pe-xxl-10 {
    padding-inline-end: 6rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl-0 {
    padding-inline-start: 0 !important;
  }
  .ps-xxl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-xxl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-inline-start: 2rem !important;
  }
  .ps-xxl-6 {
    padding-inline-start: 2.5rem !important;
  }
  .ps-xxl-7 {
    padding-inline-start: 3rem !important;
  }
  .ps-xxl-8 {
    padding-inline-start: 4rem !important;
  }
  .ps-xxl-9 {
    padding-inline-start: 5rem !important;
  }
  .ps-xxl-10 {
    padding-inline-start: 6rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  .gap-xxl-8 {
    gap: 4rem !important;
  }
  .gap-xxl-9 {
    gap: 5rem !important;
  }
  .gap-xxl-10 {
    gap: 6rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 6rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  .column-gap-xxl-9 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .rounded-top-xxl {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-0 {
    border-start-start-radius: 0 !important;
    border-start-end-radius: 0 !important;
  }
  .rounded-top-xxl-1 {
    border-start-start-radius: var(--bs-border-radius-sm) !important;
    border-start-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xxl-2 {
    border-start-start-radius: var(--bs-border-radius) !important;
    border-start-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-3 {
    border-start-start-radius: var(--bs-border-radius-lg) !important;
    border-start-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xxl-4 {
    border-start-start-radius: var(--bs-border-radius-xl) !important;
    border-start-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xxl-5 {
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-xxl-circle {
    border-start-start-radius: 50% !important;
    border-start-end-radius: 50% !important;
  }
  .rounded-top-xxl-pill {
    border-start-start-radius: var(--bs-border-radius-pill) !important;
    border-start-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xxl {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-0 {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .rounded-end-xxl-1 {
    border-start-end-radius: var(--bs-border-radius-sm) !important;
    border-end-end-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xxl-2 {
    border-start-end-radius: var(--bs-border-radius) !important;
    border-end-end-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-3 {
    border-start-end-radius: var(--bs-border-radius-lg) !important;
    border-end-end-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xxl-4 {
    border-start-end-radius: var(--bs-border-radius-xl) !important;
    border-end-end-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xxl-5 {
    border-start-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-xxl-circle {
    border-start-end-radius: 50% !important;
    border-end-end-radius: 50% !important;
  }
  .rounded-end-xxl-pill {
    border-start-end-radius: var(--bs-border-radius-pill) !important;
    border-end-end-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xxl {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-0 {
    border-end-end-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .rounded-bottom-xxl-1 {
    border-end-end-radius: var(--bs-border-radius-sm) !important;
    border-end-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xxl-2 {
    border-end-end-radius: var(--bs-border-radius) !important;
    border-end-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-3 {
    border-end-end-radius: var(--bs-border-radius-lg) !important;
    border-end-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xxl-4 {
    border-end-end-radius: var(--bs-border-radius-xl) !important;
    border-end-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xxl-5 {
    border-end-end-radius: var(--bs-border-radius-xxl) !important;
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-xxl-circle {
    border-end-end-radius: 50% !important;
    border-end-start-radius: 50% !important;
  }
  .rounded-bottom-xxl-pill {
    border-end-end-radius: var(--bs-border-radius-pill) !important;
    border-end-start-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xxl {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-0 {
    border-end-start-radius: 0 !important;
    border-start-start-radius: 0 !important;
  }
  .rounded-start-xxl-1 {
    border-end-start-radius: var(--bs-border-radius-sm) !important;
    border-start-start-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xxl-2 {
    border-end-start-radius: var(--bs-border-radius) !important;
    border-start-start-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-3 {
    border-end-start-radius: var(--bs-border-radius-lg) !important;
    border-start-start-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xxl-4 {
    border-end-start-radius: var(--bs-border-radius-xl) !important;
    border-start-start-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xxl-5 {
    border-end-start-radius: var(--bs-border-radius-xxl) !important;
    border-start-start-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-xxl-circle {
    border-end-start-radius: 50% !important;
    border-start-start-radius: 50% !important;
  }
  .rounded-start-xxl-pill {
    border-end-start-radius: var(--bs-border-radius-pill) !important;
    border-start-start-radius: var(--bs-border-radius-pill) !important;
  }
}
@media screen and (max-width: 991.98px) {
  .me-10 {
    margin-inline-end: 4rem !important;
  }
  br {
    display: none !important;
  }
}
@media screen and (max-width: 474.98px) {
  .btn {
    font-size: 0.875rem;
  }
  .icon-xl {
    width: 3rem !important;
    height: 3rem !important;
    line-height: 3rem !important;
  }
  .fs-sm-5 {
    font-size: 24px;
  }
  .grid-item--width2 {
    width: 100% !important;
  }
  .section-hero-2 {
    padding-bottom: 0 !important;
  }
  .ds-5 {
    font-size: 36px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar .btn.btn-gradient {
    display: none !important;
  }
}
.main-logo span {
  font-size: 24px;
  font-weight: bold;
  color: var(--tc-system-dark);
}

.avt-hero {
  margin-inline-start: -10%;
}

.shape-1 {
  bottom: -148px;
  right: 35px;
}

.shape-2 {
  top: 40px;
  right: 35px;
}

.shape-3 {
  top: 15px;
  left: 80px;
}

.card-hero {
  bottom: -52px;
  left: 90px;
}

.section-hero-2 .bouncing-blobs-glass {
  background: rgba(163, 140, 255, 0.1);
}

.socials .icon svg {
  height: 14px;
  width: 14px;
  fill: var(--tc-neutral-500);
}

.socials .icon:hover svg {
  fill: var(--tc-neutral-900);
  transition-duration: 0.3s;
}

.section-hero-3 .ellipse-primary {
  width: 398.868px;
  height: 735.298px;
  transform: rotate(94.975deg);
  border-radius: 735.298px;
  opacity: 0.28;
  background: var(--tc-theme-primary);
  filter: blur(100px);
}

.features-1 .star-lg {
  bottom: -5%;
  left: 22%;
}

.features-1 .star-md {
  top: -12px;
  right: 45%;
}

.icon-flip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--tc-theme-primary);
  border-radius: 3px;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: var();
}

.icon-flip .icon {
  transition: all 0.3s ease-in-out;
}

.icon-flip:hover .icon {
  transform: rotateY(180deg);
}

.feature-item:hover .icon-flip .icon {
  transform: rotateY(180deg);
}

.phase-items .phase-item {
  transition: 0.3s;
}

.phase-items .phase-item:hover {
  padding-inline-start: 0.7rem;
  transition: 0.3s;
}

.bg-rotate {
  bottom: -15%;
  left: -10%;
}

.rotate-center {
  animation: rotate-center 15s linear infinite both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
  * Bloom
  *
  * @author jh3y - jheytompkins.com
*/
.bloom {
  height: 80px;
  position: relative;
  width: 80px;
}

.bloom:before,
.bloom:after {
  border-radius: 100%;
  content: "";
  display: block;
  height: 80px;
  width: 80px;
}

.bloom:before {
  background: linear-gradient(22.5deg, #ffffff 0%, #794aff 100%);
}

.bloom:after {
  animation: scale 1.5s infinite;
  border: 1px solid #e2e2e2;
  left: 0;
  position: absolute;
  top: 0;
}

@keyframes scale {
  0%, 50% {
    opacity: 0;
  }
  55% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.phase-items .phase-item {
  transition: 0.3s;
}

.phase-items .phase-item:hover {
  padding-inline-start: 0.7rem;
  transition: 0.3s;
}

.bg-rotate {
  bottom: -15%;
  left: -10%;
}

.rotate-center {
  animation: rotate-center 15s linear infinite both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
  * Bloom
  *
  * @author jh3y - jheytompkins.com
*/
.bloom {
  height: 80px;
  position: relative;
  width: 80px;
}

.bloom:before,
.bloom:after {
  border-radius: 100%;
  content: "";
  display: block;
  height: 80px;
  width: 80px;
}

.bloom:before {
  background: linear-gradient(22.5deg, #ffffff 0%, #794aff 100%);
}

.bloom:after {
  animation: scale 1.5s infinite;
  border: 1px solid #e2e2e2;
  left: 0;
  position: absolute;
  top: 0;
}

@keyframes scale {
  0%, 50% {
    opacity: 0;
  }
  55% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.section-feature-5 .photo-description .box-gradient-1 {
  width: 509px;
  height: 446px;
  transform: rotate(-2.178deg);
  transition: 0.3s ease-in-out;
}

.section-feature-5 .photo-description:hover .box-gradient-1 {
  transform: rotate(-5deg);
  transition: 0.3s ease-in-out;
}

.section-feature-5 .photo-description:hover .box-gradient-2 {
  transform: rotate(5deg);
  transition: 0.3s ease-in-out;
}

.section-feature-5 .photo-description .box-gradient-2 {
  width: 560px;
  height: 452px;
  transform: rotate(2.034deg);
  transition: 0.3s ease-in-out;
}

.img-decorate-2 {
  width: 422.972px;
  height: 842.878px;
  transform: rotate(90.766deg);
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--System-White, #fff);
  filter: blur(100px);
}

.card-service {
  transition: 0.3s ease-in-out;
}

.card-service:hover {
  border-color: var(--tc-theme-primary-light) !important;
  transition: 0.3s ease-in-out;
}

.card-service:hover .icon-learn-more {
  width: auto;
  height: 35px;
  padding-inline-start: 17px;
  padding-inline-end: 17px;
}

.card-service:hover .icon-learn-more .arrow,
.card-service:hover .icon-learn-more span {
  display: inline;
  visibility: visible;
}

.card-service:hover .icon-learn-more .plus {
  display: none;
  visibility: hidden;
}

.card-service:hover .icon-flip .icon {
  transform: rotateY(180deg);
}

.card-service .icon-learn-more {
  width: 35px;
  height: 35px;
}

.card-service .icon-learn-more .arrow,
.card-service .icon-learn-more span {
  visibility: hidden;
  display: none;
}

.section-services-3 .swiper-button-prev {
  left: -130px;
}

.section-services-3 .swiper-button-next {
  right: -80px;
}

.section-services-4 .bouncing-blobs-glass {
  background: rgba(238, 242, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.section-services-4 .nav-pills .nav-link.active,
.section-services-4 .nav-pills .show > .nav-link {
  color: var(--tc-system-white);
  background-color: var(--tc-theme-primary);
}

.section-services-4 .nav-link {
  display: block;
  padding: 19px 0px 19px 43px;
  font-size: 20px;
  background-color: var(--tc-system-white);
  margin-bottom: 8px;
  color: var(--tc-neutral-900);
  text-align: start;
  line-height: 26px;
}

.section-team-1 .ellipse-rotate-success {
  width: 419.259px;
  height: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--tc-system-success);
  filter: blur(100px);
  top: -20%;
  left: 10%;
}

.section-team-1 .ellipse-rotate-primary {
  width: 419.259px;
  height: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--tc-theme-primary);
  filter: blur(100px);
  top: -15%;
  right: 10%;
}

.section-team-1 .rotate-center {
  animation: rotate-center 15s linear infinite;
}

.section-team-1 .rotate-center-rev {
  animation: rotate-center 5s linear infinite reverse;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-team-1 .card-team:hover svg {
  transition: 0.3s;
}

.section-team-1 .card-team:hover svg path {
  transition: 0.3s;
  fill: var(--tc-theme-primary) !important;
}

.howitwork-1 .bouncing-blobs-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.howitwork-1 .bouncing-blob--green {
  height: 419.259px;
  width: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: #64e1b0;
}

.howitwork-1 .bouncing-blob--primary {
  height: 419.259px;
  width: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--tc-theme-primary);
}

.howitwork-1 .bg-linear-primary {
  background: linear-gradient(88deg, var(--primary-color) 1.17%, rgba(140, 113, 255, 0) 99.12%);
  opacity: 0.8;
}

.howitwork-1 .dashed-line-1 {
  position: absolute;
  top: 75px;
  left: 30px;
  width: 1px;
  height: 125px;
  border: 1px dashed var(--tc-system-white);
}

.howitwork-1 .dashed-line-2 {
  position: absolute;
  top: 280px;
  left: 30px;
  width: 1px;
  height: 125px;
  border: 1px dashed var(--tc-system-white);
}

.howitwork-2 .bouncing-blobs-glass {
  background: rgba(242, 251, 249, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.howitwork-2 .navigation-arrow-1 {
  left: 35%;
}

.howitwork-2 .navigation-arrow-2 {
  right: 35%;
  bottom: 45%;
}

.section-cta-1 .bouncing-blob {
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform-origin: left top;
}

.section-cta-1 .bouncing-blob--blue {
  background: #64ade1;
  opacity: 0.15;
  width: 603.435px;
  height: 842.878px;
}

.section-cta-1 .bouncing-blob--primary {
  background: rgba(109, 77, 242, 0.1);
  height: 579.311px;
  width: 680.767px;
}

.section-cta-1 .bouncing-blobs-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-cta-1 .bouncing-blobs-glass {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  pointer-events: none;
}

.section-cta-1 .bouncing-blobs {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .section-cta-1 .bouncing-blobs-glass {
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
  }
}
@media (max-width: 500px) {
  .section-cta-1 .bouncing-blob {
    width: 60vw;
  }
  .section-cta-1 .bouncing-blob--white {
    width: 30vw;
  }
  .section-cta-1 .bouncing-blobs-glass {
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
  }
}
.section-static-1 .bouncing-blob--white {
  height: 422.972px;
  width: 842.878px;
  transform: rotate(90.766deg);
  border-radius: 842.878px;
  opacity: 0.15;
}

.accordion .card {
  border: 0;
}

.accordion .card .card-header {
  border: 0;
  background: transparent !important;
}

.accordion .card .card-header a.collapsed .arrow {
  transition: 0.3s;
  transform: rotate(180deg);
}

.accordion .card .card-header a .arrow {
  transition: 0.3s;
  transform: rotate(0deg);
}

.section-faqs-2 .ellipse-center {
  width: 579.311px;
  height: 680.767px;
  transform: rotate(90.766deg);
  border-radius: 680.767px;
  opacity: 0.1;
  background: var(--Theme-Primary, var(--primary-color));
  filter: blur(100px);
}

.change-price-plan {
  height: 41px;
}

.monthly.active,
.yearly.active {
  background: var(--tc-linear-2) !important;
  color: #fff !important;
  transition: 0.3s;
}

a:hover {
  color: dark !important;
  text-decoration: none;
}

.rotate-center {
  animation: rotate-center 15s linear infinite;
}

.rotate-center-rev {
  animation: rotate-center 5s linear infinite reverse;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-pricing-1 .ellipse-rotate-success {
  width: 603.435px;
  height: 842.878px;
  transform: rotate(90.766deg);
  border-radius: 842.878px;
  opacity: 0.15;
  background: #64ade1;
  filter: blur(100px);
  top: 8%;
  left: 15%;
}

.section-pricing-1 .ellipse-rotate-primary {
  width: 579.311px;
  height: 680.767px;
  transform: rotate(90.766deg);
  border-radius: 680.767px;
  opacity: 0.1;
  background: var(--Theme-Primary, var(--primary-color));
  filter: blur(100px);
  top: 15%;
  right: 15%;
}

.section-pricing-1 .card-team:hover svg {
  transition: 0.3s;
}

.section-pricing-1 .card-team:hover svg path {
  transition: 0.3s;
  fill: var(--tc-theme-primary);
}

.project-item .card-team {
  opacity: 0;
}

.project-item:hover .card-team {
  opacity: 1 !important;
}

.section-newsletter-1 .ellipse-rotate-1 {
  width: 331.416px;
  height: 389.457px;
  border-radius: 389.457px;
  opacity: 0.1;
  background: var(--tc-theme-primary);
  filter: blur(100px);
  top: 0;
  left: 0;
}

.section-newsletter-1 .ellipse-rotate-2 {
  width: 287.502px;
  height: 384.651px;
  border-radius: 384.651px;
  opacity: 0.2;
  background: var(--tc-theme-primary);
  filter: blur(100px);
  top: 0;
  right: 0;
}

.section-newsletter-1 .rotate-center {
  animation: rotate-center 15s linear infinite;
}

.section-newsletter-1 .rotate-center-rev {
  animation: rotate-center 5s linear infinite reverse;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-newsletter-1 .card-team:hover svg {
  transition: 0.3s;
}

.section-newsletter-1 .card-team:hover svg path {
  transition: 0.3s;
  fill: var(--tc-theme-primary);
}

.section-newsletter-1 input::-moz-placeholder {
  color: var(--tc-neutral-500);
  font-weight: 500;
}

.section-newsletter-1 input::placeholder {
  color: var(--tc-neutral-500);
  font-weight: 500;
}

.section-newsletter-1 .input-group .icon-input {
  background: var(--tc-system-white) !important;
  min-height: 60px !important;
  display: flex;
  align-items: center;
}

.section-newsletter-1 .input-group .form-control {
  background: var(--tc-neutral-100) !important;
  min-height: 60px !important;
  color: var(--tc-neutral-900) !important;
}

.section-newsletter-1 .input-group .form-control::-moz-placeholder {
  color: var(--tc-neutral-500) !important;
  opacity: 0.7 !important;
}

.section-newsletter-1 .input-group .form-control::placeholder {
  color: var(--tc-neutral-500) !important;
  opacity: 0.7 !important;
}

.section-newsletter-2 {
  background: url("..//imgs/newsletter-2/img-bg.png") lightgray 50%/cover no-repeat;
}

.section-blog-2 .bouncing-blobs-glass {
  background: rgba(243, 244, 246, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.section-blog-2 .bouncing-blob--green {
  height: 419.259px;
  width: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: #64e1b0;
}

.section-blog-2 .bouncing-blob--primary {
  height: 419.259px;
  width: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--tc-theme-primary);
}

.section-blog-2 .bg-linear-primary {
  background: linear-gradient(88deg, var(--primary-color) 1.17%, rgba(140, 113, 255, 0) 99.12%);
  opacity: 0.8;
}

.section-blog-2 .dashed-line-1 {
  position: absolute;
  top: 75px;
  left: 30px;
  width: 1px;
  height: 125px;
  border: 1px dashed var(--tc-system-white);
}

.section-blog-2 .dashed-line-2 {
  position: absolute;
  top: 280px;
  left: 30px;
  width: 1px;
  height: 125px;
  border: 1px dashed var(--tc-system-white);
}

.section-padding {
  padding: 120px 0;
}

.py-188 {
  padding: 188px 0;
}

.py-150 {
  padding: 150px 0;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pt-250 {
  padding-top: 250px;
}

.py-90 {
  padding: 90px 0;
}

.py-86 {
  padding: 86px 0;
}

.pb-200 {
  padding-bottom: 200px;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.top-100 {
  top: 100px;
}

.rounded-full {
  border-radius: 50%;
}

.mask-image {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
}

.mask-image-2 {
  background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.backdrop-filter {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 1px 2px 0px 0px rgba(255, 255, 255, 0.6) inset, -12px 36px 44px 0px rgba(127, 124, 168, 0.18);
}

.border-gradient {
  border-image-slice: 1;
  border-image-source: -webkit-linear-gradient(left, var(--primary-color), #8c71ff) !important;
}

.text-gradient {
  background: -webkit-linear-gradient(left, var(--primary-color), #8c71ff);
  -webkit-background-clip: text;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 24px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 10px;
  font-size: 24px;
  --swiper-navigation-color: var(--tc-neutral-900);
  border-radius: 30px;
  border: none;
}

.swiper-button-next:hover,
.swiper-button-next :active,
.swiper-button-prev:hover,
.swiper-button-prev :active {
  border-color: var(--tc-theme-primary);
  background-color: var(--tc-theme-primary) !important;
  --swiper-navigation-color: var(--tc-system-white);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

.section-hero-4 .swiper-pagination {
  text-align: start;
  padding-inline-start: 85px;
}

.section-hero-4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: var(--tc-neutral-200);
}

.section-hero-4 .swiper-pagination-bullet-active {
  color: #fff;
  background: var(--tc-theme-primary);
}

.section-hero-5 .swiper-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-hero-5 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: var(--tc-system-white);
}

.section-hero-5 .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  color: #000;
  opacity: 1;
  color: #fff;
  background: var(--tc-theme-primary);
}

.section-hero-5 .img-pull {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-testimonial-3 .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  color: #000;
  opacity: 1;
  color: #fff;
  background: var(--tc-theme-primary);
}

.section-testimonial-3 .swiper-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: var(--tc-neutral-200);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: var(--tc-theme-primary);
}

.card-hover {
  transition: 0.3s ease-in-out;
  box-shadow: 0.2s ease-in-out;
  cursor: pointer;
  display: block;
}

.card-hover:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover-up {
  transition: all 0.3s ease-in-out;
}

.hover-up:hover {
  transform: translateY(-3px);
  transition-duration: 0.3s;
}

.card-lift {
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 0.75rem;
}

.card-lift:hover,
.card-lift:focus,
.card-lift.active {
  transform: translateY(-0.25rem);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.btn-gradient {
  transition: all 0.3s ease-in-out;
}

.btn-gradient:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.hover-effect {
  border: none;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}

.hover-effect {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.hover-effect:after {
  content: "🠚";
  color: var(--tc-theme-primary);
  position: absolute;
  opacity: 0;
  left: -20px;
  transition: 0.5s;
}

.hover-effect:hover {
  color: #fff;
  padding-inline-start: 30px;
  padding-inline-end: 8px;
}

.hover-effect:hover:after {
  opacity: 1;
  left: 10px;
}

.hover-effect-1 i {
  position: relative;
  transition: 0.5s;
}

.hover-effect-1:hover i {
  padding-inline-start: 10px;
}

.tag-spacing {
  letter-spacing: 0.56px;
}

.form-control:focus {
  border-color: var(--tc-system-muted);
  box-shadow: none;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.text-highlight {
  position: relative;
  z-index: 1;
}

.text-highlight span {
  display: inline-block;
  left: -3px;
  position: absolute;
  z-index: -1;
  width: calc(100% + 6px);
}

.border-top-dashed {
  border-top: dashed !important;
}

.border-bottom-dashed {
  border-bottom: dashed !important;
}

.border-end-dashed {
  border-inline-end-width: dashed !important;
}

.border-start-dashed {
  border-inline-start-width: dashed !important;
}

.link-hover-primary-light:hover {
  color: var(--tc-theme-primary-light) !important;
}

.max-w-300px {
  max-width: 300px !important;
}

.section-cta-3 {
  background-image: url("..//imgs/cta-3/img-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-service-4 .rectangle {
  transition: 0.3s ease-in-out;
  width: 146px;
  height: 7px;
  background: var(--tc-neutral-200);
}

.card-service-4:hover .rectangle {
  background: var(--tc-theme-primary-light);
  transition: 0.3s ease-in-out;
}

.card-service-4:hover .icon-flip .icon {
  transform: rotateY(180deg);
}

.masonary-active .project-item {
  margin: 15px 0;
}

.grid-sizer,
.grid-item {
  width: 33.33%;
}

.section-case-studies .grid-sizer,
.section-case-studies .grid-item {
  width: 50%;
}

/* 2 columns */
.grid-item--width2 {
  width: 66.66%;
}

.rotate-90 {
  transform: rotate(-90deg);
}

.tag-home-5 {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1.313px 1.969px 0px 0px rgba(255, 255, 255, 0.6) inset, -12.177px 36.69px 44.901px 0px rgba(127, 124, 168, 0.18);
  -webkit-backdrop-filter: blur(8.0289754868px);
  backdrop-filter: blur(8.0289754868px);
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-active-color: var(--tc-theme-primary);
  --bs-nav-tabs-link-hover-border-color: transparent;
}

.nav-tabs .underline {
  width: 37px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.nav {
  --bs-nav-link-padding-x: 48px;
  --bs-nav-link-padding-y: 15px;
  --bs-nav-link-font-weight: var(--tc-fw-bold);
  --bs-nav-link-color: var(--tc-neutral-500);
  --bs-nav-link-hover-color: var(--tc-theme-primary);
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 20px;
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link .underline,
.nav-tabs .nav-link.active .underline {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.section-features-9 .bouncing-blobs-glass {
  background: rgba(238, 242, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.icon-height {
  max-height: 62px;
}

.section-cta-8 .tag-year {
  left: -15%;
  bottom: -5%;
}

.section-cta-8 .tag-dots {
  top: -12%;
  right: -15%;
}

.progress {
  background-color: var(--tc-system-white);
  overflow: unset;
  border-radius: 8px;
}

.progress .progress-bar {
  background-color: var(--tc-theme-primary);
  border-radius: 8px;
}

.progress .vertical-line {
  height: 20px;
  width: 4px;
  background: var(--tc-theme-primary);
  display: block;
  position: absolute;
  bottom: 0;
}

.progress .progress-number {
  position: absolute;
  top: -25px;
  margin-inline-start: -18px;
  font-size: 1rem;
  color: var(--tc-neutral-900);
  font-weight: var(--tc-fw-medium);
}

.section-cta-9 .play-video {
  bottom: -20%;
  right: -20%;
}

.section-cta-9 .play-video:hover .box-gradient {
  transform: rotate(-5deg);
  transition: 0.3s ease-in-out;
}

.section-cta-9 .box-gradient {
  width: 269px;
  height: 248px;
  transform: rotate(-2.821deg);
  border-radius: 16px;
  background: var(--tc-linear-1, linear-gradient(89deg, #d7cdff 0.92%, #f8e2ff 99.76%));
  right: -5%;
  top: -5%;
  transition: 0.3s ease-in-out;
}

.section-contact-3 .ellipse-rotate-success {
  width: 408.351px;
  height: 759.019px;
  transform: rotate(90.766deg);
  border-radius: 759.019px;
  opacity: 0.1;
  background: var(--tc-system-success);
  filter: blur(100px);
  top: -30%;
  left: 0%;
}

.section-contact-3 .ellipse-rotate-primary {
  width: 408.351px;
  height: 759.019px;
  transform: rotate(90.766deg);
  border-radius: 759.019px;
  opacity: 0.1;
  background: var(--tc-theme-primary);
  filter: blur(100px);
  top: 45%;
  left: -5%;
}

.section-contact-3 .ellipse-rotate-info {
  width: 592.451px;
  height: 1037.421px;
  transform: rotate(90.766deg);
  border-radius: 1037.421px;
  opacity: 0.15;
  background: #64ade1;
  filter: blur(100px);
  top: -60%;
  right: -5%;
}

.ellipse-rotate-success {
  width: 419.259px;
  height: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--tc-system-success);
  filter: blur(100px);
  top: -20%;
  left: 10%;
}

.ellipse-rotate-primary {
  width: 419.259px;
  height: 842.878px;
  border-radius: 842.878px;
  opacity: 0.15;
  background: var(--tc-theme-primary);
  filter: blur(100px);
  top: -15%;
  right: 10%;
}

.ellipse-rotate-success-sm {
  width: 362.825px;
  height: 381.241px;
  transform: rotate(94.838deg);
  border-radius: 381.241px;
  opacity: 0.1;
  background: #00ff1a;
  filter: blur(146.6436767578px);
  top: -20%;
  left: 10%;
}

.ellipse-rotate-primary-sm {
  width: 286.712px;
  height: 576.406px;
  transform: rotate(90.766deg);
  border-radius: 576.406px;
  opacity: 0.15;
  background: var(--Theme-Primary, var(--primary-color));
  filter: blur(68.3854141235px);
  top: -15%;
  right: 10%;
}

.card-testimonial-3:hover svg g path {
  fill: var(--tc-theme-primary);
  transition: 0.2s ease-in-out;
}

.card-testimonial-3 svg g path {
  transition: 0.2s ease-in-out;
}

.bouncing-blob--infor-2 {
  background: #64ade1;
}

.rectangle-bg {
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.bg-opacity-10 {
  background: rgba(255, 255, 255, 0.1);
}

.section-contact-1 .input-group .icon-input {
  background: rgba(255, 255, 255, 0.1) !important;
  min-height: 60px !important;
  display: flex;
  align-items: center;
}

.section-contact-1 .input-group .form-control {
  background: rgba(255, 255, 255, 0.1) !important;
  min-height: 60px !important;
  color: #fff !important;
}

.section-contact-1 .input-group .form-control::-moz-placeholder {
  color: #fff !important;
  opacity: 0.7 !important;
}

.section-contact-1 .input-group .form-control::placeholder {
  color: #fff !important;
  opacity: 0.7 !important;
}

.input-group .icon-input {
  background: var(--tc-system-white) !important;
  min-height: 60px !important;
  display: flex;
  align-items: center;
}

.input-group .form-control {
  background: var(--tc-system-white);
  min-height: 60px !important;
  color: var(--tc-neutral-900) !important;
  transition: none !important;
}

.input-group .form-control::-moz-placeholder {
  color: var(--tc-neutral-400) !important;
}

.input-group .form-control::placeholder {
  color: var(--tc-neutral-400) !important;
}

.input-group.focus .icon-input {
  border-color: var(--tc-theme-primary) !important;
}

.input-group.focus .form-control {
  border-color: var(--tc-theme-primary) !important;
  transition: none !important;
}

.form-check-input:checked {
  background-color: var(--tc-theme-primary);
  border-color: transparent;
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  max-height: 60px;
  padding: 18px 19px 17px 17px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--tc-neutral-900);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--tc-system-white);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--tc-neutral-200);
  border-radius: 8px;
  transition: none;
}

.form-select:focus {
  border-color: var(--tc-neutral-900);
  outline: 0;
  box-shadow: none;
}

input[type=range] {
  /* removing default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/
  /* New additions */
  height: 8px;
  background: var(--tc-neutral-200);
}

/* Thumb: webkit */
input[type=range]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: var(--tc-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--tc-system-white);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* Thumb: Firefox */
input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: var(--tc-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--tc-system-white);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */
input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}

input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}

/* Hover, active & focus Thumb: Firfox */
input[type=range]::-moz-range-thumb:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}

input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}

.section-contact-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-page-header .bouncing-blobs-glass {
  background-color: rgba(163, 140, 255, 0.1);
}

.card-team:hover .arrow-icon {
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}

.card-team .arrow-icon {
  transition: 0.3s ease-in-out;
}

.section-testimonial-4 .assessor {
  transition: 0.3s;
}

.section-testimonial-4 .assessor:hover {
  border-color: var(--tc-theme-primary-light) !important;
}

.section-services-details .nav-pills .nav-link.active,
.section-services-details .nav-pills .show > .nav-link {
  color: var(--tc-system-white);
  background-color: var(--tc-theme-primary);
}

.section-services-details .nav-link {
  display: block;
  padding: 19px 0px 19px 43px;
  font-size: 20px;
  background-color: white;
  margin-bottom: 8px;
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--tc-neutral-900);
  background-color: var(--tc-neutral-100);
}

.rectangle-banner3 {
  top: -20%;
  right: -5%;
  width: 95%;
  height: 100%;
  z-index: -1;
}

.head-1 .avt-hero {
  margin-inline-start: -5%;
}

.contact-map {
  max-height: 650px;
  width: 100%;
}

.contact-map iframe {
  height: 650px;
  width: 100%;
}

.pagination_item:hover {
  color: var(--tc-theme-primary) !important;
  transition: 0.3s ease-in-out;
}

.pagination_item:hover svg path {
  stroke: var(--tc-theme-primary) !important;
  transition: 0.3s ease-in-out;
}

.pagination_item:focus {
  box-shadow: none;
  background-color: var(--tc-theme-primary) !important;
  border-color: var(--tc-theme-primary);
  color: var(--tc-system-white) !important;
  transition: 0.3s ease-in-out;
}

.pagination_item:focus svg path {
  stroke: var(--tc-system-white) !important;
  transition: 0.3s ease-in-out;
}

.section-cta-14 .vector-2 {
  right: -5.5%;
  top: 30%;
}

.work-process-bg {
  padding-top: 450px;
  top: 80%;
}

.section-work-process .square {
  top: -5%;
  right: -5%;
}

.section-work-process .square-2 {
  bottom: -5%;
  left: -5%;
}

blockquote {
  color: #ffffff;
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 37.2px */
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline::before {
  content: " ";
  background: var(--tc-neutral-300);
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 1px;
  height: 100%;
  z-index: 400;
}

ul.timeline .timeline-item {
  padding-inline-start: 20px;
}

ul.timeline .timeline-item::before {
  content: " ";
  background: var(--tc-system-white);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--tc-theme-primary);
  left: -5px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline .timeline-item li {
  list-style-type: initial;
}

svg .fill-dark {
  fill: var(--tc-system-dark);
}

svg .fill-white {
  fill: var(--tc-system-white);
}

svg .fill-primary {
  fill: var(--tc-theme-primary);
}

svg .fill-neutral-100 {
  fill: var(--tc-neutral-100);
}

svg .fill-primary-soft {
  fill: var(--tc-theme-primary-soft);
}

svg .stroke-dark {
  stroke: var(--tc-system-dark);
}

svg .stroke-white {
  stroke: var(--tc-system-white);
}

.table-white {
  --bs-table-bg: var(--tc-system-white);
}

@media (max-width: 1199.98px) {
  .backdrop-filter-lg {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(8.0289754868px);
    backdrop-filter: blur(8.0289754868px);
    box-shadow: 1.313px 1.969px 0px 0px rgba(255, 255, 255, 0.6) inset, -12.177px 36.69px 44.901px 0px rgba(127, 124, 168, 0.18);
  }
  .backdrop-filter-md {
    background: none;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .backdrop-filter-md {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(8.0289754868px);
    backdrop-filter: blur(8.0289754868px);
    box-shadow: 1.313px 1.969px 0px 0px rgba(255, 255, 255, 0.6) inset, -12.177px 36.69px 44.901px 0px rgba(127, 124, 168, 0.18);
  }
  .backdrop-filter-lg {
    background: none;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    box-shadow: none;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 31px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 20px;
  }
  .compatible img {
    width: 40px;
    height: 40px;
  }
  .ds-3 {
    font-size: 56px !important;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 20px;
  }
  .ds-1 {
    font-size: var(--tc-ds-3) !important;
  }
  .socials {
    transform: rotate(0deg) !important;
  }
  .ds-3 {
    font-size: 40px !important;
  }
  .nav {
    --bs-nav-link-padding-x: 20px;
    --bs-nav-link-padding-y: 15px;
  }
  .nav-link {
    font-size: 16px;
  }
  .tag-year {
    left: 0px !important;
    bottom: 0px !important;
  }
}
[data-bs-theme=dark] {
  --tc-theme-primary: var(--tc-theme-dark-primary);
  --tc-theme-primary-light: var(--tc-theme-dark-primary-light);
  --tc-theme-secondary: var(--tc-theme-dark-secondary);
  --tc-theme-primary-soft: var(--tc-theme-dark-primary-soft);
  --tc-theme-primary-dark: var(--tc-theme-dark-primary-dark);
  --tc-neutral-0: var(--tc-neutral-dark-0);
  --tc-neutral-100: var(--tc-neutral-dark-100);
  --tc-neutral-200: var(--tc-neutral-dark-200);
  --tc-neutral-300: var(--tc-neutral-dark-300);
  --tc-neutral-400: var(--tc-neutral-dark-400);
  --tc-neutral-500: var(--tc-neutral-dark-500);
  --tc-neutral-600: var(--tc-neutral-dark-600);
  --tc-neutral-700: var(--tc-neutral-dark-700);
  --tc-neutral-800: var(--tc-neutral-dark-800);
  --tc-neutral-900: var(--tc-neutral-dark-900);
  --tc-system-success: var(--tc-system-dark-success);
  --tc-system-info: var(--tc-system-dark-info);
  --tc-system-warning: var(--tc-system-dark-warning);
  --tc-system-danger: var(--tc-system-dark-danger);
  --tc-system-white: var(--tc-system-dark-white);
  --tc-system-dark: var(--tc-system-dark-dark);
  --tc-system-muted: var(--tc-system-dark-muted);
  --tc-border-1: var(--tc-border-dark-1);
  --tc-border-2: var(--tc-border-dark-2);
  --tc-bg-1: var(--tc-bg-dark-1);
  --tc-bg-2: var(--tc-bg-dark-2);
  --tc-bg-3: var(--tc-bg-dark-3);
  --tc-bg-4: var(--tc-bg-dark-4);
  --tc-bg-5: var(--tc-bg-dark-5);
  --tc-bg-6: var(--tc-bg-dark-6);
  --tc-bg-7: var(--tc-bg-dark-7);
  --tc-linear-1: var(--tc-linear-dark-1);
  --tc-linear-3: var(--tc-linear-dark-3);
  --tc-linear-4: var(--tc-linear-dark-4);
  --tc-shadow-1: var(--tc-shadow-dark-1);
  --tc-shadow-2: var(--tc-shadow-dark-2);
}

[data-bs-theme=dark] body {
  background: var(--tc-system-dark-white);
}

[data-bs-theme=dark] .backdrop-filter {
  background: rgba(17, 17, 17, 0.5);
  box-shadow: 1.313px 1.969px 0px 0px rgba(70, 69, 69, 0.6) inset, -12.177px 36.69px 44.901px 0px rgba(127, 124, 168, 0.18);
  -webkit-backdrop-filter: blur(8.0289754868px);
  backdrop-filter: blur(8.0289754868px);
}

[data-bs-theme=dark] .filter-invert {
  filter: invert(100%);
}

[data-bs-theme=dark] .mask-image-2 {
  height: 0;
}

[data-bs-theme=dark] .section-newsletter-3 .bg-4 {
  background-color: var(--tc-neutral-200) !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-inline: 32px;
  }
}
/* Desktop */
@media (min-width: 992px) {
  .container {
    padding-inline: 200px;
  }
}
.w-xxl-desktop {
  width: 100%;
}
@media (min-width: 1600px) {
  .w-xxl-desktop {
    width: 75% !important;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1700px;
  }
  .top-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1700px;
  }
}

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