.banner-heading,
.banner-heading h1,
.banner-heading h2 {
  color: #fff;
  text-align: center;
}

.banner-heading {
  border-left: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
}

.btn-danger.rsvp {
  background: #c60e17;
  border-radius: 56px;
  font-size: 29px;
  font-weight: 600;
  line-height: 36px;
  padding: 16px 48px;
}

body {
  position: relative;
}

.body-container-wrapper {
  position: relative;
  z-index: 100;
}

.header-container-wrapper {
  background: #fff;
}

.header-backdrop {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.header-backdrop .header-backdrop-content {
  height: 100%;
  position: relative;
  width: 100%;
}

.header-backdrop .header-backdrop-image {
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.header-backdrop .header-backdrop-layer {
  background: #d1f0fd;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.body-backdrop-1 {
  bottom: 0;
  display: none;
  left: 0;
  margin-top: 823px;
  position: absolute;
  right: 0;
  top: 0;
}

.body-backdrop-1 .backdrop-content {
  height: 100%;
  position: relative;
  width: 100%;
}

.body-backdrop-1 .backdrop-ellipse {
  left: 0;
  margin-top: 340px;
  position: absolute;
  top: 0;
}

.body-backdrop-1 .backdrop-rectangle-844 {
  backdrop-filter: blur(200px);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.overlay-50:before {
  /* opacity: unset; */
}

.overlay-dark:before {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content.vcenter-content {
  max-width: 1440px !important;
}

.banner-wrapper .hero-content {
  padding-bottom: 30px;
  padding-top: 30px;
}

.banner-inner-heading {
  color: #1e1e1e;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin-left: 70px;
  margin-right: auto;
  max-width: 720px;
  text-align: left;
  width: 40%;

  .hero-background {
    height: 790px;
    position: absolute;
    right: 30px;
    width: 791px;
  }

  .heading1 {
    line-height: normal;
  }

  p {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.6%;
  }
}

.hero-banner {
  background-color: #FCFCFC;

  .heading {
    margin-bottom: 32px;
  }
}

.banner-heading .buttons .btn {
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  padding: 16px 32px;
  margin-top: 56px;
  margin-left: 0;
  z-index: 999;
}

.banner-heading .btn-schedule-meeting {
  background-color: rgba(197, 26, 26, 1);
  border: 1px solid rgba(149, 19, 19, 1);
  color: #ffffff;
  margin-right: 24px;
}

.banner-heading .btn-detection {
  background-color: #ffffff;
  border: 1px solid rgba(19, 41, 88, 1);
  color: rgba(19, 41, 88, 1);
}

.banner-heading .btn-detection:hover {
  color: rgba(19, 41, 88, 1);
}

.img-container {
  width: 50%;
  max-width: 585px;
  height: 330px;
  background-image: url(https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Bundle-ID-Mapping/hero-variant1.png);
  background-size: cover;
  /* transition: background-image 0.2s; */

  &:hover {
    background-image: url(https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Bundle-ID-Mapping/hero-variant2.png);
  }
}

.content-container {
  padding: 20px 50px;

  &.section2,
  &.section4 {
    background: #ECEFF3;
  }

  &.section5,
  &.section6 {
    display: none;
  }

  .subheading {
    font-size: 16px;
    font-weight: 700;
    color: #c60e17;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
  }
}

.section-container {
  margin: auto;
  max-width: 1440px;
}

h1 {
  font-family: "proxima-nova";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  font-family: "proxima-nova";
  font-size: 51px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  font-family: "proxima-nova";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

h4 {
  font-family: "proxima-nova";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 10px;
}

p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.section-container>h3 {
  margin-bottom: 32px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  align-items: center;
}

a.btn {
  display: inline-block;
  line-height: normal;
  transition: 0.1s ease-in-out;
  border-radius: 12px;
}

a.btn-large {
  padding: 16px 32px;
  transition: 0.1s ease-in-out;
}

a.btn-med {
  padding: 12px 24px;
  transition: 0.1s ease-in-out;
}

a.btn-small {
  padding: 8px 12px;
  transition: 0.1s ease-in-out;
}

.red {
  background-color: #c60e17;
  border: 1px solid #951313 !important;
  color: #ffffff !important;
}

.outline {
  background-color: transparent;
  border: 1px solid #132958 !important;
  color: #132958 !important;
  transition: 0.1s ease-in-out;
}

a.btn-large:hover {
  box-shadow: 0 0 0 4px rgba(197, 26, 26, 0.24);
  transition: 0.1s ease-in-out;
}

a.btn-med:hover {
  box-shadow: 0 0 0 4px rgba(197, 26, 26, 0.24);
  transition: 0.1s ease-in-out;
}

a.btn-small:hover {
  box-shadow: 0 0 0 4px rgba(197, 26, 26, 0.24);
  transition: 0.1s ease-in-out;
}

.red:hover {
  background-color: #e81010;
}

.text-white {
  color: #ffffff;
}

.section-container .sub-header {
  width: 100%;
}

.section-container .sub-header.center {
  text-align: center;
}

.section-container .sub-header.text-white {
  color: #ffffff;
}

.section-container .btn-schedule-meeting {
  background: #c60e17;
  border-radius: 66px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.23px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-align: center;
}

.section-container .text-center {
  margin-bottom: 52px;
  text-align: center;
}

.section-container .subheading {
  color: #727272;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 23.14px;
  margin: 37px auto;
  text-align: center;
  width: 83%;
  max-width: 934px;
}

.section-container p {
  color: #27292e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.banner-video-container {
  border-radius: 15.98px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.banner-video-container .video {
  position: relative;
}

.banner-video-container .video img {
  border-radius: 16px;
  position: relative;
}

.banner-video-container .video::before {
  background: hsla(0, 1%, 62%, 0.35);
  border-radius: 16px;
  content: " ";
  height: 100%;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 100%;
  opacity: 0.5;
}

.banner-heading .red {
  color: #c60e17;
}

.btn-schedule-meeting.mobile {
  display: none;
}

.video-row {
  width: 100%;
  gap: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.video-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-container .video-header {
  background-image: url("data:image/svg+xml,%3Csvg width='1014' height='45' viewBox='0 0 1014 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.710938 13.1846C0.710938 5.90295 6.61387 0 13.8955 0H1000.1C1007.38 0 1013.29 5.90294 1013.29 13.1846V44.8276H0.710938V13.1846Z' fill='%23F0F0F0'/%3E%3Ccircle cx='29.4517' cy='22.4136' r='7.11967' fill='%23FF4D4E'/%3E%3Ccircle cx='58.4595' cy='22.4136' r='7.11967' fill='%23FFB32C'/%3E%3Ccircle cx='87.4673' cy='22.4136' r='7.11967' fill='%2300C73A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: left;
  max-width: 1020px;
  border-radius: 9px 9px 0 0;
}

.video-container iframe {
  border-radius: 5px;
  width: 100%;
  max-width: 1020px;
  aspect-ratio: 16 / 9;
  height: auto;
}

.sco-verification-container .sub-header {
  text-align: center;
}

.sco-verification-info-container {
  display: flex;
  flex-flow: column;
}

.section-nav-cont {
  display: inline-flex;
  flex-flow: row;
  gap: 20px;
}

.section-nav-cont .section-nav {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  padding: 0px;
  border-radius: 0;
  line-height: 2;
  width: fit-content;
  transition: 0.1s ease-in-out;
}

.section-nav-cont .section-nav:hover {
  color: #2b2b2b;
  font-weight: 700;
  transition: 0.1s ease-in-out;
}

.section-nav-cont .section-nav.selected {
  font-weight: 700;
  color: #2b2b2b;
  border-bottom: 3px solid #c51a1a;
  width: fit-content;
  transition: 0.1s ease-in-out;
}

.section-content {
  display: none;
}

.section-content.show {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.section3 {
  li {
    margin-top: 24px;

    &::before {
      content: url('https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Bundle-ID-Mapping/warning-icon.png') !important;
      display: inline-block !important;
      width: 24px !important;
      height: 22px;
      margin-right: 20px;
      vertical-align: top;
      transform: none !important;
    }
  }

  .use-case {
    .percentage-details {
      display: flex;

      .percentage {
        color: #C60E17;
        vertical-align: super;
        margin-right: 15px;
        font-size: 36px;
        font-weight: 600;
        font-size: 36px;
        line-height: 127%;
      }

      .percentage-desc {
        max-width: 335px;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
      }
    }
  }
}

.section2,
.section4 {
  li {
    margin-top: 24px;

    &::before {
      content: url('https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Bundle-ID-Mapping/check-circle-icon.png') !important;
      display: inline-block !important;
      width: 16px !important;
      height: 17px;
      margin-right: 20px;
      vertical-align: top;
    }
  }
}

.section2 .section-container .section-content.show {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sco-content-container {
  border-radius: 4px;
  padding: 38px 45px;
  background-color: #f5f9fd;
  border: 1px solid #dfdfdf;
  display: flex;
  flex-flow: column;
  max-width: 1212px;
  margin: auto;

  >div.show {
    display: block;
  }
}

.sco-content-container .sco-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sco-content-container .sco-feature-details {
  display: flex;
  flex-direction: column;
  gap: 25px;

  span {
    display: flex;
    gap: 25px;
    font-size: 30px;
    font-weight: 400;
    line-height: 41.04px;
    text-align: left;
  }

  li {
    margin-top: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;


    &::before {
      content: url('https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/Bundle-ID-Mapping/check-icon.png') !important;
      display: inline-block !important;
      width: 21px !important;
      height: 17px;
      margin-right: 20px;
      vertical-align: top;
    }
  }

}

.sco-feature .learn-more {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 30px;
  color: #c60e17;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  padding: 10px 23px;
  text-align: center;
  margin-right: auto;
  margin-top: 100px;
}

.sco-content-container .sco-feature-image {
  /*   width: 40%; */
}

.additional-resources-container {
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.resource-info-cont .resource-info {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 280px;
  width: 388px;
  border-radius: 4px;
  padding: 24px;
  line-height: 22px;
  transition: 0.1s ease-in-out;
  border: 1px solid #dfdfdf;
}

.resource-info-cont .resource-info:hover {
  box-shadow: 0 0 0 4px rgba(197, 26, 26, 0.24), 0 4px 10px 0 #13295829;
  transition: 0.1s ease-in-out;
}

.resource-info-cont .resource-info .resource-info-heading {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.resource-info-cont .resource-info-title {
  color: #c60e17;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
}

.resource-info-cont .resource-info .resource-info-subheading {
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.featured-post-block-cont .featured-post-block {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  min-height: 360px;
  width: 388px;
  border-radius: 4px;
  padding: 24px;
  line-height: 22px;
  transition: 0.1s ease-in-out;
}

.featured-post-block-cont .featured-post-block img {
  border-radius: 4px;
}

.featured-post-block-cont .featured-post-block:hover {
  box-shadow: 0 0 0 4px rgba(197, 26, 26, 0.24), 0 4px 10px 0 #13295829;
  transition: 0.1s ease-in-out;
}

.featured-post-block-cont .featured-post-block .featured-post-block-heading {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.featured-post-block-cont .featured-post-block-title {
  color: #c60e17;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
}

.featured-post-block-cont .featured-post-block.featured-post-block-subheading {
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.event-details-cont {
  align-items: center;
  display: flex;
}

.event-details {
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 16px;
}

.event-details .event-info {
  background-color: #ffffff;
  box-shadow: 0px 0px 12.2px 0px #0000001a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  height: 250px;
  width: 291px;
  border-radius: 8px;
  padding: 24px;
}

.event-details .event-info .event-info-heading {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.event-details .event-info .event-info-subheading {
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.event-details-contents {
  z-index: 10;
}

.analytics-top-nav {
  display: none;
}

.analytics-container .analytics-info-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.analytics-info,
.analytics-info-image {
  width: 45%;
}

.analytics-info h3 {
  color: #1e1e1e;
  font-size: 36px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  margin: unset;
}

.analytics-info hr {
  height: 3px;
  background-color: #c60e17;
  width: 100px;
  margin: 24px 0;
}

.analytics-info .sub-heading {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.04em;
  text-align: left;
}

.analytics-info .btn-schedule-meeting {
  border-radius: 75px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  padding: 16px 32px;
  text-align: center;
  margin: 0 auto;
}

.analytics-nav {
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
  justify-content: center;
  margin-top: 25px;
}

.analytics-nav span img {
  cursor: pointer;
}

.analytics-nav .selector img {
  content: url("https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/scovv/nav-list-icon.png");
}

.analytics-nav .selector.selected img {
  content: url("https://2364596.fs1.hubspotusercontent-na1.net/hubfs/2364596/scovv/nav-list-selected-icon.png");
}

.section1-container {
  background: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0 30px;
  padding-top: 16px;
}

.section1-container .sub-heading {
  color: rgba(43, 43, 43, 1);
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.03em;
  text-align: center;
  width: 65%;
  display: block;
  margin: 50px auto;
}

.section1-container .card-container {
  background: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 38px 35px;
  padding: 0 20px;
}

.card-container .card-info {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 #13295829;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  text-align: center;
  width: 285px;
}

.card-container .card-info .info-heading {
  color: #c51a1a;
  font-size: 45px;
  font-weight: 600;
  line-height: 54.81px;
  text-align: left;
}

.card-container .card-info .info-subheading {
  color: #2b2b2b;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

.use-cases-container>h3 {
  margin-bottom: unset;
  padding-bottom: unset;
}

.use-cases-container .sub-heading {
  color: #939498;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  width: 50%;
  display: block;
  margin: 50px auto;
}

.use-cases {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1220px;
  margin: auto;
}

.use-case {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 48px;
  column-gap: 128px;
}

.use-case.even {
  flex-flow: row-reverse;
}

.section3 .use-case-detail {

  ul span {
    color: #2B2B2B;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
  }
}

.section3 .use-case-detail {
  max-width: 443px;
}

.use-case-detail {
  padding: 0;
  width: 55%;
  max-width: 388px;

  >span {
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
  }

  ul {
    margin-top: 42px;

    li {
      color: #3E3E3E;
      font-weight: 500;
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0%;
      margin-top: 16px;
      padding-left: 0px !important;
      display: flex;
      flex-flow: row nowrap;
    }
  }
}

.use-case-detail .info-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 43.2px;
  text-align: left;
  color: #c60e17;
}

.use-case-detail .info-subheading {
  padding-left: 15px !important;
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.use-case-detail .info-subheading li::before {
  content: "\f111";
  font-weight: 900;
  display: inline-block;
  width: 1.5em;
  padding-right: 10px;
  color: #c60e17;
  font-family: Font Awesome\5 Free;
  text-indent: 0;
  text-align: right;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(-0.3, -0.3) !important;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.use-case-detail .info-subheading span {
  color: #939498;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}

.use-case-detail .learn-more {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 30px;
  color: #c60e17;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  padding: 10px 23px;
  text-align: center;
}

.solving-supply-container .download {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 30px;
  color: #c60e17;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  padding: 16px 32px;
  text-align: center;
}

.solving-supply-container h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: unset;
  padding-bottom: unset;
  width: 100%;
}

.solving-supply-container .sub-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 30px;
  text-align: center;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.list-details {
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 16px;
  justify-content: center;
  text-align: center;
}

.detail-info {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 250px;
  padding: 24px;
  text-align: center;
  width: 30%;
}

.detail-info-heading {
  font-size: 53px;
  font-weight: 800;
  line-height: 66.25px;
  letter-spacing: -0.05em;
}

.detail-info-subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.05em;
}

.centered {
  max-width: 1100px;
  padding-bottom: 100px;
}

.footer-container-wrapper {
  background: #fff;
  display: block;
  position: relative;
  z-index: 100;
}

.pxl-news--soft {
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .banner-video-container {
    width: 50%;
  }

  .video-row {
    flex-wrap: wrap;
  }

  .video-container iframe {
    /*     height: 420px; */
  }

  .section2 .section-container .section-content.show {
    flex-direction: column;
  }

  .sco-content-container .sco-feature {
    width: 100%;
    margin-bottom: 20px;
  }

  .section6 .left-content {
    width: 100% !important;
  }

  .section6 .right-content {
    width: 100% !important;
  }

  .use-cases-container .sub-heading {
    width: 70%;
  }

  .use-cases {
    gap: 80px;
  }

  .use-case-detail {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .banner-heading {
    flex-flow: column-reverse;
    margin-top: unset;
  }

  .banner-inner-heading {
    margin-left: unset;
    margin-top: 20px;
    width: 100%;

    .heading1 {
      font-size: 30px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: 0;
      text-align: left;
    }

    p {
      font-size: 17.9px;
    }
  }

  .banner-video-container {
    margin: 50px auto 20px;
    width: 100%;
    padding: 20px;
  }

  .btn-schedule-meeting.mobile {
    display: block;
  }

  .btn-schedule-meeting.desktop {
    display: none;
  }

  .img-container {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 50px;
  }

  .content-container {
    padding: 0 0 50px;
  }

  .content-container.section2 {
    background-color: #ffffff;
  }

  .section-container>h3 {
    width: 100%;
  }

  .supply-chain-object-container {
    padding: 0 30px;
  }

  .video-container iframe {
    height: 358px;
  }

  .section-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 24px;

    h4 {
      text-align: left !important;
    }

    p {
      overflow: scroll;

      img {
        max-width: unset !important;
      }
    }
  }

  .analytics-top-nav {
    display: flex;
    justify-content: space-evenly;
    margin: 35px auto;
  }

  .analytics-top-nav span {
    font-size: 14.59px;
    font-weight: 700;
    line-height: 29.17px;
    text-align: left;
    border-radius: 7.29px;
    padding: 7.29px;
    color: #666666;
    width: 50%;
    text-align: center;
  }

  .analytics-top-nav .selected {
    background-color: #c60e17;
    color: #ffffff;
  }

  .analytics-info,
  .analytics-info-image {
    width: 100%;
    margin-bottom: 25px;
  }

  .analytics-info h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.8px;
  }

  .analytics-info hr {
    width: 76px;
    margin: 16px 0;
  }

  .analytics-info .sub-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.62px;
  }

  .analytics-info .btn-schedule-meeting {
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.2px;
    padding: 8px 21px;
    text-align: center;
    margin: 0 auto;
  }

  .section1-container .sub-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 27.5px;
    width: 90%;
    padding: 0 20px;
  }

  .card-container .card-info {
    border-radius: 4px;
    height: max-content;
    width: 189px;
    padding: 27px;
  }

  .sco-verification-container .sub-header {
    display: none;
  }

  .sco-verification-info-container {
    flex-flow: column;
  }

  .section-nav-cont {
    flex-flow: row nowrap;
    overflow-x: hidden;
  }

  .sco-content-container>div.show {
    gap: 0px;
  }

  .section-nav-cont .section-nav {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.05px;
    text-align: center;
  }

  .sco-content-container {
    padding: 20px;
    margin: 20px 0;
    max-height: unset;
  }

  .sco-content-container .sco-feature-details span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.62px;
  }

  .sco-feature .learn-more {
    margin-top: 20px;
  }

  .sco-content-container .sco-feature-image {
    width: 100%;
  }

  .use-cases-container h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34.1px;
  }

  .use-cases-container .sub-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: center;
    margin: 30px auto;
    width: 80%;
  }

  .use-cases,
  .use-case,
  .use-case.even {
    flex-direction: column;
  }

  .use-case.reverse {
    flex-direction: column-reverse;
  }

  .use-case-img {
    /* width: 85%; */
  }

  .use-case-detail {
    width: 100%;
    /* padding: 32px; */
  }

  .use-case-detail .info-heading {
    font-size: 20px;
    margin: 15px 0 0;
  }

  .use-case-detail .info-subheading {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  .section3 {
    .use-case {
      .percentage-details {
        span {
          margin: 0 !important;
          padding: 0 10px;
        }

        .percentage-desc {
          font-size: 16px;
        }
      }
    }
  }
}

.solving-supply-container h3 {
  font-size: 22px;
  line-height: 33px;
}

.solving-supply-container .sub-heading {
  font-size: 12px;
  line-height: 18px;
}

.solving-supply-container .list-details {
  padding: 16px 18px 0;
  gap: unset;
}

.solving-supply-container .detail-info {
  flex-direction: row;
  align-items: center;
  height: unset;
  width: 50%;
  text-align: left;
}

.solving-supply-container .download {
  padding: 13px 26px;
  margin-top: 30px;
}

.resource-info-cont .resource-info {
  height: 273px;
  width: 100%;
  min-height: max-content;
}

.section6,
.section7 {
  flex-direction: column !important;
}

.section7 .left-content {
  width: 100% !important;
  margin: 40px !important;
}
}

@media (max-width: 425px) {
  h3 {
    font-size: 1.700078rem;
  }

  .video-container iframe {
    /*     height: 186px; */
  }

  .sco-content-container>div.show {
    display: flex;
  }

  .section-nav-cont .section-nav {
    padding: 6px 12px;
  }

  .solving-supply-container .detail-info {
    width: 100%;
  }

  .resource-info-cont span {
    display: none;
  }

  .resource-info-cont .resource-info-title {
    display: block;
  }
}