
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.learn-more-link, .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a {
  all: unset;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.learn-more-link span, .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a span {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.learn-more-link .learn-more-icon, .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a .learn-more-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline, .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a::after {
  content: "";
  position: absolute;
  background-color: var(--primary-primary, #fb5650);
  bottom: -1px;
  left: -1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  transform: scaleY(2);
}















@font-face {
  font-family: "SF-Pro-Regular-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Regular.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Semi-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Semibold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Bold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF-Pro-Regular-Text";
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 250px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-secondary-l-2, #cdced9);
  border-radius: 250px;
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar-button {
  border: none;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../../assests/images/caret-up-solid-scrolbar.svg");
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../../assests/images/caret-down-solid-scrollbar.svg");
  height: 10px;
  width: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom ScrollBar  */
#SLS-page-introduction-wrapper {
  background-color: var(--dark-dark-d-2, #111116);
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper {
  margin-left: calc((100% - 1216px) / 2 + 16px);
  display: flex;
  gap: 109px;
}
@media (max-width: 1250px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper {
    margin-left: 0;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
@media (max-width: 650px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper {
    gap: 16px;
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper {
  width: 528px;
  padding-top: 189px;
  padding-bottom: 142px;
}
@media (max-width: 1250px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 68px;
    padding-left: 16px;
    padding-right: 16px;
    width: 584px;
  }
}
@media (max-width: 650px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 27px;
    width: 312px;
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper h1 {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 650px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper h1 {
    font-size: 36px;
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper p {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--light-light, #f1f2f5);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav {
  display: flex;
  gap: 16px;
}
@media (max-width: 650px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav {
    flex-direction: column;
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a {
  text-decoration: none;
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav button {
  width: 256px;
  height: 56px;
  border-radius: 1000px;
  padding: 18px 24px;
}
@media (max-width: 1250px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav button {
    width: 284px;
  }
}
@media (max-width: 650px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav button {
    width: 312px;
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:first-child button {
  color: var(--Primary-Base-White, var(--Primary-Base-White, #fff));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  background: var(--primary-primary, #fb5650);
  border: none;
  position: relative;
  overflow: hidden;
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:first-child button img {
  z-index: 5;
  position: relative;
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:first-child button span {
  z-index: 5 !important;
  position: relative;
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:first-child button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-primary-d-1, #D23D37);
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 1000px;
  animation: HoverOut 0.5s forwards;
}
@keyframes HoverOut {
  0% {
    width: 101%;
  }
  100% {
    width: 0%;
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:first-child button:hover {
  color: var(--light-white, var(--Primary-Base-White, #FFF));
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:first-child button:hover::after {
  animation: HoverIn 0.5s forwards ease-in-out;
}
@keyframes HoverIn {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:last-child button:last-child {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: 1px solid var(--light-white, #fff);
  background: rgb(17, 17, 22);
  border-width: 1px;
  border-style: solid;
  position: relative;
  animation: HoverOutButton 0.7s forwards ease-in-out;
}
@keyframes HoverOutButton {
  0% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    border-bottom-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #D23D37);
  }
  25% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #D23D37);
  }
  50% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #D23D37);
  }
  75% {
    border-top-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #D23D37);
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-header-wrapper nav a:last-child button:last-child:hover {
  animation: HoverInButton 0.7s forwards ease-in-out;
}
@keyframes HoverInButton {
  0% {
    border-top-color: var(--primary-primary, #fb5650);
  }
  25% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
  }
  50% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
  }
  75% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    border-bottom-color: var(--primary-primary, #fb5650);
  }
  100% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    border-bottom-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #D23D37);
  }
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-image-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
#SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-image-wrapper img {
  width: 100%;
  height: 831px;
}
@media (max-width: 1250px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-image-wrapper img {
    height: 577px;
  }
}
@media (max-width: 650px) {
  #SLS-page-introduction-wrapper .top-header-page-inner-wrapper .top-header-page-image-wrapper img {
    height: 409px;
  }
}

/* Material Section Wrapper */
#material-section-wrapper #material-section-header-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#material-section-wrapper #material-section-header-wrapper h3 {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
#material-section-wrapper #material-section-header-wrapper h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 40px;
    font-style: normal;
    line-height: 125%;
  }
}
@media (max-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
  }
}
#material-section-wrapper #material-section-header-wrapper p {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}

/*  BreadCrumbs */
#breadcrumbs-navigation-container {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #breadcrumbs-navigation-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #breadcrumbs-navigation-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#breadcrumbs-navigation-container .breadcrumbs-list-container {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0;
  padding: 0 0;
}
#breadcrumbs-navigation-container .breadcrumbs-list-container .breadcrumbs-list-item a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--secondary-secondary, #6b6c7e);
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  text-decoration: none;
}
#breadcrumbs-navigation-container .breadcrumbs-list-container .breadcrumbs-list-item a:hover {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 13.6px;
  font-style: normal;
  line-height: 125%;
}
#breadcrumbs-navigation-container .breadcrumbs-list-container .breadcrumbs-list-item:last-child a {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}

.SLS-capability-wrapper {
  background: var(--dark-dark-d-2, #111116);
  overflow: hidden;
  border-collapse: separate;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 100px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  .SLS-capability-wrapper #SLS-capability-outer-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  .SLS-capability-wrapper #SLS-capability-outer-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content {
  width: 484px;
  max-width: 484px;
  min-width: 484px;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content h2 {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media (min-width: 650px) {
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content h3 {
    color: var(--light-white, #fff);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 40px;
    font-style: normal;
    line-height: 125%;
  }
}
@media (max-width: 650px) {
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content h3 {
    color: var(--light-white, #fff);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
  }
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content p {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--light-light-d-1, #e2e4ea);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0;
  padding: 0 0;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content ul li {
  display: flex;
  gap: 12px;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content ul li span {
  align-self: center;
  color: var(--light-light-d-2, #d3d6e0);
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content ul li img {
  height: 24px;
  width: 24px;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a {
  margin-top: 16px;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a::after {
  animation: linkHoverOut 0.5s forwards ease-in-out;
}
@keyframes linkHoverOut {
  0% {
    width: 113.5px;
  }
  100% {
    width: 0px;
  }
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a:hover::after {
  animation: linkHoverIn 0.5s forwards ease-in-out;
}
@keyframes linkHoverIn {
  0% {
    width: 0px;
  }
  100% {
    width: 113.5px;
  }
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content a {
  margin-top: 12px;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section {
  width: 684px;
  min-width: 684px;
  max-width: 684px;
  padding: 16px 24px;
  background: var(--Primary-Base-Black, #000);
  border-radius: 12px;
  align-self: center;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table thead {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr th,
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr td {
  width: 318px;
  height: 20px;
  padding: 16px 8px;
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 18px;
  font-style: normal;
  line-height: 125%;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr td {
  color: rgba(255, 255, 255, 0.7);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr:last-child td {
  padding-bottom: 0;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper {
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure {
  display: flex;
  margin: 0 0;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure img {
  width: 292px;
  height: 240px;
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 240px;
  padding: 24px 32px;
  opacity: 0.5;
  background: var(--Primary-Base-Black, #000);
}
.SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure figcaption span {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
}

@media (max-width: 1250px) {
  .SLS-capability-wrapper #SLS-capability-outer-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content {
    width: 584px;
    min-width: 584px;
    max-width: 584px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section {
    width: 584px;
    min-width: 584px;
    max-width: 584px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr td,
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr th {
    width: 268px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure:nth-child(2),
  .SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure:nth-child(3) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 650px) {
  .SLS-capability-wrapper #SLS-capability-outer-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper {
    gap: 16px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-capability-text-content {
    width: 312px;
    min-width: 312px;
    max-width: 312px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section {
    width: 312px;
    min-width: 312px;
    max-width: 312px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr th,
  .SLS-capability-wrapper #SLS-capability-outer-wrapper .SLS-capability-inner-wrapper .SLS-page-table-section table tr td {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    font-size: 14px;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure:nth-child(2) {
    flex-direction: column;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure:nth-child(3),
  .SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure:nth-child(4) {
    flex-direction: column-reverse;
  }
  .SLS-capability-wrapper #SLS-capability-outer-wrapper #SLS-capability-images-wrapper figure {
    flex-direction: column;
  }
}
#service-component-outer-wrapper {
  background-color: var(--Primary-Base-Black, #000);
  overflow: hidden;
  border-collapse: separate;
}
#service-component-outer-wrapper #service-component-inner-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #service-component-outer-wrapper #service-component-inner-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #service-component-outer-wrapper #service-component-inner-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1250px) and (min-width: 650px) {
  #service-component-outer-wrapper #service-component-inner-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #service-component-outer-wrapper #service-component-inner-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}

#frequently-asked-questions-component {
  margin-top: 64px;
  margin-bottom: 0px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #frequently-asked-questions-component {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #frequently-asked-questions-component {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}

#blogs-component {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #blogs-component {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #blogs-component {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

#resource-cards-component {
  overflow: hidden;
  border-collapse: separate;
  background: var(--Primary-Base-Black, #000);
}
#resource-cards-component .resource-cards-container {
  margin-top: 64px;
  margin-bottom: 0px;
  margin-bottom: 64px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1250px) and (min-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-bottom: 48px;
  }
}
@media (max-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-bottom: 24px;
  }
}

#carousel-component {
  background: var(--light-light-l-1, #f7f8f9);
  overflow: hidden;
  border-collapse: separate;
}
#carousel-component .carousel-component-container {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #carousel-component .carousel-component-container {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #carousel-component .carousel-component-container {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}/*# sourceMappingURL=SLS.css.map */