.home-secE {
  background: var(--primary);
  padding: 6.25rem 0 9.5rem;
}
@media only screen and (max-width: 1152px) {
  .home-secE {
    padding: 5rem 0 6rem;
  }
}
.home-secE .upper-sec {
  display: flex;
  flex-wrap: wrap;
  color: var(--white);
}
.home-secE .upper-sec .colA {
  flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA .heading {
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
  }
}
.home-secE .upper-sec .colA .sub-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA .sub-title {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colA .sub-title {
    letter-spacing: 0.1em;
  }
}
.home-secE .upper-sec .colB {
  flex: 1;
  padding-left: 12rem;
}
@media only screen and (max-width: 1007px) {
  .home-secE .upper-sec .colB {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .upper-sec .colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colB {
    padding-left: 0;
    text-align: center;
  }
}
.home-secE .upper-sec .colB p {
  margin-bottom: 35px;
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colB p {
    margin-bottom: 5rem;
  }
}
.home-secE .upper-sec .colB .btn {
  --arrowgap: 3rem;
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colB .btn {
    --arrowgap: 1rem;
  }
}
.home-secE .bottom-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: var(--white);
  margin-top: 7.5rem;
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec {
    margin-top: 4rem;
  }
}
.home-secE .bottom-sec .count-wrap {
  flex: 1;
  padding-right: 10rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1007px) {
  .home-secE .bottom-sec .count-wrap {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .bottom-sec .count-wrap {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap {
    text-align: center;
    padding-right: 0;
  }
}
.home-secE .bottom-sec .count-wrap .count-info {
  flex: 1;
}
.home-secE .bottom-sec .count-wrap .count-info:not(:last-child) {
  padding-right: 2rem;
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info:not(:last-child) {
    padding-right: 1rem;
  }
}
.home-secE .bottom-sec .count-wrap .count-info h5 {
  font-size: 80px;
  line-height: 1.075;
  font-weight: 600;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1300px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 28px;
  }
}
.home-secE .bottom-sec .count-wrap .count-info p {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 520px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    padding: 0 1rem;
  }
}
.home-secE .bottom-sec .play-btn {
  flex: 0 1 auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .play-btn {
    display: none;
  }
}

p {
  color: var(--text);
}

