:root {
  --firebrick: #c72e2e;
  --black: black;
  --dim-grey: #4d4d4d;
  --dark-grey: #ababab;
  --firebrick-2: #d0021b;
  --gainsboro: #e2e2e2;
  --midnight-blue: #07183b;
  --white: white;
  --border-light-grey: #ddd;
  --dim-grey-2: #747474;
  --black-2: #121212;
  --black-3: #020918;
  --black-4: #020a1b;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #121212;
  font-family: Poppins;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #919197;
  margin-bottom: 10px;
  font-family: Lora;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  color: #919197;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: #919197;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lora;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--firebrick);
  color: #919197;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Lora;
  font-size: 18px;
  line-height: 26px;
}

.line-wrapper {
  height: 100%;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner {
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner.sec-1 {
  width: 100%;
  height: 60vh;
  min-height: 600px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/hex-6.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  margin-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}

.banner.sec-1.features-ipad-bg {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0)), url('../images/iPad-Opacity-1.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.banner.sec-1.features-ipad-bg-copy {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.banner.video-content {
  height: 100vh;
  position: relative;
}

.vertical-lines {
  width: 13.333%;
  height: 100%;
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.line {
  width: 1px;
  height: 100%;
  background-color: rgba(237, 237, 237, .5);
}

.content {
  width: 100%;
  height: 100%;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  overflow: visible;
}

.content.small-pages {
  height: 100vh;
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  flex: 1;
}

.container.center {
  position: relative;
  top: 55%;
  transform: translate(0, -50%);
}

.container.center.first {
  margin-top: 140px;
  margin-bottom: 60px;
  top: 20%;
  transform: none;
}

.hamburger-pixel {
  width: 60px;
  height: 60px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  height: 120px;
  background-color: #fff !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-wrapper-top-left {
  flex-direction: row;
  flex: 0 auto;
  display: flex;
}

.logo-wrapper-top-left.in-footer {
  text-align: center;
  justify-content: center;
  align-items: stretch;
}

.hamburger-wrapper {
  width: 30px;
  height: 19px;
  cursor: pointer;
  flex-direction: column;
  flex: 0 auto;
  margin-right: 20px;
  display: flex;
  transform: rotate(0);
}

.menu-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.nav-link {
  color: #020a1b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  color: #919197;
}

.nav-link.w--current {
  color: #020a1b;
}

.nav-link.w--current:hover {
  color: #919197;
}

.nav-link.dropdown {
  padding-right: 30px;
}

.center-nav-div {
  z-index: 1;
  width: 70px;
  position: absolute;
}

.icon {
  margin-right: 15px;
  font-size: 11px;
}

.line-1 {
  width: 50%;
  height: 2px;
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.line-2 {
  width: 50%;
  height: 2px;
  background-color: #121212;
  align-self: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
}

.line-3 {
  width: 50%;
  height: 2px;
  background-color: #121212;
  position: absolute;
  top: 8px;
  left: 0;
}

.line-4 {
  width: 50%;
  height: 2px;
  background-color: #121212;
  position: absolute;
  top: 8px;
  left: 50%;
}

.line-5 {
  width: 50%;
  height: 2px;
  background-color: #121212;
  position: absolute;
  top: 16px;
}

.line-6 {
  width: 50%;
  height: 2px;
  background-color: #121212;
  position: absolute;
  top: 16px;
  left: 50%;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #020a1b;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: lowercase;
  padding: 8px 20px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #a5a5a4;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #747474;
}

.menu-button {
  width: 30px;
  height: 19px;
  padding: 0;
}

.section-grid-line-2 {
  padding: 0;
}

.section-grid-line-2.overflow {
  width: 100%;
  float: none;
  clear: none;
  margin-top: 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-grid-line-2.features-flex {
  padding-top: 2vh;
  padding-bottom: 6vh;
  display: block;
}

.top-title {
  margin-top: 15px;
  font-size: 55px;
  line-height: 60px;
}

.top-title.smaller {
  font-size: 40px;
  line-height: 50px;
}

.top-title.smaller.white {
  color: #fff;
  margin-top: 0;
}

.big-paragraph-light {
  color: #919197;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.project-wrapper {
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-wrapper.in-categories {
  width: 95%;
  margin-bottom: 30px;
}

.margin-page {
  margin-top: 0;
}

.align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.top-title-wrapper {
  margin-bottom: 80px;
}

.top-title-wrapper.less {
  margin-bottom: 50px;
}

.meta-category {
  z-index: 2;
  color: #919197;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 6px 15px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.meta-category.relative {
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  padding: 0;
  font-family: Lora;
  font-size: 15px;
  font-style: italic;
  position: relative;
  top: 0;
  left: 0;
}

.project-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.project-title.smaller-title {
  color: #212127;
  margin-bottom: 0;
  font-size: 20px;
}

.project-image {
  width: 100%;
}

.progress-bar-animation {
  width: 100%;
  height: 1.5px;
  background-color: #d0021b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.preloader-gif {
  z-index: 9999;
  width: 40px;
  height: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-100%);
}

.preloader-image {
  flex: 0 auto;
  display: none;
  position: static;
  top: 50%;
  left: 50%;
  overflow: visible;
}

.cta {
  background-color: #212127;
  background-image: url('../images/white-out2x.jpg');
  background-position: 0 0;
  padding: 100px 20px;
}

.footer {
  height: auto;
  background-color: #fff;
  border-top: 1px solid rgba(226, 226, 226, .83);
  margin-top: auto;
  padding: 50px 29px 40px;
}

.line-wrapper-btn {
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #07183b;
  border-radius: 0;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.white-link-text-second {
  z-index: 1;
  color: #fff;
  font-weight: 400;
  position: relative;
}

.link-box-color-fill {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-120%);
}

.row-flex {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.align-flex {
  text-align: right;
}

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

.top-margin.medium-margin {
  margin-top: 20px;
}

.top-margin.medium {
  justify-content: flex-start;
  margin-top: auto;
  display: flex;
}

.top-margin.medium.hide-it {
  display: none;
}

.top-margin.big {
  margin-top: 60px;
}

.top-margin.big.features {
  margin-top: 20px;
}

.top-margin.big {
  margin-top: 80px;
}

.top-margin.big.no-margin {
  margin-top: 40px;
}

.top-margin.medium {
  margin-top: 30px;
}

.top-margin.medium.col-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
  position: relative;
}

.top-margin.medium.col-div.btnright {
  padding-right: 220px;
}

.link {
  color: #515157;
  text-decoration: none;
}

.footer-title {
  height: 50px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.link-block {
  width: 50px;
  display: block;
}

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

.project-content-bottom {
  text-align: center;
  margin-top: 20px;
}

.project-image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-title-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.line-portfolio {
  height: 15px;
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.big-image {
  max-height: auto;
}

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

.left-padding.content, .left-padding.content-logic-section {
  margin-right: auto;
}

.flex-row {
  height: 548.281px;
  align-items: center;
  display: flex;
}

.flex-row._2-col {
  margin-top: -60px;
  margin-left: -10px;
  margin-right: -10px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #d0021b;
  border-radius: 5px;
}

.text-field {
  height: 50px;
  color: #fff;
  background-color: #747474;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.text-field:hover {
  color: #717177;
}

.text-field:focus {
  border-color: var(--firebrick);
  background-color: rgba(0, 0, 0, 0);
}

.text-field::-ms-input-placeholder {
  color: #919191;
  font-family: Lora;
  font-size: 14px;
}

.text-field::placeholder {
  color: #919191;
  font-family: Lora;
  font-size: 14px;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #020a1b;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .3s;
}

.button:hover {
  background-color: #212127;
}

.sidebar {
  padding-right: 50px;
}

.sidebar-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 13px;
}

.sidebar-title.dark {
  color: #919197;
  border-bottom-color: #e1e1e1;
  margin-bottom: 30px;
  font-size: 12px;
}

.meta-blog {
  background-color: var(--firebrick);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 6px 12px;
  font-size: 11px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.meta-blog:hover {
  background-color: #212127;
}

.blog-wrapper {
  width: 90%;
  color: #121212;
  margin-bottom: 30px;
  text-decoration: none;
}

.blog-wrapper:hover {
  color: var(--firebrick);
}

.blog-wrapper.in-sub-page {
  width: 95%;
}

.blog-content {
  padding: 25px 40px 25px 0;
}

.blog-title {
  margin-top: 0;
}

.meta-data {
  color: #a9a9ac;
  margin-right: 5px;
  display: inline-block;
}

.meta-data.italic {
  font-style: italic;
}

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

.utility-page-content {
  width: 100%;
  float: none;
  clear: none;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px;
  display: block;
  position: relative;
  overflow: hidden;
}

.small-page-title {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.small-page-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.meta-flex {
  align-items: center;
  display: flex;
}

.nav-menu {
  z-index: 3;
}

.top-title-card {
  margin-bottom: 80px;
}

.top-title-card.short-div {
  margin-bottom: 50px;
}

.top-title-card.short-div.h1-4 {
  max-width: 60%;
  margin-bottom: 20px;
}

.footer-3-links {
  margin-bottom: 20px;
  margin-right: -20px;
  padding-right: 0;
}

.footer-wrapper {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-style-2 {
  background-color: #f7f7f7;
  padding: 60px 20px 30px;
}

.footer-column-second {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.row-5 {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.footer-link {
  color: #212127;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #919197;
}

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

.footer-line {
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-parahraph {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.logo-block {
  perspective: 80px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-block.w--current {
  align-items: center;
  display: flex;
}

.logo-image {
  width: 100px;
  margin-left: 40px;
  margin-right: 15px;
  display: block;
}

.logo-text {
  color: #020918;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.logo-text:hover {
  color: #ababab;
  text-decoration: underline;
}

.col-left {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.large-paragraph {
  width: 100%;
  color: #07183b;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.large-paragraph.features {
  display: block;
}

.large-paragraph.features.hide-it {
  display: none;
}

.large-paragraph.features.center-text {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.large-paragraph.right-column-content-subheader {
  width: auto;
  float: none;
  clear: none;
  direction: ltr;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
  display: none;
}

.wrapper-grid-line {
  background-color: #fff;
  margin-bottom: 60px;
  padding: 20px;
  transition: background-color .2s;
  position: relative;
}

.wrapper-grid-line.content {
  height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 #e4ecf6;
  border-bottom: 0 #e4ecf6;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
}

.wrapper-grid-line.content.robust-api {
  margin-bottom: 100px;
}

.wrapper-grid-line.logos {
  padding-top: 0;
  padding-bottom: 0;
}

.hex-bg-div {
  z-index: -30;
  width: 55%;
  height: 50vh;
  opacity: .1;
  background-image: url('../images/jagged-hex.svg'), linear-gradient(to top, #eaeaea, rgba(234, 234, 234, 0) 49%, rgba(234, 234, 234, 0));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(0deg, 15deg);
}

.hex-bg-div.hide-it {
  display: none;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.header.headera {
  align-items: flex-start;
  display: inline-block;
}

.header.hide-it {
  display: none;
}

.header.padding-bot {
  padding-bottom: 40px;
}

.block-copy {
  width: auto;
  color: #747474;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: none;
  position: static;
}

.hexagon-graphic {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-width: 80%;
  float: right;
  clear: none;
  filter: none;
  display: inline-block;
}

.hexagon-graphic.image-left {
  min-width: auto;
  clear: none;
  flex: 0 auto;
  order: 0;
  position: static;
}

.hexagon-graphic.image-left.medium-image {
  /* width: 100%; */
  height: 350px;
  filter: grayscale();
  object-fit: contain;
  flex: 1;
  align-self: center;
  overflow: visible;
}

.r-row {
  width: auto;
  margin-top: 50px;
}

.r-row.hide-it {
  display: none;
}

.div-block-flat-1 {
  width: 60px;
  height: .5px;
  color: #3991fb;
  border-top: 1px solid #07183b;
  margin: 4px;
  padding: 0;
  display: inline-block;
}

.div-block-flat-1.header-separation1 {
  color: #3991fb;
  border-top-color: #9b9b9b;
}

.div-block-flat-1.header-separation1.mini {
  width: 28px;
  height: 1px;
  border-top-width: .5px;
  border-top-color: #ababab;
}

.div-block-flat-1.header-separation1.mini.cta-white {
  border-top-color: #ababab;
}

.top-container {
  max-width: 1170px;
  color: #1a1a1a;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.h3-mini {
  width: auto;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.h3-mini.header-1 {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.h3-mini.header-1-copy {
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 1vh;
}

.line-separation {
  height: 12px;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.line-separation.solutions-box {
  width: 100%;
  text-align: center;
}

.line-separation.feature-box {
  opacity: .4;
  text-align: center;
}

.line-separation.header-div {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 2vh;
}

.line-separation.robust {
  clear: both;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  position: static;
}

.red-vertical-linebreak {
  width: 1px;
  height: 40px;
  float: left;
  background-color: #d0021b;
  margin-right: 15px;
  display: block;
}

.red-vertical-linebreak.hide-it {
  margin-right: 15px;
  padding-right: 0;
  display: block;
}

.largest-heading {
  width: 650px;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.largest-heading.minify {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.largest-heading.minify.api-header {
  width: auto;
  color: #020a1b;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
}

.largest-heading.minify {
  justify-content: center;
  font-size: 30px;
  line-height: 40px;
}

.largest-heading.center {
  width: auto;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.largest-heading.features-header {
  line-height: 66px;
}

.largest-heading.features-header.dark-font {
  color: #747474;
}

.largest-heading.hide-it {
  display: none;
}

.largest-heading.heading-animated {
  width: auto;
  margin-bottom: 0;
}

.largest-heading.heading-animated.heading-max-width {
  max-width: 80%;
}

.body-section {
  z-index: 30;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.h3 {
  width: auto;
  float: none;
  clear: both;
  color: var(--dim-grey);
  flex: 1;
  align-self: center;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
  display: block;
  position: relative;
}

.h3.gray-head {
  box-shadow: none;
  color: #ababab;
  margin-left: 0;
  font-size: 24px;
  line-height: 30px;
}

.h3.minify {
  font-size: 19px;
  line-height: 24px;
}

.h3.top-headline-grey {
  color: var(--dark-grey);
}

.h3.top-headline-grey.hide-it {
  display: block;
}

.h3.hide-it {
  display: none;
}

.h3.top-headline-grey-logic-section {
  color: var(--dark-grey);
}

.h3.top-headline-grey-logic-section.hide-it {
  display: none;
}

.calendar-street-image {
  width: 100%;
  height: 50vh;
  background-image: url('../images/versatility.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 30px;
  padding-bottom: 10px;
  overflow: visible;
}

.block-copy-2 {
  color: #ababab;
  text-align: left;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.h4-right {
  color: #07183b;
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  overflow: visible;
}

.div-block-image {
  width: 100%;
  height: 50vh;
  background-image: url('../images/SMB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.x-row {
  background-image: url('../images/Asset-7.png');
  background-position: 0 0;
  background-size: 844px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.card-box-flip {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px 15px;
  display: flex;
  position: relative;
  left: 10%;
  box-shadow: 12px 12px 36px 5px rgba(0, 0, 0, .15);
}

.flip-img-right {
  width: 100%;
  height: 400px;
  object-fit: cover;
  background-image: url('../images/enterprise-online-scheduling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.flip-img-right.img-filter {
  filter: contrast(117%) grayscale();
  object-fit: cover;
}

.flip-img-right.smaller-image {
  height: auto;
}

.btn-rise-2 {
  color: #07183b;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #07183b;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.btn-rise-2:hover {
  padding-left: 0;
  padding-right: 30px;
}

.y-row {
  background-image: url('../images/background-4.png');
  background-position: 0 0;
  background-size: 960px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.div-block-flip-3 {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

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

.versatility {
  width: 100%;
  height: 50vh;
  background-image: url('../images/enterprise-scheduling-software.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._w-row {
  background-image: url('../images/background-4.png');
  background-position: 0 0;
  background-size: 960px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-smb-content-card, .div-versatile-content-card {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 15px;
  display: flex;
  position: relative;
  right: 10%;
  box-shadow: 12px 12px 36px 5px rgba(0, 0, 0, .15);
}

.h4 {
  color: #07183b;
  text-align: right;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.col-content-flip {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.block-copy-left {
  color: #ababab;
  text-align: right;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.z-row {
  background-image: url('../images/Asset-7.png');
  background-position: 0 0;
  background-size: 844px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.btn-rise-left {
  color: #07183b;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #07183b;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.btn-rise-left:hover {
  padding-left: 30px;
  padding-right: 0;
}

.col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
}

.div-block-h3-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 5vh;
  padding-top: 5vh;
  display: flex;
}

.company-logo {
  max-height: auto;
  max-width: 100px;
  opacity: .52;
  filter: grayscale();
  flex: none;
  padding-left: 10px;
}

.company-logo.company-logo--enlarge {
  max-height: 3.25rem;
  max-width: 10rem;
  flex: none;
}

.company-logo--container {
  height: 7rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-wrapper {
  margin-bottom: 4rem;
  position: relative;
}

.content-wrapper {
  width: 83.3333%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.copy-18px {
  color: #747474;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.copy-18px.top-div {
  width: 750px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.copy-18px.top-div.features {
  color: #020a1b;
  padding-left: 0;
  padding-right: 70px;
}

.copy-18px.top-div.features.hide-it {
  display: none;
}

.link-box-color-fill-2 {
  width: 100%;
  height: 100%;
  background-color: var(--dark-grey);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(-224px);
}

.link-text-color {
  z-index: 1;
  font-family: Lato, sans-serif;
  font-weight: 400;
  position: relative;
}

.line-wrapper-btn-2 {
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #212127;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.line-wrapper-btn-2.margin-side {
  color: #07183b;
  background-color: #e2e2e2;
  margin-left: 20px;
  margin-right: auto;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
}

.line-wrapper-btn-2.margin-side.col-inline {
  width: 120px;
  float: none;
  clear: none;
  text-align: right;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 220px;
  padding: 5px 12px;
  display: none;
  position: relative;
}

.line-wrapper-btn-2.margin-side.col-inline.copybtn {
  display: none;
}

.line-wrapper-btn-2.margin-side.open-widget {
  float: right;
  clear: none;
}

.content-wrapper-box {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 24px 30px;
  display: block;
}

.content-wrapper-box.icon-break {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #d0021b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 24px 30px;
  transition: opacity .2s;
  display: block;
}

.s-col {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.s-row {
  width: 100%;
  height: 250px;
  flex: none;
  margin-top: 5vh;
  margin-bottom: 5vh;
  transform: skew(0deg);
}

.s-row.no-hover {
  transform: none;
}

.features-title {
  color: #07183b;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.copy {
  color: #747474;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.feature-box-icon {
  max-height: 65px;
  max-width: 80%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.feature-box-icon.small-card-icon-padding {
  margin-bottom: 10px;
}

.bar-divider {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, .41);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.or-circle {
  width: 80px;
  height: 80px;
  color: rgba(255, 255, 255, .49);
  border: 1px solid rgba(255, 255, 255, .41);
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  margin: 13px auto;
  padding-top: auto;
  padding-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.white-on-dark {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.col-3-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-text-color-alt {
  z-index: 1;
  color: #07183b;
  font-family: Lato, sans-serif;
  font-weight: 400;
  position: relative;
}

.col-1-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-place-holder {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.h4-top-header {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.link-line-color-alt {
  width: auto;
  height: auto;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-line-color-alt.neonblue {
  background-color: #635bff;
}

.btn-opacity-to-navy {
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #07183b;
  border-radius: 5px;
  margin-top: 25px;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-opacity-to-navy._2-color {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .6);
}

.btn-opacity-to-navy._2-color.cta-features {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta-container {
  background-image: linear-gradient(#020a1b, #020a1b);
  border: .5px rgba(255, 255, 255, .53);
  padding: 50px;
}

.cta-row {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .41);
  margin-top: 15px;
}

.back-to-top-btn {
  width: 48px;
  height: 48px;
  background-color: #020a1b;
  border: 1px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 8.33%;
  display: flex;
  position: absolute;
  bottom: 50px;
  right: -82px;
}

.back-to-top-btn:hover {
  background-color: #1a253b;
  border-color: #07183b;
}

.footer-links {
  width: 30%;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  color: #020a1b;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.footer-liink-black {
  width: auto;
  color: #020a1b;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.footer-liink-black:hover, .footer-liink-black.w--current:hover {
  text-decoration: underline;
}

.paragraph-short-copy {
  clear: right;
  text-transform: none;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.parapgraph-copy-20px, .paragraph-6 {
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.col-footer-3 {
  text-align: center;
}

.body {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.navbar {
  height: auto;
  border: 1px solid rgba(226, 226, 226, .8);
}

._wf-3-line-row {
  display: flex;
}

._wf-4-avatar-row {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

._wf-3-line-2 {
  width: 30%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 4px;
  display: block;
}

._wf-3-line-1 {
  width: 87%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 4px;
  display: block;
}

._wf-2-line-10 {
  width: 34%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

.avatar-text-col {
  flex: 1;
}

._wf-2-line-13 {
  width: 17%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

.play {
  width: 50px;
  height: 50px;
  border-top: 35px solid rgba(0, 0, 0, 0);
  border-bottom: 35px solid rgba(0, 0, 0, 0);
  border-left: 65px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(.35)translate(14px);
}

.placeholder-text {
  width: 50%;
  height: 3px;
  background-color: rgba(0, 194, 255, .17);
}

._wf-2-line-11 {
  width: 53%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

._wf-4-avatar-line-1 {
  width: 100%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 3px;
}

._wf-2-line-6 {
  width: 32%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 8px;
}

.search-input {
  width: 35%;
  height: 100%;
  background-color: #121c29;
  border-radius: 25px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._wf-2-line-18 {
  width: 81%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

._wf-2-line-5 {
  width: 60%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 8px;
}

._wf-2-line-14 {
  width: 72%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

.outer-circle {
  width: 75px;
  height: 75px;
  background-color: #4d4d4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._wf-2-line-3 {
  width: 77%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 8px;
}

._wf-2-line-9 {
  width: 16%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

._wf-2-line-8 {
  width: 59%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 8px;
}

.wireframe {
  height: 100%;
  border: 1px solid #020a1b;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

._wf-4 {
  width: 15%;
  background-color: #020a1b;
  padding: 15px 10px;
}

._wf-2-line-2 {
  width: 37%;
  height: 3px;
  background-color: rgba(2, 10, 27, .4);
}

._wf-4-line-1 {
  width: 67%;
  height: 3px;
  background-color: rgba(0, 194, 255, .45);
  margin-bottom: 15px;
}

._wf-2-top-row {
  background-color: rgba(0, 194, 255, .35);
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

._wf-2 {
  width: 24%;
  background-color: #020a1b;
  border-right: 1px solid rgba(0, 194, 255, .35);
  padding: 15px 10px;
}

.inner-circle {
  width: 60px;
  height: 60px;
  background-color: #747474;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._wf-4-avatar-line-2 {
  width: 54%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
}

.avatar {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 194, 255, .33);
  border-radius: 50%;
  margin-right: 5px;
}

._wf-2-line-1 {
  width: 50%;
  height: 3px;
  background-color: rgba(2, 10, 27, .4);
}

.search-bar {
  height: 21px;
  flex-basis: 100%;
}

._wf-2-line-4 {
  width: 59%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 8px;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-box {
  height: 65px;
  border: 1px solid rgba(0, 194, 255, .35);
  border-radius: 2px;
  margin-bottom: 6px;
}

.card {
  flex-basis: 33.33%;
  padding: 5px;
}

.lightbox-wrapper {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._wf-2-line-12 {
  width: 64%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

._wf-3 {
  width: 56%;
  background-color: #020a1b;
  border-right: 1px solid rgba(0, 194, 255, .25);
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  padding: 15px 10px;
  display: flex;
  overflow: hidden;
}

._wf-3-line-3 {
  width: 20%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 4px;
  margin-left: 8px;
  display: block;
}

._wf-2-line-15 {
  width: 99%;
  height: 3px;
  background-color: rgba(0, 194, 255, .2);
  margin-bottom: 8px;
}

._wf-2-line-7 {
  width: 26%;
  height: 3px;
  background-color: rgba(0, 194, 255, .35);
  margin-bottom: 8px;
}

.hero-col-3 {
  height: 500px;
  perspective: 99999px;
  flex: 1;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

._wf-1-2 {
  width: 5%;
  background-color: #020a1b;
  border-right: 1px solid rgba(0, 194, 255, .35);
}

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

.tiny-logo {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.section-grid-line {
  background-color: #fff;
  padding: 100px 20px;
  transition: background-color .2s;
  position: relative;
}

.section-grid-line.white {
  text-align: left;
  background-color: #fff;
  border-top: 1px #e4ecf6;
  border-bottom: 1px #e4ecf6;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
  display: none;
  position: relative;
}

.paragraph-7 {
  color: #9ba4af;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-7.gray {
  color: #ababab;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-7.gray.tab-paragraph {
  color: var(--black);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.container-gl {
  max-width: 1170px;
  color: #1a1a1a;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: auto;
  padding-bottom: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.bottom-margin {
  text-align: center;
  margin-bottom: 40px;
}

.bottom-margin.hide-it {
  display: none;
}

.content-features-service {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  padding: 45px 25px 30px;
  transition: all .4s;
}

.content-features-service:hover {
  transform: translate(0, -10px);
  box-shadow: 0 30px 30px rgba(0, 0, 0, .1);
}

.content-features-service._1 {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  padding: 21px 15px;
  transition: all .4s;
}

.center-block {
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
}

.service {
  text-align: center;
  margin-top: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.service.caps {
  width: auto;
  clear: left;
  color: #07183b;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service.caps.service-copy {
  color: var(--firebrick-2);
}

.col-lg-2 {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.features-wrapper {
  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ededed;
  margin-bottom: -1px;
  padding: 40px 60px;
  transition: all .4s;
}

.features-wrapper.hover {
  width: 50%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: Lato, sans-serif;
  transition: all .4s;
}

.features-wrapper.hover.large-upper-card {
  width: 100%;
  transition: all .4s;
}

.features-wrapper.large-upper-card {
  width: 100%;
  border-style: none;
  margin-bottom: 0;
  padding: 10px;
}

.hex-graphic {
  border: 0px solid var(--gainsboro);
  box-shadow: none;
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  display: inline-block;
  position: relative;
  transform: none;
  height: 350px;
}

.hex-graphic.img-filter-bright {
  width: 100%;
  height: 600px;
  max-width: 1000px;
  box-shadow: none;
  filter: invert() grayscale() contrast(117%);
  object-fit: cover;
  display: inline-block;
}

.h5-mini.header-p {
  color: #ababab;
  margin: 15px 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.h5-mini.header-p.features {
  color: #020a1b;
  margin-top: 0;
  margin-bottom: 75px;
  text-decoration: none;
}

.h5-mini.header-p.features:hover {
  color: #ababab;
  text-decoration: underline;
}

.h5-mini.header-p.features.mobile {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h5-mini.header-p.hide-it {
  display: none;
}

.col-footer-2 {
  text-align: center;
}

.display-box {
  margin-top: 20px;
}

.display-box.hideit {
  display: none;
}

.h2-white {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.white-line {
  width: 1px;
  height: 80px;
  float: left;
  background-color: #fff;
}

.form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.input-tag {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #e2e2e2;
  font-family: Lato, sans-serif;
}

.top-break {
  width: 50%;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-fill {
  height: auto;
  background-color: #020a1b;
  padding-bottom: 1vh;
  position: relative;
  top: 0;
}

.input-field {
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: #e2e2e2;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1vh;
  padding-bottom: 5vh;
  display: flex;
}

.h5-white {
  float: left;
  color: #fff;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.submit-button {
  color: #e2e2e2;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #e2e2e2;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: block;
}

.submit-button:hover {
  color: #020a1b;
  background-color: #fff;
}

.question {
  color: #ababab;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.success-message {
  box-shadow: none;
  color: #fff;
  background-color: #e2e2e2;
}

.header-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  padding-top: 0;
  display: flex;
}

.div-block-alpha {
  position: relative;
}

.navigation-link {
  color: #212127;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.navigation-link:hover {
  padding-right: 20px;
}

.testimonials-wrapper {
  z-index: 4;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.container-horizontal {
  max-width: 1200px;
  min-height: 0;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-box-wrapper {
  width: 100%;
  height: 300px;
  text-align: center;
  background-color: #fff;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px 20px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.features-box-wrapper:hover {
  transform: translate(0, -7px);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .2);
}

.features-top-wrapper {
  justify-content: center;
  display: flex;
}

.services-features {
  width: 33.333%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  display: block;
}

.hero-q {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  flex: 2;
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.cta-stripe {
  background-color: #fff;
  padding: 140px 30px;
}

.cta-stripe.gradient {
  background-color: #020a1b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.buttons-block {
  float: right;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
}

.buttons-block.buttons-block-padding {
  float: none;
  clear: none;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: static;
  bottom: 0;
}

.buttons-block.buttons-block-padding.hideit {
  display: none;
}

.btn-padding {
  margin-top: 12px;
  font-size: 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.pricing-wrapper-list {
  width: 80%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.container-flex {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
}

.pricing-section {
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.pricing-section.col-grid {
  background-image: none;
  border-style: none;
  padding-top: 20px;
  padding-bottom: auto;
}

.poduct-type {
  width: 32px;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #ff8e64;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.poduct-type.size {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top-style: solid;
  border-top-color: #07183b;
  padding-top: 20px;
  padding-bottom: 8px;
  display: block;
  position: absolute;
}

.poduct-type.size.colored {
  padding-top: 20px;
  padding-bottom: 8px;
}

.poduct-type.size.colored.annual-terms {
  border-top-color: #07183b;
}

.poduct-type.size.annual-terms {
  border-top-color: #9b9b9b;
}

.pricing-card {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-style: none;
  border-radius: 3px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 58px;
  padding-bottom: 48px;
  transition: all .2s;
  display: block;
  position: relative;
}

.pricing-card:hover {
  border-top: 2px #ff8e64;
  border-left-style: solid;
  box-shadow: 0 16px 20px rgba(165, 165, 165, .21);
}

.pricing-card.colored {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .76), rgba(255, 255, 255, .76)), url('../images/matthew-henry-15558-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: none;
  border-color: #ff8e64;
}

.pricing-card.colored.smb {
  background-image: linear-gradient(rgba(255, 255, 255, .63), rgba(255, 255, 255, .63)), url('../images/about-1.jpg');
  background-size: auto, 750px;
  border-color: #fff;
  padding-top: 58px;
}

.pricing-card.annual-details {
  background-color: #07183b;
}

.pricing-card.annual-details:hover {
  box-shadow: 0 16px 20px rgba(165, 165, 165, .21);
}

.small-text-pricing {
  color: #747474;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 24px;
}

.small-text-pricing.white {
  color: #020918;
}

.cta-price {
  width: 80%;
  height: auto;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #07183b;
  border-radius: 0;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.cta-price:hover {
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.cta-price.navy-blue {
  width: 80%;
  height: auto;
  color: #07183b;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #07183b;
  border-radius: 0;
  padding: 9px 10px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 300;
  transition: all .2s, background-color .4s;
}

.cta-price.navy-blue:hover {
  color: #fff;
  background-color: #07183b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.cta-price.navy-blue.annual-white {
  color: #fff;
  border-color: #fff;
  transition-property: all, background-color;
}

.cta-price.navy-blue.annual-white:hover {
  color: #07183b;
  background-color: #fff;
}

.pricing-info {
  width: 88%;
  color: #747474;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  box-shadow: 0 1px #e6e4e4;
}

.pricing-info.white {
  color: #121212;
}

.pricing-info.annual-terms {
  color: #e2e2e2;
}

.pricing-big-h3 {
  color: #121212;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 56px;
}

.pricing-big-h3.white {
  color: #121212;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-big-h3.annual-terms {
  color: #fff;
}

.pricing-wrapper {
  flex-wrap: wrap;
  margin-top: 5vh;
  padding-top: 8px;
  padding-bottom: 0;
  display: flex;
}

.descript {
  color: #020a1b;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.descript.white {
  color: #020a1b;
}

.descript.annual-terms {
  color: #fff;
}

.login-nav {
  align-items: center;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.button--ico-left {
  height: 100%;
  position: absolute;
  top: -1px;
  left: -3.5rem;
}

.button--ico-right {
  height: 100%;
  position: absolute;
  top: -1px;
  right: -1.6rem;
}

.cta-caption {
  color: #07183b;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.smb {
  padding-top: 1.5rem;
  overflow: hidden;
}

.smb.pricing {
  background-color: #fff;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #e2e2e2;
  padding-top: 20px;
}

.btn-toggle {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: auto 3rem;
}

.text-aligned {
  text-align: center;
  position: relative;
}

.padding-grip {
  margin-bottom: 2.25rem;
  position: relative;
}

.button--move {
  position: relative;
}

.pricing-switch-block {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-switch {
  color: #121212;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.toggle-switch-block {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.off {
  width: 32px;
  height: 31px;
  background-color: #07183b;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-radius {
  width: 25px;
  height: 25px;
  background-color: #fbfafa;
  border-radius: 50%;
}

.on {
  width: 32px;
  height: 31px;
  background-color: #07183b;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.monthly-prices-2 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin: 10vh 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col-1-split {
  display: block;
  position: relative;
}

.div-wrapper.top-paragraph-wrapper {
  width: 750px;
}

.col-lg {
  display: inline-block;
}

.text-block {
  color: #020a1b;
  font-family: Lato, sans-serif;
}

.error-message-2 {
  color: #020a1b;
  background-color: #e2e2e2;
  font-family: Lato, sans-serif;
}

.text-block-2 {
  font-family: Lato, sans-serif;
}

.monthly-prices-1 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.s-font-price {
  font-size: 26px;
}

.container-2 {
  clear: none;
  overflow: hidden;
}

.paragraph-8 {
  color: #747474;
  text-align: left;
  border-right: 1px #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-9 {
  color: #747474;
  text-align: left;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-10 {
  color: #747474;
  text-align: left;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-11 {
  color: #747474;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.heading {
  color: #4d4d4d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container-3 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: block;
  position: relative;
  overflow: visible;
}

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

.paragraph-12 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.link-2 {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  display: block;
}

.link-3 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  display: block;
}

.heading-2 {
  color: #4d4d4d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-13 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.heading-3 {
  color: #4d4d4d;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-4, .link-5, .paragraph-14 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

.unordered-list {
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.unordered-list.full-circle-unsorted {
  list-style-type: none;
}

.terms-list-item {
  color: #747474;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 17px;
  line-height: 24px;
}

.heading-5 {
  font-family: Lato, sans-serif;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
  line-height: 20px;
}

.paragraph-15.address-paragraph {
  margin-top: 40px;
}

.secondary-terms-list-item {
  color: #747474;
  margin-bottom: 10px;
  padding-left: 60px;
  font-size: 17px;
  line-height: 24px;
}

.unordered-second-list {
  color: #747474;
  padding-left: 0;
  font-size: 17px;
  line-height: 24px;
}

.list-item {
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  list-style-type: disc;
}

.list-item-2 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.disc-list-item {
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  list-style-type: disc;
}

.circle-list-item {
  margin-bottom: 10px;
  margin-left: 60px;
  font-family: Lato, sans-serif;
  list-style-type: square;
}

.div-block-2 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-3, .div-block-4, .div-block-5 {
  text-align: center;
  margin-bottom: 40px;
}

.bold-text {
  color: #4d4d4d;
  font-size: 17px;
}

.div-block-6 {
  text-align: center;
}

.div-block-7 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-paragraph {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.bold-text-2, .bold-text-3 {
  color: #4d4d4d;
}

.about-paragraph {
  clear: none;
  color: #747474;
  flex: 0 auto;
  order: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.legal-paragraph {
  color: #747474;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.legal-paragraph.addres-paragraph {
  margin-top: 50px;
}

.legal-h2 {
  color: #4d4d4d;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.heading-6 {
  color: #4d4d4d;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
}

.main-h1 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
}

.main-h2 {
  color: #4d4d4d;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.heading-7 {
  position: static;
}

.bold-text-4 {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.h1-bold-text, .bold-text-6 {
  font-weight: 900;
}

.bold-text-7 {
  font-weight: 300;
}

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

.footer-link-simple {
  color: #919197;
  text-decoration: none;
  display: inline-block;
}

.background-video {
  border: 1px solid #ababab;
  transition: box-shadow .4s;
  box-shadow: 0 16px 30px -5px #ababab;
}

.text-span {
  color: #fff;
}

.text-span.hover4-color {
  color: var(--midnight-blue);
}

.text-span.hover4-color.wht {
  color: var(--white);
}

.effective-date {
  color: #ababab;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

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

.form-2 {
  width: 100%;
  max-width: 400px;
  text-align: left;
  font-family: Lato, sans-serif;
}

.form-block-2 {
  width: auto;
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.submit-button-2 {
  width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  color: #fff;
  text-transform: uppercase;
  background-color: #07183b;
  transform: perspective(262px);
}

.link-6 {
  color: #07183b;
  text-align: center;
}

.div-block-9 {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.link-7 {
  color: #07183b;
}

.form-input {
  color: #747474;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #07183b;
}

.text-field-2 {
  color: #747474;
}

.field-label {
  color: #07183b;
  position: absolute;
}

.field-label-2 {
  color: #07183b;
}

.div-block-10, .form-input-container {
  position: relative;
}

.form-input-label {
  position: static;
  top: 10px;
  left: 10px;
}

.form-input-label:focus {
  top: -10px;
  left: 0;
}

.tabs {
  display: block;
}

.tabs-menu {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  font-family: Lato, sans-serif;
  font-size: 18px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.tab-link-dedicated-hosting {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #ababab;
}

.tab-link-dedicated-hosting.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #07183b;
}

.tab-link-multi-tenent-hosting {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #000;
}

.tab-link-multi-tenent-hosting.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #07183b;
  border-bottom-style: solid;
}

.pricing-tab {
  background-color: #fff;
  border-bottom-style: none;
  border-bottom-color: #747474;
  transition: background-color .3s ease-in, color .3s ease-in;
  overflow: visible;
}

.pricing-tab:hover {
  color: #fff;
  background-color: #07183b;
}

.pricing-tab.w--current {
  color: #fff;
  background-color: #07183b;
  border-bottom-style: none;
  border-bottom-color: #747474;
  font-weight: 300;
}

.bold-text-8, .bold-text-9 {
  font-weight: 300;
}

.div-block-11, .tab-hover-line {
  width: 100%;
  height: 2px;
  background-color: #07183b;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.monthly-prices {
  width: 100%;
  float: none;
  margin-left: 0;
  display: block;
  position: relative;
}

.annual-prices {
  width: 100%;
  float: none;
  display: none;
  position: static;
  overflow: visible;
}

.prices-container {
  position: relative;
  overflow: hidden;
}

.price-column {
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.row-6 {
  height: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: static;
}

.column-6 {
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.row-7, .row-8 {
  justify-content: space-around;
  display: flex;
}

.column-7 {
  left: -20px;
}

.bold-text-10 {
  font-family: Lato, sans-serif;
  font-size: 10px;
}

.row-9 {
  height: 100%;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.row-10 {
  height: 100%;
  justify-content: space-around;
  display: flex;
}

.column-8 {
  position: relative;
}

.row-11 {
  justify-content: space-around;
  display: flex;
  position: relative;
}

.column-9 {
  height: 100%;
  right: 20px;
}

.bold-text-11 {
  font-family: Lato, sans-serif;
  font-size: 10px;
}

.tab-header {
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.tab-title {
  text-align: center;
}

.image {
  width: 100%;
  height: 400px;
  filter: none;
  object-fit: cover;
  display: block;
}

.image.img-filter {
  object-fit: cover;
}

.image-2 {
  width: 100%;
  height: 50vh;
}

.subscript {
  text-decoration: underline;
}

.html-embed {
  width: 800px;
  object-fit: fill;
}

.html-embed.container-horizontal-copy {
  width: auto;
  min-height: 600px;
}

.image-3 {
  width: 50%;
}

.image-4 {
  background-image: url('../images/hex-50.svg');
  background-position: 0 0;
  background-size: auto;
}

.column-10 {
  height: 220px;
  background-image: url('../images/hex-50.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-paragraph-light {
  clear: none;
  color: var(--white);
  flex: 0 auto;
  order: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.bottom-margin-copy {
  text-align: center;
  border: 1px #000;
  margin-bottom: 10px;
}

.h3-copy {
  width: auto;
  float: left;
  color: #4d4d4d;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
  display: block;
}

.h3-copy.gray-head {
  box-shadow: none;
  color: #ababab;
  font-size: 24px;
  line-height: 30px;
}

.h3-copy.minify {
  font-size: 19px;
  line-height: 24px;
}

.image-5 {
  z-index: 0;
  max-width: 1690px;
  background-image: linear-gradient(250deg, #000, #fff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -80%;
  overflow: hidden;
  transform: rotate(-30deg);
}

.div-block-12 {
  width: 100%;
  height: 100%;
  min-height: 700px;
  min-width: 1780px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(240deg, rgba(0, 0, 0, 0), #fff 50%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-12-copy {
  width: 150%;
  height: 300%;
  max-height: 1660px;
  max-width: none;
  min-height: 100%;
  min-width: auto;
  float: right;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(240deg, rgba(0, 0, 0, 0), #fff 50%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.image-5-copy {
  z-index: 0;
  max-width: 1690px;
  background-image: linear-gradient(250deg, #000, #fff);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -80%;
  overflow: hidden;
  transform: rotate(-30deg);
}

.hex-graphic-copy {
  border: 0px solid var(--gainsboro);
  box-shadow: none;
  object-fit: fill;
  transform: rotate(0);
}

.display-box-copy {
  height: auto;
  object-fit: fill;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.display-box-copy.hideit {
  display: none;
}

.bottom-margin-copy {
  text-align: center;
  margin-bottom: 40px;
  display: none;
}

.col-lg-copy {
  padding-top: 60px;
}

.col-lg-2-copy {
  color: #1a1a1a;
  margin-bottom: 0;
  padding: 140px 0 40px;
  font-family: Montserrat, sans-serif;
}

.header-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.header-copy.headera {
  align-items: flex-start;
  display: inline-block;
}

.service-copy {
  text-align: center;
  margin-top: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.service-copy.caps {
  width: 100%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 600;
  display: block;
}

.subheading-copy {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 24px;
}

.subheading-light {
  color: var(--white);
  text-align: center;
  font-size: 24px;
}

.subheading-red {
  color: var(--dark-grey);
  text-align: center;
  font-size: 24px;
}

.red-vertical-linebreak-copy {
  width: 1px;
  height: 40px;
  float: left;
  background-color: #d0021b;
  display: block;
}

.h3-mini-copy {
  width: 50%;
  clear: none;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1vh;
  display: flex;
  overflow: visible;
}

.h3-mini-copy.header-1 {
  width: 100%;
  justify-content: center;
}

.h3-mini-copy.header-1-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 1vh;
}

.h3-mini-copy.hide-it {
  display: none;
}

.hex-graphic-tilted {
  border: 1px solid var(--gainsboro);
  object-fit: fill;
  margin-top: 60px;
  display: none;
  transform: rotate(-20deg);
  box-shadow: -6px 13px 30px -3px rgba(0, 0, 0, .2);
}

.red-vertical-linebreak-copy-copy {
  width: 1px;
  height: 40px;
  float: left;
  background-color: #d0021b;
  display: none;
}

.tabs-2 {
  margin-bottom: 140px;
  display: none;
}

.image-6 {
  width: auto;
  height: 400px;
  max-height: none;
  max-width: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: scale-down;
  background-image: none;
  margin: 0;
  display: inline-block;
  position: relative;
}

.tab-link-left {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-left.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-content {
  width: 80%;
  float: none;
  clear: none;
  border-left: 1px solid var(--border-light-grey);
  object-fit: contain;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: inline-block;
  position: relative;
}

.service-tabs {
  text-align: center;
  margin-top: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.service-tabs.caps {
  width: 20%;
  clear: left;
  color: #07183b;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-tabs.caps.service-copy {
  color: var(--firebrick-2);
}

.service-tabs.caps-copy {
  width: 20%;
  height: auto;
  clear: left;
  border-top: 1px solid var(--border-light-grey);
  border-bottom: 1px solid var(--border-light-grey);
  border-left: 1px solid var(--border-light-grey);
  color: #07183b;
  letter-spacing: 1px;
  text-transform: none;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-tabs.caps-copy.service-copy {
  color: var(--firebrick-2);
}

.h3-copy {
  width: auto;
  float: none;
  clear: both;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  display: block;
  position: relative;
}

.h3-copy.gray-head {
  box-shadow: none;
  color: #ababab;
  font-size: 24px;
  line-height: 30px;
}

.h3-copy.minify {
  font-size: 19px;
  line-height: 24px;
}

.subheading-tabs-content {
  color: var(--midnight-blue);
  text-align: left;
  -webkit-text-stroke-color: var(--firebrick-2);
  font-size: 50px;
  display: block;
}

.tab-pane-card-select {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--border-light-grey);
  padding-left: 40px;
}

.container-4 {
  border: 0px solid var(--border-light-grey);
  margin-top: 40px;
  margin-bottom: 100px;
}

.section.hideit {
  display: block;
}

.h3-copy {
  width: auto;
  float: none;
  clear: both;
  color: var(--dim-grey);
  text-align: left;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
  display: block;
  position: relative;
}

.h3-copy.gray-head {
  box-shadow: none;
  color: #ababab;
  font-size: 24px;
  line-height: 30px;
}

.h3-copy.minify {
  font-size: 19px;
  line-height: 24px;
}

.banner-copy {
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-copy.sec-1 {
  width: 100%;
  height: 102vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/hex-6.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 0;
  padding-right: 0;
}

.banner-copy.sec-1.features-ipad-bg {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0)), url('../images/Screen-Shot-2023-04-26-at-10.10.28-AM.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.banner-copy.sec-1.features-ipad-bg-copy {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.banner-copy.video-content {
  height: 100vh;
  position: relative;
}

.banner-copy.sec-1-copy {
  width: 100%;
  height: 102vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/hex-6.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 0;
  padding-right: 0;
}

.banner-copy.sec-1-copy.features-ipad-bg {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0)), url('../images/Screen-Shot-2023-04-26-at-10.10.28-AM.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.banner-copy.sec-1-copy.features-ipad-bg-copy {
  height: auto;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0px;
  overflow: hidden;
}

.section-grid-line-2-copy {
  padding: 0;
}

.section-grid-line-2-copy.overflow {
  width: 100%;
  float: none;
  clear: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-grid-line-2-copy.features-flex, .section-grid-line-2-copy.features-flex-copy {
  padding-top: 2vh;
  padding-bottom: 6vh;
  display: none;
}

.cta-stripe-copy {
  background-color: #fff;
  padding: 140px 30px;
}

.cta-stripe-copy.gradient, .cta-stripe-copy.gradient-copy {
  background-color: #020a1b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-stripe-copy.gradient-copy.hideit {
  display: none;
}

.cta-stripe-bottom {
  background-color: #fff;
  padding: 140px 30px;
}

.cta-stripe-bottom.gradient {
  background-color: #020a1b;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-stripe-bottom.gradient-copy {
  background-color: #020a1b;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.cta-stripe-bottom.gradient-copy.dup {
  background-color: #081634;
  background-image: none;
  background-size: auto;
  border-radius: 0;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.cta-stripe-bottom.gradient-copy.dup.bluectabanner {
  background-color: #635bff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.cta-stripe-bottom.gradient-copy.dup.outlinectabanner {
  background-color: #e3e6ea;
  border: 1px solid #635bff;
  margin-left: 60px;
  margin-right: 60px;
}

.cta-stripe-bottom.gradient-copy.dup.hide-it {
  display: none;
}

.cta-stripe-bottom.gradient-copy.light-cta {
  background-color: #fff;
}

.cta-stripe-bottom.gradient-copy.light-cta.hide-it {
  display: none;
}

.buttons-block-copy {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.buttons-block-copy.buttons-block-padding {
  padding-top: 0;
  padding-bottom: 100px;
  position: absolute;
  bottom: 0;
}

.buttons-block-copy.buttons-block-padding-copy {
  float: right;
  clear: none;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  bottom: auto;
}

.buttons-block-copy.buttons-block-padding-copy.hide-it {
  display: none;
}

.column-10-copy {
  height: auto;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.hero-q-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  flex: 2;
  margin: 0;
  padding: 0 0 0 40px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.hero-wrapper-copy {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  display: none;
}

.bottom-margin-copy-copy {
  text-align: center;
  border: 1px #000;
  margin-bottom: 10px;
}

.columns-cta-bot-studio {
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.container-horizontal-copy {
  max-width: 1200px;
  min-height: 0;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-opacity-to-navy-copy {
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #07183b;
  border-radius: 5px;
  margin-top: 25px;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-opacity-to-navy-copy._2-color {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .6);
}

.btn-opacity-to-navy-copy._2-color.cta-features, .btn-opacity-to-navy-copy._2-color.cta-features-copy {
  margin-left: 40px;
  margin-right: 40px;
}

.btn-opacity-to-navy-copy._2-color-copy {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .6);
}

.btn-opacity-to-navy-copy._2-color-copy.cta-features {
  margin-left: 40px;
  margin-right: 40px;
}

.btn-opacity-to-navy-copy._2-color-copy.cta-features-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero-cta-caps {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 2;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.hero-cta-caps.blk {
  color: #000;
}

.link-line-color-alt-copy {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  font-family: Lato, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bullet-list {
  color: var(--dim-grey-2);
  margin-top: 40px;
  margin-left: -20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bullet-list-item {
  margin-bottom: 40px;
}

.about-steps {
  background-color: #fff;
  padding: 100px 20px;
  transition: background-color .2s;
  position: relative;
}

.about-steps.white {
  text-align: left;
  background-color: #fff;
  border-top: 1px #e4ecf6;
  border-bottom: 1px #e4ecf6;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  display: none;
  position: relative;
}

.about-steps.white.hide-it {
  display: none;
}

.about-steps-copy {
  background-color: #fff;
  padding: 100px 20px;
  transition: background-color .2s;
  position: relative;
}

.about-steps-copy.white {
  text-align: left;
  background-color: #fff;
  border-top: 1px #e4ecf6;
  border-bottom: 1px #e4ecf6;
  padding-top: 5vh;
  padding-bottom: 15vh;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
}

.about-steps-copy.white.hide-it {
  display: none;
}

.step-graphic {
  width: 100%;
  clear: none;
  border: 0px solid var(--gainsboro);
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  display: block;
  position: static;
  transform: none;
  box-shadow: 12px 7px 30px -3px rgba(0, 0, 0, .2);
}

.step-columns {
  margin-bottom: 20px;
}

.container-gl-copy {
  max-width: 1170px;
  color: #1a1a1a;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: auto;
  padding-bottom: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.logic-flow-section {
  background-color: #fff;
  padding: 100px 20px;
  transition: background-color .2s;
  position: relative;
}

.logic-flow-section.white {
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #fff;
  border-top: 1px #e4ecf6;
  border-bottom: 1px #e4ecf6;
  padding-top: 5vh;
  padding-bottom: 15vh;
  font-family: Lato, sans-serif;
  display: block;
  position: relative;
}

.logic-flow-section.white.hide-it {
  display: none;
}

.banner-feaure-img-section {
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-feaure-img-section.sec-1 {
  width: 100%;
  height: 102vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/hex-6.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 0;
  padding-right: 0;
}

.banner-feaure-img-section.sec-1.features-ipad-bg {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0)), url('../images/Screen-Shot-2023-04-26-at-10.10.28-AM.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.banner-feaure-img-section.sec-1.features-ipad-bg-copy {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.banner-feaure-img-section.video-content {
  height: 100vh;
  position: relative;
}

.banner-feaure-img-section.sec-1-copy {
  width: 100%;
  height: 102vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/hex-6.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 0;
  padding-right: 0;
}

.banner-feaure-img-section.sec-1-copy.features-ipad-bg {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0)), url('../images/Screen-Shot-2023-04-26-at-10.10.28-AM.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.banner-feaure-img-section.sec-1-copy.features-ipad-bg-copy {
  background-image: linear-gradient(290deg, rgba(0, 0, 0, 0), #fff 50%), url('../images/hanna-morris-_XXNjSziZuA-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-feaure-img-section.sec-1-copy.features-ipad-bg-copy.hide-it {
  display: none;
}

.flow-logic-img {
  z-index: 0;
  width: 2000px;
  height: 2000px;
  max-width: none;
  filter: grayscale() invert() brightness(200%) contrast(200%);
  object-fit: fill;
  background-image: linear-gradient(250deg, #000, #fff);
  display: none;
  position: absolute;
  top: -48%;
  bottom: 0%;
  left: auto;
  right: -37%;
  overflow: hidden;
  transform: none;
}

.banner-feaure-img-section-linear-gradient {
  height: 600px;
  margin-top: 220px;
  margin-bottom: 220px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-feaure-img-section-linear-gradient.sec-1 {
  width: 100%;
  height: 102vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/hex-6.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 0;
  padding-right: 0;
}

.banner-feaure-img-section-linear-gradient.sec-1.features-ipad-bg {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0)), url('../images/Screen-Shot-2023-04-26-at-10.10.28-AM.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.banner-feaure-img-section-linear-gradient.sec-1.features-ipad-bg-copy {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.banner-feaure-img-section-linear-gradient.video-content {
  height: 100vh;
  position: relative;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy {
  width: 100%;
  height: 102vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 58%, #fff), url('../images/hex-6.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-left: 0;
  padding-right: 0;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg {
  background-image: linear-gradient(31deg, #fff 50%, rgba(250, 250, 250, 0)), url('../images/Screen-Shot-2023-04-26-at-10.10.28-AM.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy {
  height: 60vh;
  background-image: linear-gradient(to right, var(--white) 36%, transparent), url('../images/stockvault-hand-and-blocks152639.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.radial-gradient {
  background-image: linear-gradient(271deg, transparent, var(--white) 26%, var(--white) 75%, transparent), url('../images/hanna-morris-_XXNjSziZuA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.radial-gradient.customer-img {
  height: auto;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.logic-graphic-2 {
  height: 50vh;
  background-image: linear-gradient(to right, var(--white) 36%, transparent);
  background-position: 0 0;
  margin-top: 60px;
  margin-bottom: 60px;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.logic-graphic-3 {
  background-image: linear-gradient(to right, var(--white) 24%, transparent), url('../images/istockphoto-1473598423-2048x2048.jpeg');
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.logic-graphic-4 {
  background-image: linear-gradient(to right, var(--white) 24%, transparent), url('../images/istockphoto-124653657-2048x2048.jpeg');
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.logic-graphic-5 {
  background-image: linear-gradient(to right, var(--white) 24%, transparent), url('../images/istockphoto-124689961-2048x2048.jpeg');
  background-position: 0 0, 50%;
}

.banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.logic-graphic-6 {
  background-image: linear-gradient(to right, var(--white) 19%, transparent), url('../images/istockphoto-124690022-2048x2048.jpeg');
  background-position: 0 0, 50%;
}

.content-features-service-copy {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  padding: 45px 25px 30px;
  transition: all .4s;
}

.content-features-service-copy:hover {
  transform: translate(0, -10px);
  box-shadow: 0 30px 30px rgba(0, 0, 0, .1);
}

.content-features-service-copy._1 {
  background-color: var(--white);
  border-style: none;
  border-radius: 0;
  padding: 21px 15px;
}

.div-block-12-copy-copy {
  width: 150%;
  height: 300%;
  max-height: 1660px;
  max-width: none;
  min-height: 100%;
  min-width: auto;
  float: right;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-middle {
  max-width: 1200px;
  flex: 1;
}

.container-middle.center {
  position: relative;
  top: 55%;
  transform: translate(0, -50%);
}

.container-middle.center.first {
  margin-top: 0;
  padding-top: 140px;
  display: block;
  position: static;
  top: 10%;
  transform: none;
}

.h3-mini-copy-copy {
  width: 50%;
  clear: none;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1vh;
  display: flex;
  overflow: visible;
}

.h3-mini-copy-copy.header-1 {
  width: 100%;
  justify-content: center;
}

.h3-mini-copy-copy.header-1-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 1vh;
}

.h3-mini-copy-copy.hide-it {
  display: none;
}

.h3-logic-section {
  width: auto;
  float: none;
  clear: both;
  color: var(--midnight-blue);
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
  display: block;
  position: relative;
}

.h3-logic-section.gray-head {
  box-shadow: none;
  color: #ababab;
  font-size: 24px;
  line-height: 30px;
}

.h3-logic-section.minify {
  font-size: 19px;
  line-height: 24px;
}

.h3-logic-section.top-headline-grey {
  color: var(--dark-grey);
}

.h3-logic-section.top-headline-grey.hide-it, .h3-logic-section.hide-it, .hide-it {
  display: none;
}

.header-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.header-copy-copy.headera {
  align-items: flex-start;
  display: inline-block;
}

._4-col-features-logic-flow {
  background-color: var(--white);
  display: block;
}

._4-col-features-logic-flow.hide-it {
  display: block;
}

.features-top-wrapper-copy {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.container-middle-copy {
  max-width: 1200px;
  flex: 1;
}

.container-middle-copy.center {
  position: relative;
  top: 55%;
  transform: translate(0, -50%);
}

.container-middle-copy.center.first {
  margin-top: 0;
  padding-top: 220px;
  display: block;
  position: static;
  top: 10%;
  transform: none;
}

.column-11 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.h3-mini-logic-section {
  width: auto;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1vh;
  display: flex;
  overflow: visible;
}

.h3-mini-logic-section.header-1 {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.h3-mini-logic-section.header-1-copy {
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 1vh;
}

.large-paragraph-logic-section {
  width: 100%;
  color: #07183b;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.large-paragraph-logic-section.features {
  display: block;
}

.large-paragraph-logic-section.features.hide-it {
  display: none;
}

.large-paragraph-logic-section.features.center-text {
  text-align: left;
  padding-left: 0;
}

.large-paragraph-logic-section.features.center-text.left-padding-20 {
  padding-left: 20px;
}

.flow-graphic-dark {
  border: 0px solid var(--gainsboro);
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  display: inline-block;
  position: relative;
  transform: none;
  box-shadow: 12px 7px 30px -3px rgba(0, 0, 0, .2);
}

.flow-graphic-dark.img-filter-invert {
  width: 100%;
  height: 600px;
  max-width: 1000px;
  box-shadow: none;
  filter: invert() grayscale() contrast(117%);
  object-fit: cover;
  display: inline-block;
  overflow: visible;
}

.subheading-red-copy {
  color: var(--dark-grey);
  text-align: center;
  font-size: 24px;
}

.services-features-copy {
  width: 33.333%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.h3-upper {
  color: #07183b;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.h3-secondary {
  width: auto;
  float: none;
  clear: both;
  color: var(--dark-grey);
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
  display: block;
  position: relative;
}

.h3-secondary.gray-head {
  box-shadow: none;
  color: #ababab;
  font-size: 24px;
  line-height: 30px;
}

.h3-secondary.minify {
  font-size: 19px;
  line-height: 24px;
}

.h3-secondary.top-headline-grey {
  color: var(--dark-grey);
}

.h3-secondary.top-headline-grey.hide-it, .h3-secondary.hide-it {
  display: none;
}

.h3-secondary.top-headline-grey-logic-section {
  color: var(--dark-grey);
}

.h3-secondary.top-headline-grey-logic-section.hide-it {
  display: none;
}

.h3-primary {
  width: auto;
  float: none;
  clear: both;
  color: var(--dim-grey);
  flex: 1;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 27px;
  display: block;
  position: relative;
}

.h3-primary.gray-head {
  box-shadow: none;
  color: #ababab;
  font-size: 24px;
  line-height: 30px;
}

.h3-primary.minify {
  font-size: 19px;
  line-height: 24px;
}

.h3-primary.top-headline-grey {
  color: var(--dark-grey);
}

.h3-primary.top-headline-grey.hide-it, .h3-primary.hide-it {
  display: none;
}

.h3-primary.top-headline-grey-logic-section {
  color: var(--dark-grey);
}

.h3-primary.top-headline-grey-logic-section.hide-it {
  display: none;
}

.h3-primary.align-right {
  text-align: right;
}

.h3-primary.left-align-text {
  line-height: 35px;
}

.small-paragraph {
  color: #ababab;
  text-align: left;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.h2-thin {
  width: auto;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.h2-thin.minify {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-thin.minify.api-header {
  width: auto;
  color: #020a1b;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
}

.h2-thin.minify {
  justify-content: center;
  font-size: 30px;
  line-height: 40px;
}

.h2-thin.center {
  width: auto;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.h2-thin.features-header {
  line-height: 66px;
}

.h2-thin.features-header.dark-font {
  color: #747474;
}

.h2-thin.hide-it {
  display: none;
}

.h2-thin.heading-animated {
  width: auto;
}

.h2-thin.left-text-align {
  width: auto;
  text-align: left;
}

.h2-thin.center-text-align {
  text-align: center;
}

.h2-thin-upper {
  width: 650px;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.h2-thin-upper.minify {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-thin-upper.minify.api-header {
  width: auto;
  color: #020a1b;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
}

.h2-thin-upper.minify {
  justify-content: center;
  font-size: 30px;
  line-height: 40px;
}

.h2-thin-upper.center {
  width: auto;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.h2-thin-upper.features-header {
  line-height: 66px;
}

.h2-thin-upper.features-header.dark-font {
  color: #747474;
}

.h2-thin-upper.hide-it {
  display: none;
}

.h2-thin-upper.heading-animated {
  width: auto;
}

.text-block-5 {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.pricing-info-copy {
  width: auto;
  color: #747474;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  box-shadow: 0 1px #e6e4e4;
}

.pricing-info-copy.white {
  color: #121212;
}

.pricing-info-copy.annual-terms {
  color: #e2e2e2;
}

.cta-price-copy {
  width: 80%;
  height: auto;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #07183b;
  border-radius: 0;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.cta-price-copy:hover {
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.cta-price-copy.navy-blue {
  width: 210px;
  height: auto;
  color: #07183b;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid #07183b;
  border-radius: 0;
  padding: 9px 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: all .2s, background-color .4s;
}

.cta-price-copy.navy-blue:hover {
  color: #fff;
  background-color: #07183b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.cta-price-copy.navy-blue.annual-white {
  color: #fff;
  border-color: #fff;
  transition-property: all, background-color;
}

.cta-price-copy.navy-blue.annual-white:hover {
  color: #07183b;
  background-color: #fff;
}

.contact-paragraph-copy {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.contact-paragraph-copy-copy {
  color: var(--dim-grey);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.container-5 {
  margin-top: 220px;
  margin-bottom: 100px;
  display: block;
}

.container-6 {
  margin-top: 0;
}

.big-paragraph-dark {
  color: #020a1b;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.tiny-paragraph-light {
  width: auto;
  border: 1px none var(--firebrick-2);
  color: #747474;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  text-align: center;
}

.tiny-paragraph-light.white {
  color: #121212;
}

.tiny-paragraph-light.annual-terms {
  color: #e2e2e2;
}

.tiny-paragraph-light.right-column-paragraph {
  width: auto;
  float: left;
  clear: both;
  padding-top: 10px;
  display: flex;
}

.tiny-paragraph-light.right-column-paragraph.hide-it {
  display: none;
}

.tiny-paragraph-light.align-center.top-padding {
  width: 90%;
  padding-top: 40px;
}

.tiny-paragraph-light.listtest {
  margin-left: 0;
  margin-right: 0;
  list-style-type: disc;
  display: inline-block;
}

.tiny-paragraph-light.hide-this {
  display: none;
}

.column-12 {
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.columns {
  width: 70%;
  max-width: 1170px;
  position: static;
}

.columns.top-margin-50 {
  width: 100%;
  height: auto;
  clear: none;
  flex: 0 auto;
  align-self: auto;
  margin-top: 50px;
  display: inline-block;
  position: static;
}

.h2-thin-light {
  width: auto;
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.h2-thin-light.minify {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-thin-light.minify.api-header {
  width: auto;
  color: #020a1b;
  text-align: left;
  font-size: 32px;
  line-height: 36px;
}

.h2-thin-light.minify {
  justify-content: center;
  font-size: 30px;
  line-height: 40px;
}

.h2-thin-light.center {
  width: auto;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.h2-thin-light.features-header {
  line-height: 66px;
}

.h2-thin-light.features-header.dark-font {
  color: #747474;
}

.h2-thin-light.hide-it {
  display: none;
}

.h2-thin-light.heading-animated {
  width: auto;
}

.h2-thin-light.left-text-align {
  width: auto;
  text-align: left;
}

.h2-thin-light.center-text-align {
  text-align: center;
}

.column-13 {
  clear: none;
  display: inline-block;
}

.container-7 {
  clear: none;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.column-14 {
  object-fit: scale-down;
}

.big-paragraph-dark-bold-upper {
  color: #020a1b;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.big-paragraph-dark-bold-upper.align-right {
  text-align: right;
}

.selected-style {
  border: 1px solid var(--firebrick);
}

.align-right {
  text-align: right;
}

.paragraph-16 {
  clear: none;
  border-top: 1px solid var(--firebrick-2);
  color: var(--firebrick-2);
  text-transform: none;
  border-bottom: 1px #000;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: auto;
  padding-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: block;
}

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

.column-15 {
  border-left: 1px solid var(--firebrick-2);
}

.div-block-14 {
  height: auto;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  display: flex;
}

.div-block-15 {
  display: inline-block;
}

.container-8 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.div-block-16 {
  height: 50px;
  background-color: var(--gainsboro);
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-17 {
  transition: none;
}

.slide {
  height: 500px;
  background-image: url('../images/Screen-Shot-2023-05-02-at-9.06.02-AM.png');
  background-position: 50% 69%;
  background-repeat: no-repeat;
  background-size: auto 330px;
  background-attachment: scroll;
}

.slide.card-slide {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 20px;
}

.slide.thankyou-slide, .slide.list-slide {
  background-image: none;
}

.slide.questions-slide {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.slide.imagemap-slide, .slide.locations-slide, .slide.info-slide, .slide.services-slide, .slide.staff-slide, .slide.availability-slide, .slide.booking-slide {
  background-image: none;
}

.mask {
  height: 500px;
}

.slider {
  height: 500px;
  background-color: #fff;
}

.icon-2, .icon-3 {
  filter: none;
  color: #635bff;
}

.list-item-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.cell {
  filter: grayscale();
  background-image: url('../images/christina-wocintechchat-com-LQ1t-8Ms5PY-unsplash.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.cell-2 {
  background-color: var(--border-light-grey);
  border-radius: 20px;
}

.paragraph-17 {
  color: #535353;
  margin: 20px;
  font-family: Lato, sans-serif;
  font-size: 23px;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  display: inline-block;
}

.left-arrow {
  color: #fff;
}

.slide-nav {
  margin-top: 0;
  padding-top: 40px;
}

.image-7 {
  max-width: 375px;
  float: none;
  clear: both;
  border: 2px #635bff;
  margin-top: 20px;
  display: block;
  position: static;
  box-shadow: 0 6px 17px rgba(0, 0, 0, .2);
}

.container-10 {
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-16 {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.column-16.invrt {
  filter: invert();
}

.column-17 {
  order: 1;
  justify-content: center;
  display: flex;
}

.column-17.invrt {
  filter: invert();
}

.column-18 {
  justify-content: center;
  display: flex;
}

.column-18.invrt {
  filter: invert();
}

.container-11 {
  margin-bottom: 60px;
}

.container-12 {
  max-width: 1280px;
}

.cell-3 {
  border: 0 solid #000;
}

.cell-4 {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 6px 17px rgba(0, 0, 0, .2);
}

.container-13 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-wrapper-2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  overflow: visible;
}

.cell-5 {
  box-shadow: 0 6px 17px rgba(0, 0, 0, .2);
}

.nav-link-dropdown {
  color: #020a1b;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.nav-link-dropdown:hover {
  color: #919197;
}

.nav-link-dropdown.w--current {
  color: #020a1b;
}

.nav-link-dropdown.w--current:hover {
  color: #919197;
}

.nav-link-dropdown.dropdown {
  padding-right: 30px;
}

.nav-link-dropdown.bolder, .nav-link-dropdown.bolder.w--current {
  font-weight: 700;
}

.container-14 {
  padding: 60px;
  display: block;
}

.dropdown-list-2 {
  display: none;
}

.dropdown-list-2.w--open {
  display: block;
}

.columns-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.small-upper-text {
  color: #020a1b;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.small-upper-text.align-right {
  text-align: right;
}

.small-upper-text.hide-this {
  display: none;
}

.dropdown-2 {
  display: inline-block;
}

.container-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3.hide-cols {
  display: none;
}

.text-span-2 {
  text-align: right;
}

html.w-mod-js [data-ix="scroll-in-to-view-from-left"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="scroll-in-to-view-from-right"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="scroll-in-to-view-from-top"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fli-p-3d-left"] {
  opacity: 0;
  transform: translate(-120px)rotateX(0)rotateY(-90deg)rotateZ(0);
}

@media screen and (max-width: 991px) {
  .banner {
    height: 400px;
  }

  .banner.sec-1 {
    height: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
    margin-top: 200px;
  }

  .banner.sec-1.features-ipad-bg, .banner.sec-1.features-ipad-bg-copy {
    height: 100%;
    background-image: linear-gradient(240deg, #fff, rgba(250, 250, 250, 0) 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15vh;
  }

  .banner.video-content {
    height: 100vh;
  }

  .content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .content.small-pages {
    height: 800px;
  }

  .container.center.first {
    margin-top: 0;
    top: 20%;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 30px;
  }

  .logo-wrapper-top-left {
    flex: 0 auto;
  }

  .nav-link {
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .responsive-menu {
    flex: 1;
  }

  .section-grid-line-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-grid-line-2.fillout {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-title {
    font-size: 40px;
    line-height: 50px;
  }

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

  .footer {
    height: 100%;
    padding-top: 1vh;
    padding-bottom: 0;
    display: flex;
  }

  .line-wrapper-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-margin.medium {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    display: flex;
  }

  .top-margin.big.no-margin {
    margin-top: 0;
  }

  .top-margin.medium.col-div {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .top-margin.medium.col-div.btnright {
    clear: both;
    align-self: auto;
    display: block;
  }

  .big-image {
    max-height: 750px;
    max-width: 100%;
    min-height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .left-padding {
    flex-direction: column;
    margin-right: 0;
  }

  .left-padding.content {
    object-fit: fill;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .left-padding.content-logic-section {
    margin-right: auto;
  }

  .flex-row._2-col {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sidebar {
    width: 100%;
    margin: 0 auto 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .top-title-card {
    margin-bottom: 60px;
  }

  .top-title-card.short-div.h1-4 {
    max-width: none;
  }

  .footer-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .row-5 {
    display: block;
  }

  .logo-image {
    width: 100px;
    margin-left: 20px;
  }

  .col-left {
    flex-direction: column;
    align-items: center;
    display: block;
    position: relative;
  }

  .large-paragraph, .large-paragraph.right-column-content-subheader {
    text-align: center;
  }

  .large-paragraph.features {
    width: auto;
  }

  .large-paragraph.right-column-content-subheader {
    width: 100%;
  }

  .wrapper-grid-line {
    padding-bottom: 100px;
  }

  .wrapper-grid-line.content {
    padding-top: auto;
  }

  .wrapper-grid-line.content.api-tablet {
    padding-top: 60px;
  }

  .wrapper-grid-line.logos {
    padding-top: 10px;
  }

  .header {
    align-self: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header.headera {
    align-items: center;
    padding: 0 60px;
    display: flex;
  }

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

  .hexagon-graphic {
    width: auto;
    min-width: 30%;
    clear: none;
    object-fit: fill;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
  }

  .hexagon-graphic.image-left.medium-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .r-row {
    width: 100%;
    margin-top: 0;
    padding: 30px 50px;
  }

  .h3-mini {
    padding-bottom: auto;
  }

  .h3-mini.header-1, .h3-mini.header-1-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .line-separation.solutions-box {
    text-align: center;
  }

  .line-separation.robust {
    display: flex;
  }

  .red-vertical-linebreak {
    justify-content: flex-end;
    display: block;
  }

  .red-vertical-linebreak.hide-it {
    order: 0;
    justify-content: flex-end;
    display: flex;
  }

  .largest-heading {
    width: auto;
    text-align: center;
  }

  .largest-heading.minify {
    width: auto;
  }

  .largest-heading.minify.api-header {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .largest-heading.features-header {
    text-align: center;
  }

  .body-section {
    text-align: center;
    margin-top: 10vh;
    display: block;
    position: relative;
  }

  .h3 {
    text-align: center;
  }

  .calendar-street-image {
    width: 100%;
  }

  .h4-right {
    font-size: 30px;
  }

  .div-block-image {
    width: 100%;
  }

  .card-box-flip {
    width: 110%;
  }

  .flip-img-right, .versatility {
    width: 100%;
  }

  .div-smb-content-card, .div-versatile-content-card {
    width: 110%;
  }

  .h4 {
    font-size: 30px;
  }

  .company-logo {
    max-height: auto;
  }

  .company-logo.company-logo--enlarge {
    max-height: 3rem;
    max-width: 10rem;
  }

  .content-wrapper {
    width: 100%;
  }

  .copy-18px {
    text-align: center;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 19px;
    line-height: 20px;
  }

  .copy-18px.top-div {
    width: auto;
    padding-left: 73px;
    padding-right: 73px;
  }

  .copy-18px.top-div.features {
    padding-left: 50px;
    padding-right: 50px;
  }

  .col-b {
    background-image: none;
  }

  .line-wrapper-btn-2.margin-side {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .line-wrapper-btn-2.margin-side.col-inline {
    float: none;
    clear: none;
    flex-direction: row;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: relative;
  }

  .line-wrapper-btn-2.margin-side.open-widget {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-wrapper-box {
    margin-top: auto;
    margin-bottom: auto;
    padding: auto;
  }

  .content-wrapper-box.icon-break {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s-row {
    height: 100%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    display: flex;
  }

  .s-row.slide-from-right {
    margin-top: 20vh;
    margin-bottom: 5vh;
  }

  .s-row.no-hover {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .features-title {
    font-size: 17px;
  }

  .copy {
    padding-left: auto;
    padding-right: auto;
    font-size: 13px;
    line-height: 18px;
  }

  .bar-divider {
    background-color: rgba(255, 255, 255, .3);
  }

  .or-circle {
    color: rgba(255, 255, 255, .32);
    border-color: rgba(255, 255, 255, .3);
  }

  .white-on-dark {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .col-3-cta, .col-1-cta {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .h4-top-header {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
  }

  .cta-container {
    padding: 30px 40px;
  }

  .cta-row {
    border-color: rgba(255, 255, 255, .3);
    margin-top: 29px;
  }

  .col-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .back-to-top-btn {
    bottom: 77px;
    right: -20px;
  }

  .footer-links {
    width: 24%;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-footer.white {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
  }

  .footer-liink-black {
    color: #020a1b;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
  }

  .paragraph-short-copy, .parapgraph-copy-20px {
    font-size: 10px;
  }

  .paragraph-6 {
    font-size: 11px;
  }

  .navbar {
    height: 50px;
  }

  ._wf-2-line-10, ._wf-2-line-13 {
    background-color: rgba(2, 10, 27, .2);
  }

  .play {
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: center;
  }

  .placeholder-text {
    background-color: rgba(226, 226, 226, .25);
  }

  ._wf-2-line-11, ._wf-2-line-18, ._wf-2-line-14 {
    background-color: rgba(2, 10, 27, .2);
  }

  .outer-circle {
    background-color: #ababab;
    flex-direction: column;
  }

  ._wf-2-line-9 {
    background-color: rgba(2, 10, 27, .2);
  }

  .wireframe {
    width: 540px;
    height: 90%;
  }

  .inner-circle {
    background-color: #747474;
  }

  .lightbox-wrapper {
    width: 540px;
    flex-direction: column;
  }

  ._wf-2-line-12 {
    background-color: rgba(2, 10, 27, .2);
  }

  ._wf-3 {
    background-color: #020a1b;
    border-right-color: rgba(2, 10, 27, .25);
  }

  ._wf-2-line-15 {
    background-color: rgba(2, 10, 27, .2);
  }

  .hero-col-3 {
    width: auto;
    height: auto;
    align-items: center;
    display: flex;
  }

  ._wf-1-2 {
    border-right-color: rgba(2, 10, 27, .25);
  }

  .right-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .left-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35vh;
    display: flex;
  }

  .section-grid-line {
    padding-bottom: 100px;
  }

  .section-grid-line.white {
    padding: 15vh 0 0;
  }

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

  .bottom-margin {
    margin-bottom: 5px;
  }

  .content-features-service._1 {
    margin-bottom: 0;
  }

  .center-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .col-lg-2 {
    padding: 20px 0;
  }

  .features-wrapper.hover {
    float: left;
  }

  .h5-mini.header-p {
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
    font-size: 17px;
  }

  .h5-mini.header-p.features {
    font-size: 14px;
  }

  .display-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .form {
    width: 84%;
  }

  .form-fill {
    padding-bottom: 0;
  }

  .features-box-wrapper {
    width: 99%;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services-features {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hero-q {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cta-stripe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-stripe.gradient {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-wrapper-list {
    width: 100%;
  }

  .container-flex {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-section {
    padding: 80px 8px;
  }

  .pricing-section.col-grid {
    padding: 20px 8px;
  }

  .pricing-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-big-h3 {
    font-size: 40px;
    line-height: 48px;
  }

  .btn-toggle {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-wrapper.top-paragraph-wrapper {
    width: auto;
  }

  .annual-prices {
    display: none;
  }

  .price-column-small {
    margin-bottom: 40px;
  }

  .row-8 {
    display: block;
  }

  .column-7 {
    left: 0;
  }

  .row-11 {
    display: block;
  }

  .column-9 {
    right: 0;
  }

  .html-embed.container-horizontal-copy {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .bottom-margin-copy {
    margin-bottom: 5px;
  }

  .h3-copy {
    text-align: center;
  }

  .div-block-12-copy, .image-5-copy {
    display: none;
  }

  .display-box-copy {
    margin-bottom: 140px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bottom-margin-copy {
    margin-bottom: 5px;
  }

  .col-lg-2-copy {
    padding: 20px 0;
  }

  .header-copy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-copy.headera {
    align-items: center;
    padding: 0 60px;
    display: flex;
  }

  .h3-mini-copy {
    padding-bottom: auto;
  }

  .h3-mini-copy.header-1, .h3-mini-copy.header-1-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .tab-link-left {
    padding: 10px;
    font-size: 14px;
  }

  .tab-link-left.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-tabs.caps-copy {
    width: 15%;
  }

  .banner-copy {
    height: 400px;
  }

  .banner-copy.sec-1 {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .banner-copy.sec-1.features-ipad-bg, .banner-copy.sec-1.features-ipad-bg-copy {
    height: 100%;
    background-image: linear-gradient(240deg, #fff, rgba(250, 250, 250, 0) 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15vh;
  }

  .banner-copy.video-content {
    height: 100vh;
  }

  .banner-copy.sec-1-copy {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .banner-copy.sec-1-copy.features-ipad-bg, .banner-copy.sec-1-copy.features-ipad-bg-copy {
    height: 100%;
    background-image: linear-gradient(240deg, #fff, rgba(250, 250, 250, 0) 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15vh;
  }

  .section-grid-line-2-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-grid-line-2-copy.fillout {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-stripe-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-stripe-copy.gradient, .cta-stripe-copy.gradient-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-stripe-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-stripe-bottom.gradient {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-stripe-bottom.gradient-copy {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-stripe-bottom.gradient-copy.dup {
    margin-left: 0;
    margin-right: 0;
  }

  .buttons-block-copy.buttons-block-padding-copy {
    float: right;
    clear: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .hero-q-copy {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero-wrapper-copy {
    flex-direction: column;
    align-items: center;
  }

  .bottom-margin-copy-copy {
    margin-bottom: 5px;
  }

  .columns-cta-bot-studio {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-horizontal-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero-cta-caps {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .about-steps {
    padding-bottom: 100px;
  }

  .about-steps.white {
    padding-top: 15vh;
    padding-bottom: 0;
  }

  .about-steps-copy {
    padding-bottom: 100px;
  }

  .about-steps-copy.white {
    padding-top: 15vh;
    padding-bottom: 0;
  }

  .logic-flow-section {
    padding-bottom: 100px;
  }

  .logic-flow-section.white {
    padding-top: 15vh;
    padding-bottom: 0;
  }

  .banner-feaure-img-section {
    height: 400px;
  }

  .banner-feaure-img-section.sec-1 {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .banner-feaure-img-section.sec-1.features-ipad-bg, .banner-feaure-img-section.sec-1.features-ipad-bg-copy {
    height: 100%;
    background-image: linear-gradient(240deg, #fff, rgba(250, 250, 250, 0) 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15vh;
  }

  .banner-feaure-img-section.video-content {
    height: 100vh;
  }

  .banner-feaure-img-section.sec-1-copy {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .banner-feaure-img-section.sec-1-copy.features-ipad-bg, .banner-feaure-img-section.sec-1-copy.features-ipad-bg-copy {
    height: 100%;
    background-image: linear-gradient(240deg, #fff, rgba(250, 250, 250, 0) 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15vh;
  }

  .flow-logic-img {
    display: none;
  }

  .banner-feaure-img-section-linear-gradient {
    height: 400px;
  }

  .banner-feaure-img-section-linear-gradient.sec-1 {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .banner-feaure-img-section-linear-gradient.sec-1.features-ipad-bg, .banner-feaure-img-section-linear-gradient.sec-1.features-ipad-bg-copy {
    height: 100%;
    background-image: linear-gradient(240deg, #fff, rgba(250, 250, 250, 0) 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15vh;
  }

  .banner-feaure-img-section-linear-gradient.video-content {
    height: 100vh;
  }

  .banner-feaure-img-section-linear-gradient.sec-1-copy {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg, .banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy {
    height: 100%;
    background-image: linear-gradient(240deg, #fff, rgba(250, 250, 250, 0) 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15vh;
  }

  .banner-feaure-img-section-linear-gradient.sec-1-copy.features-ipad-bg-copy.logic-graphic-2.hide-it {
    display: none;
  }

  .content-features-service-copy._1 {
    margin-bottom: 0;
  }

  .div-block-12-copy-copy {
    display: none;
  }

  .container-middle.center.first {
    top: 20%;
  }

  .h3-mini-copy-copy {
    padding-bottom: auto;
  }

  .h3-mini-copy-copy.header-1, .h3-mini-copy-copy.header-1-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .h3-logic-section {
    text-align: center;
  }

  .header-copy-copy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-copy-copy.headera {
    align-items: center;
    padding: 0 60px;
    display: flex;
  }

  .features-top-wrapper-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-middle-copy.center.first {
    top: 20%;
  }

  .h3-mini-logic-section {
    padding-bottom: auto;
  }

  .h3-mini-logic-section.header-1, .h3-mini-logic-section.header-1-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .large-paragraph-logic-section {
    text-align: center;
  }

  .services-features-copy {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h3-upper {
    font-size: 30px;
  }

  .h3-secondary {
    text-align: center;
  }

  .h3-primary {
    text-align: center;
    flex: 0 auto;
  }

  .h3-primary.left-align-text {
    text-align: left;
  }

  .h2-thin {
    width: auto;
    text-align: center;
  }

  .h2-thin.minify {
    width: auto;
  }

  .h2-thin.minify.api-header {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h2-thin.features-header {
    text-align: center;
  }

  .h2-thin-upper {
    width: auto;
    text-align: center;
  }

  .h2-thin-upper.minify {
    width: auto;
  }

  .h2-thin-upper.minify.api-header {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h2-thin-upper.features-header {
    text-align: center;
  }

  .tiny-paragraph-light.right-column-paragraph {
    width: 100%;
  }

  .column-12 {
    object-fit: contain;
  }

  .columns.top-margin-50 {
    width: 90%;
    clear: none;
    margin-top: 0;
    display: inline-block;
  }

  .h2-thin-light {
    width: auto;
    text-align: center;
  }

  .h2-thin-light.minify {
    width: auto;
  }

  .h2-thin-light.minify.api-header {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h2-thin-light.features-header {
    text-align: center;
  }

  .container-7 {
    clear: none;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item-text {
    flex: 1;
  }

  .list {
    clear: both;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: block;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-3 {
    border-right-style: none;
  }

  .nav-link-dropdown, .container-14, .dropdown-2 {
    display: block;
  }

  .columns-3, .columns-3.hide-cols {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner.sec-1 {
    height: auto;
    margin-bottom: 0px;
    padding-top: 100px;
    display: block;
    margin-top: 50px;
  }

  .banner.video-content {
    height: 665px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.center {
    top: 50%;
  }

  .logo-wrapper-top-left {
    flex: 0 auto;
  }

  .logo-wrapper-top-left.in-footer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .top-title, .top-title.smaller, .top-title.smaller.white {
    font-size: 30px;
    line-height: 40px;
  }

  .project-wrapper {
    margin-top: 20px;
  }

  .margin-page {
    margin-top: 80px;
  }

  .cta {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding: 0;
  }

  .footer {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .line-wrapper-btn {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .row-flex {
    flex-direction: column;
  }

  .align-flex.fitted {
    text-align: left;
  }

  .top-margin.medium {
    clear: none;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    overflow: visible;
  }

  .footer-title {
    justify-content: flex-start;
  }

  .big-image {
    max-height: auto;
    min-height: auto;
  }

  .left-padding.content {
    height: 100%;
    object-fit: fill;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .left-padding.content-logic-section {
    margin-right: 0;
  }

  .flex-row._2-col {
    margin-top: -21px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-wrapper {
    width: 100%;
  }

  .footer-column-second {
    display: none;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-column {
    justify-content: center;
    align-items: center;
  }

  .logo-image {
    width: 100px;
    margin-left: 20px;
  }

  .large-paragraph {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .large-paragraph.right-column-content-subheader {
    width: 100%;
    display: block;
  }

  .wrapper-grid-line {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-grid-line.content {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hex-bg-div {
    background-image: linear-gradient(to top, #eaeaea -2%, rgba(234, 234, 234, .5) 0%, rgba(234, 234, 234, 0) 100%, rgba(234, 234, 234, 0) 103%);
  }

  .header.headera {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .block-copy {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .r-row {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-mini.header-1, .h3-mini.header-1-copy {
    width: auto;
    justify-content: center;
  }

  .line-separation {
    height: 16px;
  }

  .line-separation.robust {
    display: flex;
  }

  .red-vertical-linebreak {
    background-color: rgba(208, 2, 27, .2);
  }

  .largest-heading {
    width: auto;
    text-align: center;
    font-size: 27px;
    line-height: 27px;
  }

  .largest-heading.minify {
    width: auto;
    display: flex;
  }

  .body-section {
    margin-top: auto;
    padding-top: 0;
  }

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

  .div-block-wrapper {
    background-position: 100% 100%;
  }

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

  .x-row {
    flex-flow: column-reverse;
    position: relative;
    top: 0;
  }

  .card-box-flip {
    width: 100%;
    text-align: left;
    align-items: center;
    top: -10vh;
    left: 0%;
  }

  .col-content-2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .y-row {
    flex-flow: column-reverse;
    position: relative;
    top: -5vh;
  }

  .div-block-flip-2 {
    margin-bottom: 0;
    position: relative;
    top: -15vh;
  }

  .div-block-flip-3 {
    padding-top: 0;
    padding-bottom: 10vh;
  }

  ._w-row {
    flex-flow: column-reverse;
    position: relative;
    top: 0;
  }

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

  .div-smb-content-card {
    width: 100%;
    align-items: center;
    top: 10vh;
    left: 0%;
    right: 0%;
  }

  .div-versatile-content-card {
    width: 100%;
    justify-content: center;
    align-items: center;
    top: 10vh;
    left: 0%;
    right: 0%;
  }

  .div-block-flip-4 {
    padding-bottom: -20vh;
  }

  .col-content-flip {
    padding-right: 0;
  }

  .block-copy-left {
    text-align: center;
  }

  .z-row {
    flex-flow: column-reverse;
    position: relative;
    top: -25vh;
  }

  .company-logo {
    width: 100%;
    max-height: none;
    max-width: 100px;
    display: block;
  }

  .company-logo.company-logo--enlarge {
    max-height: none;
    max-width: 8rem;
  }

  .sub-wrapper {
    margin-bottom: 3rem;
  }

  .copy-18px {
    color: #07183b;
    font-size: 17px;
  }

  .link-box-color-fill-2 {
    height: auto;
    display: block;
  }

  .link-text-color {
    font-size: 14px;
  }

  .line-wrapper-btn-2.margin-side.col-inline {
    width: 130px;
  }

  .line-wrapper-btn-2.margin-side.open-widget {
    width: 100px;
    height: 40px;
    clear: both;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
    position: relative;
    overflow: visible;
  }

  .content-wrapper-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper-box.icon-break {
    padding: 20px 30px;
  }

  .s-col {
    display: flex;
  }

  .s-row {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .s-row.slide-from-right {
    width: auto;
    height: auto;
    flex: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .bar-divider {
    width: 25%;
    height: 2px;
    margin-bottom: 5px;
    margin-left: 14px;
    margin-right: 14px;
    display: inline-block;
  }

  .or-circle {
    width: 60px;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    margin-top: 23px;
    margin-bottom: 15px;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    display: flex;
  }

  .col-3-cta {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px 0;
  }

  .link-text-color-alt {
    font-size: 12px;
  }

  .col-1-cta {
    justify-content: flex-start;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h4-top-header {
    font-size: 24px;
  }

  .btn-opacity-to-navy._2-color {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .col-2-cta {
    align-items: center;
    display: flex;
  }

  .cta-row {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .back-to-top-btn {
    margin-bottom: 10px;
    bottom: 105px;
  }

  .footer-links {
    width: 50%;
    color: #020a1b;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Lato, sans-serif;
  }

  .footer-liink-black {
    font-size: 13px;
    line-height: 22px;
    display: flex;
  }

  .navbar {
    height: 50px;
  }

  .left-content {
    margin-top: 25vh;
    display: block;
  }

  .paragraph-7.gray {
    font-size: 14px;
    line-height: 18px;
  }

  .content-features-service._1 {
    margin-bottom: 0;
    padding: 10px;
  }

  .center-block {
    padding-left: 0;
  }

  .service.caps {
    font-size: 13px;
    line-height: 20px;
  }

  .features-wrapper.hover {
    float: left;
  }

  .hex-graphic {
    margin-bottom: 40px;
  }

  .h5-mini.header-p {
    padding-left: 2vh;
    padding-right: 2vh;
    line-height: 18px;
  }

  .h5-mini.header-p.features {
    margin-bottom: auto;
  }

  .h5-mini.header-p.features.mobile {
    color: #d0021b;
  }

  .col-footer-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2-white {
    font-size: 36px;
    line-height: 45px;
  }

  .form-fill {
    top: 0;
  }

  .input-field {
    font-size: 12px;
    line-height: 18px;
  }

  .question {
    font-size: 12px;
  }

  .testimonials-wrapper {
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .features-box-wrapper {
    width: 80%;
  }

  .features-top-wrapper {
    display: block;
  }

  .services-features {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-q {
    clear: none;
    text-align: center;
    font-size: 27px;
  }

  .container-flex {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pricing-section.col-grid {
    padding-top: 0;
  }

  .pricing-card {
    width: 66.66%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pricing-wrapper {
    margin-bottom: 25px;
    display: block;
  }

  .smb {
    padding-top: 1.5rem;
  }

  .btn-toggle {
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .monthly-prices-2 {
    flex-direction: column;
    margin-top: auto;
  }

  .row-6, .row-7, .row-8 {
    display: block;
  }

  .column-7 {
    left: 0;
  }

  .row-9, .row-10 {
    display: block;
  }

  .image {
    height: 400px;
    flex: 0 auto;
  }

  .html-embed.container-horizontal-copy {
    display: block;
  }

  .h3-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-12-copy, .image-5-copy {
    display: none;
  }

  .col-lg-copy {
    padding-top: 20px;
  }

  .header-copy.headera {
    align-items: center;
    padding-top: 8vh;
    display: flex;
  }

  .service-copy.caps {
    font-size: 13px;
    line-height: 20px;
  }

  .red-vertical-linebreak-copy {
    background-color: rgba(208, 2, 27, .2);
  }

  .h3-mini-copy.header-1, .h3-mini-copy.header-1-copy {
    width: auto;
    justify-content: center;
  }

  .red-vertical-linebreak-copy-copy {
    background-color: rgba(208, 2, 27, .2);
  }

  .tabs-2 {
    width: auto;
    display: none;
    position: relative;
  }

  .image-6 {
    width: 100%;
    margin-left: 0;
  }

  .tab-link-left {
    width: auto;
    height: auto;
    clear: none;
    object-fit: fill;
    border-style: none;
    border-width: 1px;
    position: relative;
  }

  .tab-link-left.w--current {
    width: auto;
    height: auto;
  }

  .tabs-content {
    width: 100%;
    border: 1px #000;
    flex: none;
  }

  .service-tabs.caps {
    font-size: 13px;
    line-height: 20px;
  }

  .service-tabs.caps-copy {
    width: 100%;
    clear: none;
    object-fit: fill;
    border: 0 #000;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: stretch;
    font-size: 13px;
    line-height: 20px;
    display: block;
    overflow: scroll;
  }

  .h3-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .tab-pane-card-select {
    width: 100%;
    border-style: none;
    border-width: 1px;
    padding-right: 40px;
  }

  .container-4 {
    border-style: none;
    display: block;
  }

  .text-block-3 {
    width: 130px;
    object-fit: scale-down;
    display: inline;
    position: relative;
    overflow: visible;
  }

  .text-block-4 {
    overflow: auto;
  }

  .section {
    margin-top: 140px;
  }

  .h3-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .banner-copy.sec-1 {
    height: auto;
    padding-top: 10vh;
    display: block;
  }

  .banner-copy.video-content {
    height: 665px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-copy.sec-1-copy {
    height: auto;
    padding-top: 10vh;
    display: block;
  }

  .banner-copy.sec-1-copy.features-ipad-bg-copy {
    padding-top: 100px;
    display: block;
    overflow: auto;
  }

  .hero-q-copy {
    font-size: 27px;
  }

  .btn-opacity-to-navy-copy._2-color, .btn-opacity-to-navy-copy._2-color-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-cta-caps {
    font-size: 27px;
  }

  .bullet-list-item {
    text-align: left;
  }

  .step-graphic {
    margin-bottom: 40px;
  }

  .banner-feaure-img-section.sec-1 {
    height: auto;
    padding-top: 10vh;
    display: block;
  }

  .banner-feaure-img-section.video-content {
    height: 665px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-feaure-img-section.sec-1-copy {
    height: auto;
    padding-top: 10vh;
    display: block;
  }

  .flow-logic-img {
    display: none;
  }

  .banner-feaure-img-section-linear-gradient.sec-1 {
    height: auto;
    padding-top: 10vh;
    display: block;
  }

  .banner-feaure-img-section-linear-gradient.video-content {
    height: 665px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-feaure-img-section-linear-gradient.sec-1-copy {
    height: auto;
    padding-top: 10vh;
    display: block;
  }

  .content-features-service-copy._1 {
    margin-bottom: 0;
    padding: 10px;
  }

  .div-block-12-copy-copy {
    display: none;
  }

  .container-middle.center {
    top: 50%;
  }

  .h3-mini-copy-copy.header-1, .h3-mini-copy-copy.header-1-copy {
    width: auto;
    justify-content: center;
  }

  .h3-logic-section {
    font-size: 20px;
    line-height: 20px;
  }

  .header-copy-copy.headera {
    align-items: center;
    padding-top: 8vh;
    display: flex;
  }

  .features-top-wrapper-copy {
    display: block;
  }

  .container-middle-copy.center {
    top: 50%;
  }

  .h3-mini-logic-section.header-1, .h3-mini-logic-section.header-1-copy {
    width: auto;
    justify-content: center;
  }

  .large-paragraph-logic-section {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .flow-graphic-dark {
    margin-bottom: 40px;
  }

  .services-features-copy {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .h3-secondary {
    font-size: 20px;
    line-height: 20px;
  }

  .h3-primary {
    align-self: center;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

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

  .h2-thin {
    width: auto;
    text-align: center;
    font-size: 27px;
    line-height: 27px;
  }

  .h2-thin.minify {
    width: auto;
    display: flex;
  }

  .h2-thin-upper {
    width: auto;
    text-align: center;
    font-size: 27px;
    line-height: 27px;
  }

  .h2-thin-upper.minify {
    width: auto;
    display: flex;
  }

  .tiny-paragraph-light {
    text-align: center;
  }

  .tiny-paragraph-light.right-column-paragraph {
    width: 100%;
  }

  .tiny-paragraph-light.align-right {
    text-align: center;
  }

  .h2-thin-light {
    width: auto;
    text-align: center;
    font-size: 27px;
    line-height: 27px;
  }

  .h2-thin-light.minify {
    width: auto;
    display: flex;
  }

  .container-9 {
    display: block;
  }

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-wrapper-2 {
    background-position: 100% 100%;
  }

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

  .columns-3, .columns-3.hide-cols {
    display: block;
  }

  .columns-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 300px;
  }

  .banner.sec-1 {
    height: auto;
    background-position: 0 196%;
    background-size: 381px;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 180px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .banner.video-content {
    width: 100%;
    height: auto;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    padding: 15vh 35px 25vh;
    display: block;
    position: static;
    overflow: visible;
  }

  .banner.sec-1.features-ipad-bg, .banner.sec-1.features-ipad-bg-copy {
    padding-top: 0;
    min-height: 270px;
  }

  .content {
    width: 100%;
    height: 100%;
    flex-flow: wrap;
    flex: 0 auto;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
    overflow: hidden;
  }

  .container.center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
    top: 300px;
  }

  .container.center.first {
    align-items: center;
    display: block;
    position: static;
  }

  .navigation {
    width: 100%;
    height: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrapper-top-left {
    width: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-wrapper {
    justify-content: flex-start;
  }

  .nav-link {
    border-bottom: 0 #000;
  }

  .icon {
    float: none;
  }

  .section-grid-line {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-grid-line-2 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-grid-line-2.overflow {
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
  }

  .section-grid-line-2.fillout {
    background-color: #020a1b;
    padding-top: 0;
  }

  .top-title, .top-title.smaller, .top-title.smaller.white {
    font-size: 21px;
    line-height: 30px;
  }

  .big-paragraph-light {
    font-size: 16px;
  }

  .margin-page {
    margin-top: 60px;
  }

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

  .cta {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    padding: 0;
  }

  .footer {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 30px;
    position: static;
    left: -13px;
    right: -20px;
  }

  .line-wrapper-btn {
    flex: 0 auto;
    margin: 10px auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .white-link-text-second {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
  }

  .link-box-color-fill {
    position: static;
  }

  .align-flex.fitted {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-margin.medium {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .top-margin.medium.col-div {
    margin-top: 8px;
  }

  .big-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .left-padding.content {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .left-padding.content-logic-section {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-row._2-col {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin: -120px 0 0;
    display: block;
  }

  .sidebar {
    width: 100%;
  }

  .utility-page-content {
    width: 300px;
    margin-bottom: 100px;
  }

  .nav-menu {
    border-bottom: 1px solid rgba(226, 226, 226, .92);
  }

  .footer-3-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .footer-column-second {
    align-items: center;
    display: flex;
  }

  .footer-link {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .footer-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-block {
    width: auto;
    height: auto;
    flex: 0 auto;
    display: inline;
  }

  .logo-block.w--current {
    display: block;
    position: static;
  }

  .logo-image {
    width: 100px;
    height: auto;
    margin-left: 20px;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .col-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .large-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .wrapper-grid-line {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-grid-line.content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
    padding: 8vh 10px 0;
    transition-property: none;
    display: block;
    position: static;
  }

  .wrapper-grid-line.content.api-tablet {
    padding-top: 150px;
  }

  .wrapper-grid-line.content.robust-api {
    padding-top: 8vh;
    padding-bottom: 5vh;
    margin-bottom: 0;
  }

  .wrapper-grid-line.logos {
    margin-top: auto;
    padding-top: 8vh;
    padding-bottom: 0;
    position: static;
  }

  .header {
    width: auto;
    height: auto;
    align-items: center;
    padding-top: 0;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
  }

  .header.headera {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0;
  }

  .block-copy {
    width: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .hexagon-graphic {
    width: 100%;
    clear: none;
    filter: grayscale();
    object-fit: fill;
    margin-bottom: auto;
    padding: 20px 0;
    display: block;
  }

  .hexagon-graphic.image-left.medium-image {
    filter: grayscale();
  }

  .r-row {
    width: 100%;
    margin-top: auto;
    padding: 0;
  }

  .top-container {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: auto;
    padding-bottom: auto;
    display: block;
  }

  .h3-mini {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    line-height: 18px;
  }

  .h3-mini.header-1, .h3-mini.header-1-copy {
    width: auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
  }

  .line-separation.robust, .line-separation.robust.rest-based {
    text-align: center;
  }

  .red-vertical-linebreak {
    height: auto;
    background-color: rgba(208, 2, 27, .2);
  }

  .red-vertical-linebreak.hide-it {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .largest-heading {
    width: auto;
    margin-top: 3px;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
  }

  .largest-heading.minify {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .largest-heading.minify.api-header {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 21px;
    display: block;
  }

  .largest-heading.minify {
    margin-top: 0;
    margin-bottom: 0;
  }

  .largest-heading.center {
    font-size: 27px;
    line-height: 26px;
  }

  .largest-heading.features-header {
    line-height: 30px;
  }

  .largest-heading.heading-animated, .largest-heading.heading-animated.heading-max-width {
    font-weight: 300;
  }

  .body-section {
    margin-top: auto;
    padding-top: auto;
    display: block;
    position: static;
  }

  .h3 {
    margin-left: 0;
    font-size: 20px;
    line-height: 21px;
  }

  .h3.gray-head {
    font-size: 18px;
    line-height: 24px;
  }

  .calendar-street-image {
    height: 25vh;
  }

  .h4-right {
    text-align: center;
    font-size: 21px;
    line-height: 24px;
  }

  .div-block-image {
    height: 25vh;
  }

  .x-row {
    flex-direction: column;
    display: flex;
  }

  .div-block-header-1-4 {
    padding-top: 0;
  }

  .card-box-flip {
    width: 100%;
    justify-content: flex-start;
    top: 0;
    left: 0%;
  }

  .flip-img-right {
    height: 25vh;
  }

  .y-row {
    top: 0;
  }

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

  .div-block-flip-3 {
    margin-bottom: 5vh;
    padding-bottom: 0;
  }

  .div-block-flip-1 {
    padding-bottom: 5vh;
  }

  .versatility {
    height: 25vh;
  }

  ._w-row {
    flex-direction: column-reverse;
  }

  .div-smb-content-card {
    width: 100%;
    top: 0;
    left: 0%;
  }

  .div-versatile-content-card {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    position: static;
    top: 0;
    left: 0%;
  }

  .h4 {
    text-align: center;
    font-size: 21px;
    line-height: 24px;
  }

  .div-block-flip-4 {
    margin-bottom: 5vh;
    padding-bottom: 5vh;
  }

  .col-content-flip {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .z-row {
    flex-direction: column;
    top: 0;
  }

  .col {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .div-block-h3-holder {
    margin-top: 0;
    padding-top: 0;
  }

  .company-logo {
    width: 75px;
    max-height: auto;
  }

  .company-logo.company-logo--enlarge {
    max-height: 3rem;
    max-width: 80%;
  }

  .company-logo--container {
    height: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .copy-18px {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .copy-18px.top-div {
    padding-left: 0;
    padding-right: 0;
  }

  .copy-18px.top-div.features {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-b {
    padding-left: 0;
    padding-right: 0;
  }

  .link-box-color-fill-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-text-color {
    clear: none;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
  }

  .line-wrapper-btn-2.margin-side {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 5px auto;
    display: block;
  }

  .line-wrapper-btn-2.margin-side.col-inline {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .line-wrapper-btn-2.margin-side.open-widget {
    display: inline-block;
    overflow: hidden;
  }

  .content-wrapper-box {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .content-wrapper-box.icon-break {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .s-row {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .s-row.slide-from-right {
    margin-top: 5vh;
    margin-bottom: auto;
  }

  .features-title {
    font-size: 16px;
    line-height: 21px;
  }

  .copy {
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 16px;
  }

  .feature-box-icon {
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .bar-divider {
    height: 1px;
  }

  .or-circle {
    width: 55px;
    height: 55px;
    text-transform: lowercase;
    border-width: 1px;
    border-radius: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: auto 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    display: flex;
  }

  .white-on-dark {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
  }

  .col-3-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-text-color-alt {
    letter-spacing: 1px;
    line-height: 16px;
  }

  .col-1-cta {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .center-place-holder {
    margin-bottom: 0;
    display: none;
  }

  .h4-top-header {
    margin: 0;
    padding: 11px 20px;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
  }

  .link-line-color-alt {
    letter-spacing: 1px;
  }

  .cta-container {
    height: auto;
    background-image: linear-gradient(#020918, #020918);
    padding: 15px 0;
    display: block;
  }

  .col-2-cta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-row {
    border-style: none;
    border-width: 1px;
  }

  .col-right {
    color: #020a1b;
    text-align: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
  }

  .back-to-top-btn {
    width: 36px;
    height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    bottom: 300px;
  }

  .footer-links {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    margin: 10px 0 20px;
    padding-left: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
  }

  .paragraph-footer.white {
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
  }

  .footer-liink-black {
    width: auto;
    color: #020a1b;
    letter-spacing: 1px;
    margin: 6px 8px;
    padding-left: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .paragraph-short-copy, .parapgraph-copy-20px, .paragraph-6 {
    font-size: 11px;
  }

  .body {
    display: flex;
  }

  .navbar {
    height: 60px;
    display: flex;
  }

  .wireframe {
    width: auto;
    height: 382px;
    justify-content: center;
  }

  .lightbox-wrapper {
    width: auto;
    height: 403px;
  }

  .hero-col-3 {
    flex-direction: column;
    justify-content: center;
  }

  .right-content {
    display: block;
    position: static;
  }

  .left-content {
    align-items: stretch;
    margin-top: auto;
    display: flex;
  }

  .section-grid-line.white {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .paragraph-7.gray {
    font-size: 15px;
  }

  .container-gl {
    text-align: left;
    margin-bottom: 0;
  }

  .bottom-margin {
    margin-bottom: auto;
  }

  .center-block {
    padding-left: 0;
  }

  .features-wrapper.hover {
    width: 100%;
  }

  .hex-graphic {
    margin-bottom: 0;
  }

  .h5-mini.header-p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    line-height: 20px;
  }

  .h5-mini.header-p.features {
    margin-top: 0;
    padding-top: 0;
  }

  .h5-mini.header-p.features.mobile {
    color: #d0021b;
  }

  .display-box {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-white {
    font-size: 32px;
    line-height: 36px;
  }

  .form {
    width: 89%;
  }

  .input-tag {
    height: 68px;
  }

  .top-break {
    width: 100%;
  }

  .form-fill {
    width: 100%;
    height: 100%;
    padding-bottom: auto;
    top: 0;
  }

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

  .input-field {
    font-size: 15px;
  }

  .h5-white {
    font-size: 14px;
  }

  .submit-button {
    margin-top: 60px;
  }

  .question {
    font-size: 12px;
  }

  .header-div {
    margin-bottom: 5vh;
    padding-top: auto;
  }

  .features-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .features-header.h1-top-margin {
    padding-top: 0;
  }

  .features-box-wrapper {
    width: 100%;
  }

  .services-features {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    text-align: center;
  }

  .hero-q {
    font-size: 21px;
    line-height: 30px;
  }

  .cta-stripe {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .pricing-card {
    width: 100%;
  }

  .button--ico-left, .button--ico-right {
    align-items: center;
    display: flex;
  }

  .cta-caption {
    font-size: 20px;
  }

  .btn-toggle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image {
    width: 300px;
    height: auto;
    max-width: none;
    flex: 0 auto;
  }

  .html-embed.container-horizontal-copy {
    display: none;
  }

  .bottom-margin-copy {
    margin-bottom: auto;
  }

  .h3-copy {
    font-size: 20px;
    line-height: 21px;
  }

  .h3-copy.gray-head {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-12-copy, .image-5-copy {
    display: none;
  }

  .display-box-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-margin-copy {
    margin-bottom: auto;
  }

  .col-lg-2-copy {
    padding-bottom: 0;
  }

  .header-copy {
    width: auto;
    height: auto;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-copy.headera {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0;
  }

  .subheading-red {
    clear: none;
    font-size: 18px;
  }

  .red-vertical-linebreak-copy {
    height: auto;
    background-color: rgba(208, 2, 27, .2);
  }

  .h3-mini-copy {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    line-height: 18px;
  }

  .h3-mini-copy.header-1, .h3-mini-copy.header-1-copy {
    width: auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
  }

  .red-vertical-linebreak-copy-copy {
    height: auto;
    background-color: rgba(208, 2, 27, .2);
  }

  .tabs-2 {
    border: 0 #000;
  }

  .tab-link-left {
    border-bottom-width: 0;
    border-right-width: 0;
  }

  .service-tabs.caps-copy {
    border-style: none;
  }

  .h3-copy {
    font-size: 20px;
    line-height: 21px;
  }

  .h3-copy.gray-head {
    font-size: 18px;
    line-height: 24px;
  }

  .tab-pane-card-select {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hideit {
    margin-top: 60px;
    display: block;
  }

  .h3-copy {
    text-align: center;
    margin-left: 0;
    font-size: 20px;
    line-height: 21px;
  }

  .h3-copy.gray-head {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-copy {
    height: 300px;
  }

  .banner-copy.sec-1 {
    height: auto;
    background-position: 0 196%;
    background-size: 381px;
    margin-top: 0;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .banner-copy.video-content {
    width: 100%;
    height: auto;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    padding: 15vh 35px 25vh;
    display: block;
    position: static;
    overflow: visible;
  }

  .banner-copy.sec-1-copy {
    height: auto;
    background-position: 0 196%;
    background-size: 381px;
    margin-top: 0;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .banner-copy.sec-1-copy.features-ipad-bg-copy {
    padding-top: 10vh;
  }

  .section-grid-line-2-copy {
    padding-top: 8vh;
    padding-bottom: 5vh;
  }

  .section-grid-line-2-copy.overflow {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-grid-line-2-copy.fillout {
    background-color: #020a1b;
    padding-top: 0;
  }

  .cta-stripe-copy, .cta-stripe-bottom {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .buttons-block-copy.buttons-block-padding-copy {
    float: none;
    clear: none;
  }

  .hero-q-copy {
    font-size: 21px;
    line-height: 30px;
  }

  .hero-wrapper-copy {
    text-align: center;
  }

  .bottom-margin-copy-copy {
    margin-bottom: auto;
  }

  .columns-cta-bot-studio {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-cta-caps {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
  }

  .link-line-color-alt-copy {
    letter-spacing: 1px;
  }

  .bullet-list {
    margin-left: 0;
    padding-left: 0;
  }

  .about-steps.white {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .about-steps-copy.white {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .step-graphic {
    margin-bottom: 0;
  }

  .container-gl-copy {
    text-align: left;
  }

  .logic-flow-section.white {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .banner-feaure-img-section {
    height: 300px;
  }

  .banner-feaure-img-section.sec-1 {
    height: auto;
    background-position: 0 196%;
    background-size: 381px;
    margin-top: 0;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .banner-feaure-img-section.video-content {
    width: 100%;
    height: auto;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    padding: 15vh 35px 25vh;
    display: block;
    position: static;
    overflow: visible;
  }

  .banner-feaure-img-section.sec-1-copy {
    height: auto;
    background-position: 0 196%;
    background-size: 381px;
    margin-top: 0;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .flow-logic-img {
    display: none;
  }

  .banner-feaure-img-section-linear-gradient {
    height: 300px;
  }

  .banner-feaure-img-section-linear-gradient.sec-1 {
    height: auto;
    background-position: 0 196%;
    background-size: 381px;
    margin-top: 0;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .banner-feaure-img-section-linear-gradient.video-content {
    width: 100%;
    height: auto;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    padding: 15vh 35px 25vh;
    display: block;
    position: static;
    overflow: visible;
  }

  .banner-feaure-img-section-linear-gradient.sec-1-copy {
    height: auto;
    background-position: 0 196%;
    background-size: 381px;
    margin-top: 0;
    padding-top: 20vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-12-copy-copy {
    display: none;
  }

  .container-middle.center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
    top: 300px;
  }

  .container-middle.center.first {
    align-items: center;
    display: block;
    position: static;
  }

  .h3-mini-copy-copy {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    line-height: 18px;
  }

  .h3-mini-copy-copy.header-1, .h3-mini-copy-copy.header-1-copy {
    width: auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
  }

  .h3-logic-section {
    margin-left: 0;
    font-size: 20px;
    line-height: 21px;
  }

  .h3-logic-section.gray-head {
    font-size: 18px;
    line-height: 24px;
  }

  .header-copy-copy {
    width: auto;
    height: auto;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-copy-copy.headera {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0;
  }

  .container-middle-copy.center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
    top: 300px;
  }

  .container-middle-copy.center.first {
    align-items: center;
    display: block;
    position: static;
  }

  .h3-mini-logic-section {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    line-height: 18px;
  }

  .h3-mini-logic-section.header-1, .h3-mini-logic-section.header-1-copy {
    width: auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
  }

  .large-paragraph-logic-section {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .flow-graphic-dark {
    margin-bottom: 0;
  }

  .subheading-red-copy {
    clear: none;
    font-size: 18px;
  }

  .services-features-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-upper {
    text-align: center;
    font-size: 21px;
    line-height: 24px;
  }

  .h3-secondary {
    margin-left: 0;
    font-size: 20px;
    line-height: 21px;
  }

  .h3-secondary.gray-head {
    font-size: 18px;
    line-height: 24px;
  }

  .h3-primary {
    margin-left: 0;
    font-size: 20px;
    line-height: 21px;
  }

  .h3-primary.gray-head {
    font-size: 18px;
    line-height: 24px;
  }

  .h3-primary.align-right, .h3-primary.left-align-text {
    text-align: center;
  }

  .h2-thin {
    width: auto;
    margin-top: 3px;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
  }

  .h2-thin.minify {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .h2-thin.minify.api-header {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 21px;
    display: block;
  }

  .h2-thin.minify {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-thin.center {
    font-size: 27px;
    line-height: 26px;
  }

  .h2-thin.features-header {
    line-height: 30px;
  }

  .h2-thin-upper {
    width: auto;
    margin-top: 3px;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
  }

  .h2-thin-upper.minify {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .h2-thin-upper.minify.api-header {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 21px;
    display: block;
  }

  .h2-thin-upper.minify {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-thin-upper.center {
    font-size: 27px;
    line-height: 26px;
  }

  .h2-thin-upper.features-header {
    line-height: 30px;
  }

  .big-paragraph-dark {
    text-align: center;
    font-size: 16px;
  }

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

  .columns.top-margin-50 {
    width: 96%;
  }

  .h2-thin-light {
    width: auto;
    margin-top: 3px;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
  }

  .h2-thin-light.minify {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .h2-thin-light.minify.api-header {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 21px;
    display: block;
  }

  .h2-thin-light.minify {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2-thin-light.center {
    font-size: 27px;
    line-height: 26px;
  }

  .h2-thin-light.features-header {
    line-height: 30px;
  }

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

  .big-paragraph-dark-bold-upper {
    font-size: 16px;
  }

  .slider {
    height: 450px;
  }

  .container-9 {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .slide-nav {
    margin-top: 0;
    padding-top: 40px;
  }

  .image-7 {
    max-width: 300px;
  }

  .container-12 {
    display: block;
  }

  .cell-3 {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .nav-link-dropdown {
    border-bottom: 0 #000;
  }

  .container-14 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: column;
    padding-left: 20px;
  }

  .small-upper-text {
    font-size: 16px;
  }

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

  .columns-3 {
    display: block;
  }

  .columns-4 {
    display: none;
  }
}

#w-node-bc67e782-0024-b43b-f342-59e79fec23e6-95541da6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 991px) {
  #w-node-bc67e782-0024-b43b-f342-59e79fec23e6-95541da6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

.features-header {
  padding: 0 40px;
}

.no-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.cta-stripe .container-horizontal {
  padding: 0 20px;
}

.robust-api .large-paragraph.right-column-content-subheader {
  display: block;
  font-weight: normal;
}

.robust-api .line-separation.robust {
  display: none;
}

.robust-api .tiny-paragraph-light.right-column-paragraph {
  text-align: left;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato hairline';
  src: url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}