.reserach {
  position: relative;
}
.textbgtest {
  position: relative;
}

.robotimg {
  position: absolute;
  right: 0;
  top: 20%;
}

@media (max-width: 992px) {
  .robotimg {
    display: none;
  }
}

.robotimg-intro {
  position: absolute;
  width: 1900px;
  height: auto;
}

@media (max-width: 768px) {
  .robotimg-intro {
    display: none;
  }
}

.greenboarder {
  border: 4px solid #43de5c;
  border-radius: 4px;
  padding: 50px;
}

@media (max-width: 992px) {
  .greenboarder {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .greenboarder {
    padding: 20px;
  }
}

.greenboarder .gbbox {
  margin-bottom: 40px;
}

.greenboarder .gbbox p {
  margin-bottom: 10px;
}

.researchbg-test {
  position: relative;
  background: url(/_nuxt/img/Robotpart_Traingles_BG2.2fb692e.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.researchbg-test2 {
  position: relative;
  background: url(/_nuxt/img/Robotpart_Traingles_BG6.0dc189c.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 40%;
}

.inlinecheck {
  display: flex;
}

.greentopborder {
  border-top: 40px solid #43de5c;
}

.greenborder {
  border: 5px solid #43de5c;
}

.academiamarginbox {
  background: #1a272d;
}

.academiamarginbox,
.academiamarginboxtwo {
  position: relative;
  color: #fff;
  height: 100%;
  margin: 10px;
  padding: 20px 20px 60px;
  border-radius: 4px;
}

.academiamarginboxtwo {
  background: rgba(26, 39, 45, 0.7);
}

.sub-label {
  display: block;
  text-align: left;
}

.sub-input {
  width: 100%;
}

.clear {
  text-align: right;
  margin: 10px 0;
}

.indicates-required {
  font-size: 0.8em;
  text-align: right;
}

.credits {
  float: right;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.flickingcontainer {
  width: 100vw;
  height: 85vh;
  margin: 150px 0 50px;
  background: #fff;
  position: relative;
}

.flickingcontainer .panels {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 85vh;
}

.flickingcontainer .panel {
  position: relative;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 10px;
}

.carouselbtn {
  height: 100px;
  width: 50px;
  top: calc(50% - 50px);
  background: #1a272d;
  text-align: center;
  padding: 38px 0;
  cursor: pointer;
  transition: all 0.1s ease;
}

.prevbtn {
  position: absolute;
  left: 50px;
}

.nextbtn {
  position: absolute;
  right: 50px;
}

.carouselbtn svg path {
  fill: #fff;
}

.carouselbtn:focus,
.carouselbtn:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

.info-slogan h2 {
  font-size: 3.5rem;
  line-height: 3.8125rem;
  font-weight: 700;
}

.newer h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 600;
}

.newer h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.modal-dialog {
  max-width: 800px !important;
}

.newer video {
  max-width: 600px;
}

.crossbtn {
  color: #1a272d;
  background: 0 0;
  border: 1px solid #1a272d;
  border-radius: 30px;
  font-size: 1.5em;
  width: 40px;
}

.bv-example-row {
  background: #ccc;
  margin: 0 auto;
}

.introvideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.introvideo iframe,
.introvideo {
  max-width: 640px;
  max-height: 385px;
}

.introvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .introvideo iframe {
    margin: 20px 20px 20px 0;
  }
}

.first .slogan {
  width: 40%;
}

.spacer-line {
  width: 400px;
  height: 2px;
  background: #1a272d;
  margin: 15px 0 10px;
}

@media (max-width: 576px) {
  .spacer-line {
    width: 80%;
  }
}

.blue {
  background: #00b9eb;
}

.first .introimg {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.academiapackage {
  padding: 80px 0;
  background-size: 100%;
  background-position: 100% 100%;
}

.second .row {
  margin: 0 auto;
}

.next-t .package-info-slogan {
  margin: 0 10%;
  padding: 0 0 10px;
  width: 80%;
}

.package {
  margin: 0 10%;
  width: 80%;
  border: 1px solid #1a272d;
}

.package,
.rightside {
  padding: 0;
}

.borderright {
  border-right: 1px solid #1a272d;
}

.borderbottom {
  border-bottom: 1px solid #1a272d;
}

.package-card {
  padding: 30px;
}

.package h3 {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 0 0 5px;
}

.package p {
  font-weight: 400;
  line-height: 1.625rem;
  min-height: 180px;
}

.logos {
  max-width: 110px;
  margin: 10px;
}

.middle {
  text-align: right;
}

.middle button {
  padding: 20px;
}

.col-block {
  margin: 15px;
  min-height: 300px;
  padding: 100px;
}

.vertical-border {
  background: #f2f7f7;
  width: 2px;
  max-width: 2px;
  padding: 0;
}

.dummy {
  max-width: 50%;
}

.sml {
  max-width: 40%;
}

.xl {
  max-width: 60%;
}

.logo-container {
  flex-direction: column;
}

.intro-block {
  width: 100%;
  margin: 0 auto;
  color: #1a272d !important;
}

.intro-block .row {
  max-width: 100%;
}

.intro-block h3 {
  font-size: 38px;
  line-height: 1.0625;
  font-weight: 600;
}

.intro-block p {
  font-size: 24px;
  line-height: 1.33341;
}

.intro-block .container-fluid {
  padding: 0;
}

.grey {
  background: #e4e6ea;
}

.greyer {
  background: #dddedf;
}

.greyerer {
  background: #ced4dd;
}

.buy-block {
  margin: 0 auto;
  padding: 80px;
  color: #fff !important;
  background: linear-gradient(transparent, #151b25, #151516), linear-gradient(90deg, #172538, #18263a 50%);
}

.buy-block-line {
  width: 400px;
  height: 2px;
  background: #fff;
  margin: 25px 0 20px;
}

.buy-block p {
  max-width: 80%;
}

.buy-box {
  width: 100%;
  text-align: right;
}

.icons {
  max-width: 60%;
  text-align: center;
  margin: 50px 0 0;
}

.icons img {
  max-height: 80px;
  width: auto;
  margin: 20px 0;
}

.app-block {
  background: #e1e1e4;
  background: linear-gradient(120deg, #e1e1e4, #f5f5f7 40%, #fff);
}

.app-block-last,
.app-block {
  width: 80%;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
}

.app-block-last {
  color: #1a272d !important;
  background: #f5f5f7;
  background: linear-gradient(60deg, #f5f5f7, #fff);
}

.app-block-half-1 {
  width: 50%;
  margin-right: 10px;
  background: #e1e1e4;
  background: linear-gradient(120deg, #e1e1e4, #f5f5f7 40%, #fff);
}

.app-block-half-1,
.app-block-half-2 {
  padding: 50px;
  color: #1a272d !important;
  border-radius: 20px;
}

.app-block-half-2 {
  width: 48%;
  margin-left: 10px;
  background: #fff;
}

.blocks {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.block {
  width: 30%;
  margin: 30px;
}

.text-blocks {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.text-block-1 {
  width: 40%;
  margin: 10px 50px 0 0;
}

.text-block-2 {
  width: 60%;
  margin: 0 50px 50;
}

.single-block {
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.bg-card,
.package-bg-card {
  border: none;
}

.bg-card {
  color: #fff;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.bg-card-colored {
  background: rgba(26, 39, 45, 0.7);
}

.price {
  text-align: left;
}

.price h3 {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 0 0 5px;
  font-style: italic;
}

.box {
  box-shadow: 0 0 10px #afc0d9;
  background-color: #fff;
  padding: 35px;
  border-radius: 0.25rem;
  text-align: center;
}

input {
  border: 1px solid #dcdbeb;
  border-radius: 4px;
  font-size: 1em;
  padding: 6px 15px;
  color: #000;
  transition: all 0.15s ease-in;
}

.terms {
  text-align: left;
}

input[type='submit'] {
  color: #fff;
  background: #1a272d;
  display: inline-block;
  border: 1px solid #1a272d;
  border-radius: 5px;
  font-size: 1em;
  text-decoration: none;
  margin: 5px 0;
  padding: 6px 15px;
  position: relative;
  transition: all 0.2s;
  z-index: 1;
}

input[type='submit']:disabled {
  opacity: 0.6;
}

input[type='submit']:focus,
input[type='submit']:hover {
  background: #314349;
  border: 1px solid #314349;
  box-shadow: none !important;
  transition: all 0.2s;
}

input[type='submit']:focus {
  outline: 1px solid #167f8d !important;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

#subscribe-result p {
  margin-top: 35px;
}

.order-link {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 15px 25px;
  border: 2px solid #1a272d;
  color: #1a272d;
  border-radius: 30px;
  transition: all 0.2s ease;
}

.order-link:focus,
.order-link:hover {
  color: #fff;
  background: #1a272d;
  text-decoration: none;
  outline: 0;
  transition: all 0.2s ease;
}

.order-link svg {
  fill: #1a272d;
}

.request-btn {
  background: 0 0;
  color: #1a272d;
  border: none;
  padding: 10px 10px 10px 0 !important;
  margin: 10px 10px 10px 0;
  font-size: 20px;
}

.request-btn img {
  width: 30px;
}

.videogrid {
  background: #ebebeb;
}

.research-box {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
}

.research-box h3 {
  margin: 10px 0 0;
}

.research-box p {
  flex-grow: 1;
  margin: 10px 0;
}

.research-box .small-logos {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  flex-grow: 1;
}

.research-box .small-logos img {
  max-width: 160px;
  max-height: 70px;
  height: auto;
  margin: 15px 5px 5px;
  align-self: end;
}

.bookaslot {
  background: #1a272d;
  color: #fff;
  margin-top: 40px;
  padding: 25px;
}

.bookaslot .cta-small-btn {
  margin: 0;
}

@media (max-width: 768px) {
  .bookaslot {
    margin-top: 20px;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .bookaslot {
    margin-top: 20px;
    padding: 10px 15px;
  }
}

@-webkit-keyframes rotate-data-v-5766b22c {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate-data-v-5766b22c {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.device-image {
  margin: 0;
  background: url(/_nuxt/img/macbook-pro.27bc041.png) no-repeat;
  background-size: cover;
  position: relative;
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
}

.vid {
  width: 790px;
  top: -20px;
  left: 10px;
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-container embed,
.video-container object,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-slogan h2 {
  font-size: 3.5rem;
  line-height: 3.8125rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .hub-video-container {
    margin: 50px 0 20px;
  }
}

.hub-video-container video {
  max-width: 630px;
  width: 81%;
  left: 10%;
  top: 10px;
}

@media (max-width: 992px) {
  .hub-video-container video {
    left: 11%;
  }
}

@-webkit-keyframes rotate-data-v-4f986998 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate-data-v-4f986998 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.bg-card {
  margin: 0;
  padding: 0;
}

.infosection {
  padding: 0;
  margin: 50px 0;
}

.center {
  text-align: right;
  vertical-align: sub;
}

.greenboarder {
  border: 4px solid #43de5c;
  border-radius: 4px;
  padding: 50px;
}

@media (max-width: 992px) {
  .greenboarder {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .greenboarder {
    padding: 20px;
  }
}

.greenboarder .gbbox {
  margin-bottom: 40px;
}

.greenboarder .gbbox p {
  margin-bottom: 10px;
}

.inlinecheck {
  display: flex;
}

.biggerdot {
  font-size: 1.5em;
}

.desk,
.ride {
  background: #49c7c7 !important;
}

.deskride {
  background: #d5dcdc !important;
}

.fci {
  background: #49c7c7 !important;
}

.div {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px solid #1a272d;
}

.compar {
  margin: 100px auto 50px !important;
}

@media (max-width: 576px) {
  .compar {
    display: none;
  }
}

.compar .bg-card {
  margin: 0 !important;
}

.rwd-table {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

.rwd-table th {
  padding: 0 20px 10px 35px;
}

.rwd-table td {
  padding: 10px 40px 10px 20px;
  border-bottom: 1px solid #1a272d;
}

.hovermark {
  background: #fff;
  color: #1a272d;
  transition: all 0.1s;
}

.hovermark:hover {
  background: #1a272d;
  color: #fff;
  transition: all 0.2s;
}

.effect8 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 40px rgba(0, 0, 0, 0.1);
}

.effect6:after,
.effect8:before {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

.effect8:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.spacer-line {
  width: 400px;
  height: 2px;
  background: #1a272d;
  margin: 15px 0 10px;
}

@media (max-width: 576px) {
  .spacer-line {
    width: 80%;
  }
}

.testimonials {
  margin: 50px auto;
  text-align: center;
}

.testimonials img {
  margin: 20px;
}

.testimonials h4 {
  font-weight: 700;
}

.testimonials p {
  margin: 0 20px;
}

.testimonials a {
  text-align: right;
}

.fluid-container {
  position: relative;
}

.minimal {
  width: 80%;
  height: 85vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 0;
}

.info-slogan {
  max-width: 580px;
}

.info-slogan h2 {
  font-size: 3.5rem;
  line-height: 3.8125rem;
  font-weight: 700;
}

.info-slogan h3 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 400;
}

.robot {
  width: 50%;
}

.robot img {
  width: 100%;
}

.robot video {
  width: 100%;
  height: auto;
}

.ww {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
}

.scalebtn {
  margin: 15px 25px;
  padding: 10px 15px;
  transition: all 0.2s;
}

.scalebtn:focus,
.scalebtn:hover {
  transition: all 0.5s;
  transform: scale(1.25);
}

.next-t {
  width: 100%;
  margin-top: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #1a272d;
}

.second {
  padding: 10px 0;
}

.second .row {
  margin: 0 auto;
}

.package {
  margin: 0 10%;
  width: 80%;
}

.package,
.rightside {
  padding: 0;
}

.package-card {
  padding: 30px;
}

.package h3 {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 0 0 10px;
}

.table-text h3 {
  margin: 60px 50px 0 0;
}

.table-text p {
  margin: 0 50px 0 0;
}

.package p {
  font-weight: 400;
  line-height: 1.625rem;
}

.button-box {
  widows: 100%;
  text-align: right;
}

.logos {
  max-width: 110px;
  margin: 10px;
}

.interfacecards {
  padding: 40px 20px;
  margin: 10px;
  border-radius: 4px;
  height: 100%;
}

@media (max-width: 992px) {
  .interfacecards {
    padding: 20px 10px;
    padding: 10px;
  }
}

.crossbtn {
  color: #1a272d;
  background: 0 0;
  border: 1px solid #1a272d;
  border-radius: 30px;
  font-size: 1.5em;
  width: 40px;
}

.follow {
  width: 100%;
  margin-bottom: 30px;
}

.follow span {
  font-family: sans-serif;
  text-decoration: none;
  color: grey;
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-right: 30px;
  cursor: pointer;
}

.follow span:after {
  content: '';
  background: #2bb2df;
  height: 3px;
  position: absolute;
  bottom: 0;
  transition: all 0.16s 25ms;
  left: 100%;
  right: 0;
}

.follow span:hover ~ span:after {
  left: 0;
  right: 100%;
}

.follow span:hover:after {
  left: 0;
  right: 0;
}

.follow span:focus ~ span:after {
  left: 0;
  right: 100%;
}

.follow span:focus:after {
  left: 0;
  right: 0;
}

.noborder {
  border: none;
}

.table-text {
  padding-top: 90px;
}

@-webkit-keyframes rotate-data-v-461d6b3d {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate-data-v-461d6b3d {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.bg-card[data-v-461d6b3d] {
  margin: 0;
  padding: 0;
}

.infosection[data-v-461d6b3d] {
  padding: 0;
  margin: 50px 0;
}

.center[data-v-461d6b3d] {
  text-align: right;
  vertical-align: sub;
}

.biggerdot[data-v-461d6b3d] {
  font-size: 1.5em;
}

.desk[data-v-461d6b3d],
.ride[data-v-461d6b3d] {
  background: #49c7c7 !important;
}

.deskride[data-v-461d6b3d] {
  background: #d5dcdc !important;
}

.fci[data-v-461d6b3d] {
  background: #49c7c7 !important;
}

.div[data-v-461d6b3d] {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px solid #1a272d;
}

.compar[data-v-461d6b3d] {
  margin: 100px auto 50px !important;
}

@media (max-width: 576px) {
  .compar[data-v-461d6b3d] {
    display: none;
  }
}

.compar .bg-card[data-v-461d6b3d] {
  margin: 0 !important;
}

.rwd-table[data-v-461d6b3d] {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

.rwd-table th[data-v-461d6b3d] {
  padding: 0 20px 10px 35px;
}

.rwd-table td[data-v-461d6b3d] {
  padding: 10px 40px 10px 20px;
  border-bottom: 1px solid #1a272d;
}

.hovermark[data-v-461d6b3d] {
  background: #fff;
  color: #1a272d;
  transition: all 0.1s;
}

.hovermark[data-v-461d6b3d]:hover {
  background: #1a272d;
  color: #fff;
  transition: all 0.2s;
}

.effect8[data-v-461d6b3d] {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 40px rgba(0, 0, 0, 0.1);
}

.effect6[data-v-461d6b3d]:after,
.effect8[data-v-461d6b3d]:before {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

.effect8[data-v-461d6b3d]:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.spacer-line[data-v-461d6b3d] {
  width: 400px;
  height: 2px;
  background: #1a272d;
  margin: 15px 0 10px;
}

@media (max-width: 576px) {
  .spacer-line[data-v-461d6b3d] {
    width: 80%;
  }
}

.testimonials[data-v-461d6b3d] {
  margin: 50px auto;
  text-align: center;
}

.testimonials img[data-v-461d6b3d] {
  margin: 20px;
}

.testimonials h4[data-v-461d6b3d] {
  font-weight: 700;
}

.testimonials p[data-v-461d6b3d] {
  margin: 0 20px;
}

.testimonials a[data-v-461d6b3d] {
  text-align: right;
}

.fluid-container[data-v-461d6b3d] {
  position: relative;
}

.minimal[data-v-461d6b3d] {
  width: 80%;
  height: 85vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 0;
}

.info-slogan[data-v-461d6b3d] {
  max-width: 580px;
}

.info-slogan h2[data-v-461d6b3d] {
  font-size: 3.5rem;
  line-height: 3.8125rem;
  font-weight: 700;
}

.info-slogan h3[data-v-461d6b3d] {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 400;
}

.robot[data-v-461d6b3d] {
  width: 50%;
}

.robot img[data-v-461d6b3d] {
  width: 100%;
}

.robot video[data-v-461d6b3d] {
  width: 100%;
  height: auto;
}

.ww[data-v-461d6b3d] {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
}

.scalebtn[data-v-461d6b3d] {
  margin: 15px 25px;
  padding: 10px 15px;
  transition: all 0.2s;
}

.scalebtn[data-v-461d6b3d]:focus,
.scalebtn[data-v-461d6b3d]:hover {
  transition: all 0.5s;
  transform: scale(1.25);
}

.next-t[data-v-461d6b3d] {
  width: 100%;
  margin-top: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #1a272d;
}

.second[data-v-461d6b3d] {
  padding: 10px 0;
}

.second .row[data-v-461d6b3d] {
  margin: 0 auto;
}

.package[data-v-461d6b3d] {
  margin: 0 10%;
  width: 80%;
}

.package[data-v-461d6b3d],
.rightside[data-v-461d6b3d] {
  padding: 0;
}

.package-card[data-v-461d6b3d] {
  padding: 30px;
}

.package h3[data-v-461d6b3d] {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 0 0 10px;
}

.table-text h3[data-v-461d6b3d] {
  margin: 60px 50px 0 0;
}

.table-text p[data-v-461d6b3d] {
  margin: 0 50px 0 0;
}

.package p[data-v-461d6b3d] {
  font-weight: 400;
  line-height: 1.625rem;
}

.button-box[data-v-461d6b3d] {
  widows: 100%;
  text-align: right;
}

.logos[data-v-461d6b3d] {
  max-width: 110px;
  margin: 10px;
}

.interfacecards[data-v-461d6b3d] {
  padding: 40px 20px;
  margin: 10px;
  border: 1px solid #1a272d;
  border-radius: 4px;
}

.crossbtn[data-v-461d6b3d] {
  color: #1a272d;
  background: 0 0;
  border: 1px solid #1a272d;
  border-radius: 30px;
  font-size: 1.5em;
  width: 40px;
}

.follow[data-v-461d6b3d] {
  width: 100%;
  margin-bottom: 30px;
}

.follow span[data-v-461d6b3d] {
  font-family: sans-serif;
  text-decoration: none;
  color: grey;
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-right: 30px;
  cursor: pointer;
}

.follow span[data-v-461d6b3d]:after {
  content: '';
  background: #2bb2df;
  height: 3px;
  position: absolute;
  bottom: 0;
  transition: all 0.16s 25ms;
  left: 100%;
  right: 0;
}

.follow span:hover ~ span[data-v-461d6b3d]:after {
  left: 0;
  right: 100%;
}

.follow span[data-v-461d6b3d]:hover:after {
  left: 0;
  right: 0;
}

.follow span:focus ~ span[data-v-461d6b3d]:after {
  left: 0;
  right: 100%;
}

.follow span[data-v-461d6b3d]:focus:after {
  left: 0;
  right: 0;
}

.noborder[data-v-461d6b3d] {
  border: none;
}

.table-text[data-v-461d6b3d] {
  padding-top: 90px;
}

.info-slogan h2[data-v-6539336c] {
  font-size: 3.5rem;
  line-height: 3.8125rem;
  font-weight: 700;
}

@-webkit-keyframes rotate-data-v-48eea9fe {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate-data-v-48eea9fe {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}



.sublinks .footernav {
  margin: 0 auto 50px;
  width: 80%;
  text-align: right;
}

.sociallinks,
.sublinks .footernav ul li {
  display: inline-block;
}

.sociallinks ul {
  list-style: none;
}

.sociallinks ul li {
  display: inline-block;
  padding: 0.5rem 1rem;
}

.sociallinks ul .lastli {
  margin-right: 0;
  padding-right: 0;
}

.sociallinks ul a {
  font-size: 16px;
}

.footersublinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.footersublinks ul li {
  display: inline-block;
}

.footersublinks ul .firstli a {
  margin-left: 0;
  padding-left: 0;
}

.footersublinks ul span {
  font-weight: 400;
  font-size: 16px;
}

.footersubmenu {
  margin-bottom: 20px;
}

.footersubmenu li {
  margin: 0 0 5px !important;
}

.footersubmenu li a {
  padding: 0 !important;
}

.darkmode footer {
  background: #1a1a1a;
  color: #fff;
}

.darkmode footer a {
  color: #fff;
}

.darkmode footer .blue-btn {
  color: #1a272d;
}

.darkmode footer .cta-btn-outline-blk {
  border: 1px solid #fff;
  color: #fff;
}

.darkmode footer .cta-btn-outline-blk:hover {
  color: #fff;
}

.darkmode .feworld-logo {
  margin-left: -18px;
}

.darkmode .sociallinks a {
  color: #b5b5b5;
}

.darkmode .footersublinks {
  background: #1a1a1a;
  color: #f5f5f5;
}

.darkmode .footersublinks a {
  font-size: 16px;
  color: #b5b5b5;
}

.darkmode .footersublinks a span {
  font-weight: 400;
}

.darkmode-footer footer {
  background: #1a1a1a;
  color: #fff;
}

.darkmode-footer footer a {
  color: #fff;
}

.darkmode-footer footer .blue-btn {
  color: #1a272d;
}

.darkmode-footer footer .cta-btn-outline-blk {
  border: 1px solid #fff;
  color: #fff;
}

.darkmode-footer footer .cta-btn-outline-blk:hover {
  color: #fff;
}

.darkmode-footer .feworld-logo {
  margin-left: -18px;
}

.darkmode-footer .sociallinks a {
  color: #b5b5b5;
}

.darkmode-footer .footersublinks {
  background: #1a1a1a;
  color: #f5f5f5;
}

.darkmode-footer .footersublinks a {
  font-size: 16px;
  color: #b5b5b5;
}

.darkmode-footer .footersublinks a span {
  font-weight: 400;
}

.feworld-logo {
  max-width: 260px;
}
.researchsection {
  width: 100%;
  height: 90vh;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.researchsection .mobile-img,
.researchsection .mobile-video {
  display: none;
}

@media (max-width: 768px) {
  .researchsection {
    height: 80vh;
    background: 0 0;
  }

  .researchsection figcaption {
    font-size: 0.8em;
  }

  .researchsection .mobile-img,
  .researchsection .mobile-video {
    display: block;
  }

  .researchsection .mobile-video .cta-small-btn {
    padding: 6px 15px 6px 0;
    margin: 0 20px 20px 0;
  }

  .researchsection iframe {
    display: none;
  }
}
.research-box {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
}

.research-box h3 {
  margin: 10px 0 0;
}

.research-box p {
  flex-grow: 1;
  margin: 10px 0;
}

.research-box .small-logos {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  flex-grow: 1;
}

.research-box .small-logos img {
  max-width: 160px;
  max-height: 70px;
  height: auto;
  margin: 15px 5px 5px;
  align-self: end;
}

.bookaslot {
  background: #1a272d;
  color: #fff;
  margin-top: 40px;
  padding: 25px;
}

.bookaslot .cta-small-btn {
  margin: 0;
}

@media (max-width: 768px) {
  .bookaslot {
    margin-top: 20px;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .bookaslot {
    margin-top: 20px;
    padding: 10px 15px;
  }
}

@-webkit-keyframes rotate-data-v-5766b22c {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate-data-v-5766b22c {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}
.section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #1a272d;
}
.package-info-slogan {
  width: 80%;
  margin: 0 auto;
}
.headline {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
}

.interfacecards {
  padding: 40px 20px;
  margin: 10px;
  border-radius: 4px;
  height: 100%;
  color: #333;
}

@media (max-width: 992px) {
  .interfacecards {
    padding: 20px 10px;
    padding: 10px;
  }
}
.inlinecheck {
  display: flex;
}
@media (max-width: 992px)
{
  .hub-video-container {
    margin: 50px 0 20px;
}
}
.device-image {
    margin: 0;
/*    background: url(../img/macbook-pro.27bc041.png) no-repeat;*/
    background-size: cover;
    position: relative;
    max-width: 800px;
    width: 100%!important;
    display: flex;
    align-items: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-container embed, .video-container object, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hub-video-container video {
    max-width: 630px;
    width: 81%;
    left: 10%;
    top: 10px;
}
@media (max-width: 992px){
.hub-video-container video {
    left: 11%;
}}