.new-home-banner.banner {
  position: relative;
  z-index: 3;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .new-home-banner.banner {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner {
    padding-bottom: 50px;
  }
}
.new-home-banner.banner .heading {
  padding: 70px 0 50px 0;
}
@media only screen and (max-width: 1280px) {
  .new-home-banner.banner .heading {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .heading {
    padding: 50px 0 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .new-home-banner.banner .heading {
    padding: 40px 0 35px 0;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .heading {
    padding: 25px 0 35px 0;
  }
}
.new-home-banner.banner .heading h2 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ED2224;
}
.new-home-banner.banner .heading h1 {
  font-weight: 700;
  font-size: 48px;
  max-width: 800px;
  margin: 15px 0 0 0;
  line-height: 1.1;
}
@media only screen and (max-width: 1280px) {
  .new-home-banner.banner .heading h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .heading h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .new-home-banner.banner .heading h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .heading h1 {
    font-size: 24px;
  }
}
.new-home-banner.banner .figure-wrapper {
  width: 100%;
  position: relative;
}
.new-home-banner.banner .figure-wrapper figure {
  width: 100%;
  height: 553px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .figure-wrapper figure {
    height: auto;
  }
}
.new-home-banner.banner .figure-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-home-banner.banner .figure-wrapper figcaption {
  width: 1058px;
  background: white;
  border-radius: 10px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  transform: translateY(-40px);
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1280px) {
  .new-home-banner.banner .figure-wrapper figcaption {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .figure-wrapper figcaption {
    padding: 20px;
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .new-home-banner.banner .figure-wrapper figcaption {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    bottom: -30%;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .figure-wrapper figcaption {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    padding: 15px;
  }
}
.new-home-banner.banner .figure-wrapper figcaption .col {
  text-align: center;
}
.new-home-banner.banner .figure-wrapper figcaption .col:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .figure-wrapper figcaption .col:not(:last-child) {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .new-home-banner.banner .figure-wrapper figcaption .col:nth-child(2) {
    border-right: none;
  }
}
.new-home-banner.banner .figure-wrapper figcaption .col p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .figure-wrapper figcaption .col p {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .figure-wrapper figcaption .col p {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .figure-wrapper figcaption .col p {
    font-size: 14px;
  }
}
.new-home-banner.banner .figure-wrapper figcaption .col h4 {
  color: black;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .figure-wrapper figcaption .col h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .figure-wrapper figcaption .col h4 {
    font-size: 16px;
  }
}

.case-study-secB {
  padding: 110px 0 70px 0;
}
@media only screen and (max-width: 1280px) {
  .case-study-secB {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secB {
    padding: 40px 0;
  }
}
.case-study-secB .flex-box {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secB .flex-box {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box {
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secB .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box {
    gap: 20px;
  }
}
.case-study-secB .flex-box figure {
  flex: 0 1 50%;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  line-height: 0;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: calc(var(--headerheight) + 0px);
}
@media only screen and (max-width: 768px) {
  .case-study-secB .flex-box figure {
    flex: 0 1 100%;
    position: static;
  }
}
.case-study-secB .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-secB .flex-box figcaption {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .case-study-secB .flex-box figcaption {
    flex: 0 1 100%;
  }
}
.case-study-secB .flex-box figcaption p {
  margin-bottom: 20px;
}
.case-study-secB .flex-box figcaption .count-wrap {
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .case-study-secB .flex-box figcaption .count-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box figcaption .count-wrap {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption .count-wrap {
    flex-direction: column;
  }
}
.case-study-secB .flex-box figcaption .count-wrap .count-info {
  padding: 0 45px;
}
.case-study-secB .flex-box figcaption .count-wrap .count-info:not(:last-child) {
  border-right: 1px solid #B8B8B8;
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption .count-wrap .count-info:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #B8B8B8;
  }
}
.case-study-secB .flex-box figcaption .count-wrap .count-info:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption .count-wrap .count-info:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption .count-wrap .count-info:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .case-study-secB .flex-box figcaption .count-wrap .count-info {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box figcaption .count-wrap .count-info {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption .count-wrap .count-info {
    padding: 12px 0;
  }
}
.case-study-secB .flex-box figcaption .count-wrap .count-info p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box figcaption .count-wrap .count-info p {
    font-size: 14px;
  }
}
.case-study-secB .flex-box figcaption .count-wrap .count-info h5 {
  font-weight: 500;
  font-size: 36px;
  color: black;
}
.case-study-secB .flex-box figcaption h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secB .flex-box figcaption h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box figcaption h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secB .flex-box figcaption h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption h2 {
    font-size: 24px;
  }
}
.case-study-secB .flex-box figcaption .btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.case-study-secB .flex-box figcaption ul {
  padding: 20px 40px 20px 40px;
  border-left: 1px solid #ED2224;
}
@media only screen and (max-width: 1280px) {
  .case-study-secB .flex-box figcaption ul {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box figcaption ul {
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption ul {
    padding: 20px 0 20px 20px;
  }
}
.case-study-secB .flex-box figcaption ul li {
  margin-bottom: 20px;
  color: var(--text);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box figcaption ul li {
    margin-bottom: 18px;
  }
}
.case-study-secB .flex-box figcaption ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 1px solid red;
  left: -53px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secB .flex-box figcaption ul li::before {
    width: 20px;
    height: 20px;
    left: -51px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secB .flex-box figcaption ul li::before {
    left: -41px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secB .flex-box figcaption ul li::before {
    left: -28px;
    width: 15px;
    height: 15px;
  }
}

.case-study-secC {
  padding: 0 0 70px 0;
}
@media only screen and (max-width: 1280px) {
  .case-study-secC {
    padding: 0 0 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secC {
    padding: 0 0 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secC {
    padding: 0 0 40px 0;
  }
}
.case-study-secC .flex-box {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secC .flex-box {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secC .flex-box {
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secC .flex-box {
    gap: 30px;
    flex-direction: column;
  }
}
.case-study-secC .flex-box figure {
  flex: 0 1 50%;
  border-radius: 10px;
  line-height: 0;
  height: 384px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: calc(var(--headerheight) + 0px);
}
@media only screen and (max-width: 1280px) {
  .case-study-secC .flex-box figure {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secC .flex-box figure {
    position: static;
  }
}
.case-study-secC .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-secC .flex-box figcaption {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .case-study-secC .flex-box figcaption {
    order: 1;
  }
}
.case-study-secC .flex-box figcaption p {
  margin-bottom: 20px;
}
.case-study-secC .flex-box figcaption h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secC .flex-box figcaption h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secC .flex-box figcaption h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secC .flex-box figcaption h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secC .flex-box figcaption h2 {
    font-size: 24px;
  }
}
.case-study-secC .flex-box figcaption ul {
  padding: 20px 40px 20px 40px;
  border-left: 1px solid #ED2224;
}
@media only screen and (max-width: 1280px) {
  .case-study-secC .flex-box figcaption ul {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secC .flex-box figcaption ul {
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secC .flex-box figcaption ul {
    padding: 20px 0 20px 20px;
  }
}
.case-study-secC .flex-box figcaption ul li {
  margin-bottom: 20px;
  color: var(--text);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .case-study-secC .flex-box figcaption ul li {
    margin-bottom: 18px;
  }
}
.case-study-secC .flex-box figcaption ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 1px solid red;
  left: -53px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secC .flex-box figcaption ul li::before {
    width: 20px;
    height: 20px;
    left: -51px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secC .flex-box figcaption ul li::before {
    left: -41px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secC .flex-box figcaption ul li::before {
    left: -28px;
    width: 15px;
    height: 15px;
  }
}

.case-study-secD {
  background: #0E0A15;
  padding: 70px 0;
}
@media only screen and (max-width: 1280px) {
  .case-study-secD {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secD {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secD {
    padding: 40px 0;
  }
}
.case-study-secD .heading {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .case-study-secD .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secD .heading {
    margin-bottom: 30px;
  }
}
.case-study-secD .heading .left p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.case-study-secD .heading .left h2 {
  font-weight: 700;
  font-size: 48px;
  color: white;
  margin-bottom: 10px;
  max-width: 800px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secD .heading .left h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secD .heading .left h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secD .heading .left h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secD .heading .left h2 {
    font-size: 28px;
  }
}
.case-study-secD .heading .swiper-nav {
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .case-study-secD .heading .swiper-nav {
    gap: 10px;
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secD .heading .swiper-nav button {
    --btn: 35px;
  }
}
.case-study-secD .swiper {
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide {
  padding: 30px 40px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secD .swiper .swiper-wrapper .swiper-slide {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secD .swiper .swiper-wrapper .swiper-slide {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secD .swiper .swiper-wrapper .swiper-slide {
    padding: 20px;
  }
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 290%;
  width: 1px;
  background: #515151;
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: white;
  border: 1px solid white;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .case-study-secD .swiper .swiper-wrapper .swiper-slide span {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secD .swiper .swiper-wrapper .swiper-slide span {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secD .swiper .swiper-wrapper .swiper-slide span {
    margin-bottom: 15px;
  }
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide h3 {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-bottom: 40px;
  max-width: 306px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .case-study-secD .swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
  }
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 306px;
  line-height: 1.4;
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide ul li {
  position: relative;
  margin: 0 0 20px 20px;
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: var(--white);
  border-radius: 50%;
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide ul li strong {
  font-weight: 700;
  font-size: 16px;
  color: white;
  line-height: 1.3;
  margin-bottom: 10px;
}
.case-study-secD .swiper .swiper-wrapper .swiper-slide ul li p {
  margin-top: 10px;
}

.case-study-secE {
  padding: 70px 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 1280px) {
  .case-study-secE {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secE {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secE {
    padding: 40px 0;
  }
}
.case-study-secE .flex-box {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secE .flex-box {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secE .flex-box {
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secE .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secE .flex-box {
    gap: 20px;
  }
}
.case-study-secE .flex-box figure {
  flex: 0 1 50%;
  border-radius: 10px;
  line-height: 0;
  height: 384px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: calc(var(--headerheight) + 0px);
}
@media only screen and (max-width: 1280px) {
  .case-study-secE .flex-box figure {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secE .flex-box figure {
    flex: 0 1 100%;
    position: static;
  }
}
.case-study-secE .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-secE .flex-box figcaption {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .case-study-secE .flex-box figcaption {
    flex: 0 1 100%;
  }
}
.case-study-secE .flex-box figcaption h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secE .flex-box figcaption h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secE .flex-box figcaption h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secE .flex-box figcaption h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secE .flex-box figcaption h2 {
    font-size: 24px;
  }
}
.case-study-secE .flex-box figcaption ul {
  padding: 20px 40px 20px 40px;
  border-left: 1px solid #ED2224;
  margin: 20px 0;
}
@media only screen and (max-width: 1280px) {
  .case-study-secE .flex-box figcaption ul {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secE .flex-box figcaption ul {
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secE .flex-box figcaption ul {
    padding: 20px 0 20px 20px;
  }
}
.case-study-secE .flex-box figcaption ul li {
  margin-bottom: 20px;
  color: var(--text);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .case-study-secE .flex-box figcaption ul li {
    margin-bottom: 18px;
  }
}
.case-study-secE .flex-box figcaption ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F5F5F5;
  border: 1px solid red;
  left: -53px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secE .flex-box figcaption ul li::before {
    width: 20px;
    height: 20px;
    left: -51px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secE .flex-box figcaption ul li::before {
    left: -41px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secE .flex-box figcaption ul li::before {
    left: -28px;
    width: 15px;
    height: 15px;
  }
}

.case-study-secF {
  padding: 70px 0;
}
@media only screen and (max-width: 1280px) {
  .case-study-secF {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secF {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secF {
    padding: 40px 0;
  }
}
.case-study-secF .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secF .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secF .heading {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secF .heading {
    margin-bottom: 25px;
  }
}
.case-study-secF .heading h2 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 48px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secF .heading h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secF .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secF .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secF .heading h2 {
    font-size: 28px;
  }
}
.case-study-secF .heading p {
  max-width: 527px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .case-study-secF .heading p {
    max-width: 370px;
  }
}
.case-study-secF .grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .case-study-secF .grid-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.case-study-secF .grid-box .col {
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  width: 100%;
  padding: 20px 30px;
  overflow: hidden;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}
@media only screen and (max-width: 1280px) {
  .case-study-secF .grid-box .col {
    padding: 20px;
  }
}
.case-study-secF .grid-box .col figure {
  height: 79px;
  width: 79px;
  line-height: 0;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 540px) {
  .case-study-secF .grid-box .col figure {
    width: 70px;
    height: 70px;
  }
}
.case-study-secF .grid-box .col figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  line-height: 0;
}
.case-study-secF .grid-box .col p {
  font-weight: 600;
  font-size: 16px;
  color: black;
  margin: auto;
  text-align: center;
}

.case-study-secG {
  padding: 70px 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 1280px) {
  .case-study-secG {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secG {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secG {
    padding: 40px 0;
  }
}
.case-study-secG .flex-box {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secG .flex-box {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secG .flex-box {
    gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secG .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secG .flex-box {
    gap: 20px;
  }
}
.case-study-secG .flex-box figure {
  flex: 0 1 50%;
  border-radius: 10px;
  line-height: 0;
  height: 384px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: calc(var(--headerheight) + 0px);
}
@media only screen and (max-width: 1280px) {
  .case-study-secG .flex-box figure {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secG .flex-box figure {
    flex: 0 1 100%;
    position: static;
  }
}
.case-study-secG .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-secG .flex-box figcaption {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .case-study-secG .flex-box figcaption {
    flex: 0 1 100%;
  }
}
.case-study-secG .flex-box figcaption h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secG .flex-box figcaption h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secG .flex-box figcaption h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secG .flex-box figcaption h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secG .flex-box figcaption h2 {
    font-size: 24px;
  }
}
.case-study-secG .flex-box figcaption ul {
  padding: 20px 40px 20px 40px;
  border-left: 1px solid #ED2224;
  margin: 20px 0;
}
@media only screen and (max-width: 1280px) {
  .case-study-secG .flex-box figcaption ul {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secG .flex-box figcaption ul {
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secG .flex-box figcaption ul {
    padding: 20px 0 20px 20px;
  }
}
.case-study-secG .flex-box figcaption ul li {
  margin-bottom: 20px;
  color: var(--text);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .case-study-secG .flex-box figcaption ul li {
    margin-bottom: 18px;
  }
}
.case-study-secG .flex-box figcaption ul li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F5F5F5;
  border: 1px solid red;
  left: -53px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secG .flex-box figcaption ul li::before {
    width: 20px;
    height: 20px;
    left: -51px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secG .flex-box figcaption ul li::before {
    left: -41px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secG .flex-box figcaption ul li::before {
    left: -28px;
    width: 15px;
    height: 15px;
  }
}

.case-study-secH {
  padding: 70px 0;
  background: #0E0A15;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .case-study-secH {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secH {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secH {
    padding: 40px 0;
  }
}
.case-study-secH::before {
  content: "";
  position: absolute;
  width: 473px;
  height: 473px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(250px);
}
@media only screen and (max-width: 540px) {
  .case-study-secH::before {
    width: 300px;
    height: 300px;
    filter: blur(100px);
  }
}
.case-study-secH .flex-box {
  display: flex;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .case-study-secH .flex-box {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secH .flex-box {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secH .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secH .flex-box {
    gap: 20px;
  }
}
.case-study-secH .flex-box figcaption {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .case-study-secH .flex-box figcaption {
    flex: 0 1 100%;
    order: 1;
  }
}
.case-study-secH .flex-box figcaption .qoma {
  width: 63px;
  height: 63px;
  line-height: 0;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 991px) {
  .case-study-secH .flex-box figcaption .qoma {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secH .flex-box figcaption .qoma {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
}
.case-study-secH .flex-box figcaption .qoma img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-study-secH .flex-box figcaption p {
  font-weight: 700;
  font-size: 24px;
  color: white;
  text-align: center;
  max-width: 458px;
  margin: auto;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .case-study-secH .flex-box figcaption p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secH .flex-box figcaption p {
    font-size: 18px;
  }
}
.case-study-secH .flex-box figcaption .bottom-head {
  text-align: center;
}
.case-study-secH .flex-box figcaption .bottom-head h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 50px auto 5px;
}
@media only screen and (max-width: 991px) {
  .case-study-secH .flex-box figcaption .bottom-head h4 {
    margin: 40px auto 5px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secH .flex-box figcaption .bottom-head h4 {
    margin: 30px auto 5px;
  }
}
.case-study-secH .flex-box figcaption .bottom-head p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6980392157);
}
.case-study-secH .flex-box figure {
  flex: 0 1 50%;
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
  height: 469px;
  width: 416px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secH .flex-box figure {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secH .flex-box figure {
    max-width: 70%;
    margin: 0 auto;
  }
}
.case-study-secH .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-secI {
  padding: 70px 0;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .case-study-secI {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secI {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secI {
    padding: 40px 0;
  }
}
.case-study-secI .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .case-study-secI .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secI .heading {
    margin-bottom: 30px;
  }
}
.case-study-secI .heading h2 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .case-study-secI .heading h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .case-study-secI .heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secI .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secI .heading h2 {
    font-size: 28px;
  }
}
.case-study-secI .more-case-studies-swiper {
  position: relative;
}
.case-study-secI .more-case-studies-swiper .swiper-nav.center-full {
  top: 45%;
}
.case-study-secI .more-case-studies-swiper .swiper-nav.center-full button {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.case-study-secI .swiper {
  max-width: 96%;
}
.case-study-secI .swiper .swiper-wrapper .swiper-slide figure {
  height: 379px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .case-study-secI .swiper .swiper-wrapper .swiper-slide figure {
    height: auto;
    line-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secI .swiper .swiper-wrapper .swiper-slide figure {
    height: 320px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secI .swiper .swiper-wrapper .swiper-slide figure {
    height: auto;
  }
}
.case-study-secI .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.case-study-secI .swiper .swiper-wrapper .swiper-slide figcaption {
  margin-top: 30px;
}
@media only screen and (max-width: 1280px) {
  .case-study-secI .swiper .swiper-wrapper .swiper-slide figcaption {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-secI .swiper .swiper-wrapper .swiper-slide figcaption {
    padding: 0 10px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .case-study-secI .swiper .swiper-wrapper .swiper-slide figcaption {
    margin-top: 12px;
  }
}
.case-study-secI .swiper .swiper-wrapper .swiper-slide figcaption h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .case-study-secI .swiper .swiper-wrapper .swiper-slide figcaption h4 {
    font-size: 14px;
  }
}/*# sourceMappingURL=case-study.css.map */