@font-face {
  font-family: "Fa Brands 400 1";
  src: url('../fonts/fa-brands-400-1.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900 1";
  src: url('../fonts/fa-solid-900-1.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Solid 900";
  src: url('../fonts/Sharp-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 300";
  src: url('../fonts/Sharp-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro Solid 900";
  src: url('../fonts/Pro-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 400";
  src: url('../fonts/Sharp-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 100";
  src: url('../fonts/Sharp-Thin-100.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #02102b;
  --sky-blue: #1fd9fe;
  --white: white;
  --dark-slate-blue: #163285;
  --dodger-blue: #3c9dd5;
  --deep-sky-blue: #4caddf;
  --steel-blue-2: #1878bc;
  --slate-grey: #7e828fdb;
  --steel-blue: #2c83c6;
  --dark-slate-blue-2: #0b3f91;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  font-family: Poppins, sans-serif;
}

.brand {
  width: 350px;
  padding-bottom: 0;
}

.brand.w--current {
  width: 300px;
}

.brand.foot {
  width: auto;
  font-family: "Fa Brands 400 1", sans-serif;
  text-decoration: none;
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.footer-link-underline {
  background-color: #57cba1;
  background-color: var(--sky-blue);
}

.btn-underline.btn-underline-black {
  background-color: var(--white);
  box-shadow: inset 0 0 #57cba1;
}

.dl-link {
  color: #282828;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 18px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.label {
  color: #081158;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label.grey-label {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.partner-section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.partner-section.social-proof {
  background-color: var(--white);
  color: #fff;
  background-image: linear-gradient(to right, #1878bc, #66c8f2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner-section.premium-classes {
  background-color: var(--midnight-blue);
  color: #fff;
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.partner-section.call-section {
  background-image: linear-gradient(to bottom, var(--dodger-blue), var(--deep-sky-blue));
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner-section._4-0b {
  background-color: var(--midnight-blue);
  color: #fff;
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
  padding-bottom: 60px;
}

.container-2 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

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

.container-2.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.flex-center {
  align-items: center;
}

.counterup {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
}

.background-video {
  min-height: 600px;
}

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.max-800 {
  letter-spacing: -3px;
  width: 100%;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 59px;
  line-height: 1.1em;
}

.jumbo.max-800.small {
  color: var(--white);
}

.jumbo.service-text {
  border-bottom: 4px none var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: -3px;
  width: auto;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.7em;
}

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-600 {
  color: var(--white);
  letter-spacing: 0;
  width: 100%;
  max-width: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 33px;
}

.hyperlink {
  color: var(--sky-blue);
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.hyperlink:hover {
  color: var(--white);
}

.description-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.description-image-wrap {
  border-radius: 10px;
  width: 80%;
  height: 500px;
  overflow: hidden;
}

.max-600 {
  color: var(--white);
  letter-spacing: -3px;
  max-width: 600px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.button-3 {
  background-color: var(--steel-blue-2);
  background-image: url('../images/Vector-4.svg'), linear-gradient(to right, var(--steel-blue-2), #65c7f1);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 15px, auto;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  max-width: 200px;
  margin-top: 20px;
  padding: 20px 20px 20px 40px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button-3:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button-3._300 {
  background-color: var(--midnight-blue);
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.button-3._300.w {
  border-width: 1px;
  border-color: var(--white);
}

.description-bg {
  background-color: #081158;
  background-image: url('../images/Shapes.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 60%;
  position: absolute;
  top: 150px;
  right: 0;
}

.default-list {
  color: var(--white);
  margin-top: 20px;
  padding-left: 0;
  list-style-type: disc;
}

.default-list.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.default-list.list-grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.default-list._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list-item {
  margin-bottom: 10px;
}

.h3-text-list {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.fa-icon {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900 1", sans-serif;
  font-size: 18px;
  display: flex;
}

.symbol-div {
  display: flex;
}

.countersymbol {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
}

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

.section-h1-wrapper.display-flex.top {
  margin-top: 40px;
}

.left-section-2 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.right-section {
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.container-3 {
  width: 95%;
  max-width: 1450px;
}

.para {
  color: #f6f6f6;
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 32px;
}

.inner-img {
  background-image: url('../images/Data-Graph.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img._2 {
  background-image: url('../images/Data-Binary-Code.webp');
  background-position: 65%;
}

.inner-img.use-cases {
  background-image: url('../images/use-cases.webp');
}

.inner-img.use-cases-2 {
  background-image: url('../images/data-cubes-1.webp');
}

.inner-img.use-cases-3 {
  background-image: url('../images/pointing-out-data.webp');
}

.inner-img.use-cases-4 {
  background-image: url('../images/cloud-convert.webp');
}

.footer-detail-left {
  align-items: center;
  width: 65%;
  min-height: 40px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.social-link {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  font-family: "Fa Solid 900 1", sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: #7e828fdb;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 60px;
  font-size: 15px;
  display: flex;
}

.footer-legal.copyright {
  margin-top: 10px;
  padding-top: 0;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.title {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#02102b8c, #02102b8c), url('../images/Shapes.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.social-icon-wrap {
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.footer-link:hover {
  color: var(--sky-blue);
}

.legal {
  color: var(--white);
  line-height: 30px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.legal:hover {
  color: var(--slate-grey);
}

.paragraph {
  color: var(--white);
  font-size: 15px;
  line-height: 28px;
}

.h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.h2.blue {
  color: var(--sky-blue);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.navbar-3 {
  z-index: 1000;
  background-color: var(--midnight-blue);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.drop-down-link {
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.drop-down-link:hover {
  color: #1b9a9e;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-3.margin-auto {
  justify-content: space-between;
  width: 1005px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.c-logo {
  width: 110px;
}

.dropdown-list-2 {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list-2.w--open {
  background-color: var(--midnight-blue);
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.header-social-media {
  display: flex;
}

.dropdown-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--sky-blue);
  background-color: #0000;
}

.dropdown-link.no-border {
  background-color: var(--midnight-blue);
  padding-left: 0;
}

.header-social-icon {
  border: 1px solid var(--slate-grey);
  color: var(--slate-grey);
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  background-color: var(--sky-blue);
  color: var(--midnight-blue);
}

.header-social-icon.margin-right-none {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 30px;
  margin-right: 0;
  font-family: "Sharp 400", Verdana, sans-serif;
  transition-duration: .45s;
}

.header-social-icon.margin-right-none:hover {
  border-color: var(--sky-blue);
  background-color: var(--sky-blue);
  color: var(--midnight-blue);
}

.header-social-icon.b {
  border-color: var(--white);
  color: var(--white);
  font-family: "Brands 400", Arial, sans-serif;
}

.header-social-icon.b:hover {
  border-color: var(--sky-blue);
  color: var(--midnight-blue);
}

.dropdown-menu-link {
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  color: var(--white);
  border-left: 5px solid #1b9a9e;
}

.dropdown-menu-link.w--current {
  color: var(--sky-blue);
}

.container-6 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.brand-3 {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.nav-link-7 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 15px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.nav-link-7:hover {
  color: var(--sky-blue);
  background-color: #0000;
  border-radius: 6px;
  font-weight: 300;
}

.nav-link-7.w--current {
  color: var(--sky-blue);
}

.hero-h1 {
  color: var(--white);
  letter-spacing: -.03em;
  max-width: 580px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.header-2 {
  background-color: var(--midnight-blue);
  background-image: url('../images/Shapes.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding: 60px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.container-flex {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 505px;
  display: flex;
}

.hero-image-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.button-5 {
  text-align: center;
  background-color: #35b8be;
  background-image: linear-gradient(to right, #1878bc, #66c8f2), url('../images/Button-Wave.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-5:hover {
  background-color: #2faeb4;
}

.hero-paragraph {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.text-span-8 {
  color: var(--sky-blue);
  font-weight: 700;
}

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

.connect {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.connect.top {
  padding-top: 80px;
}

.footer-nav-link {
  color: #616161;
  padding-top: 1.6px;
  padding-bottom: 1.6px;
  font-size: 16px;
  text-decoration: none;
}

.contact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.contact-col.flex-verticle {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-sec-2 {
  background-color: var(--midnight-blue);
  width: 100%;
  padding-bottom: 40px;
}

.top-contact-sec-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-nav-link-2 {
  color: var(--white);
  margin-top: 10px;
  padding-top: 1.6px;
  padding-bottom: 1.6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.footer-nav-link-2.m-bottom-28 {
  margin-bottom: 28px;
}

.footer-nav-link-2.m-bottom-28.top {
  margin-top: 20px;
}

.connect-block {
  background-image: linear-gradient(89deg, var(--steel-blue-2), var(--deep-sky-blue));
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  font-family: "Fa Regular 400", sans-serif;
}

.text-block-7.b, .text-block-7.b.s {
  font-family: "Brands 400", Arial, sans-serif;
}

.text-block-8 {
  color: var(--white);
  margin-bottom: 20px;
}

.container-7 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.btn-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-block-4 {
  color: #c7a675;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-4.center {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
}

.lg-text-sec {
  padding-left: 15px;
  padding-right: 15px;
}

.lg-text-sec.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-group.btn-black {
  color: #444;
}

.btn-group.btn-black.m-top {
  margin-top: 60px;
}

.btn-group.btn-black.m-top.white {
  color: #c7a675;
  margin-left: auto;
  margin-right: auto;
}

.btn-text-3 {
  padding-bottom: 10px;
}

.btn-hover-color-2 {
  background-color: var(--sky-blue);
  width: 0;
  position: absolute;
  inset: 0%;
}

.new-h3-section {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#2c83c680, #2c83c680), url('../images/Data-City.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.about-wrapper.h3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 160px;
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Computing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 55vh;
  display: flex;
}

.service-banner._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hyperconverged-Infrastructure.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Modern-Data-Platforms.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Data-Protection.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.site-map {
  background-image: linear-gradient(#00000080, #00000080), url('../images/coding.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.connect-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Neon-Data-Graph.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
}

.h1.h1-margin-30 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.h1.h1-margin-30._w-60 {
  max-width: 920px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.h1.h1-margin-30.h3 {
  text-align: center;
  max-width: 920px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

._2-col-right {
  background-image: url('../images/_179582067_1_179582067.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

._2-col-right.image {
  background-image: url('../images/_353395216.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

._2-col-right.image.h-2 {
  background-image: url('../images/data-computing.webp');
  background-position: 100% 100%;
}

._2-col-right.image.h-2.mh {
  background-image: url('../images/High-Performance-Computing.webp');
}

._2-col-right.image.h-2.simulation {
  background-image: url('../images/Simulation-Of-Computer.webp');
}

._2-col-right.image.h-2.infrastructure {
  background-image: url('../images/Infrastructure-1.webp');
  background-position: 50%;
}

._2-col-right.image.h-2.cloud {
  background-image: url('../images/Cloud.webp');
  background-position: 50%;
}

._2-col-right.image.h-2.disaster-recovery {
  background-image: url('../images/Disaster-Reovery.webp');
  background-position: 50%;
}

._2-col-right.image.h-2.ai {
  background-image: url('../images/connected-network.webp');
}

._2-col-right.image.h-2.analytics {
  background-image: url('../images/Storage-of-Data.webp');
}

._2-col-right.image.h-2.data3 {
  background-image: url('../images/Data-Running-through-computer.webp');
  background-position: 50%;
}

._2-col-right.image.nat-x {
  background-image: url('../images/hpc-for-artificial-intelligence.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.transaction {
  background-image: url('../images/workload.webp');
  background-position: 100%;
}

._2-col-right.image.data-centre {
  background-image: url('../images/Data-Centre.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.cost-optimization {
  background-image: url('../images/Cost-Optimization.webp');
  background-position: 100% 100%;
}

._2-col-right.image.cost-optimization.mh {
  background-image: url('../images/High-Performance-Computing.webp');
}

._2-col-right.image.cost-optimization.simulation {
  background-image: url('../images/Simulation-Of-Computer.webp');
}

._2-col-right.image.process {
  background-image: url('../images/Transaction-Processing.webp');
  background-position: 75%;
}

._2-col-right.image.data-flow {
  background-image: url('../images/data-flow.webp');
  background-position: 100%;
}

._2-col-right.image.massive-scale {
  background-image: url('../images/Trading-platform-chart..webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.hyper {
  background-image: url('../images/Analyst-working-in-Business-Analytics-and-Data-Management-System.webp');
  background-position: 100% 100%;
}

._2-col-right.image.hyper.mh {
  background-image: url('../images/High-Performance-Computing.webp');
}

._2-col-right.image.hyper.simulation {
  background-image: url('../images/Simulation-Of-Computer.webp');
}

._2-col-right.image.hyper.infrastructure {
  background-image: url('../images/Infrastructure-1.webp');
  background-position: 50%;
}

._2-col-right.image.hyper.cloud {
  background-image: url('../images/Cloud.webp');
  background-position: 50%;
}

._2-col-right.image.hyper.disaster-recovery {
  background-image: url('../images/Disaster-Reovery.webp');
  background-position: 50%;
}

._2-col-right.image.hybrid-cloud {
  background-image: url('../images/Cloud-computing-and-database-upload-center-hosting.webp');
  background-position: 50%;
}

._2-col-right.image.global {
  background-image: url('../images/Data-Worklwide.webp');
  background-position: 50%;
}

._2-col-right.image.cloud-hybrid {
  background-image: url('../images/Cloud-Technology.webp');
  background-position: 50%;
  background-size: cover;
}

._2-col-right.image.data2 {
  background-image: url('../images/Data-Management-Center.webp');
  background-position: 50%;
}

._2-col-right.image.data2.mh {
  background-image: url('../images/High-Performance-Computing.webp');
}

._2-col-right.image.data2.simulation {
  background-image: url('../images/Simulation-Of-Computer.webp');
}

._2-col-right.image.data2.infrastructure {
  background-image: url('../images/Infrastructure-1.webp');
  background-position: 50%;
}

._2-col-right.image.data2.cloud {
  background-image: url('../images/Cloud.webp');
  background-position: 50%;
}

._2-col-right.image.data2.disaster-recovery {
  background-image: url('../images/Disaster-Reovery.webp');
  background-position: 50%;
}

._2-col-right.image.data2.ai {
  background-image: url('../images/connected-network.webp');
}

._2-col-right.image.data2.analytics {
  background-image: url('../images/Storage-of-Data.webp');
}

._2-col-right.image.data4 {
  background-image: url('../images/Locked-Data.webp');
  background-position: 30%;
}

.p {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.content-wrapper-hidden {
  background-color: var(--midnight-blue);
}

._2-col-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

._2-col-section.flex-item.flex-reverse {
  padding-top: 0;
  padding-bottom: 0;
}

._2-col-left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 500px;
  padding: 60px;
  display: flex;
}

._2-col-left-2.cener {
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 450px;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.light-blue {
  color: var(--sky-blue);
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.font-icon {
  color: #fff;
  background-color: #d31b1d;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
}

.font-icon.site {
  color: var(--sky-blue);
  background-color: #0000;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 15.3px;
  font-weight: 300;
}

.grey-content-section {
  background-color: #d31b1d;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.bg-white.p-white {
  background-color: var(--midnight-blue);
}

.sie-map-list {
  padding-left: 0;
}

.site-link {
  color: var(--white);
  font-size: 15.3px;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--sky-blue);
}

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid var(--slate-grey);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.h3 {
  font-size: 21px;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: var(--midnight-blue);
    font-family: Poppins, sans-serif;
  }

  .brand {
    width: auto;
    font-family: "Fa Brands 400 1", sans-serif;
  }

  .btn-underline.footer-link-underline {
    background-color: var(--sky-blue);
  }

  .nav-link-6 {
    margin-left: 14px;
  }

  .label.grey-label {
    color: var(--white);
  }

  .partner-section.social-proof {
    background-color: var(--dark-slate-blue);
    background-image: linear-gradient(to right, #1d7bbf, #66c8f2);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partner-section.premium-classes {
    background-image: url('../images/Lines-1.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partner-section.call-section {
    background-color: var(--midnight-blue);
    background-image: linear-gradient(to right, #1d7bbf, #66c8f2);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partner-section._4-0b {
    background-image: url('../images/Lines-1.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .counterup {
    color: var(--white);
    font-weight: 700;
  }

  .background-video {
    min-height: 100vh;
  }

  .jumbo.max-800 {
    color: var(--white);
    width: 100%;
    font-family: Poppins, sans-serif;
  }

  .jumbo.max-800.small {
    margin-top: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .jumbo.service-text {
    color: var(--white);
    width: 100%;
    font-family: Poppins, sans-serif;
  }

  .big-paragraph {
    line-height: 29px;
  }

  .big-paragraph.max-600 {
    color: var(--white);
    width: 100%;
    max-width: none;
  }

  .hyperlink {
    transition: color .5s ease-in-out;
  }

  .hyperlink:hover {
    color: var(--white);
  }

  .max-600 {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 66px;
    line-height: 70px;
  }

  .button-3 {
    background-image: url('../images/Vector-4.svg'), linear-gradient(to right, #1d7bbf, #66c8f2);
    background-position: 20px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 15px, auto;
    max-width: 200px;
    margin-top: 20px;
  }

  .button-3:hover {
    background-position: 10%, 0 0;
    padding-left: 60px;
  }

  .button-3._300 {
    background-color: var(--midnight-blue);
    background-image: url('../images/Vector-4.svg');
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    max-width: none;
  }

  .description-bg {
    background-color: var(--midnight-blue);
    top: 60px;
  }

  .default-list.list-grid, .default-list.list-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .h3-text-list {
    color: var(--white);
  }

  .fa-icon {
    border-color: var(--white);
    color: var(--white);
    font-family: "Fa Regular 400", sans-serif;
    font-size: 16px;
  }

  .logo-slider {
    padding-top: 12px;
    padding-bottom: 2px;
  }

  .countersymbol {
    color: var(--white);
  }

  .section-h1-wrapper.display-flex.top {
    margin-top: 40px;
  }

  .inner-img {
    background-size: cover;
    height: 100%;
  }

  .inner-img._2 {
    background-image: url('../images/Data-Binary-Code.webp');
    background-size: cover;
  }

  .inner-img.use-cases {
    background-image: url('../images/use-cases.webp');
    background-size: cover;
  }

  .inner-img.use-cases-2 {
    background-image: url('../images/data-cubes-1.webp');
    background-size: cover;
  }

  .inner-img.use-cases-3 {
    background-image: url('../images/pointing-out-data.webp');
    background-size: cover;
  }

  .inner-img.use-cases-4 {
    background-image: url('../images/cloud-convert.webp');
    background-size: cover;
  }

  .container-4 {
    width: 95%;
    max-width: 1450px;
  }

  .social-link {
    border-width: 2px;
    border-color: var(--slate-grey);
    font-family: "Fa Brands 400 1", sans-serif;
  }

  .social-link:hover {
    border-color: var(--slate-grey);
  }

  .social-link.solid {
    font-family: "Fa Solid 900 1", sans-serif;
  }

  .title {
    color: var(--white);
  }

  .footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .legal {
    text-decoration: none;
  }

  .h2 {
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
  }

  .h2.blue {
    color: var(--sky-blue);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
  }

  .phone {
    font-family: "Fa Regular 400", sans-serif;
  }

  .navbar-3 {
    padding-top: 15px;
  }

  .drop-down-link {
    color: var(--white);
    text-transform: uppercase;
  }

  .drop-down-link:hover {
    color: var(--sky-blue);
    text-align: left;
  }

  .dropdown-link.no-border {
    padding-left: 0;
  }

  .header-social-icon.margin-right-none {
    border-color: var(--white);
    color: var(--white);
    font-family: "Fa Solid 900 1", sans-serif;
  }

  .header-social-icon.b {
    border-color: var(--white);
    color: var(--white);
    font-family: "Fa Brands 400 1", sans-serif;
  }

  .header-social-icon.b:hover {
    color: var(--midnight-blue);
  }

  .dropdown-menu-link {
    background-color: var(--midnight-blue);
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
  }

  .dropdown-menu-link:hover {
    border-left-color: var(--sky-blue);
    color: var(--white);
  }

  .nav-link-7 {
    text-transform: uppercase;
    margin-left: 3px;
    margin-right: 3px;
  }

  .hero-content {
    padding-left: 20px;
  }

  .header-2 {
    padding-top: 60px;
  }

  .hero-image {
    object-fit: cover;
    height: 500px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .container-flex {
    background-color: #0000;
    height: 505px;
  }

  .button-5 {
    background-color: var(--steel-blue);
    background-image: linear-gradient(to right, #207cc0, #66c8f2), url('../images/Button-Wave.svg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    font-size: 17px;
  }

  .hero-paragraph {
    color: var(--white);
    font-weight: 400;
    line-height: 1.9;
  }

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

  .slide, .mask, .slide-2, .slide-3, .slide-4 {
    width: 100%;
  }

  .connect {
    background-image: url('../images/Lines-1.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .footer-nav-link {
    color: var(--white);
  }

  .contact-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .contact-sec-2 {
    background-color: #0000;
    padding-left: 0%;
    padding-right: 0%;
  }

  .top-contact-sec-2 {
    width: 100%;
  }

  .footer-nav-link-2 {
    color: var(--white);
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
  }

  .footer-nav-link-2.m-bottom-28 {
    margin-bottom: 10px;
  }

  .footer-nav-link-2.m-bottom-28.top {
    margin-top: 30px;
  }

  .connect-block {
    background-image: linear-gradient(to right, #1d7bbfa6, #66c8f2a6);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    display: flex;
  }

  .text-block-7 {
    color: var(--white);
    font-family: "Fa Regular 400", sans-serif;
  }

  .text-block-7.b {
    font-family: "Fa Brands 400 1", sans-serif;
  }

  .text-block-8 {
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .double-content-div {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-family: Poppins, sans-serif;
  }

  .brand {
    text-align: center;
    width: 500px;
  }

  .nav-link-6 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .partner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partner-section.call-section {
    padding-top: 200px;
  }

  .jumbo {
    font-size: 70px;
  }

  .description-image-wrap {
    width: 100%;
  }

  .max-600 {
    font-family: Fontspring Demo Mongoose Regular;
    font-size: 60px;
    line-height: 40px;
  }

  .description-bg {
    top: 100px;
  }

  .default-list.list-grid, .default-list.list-grid-3 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .fa-icon {
    border-color: var(--midnight-blue);
    color: var(--midnight-blue);
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .left-section-2 {
    width: 100%;
  }

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .drop-down-link {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu-3.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .navbar-4 {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-list-2.w--open {
    background-color: var(--midnight-blue);
    border-radius: 0;
    margin-top: 0;
  }

  .header-social-media {
    justify-content: space-around;
    display: none;
  }

  .dropdown-link {
    background-color: var(--midnight-blue);
    color: var(--white);
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: var(--midnight-blue);
    color: #fff;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    background-color: var(--steel-blue-2);
    color: #fff;
  }

  .dropdown-link.no-border {
    color: #353535;
    background-color: #fdfdfd;
    border-bottom-style: none;
    padding-left: 0;
  }

  .nav-toggle {
    text-align: right;
    border-radius: 6px;
    width: 80%;
    margin-right: 0;
  }

  .nav-toggle.w--open {
    background-color: var(--midnight-blue);
  }

  .header-social-icon {
    color: #353535;
    background-color: #fdfdfd;
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .dropdown-menu-link {
    text-align: right;
    background-color: #0000;
    border-left-style: none;
    border-right: 5px solid #0000;
  }

  .dropdown-menu-link:hover {
    border-left-style: none;
    border-right-color: #1b9a9e;
  }

  .container-6.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .burger-menu {
    color: var(--white);
    font-size: 1.2em;
  }

  .nav {
    background-color: #353535;
    width: 100%;
    height: 100%;
    margin-bottom: auto;
  }

  .nav-link-7 {
    background-color: var(--midnight-blue);
    color: var(--white);
    text-align: right;
    border-bottom: 1px solid #0000000d;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-7:hover {
    background-color: var(--steel-blue-2);
    color: #fdfdfd;
    border-radius: 0;
  }

  .hero-h1 {
    font-size: 40px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .header-2 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .button-wrapper {
    align-items: center;
    margin-top: 20px;
  }

  .container-flex {
    flex-wrap: wrap;
    height: auto;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .button-5 {
    min-height: 30px;
    padding: 15px 40px;
    font-size: 16px;
  }

  .contact-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .h1.h1-margin-30._w-60, .h1.h1-margin-30.h3 {
    max-width: none;
  }

  ._2-col-right {
    width: 100%;
    min-height: 300px;
  }

  ._2-col-right.image {
    width: 100%;
  }

  ._2-col-section.flex-item {
    flex-direction: column;
  }

  ._2-col-section.flex-item.flex-reverse {
    flex-direction: column-reverse;
  }

  ._2-col-left-2, ._2-col-left-2.cener {
    width: 100%;
    padding: 40px 20px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    text-align: center;
  }

  .partner-section.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .partner-section.call-section {
    padding-top: 100px;
  }

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

  .counterup, .jumbo {
    font-size: 50px;
  }

  .jumbo.max-800, .jumbo.service-text {
    font-size: 58px;
  }

  .description-image-wrap {
    height: 350px;
  }

  .description-bg {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .inner-img {
    min-height: 250px;
  }

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

  .navbar-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-6.nav-fluid {
    padding-top: 0;
  }

  .brand-3.w--current {
    margin-left: 15px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-wrapper {
    flex-direction: column;
  }

  .contact-sec-2 {
    padding-top: 100px;
  }

  .top-contact-sec-2 {
    grid-template-columns: 1fr;
  }

  .text-block-4.center {
    font-size: 32px;
  }

  .h1.h1-margin-30._w-60, .h1.h1-margin-30.h3 {
    font-size: 32px;
    line-height: 34px;
  }

  ._2-col-right.image {
    min-height: 350px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    text-align: center;
    width: 100%;
  }

  .brand.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand.foot {
    font-family: "Fa Brands 400 1", sans-serif;
  }

  .partner-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .partner-section.premium-classes {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partner-section.call-section {
    padding-top: 60px;
  }

  .partner-section._4-0b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-2.grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 45px;
  }

  .jumbo.max-800, .jumbo.service-text {
    letter-spacing: -2px;
    font-size: 34px;
    line-height: 1.3em;
  }

  .max-600 {
    font-family: Poppins, sans-serif;
  }

  .button-3 {
    display: none;
  }

  .default-list.list-grid, .default-list.list-grid-3 {
    grid-template-columns: 1fr;
  }

  .fa-icon {
    border-color: var(--white);
    color: var(--white);
  }

  .inner-img {
    min-height: 250px;
  }

  .inner-img._2, .inner-img.use-cases, .inner-img.use-cases-2, .inner-img.use-cases-3, .inner-img.use-cases-4 {
    margin-top: 20px;
  }

  .footer-detail-left {
    width: auto;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
  }

  .social-link {
    margin-left: 0;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-legal.copyright {
    margin-top: 30px;
  }

  .footer-detail-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .footer-logo {
    width: 165px;
  }

  .social-icon-wrap {
    margin-top: 10px;
  }

  .legal {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .drop-down-link {
    text-align: center;
    width: 100%;
  }

  .nav-menu-3.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .navbar-4 {
    flex-direction: column;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-toggle {
    width: 100%;
  }

  .dropdown-menu-link {
    text-align: center;
  }

  .brand-3.w--current {
    margin-left: 0;
  }

  .burger-menu, .nav-link-7 {
    text-align: center;
  }

  .hero-h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .header-2 {
    padding-top: 40px;
  }

  .button-5 {
    width: 100%;
    max-width: 250px;
  }

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

  .form-contact-page {
    width: 100%;
  }

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

  .text-block-4.center {
    font-size: 25px;
    line-height: 1.4;
  }

  .lg-text-sec {
    padding-left: 0;
  }

  .lg-text-sec.center {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .new-h3-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-3 {
    width: 140px;
  }

  .service-banner {
    min-height: 45vh;
  }

  .h1.h1-margin-30._w-60, .h1.h1-margin-30.h3 {
    font-size: 32px;
    line-height: 34px;
  }

  ._2-col-right.image.h-2, ._2-col-right.image.transaction {
    order: 1;
  }

  ._2-col-right.image.cost-optimization {
    flex: 0 auto;
    order: 1;
  }

  ._2-col-right.image.process, ._2-col-right.image.data-flow, ._2-col-right.image.hyper, ._2-col-right.image.hybrid-cloud, ._2-col-right.image.data2, ._2-col-right.image.data4 {
    order: 1;
  }

  ._2-col-left-2.cener {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grey-content-section.bg-white.p-white {
    margin-top: 0;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }
}

#w-node-_554df9c5-2008-6e52-cb43-67fed415334a-adcfc707 {
  align-self: center;
}

#w-node-_554df9c5-2008-6e52-cb43-67fed4153351-adcfc707 {
  justify-self: center;
}

#w-node-e20f7606-4750-667f-6f42-3911152d6c26-152d6c23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e20f7606-4750-667f-6f42-3911152d6c2d-152d6c23 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e20f7606-4750-667f-6f42-3911152d6c3a-152d6c23 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-b89dda9b-4bec-9f50-69b4-3f34fd2fcbfe-fd2fcbee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b89dda9b-4bec-9f50-69b4-3f34fd2fcc00-fd2fcbee, #w-node-b89dda9b-4bec-9f50-69b4-3f34fd2fcc19-fd2fcbee, #w-node-b89dda9b-4bec-9f50-69b4-3f34fd2fcc1a-fd2fcbee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7af9c8-8b3b-6dad-61f1-f623a218d43d-adcfc708 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7af9c8-8b3b-6dad-61f1-f623a218d43f-adcfc708, #w-node-ed7af9c8-8b3b-6dad-61f1-f623a218d458-adcfc708, #w-node-ed7af9c8-8b3b-6dad-61f1-f623a218d459-adcfc708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-e20f7606-4750-667f-6f42-3911152d6c3a-152d6c23 {
    grid-area: 1 / 4 / 2 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e20f7606-4750-667f-6f42-3911152d6c26-152d6c23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e20f7606-4750-667f-6f42-3911152d6c26-152d6c23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e20f7606-4750-667f-6f42-3911152d6c2d-152d6c23 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e20f7606-4750-667f-6f42-3911152d6c3a-152d6c23 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e20f7606-4750-667f-6f42-3911152d6c26-152d6c23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e20f7606-4750-667f-6f42-3911152d6c2d-152d6c23 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e20f7606-4750-667f-6f42-3911152d6c3a-152d6c23 {
    grid-area: 3 / 1 / 4 / 4;
  }
}


@font-face {
  font-family: 'Fa Brands 400 1';
  src: url('../fonts/fa-brands-400-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900 1';
  src: url('../fonts/fa-solid-900-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 300';
  src: url('../fonts/Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro Solid 900';
  src: url('../fonts/Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 100';
  src: url('../fonts/Sharp-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}