:root {
  --gray3: #636e93;
  --primary3: #006138;
  --gray1: #e9ecf4;
  --white: white;
  --off-black: #001426;
  --blue2: #15204e;
  --primary1: #00ab63;
  --primary4: #009664;
  --radius: 8px;
  --gray2: #929ab5;
  --blue1: #535d82;
  --accent2: #7719ff;
  --accent1: #a157ff;
  --primary2: #0c7;
}

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

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

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

h6 {
  color: var(--gray3);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

p {
  color: #707070;
  margin-bottom: 10px;
}

.logo-text {
  color: var(--primary3);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1em;
}

.container {
  max-width: 1200px;
  margin: 15px auto;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  border-bottom: 1px solid var(--gray1);
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.body {
  background-color: var(--white);
}

.intro-section {
  min-height: 500px;
  background-color: var(--white);
  background-image: linear-gradient(352deg, #e2e0f5, #fff 47%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-section.short {
  min-height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.intro-container {
  z-index: 5;
  max-width: 1200px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: visible;
}

.intro-cta {
  z-index: 10;
  max-width: 600px;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  position: relative;
}

.nav-menu {
  margin-top: 2px;
  display: inline-block;
}

.brand {
  display: inline-block;
}

.heading-secondary {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.heading-primary {
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.heading-primary.gradient {
  background-image: linear-gradient(113deg, var(--off-black), var(--blue2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Varela Round, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.heading-primary.gradient.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  transform: translate(0);
}

.intro-graphic-holder {
  flex: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  position: relative;
  right: -30px;
  overflow: visible;
}

.btn1 {
  background-color: var(--primary1);
  color: var(--white);
  border-radius: 10px;
  margin: 4px;
  padding: 8px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.btn1:hover {
  background-color: var(--primary4);
}

.btn1.big {
  border-radius: var(--radius);
  margin-left: 0;
  margin-right: 0;
  padding: 16px 34px;
  font-size: 22px;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.btn1.big.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.btn1.big.arrow {
  padding-right: 56px;
}

.btn1.big.full-width {
  width: 100%;
}

.spacer {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.btn2 {
  border: 1px solid var(--gray2);
  color: var(--blue1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 4px;
  padding: 7px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.btn2:hover {
  border-color: var(--primary1);
  background-color: var(--white);
  color: var(--primary1);
}

.btn2.big {
  border-color: var(--gray2);
  border-radius: var(--radius);
  color: var(--blue1);
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1em;
}

.btn2.big:hover {
  border-color: var(--primary1);
  background-color: var(--white);
  color: var(--primary1);
}

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

.intro-graphic {
  height: 100%;
  min-width: 580px;
  border: 2px solid var(--white);
  border-radius: var(--radius);
  display: block;
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, .15);
}

.intro-graphic.left {
  float: right;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, .15);
}

.width {
  max-width: 1200px;
}

.main-container {
  display: flex;
}

.main-container.width {
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns {
  flex: 1;
  margin-bottom: 20px;
}

.block-icon {
  width: 50px;
  height: 7px;
  background-color: #000;
  background-image: linear-gradient(93deg, var(--blue2), var(--accent2));
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.div-block-4 {
  margin-left: -10px;
  font-size: 20px;
  line-height: 1.5em;
}

.heading-4 {
  letter-spacing: 1.2px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.terminal {
  width: 580px;
  height: 342px;
  border-radius: var(--radius);
  background-color: var(--accent2);
  background-image: linear-gradient(to bottom, #2a2a2a, var(--gray1));
  flex-direction: column;
  justify-content: space-around;
  padding: 1px;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .2);
}

.terminal-screen {
  color: var(--white);
  letter-spacing: 1.09px;
  flex: 1;
  margin-top: 3px;
  padding: 0 20px 20px 40px;
  font-family: Open Sans, sans-serif;
  line-height: 2em;
  position: relative;
  top: 4px;
}

.terminal-tabs {
  background-color: #181818;
  padding: 10px 20px;
  overflow: visible;
}

.terminal-edge {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--off-black), #110520);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--gray2);
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}

.value-span {
  color: var(--primary1);
}

.section {
  background-color: var(--white);
  background-image: linear-gradient(#fff, rgba(71, 65, 183, .03));
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.9em;
  position: relative;
  overflow: hidden;
}

.heading-section {
  color: var(--off-black);
  flex: 0 auto;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
}

.heading-section.white {
  color: var(--gray1);
}

.full-col {
  text-align: left;
  flex: 1;
}

.full-col.align-center {
  text-align: center;
}

.card {
  max-height: 240px;
  min-height: 240px;
  border-radius: var(--radius);
  background-color: var(--white);
  border: 1px rgba(191, 188, 216, .51);
  padding: 32px 32px 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.card.grow {
  max-height: 100%;
  flex: 1;
}

.card.grow.dark {
  background-color: var(--primary2);
  color: #fff;
  background-image: url('../images/Frame-13.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.list-item {
  min-height: 180px;
  min-width: 320px;
  flex: 1;
}

.image {
  filter: invert();
  border-radius: 20px;
  padding: 4px;
}

.icon-span {
  background-color: var(--primary1);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 2px;
  display: inline-block;
}

.icon-span.secondary {
  background-color: var(--accent2);
  background-image: linear-gradient(to bottom, var(--accent1), var(--accent2));
}

.paragraph-2 {
  text-align: left;
}

.table.self-contained {
  background-color: var(--gray1);
  padding: 20px 10px 10px;
}

.table-item {
  min-height: 100px;
  min-width: 90%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 4px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 16px 16px 12px;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.table-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  border-bottom: 1px solid rgba(191, 188, 216, .8);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  display: block;
}

.table-section.last {
  border-bottom-style: none;
}

.table-info {
  margin-top: -8px;
  padding: 10px 20px;
}

.link-block {
  min-width: 34px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.footer {
  position: relative;
}

.footer-social-media-link {
  width: 28px;
  min-height: 32px;
  min-width: 32px;
  background-color: var(--off-black);
  color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.footer-social-media-link:hover {
  background-color: var(--primary4);
  color: var(--white);
}

.footer-social-media-link.icon-size-13px {
  font-size: 13px;
}

.footer-social-media-link.icon-size-10px {
  font-size: 10px;
}

.footer-social-media-link.icon-size-12px {
  font-size: 12px;
}

.footer-social-media-link.icon-size-15px {
  background-image: url('../images/211904_social_github_icon.svg'), linear-gradient(to bottom, var(--gray1), var(--gray1));
  opacity: 1;
  mix-blend-mode: saturation;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px 18px, auto;
  font-size: 15px;
}

.footer-social-media-link.icon-size-15px.x-icon {
  background-image: url('../images/11053970_x_logo_twitter_new_brand_icon.svg'), linear-gradient(to bottom, var(--gray1), var(--gray1));
}

.footer-2 {
  background-color: var(--off-black);
  background-image: linear-gradient(to bottom, var(--off-black), #000);
  border-top: 1px solid #d5d9e0;
  padding-top: 59px;
  padding-bottom: 29px;
  overflow: hidden;
}

.success-message {
  color: #193765;
  text-align: center;
  background-color: #73cfa8;
  border-radius: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.error-message {
  color: #ff5a75;
  text-align: center;
  background-color: rgba(255, 141, 160, .14);
  border-radius: 11px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.footer-content {
  z-index: 1;
  color: var(--gray1);
  justify-content: space-between;
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: relative;
}

.footer-small-print {
  color: var(--gray2);
  margin-right: 30px;
  font-size: 14px;
  line-height: 1.8em;
}

.footer-menu-main-content {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.footer-content-bottom {
  z-index: 1;
  border-top: 1px solid #6f7f96;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.container-default {
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-default.footer-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-menu-wrapper {
  margin-bottom: 40px;
}

.footer-content-right {
  width: 100%;
  max-width: 808px;
  justify-content: space-between;
  display: flex;
}

.footer-newsletter-wrapper {
  width: 100%;
  max-width: 339px;
  margin-right: 50px;
}

.footer-menu-content {
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
  color: var(--gray3);
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.176em;
  text-decoration: none;
  transition: color .35s;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-logo {
  width: 340px;
  filter: invert();
}

.footer-logo-container {
  transform-style: preserve-3d;
  transition-property: transform;
  transition-duration: .4s;
}

.footer-logo-container:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.link-white {
  color: #fff;
}

.footer-nav-item {
  color: var(--gray3);
  margin-bottom: 20px;
  line-height: 1.1em;
}

.footer-content-top {
  z-index: 1;
  border-bottom: 1px solid #6f7f96;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.paragraph-3.text-color-neutral-100 {
  color: #fff;
}

.paragraph-3.text-color-neutral-100.footer-main-content {
  max-width: 416px;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.footer-social-media-wrapper {
  flex-wrap: wrap;
  margin-right: -14px;
  display: flex;
}

.text-field {
  background-color: var(--gray1);
}

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

.nav-link {
  border: 1px none var(--off-black);
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 9px 16px 8px;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

.nav-link:hover {
  border-bottom-color: var(--off-black);
  background-color: rgba(243, 242, 253, .52);
  padding-top: 9px;
  box-shadow: inset 0 0 5px -2px rgba(0, 0, 0, .25);
}

.nav-link.w--current {
  color: var(--blue1);
}

.nav-link.w--current:hover, .nav-link.w--current:visited {
  color: #333;
}

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

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

.terminal-line-numbers {
  width: 20px;
  color: rgba(101, 97, 195, .84);
  text-align: right;
  font-size: 10px;
  line-height: 15px;
  display: block;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 4px;
  right: auto;
}

.animated-icon {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 32px;
}

.text-block {
  display: inline-block;
}

.server {
  min-height: 10px;
  border: 1px solid var(--accent2);
  padding: 4px;
}

.server.abs {
  border-color: var(--primary2);
  background-color: rgba(0, 0, 0, .9);
  position: absolute;
  top: 5px;
  right: 10px;
  box-shadow: 0 5px 16px -5px #000;
}

.server-body {
  min-height: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary2);
  flex-direction: row;
  align-items: center;
  padding: 4px 8px 4px 16px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.color-green {
  color: var(--primary2);
}

.color-yellow {
  color: #ffd000;
}

.icon-invert-color {
  filter: invert(83%);
  flex: 0 auto;
  margin-right: 6px;
}

.text-block-2 {
  border-right: 1px solid var(--primary1);
  flex: 0 auto;
  padding-right: 10px;
}

.home-h1-animated-text {
  width: auto;
  height: 49px;
  line-height: 60px;
  display: inline-block;
  position: static;
  overflow: scroll;
}

.text-span {
  line-height: 60px;
  display: inline-block;
}

.text-animation-block {
  max-height: 70px;
  margin-top: -10px;
  position: relative;
  overflow: hidden;
}

.intro-animation-holder {
  width: 100%;
  perspective: 816px;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(243, 241, 244, .36), rgba(255, 255, 255, .24));
  margin-left: 40px;
  overflow: visible;
  transform: rotateX(0)rotateY(27deg)rotateZ(0)skew(-4deg, 1deg)perspective(505px);
}

.circle {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(147deg, var(--primary2), var(--primary4));
  border-radius: 80px;
  position: absolute;
}

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

.paragraph-4.white {
  color: #fff;
}

.div-block-5 {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.container-2 {
  flex: 0 auto;
}

.text-logo-mark {
  color: #fff;
  align-self: center;
  margin-right: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.illustration {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: block;
}

.step {
  color: var(--gray1);
  font-family: Open Sans, sans-serif;
  font-size: 140px;
  font-weight: 800;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.card2 {
  border: 1px solid var(--gray1);
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.card2.purple {
  min-height: 300px;
  border-bottom-color: var(--accent1);
}

.card2.blue {
  border-bottom-color: var(--blue2);
}

.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.bg-image {
  z-index: 1;
  position: absolute;
}

.bg-image.bottom-right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-image.bottom-left {
  top: auto;
  bottom: -1%;
  left: 0%;
  right: auto;
}

.text-field-on-dark {
  color: #272727;
  background-color: rgba(255, 255, 255, .88);
  border: 0 solid #000;
  border-radius: 4px;
}

.text-field-on-dark.select {
  border-right-width: 7px;
  border-right-color: rgba(232, 249, 238, 0);
}

._w-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.single-column {
  color: #333;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.6em;
}

.highlight {
  margin-bottom: 20px;
  padding: 9px;
}

.bullet-point-list {
  border-left: 1px solid var(--accent1);
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8em;
}

.form-block {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .intro-container {
    text-align: center;
    flex: 0 auto;
    display: block;
    position: relative;
  }

  .nav-menu {
    background-color: var(--off-black);
    color: var(--white);
    padding: 32px;
  }

  .heading-primary.gradient {
    font-size: 40px;
  }

  .intro-graphic-holder {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    padding-left: 0;
    right: auto;
  }

  .btn1.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    flex-direction: column-reverse;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .footer-small-print {
    margin-right: 0;
  }

  .footer-menu-main-content {
    justify-content: center;
    margin-right: 40px;
  }

  .footer-content-bottom {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-menu-wrapper {
    margin-right: 20px;
  }

  .footer-content-right {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .footer-newsletter-wrapper {
    max-width: 520px;
    flex: 1;
    order: -1;
    align-self: center;
    margin-right: 0;
  }

  .footer-nav {
    margin-right: 20px;
  }

  .footer-social-media-wrapper {
    margin-bottom: 15px;
  }

  .nav-link, .nav-link:focus, .nav-link:visited {
    color: var(--white);
  }

  .server.abs {
    background-color: var(--off-black);
    top: 0%;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .menu-button {
    padding: 12px;
  }

  .card2.purple {
    min-height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .intro-container {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .intro-graphic-holder {
    margin-top: 34px;
    margin-bottom: 34px;
    margin-left: 0;
  }

  .columns {
    min-width: 90%;
  }

  .columns.inverted {
    flex-direction: column-reverse;
    display: flex;
  }

  .terminal {
    width: 520px;
  }

  .section {
    overflow: hidden;
  }

  .footer-content {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .footer-menu-main-content {
    margin-right: 0;
  }

  .footer-content-right {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .footer-logo {
    width: 169px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-content-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    line-height: 1em;
  }

  .paragraph-3.text-color-neutral-100.footer-main-content {
    flex: 0 auto;
    align-self: center;
  }

  .left-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .right-column {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .server.abs {
    top: 5%;
    bottom: auto;
    left: auto;
    right: 10px;
    box-shadow: 0 2px 20px 6px rgba(0, 0, 0, .93);
  }

  .intro-animation-holder {
    margin-top: 34px;
    margin-bottom: 34px;
    margin-left: 0;
  }

  .step {
    top: 10%;
  }

  .card2.purple {
    min-height: 280px;
  }

  .column, .column-2 {
    margin-bottom: 40px;
  }

  ._w-50 {
    width: auto;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .intro-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    max-width: 70%;
  }

  .heading-secondary {
    font-size: 18px;
    line-height: 1.5em;
  }

  .heading-primary.gradient {
    font-size: 27px;
    line-height: 1.3em;
  }

  .btn1.big {
    width: 100%;
  }

  .btn2.big {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .terminal {
    display: none;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-section {
    font-size: 26px;
    line-height: 1.4em;
    overflow: visible;
  }

  .card {
    max-height: none;
    max-width: 100%;
    padding: 10px;
  }

  .list-item {
    min-width: 100%;
  }

  .footer-newsletter-form {
    flex-direction: column;
    display: flex;
  }

  .footer-2 {
    padding-top: 49px;
  }

  .footer-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-small-print {
    font-size: 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-content-right {
    margin-bottom: 50px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

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

  .footer-logo {
    width: 160px;
  }

  .footer-logo-container {
    margin-bottom: 15px;
  }

  .footer-content-top {
    padding-bottom: 0;
  }

  .paragraph-3.text-color-neutral-100.footer-main-content {
    display: none;
  }

  .logo {
    height: auto;
    max-width: 100%;
  }

  .animated-icon {
    margin-left: 0;
  }

  .server.abs {
    top: 35%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .menu-button {
    padding: 6px;
  }
}


