:root {
  --blue: #0d2c54;
  --teal: #00a8a8;
  --white: #fff;
  --orange: #fea00c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 200;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-image: linear-gradient(90deg, #0d2c54, #09526e 22%, #00a8a8 51%, #ccc 81%, #fff);
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 15px 0;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #0d2e55;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #cc7b18;
  border-radius: 10px;
  margin-left: 20px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #b46b11;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.left {
  width: 220px;
  margin-right: 40px;
}

.button-primary._3 {
  width: 220px;
}

.button-primary._2 {
  margin-top: 10px;
  margin-left: 0;
}

.image {
  height: auto;
}

.div-block {
  background-image: url('../images/Home-pic2x.jpg');
  background-position: 50%;
  background-size: cover;
  height: 680px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  padding-top: 115px;
  padding-right: 8px;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(90deg, #0d2c54, #00a8a8 62%, #fff);
  border-radius: 20px;
  width: 480px;
  height: 240px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2._1 {
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  height: 150px;
  margin-top: 10px;
  display: flex;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-right: 0;
  display: flex;
}

.link-block {
  background-color: #cc7b18;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  margin-top: 20px;
  margin-right: 0;
  padding: 12px 10px;
  text-decoration: none;
  display: flex;
}

.link-block._1 {
  width: 220px;
  margin-right: 40px;
}

.link-block._2 {
  width: 220px;
}

.link-block.get-in-touch {
  width: 220px;
  margin-left: 40px;
}

.text-block {
  color: #fff;
  text-transform: capitalize;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  line-height: 14px;
  text-decoration: none;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Quantico, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.paragraph {
  color: #fff;
  width: 80%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-2 {
  color: #fff;
  width: 95%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-4 {
  line-height: 14px;
}

.section {
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-2 {
  width: 100%;
  height: 600px;
}

.div-block-5 {
  background-image: linear-gradient(#00a8a866, #fff);
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-5.l {
  background-image: linear-gradient(9deg, #00a8a866, #fff);
  padding-top: 40px;
}

.heading-2 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(108deg, #0d2c54, #00a8a8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Quantico, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.heading-2.centre {
  text-transform: capitalize;
  background-image: linear-gradient(145deg, #0d2c54, #00a8a8);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.heading-2.centre.white {
  color: var(--white);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.heading-2._2 {
  margin-top: 0;
  font-size: 50px;
  line-height: 65px;
}

.heading-2.orange {
  color: var(--orange);
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.heading-2.orange.white {
  color: var(--white);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.div-block-6 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-3 {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-3.line {
  margin-bottom: 0;
}

.container-3 {
  margin-top: 80px;
}

.container-3._2 {
  margin-top: 0;
}

.container-3._1 {
  max-width: 1000px;
  margin-top: 40px;
}

.paragraph-4 {
  color: var(--blue);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.paragraph-4.white {
  color: var(--white);
  line-height: 24px;
}

.div-block-7 {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-8 {
  margin-top: 0;
}

.div-block-8._2 {
  margin-top: 40px;
}

.slider {
  background-color: #ddd0;
  background-image: linear-gradient(80deg, #0d2c54, #00a8a8);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: flex;
}

.slider.drive {
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 9px;
  line-height: 9px;
}

.slide {
  vertical-align: middle;
  border-radius: 50px;
  padding-top: 0;
}

.slide-2 {
  border-radius: 50px;
  padding-top: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-flow: row;
  place-items: center;
  width: 90%;
  margin: 0 auto;
}

.grid._3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: .75fr .75fr;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Quantico, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.slide-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-9 {
  width: 85%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-4 {
  color: var(--blue);
  text-align: center;
  font-family: Quantico, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-6 {
  color: var(--blue);
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.div-block-10 {
  text-align: center;
  margin-bottom: 20px;
}

.section-2 {
  background-image: linear-gradient(#fff0, #00a8a880);
  padding-top: 60px;
  padding-bottom: 80px;
}

.background-video {
  z-index: 100;
  background-color: #181818;
  height: 630px;
}

.grid-3 {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  grid-template-rows: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  border-radius: 40px;
}

.section-3 {
  background-image: linear-gradient(#fff, #00a8a880);
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.point-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.div-block-12 {
  background-image: linear-gradient(162deg, #0d2c54, #00a8a8);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 280px;
  display: flex;
}

.container-4 {
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-2 {
  color: #fff;
  font-family: Quantico, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.grid-4 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  margin-top: 40px;
}

.div-block-14 {
  padding-top: 0;
}

.div-block-14._2 {
  padding-top: 10px;
}

.div-block-38 {
  background-color: #0000;
  justify-content: space-between;
  width: 80%;
  height: 168px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.home-link {
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.home-link:focus {
  font-weight: 700;
}

.about-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.div-block-179 {
  margin-top: 20px;
  display: block;
}

.div-block-179.mob {
  display: none;
}

.text-block-7 {
  color: #3c3c3c;
  margin-top: 10px;
}

.div-block-42 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.linkedin-link {
  margin-right: 0;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47 {
  background-color: #e6e6e700;
  background-image: linear-gradient(132deg, #0d2c54, #00a8a8);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-9 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.insta-link {
  margin-left: 8px;
  margin-right: 8px;
}

.text-block-8 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.text-block-8.b {
  font-size: 12px;
  font-weight: 300;
}

.twitter {
  margin-right: 8px;
}

.image-4 {
  overflow: visible;
}

.div-block-180 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-181, .div-block-182 {
  margin-left: 0;
}

.div-block-183 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-183._1 {
  padding-right: 0;
}

.div-block-184 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-185 {
  padding-right: 27px;
}

.div-block-186 {
  background-image: linear-gradient(84deg, #000, #fff);
}

.div-block-187 {
  background-image: linear-gradient(90deg, #0d2c54, #00a8a8 50%, #ccc 85%, #fff);
  height: 45px;
}

.section-4 {
  height: 600px;
  padding-bottom: 0;
}

.section-5 {
  background-image: url('../images/bg-line2x.png');
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 129px;
}

.slider-2 {
  background-color: #ddd0;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  margin-top: 60px;
  overflow: hidden;
}

.image-5 {
  margin-top: 171.852px;
  margin-bottom: 171.852px;
  margin-right: 56px;
}

.right-arrow-2 {
  inset: 0% auto 0% 0%;
}

.image-6 {
  margin-top: 333.852px;
  margin-bottom: 333.852px;
  margin-right: 40px;
}

.section-7 {
  margin-top: 100px;
}

.image-7 {
  width: 95%;
}

.div-block-188 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-189 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-190 {
  margin-top: 100px;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.div-block-191 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.grid-10 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-192 {
  margin-top: 60px;
}

.image-8 {
  height: 414.164px;
}

.div-block-193 {
  background-image: url('../images/Card-12x.png');
  background-position: 100% 100%;
  background-size: cover;
  height: 414.164px;
  padding-top: 0;
  display: block;
}

.heading-5 {
  color: #fff;
  font-family: Quantico, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-194 {
  background-image: url('../images/Card-hover2x.png');
  background-position: 50%;
  background-size: cover;
  height: 414.164px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.image-9 {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.div-block-195 {
  padding-left: 5px;
  display: flex;
}

.hover-bg {
  z-index: 2;
  background-image: url('../images/Card-hover2x_1.png');
  background-position: 100% 100%;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  height: 420px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: -295px;
}

.hover-bg._2 {
  background-position: 100% 100%;
  display: flex;
  top: -260px;
}

.hover-bg._3 {
  background-position: 100% 100%;
  height: 420px;
  display: flex;
  top: -291px;
}

.hover-bg._4 {
  background-image: url('../images/Card-4-hover2x.png');
  background-position: 100% 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 298.516px;
  padding-left: 20px;
  display: flex;
  top: -222px;
}

.hover-bg._4._3 {
  height: 320px;
  top: -87px;
}

.card-1-img {
  background-image: url('../images/Card-32x.png');
  background-position: 100% 100%;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 420px;
  padding-top: 0;
  display: block;
}

.card-1-img._1 {
  background-image: url('../images/Card2x.png');
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 420px;
  display: block;
}

.card-1-img._2 {
  background-image: url('../images/Card-22x.png');
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 420px;
}

.card-1-img._4 {
  background-image: url('../images/Card-42x.png');
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 298.516px;
  padding-top: 40px;
  padding-left: 0;
  display: block;
}

.card-1-img._4._3 {
  height: 320px;
}

.heading-div {
  padding-top: 25px;
  padding-left: 5px;
  display: flex;
}

.heading-div._1 {
  padding-top: 25px;
}

.heading-div._2 {
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 48px;
  padding-left: 96px;
}

.div-block-196, .para-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  height: auto;
}

.cards-wrap {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-197 {
  margin-top: 40px;
}

.image-11 {
  height: 298.516px;
}

.image-12 {
  width: 70%;
  margin-right: auto;
  padding-left: 40px;
}

.section-8 {
  background-image: linear-gradient(#fff0, #00a8a84d);
  padding-bottom: 40px;
}

.section-9 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.strips-wrap {
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

.strip-1 {
  background-image: linear-gradient(90deg, #00a8a8, #0e2c54);
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.div {
  mix-blend-mode: normal;
  height: 60px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.text-block-9 {
  color: #fff;
  font-family: Quantico, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.div-block-198 {
  background-color: #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
}

.div-block-125 {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.scroll-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 89px;
  padding-right: 0;
  display: flex;
}

.image-28 {
  white-space: nowrap;
  max-width: none;
  margin-right: 40px;
  display: block;
}

.image-28.h {
  display: none;
}

.div-block-199 {
  background-image: linear-gradient(90deg, #00a8a8, #0e2c54);
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.image-29 {
  white-space: nowrap;
  max-width: none;
  margin-right: 40px;
  display: block;
}

.image-29.h {
  display: none;
}

.image-30, .image-31, .image-32, .image-33 {
  white-space: nowrap;
  max-width: none;
  margin-right: 20px;
  display: block;
}

.image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44 {
  white-space: nowrap;
  max-width: none;
  margin-right: 40px;
  display: block;
}

.one {
  background-image: linear-gradient(90deg, #00a8a8, #0e2c54);
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.two {
  background-color: #cc7b18;
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.three {
  background-image: linear-gradient(265deg, #00a8a8, #0e2c54);
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.scroll-wrapper--left {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slide-nav-2 {
  background-color: #0f0f0f00;
  font-size: 11px;
  line-height: 11px;
}

.slide-4, .slide-5 {
  padding-top: 0;
}

.section-10 {
  overflow: hidden;
}

.slider-3 {
  background-color: #ddd0;
  height: 730px;
  margin-top: 60px;
  display: flex;
}

.right-arrow-3, .left-arrow-2 {
  display: none;
}

.container-6 {
  width: 40%;
  margin-top: 120px;
  margin-bottom: 140px;
  margin-left: 60px;
}

.container-6._2 {
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-10 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.slide-nav-3 {
  font-size: 9px;
  line-height: 9px;
}

.slide-6 {
  background-image: linear-gradient(117deg, #0d2c54, #fff0), url('../images/Sev-slide1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(117deg, #0d2c54, #fff0), url('../images/Sev-slide2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-8 {
  background-image: linear-gradient(117deg, #0d2c54, #fff0), url('../images/Sev-slide3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-11 {
  height: 1500px;
}

.div-block-200 {
  background-image: linear-gradient(#0d2c54, #00a8a8);
}

.grid-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-201 {
  margin-top: 60px;
}

.div-block-202 {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 15px;
  display: flex;
  box-shadow: 0 4px 30px 1px #0000004d;
}

.heading-6 {
  color: var(--teal);
  text-align: center;
  margin-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Quantico, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.heading-6._2 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.div-block-203 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -25px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
}

.lightbox-link {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 380px;
  text-decoration: none;
  display: flex;
}

.paragraph-8 {
  color: #000;
  text-align: center;
}

.div-block-204 {
  background-color: #cc7b18;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.div-block-205 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-206 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-49 {
  vertical-align: baseline;
  flex: 0 auto;
  padding-top: 10px;
}

.div-block-207 {
  background-image: url('../images/about-bottompic.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  height: 381.633px;
  margin-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.image-50 {
  height: 381.633px;
}

.left-heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Quantico, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.section-12 {
  padding-bottom: 80px;
}

.white-line {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-7 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-7.small {
  max-width: 920px;
}

.container-7.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.step-4-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.process-image {
  background-image: url('../images/Process_step_background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.paragraph-m {
  letter-spacing: -.4px;
  font-size: 20px;
}

.paragraph-m.text-white {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.paragraph-m.text-white.margin-m {
  font-size: 30px;
  line-height: 30px;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.step-1-number, .step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 82%;
  position: relative;
}

.step {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.step-heading {
  color: #fff;
}

.step-5-info-wrapper, .step-3-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-div.max-720w.margin-xl {
  margin-bottom: 40px;
}

.process-wrapper {
  position: relative;
}

.step-1-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-2-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.heading-2-small.text-white {
  color: #fff;
  font-family: Quantico, sans-serif;
}

.text-light-grey {
  color: #ffffffa6;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.section-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-13.black {
  background-color: #0a0a0a;
  background-image: linear-gradient(#0d2c54, #00a8a8);
  padding-bottom: 234px;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.black-line {
  background-color: var(--orange);
  width: 2px;
  height: 72px;
  position: absolute;
  left: 19px;
  right: 20px;
}

.step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.div-block-208 {
  padding-top: 67px;
}

.image-51 {
  border-radius: 10px;
}

._4-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits-icon {
  margin-bottom: 16px;
  margin-right: 0;
}

.benefits-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.section-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-14.grain {
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: 300px 300px;
}

.section-14.grain.padding-top-40 {
  background-image: none;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-14._2 {
  background-image: linear-gradient(0deg, #00a8a866, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.circle-blur-bottom-right-2 {
  z-index: -1;
  filter: blur(100px);
  background-image: linear-gradient(132deg, #ff7448 26%, #ff4848 51%, #6248ff 75%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: auto 0% -15% auto;
}

.circle-blur-bottom-right-2.safari {
  background-image: linear-gradient(121deg, var(--teal) 26%, var(--blue) 60%, var(--teal) 85%);
  opacity: .66;
  filter: blur(64px) blur(64px);
  width: 450px;
  height: 450px;
  bottom: -31px;
  right: 0%;
}

.div-block-209 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-209._2 {
  margin-top: 60px;
}

.paragraph-9 {
  font-family: Inter, sans-serif;
}

.div-block-210 {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: block;
}

.image-52, .image-53, .image-54, .image-55 {
  border-radius: 10px;
}

.image-56 {
  height: 85%;
}

.div-block-211 {
  background-image: url('../images/Contact-pic2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 39px;
  display: flex;
}

.div-block-212 {
  height: 500px;
}

.container-8 {
  margin-top: 40px;
}

.slider-4 {
  height: 600px;
}

.left-arrow-3, .right-arrow-4, .slide-nav-4 {
  display: none;
}

.play-pause-button {
  display: block;
}

.code-embed {
  z-index: 0;
  position: relative;
  top: -16px;
}

.div-block-213 {
  margin-top: 40px;
}

.mob-slider {
  background-color: #ddd0;
  background-image: linear-gradient(80deg, #0d2c54, #00a8a8);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 24px 63px;
  display: none;
}

.mob-slider.drive {
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.mob-grid, .div-mob {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  display: none;
}

.image-57 {
  display: none;
}

.mob-img {
  width: 70%;
  margin-right: auto;
  padding-left: 40px;
  display: none;
}

.slider-mob2 {
  background-color: #ddd0;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.mob-contact {
  display: none;
}

.image-59 {
  width: 95%;
}

.image-60 {
  width: 98%;
}

.service1 {
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.service1:focus {
  font-weight: 700;
}

.ser {
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.ser:focus {
  font-weight: 700;
}

.img1, .img-2, .img-3 {
  margin-top: auto;
  margin-bottom: auto;
}

.approach {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.sec-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 50%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-220 {
  display: flex;
}

.main-grid {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.our-identity {
  border-radius: 35px;
  width: 85%;
  overflow: clip;
}

.main-grid2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-flow: row;
  place-items: center;
  margin: 0;
}

.main-grid2._3 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-columns: .75fr .75fr;
}

.centre-para {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.centre-para.line {
  margin-bottom: 0;
}

.main-grid2-copy {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-flow: row;
  place-items: center;
  margin: 0;
  display: none;
}

.main-grid2-copy._3 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-columns: .75fr .75fr;
}

.mob2-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-flow: row;
  place-items: center;
  margin: 0;
  display: none;
}

.mob2-grid._3 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-columns: .75fr .75fr;
}

.div-identity {
  margin-left: 0;
}

.img-3s-ide {
  width: 88%;
}

.container-9 {
  margin-left: 100px;
}

.mob-video-wrap {
  display: none;
}

.ph-div {
  margin-left: 20px;
}

.section-15 {
  height: 850px;
}

.div-block-221 {
  background-color: #171713;
  height: 170px;
  position: relative;
  top: -174px;
}

.div-block-72 {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  width: auto;
  max-width: none;
}

.ph-div2 {
  margin-left: 20px;
}

.div-block-71 {
  background-color: #34343400;
  border-radius: 3px;
  padding: 60px 20px 0 25px;
}

.text-block-21 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-22 {
  color: #fff;
  width: auto;
  font-size: 24px;
}

.image-22 {
  width: auto;
  max-width: none;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-wrap {
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-136 {
  border-radius: 10px;
  height: auto;
  overflow: clip;
}

.heading-10 {
  color: #ce9c22;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.heading-10.c {
  font-size: 3rem;
}

.code-embed-2 {
  border-radius: 10px;
  overflow: clip;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .container {
    max-width: 1200px;
  }

  .div-block {
    background-position: 50%;
    height: 820px;
    margin-top: 0;
    padding-top: 0;
  }

  .container-2 {
    padding-top: 159px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-2._2 {
    margin-top: 0;
  }

  .div-block-6 {
    margin-left: 40px;
  }

  .columns {
    padding-left: 0;
  }

  .paragraph-3 {
    width: 90%;
  }

  .container-3._1 {
    margin-top: 40px;
  }

  .slider {
    width: 85%;
    padding: 80px 10px;
  }

  .slider.drive {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .slide, .slide-2 {
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 85%;
  }

  .grid._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .paragraph-5 {
    width: 85%;
  }

  .slide-3 {
    padding-top: 25px;
  }

  .div-block-9 {
    width: 80%;
  }

  .background-video {
    height: 800px;
  }

  .grid-3 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    width: 80%;
  }

  .point-1 {
    margin-bottom: 40px;
  }

  .point-1.last {
    margin-bottom: 0;
  }

  .image-4._2 {
    padding-top: 10px;
  }

  .div-block-182 {
    margin-left: 0;
  }

  .div-block-183 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-184 {
    padding-right: 0;
  }

  .div-block-185 {
    padding-bottom: 0;
    padding-right: 20px;
  }

  .div-block-186 {
    background-image: linear-gradient(101deg, #0d2c54, #8191a6 48%, #fff);
  }

  .div-block-187 {
    height: 50px;
  }

  .section-5 {
    padding-top: 154px;
  }

  .slider-2 {
    border-radius: 50px;
    width: 85%;
    height: auto;
  }

  .section-6 {
    margin-top: 72px;
  }

  .image-5 {
    margin-top: 200.852px;
    margin-bottom: 200.852px;
  }

  .image-6 {
    margin-top: 432.852px;
    margin-bottom: 432.852px;
  }

  .section-7 {
    margin-top: 100px;
  }

  .image-7 {
    width: 95%;
    height: 980px;
    margin-left: auto;
  }

  .div-block-188 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .column {
    padding-left: 0;
  }

  .grid-10 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    place-items: center;
  }

  .image-9 {
    display: inline-flex;
  }

  .hover-bg {
    background-position: 100% 100%;
    border-radius: 30px 30px 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 530px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    top: -441px;
    left: auto;
  }

  .hover-bg._2 {
    width: auto;
    top: -388px;
  }

  .hover-bg._3 {
    height: 530px;
    top: -443px;
  }

  .hover-bg._4 {
    height: 390px;
  }

  .hover-bg._4._3 {
    width: auto;
    height: 400px;
    top: -223px;
  }

  .card-1-img {
    width: auto;
    height: 530px;
  }

  .card-1-img._1 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: 530px;
    display: block;
  }

  .card-1-img._2 {
    width: auto;
    height: 530px;
  }

  .card-1-img._4._3 {
    width: auto;
    height: 400px;
  }

  .cards-wrap {
    width: 85%;
  }

  .section-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .strips-wrap {
    height: auto;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .slide-nav-2 {
    background-image: none;
  }

  .image-45, .image-46, .image-47 {
    border-radius: 50px;
  }

  .image-48 {
    padding-bottom: 17px;
  }

  .slider-3 {
    height: 800px;
  }

  .container-6 {
    margin-top: 177px;
    margin-bottom: 127px;
    margin-left: 100px;
  }

  .section-13.black {
    padding-top: 145px;
    padding-bottom: 398px;
  }

  .div-block-208 {
    padding-top: 63px;
  }

  .slider-4 {
    background-color: #ddd0;
    height: 750px;
  }

  .left-arrow-3, .right-arrow-4, .slide-nav-4 {
    display: none;
  }

  .mob-slider {
    width: 85%;
    padding-top: 27px;
    padding-bottom: 68px;
  }

  .mob-slider.drive {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider-mob2 {
    border-radius: 50px;
    width: 85%;
    height: auto;
  }

  .image-59 {
    width: 90%;
  }

  .image-60 {
    width: 95%;
  }

  .img1, .img-2, .img-3 {
    display: none;
  }

  .approach {
    display: inline-flex;
  }

  .main-grid {
    width: 80%;
  }

  .our-identity {
    border-radius: 50px;
    width: 80%;
  }

  .main-grid2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-grid2._3 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }

  .centre-para {
    width: 90%;
  }

  .main-grid2-copy {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .main-grid2-copy._3 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }

  .mob2-grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .mob2-grid._3 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }

  .img-3s-ide {
    width: 80%;
  }

  .section-15 {
    height: 890px;
  }

  .div-block-221 {
    height: 200px;
    top: -202px;
  }

  .grid-12 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: .75fr 1fr;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-71 {
    background-color: #34343400;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-136 {
    height: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    background-image: linear-gradient(90deg, var(--blue) 3%, #07647a 26%, var(--teal) 47%, white 84%);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: #0000;
    padding: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button.w--open {
    color: #070707;
    background-color: #a6b1bf00;
    padding: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  .container-2 {
    margin-left: 0;
  }

  .div-block-5.l {
    padding-top: 20px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3._1 {
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider {
    display: none;
  }

  .slider.drive {
    display: block;
  }

  .slide {
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin-bottom: 23px;
  }

  .grid._3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .grid._2 {
    margin-bottom: 0;
  }

  .background-video {
    height: 500px;
  }

  .grid-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-38 {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-4 {
    margin-top: 10px;
  }

  .div-block-183 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-183._1, .div-block-184, .div-block-185 {
    padding-right: 0;
  }

  .image-5 {
    margin-top: 96.852px;
    margin-left: 0;
    margin-right: 100px;
  }

  .image-6 {
    margin-top: 235.852px;
    margin-right: 51px;
  }

  .hover-bg {
    height: 280px;
    padding-top: 40px;
    top: -270px;
  }

  .hover-bg._2 {
    top: -261px;
  }

  .hover-bg._3 {
    height: 280px;
    top: -266px;
  }

  .hover-bg._4._3 {
    height: 280px;
    top: -88px;
  }

  .card-1-img, .card-1-img._1 {
    height: 280px;
  }

  .card-1-img._2 {
    height: 280px;
    padding-top: 6px;
  }

  .card-1-img._4._3 {
    height: 280px;
    padding-top: 32px;
  }

  .heading-div {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .heading-div._1 {
    padding-top: 20px;
  }

  .heading-div._2 {
    justify-content: center;
    align-items: center;
    padding-top: 57px;
  }

  .heading-div._3 {
    padding-top: 0;
  }

  .div-block-197 {
    margin-top: 20px;
  }

  .slider-3 {
    height: 550px;
    margin-top: 20px;
  }

  .container-6 {
    width: 60%;
    margin-left: 40px;
  }

  .grid-11 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 22px;
  }

  .lightbox-link {
    justify-content: center;
    align-items: stretch;
  }

  .container-7.small.flex {
    width: 100%;
    max-width: none;
  }

  .step-4-info-wrapper {
    align-items: flex-start;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .timeline-wrapper {
    display: none;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .step-5-info-wrapper, .step-3-info-wrapper, .step-1-info-wrapper, .step-2-info-wrapper {
    align-items: flex-start;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .section-13 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .black-line {
    display: none;
  }

  .div-block-208 {
    padding-top: 73px;
  }

  ._4-col-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .section-14 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .circle-blur-bottom-right-2 {
    opacity: .9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
  }

  .circle-blur-bottom-right-2.safari {
    filter: blur(68px);
  }

  .mob-slider {
    padding: 40px;
    display: block;
  }

  .mob-grid, .div-mob {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .image-60 {
    width: 80%;
  }

  .main-grid {
    width: 90%;
  }

  .our-identity {
    margin-top: 50px;
  }

  .main-grid2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    margin-bottom: 23px;
  }

  .main-grid2._3 {
    grid-template-columns: 1fr;
  }

  .main-grid2-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    margin-bottom: 23px;
  }

  .main-grid2-copy._3 {
    grid-template-columns: 1fr;
  }

  .mob2-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    margin-bottom: 23px;
  }

  .mob2-grid._3 {
    grid-template-columns: 1fr;
  }

  .img-3s-ide {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-12 {
    grid-column-gap: 20px;
    width: 95%;
  }

  .image-21 {
    width: 2.8vw;
  }

  .text-block-22 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .image-22 {
    width: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-image: linear-gradient(153deg, var(--blue) 5%, var(--teal) 69%, #dfdfdf 92%);
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    opacity: .6;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.w--current {
    opacity: 1;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-left: 0;
  }

  .menu-button {
    font-size: 30px;
    line-height: 30px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .link-block.get-in-touch {
    margin-top: 20px;
    margin-left: 0;
  }

  .heading {
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-5 {
    padding-top: 20px;
  }

  .div-block-5.l {
    padding-top: 0;
  }

  .heading-2 {
    text-align: center;
  }

  .div-block-6 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .columns {
    flex-flow: column;
  }

  .paragraph-3 {
    text-align: left;
    margin-bottom: 10px;
  }

  .paragraph-3.ceter {
    text-align: center;
  }

  .container-3 {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-4 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    display: none;
  }

  .slide, .slide-2 {
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .grid._3 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    grid-template-columns: 1.25fr;
    margin-top: 10px;
  }

  .grid._2 {
    margin-top: 0;
  }

  .grid._1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .heading-3, .paragraph-5 {
    text-align: center;
  }

  .div-block-9 {
    width: 90%;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-10 {
    margin-bottom: 0;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .background-video {
    height: 450px;
  }

  .background-video.m {
    height: 500px;
  }

  .div-block-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    text-align: center;
  }

  .container-5 {
    flex-flow: column;
    margin-top: 20px;
  }

  .grid-4 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-link {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .div-block-40 {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .div-block-179.d {
    display: none;
  }

  .div-block-179.mob {
    display: block;
  }

  .div-block-47 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .grid-9 {
    margin-top: 0;
  }

  .image-4 {
    margin-top: 20px;
  }

  .image-4._2 {
    width: 90%;
  }

  .div-block-180 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-181, .div-block-182 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .div-block-183 {
    padding-right: 0;
  }

  .div-block-184 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-185 {
    padding-right: 0;
  }

  .section-5 {
    padding-top: 77px;
  }

  .image-5 {
    margin-top: 69.852px;
    margin-left: 1px;
    margin-right: 57px;
  }

  .image-6 {
    margin-top: 161.852px;
    margin-bottom: 344.852px;
    margin-right: 60px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .hover-bg {
    background-position: 100% 100%;
    height: 280px;
    top: -269px;
  }

  .hover-bg._3 {
    top: -268px;
  }

  .hover-bg._4._3 {
    top: -88px;
  }

  .div-block-125 {
    display: none;
  }

  .scroll-wrapper {
    padding-left: 0;
  }

  .image-28 {
    margin-right: 15px;
  }

  .div-block-199 {
    display: none;
  }

  .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44 {
    margin-right: 15px;
  }

  .one, .two, .three {
    display: inline-flex;
  }

  .scroll-wrapper--left {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    width: 80%;
    margin-top: 247px;
  }

  .text-block-10 {
    font-size: 16px;
    line-height: 20px;
  }

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .process-image {
    background-image: url('../images/Process-Image-Background-Mobile.png');
    background-size: cover;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .step {
    left: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-5-info-wrapper, .step-3-info-wrapper, .step-1-info-wrapper, .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step-info {
    margin-left: 0;
  }

  .section-13 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-208 {
    padding-top: 74px;
  }

  .section-14 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .circle-blur-bottom-right-2 {
    filter: blur(60px);
    width: 280px;
    height: 280px;
    bottom: 5%;
  }

  .circle-blur-bottom-right-2.safari {
    filter: blur(64px);
  }

  .div-block-211 {
    padding-bottom: 86px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-212 {
    height: auto;
    padding-bottom: 40px;
  }

  .container-8 {
    width: 75%;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    margin-bottom: 10px;
  }

  .icon {
    display: block;
  }

  .mob-slider {
    padding: 30px 20px 60px;
    display: block;
  }

  .mob-grid {
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .mob-grid._2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    place-items: center;
  }

  .div-block-214 {
    width: 65%;
  }

  .div-block-215 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-216 {
    margin-right: 20px;
  }

  .div-mob {
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
  }

  .div-mob._2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    place-items: center;
  }

  .desk-cont {
    display: none;
  }

  .mob-contact {
    display: inline;
  }

  .image-59 {
    width: 85%;
  }

  .image-60 {
    width: 90%;
  }

  .service1, .ser {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .sec-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .our-identity {
    border-radius: 40px;
    width: 90%;
  }

  .main-grid2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .main-grid2._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
  }

  .centre-para {
    text-align: center;
    margin-bottom: 10px;
  }

  .main-grid2-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-grid2-copy._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
  }

  .mob2-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mob2-grid._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
  }

  .div-identity {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .img-3s-ide {
    width: 90%;
  }

  .container-9 {
    margin-left: auto;
  }

  .desk-video-wrap {
    display: none;
  }

  .mob-video-wrap {
    display: block;
  }

  .section-15 {
    height: auto;
  }

  .div-block-72 {
    margin-top: 40px;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-21 {
    width: 4vw;
  }

  .div-block-71 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-22 {
    width: 4vw;
  }

  .div-block-70 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-136 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary._2 {
    margin-top: 20px;
  }

  .div-block {
    background-image: url('../images/Mob-home2x.jpg');
    background-position: 50%;
    height: 600px;
  }

  .container-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 126px;
  }

  .div-block-2 {
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-2._1 {
    width: auto;
    height: auto;
  }

  .div-block-3 {
    flex-flow: column;
    margin-top: 24px;
  }

  .link-block {
    margin-top: 20px;
  }

  .link-block._1 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .heading {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    width: 95%;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-2 {
    width: 95%;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-5.l {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2.centre {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-2._2 {
    text-align: left;
    font-size: 40px;
    line-height: 42px;
  }

  .heading-2.orange {
    justify-content: center;
    align-items: center;
    font-size: 30px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3._1 {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-4 {
    width: 80%;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-4.white {
    font-size: 16px;
    line-height: 20px;
  }

  .slider.drive {
    padding-bottom: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid._3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
  }

  .grid._2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .grid._5 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .slide-3 {
    padding-top: 10px;
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .background-video {
    height: 350px;
  }

  .background-video.m {
    height: 400px;
  }

  .grid-3 {
    width: 90%;
  }

  .image-3 {
    border-radius: 30px;
  }

  .section-3 {
    background-image: linear-gradient(#fff 25%, #00a8a880);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .point-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-12 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    line-height: 42px;
  }

  .text-block-2._2 {
    font-size: 30px;
    line-height: 34px;
  }

  .grid-4 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .div-block-38 {
    height: 350px;
    padding-top: 30px;
  }

  .home-link {
    margin-right: 0;
    display: inline-block;
  }

  .home-link.service {
    margin-right: 0;
  }

  .div-block-179.mob {
    padding-top: 0;
  }

  .grid-9 {
    grid-column-gap: 30px;
  }

  .image-4 {
    margin-top: 0;
  }

  .image-4._2 {
    margin-top: 10px;
  }

  .div-block-180 {
    margin-top: 0;
  }

  .div-block-180._2 {
    margin-top: 38px;
  }

  .div-block-181 {
    margin-top: 0;
  }

  .div-block-181._3 {
    margin-top: 20px;
  }

  .div-block-182 {
    margin-top: 19px;
  }

  .div-block-182._2 {
    margin-top: 8px;
  }

  .div-block-183 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-187 {
    height: 30px;
  }

  .slider-2 {
    display: none;
  }

  .section-6 {
    margin-top: 40px;
  }

  .right-arrow-2 {
    display: none;
  }

  .section-7 {
    margin-top: 40px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-189 {
    width: 90%;
  }

  .div-block-190 {
    margin-top: 40px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .grid-10 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-192 {
    margin-top: 40px;
  }

  .hover-bg {
    height: 300px;
    padding-top: 20px;
    top: -279px;
  }

  .hover-bg._2 {
    height: 300px;
    top: -266px;
  }

  .hover-bg._3 {
    height: 300px;
    display: flex;
    top: -284px;
  }

  .hover-bg._4._3 {
    height: 300px;
    padding-right: 20px;
    display: inline-flex;
    top: -187px;
  }

  .card-1-img, .card-1-img._1, .card-1-img._2 {
    height: 300px;
  }

  .card-1-img._4._3 {
    height: 300px;
    padding-top: 0;
  }

  .heading-div {
    padding-top: 10px;
  }

  .heading-div._1 {
    padding-top: 25px;
  }

  .heading-div._2 {
    padding-top: 94px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-div._3 {
    padding-top: 20px;
  }

  .cards-wrap {
    width: 275px;
  }

  .image-12 {
    padding-left: 0;
    display: none;
  }

  .strips-wrap {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .scroll-wrapper, .scroll-wrapper--left {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-48 {
    padding-bottom: 0;
  }

  .slider-3 {
    justify-content: center;
    align-items: center;
    height: 450px;
    margin-top: 54px;
  }

  .container-6 {
    width: 90%;
    margin-top: 201px;
    margin-left: 20px;
  }

  .container-6._2 {
    flex-flow: column;
    width: 95%;
    margin-left: auto;
    display: flex;
  }

  .text-block-10 {
    text-align: left;
  }

  .text-block-10.c {
    text-align: center;
  }

  .slide-6 {
    background-image: linear-gradient(117deg, #0d2c54, #fff0), url('../images/Sev-slide1-m.jpg');
    background-position: 0 0, 50%;
  }

  .slide-7 {
    background-image: linear-gradient(117deg, #0d2c54, #fff0), url('../images/Sev-slide2-m.jpg');
  }

  .slide-8 {
    background-image: linear-gradient(117deg, #0d2c54, #fff0), url('../images/Sev-slide3-m.jpg');
  }

  .grid-11 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-207 {
    margin-top: 60px;
  }

  .left-heading.small {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .section-12 {
    padding-bottom: 60px;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .section-13.black {
    padding-bottom: 60px;
  }

  ._4-col-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-icon {
    width: 32px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .icon-image-wrapper {
    align-items: center;
    display: flex;
  }

  .icon-image-wrapper.margin-s {
    flex-flow: column;
  }

  .margin-0 {
    text-align: center;
  }

  .section-14.grain.padding-top-40 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle-blur-bottom-right-2.safari {
    width: 250px;
    height: 200px;
  }

  .paragraph-9 {
    text-align: center;
  }

  .image-56 {
    display: none;
  }

  .div-block-211 {
    padding-bottom: 79px;
  }

  .container-8 {
    width: 95%;
  }

  .mob-slider {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mob-grid {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .mob-grid._2 {
    grid-column-gap: 20px;
    margin-top: 10px;
  }

  .mob-grid._1 {
    margin-right: 9px;
  }

  .div-block-214 {
    width: 90%;
  }

  .div-block-216 {
    margin-right: 0;
  }

  .div-mob {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-217 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
    text-align: center;
  }

  .image-57 {
    display: inline-block;
  }

  .div-block-218 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mob-img {
    width: auto;
    padding-left: 0;
    display: inline-flex;
  }

  .slider-mob2 {
    display: block;
  }

  .mask {
    padding-bottom: 15px;
  }

  .left-arrow-4 {
    display: none;
  }

  .image-58 {
    width: 90%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-59 {
    width: 90%;
  }

  .image-60 {
    width: 95%;
  }

  .service1 {
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .service1.service {
    margin-right: 0;
  }

  .ser {
    margin-right: 12px;
    padding-right: 0;
    display: inline-block;
  }

  .ser.service, .div-block-219 {
    margin-right: 0;
  }

  .approach {
    display: inline-flex;
  }

  .sec-grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 85%;
  }

  .div-block-220 {
    justify-content: center;
    align-items: center;
  }

  .our-identity {
    border-radius: 30px;
    width: 95%;
    margin-top: 10px;
  }

  .our-identity._2 {
    margin-top: 10px;
  }

  .main-grid2 {
    margin-bottom: 0;
  }

  .main-grid2._3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .centre-para {
    margin-bottom: 20px;
  }

  .main-grid2-copy {
    margin-bottom: 0;
  }

  .main-grid2-copy._3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .mob2-grid {
    margin-bottom: 0;
  }

  .mob2-grid._3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .div-identity {
    margin-top: 0;
  }

  .div-identity._2 {
    margin-top: 38px;
  }

  .img-3s-ide {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .ph-div {
    margin-left: 0;
    display: block;
  }

  .div-block-72 {
    margin-top: 40px;
  }

  .grid-12 {
    width: 95%;
  }

  .image-21 {
    width: 6vw;
  }

  .ph-div2 {
    margin-left: 20px;
  }

  .div-block-71 {
    padding: 0;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .image-22 {
    width: 6vw;
  }

  .div-block-70 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 3.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-136 {
    margin-left: 0;
  }

  .heading-10 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-10.c {
    text-align: left;
  }
}

#w-node-f52e1325-93eb-4403-d13f-53e64b186645-7f7df149 {
  justify-self: auto;
}

#w-node-_970b9e45-6ede-2143-8e4c-bcb8ada76b07-7f7df149 {
  place-self: auto;
}

#w-node-_605952da-345d-2052-6fc2-b6c361ced37d-7f7df149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bfc2645-74b3-2534-8ec0-bc081291b91c-7f7df149 {
  place-self: center start;
}

#w-node-_71df200d-a293-709f-4e2a-50b69b9f13f6-7f7df149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71df200d-a293-709f-4e2a-50b69b9f13f8-7f7df149 {
  place-self: center start;
}

#w-node-_8d8bd568-2f81-7268-580a-187fe2831f22-7f7df149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d8bd568-2f81-7268-580a-187fe2831f24-7f7df149 {
  place-self: center start;
}

#w-node-ce1959d6-f993-97e6-c345-d07fa5777c45-7f7df149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce1959d6-f993-97e6-c345-d07fa5777c47-7f7df149 {
  place-self: center start;
}

#w-node-_8e3ce5fe-4ca8-3a76-85a4-e58f6affba2c-7f7df149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e3ce5fe-4ca8-3a76-85a4-e58f6affba2e-7f7df149 {
  place-self: center start;
}

#w-node-d34dd902-9121-6b43-8c9f-a8b63b816cfb-7f7df149, #w-node-_7411133c-f816-cce0-7d3b-3973fbdde61b-7f7df149, #w-node-_8f15b373-9f65-c19c-901a-0dac413c64a3-7f7df149, #w-node-_634dea84-d4e6-1d58-ec6c-7bd1a9203c76-7f7df149, #w-node-_9bee50bd-17d4-38d4-3495-c2800e4602ef-7f7df149, #w-node-_5ae3d707-2859-ac86-ad1f-4b64fd17caef-7f7df149, #w-node-_3073bd78-3106-beb1-9d50-ace5bac8af51-7f7df149, #w-node-bf6a15b8-89d6-4038-312c-15baa709561a-7f7df149, #w-node-_018d127c-8bd1-b560-090c-dda07bc28c7a-7f7df149, #w-node-_1c7298b2-f371-0889-7a74-4d9b3ee93248-7f7df149, #w-node-a7dbd2fc-0fc7-51e9-a326-cd8ee660155f-7f7df149, #w-node-a7dbd2fc-0fc7-51e9-a326-cd8ee6601561-7f7df149, #w-node-_316b49e4-7d80-23b8-30f8-be62ac818abe-7f7df149 {
  place-self: center;
}

#w-node-cca24111-669f-eeb2-f760-439998c1bf90-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cca24111-669f-eeb2-f760-439998c1bf91-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cca24111-669f-eeb2-f760-439998c1bf92-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cca24111-669f-eeb2-f760-439998c1bf94-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cca24111-669f-eeb2-f760-439998c1bf96-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cca24111-669f-eeb2-f760-439998c1bf98-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cca24111-669f-eeb2-f760-439998c1bf9a-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06b506d8-fb6b-220c-4a85-3f4404b50d46-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_06b506d8-fb6b-220c-4a85-3f4404b50d48-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06b506d8-fb6b-220c-4a85-3f4404b50d4a-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_06b506d8-fb6b-220c-4a85-3f4404b50d4c-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24a5-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24a6-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24a7-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24a9-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24ab-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24ad-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24af-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24b1-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24b3-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24b5-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_738dec01-a2ae-4831-873c-eea3ea0f24b7-ea0f249e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_050739bf-a752-b0c0-cc31-bbad212af644-543b8eff {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-bbc0125e-9578-1da7-ae65-a36ec0e8408e-d24c1cff, #w-node-_0ab2c1ca-7782-1d38-8513-daecf4e60f62-d24c1cff, #w-node-c4602b70-0a6f-b95b-ae6f-c234a8357f84-d24c1cff {
  place-self: auto;
}

#w-node-e09c17fd-ea2e-9e54-c7f3-ad64d3cc9a4c-24161908 {
  align-self: stretch;
}

#w-node-_0b6da6c2-6c34-d767-26d4-b2336604a678-88f5d07b, #w-node-_0b6da6c2-6c34-d767-26d4-b2336604a68a-88f5d07b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_10e271fa-a0c5-216b-8898-b558b8420e00-7f7df149 {
    place-self: center;
  }

  #w-node-bbc0125e-9578-1da7-ae65-a36ec0e8408e-d24c1cff {
    place-self: stretch stretch;
  }

  #w-node-_0ab2c1ca-7782-1d38-8513-daecf4e60f62-d24c1cff, #w-node-c4602b70-0a6f-b95b-ae6f-c234a8357f84-d24c1cff {
    place-self: auto;
  }

  #w-node-_60bb273d-6a16-faca-a408-eb728ab7b891-d24c1cff {
    justify-self: auto;
  }

  #w-node-_0b6da6c2-6c34-d767-26d4-b2336604a68a-88f5d07b {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cca24111-669f-eeb2-f760-439998c1bf90-ea0f249e, #w-node-_738dec01-a2ae-4831-873c-eea3ea0f24a5-ea0f249e {
    justify-self: start;
  }

  #w-node-bbc0125e-9578-1da7-ae65-a36ec0e8408e-d24c1cff {
    place-self: auto;
  }

  #w-node-c7d19470-b205-195f-4844-5da58ce22857-24161908 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db5a1b3d-eb77-0437-6958-5cf68c0d65c2-7f7df149, #w-node-db5a1b3d-eb77-0437-6958-5cf68c0d65d1-7f7df149 {
    place-self: center;
  }

  #w-node-_732d2ac5-e796-726e-4066-3563fd136788-7f7df149 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_06b506d8-fb6b-220c-4a85-3f4404b50d46-ea0f249e, #w-node-_06b506d8-fb6b-220c-4a85-3f4404b50d4a-ea0f249e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_732d2ac5-e796-726e-4066-3563fd136788-7f7df149 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-cca24111-669f-eeb2-f760-439998c1bf90-ea0f249e {
    justify-self: end;
  }

  #w-node-cca24111-669f-eeb2-f760-439998c1bf94-ea0f249e, #w-node-cca24111-669f-eeb2-f760-439998c1bf98-ea0f249e {
    justify-self: center;
  }

  #w-node-_60bb273d-6a16-faca-a408-eb728ab7b891-d24c1cff {
    place-self: auto;
  }
}


