body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 0.5em;
  color: #000;
}

li {
  padding-bottom: 0.5em;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}

.section.hero {
  background-color: #2f2fd1;
  background-image: url('../images/hero-graphix-4-01.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
}

.section.bg-gray {
  background-color: #fafafa;
}

.section.bg-0 {
  background-color: #010518;
}

.section.bg-0.hero {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #7df9ff;
  background-image: none;
}

.section.bg-0 {
  background-color: #fff;
}

.section.bg-drk {
  background-color: #021d1f;
}

.section.no-pad {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.container {
  max-width: 85%;
}

.body {
  margin-bottom: 0.5rem;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.content {
  padding: 0px;
}

.header.pr-3x {
  margin-bottom: 24px;
  padding-right: 3rem;
}

.header.pr-3x.mb-1x {
  margin-bottom: 8px;
}

.header.mb-3x {
  margin-bottom: 3rem;
}

.header.my-1x {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.header.mb-2x {
  margin-bottom: 2rem;
}

.tagline {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo-container {
  margin-bottom: 2rem;
}

.v-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-centered {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn {
  padding: 8px 24px;
  border: 1px solid #cbcbf5;
  border-radius: 0px;
  background-color: transparent;
  color: #525252;
  font-size: 0.85rem;
}

.btn.outline {
  margin-right: 0rem;
  border-width: 1px;
  border-color: #2b2b2b;
  color: #2b2b2b;
  font-size: 0.85rem;
}

.btn.outline.mt-1x {
  margin-top: 16px;
  margin-right: 0rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn.outline.mr-2x {
  margin-right: 2rem;
}

.btn.outline.mb-2x {
  display: inline-block;
}

.btn.solid {
  border-style: none;
  background-color: #1a73e8;
  color: #fff;
}

.btn.solid.mb-2x {
  display: inline-block;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 3.157rem;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -2px;
}

.h1.txt-lt {
  color: #fff;
}

.h1.txt-lt.mb-1x.uc {
  text-transform: uppercase;
}

.h1.mb-1x {
  margin-bottom: 1rem;
}

.h1.uc {
  text-transform: uppercase;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 2.369em;
  line-height: 1.2;
  font-weight: 400;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 1.777rem;
  line-height: 1.3;
}

.h3.uc {
  font-size: 1.777rem;
  text-transform: uppercase;
}

.h3.uc.mb-05x {
  margin-bottom: 8px;
  color: #000;
  letter-spacing: 0px;
}

.feature-card {
  display: block;
  height: auto;
  min-height: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 2px;
  border-color: #7df9ff #000 #000;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}

.mb-05x {
  margin-bottom: 0.5rem;
}

.mb-2x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar {
  display: block;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.navbar.nav-lt {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
}

.nav-link-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
}

.nav-link-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
}

.flexbox-centre-justified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox-centre-justified.py-1x {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-item {
  font-size: 1rem;
  font-weight: 400;
  list-style-type: disc;
}

.px-1x {
  padding-right: 8px;
  padding-left: 8px;
}

.list {
  padding-left: 20px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: disc;
}

.list.b-top {
  border-top: 1px solid #000;
}

.list.b-top.txt-lt {
  padding-top: 8px;
  border-top-color: #d6d6d6;
  color: #d6d6d6;
}

.list.b-top.txt-lt.blu {
  border-top-color: #7df9ff;
  color: #7df9ff;
}

.list.mb-2x {
  margin-bottom: 2rem;
}

.list.ul {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: disc;
}

.list.ul.mb-2x {
  display: block;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: disc;
}

.list.ol {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: decimal;
}

.logo-band {
  background-color: #fff;
}

.sitconn-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000;
  background-image: url('../images/headway-5QgIuuBxKwM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.list {
  list-style-type: decimal;
}

.list.ul {
  color: #525252;
}

.list.ol {
  color: #525252;
  list-style-type: disc;
}

.text-span-8 {
  font-weight: 700;
}

.image {
  margin-right: 1rem;
}

.sm-ico {
  margin-right: 1rem;
}

.paragraph-4 {
  color: #000;
}

.paragraph-5 {
  color: #000;
}

.paragraph-6 {
  color: #000;
}

.paragraph-7 {
  color: #000;
}

.paragraph-8 {
  color: #000;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 1.333rem;
  line-height: 1.5;
}

.h4.txt-lt {
  color: #fff;
}

.h4.mb-1x {
  margin-bottom: 1rem;
}

.h4.uc {
  text-transform: uppercase;
}

.h4.uc.mb-05x {
  margin-bottom: 8px;
}

.p-1x {
  padding: 16px;
  background-color: rgba(125, 249, 255, 0.1);
}

.p-reg {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.p-reg.mb-2x {
  margin-bottom: 2rem;
}

.p-lg {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 1.333rem;
  line-height: 1.5;
}

.p-lg.strong.mb-105x {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.p-lg.txt-lt {
  color: #fff;
}

.p-lg.txt-lt.blu {
  color: #7df9ff;
}

.list-item-2 {
  list-style-type: disc;
}

.list-item-3 {
  list-style-type: disc;
}

.list-item-4 {
  list-style-type: disc;
}

.list-item-5 {
  list-style-type: disc;
}

.list-item-6 {
  list-style-type: disc;
}

.list-item-7 {
  list-style-type: disc;
}

.list-item-8 {
  list-style-type: disc;
}

.list-item-9 {
  list-style-type: disc;
}

.list-item-10 {
  list-style-type: disc;
}

.list-item-11 {
  list-style-type: disc;
}

.list-item-12 {
  color: #333;
}

.list-item-13 {
  color: #333;
}

.list-item-14 {
  color: #333;
}

.list-item-15 {
  color: #333;
}

.list-item-16 {
  color: #333;
}

.list-item-17 {
  color: #333;
}

.list-item-18 {
  color: #333;
}

.list-item-19 {
  color: #333;
}

.list-item-20 {
  color: #333;
}

.list-item-21 {
  color: #333;
}

.list-item-22 {
  color: #333;
}

.list-item-23 {
  color: #333;
}

.list-item-24 {
  color: #333;
}

.list-item-25 {
  color: #333;
}

.list-item-26 {
  color: #333;
}

.list-item-27 {
  color: #333;
}

.list-item-28 {
  color: #333;
}

.list-item-29 {
  color: #333;
}

.list-item-30 {
  color: #333;
}

.list-item-31 {
  color: #333;
}

.flex-align {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interconn-hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('../images/markus-spiske-7PMGUqYQpYc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Inter, sans-serif;
}

.innodrome-hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('../images/xr-expo-ipDhOQ5gtEk-unsplash-copy.jpeg');
  background-position: 50% 50%;
  background-size: auto;
}

.list-item-52 {
  color: #333;
}

.list-item-53 {
  color: #333;
}

.list-item-54 {
  color: #333;
}

.list-item-55 {
  color: #333;
}

.list-item-56 {
  color: #333;
}

.list-item-57 {
  color: #333;
}

.list-item-58 {
  color: #333;
}

.list-item-59 {
  color: #333;
}

.list-item-60 {
  color: #333;
}

.list-item-61 {
  color: #333;
}

.list-item-62 {
  color: #333;
}

.list-item-63 {
  color: #333;
}

.list-item-64 {
  color: #333;
}

.list-item-65 {
  color: #333;
}

.bicon-hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('../images/martin-sanchez-ezY6rc65mUE-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  font-family: Inter, sans-serif;
}

.list-item-66 {
  color: #333;
}

.list-item-67 {
  color: #333;
}

.list-item-68 {
  color: #333;
}

.list-item-69 {
  color: #333;
}

.list-item-70 {
  color: #333;
}

.uniconn-hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('../images/pexels-gezer-amorim-2293558.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/iconn-slider-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/iconn-slider-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-4 {
  background-image: url('../images/iconn-slider-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  color: #252525;
}

.logo-box.flexbox-centre-justified {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner-logo {
  margin: 0px 20px 16px;
  padding-left: 0px;
}

.p-sm {
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0.75rem;
  text-align: center;
}

.p-sm.text-center {
  text-align: center;
}

.text-center {
  margin-top: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 85%;
  }

  .btn.outline.mt-1x {
    margin-top: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-family: Inter, sans-serif;
  }

  .section {
    color: #fff;
  }

  .section.bg-0.hero {
    color: #000;
  }

  .container {
    max-width: 1440px;
  }

  .header.mb-2x {
    margin-bottom: 2rem;
  }

  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-color: #525252;
    color: #525252;
  }

  .btn.outline.mt-1x {
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h1 {
    line-height: 1;
    font-weight: 300;
  }

  .h1.txt-lt {
    color: #fff;
  }

  .h2 {
    color: #000;
    font-size: 2.369rem;
    line-height: 1;
    font-weight: 700;
  }

  .h3 {
    font-size: 1.777rem;
  }

  .navbar.nav-lt {
    color: #fff;
  }

  .nav-link {
    color: #000;
  }

  .nav-link-2 {
    color: #030303;
  }

  .nav-link-3 {
    color: #000;
  }

  .sitconn-hero {
    background-color: #7df9ff;
    background-image: url('../images/xr-expo-ipDhOQ5gtEk-unsplash-copy.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 1.333rem;
    line-height: 1.4;
  }

  .p-1x {
    padding: 16px;
    background-color: #fafafa;
  }

  .p-reg {
    font-family: Inter, sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
  }

  .body-6 {
    font-size: 16px;
  }

  .p-lg {
    color: #333;
    font-size: 1.333rem;
    line-height: 1.5;
  }

  .p-lg.strong {
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 90%;
  }

  .header.pr-3x {
    margin-top: 52px;
    margin-bottom: 3rem;
    padding-right: 0rem;
  }

  .v-centered {
    display: block;
  }

  .columns-2 {
    display: block;
  }

  .columns-3 {
    display: block;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.bg-0.hero {
    font-size: 1.5rem;
  }

  .section.bg-0 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container {
    max-width: 92%;
  }

  .header.pr-3x {
    padding-right: 0rem;
  }

  .v-centered {
    display: block;
  }

  .btn.outline.mr-2x {
    font-size: 0.9rem;
  }

  .btn.outline.mb-2x {
    display: inline-block;
  }

  .btn.outline {
    font-size: 0.9rem;
  }

  .h1 {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }

  .feature-card {
    margin-bottom: 3rem;
  }

  .mb-2x {
    display: block;
  }

  .columns {
    display: block;
  }

  .flexbox-centre-justified.py-1x {
    display: block;
  }

  .column {
    display: none;
  }

  .image-2 {
    margin-bottom: 40px;
  }
}

